  /*
**
N.B please don't write any styling in this file. This file is used only to import the styles from the framework.
**
*/
/**
  Main sass file.
 */
/**
  Configuration settings of the theme.
 */
/**
*
* Variables

**/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font families */
/* Font weight */
/* Font sizes */
/* Transitions */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/**
*
* Colors

**/
/* Brand Colors */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* Third party brand colors */
/* Border */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap");
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }
  .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1248px; } }

.container-fluid {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

  .text-xl-right {
    text-align: right !important; }

  .text-xl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

/**
  Base settings for the theme
 */
/* ==========================================================================
  Normalize.scss settings
  ========================================================================== */
/**
* Includes legacy browser support IE6/7
*
* Set to false if you want to drop support for IE6 and IE7
*/
/* Base
  ========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
* 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*  `em` units.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
  ========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
* 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0; }

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none; }

/* Links
  ========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent; }

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
  ========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted; }

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold; }

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic; }

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/**
* Addresses styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000; }

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%; }

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
  ========================================================================== */
/**
* 1. Remove border when inside `a` element in IE 8/9/10.
* 2. Improves image quality when scaled in IE 7.
*/
img {
  border: 0; }

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
  ========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0; }

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto; }

/**
* Address odd `em`-unit font size rendering in all browsers.
* Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
  ========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*  Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
* 4. Improves appearance and consistency in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible; }

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none; }

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*  and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*  `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*  Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default; }

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal; }

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*  Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
* 3. Corrects text not wrapping in Firefox 3.
* 4. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto; }

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold; }

/* ==========================================================================
   Functions
   ========================================================================== */
/* ==========================================================================
   Mixins
   ========================================================================== */
/** Breakpoints **/
/*From seven theme.*/
/*From seven theme.*/
/*
* @include triangle within a pseudo element and add positioning properties (ie. top, left)
* $direction: up, down, left, right
*/
/** Global styling **/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ""; }
.clearfix:after {
  clear: both; }

body {
  position: relative;
  margin: auto;
  color: #0f0f0f;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.layout-container {
  max-width: 78rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.layout-container-fluid {
  width: auto;
  max-width: none;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block; }

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal; }

*:focus,
button:focus {
  outline-width: 0.125rem;
  outline-style: solid;
  outline-color: #00b894;
  outline-offset: 0.1875rem; }

/**
  Define the typography of the theme.
 */
@font-face {
  font-family: "Alfa Slab One";
  src: url("/Portals/_default/skins/fortlewiscollege-dept/assets/fonts/AlfaSlabOne/AlfaSlabOne-Regular.eot");
  src: local("Alfa Slab One"), local("AlfaSlabOne-Regular"), url("/Portals/_default/skins/fortlewiscollege-dept/assets/fonts/AlfaSlabOne/AlfaSlabOne-Regular.eot?#iefix") format("embedded-opentype"), url("/Portals/_default/skins/fortlewiscollege-dept/assets/fonts/AlfaSlabOne/AlfaSlabOne-Regular.woff2") format("woff2"), url("/Portals/_default/skins/fortlewiscollege-dept/assets/fonts/AlfaSlabOne/AlfaSlabOne-Regular.woff") format("woff"), url("/Portals/_default/skins/fortlewiscollege-dept/assets/fonts/AlfaSlabOne/AlfaSlabOne-Regular.ttf") format("truetype"), url("/Portals/_default/skins/fortlewiscollege-dept/assets/fonts/AlfaSlabOne/AlfaSlabOne-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
/**
  Helper classes and animations to be used.
 */
/*---------- SPACING ----------*/
/*Padding*/
.p0 {
  padding: 0 !important; }

.p1 {
  padding: 1rem; }

.p2 {
  padding: 2rem; }

.p3 {
  padding: 3rem; }

.p4 {
  padding: 4rem; }

.p5 {
  padding: 5rem; }

.p6 {
  padding: 6rem; }

/**@todo add padding-top, padding-bottom, padding-left, padding-righ**/
/*Margin*/
.m0 {
  margin: 0 !important; }

.m1 {
  margin: 1rem; }

.m2 {
  margin: 2rem; }

.m3 {
  margin: 3rem; }

.m4 {
  margin: 4rem; }

.m5 {
  margin: 5rem; }

.m6 {
  margin: 6rem; }

/**@todo add margin-top, margin-bottom, margin-left, margin-righ**/
@-webkit-keyframes loaded {
  from {
    -webkit-transform: translate(0, -4rem);
    -moz-transform: translate(0, -4rem);
    -ms-transform: translate(0, -4rem);
    -o-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
@-moz-keyframes loaded {
  from {
    -webkit-transform: translate(0, -4rem);
    -moz-transform: translate(0, -4rem);
    -ms-transform: translate(0, -4rem);
    -o-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
@-ms-keyframes loaded {
  from {
    -webkit-transform: translate(0, -4rem);
    -moz-transform: translate(0, -4rem);
    -ms-transform: translate(0, -4rem);
    -o-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
@-o-keyframes loaded {
  from {
    -webkit-transform: translate(0, -4rem);
    -moz-transform: translate(0, -4rem);
    -ms-transform: translate(0, -4rem);
    -o-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
@keyframes loaded {
  from {
    -webkit-transform: translate(0, -4rem);
    -moz-transform: translate(0, -4rem);
    -ms-transform: translate(0, -4rem);
    -o-transform: translate(0, -4rem);
    transform: translate(0, -4rem);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden; }
  to {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible; } }
.not-loaded {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.loaded {
  -webkit-animation: loaded 1s;
  -moz-animation: loaded 1s;
  -ms-animation: loaded 1s;
  -o-animation: loaded 1s;
  animation: loaded 1s; }

/* ==========================================================================
   Image settings
   ========================================================================== */
/**/
img {
  max-width: 100%;
  height: auto; }

figure {
  margin: 0 0 1.5rem 0; }
  @media (min-width: 768px) {
    figure.img-align-left {
      float: left;
      margin-right: 1.5rem; } }
  @media (min-width: 768px) {
    figure.img-align-left.img--one-third {
      margin-right: 1.5rem; } }
  figure.img-align-left > img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      figure.img-align-left > img {
        width: inherit; } }
  @media (min-width: 768px) {
    figure.img-align-right {
      float: right;
      margin-left: 1.5rem; } }
  @media (min-width: 768px) {
    figure.img-align-right.img--one-third {
      margin-left: 1.5rem; } }
  figure.img-align-right > img {
    width: 100%;
    height: auto; }
    @media (min-width: 768px) {
      figure.img-align-right > img {
        width: inherit; } }
  figure figcaption {
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.5; }

.main-content figure {
  max-width: 25rem; }

figure.img--video-thumbnail {
  position: relative; }
  figure.img--video-thumbnail::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(15, 15, 15, 0.1) url("../assets/images/play.svg") no-repeat center center;
    background-size: 5rem; }
  figure.img--video-thumbnail:hover {
    cursor: pointer; }

img.obj-fit--cover {
  width: 40rem;
  height: 21rem;
  object-fit: cover; }

/* ==========================================================================
   Button
   ========================================================================== */
/**/
button,
.button {
  -webkit-transition: 0.25s all ease-in-out;
  -moz-transition: 0.25s all ease-in-out;
  -ms-transition: 0.25s all ease-in-out;
  -o-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  border-radius: 2px;
  background-color: #004b8d;
  font-size: 0.9rem;
  font-weight: 600; }
  button:hover,
  .button:hover {
    color: #fff;
    background-color: #0078bd; }
  button.button--rounded,
  .button.button--rounded {
    border-radius: 1.5rem; }
  button.button--outline,
  .button.button--outline {
    color: #004b8d;
    border: 1px solid #004b8d;
    background: #fff; }
    button.button--outline:hover,
    .button.button--outline:hover {
      color: #003d74;
      border-color: #003d74; }
  button.button--text,
  .button.button--text {
    text-decoration: underline;
    text-transform: capitalize;
    color: #484848;
    border: none;
    background: transparent; }
    button.button--text:hover,
    .button.button--text:hover {
      background: #eee; }
  button.button--small,
  .button.button--small {
    padding: 0.5rem 1.5rem; }
  button.button--big,
  .button.button--big {
    padding: 1.5rem 2.5rem; }

.button--cta {
  padding: 0.5rem 1.5rem;
  text-transform: capitalize;
  background: #0078bd;
  font-size: 1rem;
  font-weight: 900; }
  .button--cta:hover, .button--cta:focus {
    background: #004b8d; }

.button--cta-inverted {
  background: #004b8d; }
  .button--cta-inverted:hover {
    background: #0078bd; }

.button--cta-contrast {
  padding: 0.375rem 1.375rem;
  color: #0078bd;
  border: 2px solid #fff;
  background: #fff; }
  .button--cta-contrast:hover {
    color: #fff;
    background: transparent; }

.main-content .button {
  text-transform: unset;
  font-size: 1.125rem; }

/* ==========================================================================
   Link.scss settings
   ========================================================================== */
/**/
a, a:visited {
  -webkit-transition: 0.25s color ease-in-out;
  -moz-transition: 0.25s color ease-in-out;
  -ms-transition: 0.25s color ease-in-out;
  -o-transition: 0.25s color ease-in-out;
  transition: 0.25s color ease-in-out;
  text-decoration: underline;
  color: #004b8d; }
  a:hover, a:visited:hover {
    text-decoration: none;
    color: #666666; }

/* ==========================================================================
   Link.scss settings
   ========================================================================== */
/**/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900; }

.title {
  letter-spacing: 0.2rem;
  line-height: 3.2rem; }
  .title.title--section {
    font-size: 2rem; }
  .title.title--tertiary {
    font-family: "Alfa Slab One", serif; }

.main-content h1 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.125rem;
  color: #0078bd;
  font-family: "Alfa Slab One", serif;
  font-size: 2.5rem;
  line-height: 1.25; }
  .main-content h1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.25rem;
    height: 0.5rem;
    content: "";
    background: #0078bd; }
.main-content h2 {
  position: relative;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  letter-spacing: 0.125rem;
  color: #004b8d;
  font-family: "Alfa Slab One", serif;
  font-size: 2rem;
  line-height: 1.25; }
  .main-content h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 0.5rem;
    content: "";
    background: #004b8d; }
.main-content h3 {
  position: relative;
  padding-bottom: 0.5rem;
  color: #004b8d;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25; }
.main-content h4 {
  font-size: 1.25rem;
  font-weight: 900; }

.title--inbody {
  position: relative;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  hyphens: auto;
  color: #004b8d;
  font-size: 2.5rem;
  line-height: 1.05; }
  @media (min-width: 1200px) {
    .title--inbody {
      hyphens: none; } }
  .title--inbody:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.5rem;
    height: 0.5rem;
    content: "";
    background: #004b8d; }

p,
.text {
  margin-bottom: 1.5rem;
  font-family: "Roboto", sans-serif;
  line-height: 1.5; }
  p:last-child,
  .text:last-child {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    p.text--two-columns,
    .text.text--two-columns {
      column-count: 2;
      column-gap: 2rem; } }

.t-section {
  margin-top: 2.8rem;
  margin-bottom: 2.5rem; }
  .t-section .title {
    position: relative;
    padding-bottom: 0.75rem;
    color: #004b8d;
    font-size: 2rem;
    line-height: 1.05; }
    .t-section .title:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 2.25rem;
      height: 0.5rem;
      content: "";
      background: #004b8d; }
  .t-section p {
    font-size: 1.125rem; }
  .t-section .button--cta {
    background: #004b8d; }
    .t-section .button--cta:hover {
      background: #0078bd; }

.reset {
  margin-bottom: 0; }

.custom-radio {
  position: relative;
  display: block;
  margin-right: 1rem; }
  .custom-radio input[type="radio"] {
    opacity: 0; }
    .custom-radio input[type="radio"] + label {
      font-size: 14px;
      padding-left: 0.5rem;
      margin: 0;
      font-weight: normal;
      cursor: pointer; }
      .custom-radio input[type="radio"] + label::before {
        content: " ";
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        left: 0;
        position: absolute;
        border: 1px solid gray;
        background-color: #fff;
        top: 0;
        bottom: 0;
        margin: auto; }
    .custom-radio input[type="radio"]:checked + label::after {
      content: " ";
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 100%;
      border: 1px solid #004b8d;
      display: block;
      background-color: #004b8d;
      position: absolute;
      left: 4px;
      top: 0;
      bottom: 0;
      margin: auto; }
  .custom-radio input[type="radio"]:focus + label::before {
    outline: #00b894 solid 2px; }

.custom-checkbox [type="checkbox"]:not(:checked), .custom-checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }
.custom-checkbox [type="checkbox"]:not(:checked) + label, .custom-checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.25rem;
  cursor: pointer;
  font-weight: normal; }
.custom-checkbox [type="checkbox"]:not(:checked) + label:before, .custom-checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.875rem;
  height: 0.875rem;
  border: 1px solid #ccc;
  background: #fff;
  line-height: 1; }
.custom-checkbox [type="checkbox"]:not(:checked) + label:after, .custom-checkbox [type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 1px;
  margin: auto;
  height: 11px;
  left: -4px;
  font-size: 1rem;
  transition: all .2s;
  color: #004b8d;
  background: url(/Portals/_default/skins/fortlewiscollege-dept/assets/images/correct-symbol.svg) no-repeat center center;
  width: 1.4rem;
  background-size: 0.65rem; }
.custom-checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }
.custom-checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }
.custom-checkbox input[type="checkbox"]:focus + label::before {
  outline: #00b894 solid 2px; }
.custom-checkbox label {
  margin-bottom: 0; }

/**
  Define the atomic component styling.
 */
/* ==========================================================================
   Preheader
   ========================================================================== */
/**/
.preheader {
  margin-bottom: 0.5rem;
  padding: 0.625rem 0;
  background: #004b8d; }

.preheader__right {
  display: flex;
  justify-content: flex-start; }
  @media (min-width: 992px) {
    .preheader__right {
      justify-content: flex-end; } }
  .preheader__right .toggle {
    line-height: 1; }
  .preheader__right .button {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    font-weight: 400; }
    .preheader__right .button:hover {
      background-color: transparent; }

.toggle--quick-menu {
  margin-left: 1rem;
  padding: 0 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.button--search {
  width: 1rem;
  height: 1rem;
  padding: 0;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/magnifier.svg") no-repeat center;
  background-size: 0.875rem; }

.button--quick-links {
  position: relative; }
  .button--quick-links:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: -1rem;
    width: 1rem;
    height: 1rem;
    content: "";
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/down-arrow-white.svg") no-repeat center;
    background-size: 0.5rem; }

.quick-links {
  display: none;
  height: 100vh;
  margin-top: 1rem; }
  @media (min-width: 1200px) {
    .quick-links {
      height: auto; } }
  .quick-links > .row {
    overflow-y: scroll;
    height: 88vh;
    padding-bottom: 3rem; }
    @media (min-width: 1200px) {
      .quick-links > .row {
        overflow-y: hidden;
        height: auto;
        padding-bottom: 0; } }
  .quick-links .text {
    display: block;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: 600; }

.preheader__search-form {
  position: absolute;
  z-index: 100;
  top: 1.8rem;
  left: 0;
  display: none;
  padding: 1rem 0; }
  @media (min-width: 992px) {
    .preheader__search-form {
      right: 30%;
      left: unset; } }
  .preheader__search-form::before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 0.5rem solid #004b8d;
    border-right: 0.5rem solid transparent;
    border-left: 0.5rem solid transparent;
    top: 0;
    right: 0.8rem;
    content: ""; }
  .preheader__search-form .search-form__close {
    position: absolute;
    top: 50%;
    right: -1.5rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    transform: translate(0, -50%);
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/close.svg") no-repeat center center;
    background-size: 0.75rem; }

.preheader .menu__link:hover, .preheader .menu__link:active {
  text-decoration: underline; }

/**
* Menu styling
**/
.menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif; }
  @media only screen and (min-width: 992px) {
    .menu {
      flex-direction: row; } }
  .menu.menu--vertical {
    flex-direction: column; }
    .menu.menu--vertical .menu__item {
      margin-bottom: 0.15rem; }
  .menu .menu__label {
    margin: 1rem 0;
    text-transform: uppercase;
    color: #a6a6a6;
    font-size: 0.9rem; }
  .menu .menu__item {
    position: relative;
    overflow: visible;
    flex: 0 0 auto;
    margin-right: 0.15rem;
    white-space: unset;
    outline: 0; }
    @media only screen and (min-width: 992px) {
      .menu .menu__item {
        white-space: nowrap; } }
    .menu .menu__item .menu__link {
      -webkit-transition: 0.25s all ease-in-out;
      -moz-transition: 0.25s all ease-in-out;
      -ms-transition: 0.25s all ease-in-out;
      -o-transition: 0.25s all ease-in-out;
      transition: 0.25s all ease-in-out;
      display: block;
      padding: 0.75rem;
      text-decoration: none;
      background: none;
      line-height: 1; }
      .menu .menu__item .menu__link.is-active {
        color: #fff;
        background: #004b8d;
        font-weight: 600; }
    .menu .menu__item > .menu {
      margin: 0.75rem 1.5rem;
      padding-left: 1.5rem;
      border-left: 1px solid #ccc; }

.menu .menu__item--dropdown {
  position: relative; }
  .menu .menu__item--dropdown > .menu__link {
    padding-right: 1.5rem; }
    .menu .menu__item--dropdown > .menu__link > span {
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%);
      position: absolute;
      top: 50%;
      right: 0.25rem;
      width: 1rem;
      height: 1rem;
      content: "";
      background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/down-arrow.svg") no-repeat center;
      background-size: 0.6rem; }
  .menu .menu__item--dropdown > .menu {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    z-index: 1;
    top: 2rem;
    left: 2.5rem;
    visibility: hidden;
    flex-direction: column;
    min-width: 12.5rem;
    margin: 0;
    padding: 0.25rem;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    border: none;
    background: #004b8d; }
    .menu .menu__item--dropdown > .menu .menu__item:last-child .menu__link {
      border-bottom: none; }
    .menu .menu__item--dropdown > .menu .menu__link {
      padding: 0.5rem;
      text-transform: capitalize;
      color: #eee;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      background: none; }
      .menu .menu__item--dropdown > .menu .menu__link:hover, .menu .menu__item--dropdown > .menu .menu__link:focus {
        padding: 0.5rem 0 0.5rem 1rem;
        background: #003c70; }
  @media (min-width: 1200px) {
    .menu .menu__item--dropdown:hover .menu__link > span, .menu .menu__item--dropdown:focus .menu__link > span, .menu .menu__item--dropdown.expanded .menu__link > span {
      top: 30%;
      content: "";
      transform: translateY(0); }
    .menu .menu__item--dropdown:hover > .menu, .menu .menu__item--dropdown:focus > .menu, .menu .menu__item--dropdown.expanded > .menu {
      top: 2.5rem;
      visibility: visible;
      max-height: 20rem;
      transform: scaleY(1);
      opacity: 1; } }
  .menu .menu__item--dropdown.expanded .menu__link > span {
    top: 30%;
    content: "";
    transform: translateY(0); }
  .menu .menu__item--dropdown.expanded > .menu {
    top: 2.375rem;
    visibility: visible;
    max-height: 20rem;
    transform: scaleY(1);
    opacity: 1; }

.menu--main > .menu__item:hover:after, .menu--main > .menu__item:focus:after {
  position: absolute;
  bottom: 0.65rem;
  left: 2.5rem;
  width: 1.65rem;
  height: 0.3125rem;
  content: "";
  background: #004b8d; }
.menu--main > .menu__item > .menu__link {
  max-width: max-content;
  color: #0f0f0f;
  background: none; }
  @media (min-width: 1200px) {
    .menu--main > .menu__item > .menu__link {
      padding: 1rem 0 1rem 2.5rem; } }
  .menu--main > .menu__item > .menu__link:hover {
    color: #004b8d; }
  .menu--main > .menu__item > .menu__link > span {
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/expand.svg") no-repeat center;
    background-size: 0.6rem; }
.menu--main > .menu__item.menu__item--dropdown .menu__link {
  padding-right: 1.25rem; }
.menu--main > .menu__item:hover > .menu__link > span {
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/shrink.svg") no-repeat center;
  background-size: 0.6rem; }

@media (max-width: 1199.98px) {
  .menu--main .menu__item {
    position: relative; }
    .menu--main .menu__item .menu {
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      -ms-transition: all 0s ease-in-out;
      -o-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
      display: none; }
    .menu--main .menu__item:after {
      display: none; }
    .menu--main .menu__item.expanded {
      overflow: hidden; }
      /*.menu--main .menu__item.expanded:after {
        position: absolute;
        top: 2.05rem;
        left: 0.75rem;
        display: block;
        width: 1.65rem;
        height: 0.3125rem;
        content: "";
        background: #004b8d; }*/
      .menu--main .menu__item.expanded > .menu__link > span {
        top: 6.5%; }
      .menu--main .menu__item.expanded .menu {
        position: relative;
        top: 0;
        left: 0.75rem;
        display: block; } }

.menu--preheader-left .menu {
  padding: 0; }
.menu--preheader-left .menu__item:last-child .menu__link {
  margin-right: 0; }
  .menu--preheader-left .menu__item:last-child .menu__link::after {
    display: none; }
.menu--preheader-left .menu__item .menu__link {
  position: relative;
  margin-right: 0.5rem;
  padding: 0;
  color: #ffd883;
  font-size: 0.9rem; }
  .menu--preheader-left .menu__item .menu__link:after {
    position: absolute;
    right: -0.35rem;
    width: 1px;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.2); }
  .menu--preheader-left .menu__item .menu__link:hover, .menu--preheader-left .menu__item .menu__link:focus {
    text-decoration: underline; }

.menu--quicklinks .menu__item .menu__link {
  padding: 0.5rem 0.25rem;
  color: #fff;
  font-size: 0.9rem; }
  .menu--quicklinks .menu__item .menu__link:hover {
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    background: #003c70; }

.menu--sm-preheader {
  margin: 1rem 0 1rem 0;
  padding: 1.25rem 0;
  border-top: 1px solid #a6a6a6;
  border-bottom: 1px solid #a6a6a6; }
  .menu--sm-preheader .menu__item .menu__link {
    text-transform: capitalize; }

/**
* Navbar styling.
**/
.navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center; }
  .navbar .navbar__branding {
    flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 992px) {
      .navbar .navbar__branding {
        flex: 0 0 32rem;
        max-width: 32rem; } }
  .navbar .navbar__collapse {
    display: none; }
    @media only screen and (min-width: 992px) {
      .navbar .navbar__collapse {
        display: flex;
        flex: 1 1 60rem;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        margin-top: -1.75rem; } }
    .navbar .navbar__collapse.is-open {
      display: block;
      overflow: hidden;
      width: 100%;
      height: 100vh;
      margin: 1rem 0; }
    .navbar .navbar__collapse .navbar__collapse__item {
      margin-top: 1rem;
      margin-bottom: 1rem; }
      @media only screen and (min-width: 992px) {
        .navbar .navbar__collapse .navbar__collapse__item {
          margin-top: 0;
          margin-bottom: 0; } }

.navbar-toggler {
  position: relative;
  display: block;
  width: 3.25rem;
  height: 3.25rem;
  margin-left: -1rem;
  cursor: pointer;
  color: #484848;
  border: 1px solid #f5f5f5;
  background: none; }
  @media only screen and (min-width: 75rem) {
    .navbar-toggler {
      display: none; } }
  .navbar-toggler span {
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: absolute;
    left: 50%;
    display: block;
    width: 1.5rem;
    height: 2px;
    transform-origin: center;
    background-color: #fff; }
    .navbar-toggler span:nth-child(1) {
      top: calc(50% - 0.5rem); }
    .navbar-toggler span:nth-child(2) {
      top: calc(50% - 1px); }
    .navbar-toggler span:nth-child(3) {
      top: calc(50% + 6px); }
  .navbar-toggler.is-open span:nth-child(1) {
    -webkit-transform: translate(-50%, 9px) rotate(45deg);
    -moz-transform: translate(-50%, 9px) rotate(45deg);
    -ms-transform: translate(-50%, 9px) rotate(45deg);
    -o-transform: translate(-50%, 9px) rotate(45deg);
    transform: translate(-50%, 9px) rotate(45deg); }
  .navbar-toggler.is-open span:nth-child(2) {
    opacity: 0; }
  .navbar-toggler.is-open span:nth-child(3) {
    -webkit-transform: translate(-50%, -5px) rotate(-45deg);
    -moz-transform: translate(-50%, -5px) rotate(-45deg);
    -ms-transform: translate(-50%, -5px) rotate(-45deg);
    -o-transform: translate(-50%, -5px) rotate(-45deg);
    transform: translate(-50%, -5px) rotate(-45deg); }

.breadcrumb > nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #ccc; }

.b-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center; }

.b-menu__item {
  position: relative;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem; }
  .b-menu__item:after {
    position: absolute;
    top: 50%;
    right: -0.5rem;
    width: 1rem;
    height: 1rem;
    content: "";
    transform: translateY(-50%);
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/breadcrumb-nav.svg") no-repeat center center;
    background-size: 0.5rem; }
  .b-menu__item:last-child {
    font-weight: 600; }
    .b-menu__item:last-child:after {
      background: none; }
  .b-menu__item.b-menu__item--first {
    line-height: 0; }
  .b-menu__item > .b-menu__link {
    text-decoration: underline; }

/**
  Define the module styling to create the skeleton the theme.
 */
/**
* Grid styling
**/
/**
* Form styling
**/
.form {
  position: relative;
  display: block;
  overflow: inherit; }
  .form .form__item {
    display: block;
    clear: both;
    margin-bottom: 1.25rem; }
    .form .form__item label {
      display: block;
      margin-bottom: 0.25rem;
      color: #484848;
      font-weight: 900; }
  .form .form__input {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    padding: 0.25rem 0.5rem;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1; }
  .form input[type="text"],
  .form .form__textarea {
    width: 100%;
    max-width: 100%;
    color: #0f0f0f;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: none; }
  .form .form__textarea {
    min-height: 7.5rem;
    max-height: 37.5rem; }
  .form .form__radio,
  .form .form__checkbox {
    font-weight: 400 !important; }
    .form .form__radio input,
    .form .form__checkbox input {
      position: relative;
      display: inline-block;
      cursor: pointer;
      line-height: 1.25; }
  .form.form--inline {
    display: inline-flex; }
    .form.form--inline > .form__item {
      margin-right: 1rem;
      margin-bottom: 0; }
    .form.form--inline button,
    .form.form--inline .button {
      margin-bottom: 0; }

.form--search {
  display: flex;
  flex-flow: row nowrap; }
  .form--search .form__item {
    height: 2rem;
    margin-bottom: 0; }
    .form--search .form__item .form__input,
    .form--search .form__item .button--submit {
      box-sizing: border-box;
      height: 2rem; }
  .form--search .button--submit {
    padding: 0.52rem; }
    .form--search .button--submit:hover {
      background: #0078bd; }

/**
* Table styling
*/
.DnnModule-DNN_HTML table, .DnnModule-2sxc table {
  overflow-x: scroll;
  overflow-y: hidden;
  max-width: 100%;
  margin-bottom: 1.2rem;
  table-layout: auto;
  background: #eee; }
  @media (min-width: 992px) {
    .DnnModule-DNN_HTML table, .DnnModule-2sxc table {
      overflow-x: initial; } }
  .DnnModule-DNN_HTML table::-webkit-scrollbar, .DnnModule-2sxc table::-webkit-scrollbar {
    height: 0.5rem;
    background-color: #edf6fb; }
  .DnnModule-DNN_HTML table::-webkit-scrollbar-thumb, .DnnModule-2sxc table::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #004b8d; }
  .DnnModule-DNN_HTML table thead, .DnnModule-2sxc table thead {
    background: #eee; }
  .DnnModule-DNN_HTML table tr th,
  .DnnModule-DNN_HTML table tr td, .DnnModule-2sxc table tr th,
  .DnnModule-2sxc table tr td {
    padding: 1.25rem 0.5rem; }
  .DnnModule-DNN_HTML table thead, .DnnModule-2sxc table thead {
    color: #fff;
    background: #004b8d; }
    .DnnModule-DNN_HTML table thead th, .DnnModule-2sxc table thead th {
      min-width: 8rem;
      padding: 0.75rem 1rem;
      text-align: center;
      border-right: 0.125rem solid #fff;
      border-bottom: 0.125rem solid #fff;
      font-size: 1.125rem;
      font-weight: 600;
      line-height: 1; }
  .DnnModule-DNN_HTML table tbody td, .DnnModule-2sxc table tbody td {
    min-width: 8rem;
    padding: 0.75rem 1rem;
    text-align: left;
    border-right: 0.125rem solid #fff;
    border-bottom: 0.125rem solid #fff;
    line-height: 1; }

/**
* Block styling
**/
.block {
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 1rem;
  border: 1px solid #eee; }
  .block .block__title {
    background: #eee;
    padding: 1rem; }
  .block .block__content {
    border-top: none;
    padding: 1rem; }

/**
* Article styling
**/
.article {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  margin-top: -1.25rem;
  margin-right: -1.25rem;
  margin-bottom: 1.25rem;
  margin-left: -1.25rem;
  position: relative;
  margin: 0 0 0.75rem 0 !important;
  padding-bottom: 0.75rem;
  border-bottom: 1px dotted #ccc; }
  @media only screen and (min-width: 40rem) {
    .article {
      flex-flow: row nowrap; } }
  @media only screen and (min-width: 40rem) {
    .article .article__media {
      max-width: 30%;
      margin-right: 1.75rem; } }
  .article .article__media figure {
    margin: 0 !important;
    padding: 0 !important; }
  .article .article__content {
    flex: 1 1 auto; }
    .article .article__content .article__title {
      margin: 0 0 0.5rem; }
    .article .article__content .article__meta {
      margin-bottom: 0.875rem;
      opacity: 0.75;
      font-size: 0.9rem; }

.s-card {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 100%; }
  @media (min-width: 1200px) {
    .s-card {
      width: 25rem; } }
  .s-card .s-card__image {
    height: 95px;
    max-width: 5.75rem;
    margin-bottom: 1rem; }
  .s-card .s-card__figure {
    font-family: "Alfa Slab One", serif;
    font-size: 3.75rem;
    line-height: 1; }
  .s-card .s-card__subtext {
    font-size: 1.2rem; }

.accordion .item {
  margin-bottom: 0.25rem; }
  .accordion .item .heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem;
    cursor: pointer;
    color: #004b8d;
    background-color: #dcdcdc;
    font-size: 1.25rem; }
    .accordion .item .heading > span:first-child {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      font-weight: 600; }
    .accordion .item .heading .icon {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 1.5rem;
      margin-right: 0.5rem;
      padding-left: 1rem;
      border-left: 2px solid #edf6fb; }
    .accordion .item .heading i {
      display: inline-block;
      width: 0.8rem;
      height: 0.8rem;
      padding: 0.1875rem;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border: solid #004b8d;
      border-width: 0 0.125rem 0.125rem 0;
      font-size: 1rem; }
  .accordion .item .content {
    display: none;
    padding: 15px;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #f5f5f5;
    line-height: 30px; }
  .accordion .item.open i {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-color: #fff; }
  .accordion .item.open > .heading {
    color: #fff;
    background-color: #004b8d; }
    .accordion .item.open > .heading > span:first-child {
      font-weight: 900; }

.tabs-wrapper .tabs {
  display: none; }
  @media (min-width: 992px) {
    .tabs-wrapper .tabs {
      display: flex;
      margin: 0;
      padding: 0;
      list-style: none; }
      .tabs-wrapper .tabs .tab {
        margin-right: 0.3125rem;
        padding: 0.5rem 1rem;
        cursor: pointer;
        color: #004b8d;
        background-color: #dcdcdc;
        font-size: 1.25rem;
        font-weight: 600; }
        .tabs-wrapper .tabs .tab.active, .tabs-wrapper .tabs .tab:hover {
          color: #fff;
          background-color: #004b8d; } }
.tabs-wrapper .tab_container {
  border: none; }
  @media (min-width: 992px) {
    .tabs-wrapper .tab_container {
      border: 0.0625rem solid #6c6c6c; } }
  .tabs-wrapper .tab_container .item {
    margin-bottom: 0.25rem; }
    @media (min-width: 992px) {
      .tabs-wrapper .tab_container .item {
        margin-bottom: 0; } }
    .tabs-wrapper .tab_container .item .tab_drawer_heading {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.625rem;
      cursor: pointer;
      color: #004b8d;
      background-color: #dcdcdc;
      font-size: 1.25rem;
      font-weight: 600; }
      @media (min-width: 992px) {
        .tabs-wrapper .tab_container .item .tab_drawer_heading {
          display: none; } }
      .tabs-wrapper .tab_container .item .tab_drawer_heading .icon {
        display: flex;
        align-items: center;
        height: 1.5rem;
        margin-right: 0.5rem;
        padding-left: 1rem;
        border-left: 0.0625rem solid #edf6fb; }
      .tabs-wrapper .tab_container .item .tab_drawer_heading i {
        display: inline-block;
        width: 0.65rem;
        height: 0.65rem;
        padding: 0.1875rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid #004b8d;
        border-width: 0 0.125rem 0.125rem 0;
        font-size: 1rem; }
    .tabs-wrapper .tab_container .item.open .tab_drawer_heading {
      color: #fff;
      background-color: #004b8d; }
      .tabs-wrapper .tab_container .item.open .tab_drawer_heading > span:first-child {
        font-weight: 600; }
    .tabs-wrapper .tab_container .item.open i {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-color: #fff; }
  @media (min-width: 992px) {
    .tabs-wrapper .tab_container .tab_content {
      display: none; } }
  .tabs-wrapper .tab_container .tab_content .tab-contents-wrapper {
    padding: 1.25rem;
    border: 0.0625rem solid #ccc;
    background-color: #eee; }
    @media (min-width: 992px) {
      .tabs-wrapper .tab_container .tab_content .tab-contents-wrapper {
        border: none; } }
    .tabs-wrapper .tab_container .tab_content .tab-contents-wrapper .tab-description {
      padding-right: 0;
      padding-bottom: 1.25rem;
      font: 1rem "Roboto", sans-serif;
      line-height: 1.875rem; }
      @media (min-width: 992px) {
        .tabs-wrapper .tab_container .tab_content .tab-contents-wrapper .tab-description {
          padding-right: 1.25rem;
          padding-bottom: 0; } }

.factoids__wrapper {
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
  color: #fff;
  background-color: #004b8d; }
  .factoids__wrapper .title {
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1; }

.factoids__wrapper.white,
.main-content__area .factoids.white,
.factoids.white .swiper-wrapper {
  color: #004b8d;
  background-color: #fff; }

.factoids.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #004b8d; }

.factoids.white .swiper-pagination-bullet {
  border-color: #004b8d; }

.factoids .swiper-button-prev.white {
  background-color: transparent;
  background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/left-arrow-blue.svg"); }

.factoids .swiper-button-next.white {
  background-color: transparent;
  background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue-sm.svg"); }

.figures:before {
  background-image: linear-gradient(to bottom, transparent 25%, #fff 0%); }

.factoids__items {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .factoids__items .factoid__item {
      position: relative; }
      .factoids__items .factoid__item:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 2px;
        height: 5.85rem;
        content: "";
        transform: translateY(-50%);
        background: #0078bd; }
      .factoids__items .factoid__item:last-child:after {
        display: none; } }
  .factoids__items .s-card {
    margin: auto;
    text-align: center;
    line-height: 1.25; }
  .factoids__items .swiper-button-next {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.5rem; }
  .factoids__items .swiper-button-prev {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/left-arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.5rem; }
  .factoids__items .swiper-pagination {
    bottom: 0; }
    .factoids__items .swiper-pagination .swiper-pagination-bullet {
      width: 1rem;
      height: 1rem;
      opacity: 1;
      border: 1px solid #fff;
      background: transparent; }
      .factoids__items .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }

.s-card__title {
  margin-bottom: 2rem;
  font-size: 2.5rem; }

.factoids {
  position: relative;
  overflow: hidden;
  max-width: 74rem;
  margin: auto;
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .factoids .swiper-button-next {
    top: 60%;
    right: 0;
    background-position: center;
    background-color: #004b8d;
    background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow.svg");
    background-repeat: no-repeat;
    background-size: 3.5rem; }
  .factoids .swiper-button-prev {
    top: 60%;
    left: 0;
    background-position: center;
    background-color: #004b8d;
    background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/left-arrow.svg");
    background-repeat: no-repeat;
    background-size: 3.5rem; }
  .factoids .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    border: 1px solid #fff;
    background: transparent; }
    .factoids .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #fff; }

.contact__wrapper .container {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  background-color: #f9f9f9; }
  .contact__wrapper .container .label-heading {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 900; }
  .contact__wrapper .container .input-field {
    width: 100%;
    padding: 0.375rem; }
    @media (min-width: 992px) {
      .contact__wrapper .container .input-field {
        width: 50%; } }
  .contact__wrapper .container #message {
    width: 100%;
    height: 200px; }
  .contact__wrapper .container .form-item {
    padding-bottom: 1rem; }
    .contact__wrapper .container .form-item:nth-child(7) {
      padding-bottom: 0; }
    .contact__wrapper .container .form-item .custom-select {
      position: relative;
      width: 100%; }
      @media (min-width: 992px) {
        .contact__wrapper .container .form-item .custom-select {
          width: 50%; } }
      .contact__wrapper .container .form-item .custom-select select {
        width: 100%;
        background: #fff url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/down-arrow.svg") no-repeat calc(100% - 10px);
        background-size: 0.825rem 0.825rem;
        -webkit-appearance: none; }
      .contact__wrapper .container .form-item .custom-select:after {
        position: absolute;
        z-index: 9999;
        top: 7px;
        right: 35px;
        width: 1px;
        height: 65%;
        content: "";
        background-color: #ccc; }
    .contact__wrapper .container .form-item input[type="text"]::placeholder,
    .contact__wrapper .container .form-item input[type="email"]::placeholder,
    .contact__wrapper .container .form-item input[type="phone"]::placeholder {
      color: #0f0f0f; }
    .contact__wrapper .container .form-item #message {
      padding: 0.625rem; }
      .contact__wrapper .container .form-item #message::placeholder {
        color: #000; }
  .contact__wrapper .container .submit__wrapper {
    text-align: right; }
  .contact__wrapper .container .submit {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    padding: 0.5rem 1rem;
    color: #fff;
    border: none;
    background-color: #004b8d;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 900; }
    .contact__wrapper .container .submit:hover {
      background: #0078bd; }

/**
  Define the styling of the semantic components.
 */
header .navbar__collapse__item {
  margin-left: auto; }

.header {
  position: fixed;
  z-index: 100000 !important;
  top: 0;
  width: 100%;
  background: #fff; }
  @media (min-width: 992px) {
    .header {
      position: absolute;
      z-index: 100;
      top: -8.64375rem;
      width: 100%; } }
  .header.scrolled {
    position: fixed;
    top: 0; }
    @media (min-width: 992px) {
      .header.scrolled {
        top: -2.4375rem; } }

#main {
  margin-top: 8.64375rem;
  z-index: 1;
  position: relative; }

.main-content {
  display: block;
  margin: 2rem auto; }
  @media (min-width: 1200px) {
    .main-content {
      display: flex; } }
  .main-content p,
  .main-content li {
    font-family: "Roboto", sans-serif; }
  .main-content .main-content__sidebar {
    width: 320px; }
    @media (max-width: 991.98px) {
      .main-content .main-content__sidebar {
        width: 100%; } }
  .main-content .main-content__area {
    flex: 1;
    padding-left: 1.5rem; }
    @media (max-width: 991.98px) {
      .main-content .main-content__area {
        padding-left: 0; } }

.demo-section {
  margin: 0 0 4rem 0; }

.callout {
  position: relative;
  width: 100%;
  height: 17.35rem;
  margin-bottom: 1.5rem;
  background: transparent url("../assets/images/gr-8.png") repeat-x center center;
  background-size: contain; }
  @media (min-width: 576px) {
    .callout {
      float: right;
      width: 28rem;
      height: 21.5rem;
      margin-bottom: 0;
      margin-left: 1.5rem;
      background: transparent url("../assets/images/gr-8.png") repeat-x center bottom;
      background-size: cover; } }
  .callout .callout__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 80%;
    padding: 2rem 1rem;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff; }
    .callout .callout__text .title {
      margin-bottom: 0.5rem;
      font-family: "Alfa Slab One", serif;
      font-size: 1.5rem;
      line-height: 1; }
      @media (min-width: 576px) {
        .callout .callout__text .title {
          font-size: 2rem; } }
    .callout .callout__text .subtitle {
      margin-top: 1rem;
      margin-bottom: 1rem;
      font-family: "Roboto", sans-serif;
      font-size: 1.9rem;
      font-weight: 600;
      line-height: 1; }
      @media (min-width: 576px) {
        .callout .callout__text .subtitle {
          margin-top: 1.5rem;
          margin-bottom: 1.5rem;
          font-size: 2.5rem; } }
    .callout .callout__text .footer {
      max-width: 60%;
      margin: auto;
      font-family: "Roboto", sans-serif;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1; }
      @media (min-width: 992px) {
        .callout .callout__text .footer {
          font-size: 1.5rem; } }

.fw-strip {
  background: #0078bd url("../assets/images/video-tour.png") repeat-x bottom center;
  background-size: 150%; }
  .fw-strip > .container {
    padding-top: 5rem;
    padding-bottom: 5rem; }
  .fw-strip .fw-strip__media {
    position: relative;
    overflow: hidden;
    height: 25rem; }
    .fw-strip .fw-strip__media:before {
      position: absolute;
      z-index: 10;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      content: "";
      transform: translate(-50%, -50%);
      background: rgba(15, 15, 15, 0.25) url("../assets/images/play.svg") no-repeat center center;
      background-size: 6rem; }
    .fw-strip .fw-strip__media:hover {
      cursor: pointer; }
      .fw-strip .fw-strip__media:hover img {
        transform: scale(1.1); }
    .fw-strip .fw-strip__media img {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .fw-strip .fw-strip__content {
    text-align: center; }
    .fw-strip .fw-strip__content h3 {
      letter-spacing: 0.125rem;
      color: #fff;
      font-family: "Alfa Slab One", serif;
      font-size: 2.75rem; }
    .fw-strip .fw-strip__content h4 {
      color: #fff;
      font-size: 1.75rem; }
    .fw-strip .fw-strip__content .button--cta {
      margin-top: 1.25rem;
      color: #0078bd;
      border: 2px solid #fff;
      background: #fff; }
      .fw-strip .fw-strip__content .button--cta:hover {
        color: #fff;
        background: transparent; }

.living-options {
  display: grid;
  padding: 3rem 1rem 3rem;
  grid-gap: 0.0625rem; }
  @media (min-width: 992px) {
    .living-options {
      padding-right: 0;
      padding-left: 0;
      grid-template-columns: 1.2fr 1.625rem 1fr 1fr 1fr; } }
  .living-options .living-options__head {
    margin-bottom: 1rem;
    grid-column: 1; }
    .living-options .living-options__head h2 {
      position: relative;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      letter-spacing: 0.125rem;
      color: #004b8d;
      font-family: "Alfa Slab One", serif;
      font-size: 1.85rem;
      line-height: 1.25; }
      .living-options .living-options__head h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.75rem;
        height: 0.5rem;
        content: "";
        background: #004b8d; }
    .living-options .living-options__head p {
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem; }
    .living-options .living-options__head .button--cta {
      background: #004b8d; }
      .living-options .living-options__head .button--cta:hover {
        background: #0078bd; }
  .living-options .living-options__item {
    position: relative;
    overflow: hidden;
    height: 16rem; }
    @media (min-width: 992px) {
      .living-options .living-options__item:nth-child(2) {
        grid-column: 3; }
      .living-options .living-options__item:nth-child(3) {
        grid-column: 4; }
      .living-options .living-options__item:last-child {
        grid-column: 5; } }
    .living-options .living-options__item:hover img {
      transform: scale(1.1); }
    .living-options .living-options__item img {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .living-options .living-options__item .item__overlay {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      position: absolute;
      top: 78%;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 1rem 2rem;
      text-align: center;
      color: #fff;
      background: rgba(0, 120, 189, 0.95); }
      .living-options .living-options__item .item__overlay h5 {
        font-family: "Roboto", sans-serif;
        font-size: 1.25rem;
        font-weight: 900; }
      .living-options .living-options__item .item__overlay p {
        visibility: hidden;
        opacity: 0; }
    .living-options .living-options__item:hover {
      cursor: pointer; }
      .living-options .living-options__item:hover .item__overlay {
        top: 0;
        padding: 4rem 2rem; }
        .living-options .living-options__item:hover .item__overlay p {
          visibility: visible;
          opacity: 1; }

.community {
  position: relative;
  padding-top: 18rem;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/Green_Mountain_BG.png") repeat-x top center; }
  .community:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, transparent 0%, #849242 0%); }

.community__grid {
  display: flex;
  padding: 5rem 0 3rem; }
  @media (max-width: 991.98px) {
    .community__grid {
      flex-direction: column; } }
  .community__grid .community__head {
    margin-bottom: 1.5rem;
    flex: 1; }
    @media (min-width: 992px) {
      .community__grid .community__head {
        margin-bottom: 0; } }
    .community__grid .community__head h2 {
      position: relative;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      letter-spacing: 0.125rem;
      color: #fff;
      font-family: "Alfa Slab One", serif;
      font-size: 1.85rem;
      line-height: 1.25; }
      .community__grid .community__head h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.75rem;
        height: 0.5rem;
        content: "";
        background: #fff; }
    .community__grid .community__head p {
      color: #fff;
      font-family: "Roboto", sans-serif;
      font-size: 0.875rem; }
    .community__grid .community__head .button--cta {
      color: #849242;
      border: 2px solid #fff;
      background: #fff; }
      .community__grid .community__head .button--cta:hover {
        color: #fff;
        background: transparent; }
  .community__grid .community__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff; }
    @media (min-width: 992px) {
      .community__grid .community__item:nth-child(3) {
        padding-left: 1rem;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        grid-column: 4; }
      .community__grid .community__item:last-child {
        padding-left: 1rem;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        grid-column: 5; } }
    .community__grid .community__item h5 {
      width: 100%;
      font-family: "Roboto", sans-serif;
      font-size: 1.65rem;
      font-weight: 900;
      line-height: 1.25; }
    .community__grid .community__item p {
      white-space: normal;
      display: flex;
      width: 100%; }
    .community__grid .community__item ul {
      width: 100%; }
    .community__grid .community__item .cta {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      display: inline-block;
      padding-right: 1rem;
      color: #fff;
      background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-heavy.svg") no-repeat right center;
      background-size: 0.75rem;
      font-family: "Roboto", sans-serif;
      font-size: 1rem;
      font-weight: 900;
      line-height: 2; }
      .community__grid .community__item .cta:hover {
        padding-right: 1.25rem; }

.figures {
  margin: 3rem 0 0;
  padding-bottom: 2rem !important; }

.cards {
  padding: 3rem 0;
  background: #edf6fb; }

.cards__grid {
  display: flex; }
  @media (max-width: 991.98px) {
    .cards__grid {
      flex-direction: column; } }
  .cards__grid .cards__head {
    padding-right: 1rem;
    flex: 1; }
    @media (max-width: 991.98px) {
      .cards__grid .cards__head {
        padding-right: 0;
        margin-bottom: 1.25rem; } }
    .cards__grid .cards__head h2 {
      position: relative;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      letter-spacing: 0.125rem;
      color: #0078bd;
      font-family: "Alfa Slab One", serif;
      font-size: 1.85rem;
      line-height: 1.25; }
      .cards__grid .cards__head h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.75rem;
        height: 0.5rem;
        content: "";
        background: #0078bd; }
    .cards__grid .cards__head p {
      font-size: 0.875rem; }
  .cards__grid .cards__item {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 16.5rem;
    padding: 2rem;
    text-align: center;
    color: #fff;
    background: #004b8d;
    flex: 1;
    margin-right: 1.25rem; }
    @media (max-width: 991.98px) {
      .cards__grid .cards__item {
        margin-right: 0;
        margin-bottom: 1.25rem; } }
    .cards__grid .cards__item:last-child {
      margin-right: 0; }
    .cards__grid .cards__item h3 {
      font-family: "Roboto", sans-serif;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 1; }
    .cards__grid .cards__item p {
      padding-bottom: 2.75rem;
      font-size: 0.875rem;
      width: 100%; }
    .cards__grid .cards__item .button--cta {
      position: absolute;
      bottom: 2rem;
      border: 2px solid #fff;
      background: #004b8d;
      margin: 0 auto;
      left: 0;
      right: 0;
      width: 200px;
      white-space: nowrap; }
      .cards__grid .cards__item .button--cta:hover {
        color: #004b8d;
        background: #fff; }

.main-content__area .factoids {
  max-width: 54rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  color: #fff;
  background: #004b8d; }
  @media (min-width: 992px) {
    .main-content__area .factoids {
      padding-top: inherit;
      padding-bottom: 2rem; } }
  .main-content__area .factoids .factoid__item {
    width: 30%; }
  .main-content__area .factoids .s-card {
    width: 15rem; }
    @media (min-width: 992px) {
      .main-content__area .factoids .s-card {
        width: 9rem; } }
  .main-content__area .factoids .swiper-button-prev {
    left: 0.75rem; }
  .main-content__area .factoids .swiper-button-next {
    right: 0.75rem; }
  .main-content__area .factoids .s-card__title {
    color: #fff;
    font-family: "Roboto", sans-serif; }

.hero {
  max-height: 20rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero .hero__content {
    padding-top: 6rem;
    padding-bottom: 2rem;
    text-align: left;
    color: #fff; }
    @media (min-width: 768px) {
      .hero .hero__content {
        max-width: 45rem;
        padding-bottom: 18rem; } }
  .hero.hero--front {
    max-height: none;
    background: #f5f5f5 url("../assets/images/m-hero.jpg") no-repeat center center;
    background-size: cover; }
    @media (min-width: 768px) {
      .hero.hero--front {
        background: #f5f5f5 url("../assets/images/hero.jpg") no-repeat center center;
        background-size: cover; } }
    .hero.hero--front .hero__content {
      padding-top: 6rem;
      padding-bottom: 2rem;
      text-align: center;
      color: #004b8d; }
      @media (min-width: 768px) {
        .hero.hero--front .hero__content {
          max-width: none;
          padding-bottom: 18rem; } }
  .hero.hero--landing {
    max-height: 20rem;
    background: #f5f5f5 url("../assets/images/landing-hero.jpg") no-repeat center center;
    background-size: cover; }
    .hero.hero--landing .hero__content {
      text-align: left;
      color: #fff; }

.hero__title {
  letter-spacing: 0.171875rem;
  hyphens: auto;
  font-family: "Alfa Slab One", serif;
  font-size: 2.75rem;
  line-height: 1.25; }
  @media (min-width: 992px) {
    .hero__title {
      hyphens: none; } }
  @media (max-width: 991.98px) {
    .hero__title {
      font-size: 2.5rem; } }

.hero__subtitle {
  font-size: 1.65rem; }

.hero__banner-cta {
  margin-top: 12rem; }
  @media (min-width: 768px) {
    .hero__banner-cta {
      margin-top: 2rem; } }
  .hero__banner-cta .button {
    display: block;
    max-width: max-content;
    margin: 0 auto 1rem auto; }
    @media (min-width: 576px) {
      .hero__banner-cta .button {
        display: inline-block;
        margin: 0 0.125rem; } }

.hero--front-v2 {
  position: relative;
  overflow: hidden;
  max-height: unset; }
  .hero--front-v2 video {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    transform: translateX(-50%) translateY(-50%); }
  .hero--front-v2 .hero__content {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #fff; }
    @media (min-width: 768px) {
      .hero--front-v2 .hero__content {
        max-width: none;
        padding-bottom: 18rem; } }
    .hero--front-v2 .hero__content .hero__banner-cta {
      margin-top: 4rem; }
  .hero--front-v2 .button {
    padding: 0.375rem 1.375rem;
    color: #0078bd;
    border: 2px solid #fff;
    background: #fff; }
    .hero--front-v2 .button:visited {
      color: #0078bd; }
    .hero--front-v2 .button:hover {
      color: #fff;
      background: transparent; }

.highlighted {
  padding-top: 4.72rem;
  text-align: center;
  color: #fff;
  background: #0078bd; }

.highlighted__prefix {
  max-width: 75rem;
  margin: 0 auto 3rem auto;
  padding: 0 2rem; }
  .highlighted__prefix .text--l {
    font-size: 1.13rem; }

.highlighted__figures,
.figures {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 2rem;
  color: #fff;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/mountain-bg-mobile.png") repeat-x center top;
  background-size: 100%; }
  @media (min-width: 768px) {
    .highlighted__figures,
    .figures {
      padding-bottom: 6rem;
      background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/mountain-bg.png") repeat-x center top; } }
  .highlighted__figures:before,
  .figures:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, transparent 25%, #004b8d 0%); }
  .highlighted__figures .swiper,
  .figures .swiper {
    padding-top: 2rem;
    text-align: center;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .highlighted__figures .swiper,
      .figures .swiper {
        padding-top: 5rem; } }
    .highlighted__figures .swiper > .title,
    .figures .swiper > .title {
      position: relative;
      z-index: 1;
      margin-bottom: 2rem;
      font-size: 3rem;
      font-weight: 300; }
      @media (min-width: 768px) {
        .highlighted__figures .swiper > .title,
        .figures .swiper > .title {
          font-size: 2rem; } }

.insta-feed {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  text-align: center; }
  .insta-feed > .title {
    color: #0078bd;
    line-height: 1.25; }
  .insta-feed .insta-feed__handle {
    display: inline-flex;
    justify-content: center;
    padding-left: 2.25rem;
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/instagram.svg") no-repeat center left;
    background-size: 2rem;
    font-weight: 600;
    line-height: 3; }
    .insta-feed .insta-feed__handle a:hover {
      color: #0078bd; }

.feed-swiper {
  position: relative;
  overflow: hidden; }
  .feed-swiper .swiper-button-next,
  .feed-swiper .swiper-button-prev {
    top: 50%;
    transform: translate(0, -50%);
    background: #0f0f0f; }
  .feed-swiper .swiper-button-disabled {
    opacity: 0; }
  .feed-swiper .swiper-button-next {
    right: 0;
    border-top-left-radius: 4rem;
    border-bottom-left-radius: 4rem;
    background: #0f0f0f url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow.svg") no-repeat center right;
    background-size: 1rem; }
  .feed-swiper .swiper-button-prev {
    left: 0;
    border-top-right-radius: 4rem;
    border-bottom-right-radius: 4rem;
    background: #0f0f0f url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/left-arrow.svg") no-repeat center left;
    background-size: 1rem; }

.i-item {
  position: relative; }
  .i-item > .i-item__link img {
    width: 100%;
    height: auto; }
  .i-item:hover {
    cursor: pointer; }
    .i-item:hover .i-item__hover,
    .i-item:hover .hover-wrapper {
      visibility: visible;
      opacity: 1; }
  .i-item .i-item__hover {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #fff;
    background: rgba(15, 15, 15, 0.4); }
  .i-item .hover-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    visibility: hidden;
    transform: translate(-50%, -50%);
    opacity: 0;
    font-size: 1.05rem;
    font-weight: 900; }
  .i-item .like,
  .i-item .comments {
    display: inline-block;
    padding-left: 1.5rem;
    line-height: 1.5; }
  .i-item .like {
    background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/like.svg");
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 1.25rem; }
  .i-item .comments {
    margin-left: 1rem;
    background-image: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/comment.svg");
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    background-size: 1.25rem; }

.events {
  margin-bottom: 3rem;
  padding: 5rem 0 10rem 0;
  background: #004b8d url("../assets/images/layer-bg.png") no-repeat 100% 100.05%;
  background-size: 55rem auto; }
  .events .title {
    margin-bottom: 3rem;
    text-align: center;
    color: #fff; }

.e-item-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: center;
  max-width: 75rem;
  margin: auto;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 992px) {
    .e-item-wrapper {
      flex-flow: row wrap;
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (min-width: 1200px) {
    .e-item-wrapper {
      flex-flow: row nowrap;
      padding-right: 0;
      padding-left: 0; } }
  .e-item-wrapper > .e-item {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin-bottom: 2rem; }
    @media (min-width: 992px) {
      .e-item-wrapper > .e-item {
        flex: 0 0 22rem;
        max-width: 22rem;
        margin-right: 5.5rem;
        padding-right: 2.5rem;
        border-right: 1px solid rgba(0, 120, 189, 0.5); } }
    .e-item-wrapper > .e-item:last-child {
      margin-right: 0;
      padding-right: 0;
      border-right: none; }
  .e-item-wrapper .e-item__date-box {
    position: relative;
    flex: 0 0 3.75rem;
    max-width: 3.75rem;
    height: 5.25rem;
    margin-right: 1rem;
    text-align: center;
    color: #fff;
    border: 2px solid #fff; }
  .e-item-wrapper .e-item__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background: #003c70;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5; }
  .e-item-wrapper .e-item__month {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    line-height: 1.8; }
  @media (min-width: 992px) {
    .e-item-wrapper .e-item__meta {
      flex: 0 0 13.25rem;
      max-width: 13.25rem; } }
  .e-item-wrapper .e-item__meta a {
    color: #fff; }
  .e-item-wrapper .e-item__title a:hover {
    text-decoration: underline; }

.event__footer {
  margin-top: 2rem;
  text-align: center; }
  .event__footer .button--cta {
    color: #fff; }
    .event__footer .button--cta:hover, .event__footer .button--cta:focus {
      color: #004b8d;
      background: #fff; }

.stories {
  max-width: 75rem;
  margin: auto;
  padding-bottom: 3rem; }
  .stories > .title {
    margin-bottom: 2rem;
    text-align: center;
    color: #0078bd; }

.f-story {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start; }

.f-story__image {
  flex: 0 0 100%; }
  @media (min-width: 992px) {
    .f-story__image {
      flex: 0 0 28.75rem;
      max-width: 28.75rem;
      margin-right: 1rem; } }

.f-story__info {
  display: flex;
  flex: 0 0 24rem;
  flex: 0 0 100%;
  flex-wrap: wrap;
  margin-top: 1rem;
  margin-bottom: 3rem; }
  @media (min-width: 992px) {
    .f-story__info {
      flex: 0 0 28.75rem;
      max-width: 28.75rem;
      margin-top: 1rem;
      margin-bottom: 1rem; } }
  @media (min-width: 1200px) {
    .f-story__info {
      flex: 0 0 24rem;
      max-width: 24rem;
      margin-top: 0;
      margin-bottom: 0; } }

.f-story__title {
  flex: 0 0 100%;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.25; }

.f-story__summary {
  flex: 0 0 100%;
  align-self: flex-start;
  margin-top: 0;
  font-family: "Roboto", sans-serif; }
  @media (min-width: 1200px) {
    .f-story__summary {
      margin-top: -2rem; } }

.f-story__link {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  align-self: flex-end;
  padding-right: 1rem;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/d-arrow.svg") no-repeat center right;
  background-size: 0.75rem;
  font-weight: 900;
  line-height: 2; }
  .f-story__link:hover {
    padding-right: 1.25rem; }

.s-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 1200px) {
    .s-wrapper {
      flex-flow: row nowrap;
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .s-wrapper {
      flex-flow: row nowrap;
      padding-right: 1rem;
      padding-left: 1rem; } }

.f-story-tab {
  flex: 0 0 45%; }
  @media (min-width: 1200px) {
    .f-story-tab {
      flex: 0 0 18rem; } }

.f-story-tab__tablinks,
.f-story-tab__navlinks {
  position: relative;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  text-align: left;
  text-transform: none;
  color: #0f0f0f;
  border-left: 3px solid rgba(166, 166, 166, 0.5);
  border-radius: 0;
  background: none;
  font-size: 1rem;
  font-weight: 600; }
  .f-story-tab__tablinks:before,
  .f-story-tab__navlinks:before {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid rgba(166, 166, 166, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    left: 0;
    content: ""; }
  .f-story-tab__tablinks:hover, .f-story-tab__tablinks.active,
  .f-story-tab__navlinks:hover,
  .f-story-tab__navlinks.active {
    text-decoration: underline;
    color: #004b8d;
    border-color: #004b8d;
    background: none; }
    .f-story-tab__tablinks:hover:before, .f-story-tab__tablinks.active:before,
    .f-story-tab__navlinks:hover:before,
    .f-story-tab__navlinks.active:before {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      content: "";
      border-top: 0.5rem solid transparent;
      border-bottom: 0.5rem solid transparent;
      border-left: 0.5rem solid #004b8d; }

.f-story-tab__navlinks {
  display: block;
  padding: 1rem 2rem; }

.stories__footer {
  margin: 2rem 0 0; }

.f-event {
  position: relative;
  padding: 5rem 0;
  background: #fdbb2e url("../assets/images/Yellow@3x.png") repeat;
  background-size: contain; }

.f-event__speaker {
  position: relative;
  padding-bottom: 0.5rem;
  color: #004b8d;
  font-family: "Alfa Slab One", serif;
  font-size: 2rem; }
  .f-event__speaker::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2rem;
    height: 0.5rem;
    content: "";
    background: #004b8d; }

.f-event__meta {
  margin: 0.5rem 0;
  color: #004b8d;
  font-size: 1.65rem;
  font-weight: 400; }

.f-event__summary {
  margin-bottom: 2.5rem;
  color: #004b8d;
  font-size: 1.25rem; }
  @media (min-width: 992px) {
    .f-event__summary {
      margin-top: 1.5rem; } }

.f-event__cta .button--cta {
  background: #004b8d; }
  .f-event__cta .button--cta:hover, .f-event__cta .button--cta:focus {
    background: #0078bd; }

.f-event__mobile-cta {
  margin-top: 2rem; }
  .f-event__mobile-cta .button--cta {
    background: #004b8d; }

.footer__highlighted {
  padding: 6rem 0;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/footer_banner.jpg") no-repeat center calc(50% - 0.75rem);
  background-size: cover; }
  .footer__highlighted > .container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .footer__highlighted > .container {
        flex-flow: row nowrap; } }

.footer__highlighted__content {
  flex: 1 0 auto;
  align-self: center;
  text-align: center; }
  .footer__highlighted__content .title {
    color: #fff;
    font-size: 2.75rem; }
  .footer__highlighted__content .text {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.65rem; }

.footer__highlighted__cta {
  display: flex;
  flex: 0 0 12rem;
  flex-flow: column nowrap; }
  .footer__highlighted__cta .button--cta {
    width: fit-content;
    margin-right: auto;
    margin-bottom: 0.5rem;
    margin-left: auto;
    padding-right: 3rem;
    text-align: left;
    background: #0078bd url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-heavy.svg") no-repeat 90% center;
    background-size: 1.5rem;
    font-size: 1.65rem;
    font-weight: 400; }
    @media (min-width: 992px) {
      .footer__highlighted__cta .button--cta {
        margin-right: 0;
        margin-left: 0; } }
    .footer__highlighted__cta .button--cta:hover {
      background-color: #004b8d;
      background-position-x: 95%; }

@media (min-width: 1200px) {
  .go {
    position: relative;
    overflow: hidden;
    height: 65vh; }
    .go .go__image {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }
      .go .go__image > img {
        height: 100%;
        object-fit: cover; }
    .go .go__text {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 70%;
      height: 100%;
      background: #004b8d;
      line-height: 0.8; }
    .go .go__text__g,
    .go .go__text__o {
      position: absolute;
      color: #0078bd;
      font-family: "Alfa Slab One", serif; }
    .go .go__text__g {
      top: -10%;
      left: -20%;
      font-size: 62vw; }
    .go .go__text__o {
      top: -10%;
      right: -20%;
      font-size: 65vw; }
    .go .go__content {
      position: absolute;
      z-index: 10;
      top: 50%;
      right: 20%;
      width: 35vw;
      padding: 0;
      transform: translateY(-50%);
      color: #fff; }
      .go .go__content > .title {
        text-align: right;
        font-family: "Alfa Slab One", serif;
        font-size: 2vw;
        line-height: 110%; }
      .go .go__content .go__content__wrap {
        width: 15vw;
        margin-left: auto;
        padding-left: 1rem;
        font-size: 1.15vw; }
      .go .go__content .button--cta {
        color: #0078bd;
        background: #fff;
        font-size: 1.15vw; }
        .go .go__content .button--cta:hover {
          color: #004b8d; } }
@media (max-width: 1199.98px) {
  .go {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: -1px;
    background: #004b8d; }
    .go .go__image {
      position: relative;
      z-index: 1; }
      .go .go__image > img {
        width: 100%;
        max-height: 20rem;
        object-fit: cover; }
    .go .go__text__g,
    .go .go__text__o {
      position: absolute;
      width: 50%;
      color: #0078bd;
      font-family: "Alfa Slab One", serif;
      line-height: 0.8; }
    .go .go__text__g {
      left: -5%;
      font-size: 72vw; }
    .go .go__text__o {
      right: -5%;
      font-size: 72vw; }
    .go .go__content {
      position: relative;
      z-index: 10;
      padding-top: 40%;
      padding-right: 1rem;
      padding-left: 1rem;
      color: #fff; }
      .go .go__content .title {
        margin-bottom: 2rem;
        font-size: 2rem; }
      .go .go__content .go__content__wrap {
        max-width: 70%;
        margin-bottom: 3rem;
        font-size: 120%; } }

.go__content__wrap .go__cta .button {
  color: #0078bd;
  border: 2px solid #fff;
  background: #fff; }
  .go__content__wrap .go__cta .button:hover {
    color: #fff;
    background: transparent; }

.section__cafeteria {
  margin: 5rem auto; }
  .section__cafeteria .cafeteria-wrapper {
    display: flex;
    flex-flow: column nowrap; }
    @media (min-width: 1200px) {
      .section__cafeteria .cafeteria-wrapper {
        flex-flow: row nowrap; } }
  .section__cafeteria .cafeteria__section_title {
    position: relative;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    color: #0078bd;
    font-family: "Alfa Slab One", serif;
    font-size: 2.5rem;
    line-height: 1; }
    @media (min-width: 768px) {
      .section__cafeteria .cafeteria__section_title {
        margin-bottom: 2.4rem; } }
    .section__cafeteria .cafeteria__section_title:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 2.75rem;
      height: 0.5rem;
      content: "";
      background: #0078bd; }
  @media (min-width: 768px) {
    .section__cafeteria .cafeteria-tab {
      flex: 0 0 20rem; } }
  .section__cafeteria .cafeteria-tab ul {
    padding: 0; }
  .section__cafeteria .cafeteria-tab .cafeteria-tab__tablinks {
    -webkit-transition: margin-left 0.25s ease-in-out;
    -moz-transition: margin-left 0.25s ease-in-out;
    -ms-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
    margin-bottom: 0.125rem;
    margin-left: 1rem;
    padding: 0.65rem;
    color: #000;
    background-color: #dcdcdc;
    font-size: 1.5rem; }
    .section__cafeteria .cafeteria-tab .cafeteria-tab__tablinks.active, .section__cafeteria .cafeteria-tab .cafeteria-tab__tablinks:hover, .section__cafeteria .cafeteria-tab .cafeteria-tab__tablinks:focus {
      margin-left: 0;
      cursor: pointer;
      color: #fff;
      background: #004b8d url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-heavy.svg") no-repeat center right;
      background-size: 1rem;
      font-weight: 600; }
    .section__cafeteria .cafeteria-tab .cafeteria-tab__tablinks:last-child {
      margin-bottom: 0; }
  .section__cafeteria .cafeteria-content {
    height: 100%; }
    @media (min-width: 768px) {
      .section__cafeteria .cafeteria-content.active {
        display: block !important; } }
  .section__cafeteria .cafeteria {
    display: flex;
    flex-flow: column nowrap;
    height: 100%; }
    @media (min-width: 1200px) {
      .section__cafeteria .cafeteria {
        flex-flow: row nowrap; } }
    .section__cafeteria .cafeteria .cafeteria__info {
      flex: 0 0 21.5rem;
      padding: 1rem 0 1rem;
      color: #fff;
      background-color: #004b8d;
      font-size: 1.25rem; }
      @media (min-width: 1200px) {
        .section__cafeteria .cafeteria .cafeteria__info {
          padding: 10px 0 10px 10px; } }
      .section__cafeteria .cafeteria .cafeteria__info .cafeteria__details {
        margin-bottom: 2rem; }
        .section__cafeteria .cafeteria .cafeteria__info .cafeteria__details > span {
          display: block;
          padding: 0.5rem 1rem;
          background-color: rgba(0, 120, 189, 0.35);
          font-size: 1.5rem;
          font-weight: 900;
          line-height: 1; }
        .section__cafeteria .cafeteria .cafeteria__info .cafeteria__details > div {
          padding: 0.5rem 1rem;
          font-family: "Roboto", sans-serif;
          font-size: 1.125rem; }
      .section__cafeteria .cafeteria .cafeteria__info .cafeteria__weekly_menu > span {
        display: block;
        padding: 0.5rem 1rem;
        background-color: rgba(0, 120, 189, 0.35);
        font-size: 1.5rem;
        font-weight: 900;
        line-height: 1; }
      .section__cafeteria .cafeteria .cafeteria__info .cafeteria__weekly_menu .week_days,
      .section__cafeteria .cafeteria .cafeteria__info .cafeteria__weekly_menu .week_ends {
        padding: 0.5rem 1rem;
        font-family: "Roboto", sans-serif;
        font-size: 1.125rem; }
        .section__cafeteria .cafeteria .cafeteria__info .cafeteria__weekly_menu .week_days > span,
        .section__cafeteria .cafeteria .cafeteria__info .cafeteria__weekly_menu .week_ends > span {
          font-weight: 600; }
    .section__cafeteria .cafeteria .cafeteria__image {
      width: 100%; }
      .section__cafeteria .cafeteria .cafeteria__image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
  .section__cafeteria .tabs {
    display: none; }
    @media (min-width: 768px) {
      .section__cafeteria .tabs {
        display: inherit;
        margin: 0;
        padding: 0;
        list-style: none; }
        .section__cafeteria .tabs .tab {
          cursor: pointer;
          color: #0f0f0f;
          background-color: #dcdcdc; }
          .section__cafeteria .tabs .tab.active, .section__cafeteria .tabs .tab:hover {
            color: #fff;
            background-color: #004b8d; } }
  .section__cafeteria .tab_container .item {
    margin-bottom: 0.25rem; }
    @media (min-width: 992px) {
      .section__cafeteria .tab_container .item {
        margin-bottom: 0; } }
    .section__cafeteria .tab_container .item .tab_drawer_heading {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0.625rem;
      cursor: pointer;
      color: #004b8d;
      background-color: #dcdcdc;
      font-size: 1.25rem;
      font-weight: 600; }
      @media (min-width: 768px) {
        .section__cafeteria .tab_container .item .tab_drawer_heading {
          display: none; } }
      .section__cafeteria .tab_container .item .tab_drawer_heading .icon {
        display: flex;
        align-items: center;
        height: 1.5rem;
        margin-right: 0.5rem;
        padding-left: 1rem;
        border-left: 0.0625rem solid #edf6fb; }
      .section__cafeteria .tab_container .item .tab_drawer_heading i {
        display: inline-block;
        width: 0.65rem;
        height: 0.65rem;
        padding: 0.1875rem;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border: solid #004b8d;
        border-width: 0 0.125rem 0.125rem 0;
        font-size: 1rem; }
    .section__cafeteria .tab_container .item.open .tab_drawer_heading {
      color: #fff;
      background-color: #004b8d; }
      .section__cafeteria .tab_container .item.open .tab_drawer_heading > span:first-child {
        font-weight: 600; }
    .section__cafeteria .tab_container .item.open i {
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      border-color: #fff; }
  .section__cafeteria .tab_container .tab_content {
    opacity: 1 !important; }
    @media (min-width: 768px) {
      .section__cafeteria .tab_container .tab_content {
        display: none; } }

.a-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .a-menu .a-menu__item {
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    width: max-content;
    padding-left: 1rem;
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat center left;
    background-size: 0.5rem;
    font-weight: 400; }
    .a-menu .a-menu__item:hover {
      padding-left: 1.25rem; }
      .a-menu .a-menu__item:hover .a-menu__link {
        color: #004b8d;
        font-weight: 900; }
  .a-menu .a-menu__cta {
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -ms-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    width: max-content;
    margin-top: 0.75rem;
    padding-right: 1rem;
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/d-arrow.svg") no-repeat center right;
    background-size: 0.5rem;
    font-weight: 600; }
    .a-menu .a-menu__cta:hover {
      padding-right: 1.15rem;
      text-decoration: underline; }
      .a-menu .a-menu__cta:hover .a-menu__link {
        color: #004b8d; }

.u-highlighted {
  position: relative;
  padding-top: 30rem;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/Mountain-Pattern-BG-min.png") repeat-x center top; }
  .u-highlighted::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, transparent 35%, #155097 0%); }
    @media (min-width: 768px) {
      .u-highlighted::before {
        background-image: linear-gradient(to bottom, transparent 30%, #155097 0%); } }
    @media (min-width: 992px) {
      .u-highlighted::before {
        background-image: linear-gradient(to bottom, transparent 60%, #155097 0%); } }

.u-highlighted__wrapper {
  position: relative;
  display: flex;
  padding-bottom: 5rem; }
  @media (max-width: 991.98px) {
    .u-highlighted__wrapper {
      flex-direction: column; } }
  .u-highlighted__wrapper .u-highlighted__card {
    color: #fff;
    flex: 1; }
    @media (min-width: 992px) {
      .u-highlighted__wrapper .u-highlighted__card {
        padding-right: 3rem; } }
    @media (max-width: 991.98px) {
      .u-highlighted__wrapper .u-highlighted__card {
        margin-bottom: 3rem; } }
    .u-highlighted__wrapper .u-highlighted__card h2 {
      position: relative;
      padding-bottom: 0.5rem;
      font-family: "Alfa Slab One", serif;
      font-size: 2.5rem;
      line-height: 1.24; }
      .u-highlighted__wrapper .u-highlighted__card h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.5rem;
        height: 0.5rem;
        content: "";
        background: #fff; }
  .u-highlighted__wrapper .u-highlighted__video {
    flex: 1; }
    .u-highlighted__wrapper .u-highlighted__video .video-wrap {
      position: relative; }
      .u-highlighted__wrapper .u-highlighted__video .video-wrap > img {
        width: 100%; }
      .u-highlighted__wrapper .u-highlighted__video .video-wrap::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(15, 15, 15, 0.1) url("../assets/images/play.svg") no-repeat center center;
        background-size: 5rem; }
  .u-highlighted__wrapper .button--cta {
    color: #004b8d;
    border: 2px solid #fff;
    background: #fff; }
    .u-highlighted__wrapper .button--cta:hover {
      color: #fff;
      background: transparent; }

.student-research {
  padding: 6rem 0 0;
  background: #0078bd; }

.sr-wrapper {
  display: flex;
  margin-bottom: 5rem;
  color: #fff; }
  @media (max-width: 991.98px) {
    .sr-wrapper {
      flex-direction: column; } }
  .sr-wrapper .sr-left {
    flex: 0 0 60%;
    padding-right: 2rem; }
    @media (max-width: 991.98px) {
      .sr-wrapper .sr-left {
        padding-right: 0;
        margin-bottom: 3rem; } }
    .sr-wrapper .sr-left h2 {
      position: relative;
      padding-bottom: 0.5rem;
      font-family: "Alfa Slab One", serif;
      font-size: 2.5rem;
      line-height: 1.24; }
      .sr-wrapper .sr-left h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 1.5rem;
        height: 0.5rem;
        content: "";
        background: #fff; }
    .sr-wrapper .sr-left .sr-left__icon {
      float: left;
      overflow: hidden;
      margin-right: 2rem;
      margin-bottom: 2rem;
      padding-top: 2rem; }
    .sr-wrapper .sr-left .sr-left__content {
      overflow: unset;
      padding-top: 2rem; }
      @media (min-width: 992px) {
        .sr-wrapper .sr-left .sr-left__content {
          overflow: hidden; } }
      .sr-wrapper .sr-left .sr-left__content .button--cta {
        color: #0078bd;
        border: 2px solid #fff;
        background: #fff; }
        .sr-wrapper .sr-left .sr-left__content .button--cta:hover {
          color: #fff;
          background: none; }
  .sr-wrapper .sr-right {
    flex: 0 0 40%; }
    .sr-wrapper .sr-right img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.student-testimonial {
  position: relative;
  padding-top: 8rem;
  background: #0078bd url("../assets/images/Mountain.png") repeat-x top center;
  background-size: 200%; }
  @media (min-width: 992px) {
    .student-testimonial {
      padding-top: 15rem;
      background-size: 100%; } }
  .student-testimonial::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, transparent 20%, #fff 0%); }
    @media (min-width: 992px) {
      .student-testimonial::before {
        background-image: linear-gradient(to bottom, transparent 40%, #fff 0%); } }

.t-wrapper {
  position: relative;
  display: flex;
  padding-bottom: 4rem;
  background: #fff; }
  @media (max-width: 991.98px) {
    .t-wrapper {
      flex-direction: column; } }
  .t-wrapper .t-image {
    text-align: right;
    width: 225px; }
    @media (max-width: 991.98px) {
      .t-wrapper .t-image {
        margin-bottom: 3rem; } }
    .t-wrapper .t-image .t-image__wrapper {
      position: relative;
      width: 12rem;
      height: 12rem; }
      .t-wrapper .t-image .t-image__wrapper img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover; }
      .t-wrapper .t-image .t-image__wrapper:after {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: -4.5rem;
        content: "\"";
        color: #fdbb30;
        font-family: "Alfa Slab One", serif;
        font-size: 18.75rem;
        line-height: 0; }
  .t-wrapper .t-content {
    font-size: 1.5rem;
    flex: 1; }
  .t-wrapper .t-content__footer {
    text-align: right;
    color: #004b8d;
    font-size: 1rem;
    font-style: italic; }
    .t-wrapper .t-content__footer .name {
      font-weight: 900; }
    .t-wrapper .t-content__footer .des {
      font-weight: 400; }

.career-service {
  overflow: hidden;
  padding-bottom: 6.5rem; }
  .career-service h2 {
    position: relative;
    padding-bottom: 0.5rem;
    color: #0078bd;
    font-family: "Alfa Slab One", serif;
    font-size: 2.5rem; }
    .career-service h2:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 1.5rem;
      height: 0.5rem;
      content: "";
      background: #0078bd; }
  .career-service ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .career-service ul li {
      position: relative;
      width: max-content;
      margin-bottom: 0.5rem;
      padding-left: 1rem;
      background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/right-arrow-blue.svg") no-repeat left center;
      background-size: 0.5rem;
      font-weight: 400; }
      .career-service ul li:hover {
        font-weight: 600; }

.about-history {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0; }
  @media (min-width: 992px) {
    .about-history {
      padding-bottom: 5rem; } }
  .about-history .about-history__content {
    margin-bottom: 2rem;
    padding-right: 1rem;
    padding-left: 1rem; }
    @media (min-width: 992px) {
      .about-history .about-history__content {
        flex: 0 0 40rem;
        max-width: 40rem;
        margin-bottom: 0;
        padding-right: 0;
        padding-left: 0; } }
  .about-history .about-history__bg {
    position: relative;
    width: 100%;
    height: 20rem;
    background: #fff url("../assets/images/history.jpg") no-repeat center right;
    background-size: cover; }
    @media (min-width: 992px) {
      .about-history .about-history__bg {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        height: 100%; } }

.about-durango {
  margin-bottom: 3rem;
  padding: 5rem 0 10rem 0;
  background: #0078bd url("../assets/images/layer-bg.png") no-repeat 100% 100.05%;
  background-size: 55rem auto; }

.about-durango__grid {
  display: grid;
  color: #fff;
  grid-gap: 2rem; }
  @media (min-width: 1200px) {
    .about-durango__grid {
      grid-gap: 1.25rem;
      grid-template-columns: 35rem 40rem; } }
  .about-durango__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .about-durango__grid .title {
    margin-bottom: 2rem;
    color: #fff; }
    .about-durango__grid .title::after {
      background: #fff; }

.initiatives {
  display: grid;
  min-height: 32rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 1200px) {
    .initiatives {
      grid-template-columns: repeat(3, 1fr); } }
  .initiatives > .initiative__grid-col:first-child {
    grid-column: 1/-1; }
    @media (min-width: 1200px) {
      .initiatives > .initiative__grid-col:first-child {
        grid-column: 1/1; } }
  .initiatives > .initiative__grid-col img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.leadership {
  position: relative;
  padding-top: 15rem;
  padding-bottom: 5rem;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/Mountain-Pattern-BG-min.png") repeat-x center top; }
  .leadership::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: linear-gradient(to bottom, transparent 35%, #155097 0%); }
    @media (min-width: 768px) {
      .leadership::before {
        background-image: linear-gradient(to bottom, transparent 45%, #155097 0%); } }
    @media (min-width: 1200px) {
      .leadership::before {
        background-image: linear-gradient(to bottom, transparent 60%, #155097 0%); } }

.leader__grid {
  position: relative;
  display: grid;
  min-height: 30rem;
  grid-gap: 1.25rem; }
  @media (min-width: 1200px) {
    .leader__grid {
      grid-template-columns: 1fr 35rem; } }
  .leader__grid .leader__grid__col {
    position: relative;
    min-height: 18rem; }
    .leader__grid .leader__grid__col .top,
    .leader__grid .leader__grid__col .bottom {
      position: absolute;
      width: 14rem;
      height: 14rem;
      border: 0.5rem solid #fdbb30; }
      @media (min-width: 768px) {
        .leader__grid .leader__grid__col .top,
        .leader__grid .leader__grid__col .bottom {
          width: 18rem;
          height: 18rem; } }
      @media (min-width: 1200px) {
        .leader__grid .leader__grid__col .top,
        .leader__grid .leader__grid__col .bottom {
          width: 24rem;
          height: 24rem; } }
      .leader__grid .leader__grid__col .top img,
      .leader__grid .leader__grid__col .bottom img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .leader__grid .leader__grid__col .top {
      top: 0;
      left: 0; }
    .leader__grid .leader__grid__col .bottom {
      right: 0;
      bottom: 0; }
  .leader__grid .leader__grid__col--content {
    padding-top: 2rem;
    color: #fff; }
    @media (min-width: 1200px) {
      .leader__grid .leader__grid__col--content {
        padding-top: 5.5rem; } }
    .leader__grid .leader__grid__col--content .title {
      margin-bottom: 2rem;
      color: #fff; }
      .leader__grid .leader__grid__col--content .title:after {
        background: #fff; }
    .leader__grid .leader__grid__col--content ul {
      margin: 0 0 2rem 0;
      padding: 0;
      list-style: none; }
      .leader__grid .leader__grid__col--content ul li {
        margin-bottom: 0.25rem;
        padding-left: 1.25rem;
        background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/tick.svg") no-repeat left center;
        background-size: 0.75rem; }

.event-space {
  padding: 5rem 0 10rem 0;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/light-blue-layer.png") no-repeat 100% 100.05%;
  background-size: 55rem auto; }

.event-space__grid {
  display: grid;
  grid-gap: 2.5rem; }
  @media (min-width: 1200px) {
    .event-space__grid {
      grid-gap: 1.25rem;
      grid-template-columns: 40rem 35rem; } }
  .event-space__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.commit {
  padding: 5rem 0;
  background: #edf6fb; }

.commit__grid {
  display: grid;
  grid-gap: 2.5rem; }
  @media (min-width: 1200px) {
    .commit__grid {
      grid-gap: 1.25rem;
      grid-template-columns: 40rem 35rem; } }
  .commit__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.p-highlighted {
  padding-bottom: 0 !important; }
  .p-highlighted:before {
    background-image: linear-gradient(to bottom, transparent 20%, #004b8d 0%); }
  .p-highlighted .container {
    padding-top: 4rem; }
    @media (min-width: 1200px) {
      .p-highlighted .container {
        padding-bottom: 6rem; } }
    .p-highlighted .container .col-sm-3 {
      padding-top: 3rem;
      padding-bottom: 3rem; }
      .p-highlighted .container .col-sm-3.p-highlight__even {
        background: #0078bd; }
  .p-highlighted .title {
    position: relative;
    font-size: 2.5rem; }
    @media (min-width: 1200px) {
      .p-highlighted .title {
        margin-bottom: 3rem; } }

.p-highlight__even h3,
.p-highlight__odd h3 {
  font-size: 1.5rem;
  line-height: 1.25; }

.p-prospect {
  display: flex;
  overflow: hidden;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 0; }
  @media (min-width: 1200px) {
    .p-prospect {
      flex-flow: row nowrap; } }
  .p-prospect .p-prospect__left,
  .p-prospect .p-prospect__right {
    position: relative;
    flex: 0 0 100%;
    max-width: none;
    padding: 2.5rem 0;
    background: #f2f2f2; }
    @media (min-width: 1200px) {
      .p-prospect .p-prospect__left,
      .p-prospect .p-prospect__right {
        flex: 0 0 50%;
        max-width: 50%; } }
    .p-prospect .p-prospect__left .title,
    .p-prospect .p-prospect__right .title {
      font-size: 2.5rem; }
  .p-prospect .p-prospect__right {
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/FLC_Graduation-4-27-19-5134-min.jpg") no-repeat center center;
    background-size: cover; }
    .p-prospect .p-prospect__right:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      background: rgba(15, 15, 15, 0.8); }
  .p-prospect .p-prospect__content {
    max-width: 35rem;
    padding: 2rem 0; }
  .p-prospect .p-prospect__left .p-prospect__content {
    padding-right: 1rem;
    padding-left: 1rem; }
    @media (min-width: 1200px) {
      .p-prospect .p-prospect__left .p-prospect__content {
        margin-right: 3rem;
        margin-left: auto;
        padding-right: 0;
        padding-left: 0; } }
  .p-prospect .p-prospect__right .p-prospect__content {
    position: relative;
    z-index: 10;
    margin-right: 1rem;
    margin-left: 1rem;
    padding-right: 3rem;
    padding-left: 3rem;
    text-align: center;
    color: #fff;
    background: #0078bd; }
    @media (min-width: 1200px) {
      .p-prospect .p-prospect__right .p-prospect__content {
        margin-right: auto;
        margin-left: 3rem; } }
    .p-prospect .p-prospect__right .p-prospect__content .title {
      margin-bottom: 1.5rem; }

.p-logos {
  position: relative;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem; }

.p-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  height: 7.5rem;
  margin: auto;
  color: #fff;
  border-radius: 50%;
  background: #767676;
  font-size: 0.875rem;
  font-weight: 600; }

.p-join {
  position: relative;
  height: 30rem;
  background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/Image-min_1440x_1_optimized.jpg") no-repeat center center;
  background-size: cover; }

.p-join__content {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 80%;
  padding: 1.5rem 2rem 2rem;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background: #004b8d; }
  @media (min-width: 1200px) {
    .p-join__content {
      min-width: 52rem; } }
  .p-join__content .title {
    font-size: 2.5rem; }

.p-projects {
  padding-top: 3.25rem;
  padding-bottom: 2.35rem; }

.p-project__spotlight {
  position: relative;
  padding-top: 8rem; }
  @media (min-width: 1200px) {
    .p-project__spotlight {
      padding-top: 4.25rem; } }
  .p-project__spotlight .callout {
    width: 100%;
    height: 28rem;
    margin-right: 4.5rem;
    margin-left: 0;
    background-position: 50% 50%;
    background-size: 105% 105%; }
    @media (min-width: 1200px) {
      .p-project__spotlight .callout {
        width: 32rem;
        height: 26.5rem; } }
    .p-project__spotlight .callout .callout__text {
      text-align: left; }
      @media (min-width: 1200px) {
        .p-project__spotlight .callout .callout__text {
          left: 14.5rem;
          width: 80%;
          padding-left: 1.5rem; } }
    .p-project__spotlight .callout .title {
      width: 50%;
      margin-bottom: 1.5rem;
      font-size: 2.5rem; }
  .p-project__spotlight .spotlight {
    position: absolute;
    top: -1.5rem;
    right: -0.5rem; }
    @media (min-width: 1200px) {
      .p-project__spotlight .spotlight {
        top: -0.5rem;
        right: 2.5rem; } }
    .p-project__spotlight .spotlight .spotlight__wrapper {
      position: relative; }
      .p-project__spotlight .spotlight .spotlight__wrapper:after {
        position: absolute;
        z-index: 10;
        right: 0;
        bottom: -4.5rem;
        content: "\"";
        color: #fdbb30;
        font-family: "Alfa Slab One", serif;
        font-size: 18.75rem;
        line-height: 0; }
      .p-project__spotlight .spotlight .spotlight__wrapper > img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -o-object-fit: cover;
        object-fit: cover; }
  .p-project__spotlight .link {
    display: inline-block;
    width: max-content;
    margin-top: 0.75rem;
    padding-right: 1rem;
    transition: 0.25s all ease-in-out;
    background: url("/Portals/_default/skins/fortlewiscollege-dept/assets/images/d-arrow.svg") no-repeat center right;
    background-size: 0.5rem;
    font-weight: 600; }

.p-spot {
  margin-top: 5rem; }
  .p-spot .title {
    margin-bottom: 2rem;
    color: #004b8d;
    font-size: 2.5rem; }
    @media (min-width: 1200px) {
      .p-spot .title {
        text-align: center; } }

.p-unit {
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .p-unit .col-12:first-child {
    margin-bottom: 2rem; }

.p-community .community__item {
  justify-content: flex-start;
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (max-width: 991.98px) {
    .p-community .community__item {
      margin-bottom: 3rem; }
      .p-community .community__item:last-child {
        margin-bottom: 0; } }

.main-content__sidebar .block--sidebar {
  position: relative;
  padding: 1.125rem;
  border: none;
  background: #edf6fb; }
  .main-content__sidebar .block--sidebar .expand {
    position: absolute;
    top: 1.8rem;
    right: 2.125rem;
    display: block; }
    @media (min-width: 576px) {
      .main-content__sidebar .block--sidebar .expand {
        display: none; } }
    .main-content__sidebar .block--sidebar .expand:after {
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      content: "";
      border-top: 0.5rem solid #004b8d;
      border-right: 0.5rem solid transparent;
      border-left: 0.5rem solid transparent; }
.main-content__sidebar .block__title {
  position: relative;
  margin-bottom: 0;
  padding: 0 0 0.5rem 0;
  color: #004b8d;
  background: none;
  font-family: "Alfa Slab One", serif;
  font-size: 1.5rem;
  font-weight: 900; }
  .main-content__sidebar .block__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.75rem;
    height: 0.45rem;
    content: "";
    background: #004b8d; }
.main-content__sidebar .block__content {
  z-index: 100;
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 35rem;
  margin-top: 1.75rem;
  padding-top: 0; }
  .main-content__sidebar .block__content::-webkit-scrollbar {
    width: 0.25rem;
    background-color: transparent; }
  .main-content__sidebar .block__content::-webkit-scrollbar-thumb {
    background: #004b8d; }
.main-content__sidebar .menu--sidebar .bc a, .main-content__sidebar .menu--sidebar .bc a:hover {
  background: #004b8d;
  color: #fff; }
.main-content__sidebar .menu--sidebar .menu__link {
  margin-left: -0.5rem;
  padding: 0.5rem;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400; }
  .main-content__sidebar .menu--sidebar .menu__link.active, .main-content__sidebar .menu--sidebar .menu__link:focus {
    color: #fff;
    background: #004b8d;
    font-weight: 600; }
    .main-content__sidebar .menu--sidebar .menu__link.active:hover, .main-content__sidebar .menu--sidebar .menu__link:focus:hover {
      text-decoration: underline;
      color: #fff; }
  .main-content__sidebar .menu--sidebar .menu__link:hover {
    text-decoration: underline;
    color: #004b8d; }
.main-content__sidebar .menu--sidebar .menu__item--expanded > .menu__link {
  font-family: "Roboto", sans-serif;
  font-weight: 900; }
.main-content__sidebar .menu--sidebar .menu__item--expanded .menu {
  margin: 0 0 1rem 0;
  border-left: none; }

.footer .footer__area {
  background: #004b8d url("../assets/images/moubg.png") repeat-x center bottom;
  background-size: contain;
  color: #fff;
  padding-top: 3rem; }
  .footer .footer__area .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .footer .footer__area .container .grid__item {
      margin-bottom: 2rem; }
    .footer .footer__area .container a {
      color: #fff;
      font-size: 0.875rem;
      text-transform: none;
      padding: 0; }
    .footer .footer__area .container .grid__item--address,
    .footer .footer__area .container .grid__item--admin {
      flex: 0 0 100%; }
    .footer .footer__area .container .grid__item--media-kit,
    .footer .footer__area .container .grid__item--tools {
      flex: 0 0 100%; }
    .footer .footer__area .container .grid__item--address a.grid__item--address__contact-admission {
      display: block;
      margin-top: 1rem;
      padding-left: 1.5rem;
      color: #fff;
      background: url(/Portals/_default/skins/fortlewiscollege-dept/assets/images/mail.svg) no-repeat center left;
      background-size: 1rem;
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1; }
    .footer .footer__area .container .grid__item--address .contact-info {
      display: flex;
      margin-bottom: 1rem;
      font-size: 0.875rem;
      flex-wrap: wrap; }
      .footer .footer__area .container .grid__item--address .contact-info span {
        display: block; }
      .footer .footer__area .container .grid__item--address .contact-info .contact-info__address {
        padding-left: 1.2rem;
        color: #fff;
        background: url(/Portals/_default/skins/fortlewiscollege-dept/assets/images/marker.svg) no-repeat top left;
        background-size: 1rem;
        font-weight: 400;
        flex: 0 0 100%;
        margin-bottom: 1.25rem; }
        @media (min-width: 576px) {
          .footer .footer__area .container .grid__item--address .contact-info .contact-info__address {
            flex: 0 0 45%;
            margin-bottom: 0; } }
      .footer .footer__area .container .grid__item--address .contact-info .contact-info__number {
        flex: 0 0 100%; }
        @media (min-width: 576px) {
          .footer .footer__area .container .grid__item--address .contact-info .contact-info__number {
            flex: 0 0 45%; } }
        .footer .footer__area .container .grid__item--address .contact-info .contact-info__number span {
          padding-left: 1.2rem; }
          .footer .footer__area .container .grid__item--address .contact-info .contact-info__number span:first-child {
            background: url(/Portals/_default/skins/fortlewiscollege-dept/assets/images/phone.svg) no-repeat center left;
            background-size: 0.75rem; }
          .footer .footer__area .container .grid__item--address .contact-info .contact-info__number span:last-child {
            background: url(/Portals/_default/skins/fortlewiscollege-dept/assets/images/fax.svg) no-repeat center left;
            background-size: 0.875rem; }
    .footer .footer__area .container .grid__item--social-links {
      margin-left: 0;
      margin-top: 0;
      flex: 0 0 100%; }
      @media (min-width: 576px) {
        .footer .footer__area .container .grid__item--social-links {
          margin-left: 20px;
          margin-top: -7.5rem;
          flex: 0 0 45%; } }
      .footer .footer__area .container .grid__item--social-links .social-links {
        display: flex; }
        .footer .footer__area .container .grid__item--social-links .social-links .social-link {
          transition: all 0.25s ease-in-out;
          flex: 0 0 2rem;
          text-align: center; }
          .footer .footer__area .container .grid__item--social-links .social-links .social-link:hover svg path,
          .footer .footer__area .container .grid__item--social-links .social-links .social-link:hover svg rect {
            fill: #fdbb30; }
          .footer .footer__area .container .grid__item--social-links .social-links .social-link svg {
            max-width: 1.25rem; }
    .footer .footer__area .container .menu .menu__item .menu__link {
      padding: 0;
      margin-bottom: 0.75rem; }
      .footer .footer__area .container .menu .menu__item .menu__link:hover {
        color: #fdbb30;
        text-decoration: underline;
        font-weight: 600; }
    .footer .footer__area .container .grid__item--admin .menu {
      display: block; }
      .footer .footer__area .container .grid__item--admin .menu.menu--vertical {
        column-count: 1;
        column-gap: 1rem; }
        @media (min-width: 576px) {
          .footer .footer__area .container .grid__item--admin .menu.menu--vertical {
            column-count: 2;
            column-gap: 1rem; } }
        .footer .footer__area .container .grid__item--admin .menu.menu--vertical .menu__item {
          white-space: normal; }
    @media (min-width: 576px) {
      .footer .footer__area .container {
        max-width: 100%;
        justify-content: flex-start; }
        .footer .footer__area .container .grid__item--address,
        .footer .footer__area .container .grid__item--admin {
          flex: 0 0 50%; }
        .footer .footer__area .container .grid__item--media-kit,
        .footer .footer__area .container .grid__item--tools {
          flex: 0 0 25%;
          padding: 0 20px; } }
    @media (min-width: 768px) {
      .footer .footer__area .container {
        max-width: 100%; }
        .footer .footer__area .container .grid__item--address,
        .footer .footer__area .container .grid__item--admin {
          flex: 0 0 50%; }
        .footer .footer__area .container .grid__item--media-kit,
        .footer .footer__area .container .grid__item--tools {
          flex: 0 0 25%;
          padding: 0 20px; } }
    @media (min-width: 992px) {
      .footer .footer__area .container {
        max-width: 1248px;
        justify-content: space-between; }
        .footer .footer__area .container .grid__item--address,
        .footer .footer__area .container .grid__item--admin {
          flex: 0 0 32%; }
        .footer .footer__area .container .grid__item--media-kit,
        .footer .footer__area .container .grid__item--tools {
          flex: 0 0 15%;
          padding: 0; }
        .footer .footer__area .container .grid__item--social-links {
          margin-left: 34%; } }
  .footer .footer__area .footer__bottom {
    margin: 3rem auto 0 auto;
    padding: 2rem 0 1rem;
    font-size: 0.875rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .footer .footer__area .footer__bottom .links .menu--footer-links {
      flex-direction: row;
      justify-content: flex-end; }
      .footer .footer__area .footer__bottom .links .menu--footer-links .menu__item {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid #fff; }
        .footer .footer__area .footer__bottom .links .menu--footer-links .menu__item:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: none; }
        .footer .footer__area .footer__bottom .links .menu--footer-links .menu__item .menu__link {
          margin-bottom: 0; }

/*# sourceMappingURL=main.css.map */
