/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.actions-container {
  display: block;
  text-align: center;
  width: 100%; }
  .actions-container button.action-button {
    border-width: 2px;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    min-width: 130px;
    padding: 9px 16px;
    border-radius: 6px !important; }
    .actions-container button.action-button + button.action-button {
      margin-left: 40px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
label.form-label, legend.form-label, .form-label {
  color: #212B36;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 7px; }
  label.form-label.bold, legend.form-label.bold, .form-label.bold {
    font-weight: bold; }
  label.form-label.disabled, legend.form-label.disabled, .form-label.disabled {
    color: #707070; }
  label.form-label .emphasis-text, legend.form-label .emphasis-text, .form-label .emphasis-text {
    color: #EB0800;
    font-style: italic;
    font-weight: normal;
    margin-left: 5px; }
  label.form-label .secondary-text, legend.form-label .secondary-text, .form-label .secondary-text {
    color: #6B7077;
    font-style: italic;
    font-weight: normal;
    margin-left: 5px; }

legend.form-label {
  opacity: 1; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.control-wrapper {
  color: #212B36; }
  .control-wrapper.bold-label .form-label {
    font-weight: bold; }
  .control-wrapper.no-label .form-label {
    display: none; }
  .control-wrapper.larger-margin-top {
    margin-top: 5px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.checkbox-fieldset-wrapper {
  width: 100%; }
  .checkbox-fieldset-wrapper input[type='checkbox'][disabled] {
    cursor: not-allowed;
    pointer-events: all; }
  .checkbox-fieldset-wrapper .checkbox-control-wrapper .checkbox-control-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .checkbox-fieldset-wrapper .checkbox-control-wrapper .checkbox-control-container label.checkbox-label {
      margin: 0 12px 0 -2px; }
      .checkbox-fieldset-wrapper .checkbox-control-wrapper .checkbox-control-container label.checkbox-label span {
        font-size: 14px; }
      .checkbox-fieldset-wrapper .checkbox-control-wrapper .checkbox-control-container label.checkbox-label:last-of-type {
        margin-right: 0; }
  .checkbox-fieldset-wrapper .checkbox-control-wrapper .select-all-link {
    color: #0766C5;
    font-size: 14px; }
    .checkbox-fieldset-wrapper .checkbox-control-wrapper .select-all-link:focus {
      text-decoration: underline; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.checkbox-group-fieldset-wrapper {
  width: 100%; }
  .checkbox-group-fieldset-wrapper input[type='checkbox'][disabled] {
    cursor: not-allowed;
    pointer-events: all; }
  .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border-right: dashed 1px #707070;
      font-size: 14px;
      padding: 0 30px; }
      .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container:not(.first-row-column) {
        margin-top: 2px;
        padding-top: 20px; }
      .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container.first-column {
        padding-left: 0; }
      .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container.last-column {
        border-right: none;
        padding-right: 0; }
      .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container .group-name {
        font-weight: bold;
        margin-bottom: 10px; }
      .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container label.checkbox-label {
        margin: 0 0 0 -2px;
        width: 100%; }
  .checkbox-group-fieldset-wrapper .checkbox-group-wrapper.hide-inner-borders .control-content-wrapper .group-container {
    border-right: none; }
  .checkbox-group-fieldset-wrapper .select-link-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 14px;
    min-width: 80px; }
    .checkbox-group-fieldset-wrapper .select-link-container:focus {
      text-decoration: underline; }

.normal-sub-label .checkbox-group-fieldset-wrapper .checkbox-group-wrapper .control-content-wrapper .group-container .group-name {
  font-weight: normal; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.date-period-fields-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  .date-period-fields-wrapper div.date-field-wrapper label {
    display: block;
    font-size: 14px;
    margin-bottom: 7px; }
  .date-period-fields-wrapper div.date-field-wrapper .date-picker-row-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 160px; }
    .date-period-fields-wrapper div.date-field-wrapper .date-picker-row-container .date-input-format {
      max-width: 105px; }
      .date-period-fields-wrapper div.date-field-wrapper .date-picker-row-container .date-input-format > div {
        padding-right: 0;
        /* IE10 and IE11 */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .date-period-fields-wrapper div.date-field-wrapper .date-picker-row-container .date-input-format > div {
            padding-right: 10px; } }
    .date-period-fields-wrapper div.date-field-wrapper .date-picker-row-container .year-text {
      font-size: 14px;
      margin-left: 8px;
      min-width: 45px; }
  .date-period-fields-wrapper div.date-field-wrapper:first-of-type {
    padding-right: 15px; }
  .date-period-fields-wrapper div.date-field-wrapper:last-of-type {
    padding-left: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.control-format.error fieldset {
  border-color: #C40700 !important; }

.date-picker-wrapper {
  width: 100%; }
  .date-picker-wrapper > div {
    padding-right: 0;
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .date-picker-wrapper > div {
        padding-right: 10px; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.date-range-wrapper .date-range-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .date-range-wrapper .date-range-input-wrapper .date-range-label {
    color: #54555A;
    font-size: 14px;
    margin: 8px 4px 0 0;
    width: 33%; }
    .date-range-wrapper .date-range-input-wrapper .date-range-label.to-label {
      margin-left: 4px; }
    @media screen and (min-width: 35.5em) {
      .date-range-wrapper .date-range-input-wrapper .date-range-label {
        width: 33%; } }
    @media screen and (min-width: 48em) {
      .date-range-wrapper .date-range-input-wrapper .date-range-label {
        width: auto; } }
  .date-range-wrapper .date-range-input-wrapper .date-input-format > div {
    padding-right: 0;
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .date-range-wrapper .date-range-input-wrapper .date-input-format > div {
        padding-right: 10px; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.dropdown-format {
  width: 100%;
  /* IE10 and IE11 */ }
  div.dropdown-format.error fieldset {
    border-color: #C40700 !important; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.dropdown-format {
      position: relative;
      top: -4px; } }

div.ReactVirtualized__Grid.ReactVirtualized__List:focus {
  outline: none; }

div.ReactVirtualized__Grid.ReactVirtualized__List > div.ReactVirtualized__Grid__innerScrollContainer {
  max-width: 100% !important; }

div.ReactVirtualized__Grid.ReactVirtualized__List li {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.ReactVirtualized__Grid.ReactVirtualized__List {
  /* IE10 and IE11 */ }
  div.ReactVirtualized__Grid.ReactVirtualized__List:focus {
    outline: none; }
  div.ReactVirtualized__Grid.ReactVirtualized__List > div.ReactVirtualized__Grid__innerScrollContainer {
    max-width: 100% !important; }
  div.ReactVirtualized__Grid.ReactVirtualized__List li {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.ReactVirtualized__Grid.ReactVirtualized__List {
      position: relative;
      top: -4px; } }

.dropdown-select-all-link {
  font-size: 14px;
  text-align: right; }
  .dropdown-select-all-link:focus {
    text-decoration: underline; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.radio-buttons-wrapper .group-container {
  margin-left: 13px; }

.radio-buttons-wrapper .radio-label {
  margin-bottom: 0;
  padding-right: 12px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.read-only-field {
  color: black;
  font-size: 16px;
  padding-top: 23px;
  text-align: right; }
  .read-only-field .read-only-field-label {
    margin-right: 5px; }
  .read-only-field .read-only-field-value {
    line-height: 31px; }
  .read-only-field.green-status .read-only-field-value {
    color: #1C8234; }
  .read-only-field.align-left {
    text-align: left; }
  .read-only-field.no-padding {
    padding: 0; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.text-input-format {
  width: 100%;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.text-input-format input {
      position: relative;
      top: -3px; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.text-area-format {
  background-color: white;
  width: 100%;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    div.text-area-format input {
      position: relative;
      top: -3px; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.page-wrapper {
  background: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .page-wrapper.logged-in .page-content-wrapper {
    padding-top: 73px; }
  .page-wrapper .page-content-wrapper {
    padding-top: 91px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .page-wrapper .page-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    .page-wrapper .page-content-wrapper.no-top-padding {
      padding-top: 0; }
    @media print {
      .page-wrapper .page-content-wrapper {
        display: block; } }
    .page-wrapper .page-content-wrapper .page-content-container {
      background: white;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 26px 35px 40px 35px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /* IE10 and IE11 */
      /* IE10 and IE11 */ }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .page-wrapper .page-content-wrapper .page-content-container {
          -webkit-box-flex: 1;
          -webkit-flex: 1 0 auto;
             -moz-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto; } }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .page-wrapper .page-content-wrapper .page-content-container {
          min-height: calc(100vh - 66px); } }
      .page-wrapper .page-content-wrapper .page-content-container.no-padding {
        padding: 0px; }
      .page-wrapper .page-content-wrapper .page-content-container.impersonated-user {
        padding-top: 80px; }
      .page-wrapper .page-content-wrapper .page-content-container .page-content-children-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* IE10 and IE11 */ }
        .page-wrapper .page-content-wrapper .page-content-container .page-content-children-container:focus:active, .page-wrapper .page-content-wrapper .page-content-container .page-content-children-container.clicked {
          outline: none; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .page-wrapper .page-content-wrapper .page-content-container .page-content-children-container {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 auto;
               -moz-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto; } }
        @media print {
          .page-wrapper .page-content-wrapper .page-content-container .page-content-children-container {
            display: block; } }
      @media print {
        .page-wrapper .page-content-wrapper .page-content-container {
          display: block;
          padding-left: 0;
          padding-right: 0; } }
    .page-wrapper .page-content-wrapper.sidenav-active {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 220px; }
      @media print {
        .page-wrapper .page-content-wrapper.sidenav-active {
          padding-left: 0; } }
  @media print {
    .page-wrapper {
      display: block; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.not-registered-modal-content-wrapper {
  max-width: 494px; }

.password-reset-modal-content-wrapper {
  width: auto; }
  @media screen and (min-width: 35.5em) {
    .password-reset-modal-content-wrapper {
      width: auto; } }
  @media screen and (min-width: 48em) {
    .password-reset-modal-content-wrapper {
      width: 500px; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.form-wrapper .error-collection-container {
  background: #F7F7F7;
  border-left: solid 5px #EB0800;
  margin: 20px 0;
  padding: 15px; }
  .form-wrapper .error-collection-container .error-collection-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: black;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px; }
    .form-wrapper .error-collection-container .error-collection-title .alert-icon {
      color: #C40700;
      margin-right: 10px;
      height: 24px;
      width: 24px; }
  .form-wrapper .error-collection-container .error-link-container {
    font-size: 16px; }
    .form-wrapper .error-collection-container .error-link-container + .error-link-container {
      margin-top: 5px; }
    .form-wrapper .error-collection-container .error-link-container a {
      color: #0766C5; }
      .form-wrapper .error-collection-container .error-link-container a .label-text {
        font-weight: 500; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.unauthenticated-page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }
  .unauthenticated-page-wrapper .unauthenticated-page-content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .unauthenticated-page-wrapper .unauthenticated-page-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    @media print {
      .unauthenticated-page-wrapper .unauthenticated-page-content-wrapper {
        display: block; } }
  @media print {
    .unauthenticated-page-wrapper {
      display: block; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-update-issue-form-wrapper {
  max-width: 1000px; }
  .add-update-issue-form-wrapper .submitter-row-container {
    font-size: 16px;
    margin-bottom: 25px; }
    .add-update-issue-form-wrapper .submitter-row-container .status-text {
      color: #1C8234; }
  .add-update-issue-form-wrapper .form-element-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 40px; }
  .add-update-issue-form-wrapper .add-update-issue-button-row-wrapper {
    margin-top: 25px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.alert-card-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding: 8px 20px;
  width: 100%;
  border-radius: 4px !important; }
  div.alert-card-wrapper .alert-type-container {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    text-transform: capitalize; }
    div.alert-card-wrapper .alert-type-container .alert-icon {
      height: 20px;
      width: 20px;
      margin-right: 6px; }
  div.alert-card-wrapper .alert-message {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 500;
    padding-left: 15px; }
  div.alert-card-wrapper.success {
    border: solid 1px #1C8234;
    background-color: #EBFEEF; }
    div.alert-card-wrapper.success .alert-icon {
      color: #1C8234; }
  div.alert-card-wrapper.warning {
    border: solid 1px #FFE180;
    background-color: #FBF8DF; }
    div.alert-card-wrapper.warning .alert-icon {
      color: #FFB300; }
  div.alert-card-wrapper.alert {
    border: solid 1px #FF6660;
    background-color: #FCE9E8; }
    div.alert-card-wrapper.alert .alert-icon {
      color: #C40700; }

/*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E"; }

.fa-accessible-icon:before {
  content: "\F368"; }

.fa-accusoft:before {
  content: "\F369"; }

.fa-ad:before {
  content: "\F641"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-card:before {
  content: "\F2BB"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-adn:before {
  content: "\F170"; }

.fa-adversal:before {
  content: "\F36A"; }

.fa-affiliatetheme:before {
  content: "\F36B"; }

.fa-air-freshener:before {
  content: "\F5D0"; }

.fa-algolia:before {
  content: "\F36C"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-alipay:before {
  content: "\F642"; }

.fa-allergies:before {
  content: "\F461"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-amazon-pay:before {
  content: "\F42C"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-amilia:before {
  content: "\F36D"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-android:before {
  content: "\F17B"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angry:before {
  content: "\F556"; }

.fa-angrycreative:before {
  content: "\F36E"; }

.fa-angular:before {
  content: "\F420"; }

.fa-ankh:before {
  content: "\F644"; }

.fa-app-store:before {
  content: "\F36F"; }

.fa-app-store-ios:before {
  content: "\F370"; }

.fa-apper:before {
  content: "\F371"; }

.fa-apple:before {
  content: "\F179"; }

.fa-apple-alt:before {
  content: "\F5D1"; }

.fa-apple-pay:before {
  content: "\F415"; }

.fa-archive:before {
  content: "\F187"; }

.fa-archway:before {
  content: "\F557"; }

.fa-arrow-alt-circle-down:before {
  content: "\F358"; }

.fa-arrow-alt-circle-left:before {
  content: "\F359"; }

.fa-arrow-alt-circle-right:before {
  content: "\F35A"; }

.fa-arrow-alt-circle-up:before {
  content: "\F35B"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-arrows-alt-h:before {
  content: "\F337"; }

.fa-arrows-alt-v:before {
  content: "\F338"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-asymmetrik:before {
  content: "\F372"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-atlas:before {
  content: "\F558"; }

.fa-atom:before {
  content: "\F5D2"; }

.fa-audible:before {
  content: "\F373"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-autoprefixer:before {
  content: "\F41C"; }

.fa-avianex:before {
  content: "\F374"; }

.fa-aviato:before {
  content: "\F421"; }

.fa-award:before {
  content: "\F559"; }

.fa-aws:before {
  content: "\F375"; }

.fa-backspace:before {
  content: "\F55A"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-band-aid:before {
  content: "\F462"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-bars:before {
  content: "\F0C9"; }

.fa-baseball-ball:before {
  content: "\F433"; }

.fa-basketball-ball:before {
  content: "\F434"; }

.fa-bath:before {
  content: "\F2CD"; }

.fa-battery-empty:before {
  content: "\F244"; }

.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-bed:before {
  content: "\F236"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bezier-curve:before {
  content: "\F55B"; }

.fa-bible:before {
  content: "\F647"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bimobject:before {
  content: "\F378"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitcoin:before {
  content: "\F379"; }

.fa-bity:before {
  content: "\F37A"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-blackberry:before {
  content: "\F37B"; }

.fa-blender:before {
  content: "\F517"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-blogger:before {
  content: "\F37C"; }

.fa-blogger-b:before {
  content: "\F37D"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-bold:before {
  content: "\F032"; }

.fa-bolt:before {
  content: "\F0E7"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-bone:before {
  content: "\F5D7"; }

.fa-bong:before {
  content: "\F55C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-book-open:before {
  content: "\F518"; }

.fa-book-reader:before {
  content: "\F5DA"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-bowling-ball:before {
  content: "\F436"; }

.fa-box:before {
  content: "\F466"; }

.fa-box-open:before {
  content: "\F49E"; }

.fa-boxes:before {
  content: "\F468"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-brain:before {
  content: "\F5DC"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-briefcase-medical:before {
  content: "\F469"; }

.fa-broadcast-tower:before {
  content: "\F519"; }

.fa-broom:before {
  content: "\F51A"; }

.fa-brush:before {
  content: "\F55D"; }

.fa-btc:before {
  content: "\F15A"; }

.fa-bug:before {
  content: "\F188"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-burn:before {
  content: "\F46A"; }

.fa-buromobelexperte:before {
  content: "\F37F"; }

.fa-bus:before {
  content: "\F207"; }

.fa-bus-alt:before {
  content: "\F55E"; }

.fa-business-time:before {
  content: "\F64A"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-calendar:before {
  content: "\F133"; }

.fa-calendar-alt:before {
  content: "\F073"; }

.fa-calendar-check:before {
  content: "\F274"; }

.fa-calendar-minus:before {
  content: "\F272"; }

.fa-calendar-plus:before {
  content: "\F271"; }

.fa-calendar-times:before {
  content: "\F273"; }

.fa-camera:before {
  content: "\F030"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-cannabis:before {
  content: "\F55F"; }

.fa-capsules:before {
  content: "\F46B"; }

.fa-car:before {
  content: "\F1B9"; }

.fa-car-alt:before {
  content: "\F5DE"; }

.fa-car-battery:before {
  content: "\F5DF"; }

.fa-car-crash:before {
  content: "\F5E1"; }

.fa-car-side:before {
  content: "\F5E4"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-caret-square-down:before {
  content: "\F150"; }

.fa-caret-square-left:before {
  content: "\F191"; }

.fa-caret-square-right:before {
  content: "\F152"; }

.fa-caret-square-up:before {
  content: "\F151"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cc-amazon-pay:before {
  content: "\F42D"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-apple-pay:before {
  content: "\F416"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-centercode:before {
  content: "\F380"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-chalkboard:before {
  content: "\F51B"; }

.fa-chalkboard-teacher:before {
  content: "\F51C"; }

.fa-charging-station:before {
  content: "\F5E7"; }

.fa-chart-area:before {
  content: "\F1FE"; }

.fa-chart-bar:before {
  content: "\F080"; }

.fa-chart-line:before {
  content: "\F201"; }

.fa-chart-pie:before {
  content: "\F200"; }

.fa-check:before {
  content: "\F00C"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-check-double:before {
  content: "\F560"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-chess:before {
  content: "\F439"; }

.fa-chess-bishop:before {
  content: "\F43A"; }

.fa-chess-board:before {
  content: "\F43C"; }

.fa-chess-king:before {
  content: "\F43F"; }

.fa-chess-knight:before {
  content: "\F441"; }

.fa-chess-pawn:before {
  content: "\F443"; }

.fa-chess-queen:before {
  content: "\F445"; }

.fa-chess-rook:before {
  content: "\F447"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-church:before {
  content: "\F51D"; }

.fa-circle:before {
  content: "\F111"; }

.fa-circle-notch:before {
  content: "\F1CE"; }

.fa-city:before {
  content: "\F64F"; }

.fa-clipboard:before {
  content: "\F328"; }

.fa-clipboard-check:before {
  content: "\F46C"; }

.fa-clipboard-list:before {
  content: "\F46D"; }

.fa-clock:before {
  content: "\F017"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-closed-captioning:before {
  content: "\F20A"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-cloud-download-alt:before {
  content: "\F381"; }

.fa-cloud-upload-alt:before {
  content: "\F382"; }

.fa-cloudscale:before {
  content: "\F383"; }

.fa-cloudsmith:before {
  content: "\F384"; }

.fa-cloudversify:before {
  content: "\F385"; }

.fa-cocktail:before {
  content: "\F561"; }

.fa-code:before {
  content: "\F121"; }

.fa-code-branch:before {
  content: "\F126"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cog:before {
  content: "\F013"; }

.fa-cogs:before {
  content: "\F085"; }

.fa-coins:before {
  content: "\F51E"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-comment:before {
  content: "\F075"; }

.fa-comment-alt:before {
  content: "\F27A"; }

.fa-comment-dollar:before {
  content: "\F651"; }

.fa-comment-dots:before {
  content: "\F4AD"; }

.fa-comment-slash:before {
  content: "\F4B3"; }

.fa-comments:before {
  content: "\F086"; }

.fa-comments-dollar:before {
  content: "\F653"; }

.fa-compact-disc:before {
  content: "\F51F"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-compress:before {
  content: "\F066"; }

.fa-concierge-bell:before {
  content: "\F562"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-cookie:before {
  content: "\F563"; }

.fa-cookie-bite:before {
  content: "\F564"; }

.fa-copy:before {
  content: "\F0C5"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-couch:before {
  content: "\F4B8"; }

.fa-cpanel:before {
  content: "\F388"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-creative-commons-by:before {
  content: "\F4E7"; }

.fa-creative-commons-nc:before {
  content: "\F4E8"; }

.fa-creative-commons-nc-eu:before {
  content: "\F4E9"; }

.fa-creative-commons-nc-jp:before {
  content: "\F4EA"; }

.fa-creative-commons-nd:before {
  content: "\F4EB"; }

.fa-creative-commons-pd:before {
  content: "\F4EC"; }

.fa-creative-commons-pd-alt:before {
  content: "\F4ED"; }

.fa-creative-commons-remix:before {
  content: "\F4EE"; }

.fa-creative-commons-sa:before {
  content: "\F4EF"; }

.fa-creative-commons-sampling:before {
  content: "\F4F0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1"; }

.fa-creative-commons-share:before {
  content: "\F4F2"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-crop:before {
  content: "\F125"; }

.fa-crop-alt:before {
  content: "\F565"; }

.fa-cross:before {
  content: "\F654"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-crow:before {
  content: "\F520"; }

.fa-crown:before {
  content: "\F521"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-css3-alt:before {
  content: "\F38B"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-cut:before {
  content: "\F0C4"; }

.fa-cuttlefish:before {
  content: "\F38C"; }

.fa-d-and-d:before {
  content: "\F38D"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-deaf:before {
  content: "\F2A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-deploydog:before {
  content: "\F38E"; }

.fa-deskpro:before {
  content: "\F38F"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-dharmachakra:before {
  content: "\F655"; }

.fa-diagnoses:before {
  content: "\F470"; }

.fa-dice:before {
  content: "\F522"; }

.fa-dice-five:before {
  content: "\F523"; }

.fa-dice-four:before {
  content: "\F524"; }

.fa-dice-one:before {
  content: "\F525"; }

.fa-dice-six:before {
  content: "\F526"; }

.fa-dice-three:before {
  content: "\F527"; }

.fa-dice-two:before {
  content: "\F528"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-digital-ocean:before {
  content: "\F391"; }

.fa-digital-tachograph:before {
  content: "\F566"; }

.fa-directions:before {
  content: "\F5EB"; }

.fa-discord:before {
  content: "\F392"; }

.fa-discourse:before {
  content: "\F393"; }

.fa-divide:before {
  content: "\F529"; }

.fa-dizzy:before {
  content: "\F567"; }

.fa-dna:before {
  content: "\F471"; }

.fa-dochub:before {
  content: "\F394"; }

.fa-docker:before {
  content: "\F395"; }

.fa-dollar-sign:before {
  content: "\F155"; }

.fa-dolly:before {
  content: "\F472"; }

.fa-dolly-flatbed:before {
  content: "\F474"; }

.fa-donate:before {
  content: "\F4B9"; }

.fa-door-closed:before {
  content: "\F52A"; }

.fa-door-open:before {
  content: "\F52B"; }

.fa-dot-circle:before {
  content: "\F192"; }

.fa-dove:before {
  content: "\F4BA"; }

.fa-download:before {
  content: "\F019"; }

.fa-draft2digital:before {
  content: "\F396"; }

.fa-drafting-compass:before {
  content: "\F568"; }

.fa-draw-polygon:before {
  content: "\F5EE"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-dribbble-square:before {
  content: "\F397"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-drum:before {
  content: "\F569"; }

.fa-drum-steelpan:before {
  content: "\F56A"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-dumbbell:before {
  content: "\F44B"; }

.fa-dyalog:before {
  content: "\F399"; }

.fa-earlybirds:before {
  content: "\F39A"; }

.fa-ebay:before {
  content: "\F4F4"; }

.fa-edge:before {
  content: "\F282"; }

.fa-edit:before {
  content: "\F044"; }

.fa-eject:before {
  content: "\F052"; }

.fa-elementor:before {
  content: "\F430"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-ello:before {
  content: "\F5F1"; }

.fa-ember:before {
  content: "\F423"; }

.fa-empire:before {
  content: "\F1D1"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-text:before {
  content: "\F658"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-envira:before {
  content: "\F299"; }

.fa-equals:before {
  content: "\F52C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-erlang:before {
  content: "\F39D"; }

.fa-ethereum:before {
  content: "\F42E"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-euro-sign:before {
  content: "\F153"; }

.fa-exchange-alt:before {
  content: "\F362"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-expand:before {
  content: "\F065"; }

.fa-expand-arrows-alt:before {
  content: "\F31E"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-external-link-alt:before {
  content: "\F35D"; }

.fa-external-link-square-alt:before {
  content: "\F360"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-dropper:before {
  content: "\F1FB"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-facebook:before {
  content: "\F09A"; }

.fa-facebook-f:before {
  content: "\F39E"; }

.fa-facebook-messenger:before {
  content: "\F39F"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-feather:before {
  content: "\F52D"; }

.fa-feather-alt:before {
  content: "\F56B"; }

.fa-female:before {
  content: "\F182"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-alt:before {
  content: "\F15C"; }

.fa-file-archive:before {
  content: "\F1C6"; }

.fa-file-audio:before {
  content: "\F1C7"; }

.fa-file-code:before {
  content: "\F1C9"; }

.fa-file-contract:before {
  content: "\F56C"; }

.fa-file-download:before {
  content: "\F56D"; }

.fa-file-excel:before {
  content: "\F1C3"; }

.fa-file-export:before {
  content: "\F56E"; }

.fa-file-image:before {
  content: "\F1C5"; }

.fa-file-import:before {
  content: "\F56F"; }

.fa-file-invoice:before {
  content: "\F570"; }

.fa-file-invoice-dollar:before {
  content: "\F571"; }

.fa-file-medical:before {
  content: "\F477"; }

.fa-file-medical-alt:before {
  content: "\F478"; }

.fa-file-pdf:before {
  content: "\F1C1"; }

.fa-file-powerpoint:before {
  content: "\F1C4"; }

.fa-file-prescription:before {
  content: "\F572"; }

.fa-file-signature:before {
  content: "\F573"; }

.fa-file-upload:before {
  content: "\F574"; }

.fa-file-video:before {
  content: "\F1C8"; }

.fa-file-word:before {
  content: "\F1C2"; }

.fa-fill:before {
  content: "\F575"; }

.fa-fill-drip:before {
  content: "\F576"; }

.fa-film:before {
  content: "\F008"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-fingerprint:before {
  content: "\F577"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-first-aid:before {
  content: "\F479"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-first-order-alt:before {
  content: "\F50A"; }

.fa-firstdraft:before {
  content: "\F3A1"; }

.fa-fish:before {
  content: "\F578"; }

.fa-flag:before {
  content: "\F024"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-flipboard:before {
  content: "\F44D"; }

.fa-flushed:before {
  content: "\F579"; }

.fa-fly:before {
  content: "\F417"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-minus:before {
  content: "\F65D"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-folder-plus:before {
  content: "\F65E"; }

.fa-font:before {
  content: "\F031"; }

.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-font-awesome-alt:before {
  content: "\F35C"; }

.fa-font-awesome-flag:before {
  content: "\F425"; }

.fa-font-awesome-logo-full:before {
  content: "\F4E6"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-fonticons-fi:before {
  content: "\F3A2"; }

.fa-football-ball:before {
  content: "\F44E"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-fort-awesome-alt:before {
  content: "\F3A3"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-freebsd:before {
  content: "\F3A4"; }

.fa-frog:before {
  content: "\F52E"; }

.fa-frown:before {
  content: "\F119"; }

.fa-frown-open:before {
  content: "\F57A"; }

.fa-fulcrum:before {
  content: "\F50B"; }

.fa-funnel-dollar:before {
  content: "\F662"; }

.fa-futbol:before {
  content: "\F1E3"; }

.fa-galactic-republic:before {
  content: "\F50C"; }

.fa-galactic-senate:before {
  content: "\F50D"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-gas-pump:before {
  content: "\F52F"; }

.fa-gavel:before {
  content: "\F0E3"; }

.fa-gem:before {
  content: "\F3A5"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-github:before {
  content: "\F09B"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-gitkraken:before {
  content: "\F3A6"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-gitter:before {
  content: "\F426"; }

.fa-glass-martini:before {
  content: "\F000"; }

.fa-glass-martini-alt:before {
  content: "\F57B"; }

.fa-glasses:before {
  content: "\F530"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-globe-africa:before {
  content: "\F57C"; }

.fa-globe-americas:before {
  content: "\F57D"; }

.fa-globe-asia:before {
  content: "\F57E"; }

.fa-gofore:before {
  content: "\F3A7"; }

.fa-golf-ball:before {
  content: "\F450"; }

.fa-goodreads:before {
  content: "\F3A8"; }

.fa-goodreads-g:before {
  content: "\F3A9"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-google-drive:before {
  content: "\F3AA"; }

.fa-google-play:before {
  content: "\F3AB"; }

.fa-google-plus:before {
  content: "\F2B3"; }

.fa-google-plus-g:before {
  content: "\F0D5"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-gopuram:before {
  content: "\F664"; }

.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-gratipay:before {
  content: "\F184"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-greater-than:before {
  content: "\F531"; }

.fa-greater-than-equal:before {
  content: "\F532"; }

.fa-grimace:before {
  content: "\F57F"; }

.fa-grin:before {
  content: "\F580"; }

.fa-grin-alt:before {
  content: "\F581"; }

.fa-grin-beam:before {
  content: "\F582"; }

.fa-grin-beam-sweat:before {
  content: "\F583"; }

.fa-grin-hearts:before {
  content: "\F584"; }

.fa-grin-squint:before {
  content: "\F585"; }

.fa-grin-squint-tears:before {
  content: "\F586"; }

.fa-grin-stars:before {
  content: "\F587"; }

.fa-grin-tears:before {
  content: "\F588"; }

.fa-grin-tongue:before {
  content: "\F589"; }

.fa-grin-tongue-squint:before {
  content: "\F58A"; }

.fa-grin-tongue-wink:before {
  content: "\F58B"; }

.fa-grin-wink:before {
  content: "\F58C"; }

.fa-grip-horizontal:before {
  content: "\F58D"; }

.fa-grip-vertical:before {
  content: "\F58E"; }

.fa-gripfire:before {
  content: "\F3AC"; }

.fa-grunt:before {
  content: "\F3AD"; }

.fa-gulp:before {
  content: "\F3AE"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-hacker-news-square:before {
  content: "\F3AF"; }

.fa-hackerrank:before {
  content: "\F5F7"; }

.fa-hamsa:before {
  content: "\F665"; }

.fa-hand-holding:before {
  content: "\F4BD"; }

.fa-hand-holding-heart:before {
  content: "\F4BE"; }

.fa-hand-holding-usd:before {
  content: "\F4C0"; }

.fa-hand-lizard:before {
  content: "\F258"; }

.fa-hand-paper:before {
  content: "\F256"; }

.fa-hand-peace:before {
  content: "\F25B"; }

.fa-hand-point-down:before {
  content: "\F0A7"; }

.fa-hand-point-left:before {
  content: "\F0A5"; }

.fa-hand-point-right:before {
  content: "\F0A4"; }

.fa-hand-point-up:before {
  content: "\F0A6"; }

.fa-hand-pointer:before {
  content: "\F25A"; }

.fa-hand-rock:before {
  content: "\F255"; }

.fa-hand-scissors:before {
  content: "\F257"; }

.fa-hand-spock:before {
  content: "\F259"; }

.fa-hands:before {
  content: "\F4C2"; }

.fa-hands-helping:before {
  content: "\F4C4"; }

.fa-handshake:before {
  content: "\F2B5"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-haykal:before {
  content: "\F666"; }

.fa-hdd:before {
  content: "\F0A0"; }

.fa-heading:before {
  content: "\F1DC"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-headphones-alt:before {
  content: "\F58F"; }

.fa-headset:before {
  content: "\F590"; }

.fa-heart:before {
  content: "\F004"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-helicopter:before {
  content: "\F533"; }

.fa-highlighter:before {
  content: "\F591"; }

.fa-hips:before {
  content: "\F452"; }

.fa-hire-a-helper:before {
  content: "\F3B0"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-hockey-puck:before {
  content: "\F453"; }

.fa-home:before {
  content: "\F015"; }

.fa-hooli:before {
  content: "\F427"; }

.fa-hornbill:before {
  content: "\F592"; }

.fa-hospital:before {
  content: "\F0F8"; }

.fa-hospital-alt:before {
  content: "\F47D"; }

.fa-hospital-symbol:before {
  content: "\F47E"; }

.fa-hot-tub:before {
  content: "\F593"; }

.fa-hotel:before {
  content: "\F594"; }

.fa-hotjar:before {
  content: "\F3B1"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-start:before {
  content: "\F251"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-hubspot:before {
  content: "\F3B2"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-id-card:before {
  content: "\F2C2"; }

.fa-id-card-alt:before {
  content: "\F47F"; }

.fa-image:before {
  content: "\F03E"; }

.fa-images:before {
  content: "\F302"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-industry:before {
  content: "\F275"; }

.fa-infinity:before {
  content: "\F534"; }

.fa-info:before {
  content: "\F129"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-italic:before {
  content: "\F033"; }

.fa-itunes:before {
  content: "\F3B4"; }

.fa-itunes-note:before {
  content: "\F3B5"; }

.fa-java:before {
  content: "\F4E4"; }

.fa-jedi:before {
  content: "\F669"; }

.fa-jedi-order:before {
  content: "\F50E"; }

.fa-jenkins:before {
  content: "\F3B6"; }

.fa-joget:before {
  content: "\F3B7"; }

.fa-joint:before {
  content: "\F595"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-journal-whills:before {
  content: "\F66A"; }

.fa-js:before {
  content: "\F3B8"; }

.fa-js-square:before {
  content: "\F3B9"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-kaaba:before {
  content: "\F66B"; }

.fa-kaggle:before {
  content: "\F5FA"; }

.fa-key:before {
  content: "\F084"; }

.fa-keybase:before {
  content: "\F4F5"; }

.fa-keyboard:before {
  content: "\F11C"; }

.fa-keycdn:before {
  content: "\F3BA"; }

.fa-khanda:before {
  content: "\F66D"; }

.fa-kickstarter:before {
  content: "\F3BB"; }

.fa-kickstarter-k:before {
  content: "\F3BC"; }

.fa-kiss:before {
  content: "\F596"; }

.fa-kiss-beam:before {
  content: "\F597"; }

.fa-kiss-wink-heart:before {
  content: "\F598"; }

.fa-kiwi-bird:before {
  content: "\F535"; }

.fa-korvue:before {
  content: "\F42F"; }

.fa-landmark:before {
  content: "\F66F"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-laptop-code:before {
  content: "\F5FC"; }

.fa-laravel:before {
  content: "\F3BD"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-laugh:before {
  content: "\F599"; }

.fa-laugh-beam:before {
  content: "\F59A"; }

.fa-laugh-squint:before {
  content: "\F59B"; }

.fa-laugh-wink:before {
  content: "\F59C"; }

.fa-layer-group:before {
  content: "\F5FD"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-lemon:before {
  content: "\F094"; }

.fa-less:before {
  content: "\F41D"; }

.fa-less-than:before {
  content: "\F536"; }

.fa-less-than-equal:before {
  content: "\F537"; }

.fa-level-down-alt:before {
  content: "\F3BE"; }

.fa-level-up-alt:before {
  content: "\F3BF"; }

.fa-life-ring:before {
  content: "\F1CD"; }

.fa-lightbulb:before {
  content: "\F0EB"; }

.fa-line:before {
  content: "\F3C0"; }

.fa-link:before {
  content: "\F0C1"; }

.fa-linkedin:before {
  content: "\F08C"; }

.fa-linkedin-in:before {
  content: "\F0E1"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-lira-sign:before {
  content: "\F195"; }

.fa-list:before {
  content: "\F03A"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-lock:before {
  content: "\F023"; }

.fa-lock-open:before {
  content: "\F3C1"; }

.fa-long-arrow-alt-down:before {
  content: "\F309"; }

.fa-long-arrow-alt-left:before {
  content: "\F30A"; }

.fa-long-arrow-alt-right:before {
  content: "\F30B"; }

.fa-long-arrow-alt-up:before {
  content: "\F30C"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-luggage-cart:before {
  content: "\F59D"; }

.fa-lyft:before {
  content: "\F3C3"; }

.fa-magento:before {
  content: "\F3C4"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-mail-bulk:before {
  content: "\F674"; }

.fa-mailchimp:before {
  content: "\F59E"; }

.fa-male:before {
  content: "\F183"; }

.fa-mandalorian:before {
  content: "\F50F"; }

.fa-map:before {
  content: "\F279"; }

.fa-map-marked:before {
  content: "\F59F"; }

.fa-map-marked-alt:before {
  content: "\F5A0"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-map-marker-alt:before {
  content: "\F3C5"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-markdown:before {
  content: "\F60F"; }

.fa-marker:before {
  content: "\F5A1"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mastodon:before {
  content: "\F4F6"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-medal:before {
  content: "\F5A2"; }

.fa-medapps:before {
  content: "\F3C6"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-medium-m:before {
  content: "\F3C7"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-medrt:before {
  content: "\F3C8"; }

.fa-meetup:before {
  content: "\F2E0"; }

.fa-megaport:before {
  content: "\F5A3"; }

.fa-meh:before {
  content: "\F11A"; }

.fa-meh-blank:before {
  content: "\F5A4"; }

.fa-meh-rolling-eyes:before {
  content: "\F5A5"; }

.fa-memory:before {
  content: "\F538"; }

.fa-menorah:before {
  content: "\F676"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-alt:before {
  content: "\F3C9"; }

.fa-microphone-alt-slash:before {
  content: "\F539"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-microscope:before {
  content: "\F610"; }

.fa-microsoft:before {
  content: "\F3CA"; }

.fa-minus:before {
  content: "\F068"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-mix:before {
  content: "\F3CB"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-mizuni:before {
  content: "\F3CC"; }

.fa-mobile:before {
  content: "\F10B"; }

.fa-mobile-alt:before {
  content: "\F3CD"; }

.fa-modx:before {
  content: "\F285"; }

.fa-monero:before {
  content: "\F3D0"; }

.fa-money-bill:before {
  content: "\F0D6"; }

.fa-money-bill-alt:before {
  content: "\F3D1"; }

.fa-money-bill-wave:before {
  content: "\F53A"; }

.fa-money-bill-wave-alt:before {
  content: "\F53B"; }

.fa-money-check:before {
  content: "\F53C"; }

.fa-money-check-alt:before {
  content: "\F53D"; }

.fa-monument:before {
  content: "\F5A6"; }

.fa-moon:before {
  content: "\F186"; }

.fa-mortar-pestle:before {
  content: "\F5A7"; }

.fa-mosque:before {
  content: "\F678"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-music:before {
  content: "\F001"; }

.fa-napster:before {
  content: "\F3D2"; }

.fa-neos:before {
  content: "\F612"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-newspaper:before {
  content: "\F1EA"; }

.fa-nimblr:before {
  content: "\F5A8"; }

.fa-nintendo-switch:before {
  content: "\F418"; }

.fa-node:before {
  content: "\F419"; }

.fa-node-js:before {
  content: "\F3D3"; }

.fa-not-equal:before {
  content: "\F53E"; }

.fa-notes-medical:before {
  content: "\F481"; }

.fa-npm:before {
  content: "\F3D4"; }

.fa-ns8:before {
  content: "\F3D5"; }

.fa-nutritionix:before {
  content: "\F3D6"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-oil-can:before {
  content: "\F613"; }

.fa-old-republic:before {
  content: "\F510"; }

.fa-om:before {
  content: "\F679"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-osi:before {
  content: "\F41A"; }

.fa-outdent:before {
  content: "\F03B"; }

.fa-page4:before {
  content: "\F3D7"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-paint-roller:before {
  content: "\F5AA"; }

.fa-palette:before {
  content: "\F53F"; }

.fa-palfed:before {
  content: "\F3D8"; }

.fa-pallet:before {
  content: "\F482"; }

.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-parachute-box:before {
  content: "\F4CD"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-parking:before {
  content: "\F540"; }

.fa-passport:before {
  content: "\F5AB"; }

.fa-pastafarianism:before {
  content: "\F67B"; }

.fa-paste:before {
  content: "\F0EA"; }

.fa-patreon:before {
  content: "\F3D9"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-peace:before {
  content: "\F67C"; }

.fa-pen:before {
  content: "\F304"; }

.fa-pen-alt:before {
  content: "\F305"; }

.fa-pen-fancy:before {
  content: "\F5AC"; }

.fa-pen-nib:before {
  content: "\F5AD"; }

.fa-pen-square:before {
  content: "\F14B"; }

.fa-pencil-alt:before {
  content: "\F303"; }

.fa-pencil-ruler:before {
  content: "\F5AE"; }

.fa-people-carry:before {
  content: "\F4CE"; }

.fa-percent:before {
  content: "\F295"; }

.fa-percentage:before {
  content: "\F541"; }

.fa-periscope:before {
  content: "\F3DA"; }

.fa-phabricator:before {
  content: "\F3DB"; }

.fa-phoenix-framework:before {
  content: "\F3DC"; }

.fa-phoenix-squadron:before {
  content: "\F511"; }

.fa-phone:before {
  content: "\F095"; }

.fa-phone-slash:before {
  content: "\F3DD"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-phone-volume:before {
  content: "\F2A0"; }

.fa-php:before {
  content: "\F457"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-pied-piper-hat:before {
  content: "\F4E5"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-piggy-bank:before {
  content: "\F4D3"; }

.fa-pills:before {
  content: "\F484"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-place-of-worship:before {
  content: "\F67F"; }

.fa-plane:before {
  content: "\F072"; }

.fa-plane-arrival:before {
  content: "\F5AF"; }

.fa-plane-departure:before {
  content: "\F5B0"; }

.fa-play:before {
  content: "\F04B"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-playstation:before {
  content: "\F3DF"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-plus:before {
  content: "\F067"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-poll:before {
  content: "\F681"; }

.fa-poll-h:before {
  content: "\F682"; }

.fa-poo:before {
  content: "\F2FE"; }

.fa-poop:before {
  content: "\F619"; }

.fa-portrait:before {
  content: "\F3E0"; }

.fa-pound-sign:before {
  content: "\F154"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-pray:before {
  content: "\F683"; }

.fa-praying-hands:before {
  content: "\F684"; }

.fa-prescription:before {
  content: "\F5B1"; }

.fa-prescription-bottle:before {
  content: "\F485"; }

.fa-prescription-bottle-alt:before {
  content: "\F486"; }

.fa-print:before {
  content: "\F02F"; }

.fa-procedures:before {
  content: "\F487"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-project-diagram:before {
  content: "\F542"; }

.fa-pushed:before {
  content: "\F3E1"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-python:before {
  content: "\F3E2"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-question:before {
  content: "\F128"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-quidditch:before {
  content: "\F458"; }

.fa-quinscape:before {
  content: "\F459"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-quran:before {
  content: "\F687"; }

.fa-r-project:before {
  content: "\F4F7"; }

.fa-random:before {
  content: "\F074"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-react:before {
  content: "\F41B"; }

.fa-readme:before {
  content: "\F4D5"; }

.fa-rebel:before {
  content: "\F1D0"; }

.fa-receipt:before {
  content: "\F543"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-red-river:before {
  content: "\F3E3"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-redo:before {
  content: "\F01E"; }

.fa-redo-alt:before {
  content: "\F2F9"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-rendact:before {
  content: "\F3E4"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-reply:before {
  content: "\F3E5"; }

.fa-reply-all:before {
  content: "\F122"; }

.fa-replyd:before {
  content: "\F3E6"; }

.fa-researchgate:before {
  content: "\F4F8"; }

.fa-resolving:before {
  content: "\F3E7"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-rev:before {
  content: "\F5B2"; }

.fa-ribbon:before {
  content: "\F4D6"; }

.fa-road:before {
  content: "\F018"; }

.fa-robot:before {
  content: "\F544"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-rocketchat:before {
  content: "\F3E8"; }

.fa-rockrms:before {
  content: "\F3E9"; }

.fa-route:before {
  content: "\F4D7"; }

.fa-rss:before {
  content: "\F09E"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-ruble-sign:before {
  content: "\F158"; }

.fa-ruler:before {
  content: "\F545"; }

.fa-ruler-combined:before {
  content: "\F546"; }

.fa-ruler-horizontal:before {
  content: "\F547"; }

.fa-ruler-vertical:before {
  content: "\F548"; }

.fa-rupee-sign:before {
  content: "\F156"; }

.fa-sad-cry:before {
  content: "\F5B3"; }

.fa-sad-tear:before {
  content: "\F5B4"; }

.fa-safari:before {
  content: "\F267"; }

.fa-sass:before {
  content: "\F41E"; }

.fa-save:before {
  content: "\F0C7"; }

.fa-schlix:before {
  content: "\F3EA"; }

.fa-school:before {
  content: "\F549"; }

.fa-screwdriver:before {
  content: "\F54A"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-search:before {
  content: "\F002"; }

.fa-search-dollar:before {
  content: "\F688"; }

.fa-search-location:before {
  content: "\F689"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-searchengin:before {
  content: "\F3EB"; }

.fa-seedling:before {
  content: "\F4D8"; }

.fa-sellcast:before {
  content: "\F2DA"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-server:before {
  content: "\F233"; }

.fa-servicestack:before {
  content: "\F3EC"; }

.fa-shapes:before {
  content: "\F61F"; }

.fa-share:before {
  content: "\F064"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-shekel-sign:before {
  content: "\F20B"; }

.fa-shield-alt:before {
  content: "\F3ED"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-shipping-fast:before {
  content: "\F48B"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-shoe-prints:before {
  content: "\F54B"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-shopware:before {
  content: "\F5B5"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-shuttle-van:before {
  content: "\F5B6"; }

.fa-sign:before {
  content: "\F4D9"; }

.fa-sign-in-alt:before {
  content: "\F2F6"; }

.fa-sign-language:before {
  content: "\F2A7"; }

.fa-sign-out-alt:before {
  content: "\F2F5"; }

.fa-signal:before {
  content: "\F012"; }

.fa-signature:before {
  content: "\F5B7"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-sistrix:before {
  content: "\F3EE"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-sith:before {
  content: "\F512"; }

.fa-skull:before {
  content: "\F54C"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-slack:before {
  content: "\F198"; }

.fa-slack-hash:before {
  content: "\F3EF"; }

.fa-sliders-h:before {
  content: "\F1DE"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-smile:before {
  content: "\F118"; }

.fa-smile-beam:before {
  content: "\F5B8"; }

.fa-smile-wink:before {
  content: "\F4DA"; }

.fa-smoking:before {
  content: "\F48D"; }

.fa-smoking-ban:before {
  content: "\F54D"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-snowflake:before {
  content: "\F2DC"; }

.fa-socks:before {
  content: "\F696"; }

.fa-solar-panel:before {
  content: "\F5BA"; }

.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-alpha-down:before {
  content: "\F15D"; }

.fa-sort-alpha-up:before {
  content: "\F15E"; }

.fa-sort-amount-down:before {
  content: "\F160"; }

.fa-sort-amount-up:before {
  content: "\F161"; }

.fa-sort-down:before {
  content: "\F0DD"; }

.fa-sort-numeric-down:before {
  content: "\F162"; }

.fa-sort-numeric-up:before {
  content: "\F163"; }

.fa-sort-up:before {
  content: "\F0DE"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-spa:before {
  content: "\F5BB"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-speakap:before {
  content: "\F3F3"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-splotch:before {
  content: "\F5BC"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-spray-can:before {
  content: "\F5BD"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-square-full:before {
  content: "\F45C"; }

.fa-square-root-alt:before {
  content: "\F698"; }

.fa-squarespace:before {
  content: "\F5BE"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-stamp:before {
  content: "\F5BF"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-and-crescent:before {
  content: "\F699"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-star-half-alt:before {
  content: "\F5C0"; }

.fa-star-of-david:before {
  content: "\F69A"; }

.fa-star-of-life:before {
  content: "\F621"; }

.fa-staylinked:before {
  content: "\F3F5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-steam-symbol:before {
  content: "\F3F6"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-sticker-mule:before {
  content: "\F3F7"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stopwatch:before {
  content: "\F2F2"; }

.fa-store:before {
  content: "\F54E"; }

.fa-store-alt:before {
  content: "\F54F"; }

.fa-strava:before {
  content: "\F428"; }

.fa-stream:before {
  content: "\F550"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-stripe:before {
  content: "\F429"; }

.fa-stripe-s:before {
  content: "\F42A"; }

.fa-stroopwafel:before {
  content: "\F551"; }

.fa-studiovinari:before {
  content: "\F3F8"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-subway:before {
  content: "\F239"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-suitcase-rolling:before {
  content: "\F5C1"; }

.fa-sun:before {
  content: "\F185"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-supple:before {
  content: "\F3F9"; }

.fa-surprise:before {
  content: "\F5C2"; }

.fa-swatchbook:before {
  content: "\F5C3"; }

.fa-swimmer:before {
  content: "\F5C4"; }

.fa-swimming-pool:before {
  content: "\F5C5"; }

.fa-synagogue:before {
  content: "\F69B"; }

.fa-sync:before {
  content: "\F021"; }

.fa-sync-alt:before {
  content: "\F2F1"; }

.fa-syringe:before {
  content: "\F48E"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-table-tennis:before {
  content: "\F45D"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-tablet-alt:before {
  content: "\F3FA"; }

.fa-tablets:before {
  content: "\F490"; }

.fa-tachometer-alt:before {
  content: "\F3FD"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-tape:before {
  content: "\F4DB"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-taxi:before {
  content: "\F1BA"; }

.fa-teamspeak:before {
  content: "\F4F9"; }

.fa-teeth:before {
  content: "\F62E"; }

.fa-teeth-open:before {
  content: "\F62F"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-telegram-plane:before {
  content: "\F3FE"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-the-red-yeti:before {
  content: "\F69D"; }

.fa-theater-masks:before {
  content: "\F630"; }

.fa-themeco:before {
  content: "\F5C6"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-thermometer:before {
  content: "\F491"; }

.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbtack:before {
  content: "\F08D"; }

.fa-ticket-alt:before {
  content: "\F3FF"; }

.fa-times:before {
  content: "\F00D"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-tint:before {
  content: "\F043"; }

.fa-tint-slash:before {
  content: "\F5C7"; }

.fa-tired:before {
  content: "\F5C8"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-toolbox:before {
  content: "\F552"; }

.fa-tooth:before {
  content: "\F5C9"; }

.fa-torah:before {
  content: "\F6A0"; }

.fa-torii-gate:before {
  content: "\F6A1"; }

.fa-trade-federation:before {
  content: "\F513"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-traffic-light:before {
  content: "\F637"; }

.fa-train:before {
  content: "\F238"; }

.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-trash-alt:before {
  content: "\F2ED"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-trello:before {
  content: "\F181"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-truck-loading:before {
  content: "\F4DE"; }

.fa-truck-monster:before {
  content: "\F63B"; }

.fa-truck-moving:before {
  content: "\F4DF"; }

.fa-truck-pickup:before {
  content: "\F63C"; }

.fa-tshirt:before {
  content: "\F553"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-tv:before {
  content: "\F26C"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-typo3:before {
  content: "\F42B"; }

.fa-uber:before {
  content: "\F402"; }

.fa-uikit:before {
  content: "\F403"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-umbrella-beach:before {
  content: "\F5CA"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-undo:before {
  content: "\F0E2"; }

.fa-undo-alt:before {
  content: "\F2EA"; }

.fa-uniregistry:before {
  content: "\F404"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-university:before {
  content: "\F19C"; }

.fa-unlink:before {
  content: "\F127"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-untappd:before {
  content: "\F405"; }

.fa-upload:before {
  content: "\F093"; }

.fa-usb:before {
  content: "\F287"; }

.fa-user:before {
  content: "\F007"; }

.fa-user-alt:before {
  content: "\F406"; }

.fa-user-alt-slash:before {
  content: "\F4FA"; }

.fa-user-astronaut:before {
  content: "\F4FB"; }

.fa-user-check:before {
  content: "\F4FC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-clock:before {
  content: "\F4FD"; }

.fa-user-cog:before {
  content: "\F4FE"; }

.fa-user-edit:before {
  content: "\F4FF"; }

.fa-user-friends:before {
  content: "\F500"; }

.fa-user-graduate:before {
  content: "\F501"; }

.fa-user-lock:before {
  content: "\F502"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-user-minus:before {
  content: "\F503"; }

.fa-user-ninja:before {
  content: "\F504"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-user-shield:before {
  content: "\F505"; }

.fa-user-slash:before {
  content: "\F506"; }

.fa-user-tag:before {
  content: "\F507"; }

.fa-user-tie:before {
  content: "\F508"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-users:before {
  content: "\F0C0"; }

.fa-users-cog:before {
  content: "\F509"; }

.fa-ussunnah:before {
  content: "\F407"; }

.fa-utensil-spoon:before {
  content: "\F2E5"; }

.fa-utensils:before {
  content: "\F2E7"; }

.fa-vaadin:before {
  content: "\F408"; }

.fa-vector-square:before {
  content: "\F5CB"; }

.fa-venus:before {
  content: "\F221"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-vial:before {
  content: "\F492"; }

.fa-vials:before {
  content: "\F493"; }

.fa-viber:before {
  content: "\F409"; }

.fa-video:before {
  content: "\F03D"; }

.fa-video-slash:before {
  content: "\F4E2"; }

.fa-vihara:before {
  content: "\F6A7"; }

.fa-vimeo:before {
  content: "\F40A"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-vimeo-v:before {
  content: "\F27D"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-vk:before {
  content: "\F189"; }

.fa-vnv:before {
  content: "\F40B"; }

.fa-volleyball-ball:before {
  content: "\F45F"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-vuejs:before {
  content: "\F41F"; }

.fa-walking:before {
  content: "\F554"; }

.fa-wallet:before {
  content: "\F555"; }

.fa-warehouse:before {
  content: "\F494"; }

.fa-weebly:before {
  content: "\F5CC"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-weight:before {
  content: "\F496"; }

.fa-weight-hanging:before {
  content: "\F5CD"; }

.fa-weixin:before {
  content: "\F1D7"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-whatsapp-square:before {
  content: "\F40C"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-whmcs:before {
  content: "\F40D"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-window-close:before {
  content: "\F410"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-wine-glass:before {
  content: "\F4E3"; }

.fa-wine-glass-alt:before {
  content: "\F5CE"; }

.fa-wix:before {
  content: "\F5CF"; }

.fa-wolf-pack-battalion:before {
  content: "\F514"; }

.fa-won-sign:before {
  content: "\F159"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-wordpress-simple:before {
  content: "\F411"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-x-ray:before {
  content: "\F497"; }

.fa-xbox:before {
  content: "\F412"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-y-combinator:before {
  content: "\F23B"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-yandex:before {
  content: "\F413"; }

.fa-yandex-international:before {
  content: "\F414"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-yen-sign:before {
  content: "\F157"; }

.fa-yin-yang:before {
  content: "\F6AD"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-youtube-square:before {
  content: "\F431"; }

.fa-zhihu:before {
  content: "\F63F"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(/athletics2022/wwwroot/fonts/fa-brands-400.eot);
  src: url(/athletics2022/wwwroot/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/athletics2022/wwwroot/fonts/fa-brands-400.woff2) format("woff2"), url(/athletics2022/wwwroot/fonts/fa-brands-400.woff) format("woff"), url(/athletics2022/wwwroot/fonts/fa-brands-400.ttf) format("truetype"), url(/athletics2022/wwwroot/fonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(/athletics2022/wwwroot/fonts/fa-regular-400.eot);
  src: url(/athletics2022/wwwroot/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/athletics2022/wwwroot/fonts/fa-regular-400.woff2) format("woff2"), url(/athletics2022/wwwroot/fonts/fa-regular-400.woff) format("woff"), url(/athletics2022/wwwroot/fonts/fa-regular-400.ttf) format("truetype"), url(/athletics2022/wwwroot/fonts/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(/athletics2022/wwwroot/fonts/fa-solid-900.eot);
  src: url(/athletics2022/wwwroot/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/athletics2022/wwwroot/fonts/fa-solid-900.woff2) format("woff2"), url(/athletics2022/wwwroot/fonts/fa-solid-900.woff) format("woff"), url(/athletics2022/wwwroot/fonts/fa-solid-900.ttf) format("truetype"), url(/athletics2022/wwwroot/fonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/athletics2022/wwwroot/fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/athletics2022/wwwroot/fonts/MaterialIcons-Regular.woff2) format("woff2"), url(/athletics2022/wwwroot/fonts/MaterialIcons-Regular.woff) format("woff"), url(/athletics2022/wwwroot/fonts/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* poppins-100normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 100;
  src:
    local('Poppins Thin '),
    local('Poppins-Thin'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-100.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-100.woff) format('woff'); /* Modern Browsers */
}

/* poppins-100italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 100;
  src:
    local('Poppins Thin italic'),
    local('Poppins-Thinitalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-100italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-100italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-200normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src:
    local('Poppins Extra Light '),
    local('Poppins-Extra Light'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-200.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-200.woff) format('woff'); /* Modern Browsers */
}

/* poppins-200italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 200;
  src:
    local('Poppins Extra Light italic'),
    local('Poppins-Extra Lightitalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-200italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-200italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-300normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src:
    local('Poppins Light '),
    local('Poppins-Light'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-300.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-300.woff) format('woff'); /* Modern Browsers */
}

/* poppins-300italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 300;
  src:
    local('Poppins Light italic'),
    local('Poppins-Lightitalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-300italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-300italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-400normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src:
    local('Poppins Regular '),
    local('Poppins-Regular'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-400.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-400.woff) format('woff'); /* Modern Browsers */
}

/* poppins-400italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src:
    local('Poppins Regular italic'),
    local('Poppins-Regularitalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-400italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-400italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-500normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src:
    local('Poppins Medium '),
    local('Poppins-Medium'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-500.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-500.woff) format('woff'); /* Modern Browsers */
}

/* poppins-500italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 500;
  src:
    local('Poppins Medium italic'),
    local('Poppins-Mediumitalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-500italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-500italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-600normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src:
    local('Poppins SemiBold '),
    local('Poppins-SemiBold'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-600.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-600.woff) format('woff'); /* Modern Browsers */
}

/* poppins-600italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 600;
  src:
    local('Poppins SemiBold italic'),
    local('Poppins-SemiBolditalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-600italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-600italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-700normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src:
    local('Poppins Bold '),
    local('Poppins-Bold'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-700.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-700.woff) format('woff'); /* Modern Browsers */
}

/* poppins-700italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 700;
  src:
    local('Poppins Bold italic'),
    local('Poppins-Bolditalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-700italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-700italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-800normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src:
    local('Poppins ExtraBold '),
    local('Poppins-ExtraBold'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-800.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-800.woff) format('woff'); /* Modern Browsers */
}

/* poppins-800italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 800;
  src:
    local('Poppins ExtraBold italic'),
    local('Poppins-ExtraBolditalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-800italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-800italic.woff) format('woff'); /* Modern Browsers */
}

/* poppins-900normal - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-display: swap;
  font-weight: 900;
  src:
    local('Poppins Black '),
    local('Poppins-Black'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-900.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-900.woff) format('woff'); /* Modern Browsers */
}

/* poppins-900italic - latin */
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-display: swap;
  font-weight: 900;
  src:
    local('Poppins Black italic'),
    local('Poppins-Blackitalic'),
    url(/athletics2022/wwwroot/fonts/poppins-latin-900italic.woff2) format('woff2'), 
    url(/athletics2022/wwwroot/fonts/poppins-latin-900italic.woff) format('woff'); /* Modern Browsers */
}


@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Thin.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Thin.woff) format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Thin';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Thin.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Thin.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-ThinItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-ThinItalic.woff) format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url(/athletics2022/wwwroot/fonts/Roboto-ThinItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-ThinItalic.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Light.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Light';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Light.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Light.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-LightItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-LightItalic.woff) format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-LightItalic';
    src: url(/athletics2022/wwwroot/fonts/Roboto-LightItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-LightItalic.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Regular.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Regular.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-RegularItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-RegularItalic.woff) format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-RegularItalic';
    src: url(/athletics2022/wwwroot/fonts/Roboto-RegularItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-RegularItalic.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Medium.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Medium.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-MediumItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-MediumItalic.woff) format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url(/athletics2022/wwwroot/fonts/Roboto-MediumItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-MediumItalic.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Bold.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Bold.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-BoldItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-BoldItalic.woff) format('woff');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url(/athletics2022/wwwroot/fonts/Roboto-BoldItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-BoldItalic.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Black.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Black.woff) format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Black';
    src: url(/athletics2022/wwwroot/fonts/Roboto-Black.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-Black.woff) format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url(/athletics2022/wwwroot/fonts/Roboto-BlackItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-BlackItalic.woff) format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url(/athletics2022/wwwroot/fonts/Roboto-BlackItalic.woff2) format('woff2'), url(/athletics2022/wwwroot/fonts/Roboto-BlackItalic.woff) format('woff');
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v^3.0 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */.pure-button:focus,a:active,a:hover{outline:0}.pure-table,table{border-collapse:collapse;border-spacing:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}.pure-button,input{line-height:normal}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}.pure-button,.pure-form input:not([type]),.pure-menu{box-sizing:border-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend,td,th{padding:0}legend{border:0}.hidden,[hidden]{display:none!important}.pure-img{max-width:100%;height:auto;display:block}.pure-g{letter-spacing:-.31em;text-rendering:optimizespeed;font-family:FreeSans,Arimo,"Droid Sans",Helvetica,Arial,sans-serif;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:row wrap;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-align-content:flex-start;-ms-flex-line-pack:start;align-content:flex-start}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){table .pure-g{display:block}}.opera-only :-o-prefocus,.pure-g{word-spacing:-.43em}.pure-u,.pure-u-1,.pure-u-1-1,.pure-u-1-12,.pure-u-1-2,.pure-u-1-24,.pure-u-1-3,.pure-u-1-4,.pure-u-1-5,.pure-u-1-6,.pure-u-1-8,.pure-u-10-24,.pure-u-11-12,.pure-u-11-24,.pure-u-12-24,.pure-u-13-24,.pure-u-14-24,.pure-u-15-24,.pure-u-16-24,.pure-u-17-24,.pure-u-18-24,.pure-u-19-24,.pure-u-2-24,.pure-u-2-3,.pure-u-2-5,.pure-u-20-24,.pure-u-21-24,.pure-u-22-24,.pure-u-23-24,.pure-u-24-24,.pure-u-3-24,.pure-u-3-4,.pure-u-3-5,.pure-u-3-8,.pure-u-4-24,.pure-u-4-5,.pure-u-5-12,.pure-u-5-24,.pure-u-5-5,.pure-u-5-6,.pure-u-5-8,.pure-u-6-24,.pure-u-7-12,.pure-u-7-24,.pure-u-7-8,.pure-u-8-24,.pure-u-9-24{letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;display:inline-block;zoom:1}.pure-g [class*=pure-u]{font-family:sans-serif}.pure-u-1-24{width:4.1667%}.pure-u-1-12,.pure-u-2-24{width:8.3333%}.pure-u-1-8,.pure-u-3-24{width:12.5%}.pure-u-1-6,.pure-u-4-24{width:16.6667%}.pure-u-1-5{width:20%}.pure-u-5-24{width:20.8333%}.pure-u-1-4,.pure-u-6-24{width:25%}.pure-u-7-24{width:29.1667%}.pure-u-1-3,.pure-u-8-24{width:33.3333%}.pure-u-3-8,.pure-u-9-24{width:37.5%}.pure-u-2-5{width:40%}.pure-u-10-24,.pure-u-5-12{width:41.6667%}.pure-u-11-24{width:45.8333%}.pure-u-1-2,.pure-u-12-24{width:50%}.pure-u-13-24{width:54.1667%}.pure-u-14-24,.pure-u-7-12{width:58.3333%}.pure-u-3-5{width:60%}.pure-u-15-24,.pure-u-5-8{width:62.5%}.pure-u-16-24,.pure-u-2-3{width:66.6667%}.pure-u-17-24{width:70.8333%}.pure-u-18-24,.pure-u-3-4{width:75%}.pure-u-19-24{width:79.1667%}.pure-u-4-5{width:80%}.pure-u-20-24,.pure-u-5-6{width:83.3333%}.pure-u-21-24,.pure-u-7-8{width:87.5%}.pure-u-11-12,.pure-u-22-24{width:91.6667%}.pure-u-23-24{width:95.8333%}.pure-u-1,.pure-u-1-1,.pure-u-24-24,.pure-u-5-5{width:100%}.pure-button{display:inline-block;zoom:1;white-space:nowrap;vertical-align:middle;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-group{letter-spacing:-.31em;text-rendering:optimizespeed}.opera-only :-o-prefocus,.pure-button-group{word-spacing:-.43em}.pure-button{font-family:inherit;font-size:100%;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);border:1px solid #999;border:transparent;background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:focus,.pure-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;border-color:#000\9}.pure-button-disabled,.pure-button-disabled:active,.pure-button-disabled:focus,.pure-button-disabled:hover,.pure-button[disabled]{border:none;background-image:none;filter:alpha(opacity=40);opacity:.4;cursor:not-allowed;box-shadow:none;pointer-events:none}.pure-button-hidden{display:none}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-button-group .pure-button{letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto;margin:0;border-radius:0;border-right:1px solid #111;border-right:1px solid rgba(0,0,0,.2)}.pure-button-group .pure-button:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.pure-button-group .pure-button:last-child{border-top-right-radius:2px;border-bottom-right-radius:2px;border-right:none}.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=tel],.pure-form input[type=color],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=text],.pure-form select,.pure-form textarea{padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px;vertical-align:middle;box-sizing:border-box}.pure-form input:not([type]){padding:.5em .6em;display:inline-block;border:1px solid #ccc;box-shadow:inset 0 1px 3px #ddd;border-radius:4px}.pure-form input[type=color]{padding:.2em .5em}.pure-form input:not([type]):focus,.pure-form input[type=password]:focus,.pure-form input[type=email]:focus,.pure-form input[type=url]:focus,.pure-form input[type=date]:focus,.pure-form input[type=month]:focus,.pure-form input[type=time]:focus,.pure-form input[type=datetime]:focus,.pure-form input[type=datetime-local]:focus,.pure-form input[type=week]:focus,.pure-form input[type=tel]:focus,.pure-form input[type=color]:focus,.pure-form input[type=number]:focus,.pure-form input[type=search]:focus,.pure-form input[type=text]:focus,.pure-form select:focus,.pure-form textarea:focus{outline:0;border-color:#129FEA}.pure-form input[type=file]:focus,.pure-form input[type=checkbox]:focus,.pure-form input[type=radio]:focus{outline:#129FEA auto 1px}.pure-form .pure-checkbox,.pure-form .pure-radio{margin:.5em 0;display:block}.pure-form input:not([type])[disabled],.pure-form input[type=password][disabled],.pure-form input[type=email][disabled],.pure-form input[type=url][disabled],.pure-form input[type=date][disabled],.pure-form input[type=month][disabled],.pure-form input[type=time][disabled],.pure-form input[type=datetime][disabled],.pure-form input[type=datetime-local][disabled],.pure-form input[type=week][disabled],.pure-form input[type=tel][disabled],.pure-form input[type=color][disabled],.pure-form input[type=number][disabled],.pure-form input[type=search][disabled],.pure-form input[type=text][disabled],.pure-form select[disabled],.pure-form textarea[disabled]{cursor:not-allowed;background-color:#eaeded;color:#cad2d3}.pure-form input[readonly],.pure-form select[readonly],.pure-form textarea[readonly]{background-color:#eee;color:#777;border-color:#ccc}.pure-form input:focus:invalid,.pure-form select:focus:invalid,.pure-form textarea:focus:invalid{color:#b94a48;border-color:#e9322d}.pure-form input[type=file]:focus:invalid:focus,.pure-form input[type=checkbox]:focus:invalid:focus,.pure-form input[type=radio]:focus:invalid:focus{outline-color:#e9322d}.pure-form select{height:2.25em;border:1px solid #ccc;background-color:#fff}.pure-form select[multiple]{height:auto}.pure-form label{margin:.5em 0 .2em}.pure-form fieldset{margin:0;padding:.35em 0 .75em;border:0}.pure-form legend{display:block;width:100%;padding:.3em 0;margin-bottom:.3em;color:#333;border-bottom:1px solid #e5e5e5}.pure-form-stacked input:not([type]),.pure-form-stacked input[type=password],.pure-form-stacked input[type=email],.pure-form-stacked input[type=url],.pure-form-stacked input[type=date],.pure-form-stacked input[type=month],.pure-form-stacked input[type=time],.pure-form-stacked input[type=datetime],.pure-form-stacked input[type=datetime-local],.pure-form-stacked input[type=week],.pure-form-stacked input[type=tel],.pure-form-stacked input[type=color],.pure-form-stacked input[type=file],.pure-form-stacked input[type=number],.pure-form-stacked input[type=search],.pure-form-stacked input[type=text],.pure-form-stacked label,.pure-form-stacked select,.pure-form-stacked textarea{display:block;margin:.25em 0}.pure-form-aligned .pure-help-inline,.pure-form-aligned input,.pure-form-aligned select,.pure-form-aligned textarea,.pure-form-message-inline{display:inline-block;vertical-align:middle}.pure-form-aligned textarea{vertical-align:top}.pure-form-aligned .pure-control-group{margin-bottom:.5em}.pure-form-aligned .pure-control-group label{text-align:right;display:inline-block;vertical-align:middle;width:10em;margin:0 1em 0 0}.pure-form-aligned .pure-controls{margin:1.5em 0 0 11em}.pure-form .pure-input-rounded,.pure-form input.pure-input-rounded{border-radius:2em;padding:.5em 1em}.pure-form .pure-group fieldset{margin-bottom:10px}.pure-form .pure-group input,.pure-form .pure-group textarea{display:block;padding:10px;margin:0 0 -1px;border-radius:0;position:relative;top:-1px}.pure-form .pure-group input:focus,.pure-form .pure-group textarea:focus{z-index:3}.pure-form .pure-group input:first-child,.pure-form .pure-group textarea:first-child{top:1px;border-radius:4px 4px 0 0;margin:0}.pure-form .pure-group input:first-child:last-child,.pure-form .pure-group textarea:first-child:last-child{top:1px;border-radius:4px;margin:0}.pure-form .pure-group input:last-child,.pure-form .pure-group textarea:last-child{top:-2px;border-radius:0 0 4px 4px;margin:0}.pure-form .pure-group button{margin:.35em 0}.pure-form .pure-input-1{width:100%}.pure-form .pure-input-3-4{width:75%}.pure-form .pure-input-2-3{width:66%}.pure-form .pure-input-1-2{width:50%}.pure-form .pure-input-1-3{width:33%}.pure-form .pure-input-1-4{width:25%}.pure-form .pure-help-inline,.pure-form-message-inline{display:inline-block;padding-left:.3em;color:#666;vertical-align:middle;font-size:.875em}.pure-form-message{display:block;color:#666;font-size:.875em}@media only screen and (max-width :480px){.pure-form button[type=submit]{margin:.7em 0 0}.pure-form input:not([type]),.pure-form input[type=password],.pure-form input[type=email],.pure-form input[type=url],.pure-form input[type=date],.pure-form input[type=month],.pure-form input[type=time],.pure-form input[type=datetime],.pure-form input[type=datetime-local],.pure-form input[type=week],.pure-form input[type=tel],.pure-form input[type=color],.pure-form input[type=number],.pure-form input[type=search],.pure-form input[type=text],.pure-form label{margin-bottom:.3em;display:block}.pure-group input:not([type]),.pure-group input[type=password],.pure-group input[type=email],.pure-group input[type=url],.pure-group input[type=date],.pure-group input[type=month],.pure-group input[type=time],.pure-group input[type=datetime],.pure-group input[type=datetime-local],.pure-group input[type=week],.pure-group input[type=tel],.pure-group input[type=color],.pure-group input[type=number],.pure-group input[type=search],.pure-group input[type=text]{margin-bottom:0}.pure-form-aligned .pure-control-group label{margin-bottom:.3em;text-align:left;display:block;width:100%}.pure-form-aligned .pure-controls{margin:1.5em 0 0}.pure-form .pure-help-inline,.pure-form-message,.pure-form-message-inline{display:block;font-size:.75em;padding:.2em 0 .8em}}.pure-menu-fixed{position:fixed;left:0;top:0;z-index:3}.pure-menu-item,.pure-menu-list{position:relative}.pure-menu-list{list-style:none;margin:0;padding:0}.pure-menu-item{padding:0;margin:0;height:100%}.pure-menu-heading,.pure-menu-link{display:block;text-decoration:none;white-space:nowrap}.pure-menu-horizontal{width:100%;white-space:nowrap}.pure-menu-horizontal .pure-menu-list{display:inline-block}.pure-menu-horizontal .pure-menu-heading,.pure-menu-horizontal .pure-menu-item,.pure-menu-horizontal .pure-menu-separator{display:inline-block;zoom:1;vertical-align:middle}.pure-menu-item .pure-menu-item{display:block}.pure-menu-children{display:none;position:absolute;left:100%;top:0;margin:0;padding:0;z-index:3}.pure-menu-horizontal .pure-menu-children{left:0;top:auto;width:inherit}.pure-menu-active>.pure-menu-children,.pure-menu-allow-hover:hover>.pure-menu-children{display:block;position:absolute}.pure-menu-has-children>.pure-menu-link:after{padding-left:.5em;content:"\25B8";font-size:small}.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link:after{content:"\25BE"}.pure-menu-scrollable{overflow-y:scroll;overflow-x:hidden}.pure-menu-scrollable .pure-menu-list{display:block}.pure-menu-horizontal.pure-menu-scrollable .pure-menu-list{display:inline-block}.pure-menu-horizontal.pure-menu-scrollable{white-space:nowrap;overflow-y:hidden;overflow-x:auto;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:.5em 0}.pure-menu-horizontal.pure-menu-scrollable::-webkit-scrollbar{display:none}.pure-menu-horizontal .pure-menu-children .pure-menu-separator,.pure-menu-separator{background-color:#ccc;height:1px;margin:.3em 0}.pure-menu-horizontal .pure-menu-separator{width:1px;height:1.3em;margin:0 .3em}.pure-menu-horizontal .pure-menu-children .pure-menu-separator{display:block;width:auto}.pure-menu-heading{text-transform:uppercase;color:#565d64}.pure-menu-link{color:#777}.pure-menu-children{background-color:#fff}.pure-menu-disabled,.pure-menu-heading,.pure-menu-link{padding:.5em 1em}.pure-menu-disabled{opacity:.5}.pure-menu-disabled .pure-menu-link:hover{background-color:transparent}.pure-menu-active>.pure-menu-link,.pure-menu-link:focus,.pure-menu-link:hover{background-color:#eee}.pure-menu-selected .pure-menu-link,.pure-menu-selected .pure-menu-link:visited{color:#000}.pure-table{empty-cells:show;border:1px solid #cbcbcb}.pure-table caption{color:#000;font:italic 85%/1 arial,sans-serif;padding:1em 0;text-align:center}.pure-table td,.pure-table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}.pure-table td:first-child,.pure-table th:first-child{border-left-width:0}.pure-table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}.pure-table td{background-color:transparent}.pure-table-odd td,.pure-table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}.pure-table-bordered td{border-bottom:1px solid #cbcbcb}.pure-table-bordered tbody>tr:last-child>td{border-bottom-width:0}.pure-table-horizontal td,.pure-table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}.pure-table-horizontal tbody>tr:last-child>td{border-bottom-width:0}
/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width:35.5em){.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-1-12,.pure-u-sm-1-2,.pure-u-sm-1-24,.pure-u-sm-1-3,.pure-u-sm-1-4,.pure-u-sm-1-5,.pure-u-sm-1-6,.pure-u-sm-1-8,.pure-u-sm-10-24,.pure-u-sm-11-12,.pure-u-sm-11-24,.pure-u-sm-12-24,.pure-u-sm-13-24,.pure-u-sm-14-24,.pure-u-sm-15-24,.pure-u-sm-16-24,.pure-u-sm-17-24,.pure-u-sm-18-24,.pure-u-sm-19-24,.pure-u-sm-2-24,.pure-u-sm-2-3,.pure-u-sm-2-5,.pure-u-sm-20-24,.pure-u-sm-21-24,.pure-u-sm-22-24,.pure-u-sm-23-24,.pure-u-sm-24-24,.pure-u-sm-3-24,.pure-u-sm-3-4,.pure-u-sm-3-5,.pure-u-sm-3-8,.pure-u-sm-4-24,.pure-u-sm-4-5,.pure-u-sm-5-12,.pure-u-sm-5-24,.pure-u-sm-5-5,.pure-u-sm-5-6,.pure-u-sm-5-8,.pure-u-sm-6-24,.pure-u-sm-7-12,.pure-u-sm-7-24,.pure-u-sm-7-8,.pure-u-sm-8-24,.pure-u-sm-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-sm-1-24{width:4.1667%}.pure-u-sm-1-12,.pure-u-sm-2-24{width:8.3333%}.pure-u-sm-1-8,.pure-u-sm-3-24{width:12.5%}.pure-u-sm-1-6,.pure-u-sm-4-24{width:16.6667%}.pure-u-sm-1-5{width:20%}.pure-u-sm-5-24{width:20.8333%}.pure-u-sm-1-4,.pure-u-sm-6-24{width:25%}.pure-u-sm-7-24{width:29.1667%}.pure-u-sm-1-3,.pure-u-sm-8-24{width:33.3333%}.pure-u-sm-3-8,.pure-u-sm-9-24{width:37.5%}.pure-u-sm-2-5{width:40%}.pure-u-sm-10-24,.pure-u-sm-5-12{width:41.6667%}.pure-u-sm-11-24{width:45.8333%}.pure-u-sm-1-2,.pure-u-sm-12-24{width:50%}.pure-u-sm-13-24{width:54.1667%}.pure-u-sm-14-24,.pure-u-sm-7-12{width:58.3333%}.pure-u-sm-3-5{width:60%}.pure-u-sm-15-24,.pure-u-sm-5-8{width:62.5%}.pure-u-sm-16-24,.pure-u-sm-2-3{width:66.6667%}.pure-u-sm-17-24{width:70.8333%}.pure-u-sm-18-24,.pure-u-sm-3-4{width:75%}.pure-u-sm-19-24{width:79.1667%}.pure-u-sm-4-5{width:80%}.pure-u-sm-20-24,.pure-u-sm-5-6{width:83.3333%}.pure-u-sm-21-24,.pure-u-sm-7-8{width:87.5%}.pure-u-sm-11-12,.pure-u-sm-22-24{width:91.6667%}.pure-u-sm-23-24{width:95.8333%}.pure-u-sm-1,.pure-u-sm-1-1,.pure-u-sm-24-24,.pure-u-sm-5-5{width:100%}}@media screen and (min-width:48em){.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-1-12,.pure-u-md-1-2,.pure-u-md-1-24,.pure-u-md-1-3,.pure-u-md-1-4,.pure-u-md-1-5,.pure-u-md-1-6,.pure-u-md-1-8,.pure-u-md-10-24,.pure-u-md-11-12,.pure-u-md-11-24,.pure-u-md-12-24,.pure-u-md-13-24,.pure-u-md-14-24,.pure-u-md-15-24,.pure-u-md-16-24,.pure-u-md-17-24,.pure-u-md-18-24,.pure-u-md-19-24,.pure-u-md-2-24,.pure-u-md-2-3,.pure-u-md-2-5,.pure-u-md-20-24,.pure-u-md-21-24,.pure-u-md-22-24,.pure-u-md-23-24,.pure-u-md-24-24,.pure-u-md-3-24,.pure-u-md-3-4,.pure-u-md-3-5,.pure-u-md-3-8,.pure-u-md-4-24,.pure-u-md-4-5,.pure-u-md-5-12,.pure-u-md-5-24,.pure-u-md-5-5,.pure-u-md-5-6,.pure-u-md-5-8,.pure-u-md-6-24,.pure-u-md-7-12,.pure-u-md-7-24,.pure-u-md-7-8,.pure-u-md-8-24,.pure-u-md-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-md-1-24{width:4.1667%}.pure-u-md-1-12,.pure-u-md-2-24{width:8.3333%}.pure-u-md-1-8,.pure-u-md-3-24{width:12.5%}.pure-u-md-1-6,.pure-u-md-4-24{width:16.6667%}.pure-u-md-1-5{width:20%}.pure-u-md-5-24{width:20.8333%}.pure-u-md-1-4,.pure-u-md-6-24{width:25%}.pure-u-md-7-24{width:29.1667%}.pure-u-md-1-3,.pure-u-md-8-24{width:33.3333%}.pure-u-md-3-8,.pure-u-md-9-24{width:37.5%}.pure-u-md-2-5{width:40%}.pure-u-md-10-24,.pure-u-md-5-12{width:41.6667%}.pure-u-md-11-24{width:45.8333%}.pure-u-md-1-2,.pure-u-md-12-24{width:50%}.pure-u-md-13-24{width:54.1667%}.pure-u-md-14-24,.pure-u-md-7-12{width:58.3333%}.pure-u-md-3-5{width:60%}.pure-u-md-15-24,.pure-u-md-5-8{width:62.5%}.pure-u-md-16-24,.pure-u-md-2-3{width:66.6667%}.pure-u-md-17-24{width:70.8333%}.pure-u-md-18-24,.pure-u-md-3-4{width:75%}.pure-u-md-19-24{width:79.1667%}.pure-u-md-4-5{width:80%}.pure-u-md-20-24,.pure-u-md-5-6{width:83.3333%}.pure-u-md-21-24,.pure-u-md-7-8{width:87.5%}.pure-u-md-11-12,.pure-u-md-22-24{width:91.6667%}.pure-u-md-23-24{width:95.8333%}.pure-u-md-1,.pure-u-md-1-1,.pure-u-md-24-24,.pure-u-md-5-5{width:100%}}@media screen and (min-width:64em){.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-1-12,.pure-u-lg-1-2,.pure-u-lg-1-24,.pure-u-lg-1-3,.pure-u-lg-1-4,.pure-u-lg-1-5,.pure-u-lg-1-6,.pure-u-lg-1-8,.pure-u-lg-10-24,.pure-u-lg-11-12,.pure-u-lg-11-24,.pure-u-lg-12-24,.pure-u-lg-13-24,.pure-u-lg-14-24,.pure-u-lg-15-24,.pure-u-lg-16-24,.pure-u-lg-17-24,.pure-u-lg-18-24,.pure-u-lg-19-24,.pure-u-lg-2-24,.pure-u-lg-2-3,.pure-u-lg-2-5,.pure-u-lg-20-24,.pure-u-lg-21-24,.pure-u-lg-22-24,.pure-u-lg-23-24,.pure-u-lg-24-24,.pure-u-lg-3-24,.pure-u-lg-3-4,.pure-u-lg-3-5,.pure-u-lg-3-8,.pure-u-lg-4-24,.pure-u-lg-4-5,.pure-u-lg-5-12,.pure-u-lg-5-24,.pure-u-lg-5-5,.pure-u-lg-5-6,.pure-u-lg-5-8,.pure-u-lg-6-24,.pure-u-lg-7-12,.pure-u-lg-7-24,.pure-u-lg-7-8,.pure-u-lg-8-24,.pure-u-lg-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-lg-1-24{width:4.1667%}.pure-u-lg-1-12,.pure-u-lg-2-24{width:8.3333%}.pure-u-lg-1-8,.pure-u-lg-3-24{width:12.5%}.pure-u-lg-1-6,.pure-u-lg-4-24{width:16.6667%}.pure-u-lg-1-5{width:20%}.pure-u-lg-5-24{width:20.8333%}.pure-u-lg-1-4,.pure-u-lg-6-24{width:25%}.pure-u-lg-7-24{width:29.1667%}.pure-u-lg-1-3,.pure-u-lg-8-24{width:33.3333%}.pure-u-lg-3-8,.pure-u-lg-9-24{width:37.5%}.pure-u-lg-2-5{width:40%}.pure-u-lg-10-24,.pure-u-lg-5-12{width:41.6667%}.pure-u-lg-11-24{width:45.8333%}.pure-u-lg-1-2,.pure-u-lg-12-24{width:50%}.pure-u-lg-13-24{width:54.1667%}.pure-u-lg-14-24,.pure-u-lg-7-12{width:58.3333%}.pure-u-lg-3-5{width:60%}.pure-u-lg-15-24,.pure-u-lg-5-8{width:62.5%}.pure-u-lg-16-24,.pure-u-lg-2-3{width:66.6667%}.pure-u-lg-17-24{width:70.8333%}.pure-u-lg-18-24,.pure-u-lg-3-4{width:75%}.pure-u-lg-19-24{width:79.1667%}.pure-u-lg-4-5{width:80%}.pure-u-lg-20-24,.pure-u-lg-5-6{width:83.3333%}.pure-u-lg-21-24,.pure-u-lg-7-8{width:87.5%}.pure-u-lg-11-12,.pure-u-lg-22-24{width:91.6667%}.pure-u-lg-23-24{width:95.8333%}.pure-u-lg-1,.pure-u-lg-1-1,.pure-u-lg-24-24,.pure-u-lg-5-5{width:100%}}@media screen and (min-width:80em){.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-1-12,.pure-u-xl-1-2,.pure-u-xl-1-24,.pure-u-xl-1-3,.pure-u-xl-1-4,.pure-u-xl-1-5,.pure-u-xl-1-6,.pure-u-xl-1-8,.pure-u-xl-10-24,.pure-u-xl-11-12,.pure-u-xl-11-24,.pure-u-xl-12-24,.pure-u-xl-13-24,.pure-u-xl-14-24,.pure-u-xl-15-24,.pure-u-xl-16-24,.pure-u-xl-17-24,.pure-u-xl-18-24,.pure-u-xl-19-24,.pure-u-xl-2-24,.pure-u-xl-2-3,.pure-u-xl-2-5,.pure-u-xl-20-24,.pure-u-xl-21-24,.pure-u-xl-22-24,.pure-u-xl-23-24,.pure-u-xl-24-24,.pure-u-xl-3-24,.pure-u-xl-3-4,.pure-u-xl-3-5,.pure-u-xl-3-8,.pure-u-xl-4-24,.pure-u-xl-4-5,.pure-u-xl-5-12,.pure-u-xl-5-24,.pure-u-xl-5-5,.pure-u-xl-5-6,.pure-u-xl-5-8,.pure-u-xl-6-24,.pure-u-xl-7-12,.pure-u-xl-7-24,.pure-u-xl-7-8,.pure-u-xl-8-24,.pure-u-xl-9-24{display:inline-block;zoom:1;letter-spacing:normal;word-spacing:normal;vertical-align:top;text-rendering:auto}.pure-u-xl-1-24{width:4.1667%}.pure-u-xl-1-12,.pure-u-xl-2-24{width:8.3333%}.pure-u-xl-1-8,.pure-u-xl-3-24{width:12.5%}.pure-u-xl-1-6,.pure-u-xl-4-24{width:16.6667%}.pure-u-xl-1-5{width:20%}.pure-u-xl-5-24{width:20.8333%}.pure-u-xl-1-4,.pure-u-xl-6-24{width:25%}.pure-u-xl-7-24{width:29.1667%}.pure-u-xl-1-3,.pure-u-xl-8-24{width:33.3333%}.pure-u-xl-3-8,.pure-u-xl-9-24{width:37.5%}.pure-u-xl-2-5{width:40%}.pure-u-xl-10-24,.pure-u-xl-5-12{width:41.6667%}.pure-u-xl-11-24{width:45.8333%}.pure-u-xl-1-2,.pure-u-xl-12-24{width:50%}.pure-u-xl-13-24{width:54.1667%}.pure-u-xl-14-24,.pure-u-xl-7-12{width:58.3333%}.pure-u-xl-3-5{width:60%}.pure-u-xl-15-24,.pure-u-xl-5-8{width:62.5%}.pure-u-xl-16-24,.pure-u-xl-2-3{width:66.6667%}.pure-u-xl-17-24{width:70.8333%}.pure-u-xl-18-24,.pure-u-xl-3-4{width:75%}.pure-u-xl-19-24{width:79.1667%}.pure-u-xl-4-5{width:80%}.pure-u-xl-20-24,.pure-u-xl-5-6{width:83.3333%}.pure-u-xl-21-24,.pure-u-xl-7-8{width:87.5%}.pure-u-xl-11-12,.pure-u-xl-22-24{width:91.6667%}.pure-u-xl-23-24{width:95.8333%}.pure-u-xl-1,.pure-u-xl-1-1,.pure-u-xl-24-24,.pure-u-xl-5-5{width:100%}}
/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
/* All global styles should be defined here */
/* All fonts should be declared here */
body {
  font-family: 'Roboto';
  margin: 0; }

.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: 'Roboto'; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100%; }
  @media screen and (min-width: 35.5em) {
    .container {
      padding-left: 35px !important;
      padding-right: 35px !important; } }
  @media screen and (min-width: 48em) {
    .container {
      padding-left: 70px !important;
      padding-right: 70px !important; } }
  @media screen and (min-width: 64em) {
    .container {
      padding-left: 100px !important;
      padding-right: 100px !important; } }
  @media screen and (min-width: 80em) {
    .container {
      padding-left: 140px !important;
      padding-right: 140px !important; } }
  .container.greater-padding {
    padding-left: 30px !important;
    padding-right: 30px !important; }
    @media screen and (min-width: 35.5em) {
      .container.greater-padding {
        padding-left: 70px !important;
        padding-right: 70px !important; } }
    @media screen and (min-width: 48em) {
      .container.greater-padding {
        padding-left: 140px !important;
        padding-right: 140px !important; } }
    @media screen and (min-width: 64em) {
      .container.greater-padding {
        padding-left: 200px !important;
        padding-right: 200px !important; } }
    @media screen and (min-width: 80em) {
      .container.greater-padding {
        padding-left: 280px !important;
        padding-right: 280px !important; } }

.content-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.disabled {
  opacity: 0.6;
  pointer-events: none; }

s {
  text-decoration: line-through; }

blockquote.indent {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0; }

@media print {
  .no-print {
    display: none !important; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.app-table-wrapper a {
  color: #0766C5; }
  .app-table-wrapper a:hover {
    color: #063D8C;
    -webkit-transition: color .10s ease-in-out;
    -o-transition: color .10s ease-in-out;
    transition: color .10s ease-in-out; }

.app-table-wrapper .free-action-icon {
  height: 24px;
  width: 24px;
  margin-right: 5px; }

.app-table-wrapper table > tfoot > tr > td > div > div > span {
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .app-table-wrapper table > tfoot > tr > td > div > div > span {
      display: table-cell; } }

.app-table-wrapper table {
  position: relative; }
  .app-table-wrapper table > thead > tr > th > span {
    position: relative;
    left: 12px; }
  .app-table-wrapper table > thead > tr > th:first-of-type > span {
    left: 0; }
  .app-table-wrapper table > thead > tr > th, .app-table-wrapper table > tbody > tr > td {
    padding: 4px 24px;
    text-align: center; }
    .app-table-wrapper table > thead > tr > th:first-of-type, .app-table-wrapper table > tbody > tr > td:first-of-type {
      text-align: left; }
  .app-table-wrapper table > tbody > tr:not([localization]) > td {
    text-align: left !important; }

.app-table-wrapper .no-results-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.borderless-expansion-panel-wrapper .header-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px; }
  .borderless-expansion-panel-wrapper .header-container div:last-of-type {
    right: -30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.broadcast-email-form-wrapper .broadcast-email-page-header {
  margin-bottom: 17px; }

.broadcast-email-form-wrapper .label-block {
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  min-width: 82px; }

.broadcast-email-form-wrapper .from-field-row-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px; }
  .broadcast-email-form-wrapper .from-field-row-container .read-only-email-field {
    font-size: 16px; }

.broadcast-email-form-wrapper .broadcast-email-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  width: 100%; }

.broadcast-email-form-wrapper .broadcast-email-alert-wrapper {
  margin-top: 30px; }

.broadcast-email-form-wrapper .broadcast-email-buttons-wrapper {
  margin-top: 55px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.card-content-wrapper {
  background: white;
  border: solid 1px #6B7077;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  border-radius: 5px !important; }
  .card-content-wrapper .card-header {
    background-color: #F7F7F7;
    border-bottom: solid 1px #6B7077;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 20px;
    border-radius: 5px !important; }
    .card-content-wrapper .card-header.narrow-header {
      padding: 10px 20px; }
    .card-content-wrapper .card-header.no-border {
      border-bottom: none; }
  .card-content-wrapper .card-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 20px; }
    .card-content-wrapper .card-content.small-padding {
      padding: 10px 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.caveat-shortcuts-wrapper {
  margin-bottom: 30px; }
  .caveat-shortcuts-wrapper .caveat-column-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border-right: dashed 1px #707070;
    font-size: 14px;
    padding: 0 30px; }
    .caveat-shortcuts-wrapper .caveat-column-wrapper:not(.first-row-column) {
      margin-top: 2px;
      padding-top: 20px; }
    .caveat-shortcuts-wrapper .caveat-column-wrapper.first-column {
      padding-left: 0; }
    .caveat-shortcuts-wrapper .caveat-column-wrapper.last-column {
      border-right: none;
      padding-right: 0; }
    .caveat-shortcuts-wrapper .caveat-column-wrapper .column-title {
      font-weight: bold; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.fire-modal-content-wrapper {
  position: absolute;
  top: 50%;
  left: calc(50% + 110px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F7F7F7;
  padding: 15px;
  width: calc(100vw - 300px);
  border-radius: 10px; }

.fire-value {
  padding-right: 10px;
  line-height: 36px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.email-field-input-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  .email-field-input-wrapper .email-chip {
    margin: 0 10px 10px 0; }
  .email-field-input-wrapper button.show-more-button {
    background-color: #6B7077;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
    color: rgba(255, 255, 255, 0.87);
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin-right: 10px;
    padding: 7px 10px; }
  .email-field-input-wrapper input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: inline-block;
    min-width: 100px;
    width: auto; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.email-field-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%; }
  .email-field-wrapper.readonly {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .email-field-wrapper label.label-block {
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    min-width: 82px; }
  .email-field-wrapper .email-field-input-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%; }
    .email-field-wrapper .email-field-input-container .email-field-input {
      width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.alphabet-filter-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .alphabet-filter-wrapper .filter-button {
    background-color: white;
    border: 1px solid #54555A;
    color: #54555A;
    font-size: 16px;
    line-height: 19px;
    height: 32px;
    width: 32px;
    min-width: initial;
    padding: 7px;
    margin: 0px 12px 13px 0px;
    border-radius: 3px !important; }
    .alphabet-filter-wrapper .filter-button#filter-all {
      width: 76px; }
    .alphabet-filter-wrapper .filter-button.active {
      color: white;
      background-color: #6B7077; }
    .alphabet-filter-wrapper .filter-button:disabled {
      background-color: white;
      opacity: 0.35; }
      .alphabet-filter-wrapper .filter-button:disabled:hover {
        background-color: white; }
    .alphabet-filter-wrapper .filter-button:last-of-type {
      margin-right: 0; }
  .alphabet-filter-wrapper .add-new-link-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 45px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.search-by-keyword-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .search-by-keyword-wrapper .search-type-button-container button {
    background-color: white;
    border: solid 1px #6B7077;
    color: #6B7077;
    font-weight: normal;
    font-size: 16px;
    line-height: 17px;
    padding: 7px 17px;
    text-transform: capitalize;
    min-width: 113px; }
    .search-by-keyword-wrapper .search-type-button-container button.active {
      background-color: #138433;
      border-color: #138433;
      color: white; }
    .search-by-keyword-wrapper .search-type-button-container button:first-of-type {
      border-right: none;
      border-radius: 5px 0 0 5px !important; }
    .search-by-keyword-wrapper .search-type-button-container button:last-of-type {
      border-left: none;
      border-radius: 0 5px 5px 0 !important; }
  .search-by-keyword-wrapper .search-field-form-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    max-width: 538px;
    width: 100%; }
    .search-by-keyword-wrapper .search-field-form-container #keywordSearchLbl {
      font-weight: bold;
      margin-right: 24px; }
    .search-by-keyword-wrapper .search-field-form-container .keyword-search-input-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 334px; }
    .search-by-keyword-wrapper .search-field-form-container #searchBtn {
      line-height: 17px;
      margin-left: 34px;
      padding: 8px 13px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.glossary-wrapper .glossary-modal-header {
  color: #138433; }
  .glossary-wrapper .glossary-modal-header#searchByKeywordHeader {
    margin-top: 17px; }

.glossary-wrapper .modal-terms-header {
  font-size: 18px;
  font-weight: 500;
  margin: 36px 0 8px 0;
  text-transform: uppercase; }

.glossary-wrapper .modal-terms-wrapper {
  border-top: dashed 1px #707070;
  padding-top: 20px; }
  .glossary-wrapper .modal-terms-wrapper .modal-term-container {
    font-size: 16px;
    margin-bottom: 16px; }
    .glossary-wrapper .modal-terms-wrapper .modal-term-container .term-format {
      font-weight: bold;
      margin-bottom: 8px; }

.glossary-wrapper .terms-wrapper {
  border-top: dashed 1px #707070;
  margin-top: 10px;
  padding-top: 22px; }
  .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper + .letter-terms-content-wrapper {
    margin-top: 30px; }
  .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: #F7F7F7;
    border: 1px solid black;
    border-radius: 4px;
    margin-bottom: 15px; }
    .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .term-format {
      border-right: 1px solid black;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      font-weight: bold;
      padding: 15px 20px; }
    .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .definition-format {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 15px 20px; }
      .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .definition-format.allow-edits {
        padding-bottom: 5px; }
    .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper {
      padding-left: 10px; }
      .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button {
        font-size: 14px;
        min-height: 32px;
        padding: 7px 10px;
        text-transform: capitalize; }
        .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button img {
          margin-right: 6px; }
        .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button span {
          line-height: 13px; }
        .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button.edit-button {
          color: #0766C5; }
        .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button.update-button {
          color: #1C8234; }
        .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button.cancel-button {
          color: #54555A; }
        .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button.delete-button {
          color: #C40700; }
          .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .edit-buttons-wrapper button.delete-button svg {
            height: 15px;
            width: 15px;
            margin-right: 6px; }
    .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .term-edit-area-wrapper {
      border-top: 1px solid black;
      padding: 15px 20px 35px 20px; }
      .glossary-wrapper .terms-wrapper .letter-terms-content-wrapper .term-container .term-edit-area-wrapper .edit-field + .edit-field {
        margin-top: 15px; }

.glossary-wrapper .glossary-subcategory-wrapper {
  padding: 10px 0; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-text.L > .glossary-popover-wrapper, .screen-text.T > .glossary-popover-wrapper {
  margin-top: -6px;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .screen-text.L > .glossary-popover-wrapper, .screen-text.T > .glossary-popover-wrapper {
      width: 100%; } }

.glossary-popover-wrapper {
  display: inline-block; }
  .glossary-popover-wrapper button {
    position: relative !important;
    padding: 0px !important;
    margin: 0px;
    min-width: 0 !important;
    text-transform: none;
    background: transparent;
    color: #000;
    font-weight: normal;
    text-decoration: underline;
    text-align: left;
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .glossary-popover-wrapper button {
        width: 100%; } }
    .glossary-popover-wrapper button span {
      width: 100%; }
    .glossary-popover-wrapper button .screenreader-text {
      position: absolute;
      left: -10000px;
      top: auto;
      width: 1px;
      height: 1px;
      overflow: hidden; }

.popover-content-wrapper {
  width: 280px;
  background: #757575;
  color: #fff;
  font-size: 12px; }
  .popover-content-wrapper .title {
    padding: 5px 12px;
    display: block;
    font-size: 14px; }
  .popover-content-wrapper .content {
    padding: 0px 12px 9px 12px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .glossary-popover-wrapper button {
    vertical-align: top; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.institution-cards-section-wrapper {
  margin-bottom: 26px; }
  .institution-cards-section-wrapper .institution-cards-header {
    margin-bottom: 16px; }
  .institution-cards-section-wrapper .institution-cards-grid-item-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 200px; }
    .institution-cards-section-wrapper .institution-cards-grid-item-wrapper:first-of-type {
      padding-right: 20px; }
    .institution-cards-section-wrapper .institution-cards-grid-item-wrapper:last-of-type {
      padding-left: 20px; }
    .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper {
      border: solid 1px #707070;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 206px;
      border-radius: 5px !important; }
      .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-header {
        background: #F7F7F7;
        font-size: 18px;
        padding: 16px;
        border-radius: 5px 5px 0 0 !important; }
      .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 16px;
        padding: 16px; }
        .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper.chief-officer-content {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
        .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .address-info {
          margin-bottom: 15px; }
        .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .initials-content-container {
          display: inline-block;
          max-width: 140px;
          padding: 0 10px;
          text-align: center; }
          .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .initials-content-container .initials {
            background-color: #707070;
            color: white;
            display: inline-block;
            font-size: 28px;
            height: 70px;
            width: 70px;
            line-height: 70px;
            margin-bottom: 10px;
            text-align: center;
            border-radius: 50% !important; }
          .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .initials-content-container .title-text {
            text-align: center; }
        .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .chief-officer-content-container {
          padding-left: 5%;
          width: 100%; }
          .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .chief-officer-content-container .icon {
            color: #707070;
            height: 22px;
            width: 24px;
            margin-right: 10px; }
          .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .chief-officer-content-container .chief-name {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px; }
          .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .chief-officer-content-container .chief-email {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 10px; }
          .institution-cards-section-wrapper .institution-cards-grid-item-wrapper .institution-card-content-wrapper .card-body-wrapper .chief-officer-content-container .chief-phone {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.loading-animation-container {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .loading-animation-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
  .loading-animation-container .loading-animation {
    background: url(/athletics2022/wwwroot/images/loading.gif);
    height: 120px;
    width: 210px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.color-buttons-wrapper .color-button-wrapper {
  display: inline-block;
  position: relative; }
  .color-buttons-wrapper .color-button-wrapper .color-picker-container {
    position: absolute;
    top: 31px;
    z-index: 9999; }
  .color-buttons-wrapper .color-button-wrapper.rich-text-button button {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 29px !important;
    min-width: 29px !important;
    padding: 4px !important;
    width: 100%;
    border-radius: 0 !important; }
  .color-buttons-wrapper .color-button-wrapper.rich-text-button:first-of-type {
    border-left: solid 1px #E8E8E8; }
    .color-buttons-wrapper .color-button-wrapper.rich-text-button:first-of-type button {
      border-radius: 5px 0 0 5px !important; }
  .color-buttons-wrapper .color-button-wrapper.rich-text-button:last-of-type button {
    border-radius: 0 5px 5px 0 !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.dropdowns-group-wrapper {
  margin-right: 47px; }
  .dropdowns-group-wrapper .dropdown-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .dropdowns-group-wrapper .dropdown-item-wrapper .dropdown-label {
      font-size: 14px;
      font-weight: 500;
      margin-right: 10px;
      min-width: 28px; }
    .dropdowns-group-wrapper .dropdown-item-wrapper .font-dropdown-container {
      min-width: 125px; }
    .dropdowns-group-wrapper .dropdown-item-wrapper .size-dropdown-container {
      min-width: 75px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.mark-buttons-wrapper #strikeThruBtn {
  color: #666666;
  font-family: 'Poppins';
  font-size: 10px;
  text-decoration: line-through;
  text-transform: lowercase; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.rich-text-editor-wrapper {
  border: solid 1px #E8E8E8; }
  .rich-text-editor-wrapper .editor-toolbar-wrapper {
    background-color: #F7F7F7;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    width: 100%; }
    .rich-text-editor-wrapper .editor-toolbar-wrapper .toolbar-element-group-wrapper + .toolbar-element-group-wrapper {
      margin-top: 11px; }
    .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper button {
        background: white;
        padding: 5px; }
      .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper .rich-text-button {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        border-right: solid 1px #E8E8E8;
        border-top: solid 1px #E8E8E8;
        border-bottom: solid 1px #E8E8E8;
        min-height: 31px;
        min-width: 31px;
        border-radius: 0 !important; }
        .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper .rich-text-button:first-of-type {
          border-left: solid 1px #E8E8E8;
          border-radius: 5px 0 0 5px !important; }
        .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper .rich-text-button:last-of-type {
          border-radius: 0 5px 5px 0 !important; }
      .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper .toolbar-buttons-group-wrapper {
        display: inline-block; }
        .rich-text-editor-wrapper .editor-toolbar-wrapper .formatting-buttons-wrapper .toolbar-buttons-group-wrapper + .toolbar-buttons-group-wrapper {
          margin-left: 15px; }
  .rich-text-editor-wrapper .text-area-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 152px;
    padding: 15px 20px;
    width: 100%; }
    .rich-text-editor-wrapper .text-area-wrapper textarea {
      border: none;
      resize: none;
      width: 100%; }
      .rich-text-editor-wrapper .text-area-wrapper textarea:focus {
        outline: none; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.password-form-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 352px;
  padding: 16px 20px 3px 20px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  div.password-form-wrapper .password-form-content-wrapper .password-form-header-wrapper {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px; }
  div.password-form-wrapper .password-form-content-wrapper .password-form-instructions-wrapper {
    margin-bottom: 23px; }
  div.password-form-wrapper .password-form-content-wrapper .input-container {
    margin-bottom: 20px;
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      div.password-form-wrapper .password-form-content-wrapper .input-container fieldset {
        height: 32px; }
      div.password-form-wrapper .password-form-content-wrapper .input-container input {
        position: relative;
        top: -5px;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        min-height: 34px; } }
  div.password-form-wrapper .password-form-content-wrapper .button-container button {
    line-height: 16px;
    padding-bottom: 8px;
    padding-top: 8px; }
    div.password-form-wrapper .password-form-content-wrapper .button-container button.error {
      text-transform: capitalize; }
  div.password-form-wrapper .password-form-content-wrapper .button-container + * {
    margin-top: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.private-content-wrapper .page-header {
  margin-top: 30px; }
  div.private-content-wrapper .page-header.top-header {
    margin-top: 0; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.report-criteria-wrapper {
  max-width: 1200px; }
  .report-criteria-wrapper .criteria-element-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 30px; }
    .report-criteria-wrapper .criteria-element-wrapper.criteria-subheader {
      font-size: 14px;
      font-weight: bold;
      margin-bottom: 10px; }
      .report-criteria-wrapper .criteria-element-wrapper.criteria-subheader.larger-margin-top {
        margin-top: 5px; }
  .report-criteria-wrapper .report-actions-wrapper {
    margin-top: 45px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.side-helper-links-wrapper {
  max-width: 350px; }
  .side-helper-links-wrapper .options-content-wrapper {
    background-color: rgba(247, 247, 247, 0.64);
    border: solid 1px #54555A;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: rgba(0, 0, 0, 0.87);
    padding: 9px 10px;
    font-size: 12px;
    font-weight: 300;
    width: 300px;
    border-radius: 5px !important; }
  .side-helper-links-wrapper ul.link-list-container {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .side-helper-links-wrapper ul.link-list-container li {
      color: rgba(0, 0, 0, 0.87);
      font-size: 16px;
      font-weight: 300; }
      .side-helper-links-wrapper ul.link-list-container li + li {
        margin-top: 10px; }
      .side-helper-links-wrapper ul.link-list-container li .black-link {
        color: rgba(0, 0, 0, 0.87); }
        .side-helper-links-wrapper ul.link-list-container li .black-link:hover {
          opacity: 0.8; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
a.card-link-container {
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #6B7077;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 55px;
  padding: 18px 15px;
  text-decoration: none;
  border-radius: 5px !important; }
  a.card-link-container .primary-text {
    color: black; }
  a.card-link-container .secondary-text {
    color: #0766C5;
    font-weight: 500; }
  a.card-link-container:hover, a.card-link-container:focus {
    border: solid 2px #0766C5;
    padding: 17px 14px;
    text-decoration: none;
    outline: none; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
a.card-link-with-icon-wrapper {
  background-color: #F7F7F7;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #6B7077;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 110px;
  padding: 16px 23px;
  text-decoration: none;
  border-radius: 5px !important; }
  a.card-link-with-icon-wrapper:hover, a.card-link-with-icon-wrapper:focus {
    border: solid 2px #0766C5;
    padding: 15px 22px;
    text-decoration: none;
    outline: none; }
  a.card-link-with-icon-wrapper .icon-container {
    height: 30px;
    width: 30px;
    margin-right: 22px; }
  a.card-link-with-icon-wrapper .text-content-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 78px; }
    a.card-link-with-icon-wrapper .text-content-wrapper .primary-text {
      color: black;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: 5px; }
    a.card-link-with-icon-wrapper .text-content-wrapper .secondary-text {
      color: #0766C5;
      font-weight: 500; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
a.link-with-icon-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500; }
  a.link-with-icon-wrapper div.icon-container {
    color: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 5px; }
    a.link-with-icon-wrapper div.icon-container img {
      display: block; }
    a.link-with-icon-wrapper div.icon-container svg {
      color: inherit;
      margin: 0; }
  a.link-with-icon-wrapper:hover {
    cursor: pointer; }
  a.link-with-icon-wrapper:not(.black-link) {
    color: #0766C5; }
  a.link-with-icon-wrapper.black-link {
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal; }
    a.link-with-icon-wrapper.black-link:hover {
      opacity: 0.80; }
    a.link-with-icon-wrapper.black-link.no-underline {
      text-decoration: none; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-instructions-link {
  font-size: 16px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.app-footer-container {
  font-weight: 300;
  text-align: center; }
  .app-footer-container.logged-in {
    color: black;
    font-size: 12px;
    padding: 30px 0 10px 0; }
    .app-footer-container.logged-in a {
      color: black; }
      .app-footer-container.logged-in a:hover {
        color: rgba(0, 0, 0, 0.8);
        -webkit-transition: color .10s ease-in-out;
        -o-transition: color .10s ease-in-out;
        transition: color .10s ease-in-out; }
  .app-footer-container.logged-out {
    background: black;
    color: white;
    font-size: 14px;
    padding: 16px 0; }
    .app-footer-container.logged-out a {
      color: white; }
      .app-footer-container.logged-out a:hover {
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: color .10s ease-in-out;
        -o-transition: color .10s ease-in-out;
        transition: color .10s ease-in-out; }
  .app-footer-container .footer-link {
    text-decoration: none; }
  .app-footer-container .link-separator {
    margin: 0 10px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.user-menu-wrapper {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  z-index: 10000; }
  .user-menu-wrapper [role='tooltip'] {
    z-index: 99999; }
  .user-menu-wrapper .edit-user-button {
    color: #57BD64;
    font-size: 14px;
    padding: 0px 0px 0px 12px;
    text-transform: capitalize; }
    .user-menu-wrapper .edit-user-button .icon {
      height: 24px;
      width: 18px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
header.app-header-wrapper {
  z-index: 2000; }
  header.app-header-wrapper.logged-in {
    background: #313D4B;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
    color: white; }
    header.app-header-wrapper.logged-in .branding-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 15px 15px 15px 0; }
      header.app-header-wrapper.logged-in .branding-wrapper .logo-container {
        float: left;
        background: url(/athletics2022/wwwroot/images/us_seal.png);
        background-size: 35px 35px;
        height: 35px;
        width: 35px;
        margin-right: 12px; }
      header.app-header-wrapper.logged-in .branding-wrapper .app-dept-container {
        display: inline-block; }
        header.app-header-wrapper.logged-in .branding-wrapper .app-dept-container .dept-name {
          display: block;
          font-size: 12px;
          font-weight: 300;
          text-transform: uppercase; }
        header.app-header-wrapper.logged-in .branding-wrapper .app-dept-container .app-name {
          font-size: 18px;
          font-weight: 500; }
    header.app-header-wrapper.logged-in .institution-info-wrapper {
      color: white;
      font-size: 14px;
      margin-right: 14px;
      text-align: right; }
      header.app-header-wrapper.logged-in .institution-info-wrapper .institution-text {
        font-weight: 300; }
      header.app-header-wrapper.logged-in .institution-info-wrapper .campus-text {
        font-weight: 500; }
    header.app-header-wrapper.logged-in .institution-display-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 10px 0px 16px; }
      header.app-header-wrapper.logged-in .institution-display-wrapper .institution-display-header {
        font-size: 16px;
        font-weight: 500;
        margin-right: 15px; }
      header.app-header-wrapper.logged-in .institution-display-wrapper .institution-dropdown {
        min-width: 420px; }
      header.app-header-wrapper.logged-in .institution-display-wrapper .view-all-institution-btn {
        text-transform: capitalize;
        padding: 6px 6px; }
    header.app-header-wrapper.logged-in .user-info-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-left: solid 1px #C4C4C4;
      font-size: 16px;
      min-height: 36px;
      padding: 15px 0 15px 15px;
      /* IE10 and IE11 */ }
      header.app-header-wrapper.logged-in .user-info-wrapper .username-text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        header.app-header-wrapper.logged-in .user-info-wrapper {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          height: 100%; } }
    header.app-header-wrapper.logged-in div.impersonation-banner-container {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #FFB300;
      color: black;
      min-height: 54px;
      padding-top: 10px;
      padding-bottom: 10px;
      z-index: 1000; }
      header.app-header-wrapper.logged-in div.impersonation-banner-container .impersonation-text {
        font-size: 18px;
        font-weight: 500; }
      header.app-header-wrapper.logged-in div.impersonation-banner-container button#returnToAdminBtn {
        border-color: black;
        color: inherit;
        font-size: 16px;
        line-height: 20px;
        text-transform: capitalize; }
        header.app-header-wrapper.logged-in div.impersonation-banner-container button#returnToAdminBtn .return-icon {
          margin-right: 10px; }
    header.app-header-wrapper.logged-in .build-status {
      position: absolute;
      margin-left: 10px; }
      header.app-header-wrapper.logged-in .build-status img {
        width: 80px; }
  header.app-header-wrapper.logged-out {
    background: rgba(34, 100, 48, 0.9);
    -webkit-box-shadow: none;
            box-shadow: none;
    color: white; }
    header.app-header-wrapper.logged-out .dept-container {
      background-color: rgba(1, 49, 14, 0.8);
      font-size: 10px;
      font-weight: 500;
      line-height: 13px;
      padding: 7px 0; }
    header.app-header-wrapper.logged-out .toolbar-wrapper {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      header.app-header-wrapper.logged-out .toolbar-wrapper .header-links-container .header-link {
        color: white;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 18px;
        text-transform: capitalize; }
        header.app-header-wrapper.logged-out .toolbar-wrapper .header-links-container .header-link .header-link-icon {
          margin-right: 8px; }
        header.app-header-wrapper.logged-out .toolbar-wrapper .header-links-container .header-link + .header-link {
          margin-left: 50px; }
      header.app-header-wrapper.logged-out .toolbar-wrapper .header-links-container .link-spacer {
        margin-top: 50px; }
    header.app-header-wrapper.logged-out .system-notice-container {
      background-color: #FFB300;
      color: black;
      padding-bottom: 15px;
      padding-top: 15px; }
    header.app-header-wrapper.logged-out .build-status {
      position: absolute;
      right: 20px; }
      header.app-header-wrapper.logged-out .build-status img {
        width: 80px; }
  header.app-header-wrapper .back-to-select-button {
    padding: 20px;
    margin-right: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.breadcrumbs-container {
  font-size: 18px;
  margin-bottom: 15px; }
  .breadcrumbs-container .breadcrumb-text, .breadcrumbs-container .breadcrumb-arrow {
    color: #54555A; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
h2.page-header {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0; }
  h2.page-header.larger-margin-top {
    margin-top: 15px; }

.page-header-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 10px 0; }
  .page-header-wrapper.larger-margin-top {
    margin-top: 15px; }
  .page-header-wrapper h2.page-header {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin: 0; }
  .page-header-wrapper .extra-element-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.page-title-wrapper {
  margin-bottom: 16px; }
  .page-title-wrapper .page-title-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .page-title-wrapper .page-title-container h1.page-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      color: rgba(0, 0, 0, 0.87);
      font-size: 34px;
      font-weight: 500;
      margin: 0; }
  .page-title-wrapper hr.page-title-divider {
    background-color: #B5B8BB;
    height: 2px;
    margin-top: 8px; }
  .page-title-wrapper .page-caption {
    color: rgba(0, 0, 0, 0.87);
    font-size: 16px;
    font-weight: normal;
    margin: 4px 0 0 1px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.sidenav-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F3F3F4 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  width: 220px; }
  .sidenav-wrapper.impersonated-user {
    padding-top: 154px; }
    .sidenav-wrapper.impersonated-user .skip-to-content-link-container {
      top: 136px; }
  .sidenav-wrapper.less-top-padding {
    padding-top: 27px; }
  .sidenav-wrapper .skip-to-content-link-container {
    position: absolute;
    top: 82px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 30px;
    padding-bottom: 9px;
    padding-left: 30px; }
    .sidenav-wrapper .skip-to-content-link-container #skipToContentLink {
      color: #0766C5;
      line-height: 0;
      overflow: hidden;
      text-decoration: underline;
      text-transform: capitalize; }
      .sidenav-wrapper .skip-to-content-link-container #skipToContentLink:focus {
        line-height: inherit; }
  .sidenav-wrapper .divider {
    background-color: #6B7077; }
  .sidenav-wrapper .links-wrapper.main-links-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .sidenav-wrapper .links-wrapper.main-links-wrapper img {
      height: 15px;
      width: 15px; }
  .sidenav-wrapper .links-wrapper.bottom-links-wrapper {
    padding: 20px 0; }
    .sidenav-wrapper .links-wrapper.bottom-links-wrapper div.bottom-link-content-container {
      padding-left: 30px; }
    .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container {
      padding: 5px 25px; }
      .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container:hover {
        background-color: #E3EEF9; }
      .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container.active {
        border-left: solid 5px #138433; }
      .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container.back-to-institutions-link {
        text-transform: capitalize; }
      .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container .icon {
        height: 18px;
        width: 18px; }
      .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container .help-icon-container {
        background-color: #138433;
        padding: 4px;
        border-radius: 50% !important; }
        .sidenav-wrapper .links-wrapper.bottom-links-wrapper .bottom-link-content-container .help-icon-container .icon {
          height: 10px;
          width: 10px; }
  .sidenav-wrapper .links-wrapper a {
    border-left: solid 5px transparent;
    padding: 5px 25px; }
    .sidenav-wrapper .links-wrapper a.active {
      background-color: #E3EEF9;
      border-left: solid 5px #138433; }
      .sidenav-wrapper .links-wrapper a.active span.list-text {
        font-weight: 500; }
    .sidenav-wrapper .links-wrapper a:hover {
      background-color: #E3EEF9; }
  .sidenav-wrapper .links-wrapper .no-left-padding {
    padding-left: 0; }
  .sidenav-wrapper .links-wrapper .list-text {
    font-size: 16px; }
    .sidenav-wrapper .links-wrapper .list-text.main-link {
      color: #54555A; }
    .sidenav-wrapper .links-wrapper .list-text.bottom-link {
      color: black;
      font-weight: 500;
      text-transform: uppercase; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-actions-wrapper {
  padding: 15px;
  margin: 10px; }
  @media print {
    .screen-actions-wrapper {
      display: none; } }
  .screen-actions-wrapper .screen-button {
    margin: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 32px;
    padding: 3px 15px;
    border-radius: 6px;
    min-width: 136px; }
    @media screen and (min-width: 1047px) {
      .screen-actions-wrapper .screen-button.right-side-button {
        float: right; } }
    .screen-actions-wrapper .screen-button.has-border {
      border: 2px solid #999; }
    .screen-actions-wrapper .screen-button.back-to-survey {
      width: 200px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-alert-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 10px 15px 10px 40px; }
  .screen-alert-wrapper .material-icons {
    position: absolute;
    margin-left: -25px;
    margin-top: -5px; }
  .screen-alert-wrapper .title {
    color: #111;
    font-weight: bold;
    text-transform: capitalize; }
  .screen-alert-wrapper .message {
    color: #111;
    font-weight: 400;
    padding-left: 5px; }
  .screen-alert-wrapper.SUCCESS {
    color: #1C8234;
    background: #EBFEEF;
    border: 1px solid #1C8234;
    border-radius: 4px; }
  .screen-alert-wrapper.ERROR {
    color: #C40700;
    background: #FCE9E8;
    border: 1px solid #C40700;
    border-radius: 4px; }
  .screen-alert-wrapper.WARNING {
    color: #FFB300;
    background: #fffbdf;
    border: 1px solid #FFE180;
    border-radius: 4px; }
  .screen-alert-wrapper.INFO {
    font-size: 14px;
    padding: 10px 15px;
    color: #1976D2;
    background: #F2F8FF;
    border: 1px solid #1976D2;
    border-radius: 4px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-error-icon-container {
  display: inline-block;
  min-width: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-field-info-modal .paper {
  position: absolute;
  min-width: calc(100vw - 400px);
  max-width: calc(100vw - 50px);
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4);
  outline: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .screen-field-info-modal .paper .modal-header {
    background: #eee;
    padding: 20px 15px; }
    .screen-field-info-modal .paper .modal-header button {
      position: absolute;
      right: 15px;
      top: 10px; }
  .screen-field-info-modal .paper .modal-body {
    padding: 15px;
    max-height: calc(100vh - 200px);
    overflow: auto; }
    .screen-field-info-modal .paper .modal-body table th {
      padding: 5px !important; }
    .screen-field-info-modal .paper .modal-body table .error-desc {
      min-width: 200px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.fire-popup-wrapper .screen-loading {
  padding: 30px 0;
  text-align: center; }

.fire-popup-wrapper button {
  border-width: 2px;
  line-height: 18px; }

.fire-popup-wrapper .fire-popup-header-wrapper {
  display: block; }
  .fire-popup-wrapper .fire-popup-header-wrapper h1 {
    margin: 0px;
    display: inline-block;
    font-size: 24px; }
  .fire-popup-wrapper .fire-popup-header-wrapper .add-facilities-button {
    float: right; }

.fire-popup-wrapper .fire-popup-content-wrapper {
  margin-top: 18px; }
  .fire-popup-wrapper .fire-popup-content-wrapper .facility-desc-wrapper .facility-desc {
    color: #6B7077;
    font-size: 14px; }
    .fire-popup-wrapper .fire-popup-content-wrapper .facility-desc-wrapper .facility-desc .strong {
      font-weight: bold; }
    .fire-popup-wrapper .fire-popup-content-wrapper .facility-desc-wrapper .facility-desc.right {
      text-align: right; }
  .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper {
    width: 100%;
    margin-top: 15px; }
    .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row {
      border-top: 1px dotted #757575; }
      .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row.title {
        font-size: 16px;
        font-weight: 500;
        text-decoration: underline; }
      .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row.total {
        font-weight: 500; }
        .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row.total .col {
          padding: 0 20px;
          border-right: 1px dotted #757575; }
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row.total .col:first-of-type {
            padding-right: 60px;
            text-align: right; }
      .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 10px;
        text-align: center;
        line-height: 32px;
        padding: 15px;
        /* IE10 and IE11 */ }
        .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col:nth-of-type(3), .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col:nth-of-type(4), .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col:nth-of-type(5) {
          border-right: 1px dotted #757575;
          padding-right: 20px; }
        .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col:nth-of-type(4), .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col:nth-of-type(5), .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col:nth-of-type(6) {
          padding-left: 20px; }
        .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col input {
          background: #FFFFFF;
          border-radius: 5px;
          height: 32px;
          padding: 0px 8px; }
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col input:disabled {
            cursor: not-allowed; }
        .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col .form-control {
          text-align: left;
          width: 100%; }
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col .form-control select {
            height: 20px;
            width: calc(100% - 43px); }
            .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col .form-control select option:not(:disabled) {
              color: black; }
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col .form-control .placeholder {
            color: rgba(107, 112, 119, 0.7); }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col .form-control {
            max-width: 100%; }
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col input {
            width: calc(100% - 53px); }
          .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row .col input[type='number'] {
            width: calc(100% - 15px); } }
      .fire-popup-wrapper .fire-popup-content-wrapper .table-wrapper .row.read-only .col {
        padding: 15px 0px; }

.fire-popup-wrapper .add-row-message {
  margin-top: 15px; }

.fire-popup-wrapper .facility-desc-footer-wrapper {
  text-align: center;
  padding: 15px 0; }

.fire-popup-wrapper .caveat-container {
  font-size: 16px;
  line-height: 18px; }
  .fire-popup-wrapper .caveat-container .col {
    text-align: left !important; }
  .fire-popup-wrapper .caveat-container .text-area-wrapper .caveat-text {
    width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.error-box-wrapper {
  width: 153px;
  margin: 0px auto;
  border: 1px solid #707070;
  margin-top: 30px; }
  .error-box-wrapper .error-box-title {
    border: 1px solid #707070;
    background: #F7F7F7;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 300; }
  .error-box-wrapper ul {
    padding: 0px; }
    .error-box-wrapper ul li {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      list-style-type: none;
      font-size: 14px;
      font-weight: 300;
      padding: 5px 0px; }
      .error-box-wrapper ul li .material-icons {
        font-size: 16px;
        min-width: 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.menu-wrapper {
  margin-bottom: 129px;
  padding-top: 0px !important; }
  .menu-wrapper .skip-to-content-link-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 10px;
    padding-bottom: 9px;
    padding-left: 25px; }
    .menu-wrapper .skip-to-content-link-container #skipToContentLink {
      color: #0766C5;
      line-height: 0;
      overflow: hidden;
      text-decoration: underline;
      text-transform: capitalize; }
      .menu-wrapper .skip-to-content-link-container #skipToContentLink:focus {
        line-height: inherit; }
  .menu-wrapper .screen-menu-group {
    border-left: 5px solid transparent;
    color: #54555A;
    cursor: pointer;
    display: block;
    font-size: 16px;
    list-style: none;
    min-height: 35px;
    margin: 0;
    padding: 0;
    overflow-y: hidden; }
    .menu-wrapper .screen-menu-group:hover {
      background: #E3EEF9; }
    .menu-wrapper .screen-menu-group .expand-icon {
      position: absolute;
      right: 5px; }
    .menu-wrapper .screen-menu-group .screen-menu-group-title {
      display: block;
      padding: 10px 20px; }
      .menu-wrapper .screen-menu-group .screen-menu-group-title:focus {
        outline: none; }
        .menu-wrapper .screen-menu-group .screen-menu-group-title:focus .menu-item-text {
          text-decoration: underline; }
    .menu-wrapper .screen-menu-group .list-vertical {
      display: none;
      padding-left: 18px; }
      .menu-wrapper .screen-menu-group .list-vertical .screen-menu-item {
        text-align: left;
        font-size: 14px;
        font-weight: 400;
        list-style-type: circle;
        min-height: 17px;
        margin: 0px 8px 0px 17px;
        padding: 3px 0px;
        outline: none;
        cursor: pointer; }
        .menu-wrapper .screen-menu-group .list-vertical .screen-menu-item button {
          font-size: 14px;
          color: #54555A;
          text-align: left;
          vertical-align: top; }
        .menu-wrapper .screen-menu-group .list-vertical .screen-menu-item.active {
          list-style-type: disc;
          font-weight: 600; }
        .menu-wrapper .screen-menu-group .list-vertical .screen-menu-item:focus .menu-item-text {
          text-decoration: underline; }
        .menu-wrapper .screen-menu-group .list-vertical .screen-menu-item:hover {
          color: rgba(0, 0, 0, 0.5); }
    .menu-wrapper .screen-menu-group.active {
      background: #E3EEF9;
      border-left: 5px solid #1976D2;
      font-weight: 600;
      padding-bottom: 10px;
      max-height: 100%;
      -webkit-transition: max-height 1s;
      /* Safari, Chrome and Opera > 12.1 */
      /* Firefox < 16 */
      /* Internet Explorer */
      -o-transition: max-height 1s;
      /* Opera < 12.1 */
      transition: max-height 1s; }
      .menu-wrapper .screen-menu-group.active ul {
        display: block; }
  .menu-wrapper .divider {
    margin: 0px 0px 20px 0px; }
  .menu-wrapper .bottom-links-wrapper {
    position: fixed;
    bottom: 0px;
    background: #f7f7f7;
    border-right: 1px solid #aaa;
    min-width: 214px;
    padding: 20px 2px 20px 0; }
    .menu-wrapper .bottom-links-wrapper div.bottom-link-content-container {
      padding: 5px 10px 5px 25px; }
      .menu-wrapper .bottom-links-wrapper div.bottom-link-content-container:hover {
        background-color: #E3EEF9; }
      .menu-wrapper .bottom-links-wrapper div.bottom-link-content-container .icon {
        height: 18px;
        width: 18px; }
      .menu-wrapper .bottom-links-wrapper div.bottom-link-content-container .help-icon-container {
        background-color: #138433;
        padding: 4px;
        border-radius: 50% !important; }
        .menu-wrapper .bottom-links-wrapper div.bottom-link-content-container .help-icon-container .icon {
          height: 10px;
          width: 10px; }
      .menu-wrapper .bottom-links-wrapper div.bottom-link-content-container .no-left-padding {
        padding-left: 0px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-field-display {
  min-width: 20px;
  position: relative; }
  .screen-field-display .screen-test-icon {
    padding: 0px;
    text-decoration: underline;
    color: #0675a0;
    display: inline-block;
    min-width: 0px;
    font-size: 10px;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    margin-left: -20px;
    margin-top: 2px; }
    .screen-field-display .screen-test-icon.text-box {
      display: inline-block;
      height: 40px;
      margin-left: 0px;
      width: calc(100% - 31px);
      max-width: 101px;
      font-size: 14px; }
  .screen-field-display.has-error {
    border-left: 3px solid red;
    background: #F7F7F7;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 4px; }
  .screen-field-display .I {
    margin-bottom: 15px;
    padding-top: 0px; }
  .screen-field-display .H {
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0; }
  .screen-field-display .S {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px dotted #aaa; }
  .screen-field-display .G {
    padding: 0px;
    margin: 0px;
    border-bottom: 2px solid #1C8234; }
  .screen-field-display .Left, .screen-field-display .LEFT {
    text-align: left; }
  .screen-field-display .Center, .screen-field-display .CENTER {
    text-align: center; }
  .screen-field-display .Right, .screen-field-display .RIGHT {
    text-align: right; }
  @media print {
    .screen-field-display .add-facilities-button {
      display: none !important; } }
  .screen-field-display .housing-facility-count {
    line-height: 36px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.confirm-or-explain-wrapper {
  padding: 10px 30px; }
  .confirm-or-explain-wrapper h2 {
    margin: 0px;
    font-size: 16px; }
    .confirm-or-explain-wrapper h2 .icon {
      position: absolute;
      margin-left: -30px;
      margin-top: -5px;
      font-size: 24px;
      color: #FFB300; }
      .confirm-or-explain-wrapper h2 .icon.resolved {
        color: #47D764; }
  .confirm-or-explain-wrapper .close-button {
    margin-left: 10px; }
  .confirm-or-explain-wrapper .error-message {
    font-size: 14px; }
  .confirm-or-explain-wrapper .text-area-wrapper .explanation-text {
    background: white;
    padding: 8px;
    border-radius: 10px; }
  .confirm-or-explain-wrapper .save-button-wrapper button {
    position: absolute;
    -webkit-transform: translate(50%, 50%) translate(0px, 10px);
        -ms-transform: translate(50%, 50%) translate(0px, 10px);
            transform: translate(50%, 50%) translate(0px, 10px); }
  .confirm-or-explain-wrapper .error {
    color: red;
    font-size: 12px; }
  .confirm-or-explain-wrapper .instruction {
    font-size: 12px;
    margin: 6px 0px 15px 0px; }
    .confirm-or-explain-wrapper .instruction .orange {
      color: #FFB300; }
    .confirm-or-explain-wrapper .instruction .red {
      color: #FF6660; }
  .confirm-or-explain-wrapper .confirm-button-wrapper {
    max-width: 170px; }
  .confirm-or-explain-wrapper .instruction-wrapper {
    padding: 3px 0px 3px 0px; }
    .confirm-or-explain-wrapper .instruction-wrapper .instruction {
      margin: 2px 0px 2px 0px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.fatal-error-wrapper {
  padding: 10px 30px; }
  .fatal-error-wrapper h2 {
    margin: 0px;
    font-size: 16px; }
    .fatal-error-wrapper h2 .icon {
      position: absolute;
      margin-left: -30px;
      margin-top: -5px; }
  .fatal-error-wrapper .error-message {
    font-size: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-errors-wrapper {
  padding: 10px 30px; }
  .screen-errors-wrapper h2 {
    margin: 0px;
    font-size: 16px; }
  .screen-errors-wrapper .hiddenFocusField {
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    border: none; }
  .screen-errors-wrapper .instruction {
    font-size: 12px;
    margin: 6px 0px 15px 0px; }
    .screen-errors-wrapper .instruction .orange {
      color: #FFB300; }
    .screen-errors-wrapper .instruction .red {
      color: #FF6660; }
  .screen-errors-wrapper .error-footer-wrapper {
    padding: 15px 0px; }
    .screen-errors-wrapper .error-footer-wrapper .confirm-button-wrapper {
      max-width: 100px; }
    .screen-errors-wrapper .error-footer-wrapper .instruction-wrapper {
      padding: 3px 0px 3px 0px; }
      .screen-errors-wrapper .error-footer-wrapper .instruction-wrapper .instruction {
        margin: 2px 0px 2px 0px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.confirm-error-wrapper {
  padding: 10px 30px; }
  .confirm-error-wrapper h2 {
    margin: 0px;
    font-size: 16px; }
    .confirm-error-wrapper h2 .icon {
      position: absolute;
      margin-left: -30px;
      margin-top: -5px;
      font-size: 24px;
      color: #FFB300; }
      .confirm-error-wrapper h2 .icon.resolved {
        color: #47D764; }
  .confirm-error-wrapper .close-button {
    margin-left: 10px; }
  .confirm-error-wrapper .error-message {
    font-size: 14px; }
  .confirm-error-wrapper .text-area-wrapper .explanation-text {
    background: white;
    padding: 8px;
    border-radius: 10px; }
  .confirm-error-wrapper .save-button-wrapper button {
    position: absolute;
    -webkit-transform: translate(50%, 50%) translate(0px, 10px);
        -ms-transform: translate(50%, 50%) translate(0px, 10px);
            transform: translate(50%, 50%) translate(0px, 10px); }
  .confirm-error-wrapper .error {
    color: red;
    font-size: 12px; }
  .confirm-error-wrapper .instruction {
    font-size: 12px;
    margin: 6px 0px 15px 0px; }
    .confirm-error-wrapper .instruction .orange {
      color: #FFB300; }
    .confirm-error-wrapper .instruction .red {
      color: #FF6660; }
  .confirm-error-wrapper .confirm-button-wrapper {
    max-width: 170px; }
  .confirm-error-wrapper .instruction-wrapper {
    padding: 3px 0px 3px 0px; }
    .confirm-error-wrapper .instruction-wrapper .instruction {
      margin: 2px 0px 2px 0px; }
  .confirm-error-wrapper form {
    text-align: center; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.row {
  position: relative;
  width: 100%; }
  .row .overlay.active {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    z-index: 9;
    -webkit-animation: fadein 0.75s;
    /* Safari, Chrome and Opera > 12.1 */
    /* Firefox < 16 */
    /* Internet Explorer */
    /* Opera < 12.1 */
    animation: fadein 0.75s; }
  .row .screen-row {
    position: relative;
    margin: 0px;
    overflow-y: hidden;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .row .screen-row:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 4px;
      height: 100%; }
    .row .screen-row .col {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      padding-bottom: 6px;
      padding-top: 6px; }
    .row .screen-row.error-active {
      padding: 10px;
      background: #F7F7F7;
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
      position: relative;
      z-index: 10;
      -webkit-animation: fadein 0.75s;
      /* Safari, Chrome and Opera > 12.1 */
      /* Firefox < 16 */
      /* Internet Explorer */
      /* Opera < 12.1 */
      animation: fadein 0.75s; }
      .row .screen-row.error-active.fatal-error:before {
        background: #FF6660; }
      .row .screen-row.error-active.confirm-or-explain:before {
        background: #FFB300; }
      .row .screen-row.error-active.invalid-data-type-error:before {
        background: #FF7700; }
      .row .screen-row.error-active.resolved-explanation:before {
        background: #47D764; }
      .row .screen-row.error-active.overridden-by-admin:before {
        background: #2F86EB; }
      .row .screen-row.error-active.error-container {
        padding: 0px 15px 15px 15px; }
  .row.full-separator.screen-test {
    position: relative;
    top: -13px;
    margin-bottom: 0; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* Internet Explorer */

/* Opera < 12.1 */

@keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Internet Explorer */

/* Opera < 12.1 */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-survey-wrapper {
  width: 100%; }
  .screen-survey-wrapper:focus:active, .screen-survey-wrapper.clicked {
    outline: none; }
  .screen-survey-wrapper .screening-questions-fieldset {
    border: none;
    margin: 0;
    padding: 0; }
    .screen-survey-wrapper .screening-questions-fieldset legend {
      width: 100%; }
  .screen-survey-wrapper button {
    min-width: 85px;
    padding: 4px 16px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-check-box {
  display: inline; }
  .screen-check-box > span {
    padding: 2px; }
  .screen-check-box .screen-field-error-wrapper {
    margin-left: -18px;
    margin-right: 2px; }
  .screen-check-box .show-detail {
    position: absolute;
    font-size: 10px;
    margin-left: -25px;
    line-height: 22px;
    height: 22px;
    text-decoration: underline;
    color: #0675a0;
    cursor: pointer;
    background: #fff;
    padding: 0px 5px 0px 5px;
    pointer-events: auto; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-field-error-wrapper {
  position: absolute !important;
  display: inline-block;
  padding-left: 2px; }
  .screen-field-error-wrapper .screen-field-error-button {
    cursor: pointer;
    height: auto;
    line-height: 34px;
    min-width: 16px !important;
    padding: 0 !important; }
    .screen-field-error-wrapper .screen-field-error-button .material-icons {
      font-size: 16px; }
    .screen-field-error-wrapper .screen-field-error-button .invalid-data-type-error {
      color: #FF7700; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-header {
  background: #2196f3;
  color: #fff;
  padding: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-input-field {
  display: block;
  margin: 0px auto;
  padding: 5px 7px;
  border-color: transparent; }
  .screen-input-field.number {
    max-width: 150px; }
  .screen-input-field input {
    background: #FFFFFF;
    border: 1px solid;
    border-color: #707070;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 32px;
    padding: 0px 5px;
    max-width: 100%; }
    .screen-input-field input.number-field {
      width: 100%;
      text-align: right; }
    .screen-input-field input.text-field {
      width: 100%; }
    .screen-input-field input:disabled {
      background: #eee;
      cursor: not-allowed; }
  .screen-input-field .show-detail {
    height: 32px;
    padding: 0px 5px;
    width: calc(100% - 101px);
    top: 5px;
    font-size: 10px;
    position: absolute;
    right: 40px;
    line-height: 34px;
    text-align: center;
    text-decoration: underline;
    color: #0675a0;
    cursor: pointer; }
  .screen-input-field input[type=number]::-webkit-inner-spin-button,
  .screen-input-field input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .screen-input-field .screen-field-error-wrapper {
    padding-top: 3px;
    position: relative; }
  .screen-input-field.has-error {
    background: #F7F7F7;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 3px 3px 3px 6px; }
    .screen-input-field.has-error input {
      margin-right: 2px; }
      .screen-input-field.has-error input.number-field {
        max-width: calc(100% - 18px);
        text-align: right; }
      .screen-input-field.has-error input.text-field {
        width: calc(100% - 18px); }
  .screen-input-field .active-error-border {
    display: hidden;
    width: 0%;
    height: 3px;
    margin-top: 2px;
    border-radius: 2px; }
    .screen-input-field .active-error-border.active-border {
      display: block;
      float: right;
      width: 100%;
      -webkit-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out; }
      .screen-input-field .active-error-border.active-border.text {
        margin-right: 20px; }
  .screen-input-field.fatal {
    border-left: 3px solid #FF6660; }
    .screen-input-field.fatal .active-error-border {
      background: #FF6660; }
    .screen-input-field.fatal input {
      border-color: #FF6660; }
    .screen-input-field.fatal.resolved {
      border-left: 3px solid #2F86EB; }
      .screen-input-field.fatal.resolved .active-error-border {
        background: #2F86EB; }
      .screen-input-field.fatal.resolved input {
        border-color: #2F86EB; }
  .screen-input-field.confirm-or-explain {
    border-left: 3px solid #FFB300; }
    .screen-input-field.confirm-or-explain .active-error-border {
      background: #FFB300; }
    .screen-input-field.confirm-or-explain input {
      border-color: #FFB300; }
    .screen-input-field.confirm-or-explain.resolved {
      border-left: 3px solid #47D764; }
      .screen-input-field.confirm-or-explain.resolved .active-error-border {
        background: #47D764; }
      .screen-input-field.confirm-or-explain.resolved input {
        border-color: #47D764; }
  .screen-input-field.data-type {
    border-left: 3px solid #FF7700; }
    .screen-input-field.data-type .active-error-border {
      background: #FF7700; }
    .screen-input-field.data-type input {
      border-color: #FF7700; }
  .screen-input-field.active-error {
    border-left: 0px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-radio-box {
  display: inline; }
  .screen-radio-box > span {
    padding: 2px; }
  .screen-radio-box .screen-field-error-wrapper {
    margin-left: -16px;
    margin-top: -3px; }
  .screen-radio-box .show-detail {
    position: absolute;
    font-size: 10px;
    margin-left: -20px;
    margin-top: 0px;
    line-height: 22px;
    height: 22px;
    text-decoration: underline;
    color: #0675a0;
    cursor: pointer;
    background: #fff;
    padding: 0px 5px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-text {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  min-width: 26px;
  padding: 5px; }
  .screen-text a {
    color: #54555A;
    text-decoration: none; }
    .screen-text a:visited, .screen-text a:active {
      color: #54555A; }
  .screen-text .screen-field-error-wrapper {
    margin-left: -20px;
    margin-top: -2px;
    margin-right: 3px; }
  .screen-text.W {
    line-height: 44px;
    line-height: 34px; }
  .screen-text.show-detail {
    width: 100%;
    text-align: right;
    font-size: 10px;
    line-height: 22px;
    height: 22px;
    text-decoration: underline;
    color: #0675a0;
    cursor: pointer;
    padding: 5px 0px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-text-area {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  min-width: 400px;
  display: inline;
  display: block; }
  .screen-text-area .text-area-wrapper {
    width: calc(100% - 40px); }
    .screen-text-area .text-area-wrapper .caveat-text {
      background: white; }
  .screen-text-area.has-error {
    background: #F7F7F7;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    padding: 5px; }
    .screen-text-area.has-error .text-area-wrapper {
      margin-right: 5px; }
  .screen-text-area .show-detail {
    position: absolute;
    font-size: 10px;
    top: 15px;
    margin-left: 10px;
    line-height: 22px;
    height: 22px;
    text-decoration: underline;
    color: #0675a0;
    cursor: pointer;
    padding: 5px 0px; }
  .screen-text-area .screen-field-error-wrapper {
    height: 66px;
    line-height: 66px; }
  .screen-text-area .active-error-border {
    display: hidden;
    width: 0%;
    height: 3px;
    margin-top: 2px;
    border-radius: 2px; }
    .screen-text-area .active-error-border.active-border {
      display: block;
      float: left;
      width: calc(100% - 32px);
      -webkit-transition: width 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out;
      transition: width 0.5s ease-in-out; }
  .screen-text-area.fatal {
    border-left: 3px solid #FF6660; }
    .screen-text-area.fatal .active-error-border {
      background: #FF6660; }
    .screen-text-area.fatal .caveat-text > fieldset {
      border-color: #FF6660 !important; }
    .screen-text-area.fatal.resolved {
      border-left: 3px solid #2F86EB; }
      .screen-text-area.fatal.resolved .active-error-border {
        background: #2F86EB; }
      .screen-text-area.fatal.resolved .caveat-text > fieldset {
        border-color: #2F86EB !important; }
  .screen-text-area.confirm-or-explain {
    border-left: 3px solid #FFB300; }
    .screen-text-area.confirm-or-explain .active-error-border {
      background: #FFB300; }
    .screen-text-area.confirm-or-explain .caveat-text > fieldset {
      border-color: #FFB300 !important; }
    .screen-text-area.confirm-or-explain.resolved {
      border-left: 3px solid #47D764; }
      .screen-text-area.confirm-or-explain.resolved .active-error-border {
        background: #47D764; }
      .screen-text-area.confirm-or-explain.resolved .caveat-text > fieldset {
        border-color: #47D764 !important; }
  .screen-text-area.data-type {
    border-left: 3px solid #FF7700; }
    .screen-text-area.data-type .active-error-border {
      background: #FF7700; }
    .screen-text-area.data-type .caveat-text > fieldset {
      border-color: #FF7700 !important; }
  .screen-text-area.active-error {
    border-left: 0px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-text-line {
  font-size: 16px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.popover-wrapper .popover-clickable {
  cursor: pointer;
  text-decoration: underline; }

.popover-display {
  padding: 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.basic-modal-wrapper .modal-title-container > h6 {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: bold; }

.basic-modal-wrapper .modal-title-container.error > h6 {
  color: #C40700;
  line-height: 1px; }

.basic-modal-wrapper .modal-content-container {
  color: #54555A;
  font-size: 16px;
  font-weight: 500; }
  .basic-modal-wrapper .modal-content-container p:first-of-type {
    margin-top: 0; }

.basic-modal-wrapper .modal-actions-container button {
  font-size: 14px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 6px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.certificate-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }
  .certificate-wrapper .top-menu-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 16px 10px; }
    .certificate-wrapper .top-menu-panel .link-with-icon-wrapper {
      margin-right: 35px; }
    .certificate-wrapper .top-menu-panel .gray-icon {
      color: #6B7077;
      font-size: 12px; }
  .certificate-wrapper .outer-border {
    margin: 0px 39px 10px 39px;
    border: 4px solid black; }
    .certificate-wrapper .outer-border .inner-panel {
      margin: 3px;
      border: 2px solid black;
      padding: 0px 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-position: center 63%;
      background-size: 120px;
      background-repeat: no-repeat; }
      .certificate-wrapper .outer-border .inner-panel .certificate-title {
        font-size: 26px; }
      .certificate-wrapper .outer-border .inner-panel .title-padding {
        padding-top: 60px; }
      .certificate-wrapper .outer-border .inner-panel .intro-space {
        padding-top: 40px; }
      .certificate-wrapper .outer-border .inner-panel .main-info {
        font-size: 24px;
        color: #1976D2; }
      .certificate-wrapper .outer-border .inner-panel .date-prepared {
        font-size: 14px; }
      .certificate-wrapper .outer-border .inner-panel .space-between-panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: -50px;
        margin-right: -50px; }
        .certificate-wrapper .outer-border .inner-panel .space-between-panel div:first-of-type {
          text-align: left; }
      .certificate-wrapper .outer-border .inner-panel .campus-header {
        margin-top: 20px;
        color: #1976D2;
        font-weight: bold;
        border-bottom: 2px solid #1976D2; }
  .certificate-wrapper .bottom-note {
    margin: 10px 39px 0px 39px;
    font-size: 14px;
    text-align: left; }
  .certificate-wrapper .button-container {
    margin-top: 20px;
    margin-bottom: 20px; }
  @media print {
    .certificate-wrapper .link-with-icon-wrapper {
      display: none; }
    .certificate-wrapper .bottom-note {
      display: none; }
    .certificate-wrapper .button-container .actions-container {
      display: none; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.customizable-modal-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 570px; }
  .customizable-modal-wrapper .modal-title-container {
    padding: 26px 43px; }
    .customizable-modal-wrapper .modal-title-container h6 {
      color: #138433;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 24px;
      font-weight: 500;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .customizable-modal-wrapper .modal-title-container h6 button {
        color: black;
        font-size: 18px;
        font-weight: normal;
        padding-left: 5px;
        text-transform: uppercase; }
        .customizable-modal-wrapper .modal-title-container h6 button .close-icon {
          height: 22px;
          width: 22px;
          margin-right: 5px; }
    .customizable-modal-wrapper .modal-title-container.colored-background {
      background-color: #138433;
      padding: 15px 48px; }
      .customizable-modal-wrapper .modal-title-container.colored-background h6 {
        color: white;
        font-size: 28px; }
        .customizable-modal-wrapper .modal-title-container.colored-background h6 button {
          color: white; }
  .customizable-modal-wrapper .modal-content-container {
    font-size: 16px;
    font-weight: normal;
    padding: 6px 43px 60px 43px; }
    .customizable-modal-wrapper .modal-content-container.larger-padding {
      padding: 48px 48px 75px 48px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.help-modal-content-wrapper {
  max-width: 920px;
  width: 100%; }
  .help-modal-content-wrapper .help-modal-content-item-container {
    font-size: 18px;
    margin-bottom: 30px; }
    .help-modal-content-wrapper .help-modal-content-item-container h2.help-modal-header {
      color: #138433;
      font-size: 24px;
      font-weight: 500;
      margin: 0 0 20px 0; }
    .help-modal-content-wrapper .help-modal-content-item-container p {
      margin: 0 0 15px 0; }
    .help-modal-content-wrapper .help-modal-content-item-container a.black-link, .help-modal-content-wrapper .help-modal-content-item-container a.black-link:visited {
      color: rgba(0, 0, 0, 0.87); }
      .help-modal-content-wrapper .help-modal-content-item-container a.black-link:hover, .help-modal-content-wrapper .help-modal-content-item-container a.black-link:visited:hover {
        opacity: 0.80; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.institution-errors-modal-content-wrapper ul.error-list-container li.error-text {
  color: #C40700;
  font-size: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.non-compliance-list-content-wrapper {
  max-width: 920px;
  width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-admin-user-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

.add-admin-user-page-wrapper .add-admin-user-instructions-container {
  margin: 0 0 24px 0;
  padding: 0;
  list-style: none; }
  .add-admin-user-page-wrapper .add-admin-user-instructions-container li {
    font-size: 16px; }
    .add-admin-user-page-wrapper .add-admin-user-instructions-container li::before {
      content: '* '; }

.add-admin-user-page-wrapper .add-admin-user-form-wrapper {
  max-width: 1200px; }
  .add-admin-user-page-wrapper .add-admin-user-form-wrapper .add-admin-user-mini-header {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px; }
  .add-admin-user-page-wrapper .add-admin-user-form-wrapper section {
    width: 100%; }
    .add-admin-user-page-wrapper .add-admin-user-form-wrapper section.required-section-container {
      margin-bottom: 26px; }
    .add-admin-user-page-wrapper .add-admin-user-form-wrapper section.optional-section-container {
      margin-bottom: 30px; }
    .add-admin-user-page-wrapper .add-admin-user-form-wrapper section .form-element-container {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 15px;
      padding-right: 35px; }
  .add-admin-user-page-wrapper .add-admin-user-form-wrapper .success-alert {
    margin-bottom: 30px; }

.admin-group-dropdown {
  width: 600px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.help-desk-emails-wrapper .page-title-wrapper {
  margin-bottom: 20px; }

.help-desk-emails-wrapper button#returnBtn {
  border: solid 1px #138433;
  color: #138433;
  font-size: 16px;
  padding: 1px 15px; }
  .help-desk-emails-wrapper button#returnBtn .return-icon {
    margin-right: 5px; }

.help-desk-emails-wrapper .form-wrapper {
  max-width: 800px; }
  .help-desk-emails-wrapper .form-wrapper .form-element {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 36px; }

.help-desk-emails-wrapper .action-buttons {
  margin-top: 40px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper {
  max-width: 1000px; }
  .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .form-field-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 40px; }
  .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper {
    padding: 15px 0; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper:first-of-type {
      padding-top: 0; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper + .add-institution-section-wrapper {
      border-top: dashed 1px #707070; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .add-institution-header {
      margin-bottom: 20px; }
      .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .add-institution-header.no-margin {
        margin-bottom: 0; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .flex-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 40px; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper h4 {
      font-size: 14px;
      margin: 0; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .subheader-element {
      margin: 0 0 15px 0; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .form-fields-wrapper {
      margin-bottom: 10px; }
    .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .collapsable-content-wrapper {
      max-height: 0;
      overflow-y: hidden;
      -webkit-transition: max-height 250ms;
      -o-transition: max-height 250ms;
      transition: max-height 250ms; }
      .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-section-wrapper .collapsable-content-wrapper.show-content {
        max-height: 1000px; }
  .add-institution-with-unit-id-page-wrapper .add-institution-form-wrapper .add-institution-buttons-wrapper {
    margin-top: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-new-page-wrapper .add-new-page-content-wrapper {
  max-width: 1200px; }
  .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section {
    border-bottom: dashed 1px #707070;
    margin-bottom: 18px; }
    .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section:last-of-type {
      border-bottom: none; }
    .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section h2.add-new-campus-header {
      margin-bottom: 15px; }
    .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section h4 {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 15px 0; }
    .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section .header-content-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 15px; }
      .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section .header-content-container > h2 {
        margin: 0; }
    .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section .form-fields-wrapper {
      max-width: 800px;
      margin-bottom: 26px; }
      .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section .form-fields-wrapper .form-field {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 15px;
        padding-right: 30px; }
        .add-new-page-wrapper .add-new-page-content-wrapper section.add-new-campus-section .form-fields-wrapper .form-field.no-margin {
          margin-bottom: 0; }
  .add-new-page-wrapper .add-new-page-content-wrapper .success-alert {
    margin-bottom: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-new-glossary-item-page-wrapper button#newSearchBtn {
  border: solid 1px #138433;
  color: #138433;
  font-size: 16px;
  padding: 1px 15px; }
  .add-new-glossary-item-page-wrapper button#newSearchBtn .new-search-icon {
    margin-right: 5px;
    height: 20px;
    width: 20px; }

.add-new-glossary-item-page-wrapper .form-wrapper {
  max-width: 800px; }
  .add-new-glossary-item-page-wrapper .form-wrapper .form-element {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 36px; }

.add-new-glossary-item-page-wrapper .action-buttons {
  margin-top: 25px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-new-issue-page-wrapper .page-title-wrapper {
  margin-bottom: 10px; }

.add-new-issue-page-wrapper .add-new-issue-form-wrapper {
  max-width: 1000px; }
  .add-new-issue-page-wrapper .add-new-issue-form-wrapper .submitter-row-container {
    font-size: 16px;
    margin-bottom: 25px; }
    .add-new-issue-page-wrapper .add-new-issue-form-wrapper .submitter-row-container .submitter-text {
      color: #1C8234; }
  .add-new-issue-page-wrapper .add-new-issue-form-wrapper .form-element-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 40px; }
  .add-new-issue-page-wrapper .add-new-issue-form-wrapper .add-new-issue-button-row-wrapper {
    margin-top: 25px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px; }
  .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper {
    max-width: 836px;
    width: 100%; }
    .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .page-header-wrapper {
      margin-bottom: 25px; }
    .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper {
      margin-bottom: 37px; }
      .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .no-additional-users-text {
        font-size: 16px;
        text-align: center; }
      .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 26px;
        padding-right: 28px; }
        .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper {
          background-color: #F7F7F7;
          border: solid 1px #6B7077;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 16px;
          height: 100%;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border-radius: 5px !important;
          -webkit-transition: background-color 500ms border 500ms;
          -o-transition: background-color 500ms border 500ms;
          transition: background-color 500ms border 500ms; }
          .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper.inactive {
            background-color: rgba(247, 247, 247, 0.3);
            border: solid 1px rgba(107, 112, 119, 0.3); }
          .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper .user-fields-wrapper {
            padding: 17px 17px 5px 17px; }
            .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper .user-fields-wrapper .user-field-row-container {
              display: block;
              margin-bottom: 7px; }
              .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper .user-fields-wrapper .user-field-row-container .field-label {
                display: inline-block;
                font-weight: bold;
                width: 90px; }
              .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper .user-fields-wrapper .user-field-row-container .field-value {
                display: inline-block; }
          .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper .button-row-container {
            padding: 6px 9px; }
            .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .additional-users-grid-wrapper .additional-users-grid-item-wrapper .additional-users-card-wrapper .button-row-container .activation-user-button {
              text-transform: capitalize;
              font-weight: 500; }
    .add-users-passwords-page-wrapper .add-users-passwords-page-content-wrapper .current-additional-users-section-wrapper .add-users-password-warning-wrapper {
      margin-bottom: 35px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.admin-maintenance-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

.admin-maintenance-page-wrapper .admin-maintenance-instructions-container {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .admin-maintenance-page-wrapper .admin-maintenance-instructions-container li {
    font-size: 16px; }
    .admin-maintenance-page-wrapper .admin-maintenance-instructions-container li::before {
      content: '* '; }

.admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper {
  max-width: 1200px; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-count-row-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px; }
    .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-count-row-container .admin-count-text {
      font-size: 24px;
      font-weight: 500;
      margin-right: 35px; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper.app-table-wrapper table > thead > tr > th, .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .app-table-wrapper table > tbody > tr > td {
    padding-bottom: 2px;
    padding-top: 2px; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper.app-table-wrapper table > thead > tr > th:nth-child(4) {
    text-align: left; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .admin-group-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .admin-group-container .admin-group {
      max-height: 30px;
      max-width: 30px;
      padding: 5px;
      border-radius: 50% !important; }
      .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .admin-group-container .admin-group.A0 {
        background-color: #E8E8E8; }
      .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .admin-group-container .admin-group.A1 {
        background-color: #FFB300; }
      .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .admin-group-container .admin-group.A2 {
        background-color: #5C9AE0; }
      .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .admin-group-container .admin-group.A3 {
        background-color: #26AD46; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .password-cell-wrapper .action-row-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .password-cell-wrapper .action-row-wrapper .button-container {
      max-width: 110px;
      text-align: left;
      width: 100%; }
      .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .password-cell-wrapper .action-row-wrapper .button-container button {
        color: #0766C5;
        font-size: 16px;
        padding-bottom: 2px;
        padding-top: 2px;
        text-transform: none; }
        .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .password-cell-wrapper .action-row-wrapper .button-container button img {
          margin-right: 5px; }
          .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .password-cell-wrapper .action-row-wrapper .button-container button img.password-icon {
            margin: 0 6px 0 2px; }
    .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .password-cell-wrapper .action-row-wrapper .action-content-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: left; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .delete-button {
    color: #C40700;
    font-size: 14px;
    text-transform: capitalize; }
    .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .admin-maintenance-table-wrapper .delete-button .delete-icon {
      color: #C40700;
      margin-right: 5px; }
  .admin-maintenance-page-wrapper .admin-maintenance-page-content-wrapper .success-alert {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.application-settings-page-wrapper .application-settings-form-wrapper {
  max-width: 1000px; }
  .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper {
    padding: 20px 0 30px 0; }
    .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper:first-of-type {
      padding-top: 10px; }
    .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper + .application-settings-section-wrapper {
      border-top: dashed 1px #707070; }
    .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .settings-radio-group-wrapper {
      margin-top: 20px; }
      .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .settings-radio-group-wrapper > * {
        display: inline-block; }
      .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .settings-radio-group-wrapper label {
        font-size: 14px;
        font-weight: 500;
        margin-right: 26px;
        min-width: 136px; }
      .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .settings-radio-group-wrapper .settings-radio {
        width: auto; }
        .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .settings-radio-group-wrapper .settings-radio .radio-label {
          margin-right: 40px;
          min-width: 67px; }
    .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .app-settings-text-editor {
      margin-top: 25px; }
    .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .admin-access-columns {
      margin-top: 20px;
      max-width: 400px; }
      .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-section-wrapper .admin-access-columns .admin-access-radio .radio-label {
        margin-top: 8px; }
  .application-settings-page-wrapper .application-settings-form-wrapper .success-alert {
    margin: 20px 0; }
  .application-settings-page-wrapper .application-settings-form-wrapper .application-settings-button-row {
    margin-top: 40px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.batch-migration-results-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

.batch-migration-results-page-wrapper .search-results-instructions-container {
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
  .batch-migration-results-page-wrapper .search-results-instructions-container li {
    font-size: 16px; }
    .batch-migration-results-page-wrapper .search-results-instructions-container li::before {
      content: '* '; }

.batch-migration-results-page-wrapper .batch-migration-results-table-wrapper {
  overflow-y: auto;
  max-height: 1000px;
  max-width: 1000px; }
  .batch-migration-results-page-wrapper .batch-migration-results-table-wrapper a {
    color: white; }
    .batch-migration-results-page-wrapper .batch-migration-results-table-wrapper a:hover {
      color: rgba(255, 255, 255, 0.87);
      -webkit-transition: color .10s ease-in-out;
      -o-transition: color .10s ease-in-out;
      transition: color .10s ease-in-out; }

.batch-migration-results-page-wrapper .no-results-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  width: 100%; }

.batch-migration-results-page-wrapper .search-results-actions-container {
  margin-top: 50px;
  max-width: 1000px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.blank-forms-page-wrapper.unauthenticated {
  background-color: #EAEAEB; }

.blank-forms-page-wrapper .content-spacer {
  margin: 91px auto 0 auto;
  padding-top: 53px;
  width: 1080px; }
  .blank-forms-page-wrapper .content-spacer .statement-title {
    color: #138433;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }

.blank-forms-page-wrapper .blank-forms-content-wrapper {
  font-size: 16px; }
  .blank-forms-page-wrapper .blank-forms-content-wrapper table {
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16); }
    .blank-forms-page-wrapper .blank-forms-content-wrapper table .table-title {
      font-size: 20px; }
    .blank-forms-page-wrapper .blank-forms-content-wrapper table a:hover, .blank-forms-page-wrapper .blank-forms-content-wrapper table a:focus {
      outline: none;
      text-decoration: underline; }
  .blank-forms-page-wrapper .blank-forms-content-wrapper .blank-forms-note {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.broadcast-email-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper {
  padding-right: 0; }
  @media screen and (min-width: 35.5em) {
    div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper {
      padding-right: 0; } }
  @media screen and (min-width: 48em) {
    div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper {
      padding-right: 60px; } }
  @media screen and (min-width: 64em) {
    div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper {
      padding-right: 80px; } }
  @media screen and (min-width: 80em) {
    div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper {
      padding-right: 120px; } }
  div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper ul.broadcast-email-instructions-container {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none; }
    div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper ul.broadcast-email-instructions-container li {
      font-size: 16px; }
      div.broadcast-email-page-wrapper .broadcast-email-page-content-wrapper ul.broadcast-email-instructions-container li::before {
        content: '* '; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.campus-list-table-wrapper {
  max-height: 290px;
  margin-bottom: 20px;
  overflow: auto; }
  .campus-list-table-wrapper .options-cell a.active-option-link {
    text-decoration: underline; }
  .campus-list-table-wrapper .options-cell a {
    color: rgba(0, 0, 0, 0.87); }
    .campus-list-table-wrapper .options-cell a:hover {
      color: rgba(0, 0, 0, 0.6);
      -webkit-transition: color .10s ease-in-out;
      -o-transition: color .10s ease-in-out;
      transition: color .10s ease-in-out; }
  .campus-list-table-wrapper table > thead > tr > th:nth-child(2) {
    text-align: center; }
  .campus-list-table-wrapper table > tbody > tr > td:nth-child(2) {
    text-align: center; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.campus-maintenance-page-wrapper .campus-maintenance-page-content-wrapper {
  max-width: 1200px; }
  .campus-maintenance-page-wrapper .campus-maintenance-page-content-wrapper .campus-list-section-wrapper .campus-list-header-row {
    margin-bottom: 15px; }
    .campus-maintenance-page-wrapper .campus-maintenance-page-content-wrapper .campus-list-section-wrapper .campus-list-header-row .add-new-campus-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .campus-maintenance-page-wrapper .campus-maintenance-page-content-wrapper .campus-list-section-wrapper .campus-list-header-row .add-new-campus-link .add-circle-icon {
        margin-right: 4px; }

.campus-maintenance-page-wrapper .button-row-wrapper {
  margin-top: 40px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.change-password-form-wrapper {
  max-width: 675px; }
  div.change-password-form-wrapper div.change-password-content-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 37px 37px 31px 37px; }
    div.change-password-form-wrapper div.change-password-content-wrapper .header-row-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: dotted 1px #B6B6B7;
      margin-bottom: 5px;
      padding-bottom: 5px;
      width: 100%; }
      div.change-password-form-wrapper div.change-password-content-wrapper .header-row-container h3.header-text {
        color: black;
        font-size: 18px;
        font-weight: 500;
        margin: 0; }
    div.change-password-form-wrapper div.change-password-content-wrapper h4.rules-header {
      color: #138433;
      margin: 0 0 8px 0;
      font-size: 14px;
      font-weight: 500; }
    div.change-password-form-wrapper div.change-password-content-wrapper ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      div.change-password-form-wrapper div.change-password-content-wrapper ul li::before {
        content: '-'; }
      div.change-password-form-wrapper div.change-password-content-wrapper ul.change-password-instructions {
        font-size: 16px;
        margin-bottom: 20px; }
      div.change-password-form-wrapper div.change-password-content-wrapper ul.password-rules {
        font-size: 14px;
        margin-bottom: 20px; }
    div.change-password-form-wrapper div.change-password-content-wrapper .form-content-container {
      max-width: 280px; }
      div.change-password-form-wrapper div.change-password-content-wrapper .form-content-container .change-password-input {
        margin-bottom: 20px; }
      div.change-password-form-wrapper div.change-password-content-wrapper .form-content-container button {
        padding: 4px 20px;
        width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.change-password-page-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 91px; }
  .change-password-page-wrapper .change-password-content-wrapper {
    background-color: #EAEAEB;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* IE10 and IE11 */
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .change-password-page-wrapper .change-password-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .change-password-page-wrapper .change-password-content-wrapper {
        min-height: calc(100vh - 140px); } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.edit-error-message-page-wrapper .edit-error-message-form-wrapper {
  max-width: 800px; }
  .edit-error-message-page-wrapper .edit-error-message-form-wrapper .edit-message-header {
    margin-bottom: 18px; }
  .edit-error-message-page-wrapper .edit-error-message-form-wrapper .error-code-text {
    font-size: 14px; }
  .edit-error-message-page-wrapper .edit-error-message-form-wrapper .form-element {
    margin-bottom: 15px; }
  .edit-error-message-page-wrapper .edit-error-message-form-wrapper .success-alert {
    margin: 20px 0; }
  .edit-error-message-page-wrapper .edit-error-message-form-wrapper .edit-error-messages-buttons {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.edit-screen-labels-form-wrapper {
  max-width: 800px; }
  .edit-screen-labels-form-wrapper .edit-icon {
    margin-bottom: 2px;
    height: 19px;
    width: 19px; }
  .edit-screen-labels-form-wrapper .edit-instructions-card-container {
    background-color: #E8F1FA;
    border: solid 1px #138433;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 14px;
    font-weight: 500;
    min-height: 20px;
    padding: 5px 8px;
    width: 100%;
    border-radius: 5px !important; }
    .edit-screen-labels-form-wrapper .edit-instructions-card-container.screen-name-description-card {
      margin-bottom: 20px; }
    .edit-screen-labels-form-wrapper .edit-instructions-card-container.screen-labels-card {
      margin-bottom: 24px; }
    .edit-screen-labels-form-wrapper .edit-instructions-card-container .edit-icon {
      margin: 0 4px; }
  .edit-screen-labels-form-wrapper .edit-label {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px; }
    .edit-screen-labels-form-wrapper .edit-label .edit-button {
      margin-right: 8px;
      padding: 3px; }
    .edit-screen-labels-form-wrapper .edit-label.bold {
      font-weight: 500; }
    .edit-screen-labels-form-wrapper .edit-label.larger {
      font-size: 18px; }
    .edit-screen-labels-form-wrapper .edit-label.underlined {
      text-decoration: underline; }
    .edit-screen-labels-form-wrapper .edit-label .LEFT {
      text-align: left; }
    .edit-screen-labels-form-wrapper .edit-label .CENTER {
      text-align: center; }
    .edit-screen-labels-form-wrapper .edit-label .RIGHT {
      text-align: right; }
  .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper {
    margin-bottom: 45px; }
    .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper #editScreenNameDescHeader {
      margin-bottom: 24px; }
    .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper .screen-edit-row-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper .screen-edit-row-container + .screen-edit-row-container {
        margin-top: 32px; }
      .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper .screen-edit-row-container .edit-label {
        max-width: 220px;
        width: 100%; }
      .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper .screen-edit-row-container .screen-name-desc-value {
        font-size: 14px;
        margin-bottom: 3px; }
      .edit-screen-labels-form-wrapper .edit-screen-name-description-wrapper .screen-edit-row-container .screen-name-desc-field {
        max-width: 300px;
        width: 100%; }
  .edit-screen-labels-form-wrapper .edit-screen-labels-wrapper #editScreenLabelsHeader {
    margin-bottom: 20px; }
  .edit-screen-labels-form-wrapper .edit-screen-labels-wrapper .edit-screen-labels-content-wrapper .screen-label-element {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px; }
  .edit-screen-labels-form-wrapper .success-alert {
    margin-top: 30px; }
  .edit-screen-labels-form-wrapper .edit-screen-labels-button-row-wrapper {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-label-table-wrapper button.edit-button {
  color: #138433;
  font-size: 14px;
  min-height: 32px;
  min-width: 60px;
  padding: 7px 10px;
  text-transform: capitalize; }
  .screen-label-table-wrapper button.edit-button svg {
    background: #138433;
    color: white;
    height: 9px;
    width: 9px;
    margin-right: 6px;
    padding: 2px;
    border-radius: 50% !important; }
  .screen-label-table-wrapper button.edit-button img {
    margin-right: 6px; }
  .screen-label-table-wrapper button.edit-button span {
    line-height: 13px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.error-page-wrapper .error-page-content-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .error-page-wrapper .error-page-content-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
  .error-page-wrapper .error-page-content-wrapper .error-icon {
    padding-left: 36px; }
  .error-page-wrapper .error-page-content-wrapper .error-title {
    font-size: 32px;
    margin: 15px 0; }
  .error-page-wrapper .error-page-content-wrapper .error-message {
    font-size: 24px;
    margin-bottom: 21px;
    max-width: 600px;
    text-align: center; }
  .error-page-wrapper .error-page-content-wrapper #backBtn {
    padding: 4px 50px;
    width: 140px;
    border-radius: 6px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.error-message-results-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

.error-message-results-page-wrapper ul.search-results-instructions {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  .error-message-results-page-wrapper ul.search-results-instructions li {
    font-size: 16px; }
    .error-message-results-page-wrapper ul.search-results-instructions li:before {
      content: '* '; }

.error-message-results-page-wrapper .search-result-count-text {
  font-size: 16px;
  margin-bottom: 10px; }

.error-message-results-page-wrapper button#newSearchBtn {
  border: solid 1px #138433;
  color: #138433;
  font-size: 16px;
  padding: 1px 15px; }
  .error-message-results-page-wrapper button#newSearchBtn .new-search-icon {
    margin-right: 5px;
    height: 20px;
    width: 20px; }

.error-message-results-page-wrapper .app-table-wrapper table .error-type {
  min-width: 100px; }

.error-message-results-page-wrapper .app-table-wrapper table .override-text {
  min-width: 100px; }

.error-message-results-page-wrapper .app-table-wrapper table > thead > tr > th:first-of-type {
  text-align: center; }
  .error-message-results-page-wrapper .app-table-wrapper table > thead > tr > th:first-of-type span {
    left: 12px; }

.error-message-results-page-wrapper .app-table-wrapper table > thead > tr > th:nth-of-type(2) {
  text-align: left; }
  .error-message-results-page-wrapper .app-table-wrapper table > thead > tr > th:nth-of-type(2) span {
    left: 0; }

.error-message-results-page-wrapper .app-table-wrapper table > thead > tr > th:nth-of-type(3) {
  text-align: left; }
  .error-message-results-page-wrapper .app-table-wrapper table > thead > tr > th:nth-of-type(3) span {
    left: 0; }

.error-message-results-page-wrapper .app-table-wrapper table > tbody > tr > td:first-of-type {
  text-align: center; }

.error-message-results-page-wrapper .app-table-wrapper table > tbody > tr > td:nth-of-type(2) {
  text-align: left; }

.error-message-results-page-wrapper .app-table-wrapper table > tbody > tr > td:nth-of-type(3) {
  text-align: left; }

.error-message-results-page-wrapper .search-results-actions-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.global-value-settings-page-wrapper .global-value-settings-page-content-wrapper {
  max-height: 60vh;
  padding-bottom: 15px;
  overflow-y: auto; }
  .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card + .global-value-setting-card {
    margin-top: 20px; }
  .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .card-header:hover .characteristic-detail-text {
    text-decoration: underline; }
  .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .card-header .characteristic-card-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    padding-right: 0;
    width: 100%; }
  .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .card-header div:last-of-type {
    right: 45px; }
  .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper {
    width: 100%; }
    .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-description {
      border-bottom: dashed 1px #707070;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-description ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-description ul li {
          font-size: 16px; }
          .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-description ul li:before {
            content: '* '; }
    .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-editable-content-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-editable-content-wrapper .value-input-container {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 30px; }
      .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-editable-content-wrapper .save-button-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
        .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-editable-content-wrapper .save-button-container button {
          padding: 4px 32px; }
          .global-value-settings-page-wrapper .global-value-settings-page-content-wrapper .global-value-setting-card .characteristic-body-wrapper .characteristic-editable-content-wrapper .save-button-container button + button {
            margin-left: 20px; }

.global-value-settings-page-wrapper .success-alert {
  margin-top: 30px; }

.global-value-settings-page-wrapper .global-value-settings-button-row {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.glossary-page-wrapper .glossary-page-content-wrapper {
  max-width: 1220px; }
  .glossary-page-wrapper .glossary-page-content-wrapper.centered {
    margin: 0 auto; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.help-page-wrapper .help-desk-info-card-wrapper {
  margin-right: 25px;
  margin-top: 16px; }
  .help-page-wrapper .help-desk-info-card-wrapper .card-content {
    min-height: 40px; }
  .help-page-wrapper .help-desk-info-card-wrapper .contact-format {
    margin-bottom: 6px;
    font-size: 14px; }
    .help-page-wrapper .help-desk-info-card-wrapper .contact-format .gray-icon {
      margin-bottom: -4px;
      margin-right: 6px;
      font-size: 16px;
      color: gray; }

.help-page-wrapper .help-panel {
  margin-top: 20px; }
  .help-page-wrapper .help-panel .card-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 28px;
    margin-bottom: 25px; }

.help-page-wrapper .help-actions-container {
  margin-top: 30px; }

.help-page-wrapper .card-link-with-icon-wrapper {
  height: 100%; }
  .help-page-wrapper .card-link-with-icon-wrapper img {
    width: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.help-desk-emails-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

.help-desk-emails-page-wrapper .instructions-container {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none; }
  .help-desk-emails-page-wrapper .instructions-container li {
    font-size: 16px; }
    .help-desk-emails-page-wrapper .instructions-container li::before {
      content: '* '; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .email-content {
  min-width: 500px;
  text-align: left; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .empty-container {
  margin-top: 20px; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .email-title-container {
  min-width: 130px; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .send-date-container {
  min-width: 150px; }
  .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .send-date-container .date-input-format {
    background-color: white; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .email-content .text-area-format {
  background-color: white; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container {
  min-width: 200px; }
  .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button {
    font-size: 14px;
    min-height: 32px;
    min-width: 80px;
    padding: 7px 10px;
    text-transform: capitalize; }
    .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button img {
      margin-right: 6px; }
    .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button span {
      line-height: 13px; }
    .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button.edit-button {
      color: #138433; }
    .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button.update-button {
      color: #1C8234; }
    .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button.cancel-button {
      color: #54555A; }
    .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button.delete-button {
      color: #C40700; }
      .help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .actions-column-container button.delete-button svg {
        height: 15px;
        width: 15px;
        margin-right: 6px; }

.help-desk-emails-page-wrapper .help-desk-emails-content-wrapper .success-alert {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.login-form-wrapper .forgot-password-link-container {
  margin-bottom: 7px;
  text-align: right; }
  div.login-form-wrapper .forgot-password-link-container .forgot-password-link {
    color: #087126;
    display: inline-block;
    font-size: 14px;
    vertical-align: top; }

div.login-form-wrapper .error-message {
  color: #C40700;
  font-size: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-closing-countdown-wrapper .countdown-wrapper {
  border: solid 2px #00EEFF; }
  .survey-closing-countdown-wrapper .countdown-wrapper .countdown-title {
    background-color: #00EEFF;
    color: black;
    font-size: 16px;
    font-weight: 500;
    padding: 1px 7px; }
  .survey-closing-countdown-wrapper .countdown-wrapper .countdown-numbers-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 0px;
    padding: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.8s ease-out, padding 0.8s ease-out;
    -o-transition: max-height 0.8s ease-out, padding 0.8s ease-out;
    transition: max-height 0.8s ease-out, padding 0.8s ease-out; }
    .survey-closing-countdown-wrapper .countdown-wrapper .countdown-numbers-wrapper.show-countboxes {
      max-height: 300px;
      padding: 7px 0; }
    .survey-closing-countdown-wrapper .countdown-wrapper .countdown-numbers-wrapper .time-container {
      margin-bottom: 15px;
      text-align: center; }
      @media screen and (min-width: 48em) {
        .survey-closing-countdown-wrapper .countdown-wrapper .countdown-numbers-wrapper .time-container {
          margin-bottom: 0; } }
      .survey-closing-countdown-wrapper .countdown-wrapper .countdown-numbers-wrapper .time-container .time-header {
        color: white;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 15px;
        text-align: center;
        text-transform: uppercase; }
      .survey-closing-countdown-wrapper .countdown-wrapper .countdown-numbers-wrapper .time-container .time-value {
        background-color: rgba(255, 255, 255, 0.7);
        color: #087126;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 28px;
        font-weight: 500;
        height: 50px;
        width: 52px;
        text-align: center;
        border-radius: 6px !important; }

.survey-closing-countdown-wrapper .survey-closed-wrapper {
  background-color: rgba(0, 238, 255, 0.8);
  display: inline-block;
  border-radius: 10px !important; }
  .survey-closing-countdown-wrapper .survey-closed-wrapper .survey-closed-icon-container {
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    padding: 9px 24px 10px 23px;
    vertical-align: top;
    border-radius: 10px 0 0 10px !important; }
    .survey-closing-countdown-wrapper .survey-closed-wrapper .survey-closed-icon-container img {
      display: block; }
  .survey-closing-countdown-wrapper .survey-closed-wrapper .survey-closed-text-container {
    border-radius: 0 10px 10px 0 !important;
    color: black;
    display: inline-block;
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    padding: 14px 31px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.department-warning-wrapper {
  background: transparent !important;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
  margin: 0px 15px;
  z-index: 1;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .department-warning-wrapper .department-warning-content {
    background: rgba(255, 255, 255, 0.9);
    padding: 0px !important;
    color: #000; }
    .department-warning-wrapper .department-warning-content .password-form-header-wrapper {
      font-size: 18px;
      font-weight: 500;
      padding: 15px 15px 3px 15px; }
    .department-warning-wrapper .department-warning-content .department-warning-text {
      padding: 0px 15px;
      font-size: 12px;
      overflow: auto; }
      .department-warning-wrapper .department-warning-content .department-warning-text:first-child {
        margin-top: 0px; }
    .department-warning-wrapper .department-warning-content .accept-button-container {
      text-align: center;
      padding: 10px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.home-page-wrapper .banner-wrapper {
  position: relative;
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  width: 100%;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-page-wrapper .banner-wrapper {
      height: 600px; } }
  .home-page-wrapper .banner-wrapper::before {
    position: absolute;
    content: " ";
    background-color: rgba(0, 0, 0, 0.54);
    height: 100%;
    width: 100%; }
  .home-page-wrapper .banner-wrapper .banner-content-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    min-height: 600px;
    padding-top: 91px; }
    .home-page-wrapper .banner-wrapper .banner-content-wrapper .banner-name-countdown-container {
      margin-right: 20px;
      z-index: 1; }
      .home-page-wrapper .banner-wrapper .banner-content-wrapper .banner-name-countdown-container .banner-name {
        color: white;
        font-size: 42px;
        font-weight: 500;
        margin-bottom: 26px; }

.home-page-wrapper .home-content-wrapper {
  position: relative; }
  .home-page-wrapper .home-content-wrapper section.home-section-wrapper {
    color: #54555A; }
    .home-page-wrapper .home-content-wrapper section.home-section-wrapper a {
      color: #087126; }
    .home-page-wrapper .home-content-wrapper section.home-section-wrapper h1.home-section-header {
      color: #087126;
      font-size: 34px;
      font-weight: 500;
      margin: 0 0 30px 0; }
    .home-page-wrapper .home-content-wrapper section.home-section-wrapper p {
      font-size: 18px;
      margin-bottom: 30px; }
      .home-page-wrapper .home-content-wrapper section.home-section-wrapper p + h1.home-section-header {
        margin-top: 30px; }
    .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section {
      background-color: #EAEAEB;
      padding-top: 62px;
      padding-bottom: 64px; }
      .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section .adobe-acrobat-message {
        font-size: 16px;
        margin-bottom: 20px; }
      .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper {
        border: solid 2px #842326;
        display: inline-block;
        text-decoration: none;
        border-radius: 5px !important;
        -webkit-transition: background-color 250ms;
        -o-transition: background-color 250ms;
        transition: background-color 250ms; }
        .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper .adobe-icon-container {
          border-right: solid 2px #842326;
          display: inline-block;
          padding: 0 10px 0 4px;
          vertical-align: top; }
          .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper .adobe-icon-container img {
            display: block; }
        .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper .adobe-text-container {
          color: #944143;
          display: inline-block;
          padding: 9px 67px 9px 21px; }
          .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper .adobe-text-container .adobe-download-text {
            font-size: 14px;
            font-weight: bold;
            margin-bottom: 5px;
            text-transform: uppercase; }
          .home-page-wrapper .home-content-wrapper section.home-section-wrapper.intro-section a.adobe-acrobat-link-wrapper .adobe-text-container .adobe-acrobat-reader-text {
            font-size: 12px; }
    .home-page-wrapper .home-content-wrapper section.home-section-wrapper.institutional-burden-section {
      background-color: white;
      padding-top: 49px;
      padding-bottom: 80px; }
      .home-page-wrapper .home-content-wrapper section.home-section-wrapper.institutional-burden-section .omb-information-wrapper {
        margin-top: 40px; }
        .home-page-wrapper .home-content-wrapper section.home-section-wrapper.institutional-burden-section .omb-information-wrapper .omb-line-container {
          color: black;
          font-size: 18px;
          text-transform: uppercase; }
          .home-page-wrapper .home-content-wrapper section.home-section-wrapper.institutional-burden-section .omb-information-wrapper .omb-line-container .omb-item-label {
            color: #138433; }
          .home-page-wrapper .home-content-wrapper section.home-section-wrapper.institutional-burden-section .omb-information-wrapper .omb-line-container + .omb-line-container {
            margin-top: 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.update-status-section-wrapper {
  margin-bottom: 26px; }
  .update-status-section-wrapper .update-status-header-row {
    margin-bottom: 11px; }
  .update-status-section-wrapper .update-status-card-wrapper .card-content-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 0; }
    .update-status-section-wrapper .update-status-card-wrapper .card-content-header-wrapper .date-completed {
      font-size: 18px; }
    .update-status-section-wrapper .update-status-card-wrapper .card-content-header-wrapper .identification-status {
      color: #1C8234;
      font-size: 16px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.institution-info-section-wrapper .readonly-institution-info {
  font-size: 14px;
  margin-bottom: 5px; }
  .institution-info-section-wrapper .readonly-institution-info.larger-margin {
    margin-bottom: 15px; }
  .institution-info-section-wrapper .readonly-institution-info .institution-name {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px; }

@media print {
  .institution-info-section-wrapper .readonly-institution-info {
    margin-bottom: 0; }
    .institution-info-section-wrapper .readonly-institution-info.larger-margin {
      margin-bottom: 0; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.identification-page-wrapper .identification-page-content-wrapper {
  max-width: 1000px; }
  .identification-page-wrapper .identification-page-content-wrapper section.identification-section {
    border-bottom: dashed 1px #707070;
    margin-bottom: 18px; }
    .identification-page-wrapper .identification-page-content-wrapper section.identification-section:last-of-type {
      border-bottom: none; }
    .identification-page-wrapper .identification-page-content-wrapper section.identification-section h2.identification-header {
      margin-bottom: 15px; }
    .identification-page-wrapper .identification-page-content-wrapper section.identification-section h3 {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 15px 0; }
    .identification-page-wrapper .identification-page-content-wrapper section.identification-section .header-content-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-bottom: 15px; }
      .identification-page-wrapper .identification-page-content-wrapper section.identification-section .header-content-container > h2 {
        margin: 0; }
    .identification-page-wrapper .identification-page-content-wrapper section.identification-section .form-fields-wrapper {
      max-width: 800px;
      margin-bottom: 26px; }
      .identification-page-wrapper .identification-page-content-wrapper section.identification-section .form-fields-wrapper .form-field {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        margin-bottom: 15px;
        padding-right: 30px; }
        .identification-page-wrapper .identification-page-content-wrapper section.identification-section .form-fields-wrapper .form-field.no-margin {
          margin-bottom: 0; }
  .identification-page-wrapper .identification-page-content-wrapper .alert-message-card {
    margin-bottom: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.eada-institution-info-section-wrapper .institution-name {
  margin-bottom: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.eada-general-section-wrapper .reporting-year-fields {
  margin: 10px 0 15px 0;
  max-width: 360px; }

.eada-general-section-wrapper h3 {
  font-size: 14px;
  margin-bottom: 0px; }

.eada-general-section-wrapper .note {
  font-size: 14px;
  font-style: italic; }

.eada-general-section-wrapper .sub-section {
  border-bottom: dashed 1px #707070;
  margin-bottom: 18px; }
  .eada-general-section-wrapper .sub-section:last-of-type {
    border-bottom: 0px !important; }

.eada-general-section-wrapper .ef-table {
  color: #54555A; }
  .eada-general-section-wrapper .ef-table th {
    background: #fff !important;
    color: #138433;
    border-bottom: 4px solid #128412;
    font-weight: bold;
    padding: 15px 0px !important; }
  .eada-general-section-wrapper .ef-table tr {
    background-color: #fff !important; }
    .eada-general-section-wrapper .ef-table tr td {
      height: 32px !important;
      border-bottom: #fff !important;
      padding: 15px 0px !important;
      line-height: 32px; }
  .eada-general-section-wrapper .ef-table .form-field {
    display: inline-block;
    max-width: 65px !important;
    width: 100%; }
    .eada-general-section-wrapper .ef-table .form-field input {
      text-align: center; }
    .eada-general-section-wrapper .ef-table .form-field input[type=number]::-webkit-inner-spin-button,
    .eada-general-section-wrapper .ef-table .form-field input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.eada-general-section-wrapper .sanctioning-body-wrapper .radio-buttons-wrapper {
  width: 100%; }
  .eada-general-section-wrapper .sanctioning-body-wrapper .radio-buttons-wrapper legend {
    margin-bottom: 15px; }
  .eada-general-section-wrapper .sanctioning-body-wrapper .radio-buttons-wrapper label, .eada-general-section-wrapper .sanctioning-body-wrapper .radio-buttons-wrapper .radio-placeholder {
    width: calc(33% - 16px);
    margin-bottom: 15px;
    font-size: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.update-status-section-wrapper {
  margin-bottom: 26px; }
  .update-status-section-wrapper .update-status-header-row {
    margin-bottom: 11px; }
  .update-status-section-wrapper .update-status-card-wrapper .card-content-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4px 0; }
    .update-status-section-wrapper .update-status-card-wrapper .card-content-header-wrapper .date-completed {
      font-size: 18px; }
    .update-status-section-wrapper .update-status-card-wrapper .card-content-header-wrapper .identification-status {
      color: #1C8234;
      font-size: 16px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.institution-basic-info-section-wrapper {
  border-bottom: dashed 1px #ACACAC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 16px; }
  .institution-basic-info-section-wrapper .institution-basic-info-content-container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .institution-basic-info-section-wrapper .institution-basic-info-content-container .institution-address-ope-row {
      margin-bottom: 22px; }
      .institution-basic-info-section-wrapper .institution-basic-info-content-container .institution-address-ope-row .institution-location {
        display: inline-block;
        margin-right: 30px;
        min-width: 200px; }
      .institution-basic-info-section-wrapper .institution-basic-info-content-container .institution-address-ope-row .ope-id {
        display: inline-block; }
    .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper.campus-row {
      margin: 20px 0 11px 0; }
    .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper.eada-content .info-container {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 30px;
      min-width: 200px;
      width: auto; }
    .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .item-label {
        font-weight: 500;
        min-width: 70px; }
        .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .item-label.campus-label {
          line-height: 29px; }
      .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item.status-text {
          color: #1C8234; }
        .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item.campus-dropdown-container {
          padding-right: 15px; }
          .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item.campus-dropdown-container .campus-location-text {
            margin-top: 10px; }
    .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .characteristics-link, .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-maintenance-link {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .institution-basic-info-section-wrapper .institution-basic-info-content-container .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-maintenance-link-container {
      padding-top: 4px;
      padding-bottom: 4px; }
  .institution-basic-info-section-wrapper .user-panel-wrapper {
    min-width: 200px; }
    .institution-basic-info-section-wrapper .user-panel-wrapper .user-panel-title {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 500; }
      .institution-basic-info-section-wrapper .user-panel-wrapper .user-panel-title .user-panel-icon {
        margin-right: 10px; }
    .institution-basic-info-section-wrapper .user-panel-wrapper .user-panel-content-wrapper {
      list-style: none;
      margin: 0;
      padding: 0; }
      .institution-basic-info-section-wrapper .user-panel-wrapper .user-panel-content-wrapper .user-panel-option-container + .user-panel-option-container {
        margin-top: 10px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.edit-survey-status-section-wrapper .status-text {
  color: #1C8234; }

.edit-survey-status-section-wrapper .edit-survey-status-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .edit-survey-status-section-wrapper .edit-survey-status-header-row h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .edit-survey-status-section-wrapper .edit-survey-status-header-row .impersonate-user-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .edit-survey-status-section-wrapper .edit-survey-status-header-row .impersonate-user-link .person-outline-icon {
      color: #138433; }

.edit-survey-status-section-wrapper .edit-survey-status-card-wrapper {
  margin-bottom: 16px; }
  .edit-survey-status-section-wrapper .edit-survey-status-card-wrapper:last-of-type {
    margin-bottom: 0; }
  .edit-survey-status-section-wrapper .edit-survey-status-card-wrapper.migration-status-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%; }
    .edit-survey-status-section-wrapper .edit-survey-status-card-wrapper.migration-status-wrapper .migration-status-links-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .edit-survey-status-section-wrapper .edit-survey-status-card-wrapper.migration-status-wrapper .migration-status-links-container .migration-status-link {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }

.edit-survey-status-section-wrapper .half-section {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .edit-survey-status-section-wrapper .half-section.right-padding {
    padding-right: 24px; }
  .edit-survey-status-section-wrapper .half-section.left-padding {
    padding-left: 24px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.view-survey-section-wrapper .one-third-section {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .view-survey-section-wrapper .one-third-section.right-padding {
    padding-right: 19px; }
  .view-survey-section-wrapper .one-third-section.left-padding {
    padding-left: 19px; }
  .view-survey-section-wrapper .one-third-section .view-survey-report-card-wrapper {
    height: 100%; }
    .view-survey-section-wrapper .one-third-section .view-survey-report-card-wrapper .card-content {
      display: block !important;
      -webkit-box-flex: 0 !important;
      -webkit-flex: none !important;
         -moz-box-flex: 0 !important;
          -ms-flex: none !important;
              flex: none !important; }

.view-survey-section-wrapper .link-container .left-spacing {
  margin-left: 20px; }

.view-survey-section-wrapper .link-container + .link-container {
  margin-top: 10px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.review-section-wrapper {
  border-bottom: dashed 1px #ACACAC;
  padding-bottom: 20px; }
  .review-section-wrapper .review-message-info-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    .review-section-wrapper .review-message-info-wrapper .review-message-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: inline-block;
      max-width: 600px; }
    .review-section-wrapper .review-message-info-wrapper .review-update-info-wrapper {
      display: inline-block; }
      .review-section-wrapper .review-message-info-wrapper .review-update-info-wrapper .review-update-wrapper {
        display: inline-block;
        font-size: 14px; }
        .review-section-wrapper .review-message-info-wrapper .review-update-info-wrapper .review-update-wrapper.review-id-container {
          padding: 0 50px 0 150px; }
        .review-section-wrapper .review-message-info-wrapper .review-update-info-wrapper .review-update-wrapper.review-date-container {
          max-width: 150px; }
        .review-section-wrapper .review-message-info-wrapper .review-update-info-wrapper .review-update-wrapper .review-item-label {
          font-weight: bold;
          height: 24px; }
  .review-section-wrapper .review-button-row-container {
    text-align: center; }
    .review-section-wrapper .review-button-row-container button {
      width: 140px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.campus-summary-section-wrapper .campus-summary-header-row {
  margin-bottom: 15px; }
  .campus-summary-section-wrapper .campus-summary-header-row .campus-maintenance-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .campus-summary-section-wrapper .campus-summary-header-row .campus-maintenance-link .system-icon {
      margin-right: 7px; }

.campus-summary-section-wrapper .campus-summary-table-wrapper {
  overflow-x: auto;
  margin-bottom: 100px; }
  .campus-summary-section-wrapper .campus-summary-table-wrapper a {
    cursor: pointer; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.institution-page-wrapper {
  font-size: 16px; }
  .institution-page-wrapper .view-call-log-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500; }
    .institution-page-wrapper .view-call-log-link .view-call-log-icon {
      height: 22px;
      width: 22px;
      margin-right: 4px; }
  .institution-page-wrapper h2 {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    margin: 0 0 15px 0; }
    .institution-page-wrapper h2 img {
      margin-right: 6px; }
  .institution-page-wrapper a.black-link {
    color: rgba(0, 0, 0, 0.87); }
    .institution-page-wrapper a.black-link:hover {
      opacity: 0.80; }
    .institution-page-wrapper a.black-link.no-underline {
      text-decoration: none; }
  .institution-page-wrapper .person-outline-icon {
    color: #7E7E7E;
    margin-right: 4px; }
  .institution-page-wrapper .card-content-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .institution-page-wrapper .card-content-header-wrapper .header-left-side-container {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
         -moz-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .institution-page-wrapper section {
    margin-bottom: 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.select-institution-page-wrapper .select-institution-actions-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.issue-tracker-page-wrapper .issue-tracker-form-wrapper {
  max-width: 600px; }
  div.issue-tracker-page-wrapper .issue-tracker-form-wrapper .form-field-element {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 40px; }
  div.issue-tracker-page-wrapper .issue-tracker-form-wrapper .issue-tracker-form-actions-container {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 85px;
    padding-right: 40px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.issue-tracker-results-page-wrapper .page-title-wrapper {
  margin-bottom: 5px; }

.issue-tracker-results-page-wrapper ul.search-results-instructions {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none; }
  .issue-tracker-results-page-wrapper ul.search-results-instructions li {
    font-size: 16px; }
    .issue-tracker-results-page-wrapper ul.search-results-instructions li:before {
      content: '* '; }

.issue-tracker-results-page-wrapper .delete-button {
  color: #C40700;
  font-size: 14px;
  text-transform: capitalize; }
  .issue-tracker-results-page-wrapper .delete-button .delete-icon {
    color: #C40700;
    margin-right: 5px; }

.issue-tracker-results-page-wrapper .search-results-actions-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.new-institution-page-wrapper .new-institution-form-wrapper {
  max-width: 1000px; }
  .new-institution-page-wrapper .new-institution-form-wrapper .form-field-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 40px; }
  .new-institution-page-wrapper .new-institution-form-wrapper .new-institution-section-wrapper + .new-institution-header {
    margin-top: 15px; }
  .new-institution-page-wrapper .new-institution-form-wrapper .new-institution-buttons-wrapper {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.prescreening-page-wrapper .prescreening-content-wrapper {
  max-width: 800px; }
  .prescreening-page-wrapper .prescreening-content-wrapper .button-row-container {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.privacy-statement-page-wrapper.unauthenticated {
  background-color: #EAEAEB; }

.privacy-statement-page-wrapper .content-spacer {
  margin: 91px auto 0 auto;
  padding-top: 53px;
  width: 1080px; }
  .privacy-statement-page-wrapper .content-spacer .statement-title {
    color: #138433;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.printable-institution-page-wrapper {
  padding-top: 40px !important; }
  .printable-institution-page-wrapper .actions-wrapper {
    margin-top: 20px;
    margin-bottom: 30px; }
  .printable-institution-page-wrapper .print-only-page-title {
    display: none; }
  .printable-institution-page-wrapper .page-header {
    margin: 0 0 15px 0; }
    .printable-institution-page-wrapper .page-header.update-status-header-row {
      margin: 11px 0; }
  .printable-institution-page-wrapper .registration-content-wrapper {
    display: block !important;
    border-bottom: dashed 1px #707070;
    margin-bottom: 18px;
    max-width: 1000px;
    padding-bottom: 15px; }
  .printable-institution-page-wrapper .page-separator {
    margin-top: 40px;
    border-top: 2px solid black;
    margin-bottom: 20px; }
  @media print {
    .printable-institution-page-wrapper .actions-wrapper,
    .printable-institution-page-wrapper .page-separator {
      display: none; }
    .printable-institution-page-wrapper .print-only-page-title {
      display: block;
      color: rgba(0, 0, 0, 0.87);
      font-size: 34px !important;
      font-weight: 500;
      margin: 0 !important;
      padding-bottom: 5mm; }
    .printable-institution-page-wrapper .page-title-wrapper {
      display: none; }
    .printable-institution-page-wrapper .page-header {
      margin: 0 0 0 0 !important;
      padding-bottom: 5mm; }
    .printable-institution-page-wrapper h2, .printable-institution-page-wrapper h3 {
      margin: 0 !important;
      padding-bottom: 5mm; }
    .printable-institution-page-wrapper .form-fields-wrapper {
      margin-bottom: 0 !important;
      padding-bottom: 5mm; }
    .printable-institution-page-wrapper .form-label {
      margin-bottom: 0 !important;
      padding-bottom: 3mm; }
    .printable-institution-page-wrapper .page-content-container, .printable-institution-page-wrapper .page-content-children-container, .printable-institution-page-wrapper .registration-content-wrapper {
      display: block;
      page-break-inside: auto; }
    .printable-institution-page-wrapper .registration-form-wrapper {
      display: block;
      page-break-inside: auto; }
    @-moz-document url-prefix() {
      .printable-institution-page-wrapper .hide-in-firefox {
        display: none !important;
        page-break-before: auto !important; } }
    .printable-institution-page-wrapper .control-wrapper {
      height: 80px;
      margin-bottom: 0 !important;
      padding-bottom: 5mm; }
      .printable-institution-page-wrapper .control-wrapper .comment-post-label-content {
        margin-bottom: 1mm !important; }
    .printable-institution-page-wrapper .checkbox-fieldset-wrapper {
      display: none; }
    .printable-institution-page-wrapper .update-status-section-wrapper {
      margin-bottom: 0 !important; }
    .printable-institution-page-wrapper .same-as-checkbox {
      display: none; }
    .printable-institution-page-wrapper .registration-content-wrapper {
      border-bottom: none;
      margin-bottom: 0 !important;
      padding-bottom: 0 !important; }
    .printable-institution-page-wrapper .identification-page-content-wrapper .identification-section {
      border-bottom: none !important;
      margin-bottom: 0 !important;
      page-break-before: always !important;
      display: block !important; }
    .printable-institution-page-wrapper .update-status-section-wrapper {
      margin-top: 10cm; }
    .printable-institution-page-wrapper .print-page-break {
      display: block;
      height: 1px;
      width: 100%;
      page-break-before: always; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.registration-page-wrapper .page-caption {
  max-width: 815px; }

.registration-page-wrapper .user-id-info-container {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0766C5;
  margin-bottom: 15px; }
  .registration-page-wrapper .user-id-info-container img {
    margin-right: 9px; }

.registration-page-wrapper .registration-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper {
    max-width: 815px; }
    .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .input-container {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      margin-bottom: 15px;
      padding-right: 34px; }
      .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .input-container .comment-post-label-content {
        font-size: 14px;
        font-style: italic;
        margin-bottom: 10px; }
    .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-certificate-link-container {
      margin: 37px 0 18px 0;
      text-align: center; }
      .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-certificate-link-container a {
        color: #C4952C; }
        .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-certificate-link-container a:hover {
          color: rgba(196, 149, 44, 0.8);
          -webkit-transition: color .10s ease-in-out;
          -o-transition: color .10s ease-in-out;
          transition: color .10s ease-in-out; }
      .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-certificate-link-container .registration-certificate-button {
        color: #9C6800;
        font-size: 14px;
        font-weight: 500;
        padding: 5px;
        text-transform: none; }
        .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-certificate-link-container .registration-certificate-button:hover img {
          opacity: 0.8; }
        .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-certificate-link-container .registration-certificate-button img {
          margin-right: 9px; }
    .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .form-element-container {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 34px; }
    .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .button-row-container {
      margin-bottom: 18px; }
      .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .button-row-container button {
        min-width: 140px;
        padding: 4px 20px; }
    .registration-page-wrapper .registration-content-wrapper .registration-form-wrapper .registration-alert {
      margin-top: 21px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.printable-facility-fire-wrapper .facility-fire-data-wrapper {
  padding-right: 60px; }
  .printable-facility-fire-wrapper .facility-fire-data-wrapper .housing-facility-info-row-wrapper {
    color: #6B7077;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 9px; }
  .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-header-row-wrapper {
    border-bottom: dashed 1px #707070;
    border-top: dashed 1px #707070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 11px 0 8px 0; }
    .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-header-row-wrapper .info-header {
      font-weight: 500;
      text-align: center;
      text-decoration: underline; }
  .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper {
    padding: 10px 0; }
    .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-number {
      font-size: 14px;
      line-height: 32px; }
    .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px; }
      .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell .readonly-field {
        width: 100%; }
        .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell .readonly-field input, .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell .readonly-field .dropdown-field {
          padding: 8px; }
        .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell .readonly-field.number-field input {
          text-align: center; }
      .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell.action {
        text-align: center; }
        .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-row-wrapper .fire-data-cell.action button {
          border-width: 2px;
          padding: 2px 10px; }
  .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-total-row-wrapper {
    border-bottom: dashed 1px #707070;
    border-top: dashed 1px #707070;
    font-weight: 500;
    margin: 5px 0 20px 0;
    padding: 10px 0; }
    .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-total-row-wrapper .total {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding-right: 48px;
      text-align: right; }
    .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-total-row-wrapper .injuries-total, .printable-facility-fire-wrapper .facility-fire-data-wrapper .fire-info-total-row-wrapper .deaths-total {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 15px;
      text-align: center; }

.printable-facility-fire-wrapper .caveat-label {
  color: #212B36;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 5px; }

.printable-facility-fire-wrapper .caveat-additional-text {
  padding-bottom: 5px; }

.printable-facility-fire-wrapper .caveat-field {
  width: 100%; }

@media print {
  .printable-facility-fire-wrapper {
    border-top: none;
    page-break-before: always; }
    .printable-facility-fire-wrapper .fires-by-facility-header {
      margin: 0 0 5mm 0; }
    .printable-facility-fire-wrapper .fire-info-total-row-wrapper {
      margin: 5mm 0 10mm 0 !important; }
    .printable-facility-fire-wrapper .fire-info-row-wrapper {
      page-break-inside: avoid; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.printable-fire-wrapper .printable-fire-section-wrapper {
  border-top: solid 1px #808080;
  padding: 10px 0 30px 0; }
  .printable-fire-wrapper .printable-fire-section-wrapper .instruction-text {
    padding-bottom: 20px; }
  .printable-fire-wrapper .printable-fire-section-wrapper #housingFacilitiesHeader {
    margin-bottom: 20px; }
  .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper {
    max-width: 1000px; }
    .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .readonly-field {
      min-width: 200px; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .readonly-field input {
        padding: 8px; }
    .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-header-row-wrapper {
      font-size: 16px; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-header-row-wrapper .housing-header-container {
        font-weight: 500;
        text-align: left; }
        .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-header-row-wrapper .housing-header-container.facility-name-header {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          padding-left: 30px; }
        .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-header-row-wrapper .housing-header-container .data-year-header {
          padding-left: 39px; }
        .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-header-row-wrapper .housing-header-container .number-of-fires-text {
          color: #54555A;
          font-weight: normal; }
    .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper {
      padding: 10px 0; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper .facility-name-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 20px; }
        .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper .facility-name-container .facility-count {
          font-size: 14px;
          min-width: 30px; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper .facility-address-container {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 20px; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper .facility-fire-count-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper .facility-fire-count-container .fire-count {
          -webkit-box-sizing: border-box;
             -moz-box-sizing: border-box;
                  box-sizing: border-box;
          min-width: 26px;
          padding-left: 4px; }
        .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .housing-body-row-wrapper .facility-fire-count-container button {
          background: #C4CDD5;
          color: #54555A;
          font-size: 14px;
          font-weight: bold;
          padding: 4px 23px; }
    .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .total-row-wrapper {
      padding: 20px 0; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .total-row-wrapper .page-total-text {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        font-weight: 500;
        padding-left: 125px; }
      .printable-fire-wrapper .printable-fire-section-wrapper .housing-facilities-wrapper .total-row-wrapper .page-total-count {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
        font-weight: 500;
        padding-left: 4px; }
  .printable-fire-wrapper .printable-fire-section-wrapper .caveat-label {
    color: #212B36;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 5px; }
  .printable-fire-wrapper .printable-fire-section-wrapper .caveat-additional-text {
    padding-bottom: 5px; }
  .printable-fire-wrapper .printable-fire-section-wrapper .caveat-field {
    width: 100%; }

@media print {
  .printable-fire-wrapper .printable-fire-section-wrapper {
    border-top: none;
    page-break-before: always; }
    .printable-fire-wrapper .printable-fire-section-wrapper #fireFacilitiesHeader {
      margin: 0 0 5mm 0; }
    .printable-fire-wrapper .printable-fire-section-wrapper #housingFacilitiesHeader {
      margin-bottom: 10mm; }
    .printable-fire-wrapper .printable-fire-section-wrapper .fires-by-facility-header {
      margin: 0 0 5mm 0; }
    .printable-fire-wrapper .printable-fire-section-wrapper .fire-info-total-row-wrapper {
      margin: 5mm 0 10mm 0 !important; }
    .printable-fire-wrapper .printable-fire-section-wrapper .fire-info-row-wrapper {
      page-break-inside: avoid; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.printable-survey-page-wrapper {
  padding-top: 40px !important; }
  div.printable-survey-page-wrapper .page-title-wrapper {
    margin-bottom: 4px; }
  div.printable-survey-page-wrapper .institution-user-info-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  div.printable-survey-page-wrapper .actions-wrapper {
    margin-top: 20px;
    margin-bottom: 26px;
    text-align: left; }
  div.printable-survey-page-wrapper .disclaimer-format {
    font-size: 14px;
    font-weight: bold;
    color: #cc0000;
    line-height: 18px; }
  div.printable-survey-page-wrapper .page-separator {
    margin-top: 40px;
    border-top: 2px solid black;
    margin-bottom: 20px; }
    div.printable-survey-page-wrapper .page-separator.first {
      margin-top: 0; }
  div.printable-survey-page-wrapper .fire-summary-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    div.printable-survey-page-wrapper .fire-summary-row .row-num {
      display: inline-block;
      min-width: 20px;
      padding-right: 10px;
      text-align: right; }
  @media print {
    div.printable-survey-page-wrapper {
      padding: 0 !important; }
      div.printable-survey-page-wrapper * {
        margin: 0 !important; }
      div.printable-survey-page-wrapper h1.page-title {
        text-align: center;
        padding-bottom: 30px; }
      div.printable-survey-page-wrapper h2.page-header {
        padding-top: 20px;
        padding-bottom: 10px; }
      div.printable-survey-page-wrapper .actions-wrapper,
      div.printable-survey-page-wrapper .disclaimer-format,
      div.printable-survey-page-wrapper .page-separator {
        display: none; }
      div.printable-survey-page-wrapper .row .screen-row {
        padding: 2px 0; }
      div.printable-survey-page-wrapper .print-page-break {
        display: block;
        height: 1px;
        width: 100%; } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.institution-reporting-status-wrapper .institution-reporting-status-actions-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.registration-summary-wrapper .bold-cell {
  font-weight: bold; }

.registration-summary-wrapper .total-row-cell {
  color: #063D8C;
  font-size: 16px;
  font-weight: bold; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.report-results-instructions {
  margin: 0 0 10px 0; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-status-summary-wrapper .header-container {
  margin-bottom: 4px; }
  .survey-status-summary-wrapper .header-container button.export-btn {
    color: #6B7077;
    font-size: 12px;
    padding: 10px;
    border-radius: 8px !important; }
    .survey-status-summary-wrapper .header-container button.export-btn svg {
      height: 24px;
      width: 24px;
      margin-right: 5px; }

.survey-status-summary-wrapper table .bold-text {
  font-weight: bold; }

.survey-status-summary-wrapper table .blue-text {
  color: #063D8C;
  font-weight: bold; }

.survey-status-summary-wrapper table .right-separator {
  border-right: solid 1px #ffffff; }

.survey-status-summary-wrapper .table-wrapper {
  overflow-x: auto;
  width: 100%; }
  .survey-status-summary-wrapper .table-wrapper.institution-status-wrapper {
    margin-bottom: 28px; }
    .survey-status-summary-wrapper .table-wrapper.institution-status-wrapper table th {
      width: 25%; }
  .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper {
    margin-bottom: 50px; }
    .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper .status-items-link, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper .status-items-link {
      cursor: pointer; }
    .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper .second-header-row > th, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper .second-header-row > th {
      padding-left: 12px;
      padding-right: 12px; }
      .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper .second-header-row > th:first-of-type, .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper .second-header-row > th:last-of-type, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper .second-header-row > th:first-of-type, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper .second-header-row > th:last-of-type {
        border-radius: 0 !important; }
      .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper .second-header-row > th.left-padding, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper .second-header-row > th.left-padding {
        padding-left: 24px; }
      .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper .second-header-row > th.right-padding, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper .second-header-row > th.right-padding {
        padding-right: 24px; }
    .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper tbody td, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper tbody td {
      padding-left: 12px;
      padding-right: 12px; }
      .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper tbody td.left-padding, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper tbody td.left-padding {
        padding-left: 24px; }
      .survey-status-summary-wrapper .table-wrapper.survey-status-wrapper tbody td.right-padding, .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper tbody td.right-padding {
        padding-right: 24px; }
  .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper {
    margin-bottom: 60px; }
    .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper tbody td {
      padding-top: 30px !important;
      padding-bottom: 6px !important;
      position: relative; }
      .survey-status-summary-wrapper .table-wrapper.survey-status-by-sector-wrapper tbody td .sector-name {
        position: absolute;
        top: 7px;
        width: 300px; }

.survey-status-summary-wrapper .button-row-container button {
  border: solid 2px #6B7077;
  color: #6B7077;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  width: 136px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.dynamic-report-wrapper h3.report-instruction {
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 20px 0; }

.dynamic-report-wrapper .email-option-wrapper {
  background-color: #F9F5CD;
  border: solid 1px #FFD037;
  font-size: 14px;
  margin-top: 15px;
  padding: 10px 16px 11px 16px;
  border-radius: 5px !important; }
  .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper {
    margin-right: 30px;
    width: 100%; }
    .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .email-option-text-container {
      font-weight: bold;
      padding-top: 1px; }
      .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .email-option-text-container .email-option-text {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
        .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .email-option-text-container .email-option-text .warning-icon {
          color: #FFB300;
          height: 24px;
          width: 24px;
          margin-right: 6px; }
    .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .options-wrapper {
      padding-top: 4px; }
      .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .options-wrapper .option-group-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .options-wrapper .option-group-container .options-group-label {
          font-weight: 500;
          padding-top: 1px;
          width: 75px; }
        .dynamic-report-wrapper .email-option-wrapper .email-option-grid-wrapper .options-wrapper .option-group-container .control-wrapper {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
             -moz-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.static-reports-wrapper {
  padding-top: 16px; }
  .static-reports-wrapper .static-report-section-wrapper {
    margin-bottom: 30px; }
    .static-reports-wrapper .static-report-section-wrapper .static-report-grid-item-wrapper {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      font-size: 16px;
      margin-bottom: 20px;
      padding-right: 28px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.printable-forms-wrapper {
  padding-top: 20px; }
  .printable-forms-wrapper .printable-headers-wrapper {
    margin-bottom: 20px; }
  .printable-forms-wrapper .printable-forms-item-wrapper {
    margin-bottom: 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.report-page-wrapper .report-tabs {
  min-height: 38px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.reset-password-form-wrapper {
  max-width: 557px; }
  div.reset-password-form-wrapper form.password-form-content-wrapper {
    max-width: auto; }
    div.reset-password-form-wrapper form.password-form-content-wrapper div.password-form-header-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: dotted 1px #B6B6B7;
      margin-bottom: 5px;
      padding-bottom: 5px; }
      div.reset-password-form-wrapper form.password-form-content-wrapper div.password-form-header-wrapper h3.header-text {
        font-size: 18px;
        font-weight: 500;
        margin: 0; }
    div.reset-password-form-wrapper form.password-form-content-wrapper .instructions-intro {
      font-size: 16px;
      margin-bottom: 10px; }
    div.reset-password-form-wrapper form.password-form-content-wrapper ul.instructions-list {
      font-size: 14px;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      div.reset-password-form-wrapper form.password-form-content-wrapper ul.instructions-list li:before {
        content: '- '; }
    div.reset-password-form-wrapper form.password-form-content-wrapper div.input-container, div.reset-password-form-wrapper form.password-form-content-wrapper div.button-container {
      max-width: 280px; }
    div.reset-password-form-wrapper form.password-form-content-wrapper div.registration-text {
      font-size: 14px; }
      div.reset-password-form-wrapper form.password-form-content-wrapper div.registration-text a {
        font-size: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.reset-password-page-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 91px; }
  .reset-password-page-wrapper .reset-password-content-wrapper {
    background-color: #EAEAEB;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* IE10 and IE11 */
    /* IE10 and IE11 */ }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .reset-password-page-wrapper .reset-password-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 auto;
           -moz-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .reset-password-page-wrapper .reset-password-content-wrapper {
        min-height: calc(100vh - 140px); } }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.search-error-messages-page-wrapper .search-error-messages-form-wrapper {
  max-width: 850px; }
  .search-error-messages-page-wrapper .search-error-messages-form-wrapper .search-messages-header {
    margin-bottom: 20px; }
  .search-error-messages-page-wrapper .search-error-messages-form-wrapper .form-element {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 40px;
    margin-bottom: 15px; }
  .search-error-messages-page-wrapper .search-error-messages-form-wrapper .search-error-messages-buttons {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
div.screen-page-wrapper.authenticated-page-content-wrapper.page-content-container.impersonated-user {
  padding-top: 100px; }
  @media screen and (min-width: 35.5em) {
    div.screen-page-wrapper.authenticated-page-content-wrapper.page-content-container.impersonated-user {
      padding-top: 80px; } }
  @media screen and (min-width: 48em) {
    div.screen-page-wrapper.authenticated-page-content-wrapper.page-content-container.impersonated-user {
      padding-top: 54px; } }

div.screen-page-wrapper .screen-page-title-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  div.screen-page-wrapper .screen-page-title-links-wrapper .worksheets-link-wrapper {
    display: inherit;
    margin-right: 15px; }
    div.screen-page-wrapper .screen-page-title-links-wrapper .worksheets-link-wrapper .worksheets-link {
      color: #138433; }

div.screen-page-wrapper .invalid-screen-alert {
  margin: 20px 0 10px; }

div.screen-page-wrapper .survey-screen-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 66px);
  width: 100%; }
  @media print {
    div.screen-page-wrapper .survey-screen-wrapper .survey-side-nav-wrapper {
      display: none !important; }
    div.screen-page-wrapper .survey-screen-wrapper .right-side-wrapper {
      margin-left: 0 !important;
      padding: 0 !important; } }
  div.screen-page-wrapper .survey-screen-wrapper .survey-side-nav-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 215px;
    min-width: 215px;
    background: #F7F7F7;
    border-right: 1px solid #aaa;
    position: fixed;
    left: 0px;
    width: 216px;
    height: calc(100vh - 127px); }
    div.screen-page-wrapper .survey-screen-wrapper .survey-side-nav-wrapper .menu-wrapper {
      margin-bottom: 129px;
      padding-bottom: 30px;
      width: 215px;
      overflow: auto;
      height: calc(100vh - 127px);
      padding-top: 24px; }
  div.screen-page-wrapper .survey-screen-wrapper .right-side-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 35px 30px 35px;
    width: 100%;
    overflow-x: hidden;
    margin-left: 216px; }
    div.screen-page-wrapper .survey-screen-wrapper .right-side-wrapper .header-wrapper {
      margin-bottom: 0;
      padding-top: 20px; }
    div.screen-page-wrapper .survey-screen-wrapper .right-side-wrapper .screen-loading {
      text-align: center;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      position: absolute; }
      div.screen-page-wrapper .survey-screen-wrapper .right-side-wrapper .screen-loading div {
        padding: 10px; }
  div.screen-page-wrapper .survey-screen-wrapper.summary-screen * .screen-row {
    margin: 2px 0px !important; }

div.screen-page-wrapper.eada-screen * input {
  font-size: 13px !important; }

.forbidden-wrapper {
  padding: 50px 50px; }

ul.worksheets-popover-content-wrapper {
  background-color: #757575;
  color: white;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 10px; }
  ul.worksheets-popover-content-wrapper li + li {
    margin-top: 10px; }
  ul.worksheets-popover-content-wrapper li a.worksheet-link {
    color: white;
    text-decoration: none; }
    ul.worksheets-popover-content-wrapper li a.worksheet-link:hover, ul.worksheets-popover-content-wrapper li a.worksheet-link:focus {
      text-decoration: underline; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.search-results-page-wrapper ul.search-results-instructions {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none; }
  .search-results-page-wrapper ul.search-results-instructions li {
    font-size: 16px; }
    .search-results-page-wrapper ul.search-results-instructions li:before {
      content: '* '; }

.search-results-page-wrapper .search-results-actions-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.sql-editor-results-wrapper .search-results-actions-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.sql-editor-page-wrapper .sql-editor-form-wrapper {
  max-width: 1200px; }
  .sql-editor-page-wrapper .sql-editor-form-wrapper .form-element-label {
    font-size: 16px;
    font-weight: 500; }
  .sql-editor-page-wrapper .sql-editor-form-wrapper .form-element {
    margin-bottom: 25px; }
  .sql-editor-page-wrapper .sql-editor-form-wrapper .sql-editor-action-row-container {
    margin-top: 60px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper {
  max-width: 1000px; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper.app-table-wrapper table > thead > tr > th:nth-child(2), .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper.app-table-wrapper table > thead > tr > th:nth-child(3) {
    text-align: left; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper.app-table-wrapper table > thead > tr > th:nth-child(2) > span, .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper.app-table-wrapper table > thead > tr > th:nth-child(3) > span {
      left: 0; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .survey-title-input {
    width: 100%; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .status-content {
    text-align: left; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .status-content.radio-content span {
      font-weight: 500; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .status-content.radio-content .radio-label + .radio-label {
      margin-top: 15px; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper {
    padding: 10px 0;
    text-align: left; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper .user-date-row-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper .user-date-row-wrapper + .user-date-row-wrapper {
        margin-top: 25px; }
        .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper .user-date-row-wrapper + .user-date-row-wrapper.edit-mode {
          margin-top: 15px; }
      .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper .user-date-row-wrapper .date-label {
        display: inline-block;
        min-width: 130px; }
      .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper .user-date-row-wrapper .date-value {
        display: inline-block; }
        .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .user-dates-wrapper .user-date-row-wrapper .date-value .date-value-field {
          max-width: 150px; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper button {
    font-size: 14px;
    min-height: 32px;
    min-width: 80px;
    text-transform: capitalize; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper button img {
      margin-right: 6px; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper button span {
      line-height: 13px; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper button.edit-button {
      color: #138433; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper button.update-button {
      color: #1C8234; }
    .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper button.cancel-button {
      color: #54555A; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-table-wrapper .button-set-wrapper .button-container + .button-container {
    margin-top: 5px; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .success-alert {
    margin: 15px 0 30px 0; }
  .survey-periods-settings-page-wrapper .survey-periods-settings-page-content-wrapper .survey-periods-settings-button-row {
    margin-top: 15px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.review-intentional-fires-page-wrapper p {
  color: #000000;
  font-size: 16px; }

.review-intentional-fires-page-wrapper h2 {
  margin: 20px 0px 10px 0px;
  font-size: 24px; }

.review-intentional-fires-page-wrapper h3 {
  margin: 17px 0px 11px 0px;
  font-size: 18px; }

.review-intentional-fires-page-wrapper .collection-year-group-wrapper {
  padding-bottom: 20px; }

.review-intentional-fires-page-wrapper .buttons-wrapper {
  margin-top: 20px;
  text-align: center; }

.review-intentional-fires-page-wrapper .message-wrapper {
  margin-top: 20px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-log-results-page-wrapper .survey-log-table-wrapper {
  margin-top: 24px; }
  .survey-log-results-page-wrapper .survey-log-table-wrapper tr td {
    border-bottom: none; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper tr td:first-of-type {
      border-right: solid 1px #CCCCCC;
      width: 150px; }
  .survey-log-results-page-wrapper .survey-log-table-wrapper tfoot > tr > td:first-of-type {
    border-right: none;
    width: 100%; }
  .survey-log-results-page-wrapper .survey-log-table-wrapper .table-item-label {
    color: #707070;
    font-weight: 500; }
  .survey-log-results-page-wrapper .survey-log-table-wrapper .last-update-cell-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: right; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper .last-update-cell-wrapper .last-update-id-container {
      font-size: 14px;
      margin-bottom: 18px; }
      .survey-log-results-page-wrapper .survey-log-table-wrapper .last-update-cell-wrapper .last-update-id-container .last-update-text {
        margin-bottom: 3px; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper .last-update-cell-wrapper .last-update-date {
      font-size: 12px; }
  .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-data-cell-wrapper {
    text-align: left; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-data-cell-wrapper .basic-info-row-wrapper {
      color: #707070;
      margin-bottom: 5px; }
      .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-data-cell-wrapper .basic-info-row-wrapper .basic-row-label {
        margin-right: 5px; }
      .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-data-cell-wrapper .basic-info-row-wrapper .unit-id-content-container {
        display: inline-block;
        margin-right: 20px;
        min-width: 94px; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-data-cell-wrapper .log-text {
      color: #138433;
      font-size: 16px;
      margin-bottom: 14px; }
  .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-status-row-wrapper {
    font-size: 12px; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-status-row-wrapper .status-label {
      margin-right: 5px; }
    .survey-log-results-page-wrapper .survey-log-table-wrapper .institution-status-row-wrapper .survey-status-container {
      display: inline-block;
      margin-right: 20px;
      min-width: 200px; }

.survey-log-results-page-wrapper .search-results-actions-container {
  margin-top: 50px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-maintenance-page-wrapper .survey-page-content-wrapper {
  margin-top: 16px; }
  .survey-maintenance-page-wrapper .survey-page-content-wrapper .survey-grid-item-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 28px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.system-maintenance-page-wrapper .system-page-content-wrapper {
  margin-top: 16px; }
  .system-maintenance-page-wrapper .system-page-content-wrapper .system-grid-item-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 28px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.switch-user-page-wrapper .switch-user-criteria-wrapper {
  max-width: 1000px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.switch-user-results-page-wrapper .app-table-wrapper table > thead > tr > th:first-of-type {
  text-align: center; }
  .switch-user-results-page-wrapper .app-table-wrapper table > thead > tr > th:first-of-type span {
    left: 12px; }

.switch-user-results-page-wrapper .app-table-wrapper table > tbody > tr > td:first-of-type {
  text-align: center; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.tools-page-wrapper .tools-page-content-wrapper {
  margin-top: 16px; }
  .tools-page-wrapper .tools-page-content-wrapper .tool-grid-item-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 20px;
    padding-right: 28px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.universal-characteristics-wrapper .history-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500; }
  .universal-characteristics-wrapper .history-link .history-icon {
    background-color: #138433;
    color: white;
    height: 22px;
    width: 22px;
    margin-right: 4px;
    border-radius: 50% !important; }

.universal-characteristics-wrapper .form-wrapper {
  max-width: 800px; }
  .universal-characteristics-wrapper .form-wrapper .form-element-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 30px; }
    .universal-characteristics-wrapper .form-wrapper .form-element-wrapper.success-message-wrapper {
      margin-bottom: 30px; }
  .universal-characteristics-wrapper .form-wrapper .modification-date-container {
    margin-bottom: 10px; }
  .universal-characteristics-wrapper .form-wrapper .child-institutions-checkbox-wrapper {
    text-align: right; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.universal-characteristics-history-wrapper .button-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.user-page-wrapper .basic-user-info-wrapper {
  margin-bottom: 26px; }
  .user-page-wrapper .basic-user-info-wrapper .user-info-container {
    display: inline-block;
    font-size: 16px;
    width: 100%; }
    @media screen and (min-width: 35.5em) {
      .user-page-wrapper .basic-user-info-wrapper .user-info-container {
        width: 100%; } }
    @media screen and (min-width: 48em) {
      .user-page-wrapper .basic-user-info-wrapper .user-info-container {
        width: auto; } }
    .user-page-wrapper .basic-user-info-wrapper .user-info-container:last-of-type {
      margin-left: 0; }
      @media screen and (min-width: 35.5em) {
        .user-page-wrapper .basic-user-info-wrapper .user-info-container:last-of-type {
          margin-left: 0; } }
      @media screen and (min-width: 48em) {
        .user-page-wrapper .basic-user-info-wrapper .user-info-container:last-of-type {
          margin-left: 52px; } }

.user-page-wrapper .user-page-card-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }
  .user-page-wrapper .user-page-card-wrapper:last-of-type {
    margin-bottom: 0; }
  .user-page-wrapper .user-page-card-wrapper a.black-link {
    color: black; }
    .user-page-wrapper .user-page-card-wrapper a.black-link:hover {
      opacity: 0.80; }
  .user-page-wrapper .user-page-card-wrapper .card-content-header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .user-page-wrapper .user-page-card-wrapper .card-content-header-wrapper .param-name-text .status-text {
      color: #C40700; }
      .user-page-wrapper .user-page-card-wrapper .card-content-header-wrapper .param-name-text .status-text.green-text {
        color: #1C8234; }
  .user-page-wrapper .user-page-card-wrapper.password-email-content-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    min-height: 211px; }
    .user-page-wrapper .user-page-card-wrapper.password-email-content-wrapper .password-elements-wrapper {
      width: 100%; }
      .user-page-wrapper .user-page-card-wrapper.password-email-content-wrapper .password-elements-wrapper .email-checkboxes {
        margin-bottom: 17px; }
      .user-page-wrapper .user-page-card-wrapper.password-email-content-wrapper .password-elements-wrapper .send-row-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; }
        .user-page-wrapper .user-page-card-wrapper.password-email-content-wrapper .password-elements-wrapper .send-row-wrapper .email-address {
          max-width: 280px; }
        .user-page-wrapper .user-page-card-wrapper.password-email-content-wrapper .password-elements-wrapper .send-row-wrapper #sendToEmailBtn {
          line-height: 17px;
          margin-left: 15px;
          padding: 7px 15px; }

.user-page-wrapper .half-section {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px; }
  .user-page-wrapper .half-section:first-of-type {
    padding-right: 0; }
    @media screen and (min-width: 35.5em) {
      .user-page-wrapper .half-section:first-of-type {
        padding-right: 0; } }
    @media screen and (min-width: 48em) {
      .user-page-wrapper .half-section:first-of-type {
        padding-right: 15px; } }
    @media screen and (min-width: 64em) {
      .user-page-wrapper .half-section:first-of-type {
        padding-right: 25px; } }
  .user-page-wrapper .half-section:last-of-type {
    padding-left: 0; }
    @media screen and (min-width: 35.5em) {
      .user-page-wrapper .half-section:last-of-type {
        padding-left: 0; } }
    @media screen and (min-width: 48em) {
      .user-page-wrapper .half-section:last-of-type {
        padding-left: 15px; } }
    @media screen and (min-width: 64em) {
      .user-page-wrapper .half-section:last-of-type {
        padding-left: 25px; } }

.user-page-wrapper .success-alert {
  margin-top: 30px; }

.user-page-wrapper .button-row-container {
  margin-top: 80px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.users-page-wrapper .users-form-wrapper {
  max-width: 1000px; }
  .users-page-wrapper .users-form-wrapper .form-field-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 30px; }

.users-page-wrapper .user-results-wrapper {
  padding-top: 20px; }

.users-page-wrapper .button-row-wrapper {
  margin-top: 46px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper.status-row {
  margin-bottom: 20px; }

.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper.campus-row {
  margin-bottom: 11px; }

.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .item-label {
    font-weight: 500;
    min-width: 74px; }
    .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .item-label.campus-label {
      line-height: 29px; }
  .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item.status-text {
      color: #1C8234; }
    .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item.campus-dropdown-container {
      padding-right: 15px; }
      .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .labeled-item.campus-dropdown-container .campus-location-text {
        margin-top: 10px; }
  .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .info-container .campus-name {
    line-height: 29px; }

.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-closed-alert {
  margin: 15px 15px 0px 0px; }

.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .characteristics-link,
.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-maintenance-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-maintenance-link-container {
  padding-top: 4px;
  padding-bottom: 4px; }
  .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-maintenance-link-container img {
    position: absolute; }
  .campus-information-section-wrapper .status-campus-info-wrapper .status-campus-info-row-wrapper .campus-maintenance-link-container span {
    padding-left: 25px;
    color: #C40700;
    font-size: 12px; }

.campus-information-section-wrapper .identification-container {
  margin-top: 15px; }
  .campus-information-section-wrapper .identification-container .status {
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal; }
    .campus-information-section-wrapper .identification-container .status.completed {
      color: #1C8234; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-information-section-wrapper {
  margin-top: 30px; }
  .survey-information-section-wrapper .alert-message-wrapper {
    margin-bottom: 20px; }
  .survey-information-section-wrapper .survey-information-section-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .survey-information-section-wrapper .survey-information-section-content-container .col {
      margin-bottom: 20px; }
      .survey-information-section-wrapper .survey-information-section-content-container .col.full-width {
        width: 100%; }
      .survey-information-section-wrapper .survey-information-section-content-container .col.half-width {
        width: calc(50% - 10px); }
        .survey-information-section-wrapper .survey-information-section-content-container .col.half-width:nth-of-type(2n+1) {
          margin-left: 15px; }
      .survey-information-section-wrapper .survey-information-section-content-container .col .card-header {
        padding: 15px;
        font-size: 18px;
        border-bottom: 0px;
        background: #F7F7F7; }
      .survey-information-section-wrapper .survey-information-section-content-container .col .card-content {
        padding: 0px;
        display: block !important;
        -webkit-box-flex: 0;
        -webkit-flex: none;
           -moz-box-flex: 0;
            -ms-flex: none;
                flex: none; }
        .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul {
          padding: 0px 15px 11px 15px; }
          .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item {
            padding: 11px 0px 0px 0px;
            border-bottom: 1px solid #ccc; }
            .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item div {
              padding: 0px; }
              .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item div span {
                color: #000000;
                font-weight: bold;
                font-size: 16px; }
              .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item div p {
                font-size: 14px;
                color: #54555A; }
                .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item div p:after {
                  content: '\2500';
                  height: 16px;
                  border-radius: 50%;
                  float: right;
                  background: #707070;
                  color: #fff;
                  width: 16px;
                  text-align: center;
                  font-weight: bold;
                  font-size: 12px;
                  line-height: 16px; }
            .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item.updated p {
              color: #1C8234; }
              .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item.updated p:after {
                content: '\2713';
                background: #1C8234; }
            .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item.error p {
              color: #C40700; }
              .survey-information-section-wrapper .survey-information-section-content-container .col .card-content ul .screen-menu-item.error p:after {
                content: '\2715';
                background: #C40700; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-lock-section-wrapper {
  margin-top: 10px; }
  .survey-lock-section-wrapper .col-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .survey-lock-section-wrapper .col-container .col {
      margin-bottom: 20px;
      width: calc(50% - 10px); }
      .survey-lock-section-wrapper .col-container .col:last-of-type {
        margin-left: 0px;
        width: 100%; }
      .survey-lock-section-wrapper .col-container .col:nth-of-type(2) {
        width: calc(50% - 10px);
        margin-left: 15px; }
      .survey-lock-section-wrapper .col-container .col .card-header {
        padding: 15px;
        font-size: 18px;
        border-bottom: 0px;
        background: #F7F7F7; }
      .survey-lock-section-wrapper .col-container .col .card-content {
        padding: 0px;
        display: block !important;
        -webkit-box-flex: 0;
        -webkit-flex: none;
           -moz-box-flex: 0;
            -ms-flex: none;
                flex: none; }
        .survey-lock-section-wrapper .col-container .col .card-content ul {
          padding: 0px 15px 11px 15px; }
          .survey-lock-section-wrapper .col-container .col .card-content ul .screen-menu-item {
            padding: 11px 0px 0px 0px; }
            .survey-lock-section-wrapper .col-container .col .card-content ul .screen-menu-item a {
              text-decoration: none; }
  .survey-lock-section-wrapper .incomplete-surveys-wrapper {
    width: 100%;
    margin-top: 20px; }
    .survey-lock-section-wrapper .incomplete-surveys-wrapper .col {
      margin-left: 0px;
      width: 100%; }
  .survey-lock-section-wrapper .lock-survey-wrapper {
    margin-top: 30px;
    text-align: center;
    width: 100%; }
  .survey-lock-section-wrapper .completion-certificate-link-container {
    margin: 37px 0 18px 0;
    text-align: center; }
    .survey-lock-section-wrapper .completion-certificate-link-container a {
      color: #C4952C; }
      .survey-lock-section-wrapper .completion-certificate-link-container a:hover {
        color: rgba(196, 149, 44, 0.8);
        -webkit-transition: color .10s ease-in-out;
        -o-transition: color .10s ease-in-out;
        transition: color .10s ease-in-out; }
    .survey-lock-section-wrapper .completion-certificate-link-container .completion-certificate-button {
      color: #9C6800;
      font-size: 14px;
      font-weight: 500;
      padding: 5px;
      text-transform: none; }
      .survey-lock-section-wrapper .completion-certificate-link-container .completion-certificate-button:hover img {
        opacity: 0.8; }
      .survey-lock-section-wrapper .completion-certificate-link-container .completion-certificate-button img {
        margin-right: 9px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.campus-list-section-wrapper .campus-list-header-row {
  margin-bottom: 15px; }
  .campus-list-section-wrapper .campus-list-header-row .campus-maintenance-link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .campus-list-section-wrapper .campus-list-header-row .campus-maintenance-link .system-icon {
      margin-right: 7px; }

.campus-list-section-wrapper h1:first-of-type {
  margin-top: 0px; }

.campus-list-section-wrapper .campus-list-general-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px; }
  .campus-list-section-wrapper .campus-list-general-info-wrapper .inst-info-card {
    width: calc(50% - 20px);
    display: block !important;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .campus-list-section-wrapper .campus-list-general-info-wrapper .inst-info-card .card-header {
      border-bottom: 0px !important; }
    .campus-list-section-wrapper .campus-list-general-info-wrapper .inst-info-card .campus-list-card-content {
      padding-right: 62px; }
      .campus-list-section-wrapper .campus-list-general-info-wrapper .inst-info-card .campus-list-card-content .strong {
        font-weight: bold; }
        .campus-list-section-wrapper .campus-list-general-info-wrapper .inst-info-card .campus-list-card-content .strong.extra-margin {
          margin-top: 10px; }
      .campus-list-section-wrapper .campus-list-general-info-wrapper .inst-info-card .campus-list-card-content .cheif-name {
        font-size: 20px; }

.campus-list-section-wrapper .campus-list-table-wrapper {
  overflow-x: auto;
  margin-bottom: 100px;
  max-height: 100%; }
  .campus-list-section-wrapper .campus-list-table-wrapper td, .campus-list-section-wrapper .campus-list-table-wrapper th {
    padding: 4px 15px;
    text-align: left; }
  .campus-list-section-wrapper .campus-list-table-wrapper a, .campus-list-section-wrapper .campus-list-table-wrapper .campus-list-link {
    cursor: pointer; }
    .campus-list-section-wrapper .campus-list-table-wrapper a:focus, .campus-list-section-wrapper .campus-list-table-wrapper .campus-list-link:focus {
      text-decoration: underline; }
  .campus-list-section-wrapper .campus-list-table-wrapper .inst-main-campus {
    display: block;
    font-style: italic;
    color: #C40700; }
  .campus-list-section-wrapper .campus-list-table-wrapper .address-text {
    font-size: 14px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.survey-navigation-page-wrapper .screen-instructions-container {
  padding-right: 25px; }

.survey-navigation-page-wrapper .survey-navigation-tabs {
  min-height: 40px; }

.survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .survey-navigation-header-wrapper p {
  display: block;
  color: #000000;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 15px; }

.survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .inst-name-wrapper {
  padding: 15px 0px; }
  .survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .inst-name-wrapper .strong {
    font-weight: bold; }
  .survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .inst-name-wrapper .inst-name {
    padding-left: 20px; }

.survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .survey-navigation-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .survey-navigation-columns-wrapper .survey-navigation-steps-wrapper {
    width: 100%; }
    .survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .survey-navigation-columns-wrapper .survey-navigation-steps-wrapper .campus-information-section-content-container h1 {
      margin-top: 0px; }
  .survey-navigation-page-wrapper .survey-navigation-page-content-wrapper .survey-navigation-columns-wrapper .side-helper-links {
    padding-left: 200px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.edit-error-modal-wrapper button {
  word-wrap: break-word; }

.edit-error-modal-wrapper .modal-button {
  display: block;
  width: 100%; }

.edit-error-modal-content-wrapper {
  position: absolute;
  top: 50%;
  left: calc(50% + 110px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 15px;
  width: 600px;
  border-radius: 10px; }
  .edit-error-modal-content-wrapper .error-description {
    font-size: 14px; }
    .edit-error-modal-content-wrapper .error-description label {
      font-size: 16px;
      font-weight: bold; }
  .edit-error-modal-content-wrapper .text-area-container {
    margin-bottom: 20px; }
    .edit-error-modal-content-wrapper .text-area-container label {
      font-size: 16px;
      font-weight: bold; }
    .edit-error-modal-content-wrapper .text-area-container textarea {
      width: 100%;
      margin-top: 10px;
      height: 100px;
      resize: vertical; }
  .edit-error-modal-content-wrapper .button-container {
    text-align: center;
    margin-top: 12px; }
    .edit-error-modal-content-wrapper .button-container button:first-of-type {
      margin-right: 10px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.error-group-section-wrapper button {
  overflow-wrap: break-word; }

.error-group-section-wrapper .error-group-section-content-container .error-row {
  padding: 12px 15px;
  font-size: 14px; }
  .error-group-section-wrapper .error-group-section-content-container .error-row.table-header {
    border-bottom: 2px dotted #ccc;
    color: #707070;
    font-weight: bold; }
  .error-group-section-wrapper .error-group-section-content-container .error-row.error {
    margin-top: 20px;
    background: #F7F7F7;
    -webkit-box-shadow: 1px 1px 2px solid #000000;
            box-shadow: 1px 1px 2px solid #000000; }
  .error-group-section-wrapper .error-group-section-content-container .error-row.fatal {
    border-left: #FF6660 solid 4px; }
  .error-group-section-wrapper .error-group-section-content-container .error-row.explanation {
    border-left: #FFB300 solid 4px; }
  .error-group-section-wrapper .error-group-section-content-container .error-row .error-severity .severity-display-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .error-group-section-wrapper .error-group-section-content-container .error-row .error-severity .severity-display-container span {
      padding-left: 5px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis; }
  .error-group-section-wrapper .error-group-section-content-container .error-row .error-desc p {
    margin: 0px;
    padding: 0px;
    font-size: 14px; }
    .error-group-section-wrapper .error-group-section-content-container .error-row .error-desc p.error-exp {
      margin-top: 12px;
      color: #333;
      font-style: italic;
      font-weight: 500; }
  .error-group-section-wrapper .error-group-section-content-container .error-row .error-status {
    text-align: center; }
    .error-group-section-wrapper .error-group-section-content-container .error-row .error-status span {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      display: inline-block;
      padding: 4px 0px;
      width: 73px;
      background: rgba(255, 102, 96, 0.15);
      color: #C40700;
      text-align: center;
      border-radius: 4px; }
      .error-group-section-wrapper .error-group-section-content-container .error-row .error-status span.resolved {
        color: #125422;
        background: rgba(38, 173, 70, 0.15); }
  .error-group-section-wrapper .error-group-section-content-container .error-row .error-option {
    text-align: center; }
    .error-group-section-wrapper .error-group-section-content-container .error-row .error-option .screen-error-link {
      display: block;
      margin-bottom: 5px;
      width: 100%; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.error-report-page-wrapper .button-wrapper {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.review-caveats-page-wrapper p {
  color: #000000;
  font-size: 16px; }

.review-caveats-page-wrapper .caveat-label {
  display: block;
  margin: 17px 0px 11px;
  font-size: 18px;
  font-weight: 500; }

.review-caveats-page-wrapper .message-wrapper {
  margin-top: 20px; }

.review-caveats-page-wrapper .buttons-wrapper {
  margin-top: 20px;
  text-align: center; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.user-permissions-page-wrapper .username-header {
  margin-bottom: 16px; }

.user-permissions-page-wrapper .user-permission-cards {
  padding: 10px 0;
  max-height: 500px;
  overflow-y: auto; }
  .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .card-header:hover .permission-detail-text {
    text-decoration: underline; }
  .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .card-header .permission-card-header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
    width: 100%; }
  .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .card-header div:last-of-type {
    right: 103px; }
    @media screen and (min-width: 35.5em) {
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .card-header div:last-of-type {
        right: 103px; } }
    @media screen and (min-width: 48em) {
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .card-header div:last-of-type {
        right: 148px; } }
  .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-header-container .permission-detail-text {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    max-width: 120px; }
    @media screen and (min-width: 35.5em) {
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-header-container .permission-detail-text {
        max-width: 120px; } }
    @media screen and (min-width: 48em) {
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-header-container .permission-detail-text {
        max-width: 165px; } }
  .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container {
    width: 100%; }
    .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper {
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 10px 0; }
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper.button-row {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (min-width: 35.5em) {
          .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper.button-row {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (min-width: 48em) {
          .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper.button-row {
            -webkit-box-pack: center;
            -webkit-justify-content: center;
               -moz-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media screen and (min-width: 64em) {
          .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper.button-row {
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
               -moz-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end; } }
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper .status-text {
        color: #C40700; }
        .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper .status-text.green-status {
          color: #1C8234; }
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper .readonly-label {
        margin-right: 5px; }
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper label {
        font-weight: bold;
        margin-right: 18px; }
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper .radio-permissions-wrapper {
        width: auto; }
      .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper button {
        line-height: 17px;
        padding: 7px 15px;
        margin-left: 0; }
        @media screen and (min-width: 35.5em) {
          .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper button {
            margin-left: 0; } }
        @media screen and (min-width: 48em) {
          .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper button {
            margin-left: 0; } }
        @media screen and (min-width: 64em) {
          .user-permissions-page-wrapper .user-permission-cards .permission-card-wrapper .permission-card-body-container .data-row-item-wrapper button {
            margin-left: 15px; } }

.user-permissions-page-wrapper .success-alert {
  margin-top: 30px; }

.user-permissions-page-wrapper .button-row-container {
  margin-top: 96px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.view-edit-users-page-wrapper .view-edit-users-page-content-wrapper {
  max-width: 1060px; }
  .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .keyholder-section-wrapper {
    margin-bottom: 26px; }
  .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .additional-users-section-wrapper {
    margin-bottom: 34px; }
  .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 20px 0; }
    .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper {
      background-color: #F7F7F7;
      border: solid 1px #707070;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      color: black;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 130px;
      padding: 8px;
      border-radius: 5px !important; }
      .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-id-section-container {
        padding: 16px 30px 16px 16px; }
        .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-id-section-container .user-initials {
          background-color: #707070;
          color: white;
          font-size: 24px;
          height: 50px;
          width: 50px;
          line-height: 50px;
          margin: 0 auto 7px auto;
          text-align: center;
          text-transform: uppercase;
          border-radius: 50% !important; }
          .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-id-section-container .user-initials.keyholder {
            background-color: #138433; }
        .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-id-section-container .user-id {
          font-size: 16px; }
      .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper {
        padding-top: 9px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* IE10 and IE11 */ }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 auto;
               -moz-box-flex: 1;
                -ms-flex: 1 0 auto;
                    flex: 1 0 auto; } }
        .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .user-data-content-wrapper .user-name {
          font-size: 18px;
          font-weight: 500;
          margin-bottom: 10px;
          word-break: break-all; }
        .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .user-data-content-wrapper .status-container {
          font-size: 14px;
          margin-bottom: 1px; }
          .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .user-data-content-wrapper .status-container .status-text {
            color: #C40700; }
            .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .user-data-content-wrapper .status-container .status-text.green-status {
              color: #1C8234; }
        .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .button-row-container {
          text-align: right; }
          .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .button-row-container button.edit-user-button {
            font-size: 14px;
            padding: 0;
            text-transform: capitalize; }
            .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .button-row-container button.edit-user-button .edit-icon {
              background-color: #138433;
              color: white;
              height: 11px;
              width: 11px;
              margin-right: 3px;
              padding: 2px;
              border-radius: 50% !important; }
            .view-edit-users-page-wrapper .view-edit-users-page-content-wrapper .user-card-grid-item-wrapper .user-card-wrapper .user-data-section-wrapper .button-row-container button.edit-user-button .edit-text {
              margin-top: 2px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.important-information-page-wrapper .important-information-content-wrapper .button-row-container {
  margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.screen-history-page-wrapper .screen-history-table-container {
  margin-bottom: 20px; }
  .screen-history-page-wrapper .screen-history-table-container table {
    position: relative; }
    .screen-history-page-wrapper .screen-history-table-container table > thead > tr > th > span {
      position: relative;
      left: 0px !important; }
    .screen-history-page-wrapper .screen-history-table-container table > thead > tr > th:first-of-type > span {
      left: 0; }
    .screen-history-page-wrapper .screen-history-table-container table > thead > tr > th, .screen-history-page-wrapper .screen-history-table-container table > tbody > tr > td {
      padding: 4px 24px;
      text-align: left !important; }
      .screen-history-page-wrapper .screen-history-table-container table > thead > tr > th:first-of-type, .screen-history-page-wrapper .screen-history-table-container table > tbody > tr > td:first-of-type {
        text-align: left; }
    .screen-history-page-wrapper .screen-history-table-container table > tbody > tr:not([localization]) > td {
      text-align: left !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.compliance-wrapper .form-wrapper {
  max-width: 800px; }
  .compliance-wrapper .form-wrapper .spacer {
    margin: 10px 0px; }
  .compliance-wrapper .form-wrapper .survey-status-container .read-only-field-label {
    font-size: 18px;
    font-weight: bold; }
  .compliance-wrapper .form-wrapper .migration-status-container .read-only-field-label {
    font-size: 18px;
    font-weight: bold; }
  .compliance-wrapper .form-wrapper .read-only-field-label {
    font-size: 14px;
    width: 100%; }
  .compliance-wrapper .form-wrapper .form-element-wrapper {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    padding-right: 30px; }
    .compliance-wrapper .form-wrapper .form-element-wrapper.success-message-wrapper {
      margin-bottom: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.worksheets-page-wrapper.unauthenticated {
  background-color: #EAEAEB; }

.worksheets-page-wrapper .content-spacer {
  margin: 91px auto 0 auto;
  padding-top: 53px;
  width: 1080px; }
  .worksheets-page-wrapper .content-spacer .statement-title {
    color: #138433;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    width: 100%; }

.worksheets-page-wrapper .worksheets-content-wrapper {
  font-size: 16px; }
  .worksheets-page-wrapper .worksheets-content-wrapper table {
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16); }
    .worksheets-page-wrapper .worksheets-content-wrapper table .table-title {
      font-size: 20px; }
    .worksheets-page-wrapper .worksheets-content-wrapper table a:hover, .worksheets-page-wrapper .worksheets-content-wrapper table a:focus {
      outline: none;
      text-decoration: underline; }
  .worksheets-page-wrapper .worksheets-content-wrapper .worksheets-note {
    margin-top: 30px; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
.transfer-login-page-wrapper .transfer-login-page-content-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* IE10 and IE11 */ }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .transfer-login-page-wrapper .transfer-login-page-content-wrapper {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; } }
  .transfer-login-page-wrapper .transfer-login-page-content-wrapper .error-icon {
    padding-left: 36px; }
  .transfer-login-page-wrapper .transfer-login-page-content-wrapper .error-title {
    font-size: 32px;
    margin: 15px 0; }
  .transfer-login-page-wrapper .transfer-login-page-content-wrapper .error-message {
    font-size: 24px;
    margin-bottom: 21px;
    max-width: 600px;
    text-align: center; }
  .transfer-login-page-wrapper .transfer-login-page-content-wrapper #backBtn {
    padding: 4px 50px;
    width: 140px;
    border-radius: 6px !important; }

/* All global variables should be declared here */

/* All reusable mixins should be defined here */
/* Mixins related to browser-specific styles */
/* Mixins related to Pure CSS breakpoints */
/* Responsive setters for property values */
/* Structure of $property-map: { $property-name: (default, sm, md, lg, xl) } */
/* All global styles should be defined here */
/* All fonts should be declared here */
body {
  font-family: 'Roboto';
  margin: 0; }

.pure-g [class*="pure-u"],
.pure-g-r [class*="pure-u"] {
  font-family: 'Roboto'; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none; }

.container {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px !important;
  padding-right: 15px !important;
  width: 100%; }
  @media screen and (min-width: 35.5em) {
    .container {
      padding-left: 35px !important;
      padding-right: 35px !important; } }
  @media screen and (min-width: 48em) {
    .container {
      padding-left: 70px !important;
      padding-right: 70px !important; } }
  @media screen and (min-width: 64em) {
    .container {
      padding-left: 100px !important;
      padding-right: 100px !important; } }
  @media screen and (min-width: 80em) {
    .container {
      padding-left: 140px !important;
      padding-right: 140px !important; } }
  .container.greater-padding {
    padding-left: 30px !important;
    padding-right: 30px !important; }
    @media screen and (min-width: 35.5em) {
      .container.greater-padding {
        padding-left: 70px !important;
        padding-right: 70px !important; } }
    @media screen and (min-width: 48em) {
      .container.greater-padding {
        padding-left: 140px !important;
        padding-right: 140px !important; } }
    @media screen and (min-width: 64em) {
      .container.greater-padding {
        padding-left: 200px !important;
        padding-right: 200px !important; } }
    @media screen and (min-width: 80em) {
      .container.greater-padding {
        padding-left: 280px !important;
        padding-right: 280px !important; } }

.content-wrapper {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.disabled {
  opacity: 0.6;
  pointer-events: none; }

s {
  text-decoration: line-through; }

blockquote.indent {
  margin-bottom: 0;
  margin-top: 0;
  margin-right: 0; }

@media print {
  .no-print {
    display: none !important; } }

