/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

   html {
    font-family: 'DINRoundPro', sans-serif;
    color: #434F59;
    font-size: 1em;
    line-height: 1.4;
  }
  
  /*
   * fonts
   */
  
   @font-face {
    font-family: 'DINRoundProLight';
    src: url(../fonts/DINRoundPro-Light.eot) format('embedded-opentype'),
    url(../fonts/DINRoundPro-Light.woff2) format('woff2'),
    url(../fonts/DINRoundPro-Light.woff) format('woff'),
    url(../fonts/DINRoundPro-Light.ttf) format('truetype');
  }
  @font-face {
    font-family: 'DINRoundPro';
    src: url(../fonts/DINRoundPro.eot) format('embedded-opentype'),
    url(../fonts/DINRoundPro.woff) format('woff'),
    url(../fonts/DINRoundPro.ttf) format('truetype');
  }
  @font-face {
    font-family: 'DINRoundProMedium';
    src: url(../fonts/DINRoundPro-Medium.eot) format('embedded-opentype'),
    url(../fonts/DINRoundPro-Medium.woff2) format('woff2'),
    url(../fonts/DINRoundPro-Medium.woff) format('woff'),
    url(../fonts/DINRoundPro-Medium.ttf) format('truetype');
  }
  @font-face {
    font-family: 'DINRoundProBold';
    src: url(../fonts/DINRoundPro-Bold.eot) format('embedded-opentype'),
    url(../fonts/DINRoundPro-Bold.woff2) format('woff2'),
    url(../fonts/DINRoundPro-Bold.woff) format('woff'),
    url(../fonts/DINRoundPro-Bold.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Karla';
    src: url(../fonts/Karla-Regular.eot) format('embedded-opentype'),
    url(../fonts/Karla-Regular.eot) format('embedded-opentype'),
    url(../fonts/Karla-Regular.woff) format('woff'),
    url(../fonts/Karla-Regular.ttf) format('truetype');
  }
  @font-face {
      font-family: 'TheSaturday';
      src: url(../fonts/TheSaturday-Regular.eot) format('embedded-opentype'),
      url(../fonts/TheSaturday-Regular.eot) format('embedded-opentype'),
      url(../fonts/TheSaturday-Regular.woff) format('woff'),
      url(../fonts/TheSaturday-Regular.ttf) format('truetype');
  }
  body {
    font-family: 'DINRoundPro', sans-serif;
    color: #434F59;
  }
  /* Base Colors */
  .primary-blu{
    color: #088CC9 !important;
  }
  .secondary-blue{
      color: #295C90 !important;
  }
  .tertiary-blue{
      color: #C3E5F6;
  }
  .dark-gray{
    color: #434F59;
  }
  .light-gray{
   color:  #E7E8EB;
  }
  .white {
    color: #ffffff !important;
  }
  .black{
    color: #000000;
  }
  .nav li.active a,
  .nav li a:hover,
  .nav li.active a:focus,
  .nav li.active a:hover {
      background-color: #088CC9;
  }
  a.no-dec.icon-btn.match-height-1:hover, a.no-dec.icon-btn.match-height:hover {
      background-color: #C3E5F5;
  }
  .h1, h1 {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 4em;
    font-weight: 200;
  }
  
  .h2, h2 {
    font-size: 3em;
    font-weight: 200;
  }
  .h3, h3 {
    font-size: 1em;
    font-weight: 200;
  }
  .h4, h4 {
    font-size: 1.75em;
    font-weight: 200;
  }
  .large-p {
    font-size: 30px;
  }
  .medium-p {
    font-size: 24px;
  }
  .light{
    font-family: 'DINRoundProLight', sans-serif !important;
  }
  .medium{
    font-family: 'DINRoundProMedium', sans-serif !important;
  }
  .bold{
    font-family: 'DINRoundProBold', sans-serif !important;
  }
  button.btn.btn-primary.fw-normal.make-payment.btn-regular.gls-btn.hover-fx:hover {
      background-color: #ffffff !important;
      color: #088CC9;
  }
  .btn-primary:hover, button.btn.btn-primary.fw-normal.make-payment.btn-regular:hover, button.btn.btn-primary.fw-normal.make-payment.careers:hover {
      color: #fff;
      background-color: #088CC9;
      border-color: #088CC9;
  }
  button.btn.btn-primary.fw-normal.make-payment.careers:hover {
      color: #fff;
      background-color: #088CC9;
      border-color: #fff;
  }
  .btn-primary-blu:hover, button.btn.btn-primary.fw-normal.make-payment:hover {
      background: #295C90;
      border: 1px solid #dce5e6;
  }
  
  .icon-btn:hover {
      background: #C3E5F6;
  }
  
  button.btn.btn-primary.col-md-4.rounded-btn.icon-btn.match-height {
      background: #ffffff !important;
  }
  button.btn.btn-primary.col-md-4.rounded-btn.icon-btn.match-height {
      border: unset;
      padding: 0.375rem 0.75rem;
      max-height: 213px
  }
  button.btn.btn-primary.col-sm-4.rounded-btn.icon-btn.match-height {
      border: unset;
      padding: 0.375rem 0.75rem;
  }
  .btn:focus,.btn:active, input#Username:focus-visible, input#Password:focus-visible, button.accordion-button.collapsed.fw-light:focus, button.accordion-button.collapsed.fw-light:focus-visible  {
      outline: none !important;
      box-shadow: none !important;
  }
  .peek-a-boo {
      margin-bottom: 3% !important;
      margin-top: 3% !important;
  }
  .ma {
      margin: auto;
  }
  .mb-5-1 {
      margin-bottom: 1rem!important;
  }
  .name {
      font-size: 16px;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: unset;
      padding: 4% 0 1% 0;
  }
  .name-2{
    font-size: 24px;
  }
  .position {
      font-size: 16px;
      letter-spacing: 1px;
      text-transform: capitalize;
  }
  .number{
    font-size: 50px !important;
  }
  .statistic{
    font-size: 25px !important;
  }
  /* Make headings SEO friendly and match design*/
  .seo-friendly-h1 {
    font-size:2em !important;
  }
  .seo-friendly-h2 {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 4px;
  }
  .seo-friendly-h3 {
    font-size: 40px;
    font-family: 'DINRoundProLight', sans-serif;
  }
  .seo-friendly-h4 {
    font-size:2em !important;
  }
    
    @media (max-width: 480px) {
    /* Change to one column on screens smaller than 480px */
    .modal-grid-container {
    left: 10%;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    }
  
    .modal {
      margin-left: 30px;
    }
    .add-all-card-button {
    margin-top: 100px;
    }
  
  
    }
  
    #fs-appnum {
      font-weight: bold;
    }
  
  .add-all-card-button {
      margin-top: 20px;
      min-width: 100px;
      max-width: 100px;
      height: 30px;
      border-radius: 5px;
      z-index: 1;
      border-width: 0px;
      background-color: #088cc9;
      color: #ffffff;
      box-shadow: 2px 3px 4px rgba(0,0,0, 0.5);
  
  
  }
  
  .add-all-card-button:hover {
      background-color: #295C90;
      transition: 0.3s;
  }
  
  .addCoAppButton{
    width: auto;
    border: none;
    background-color: transparent;
    transition: all 0.1s ease-in;
    margin-top: 30px;
    margin-left: 30px;
    display: flex;
    align-items: center;
  
  }
  
  .shrink-grow {
    animation: shrink-grow 0.5s;
    transform-origin: center;
  }
  
  @keyframes shrink-grow {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(0.5);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .fade-in-top-to-bottom {
    animation: fade-in-top-to-bottom 0.5s;
  }
  
  @keyframes fade-in-top-to-bottom {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .drop-zone_title {
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  
  .file-entry__warning {
    color: red;
    
  }
  
  .file-entry__name {
    min-width: 60px;
    margin-left: 10px; 
    margin-right: 15px;
    overflow-wrap: break-word;
    white-space: pre-line;
    word-break: break-word;
    font-size: 14px;
  }
  
  .drop-zone__file-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  
  .file-entry {
    max-width: 660px;
    min-width: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 40px;
    justify-content: center;
    align-items: center;
  }

  .messageContainer {
    display: flex;
    float: right;
    max-width: 100%;
  }


  .fade-in-top-to-bottom {
    animation: fade-in-top-to-bottom 0.5s;
  }
  
  @keyframes fade-in-top-to-bottom {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  
  .cpMessage {
    color: grey;
    margin-bottom: 25px;
    margin-left: 5px;
  } 
  
  .remove-button {
    overflow: visible;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 2px;
    max-width: 28px;
    min-width: 28px;
    max-height: 28px;
    min-height: 28px;
    color: #090909;
    font-size: 18px;
    border-radius: 0.5em;
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #e8e8e8;
    transition: all .3s;
    box-shadow: 4px 4px 10px #a7a7a7,
               -4px -4px 10px #ffffff;
  }
  
  .remove-button:hover {
      background-color: rgba(243, 243, 243, 0.9);
      color: rgba(112, 176, 235, 0.9);
  }
  
  .warning-message {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-left: 5px;
  }
  
  .warning-message .bubble {
    display: none;
    position: absolute;
    border-radius: 25px;
    color: #666666;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow:  7px 7px 14px #b8b8b8,
                 0px 0px 0px #ffffff;
    font-size: 14px;
    width: 250px;
    top: 100%;
    left: 150px;
    transform: translateX(-50%);
    z-index: 1;
  }
  
  .warning-message:hover .bubble {
    display: block;
    width: 300px;
    height: 100;
  }
  
  .warning-message p {
    margin-top: 0;
    margin-bottom: 0;
  }

  .icon-container {
    display: flex;
    align-items: center;
    justify-content: flex-end; /* Right-align the content */
    color: red;
    font-size: 14px;
    white-space: nowrap;
  }
  
  .icon-container i {
    margin-right: 5px; /* Adjust spacing between the icon and text if needed */
    color: red;
  }

  .icon-container-limit {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: red;
    font-size: 14px;
}
  
  .backButton {
    vertical-align: top;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border-width: 0px;
    background-color: #088cc9;
    color: #ffffff;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 40px;
    box-shadow: 2px 3px 4px rgba(0,0,0, 0.5);
  }
  
  .backButton:hover {
      background-color: #295C90;
      transition: 0.3s;
  }
  
  .icon-message-container {
    display: flex;
    align-items: center;
    margin-right: 20px;
  }

  .icon-message-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 20px;
  }

  #messageText {
    word-wrap: break-word;
  }

  .warning-submit-container {
    display: inline-block;
  }

  .apply-student {
    vertical-align: top;
    width: 75px;
    height: 30px;
    border-radius: 5px;
    border-width: 0px;
    background-color: #088CC9;
    color: #FFFFFF;
    justify-content: center;
    box-shadow: 2px 2px 8px #888888, -2px -2px 8px #FFFFFF;
  }
  
  .apply-student:hover {
      background-color: #295C90;
      transition: 0.3s;
  }

  .image-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .image-box {
      text-align: center;
      
  }
  .image-box img {
      max-width: 100%;
      height: auto;
  }
  
  .dz-submit {
    vertical-align: top;
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border-width: 0px;
    background-color: #088CC9;
    color: #FFFFFF;
    float: right;
    margin-right: 50px;
    margin-left: 15px;
    box-shadow: 2px 2px 8px #888888, -2px -2px 8px #FFFFFF;
  }
  
  .dz-submit:hover {
      background-color: #295C90;
      transition: 0.3s;
  }
  
  .dz-submit.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    background-color: #949494;
    transition: 0.3s;
  }
  
  .drop-zone__warning {
    margin-top: 10px;
    text-align: center;
  }
  
  
  .wait {
      cursor: wait;
  }
  
  .errorWindow {
    align-items: center;
    justify-content: center;
    opacity: 1;
    position: relative;
    box-shadow: 2px 4px 8px 6px rgba(0, 0, 0, 0.3);
    z-index: 999;
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: 250px;
    overflow: auto;
    
  }
  
  .expiredWindow {
    align-items: center;
    justify-content: center;
    opacity: 1;
    position: relative;
    box-shadow: 2px 4px 8px 6px rgba(0, 0, 0, 0.3);
    z-index: 999;
    left: 10%;
    border-radius: 10px;
    width: 80%;
    height: 250px;
    overflow: auto;
    
  }
  
  .buttonload {
      background-color: #04AA6D; /* Green background */
      border: none; /* Remove borders */
      color: white; /* White text */
      padding: 12px 16px; /* Some padding */
      font-size: 16px /* Set a font size */
    }
  
  .hidden-cards {
      height: 0;
      transition: ease-in;
    }
    
    .hidden {
      display: none!important;
    }
  
    .hidden-afterRequest {
      display: none;
    }
  
    .flip-container {
      perspective: 1000px;
    }
    
    .flipper {
      transition: 0.5s;
      transform-style: preserve-3d;
    }
    
    .flipper.flip {
      transform: rotateY(180deg);
    }
  
  .grid-container {
      display: grid;
      row-gap: 25px;
      grid-template-columns: 225px 225px 225px 225px;
      padding: 10px;
      margin-top: -30px;
  }
  
  .exclamation {
    vertical-align: super;
    font-size: smaller;
  }
  
  .center-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }
  .drop-zone_title {
      color: #0670a1;
      margin-bottom: 20%;
      text-align: center;
      justify-content: center;
      display: flex;
      font-size:16px;
      align-items: center;
      text-align: center;
  
  }
  
  .drop-zone__prompt {
      font-size: 18px;
      margin-top: 0%;
  }
  
  .file-entry__dropdown {
    border-radius: 8px;
    border-color: transparent;
    box-shadow: 2px 2px 8px #888888,
    -2px -2px 8px #ffffff;
    color: gray;
    font-style: italic;
  }
  .file-entry__dropdown option {
    color: black;
    font-style: normal;
  }
  .file-entry__dropdown--selected {
    color: black;
    font-style: normal;
  }
  
  
  .file-entry__dropdown:hover {
    cursor: pointer;
  }
  
  .dropdown-option {
    border-radius: 5px;
  }
  
  .file-entries {
    max-height: 320px;
    max-width: 705px;
    overflow-y: auto; /* Enable vertical scrolling when content overflows */
    overflow-x: hidden;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
  }

  .studentGrid {
    display: grid;
    grid-template-columns: repeat(4, 175px);
    gap: 15px;
    padding: 20px;

  }
  .student-grid-item {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: auto;
  }
  .student-grid-item img {
    width: 100%;
    height: auto;
    display: block;
  }
  .overlayStudent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
  }
  .student-grid-item:hover .overlay {
    opacity: 1;
  }
  .icon-buttn {
    padding: 10px 20px;
    background-color: #fff;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .student-icon-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: black;
    text-align: center;
    padding: 5px;
  }
  
  .revealButton {
      margin-left: 23.5%;
      margin-top: 15px;
      display: absolute;
      justify-content: center;
      align-items: center;
      border-color: transparent;
      width: 500px;
      background-color: transparent; 
      font-size: 75px; 
      color: #a5c2ec;
      transition: transform 0.3s ease-in-out;
  }
  
  .revealButton:hover {
      transform: scale(1.1);
  }
  
  .file-entries::-webkit-scrollbar {
    width: 10px;
  }
  
  .file-entries::-webkit-scrollbar-track {
    background-color: #ececec;
    border-radius: 10px;
  }
  
  .file-entries::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
  }
  
  .file-entries::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
  
  .dropzone-container {
    max-width: 4000px;
    display: grid;
    grid-template-columns: 400px 2fr;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding-right: 40px;
  }
  
  @keyframes sendAnimation {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  #fileList {
    animation: sendAnimation 1s ease-in-out;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  
  @media only screen and (max-width: 1380px){
    .dropzone-container {
      height: auto;
      grid-template-columns: repeat(1, 1fr)!important;
      float: left;
      min-width:150px;
      padding-right: 0;
      width: 90%;
    }
  
    .file-entries {
      max-width: 700px;
  }
  }
  
  @media only screen and (max-width: 768){
  
    .dropzone-container {
  
      max-width:300px;
    }
  
    .drop-zone__thumb {
      max-width: 10px!important;
    }
  
    
  
  }
  
  @media only screen and (max-width: 497px){
  
    .file-entry {
      margin-left: 10px;
    }
  
    .file-entry__name {
      min-width: 40px;
    }
  
  }

  .rounded-student {
    border-radius: 1.25rem!important;
    width: 80%;
  }

  .rounded-apply {
    border-radius: 1.25rem!important;
    width: 50%;
  }

  .interview-tips {
    display: none;
  }

  .interview-tips-button {
    font-size: 24px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
    vertical-align: middle;
  }

  .interview-tips-button:hover {
    transform: scale(1.2);
  }

  .interview-tips-button:active {
    transform: scale(1.1);
  }

  #top-student {
    margin-top: 20%;
    width: 80%;

  }

  .image-button-calendar{
    display: inline-block;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}
.image-button-calendar:hover {
  height: auto;
  transition: transform 0.3s ease-in-out;
}
.image-button-calendar a {
display: block;
width: auto;
height: auto;
}
.image-button-calendar:hover {
  transform: scale(1.1);
}
.image-button-calendar a:hover img {
  transform: scale(1);
}

.image-button {
    position: relative;
    overflow: hidden;
    transition: 0.3s; /* Smooth transition effect */
}
.image-button:hover img {
    filter: blur(2px); /* Apply blur effect on hover */
}
.image-text {
    position: absolute;
    left: 50%;
    width: 92%;
    height: auto;
    padding: 3%;
    font-size: .8vw;
    transform: translate(-50%, -50%);
    opacity: 0; /* Initially hidden */
    transition: 0.3s; /* Smooth transition effect */
    text-align: center; /* Center text horizontally */
    vertical-align: middle;
    display: inline-block; /* Display text inline */
    /*margin: 5px;  Add margin between lines of text */
    color: black;
    background-color: rgba(248, 248, 248, 0.93);
    border-radius: 10px;
    border: 1px solid rgb(197, 197, 197);
    box-shadow: inset 0px 0px 30px -17px rgba(197, 197, 197, 0.27);
    /*
    box-shadow:  9px 9px 18px #b8b8b8d3,
              -9px -9px 18px #ffffffb9;
    */
}
.student-rounded {
  width: 100%;
  max-height: 20vh;
  padding: 0.75vmin;
  object-fit: contain;
}

.image-button:hover .image-text {
    opacity: 1; /* Display text on hover */
}

.student-calendar-container {
  width: 100%;
  max-width: 1200px;
  margin: 200px auto;
}

.student-calendar {
  
  width: 1200px;
  margin-bottom: 200px;
}
  
  .drop-zone {
    width: 100%;
    min-width: 200px;
    height: 320px;
    padding: 25px;
    margin-bottom: 30px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #a7a7a7;
    border: 4px solid #a5c2ec;
    border-radius: 50px;
    background: #e0e0e0;
    box-shadow:  9px 9px 18px #b8b8b8,
                 -9px -9px 18px #ffffff;
    background-color: transparent;
    transition: all 0.1s ease-in;
  }
  
  .drop-zone--over {
    border-style: solid;
    box-shadow: 8px 6px 12px rgba(0,0,0, 0.5);
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .dzDisclaimer {
    font-size:14px;
    
  }
  
  .drop-zone__thumb {
    min-width: 35px;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ebebeb;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }

  #dropdown {
    color: gray;
  }
  
  .default-option {
    color: gray;
  }
  
  .document-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .check-mark {
    color: green;
    margin-left: 5px;
  }
  
  .addDocDropzone {
    margin-top:40px;
    max-width: 175px;
    height: 225px;
    padding: 25px;
    display: relative;
    box-shadow: 2px 3px 4px rgba(0,0,0, 0.5);
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #a7a7a7;
    border: 4px solid #a5c2ec;
    border-radius: 10px;
    background-color: transparent;
    transition: all 0.1s ease-in-out;
  }
  
  .addDocDropzone:hover {
    border-style: solid;
    box-shadow: 7px 4px 10px rgba(0,0,0, 0.5);
  
  }
  
  .top-row-leadership-left {
    margin-left:14%!important;
    padding-bottom: 8%
    
  }
  
  .top-row-leadership-right {
    margin-right:18%!important;
    padding-bottom: 8%
  }
  .apply-pics {
    margin: -4% 10% 5% 0;
    padding: 5% 0;
  }
  
    
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

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

.clearfix::after {
  clear: both;
}
/*
 * HEADER
 */

nav.navbar {
     height: 95px;
     background: transparent;
     -webkit-transition:background 0.8s;
     -moz-transition:background 0.8s;
     -o-transition:background 0.8s;
     transition:background 0.8s;
}

.navbar-brand {
     padding: 10px 0 10px 1px;
}

.navbar-brand img {
     height: 59px;
     width: auto;
}

.navbar-brand img {
     -webkit-transition:background 0.8s;
     -moz-transition:background 0.8s;
     -o-transition:background 0.8s;
     transition:background 0.8s;
}
/* hide the dark logo until they scroll */
 .navbar-brand img.logo-light {
     display: block;
}

.navbar-brand img.logo-dark {
     display: none;
}

.navbar-links {
     text-align: right;
}

.navbar-links ul.navbar-nav {
     flex-direction: row;
     margin-left: auto;
}

.navbar-links ul.navbar-nav li.nav-item {
     margin: 8px 0 0 30px;
}

.navbar-links ul.navbar-nav li.nav-item a {
    color: #f4f4f4;
    font-family: 'DINRoundPro', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.navbar-links ul.navbar-nav li.nav-item a:hover {
     color: #f4f4f4;
}

.navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu:hover {
     display: block;
}

.navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
     display: block;
     float: left;
     width: 100%;
     clear: both;
}

.navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li a:hover {
    background: #eee;
    color: #088CC9;
}

.navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li a {
     color: #434F59;
     font-family: 'DINRoundPro', sans-serif;
     font-size: 16px;
}

.navbar-links ul.navbar-nav li.nav-item .dropdown-toggle:after {
     display: none;
}

.navbar-links ul.navbar-nav li.nav-item .dropdown-toggle:hover + .dropdown-menu {
     display: block;
}

.navbar-links button.make-payment {
     background: #088CC9;
     border: 1px solid #dce5e6;
     border-radius: 5px;
     margin-left: 60px;
     padding: 10px 30px 9px 30px;
     letter-spacing: 1px;
}
button.btn.btn-primary.fw-normal.make-payment {
  color: #ffffff;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
}

/* On Scroll Navbar Change */
nav.navbar.scrolled {
     background: #fff;
     -webkit-transition:background 0.8s;
     -moz-transition:background 0.8s;
     -o-transition:background 0.8s;
     transition:background 0.8s;
     border-bottom: 1px solid #e0e0e0;
}

nav.navbar.scrolled .navbar-links ul.navbar-nav li.nav-item a {
     color: #434F59;
}

nav.navbar.scrolled .navbar-brand img {
     -webkit-transition:background 0.8s;
     -moz-transition:background 0.8s;
     -o-transition:background 0.8s;
     transition:background 0.8s;
}

nav.navbar.scrolled .navbar-brand img.logo-light {
     display: none;
}

nav.navbar.scrolled .navbar-brand img.logo-dark {
     display: block;
}

nav.navbar.scrolled .navbar-toggler i {
     color: #313e48;
     -webkit-transition:background 0.8s;
     -moz-transition:background 0.8s;
     -o-transition:background 0.8s;
     transition:background 0.8s;
}

header {
     height: 100vh;
     min-height: 500px;
     background: url("../img/header-background.jpg");
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin-right:-15px;
}

  /* Style for the arrow buttons */
  .arrow-button {
    background-color: #3498db;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; /* Make it circular */
    margin: 0 5px;
    transition: background-color 0.3s ease-in-out;
  }
  .arrow-button:hover {
    background-color: #2980b9;
  }
  .left-arrow::before {
    content: "\2190"; /* Unicode character for left arrow */
  }
  .right-arrow::after {
    content: "\2192"; /* Unicode character for right arrow */
  }
  .dots {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 5px;
    transition: background-color 0.3s ease-in-out;
  }
  .current-dot {
    background-color: #3498db;
  }

@media only screen and (max-width: 991px){
    header {
         display: block;
    }

    .navbar-toggler {
         background: transparent;
         border: 0;
    }

    .navbar-toggler:focus {
         outline: 0;
    }

    .navbar-toggler i {
         font-size: 32px;
         color: #f4f4f4;
         -webkit-transition:background 0.8s;
         -moz-transition:background 0.8s;
         -o-transition:background 0.8s;
         transition:background 0.8s;
    }

    /* hide the X icon for hamburger open */
    .navbar-toggler i.fa-times {
         display: none;
         font-size: 34px;
    }

    .navbar-links {
         position: absolute;
         top: 100px;
         width: 100%;
         text-align: center;
         padding: 10px 0 40px 0;
         background: #fff;
         /* device height minus 95px so it
            goes to the bottom of the device */
         height: calc(100vh - 95px);
         overflow: hidden;
         overflow-y: scroll;
    }

    .navbar-links ul.navbar-nav {
         width: 100%;
         display: block;
         float: left;
         clear: both;
         background: #fff;
    }

    .navbar-links ul.navbar-nav li.nav-item {
         width: 100%;
         display: block;
         float: left;
         clear: both;
         margin: 0;
         padding: 16px 0 18px 0;
         text-align: center;
         border-bottom: 1px solid #e0e0e0;
    }

    .navbar-links ul.navbar-nav li.nav-item .nav-link {
         padding: 0;
    }

    .navbar-links ul.navbar-nav li.nav-item .dropdown-toggle:hover + .dropdown-menu {
         display: none;
    }

    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu {
         width: 100%;
         display: none;
         float: left;
         clear: both;
         text-align: center;
         margin: 0;
         padding: 0;
         border: 0;
    }

    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li {
         display: block;
         float: left;
         clear: both;
         margin: 0;
         padding: 8px 0 0 0;
         text-align: center;
         width: 100%;
    }

    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li a:hover {
         background: #fff;
    }

    nav.navbar .navbar-brand img.logo-light {
         display: block;
    }

    nav.navbar .navbar-brand img.logo-dark {
         display: none;
    }

    nav.navbar .navbar-toggler i {
         color: #fff;
    }

    nav.navbar {
         padding: 0;
         /*background: #fff;
         -webkit-transition:background 0.8s;
         -moz-transition:background 0.8s;
         -o-transition:background 0.8s;
         transition:background 0.8s;
         border-bottom: 1px solid #e0e0e0;*/
    }

    .navbar-brand {
      padding-left: 20px;
    }


    nav.navbar .navbar-links ul.navbar-nav li.nav-item a {
         color: #313e48;
    }

    .navbar-links button.make-payment {
         display: inline-block;
         float: none;
         margin: 20px 0 0 0;
    }
    /* Mobile Nav */
    nav#navigation {
        padding: 0 5vw;
    }
    div#mobile-menu {
        margin-left: -5vw;
    }
    .navbar-links {
        position: absolute;
        top: 100px;
        width: 100%;
        text-align: center;
        padding: 10px 0 40px 0;
        background: #434f59e8;
        height: calc(100vh - 95px);
        overflow: hidden;
        overflow-y: scroll;
    }
    ul.navbar-nav.ms-auto {
        width: 60%;
        float: unset;
        margin: auto;
        background: #434f5930;
    }
    ul.navbar-nav.ms-auto a {
        color: #ffffff !important;
        float: left;
    }
    ul.dropdown-menu {
        background: #434f590d;
    }
    nav.navbar .navbar-links ul.navbar-nav li.nav-item a {
        margin-left: 4vw;
        text-transform: uppercase;
    }
    .navbar-links ul.navbar-nav li.nav-item {
        width: 100%;
        display: block;
        float: left;
        clear: both;
        margin: 0;
        padding: 16px 0 18px 0;
        text-align: center;
        border-bottom: 1px solid #088cc9;
    }
    .navbar-links ul.navbar-nav li.nav-item .dropdown-toggle:hover + .dropdown-menu li a {
        text-align: left;
    }
    #myaccount-btn {
        text-align: left;
        background: unset;
        border: unset;
        margin: unset;
        padding: unset;
        width: 52%;
        margin-top: 2vw;
        font-family: 'DINRoundPro', sans-serif;
        font-size: 16px;
        line-height: 24px;
    }
    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu {
        display: block !important;
    }
    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li>a {
        float: unset;
        margin-left: 8vw;
        text-align: left;
    }
    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        text-transform: capitalize;
    }
    .navbar-links ul.navbar-nav li.nav-item ul.dropdown-menu li a:hover {
        background: #434f5924;
        color: #63a5d6 !important;
    }
    .apply-pics {
      margin-right:0!important;
      padding: 0!important;
    }
    .top-row-leadership-left {
        margin: auto!important;
    }
    
    .top-row-leadership-right {
      margin: auto!important;
    }
    .row {
      --bs-gutter-x: 0!important;
      --bs-gutter-y: 0!important;
    }
    .helpOtherImg {
      max-width: 400px!important;
    }
    #interview-tips {
      margin-left: 7%;
      text-align: center;
    }
    #team-section {
      margin-top: 20px;
      margin-left: 45%;
      width: 60%;
    }
    #team-pic-hands-on {
      width: 80%;
      margin-left: 12%;
    }
    #top-student {
      margin-top: 0;
    }
    #carousel-butns {
      margin-right: 38%;
    }
    #backpack-student {
      margin-bottom: 50px;
    }
    .apply-pics {
      margin-right: 25%!important;
    }
    .rounded-apply {
      margin-right: 5%;
    }
    #tips-student {
      margin-right: 5%!important;
      width: 50%!important;
      margin-top: 50px;
    }
    #student-tips1 {
      text-align: center!important;
    }
    #accordion-item1 {
      width: 60%;
    }
    .icon-grid-student {
      width: 80%!important;
      margin-top: 25px;
    }
    .life-at-gls {
      width: 90%!important;
    }
    #students-grads {
      padding-right: 0!important;
    }
    #join-us-btn {
      margin-right: 0!important;
    }
    .calendar-img {
      max-width: 20%!important;
    }
    .st-txt {
      font-size: 2vw!important;
    }
    .college-icons {
      max-width: 80%!important;
    }
    .student-title-jobs {
      font-size: 3.5vw!important;
    }
    .width-student {
      width: 60%!important;
    }
}
.college-icons {
  width: 60%;
}
.calendar-img {
  max-width: 30%;
  margin-top: 5%;
  margin-bottom: 5%;
}
#join-us-btn {
  align-items: left!important;
}
.left-accordion {
  margin-left: 5%;
}
#student-tips1 {
  text-align: center;
}
#tips-student {
  text-align: center;
  width: 65%;
  margin-left: 5%;
  margin-bottom: 50px;
  min-width: 250px;
}
#backpack-student {
  text-align: right;
}
.life-at-gls {
  margin-right: 10%;
}
#students-grads {
  padding-right: 5vw; 
  text-align: left;
}



/*
 * Footer
 */


 footer {
  display: block;
  float: left;
  height: 380px;
  width: 100%;
  background: #434F59;
  padding: 0;
 }

 footer .footer-inner {
  width: 100%;
  max-width: 1260px;
  height: 100%;
  margin: 0 auto;
 }

 footer .footer-inner .col-group-left {
  display: block;
  float: left;
  height: 100%;
  width: 265px;
  margin: 0 245px 0 0;
  padding: 40px 0 0 0;
}

footer .footer-inner .col-group-left .footer-logo {
  height: auto;
  width: 100%;
}

footer .footer-inner .col-group-left .footer-logo img {
  height: 59px;
  width: auto;

}

footer .footer-inner .col-group-left ul {
  width: auto;
  margin: 35px 0 0 0;
  display: block;
  float: right;
  list-style: none;
}

footer .footer-inner .col-group-left ul li {
  width: 100%;
  margin: 0 0 4px 0;
  text-align: left;
  list-style: none;
}

footer .footer-inner .col-group-left ul li a {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'DINRoundPro', sans-serif;
    text-decoration: none;
}

footer .footer-inner .col-group-left ul li a:hover {
  color: #088CC9;
  text-decoration: none;
}

footer .footer-inner .col-group-right {
  display: block;
  float: left;
  height: 100%;
  width: calc(100% - 510px);
}

footer .footer-inner .col-group-right .col-group-column {
  display: block;
  float: left;
  width: 33%;
  padding-top: 62px;
}

footer .footer-inner .col-group-right .col-group-column h3,
footer .footer-inner .col-group-right .col-group-column h3 a {
    display: block;
    float: left;
    font-family: 'DINRoundPro', sans-serif;
    color: #63a5d6;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    width: 100%;
    text-decoration: none;
}

footer .footer-inner .col-group-right .col-group-column h3 a:hover {
  text-decoration: none;
}

footer .footer-inner .col-group-right .col-group-column h3:not(:first-child) {
  margin-top: 30px;
}

footer .footer-inner .col-group-right ul {
  width: auto;
  margin: 5px 0 0 0;
  padding: 0 0 0 1px;
  display: block;
  float: left;
  list-style: none;
}

footer .footer-inner .col-group-right ul li {
  width: 100%;
  margin: 0 0 2px 0;
  text-align: left;
  list-style: none;
}

footer .footer-inner .col-group-right ul li a {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'DINRoundPro', sans-serif;
    text-decoration: none;
}

footer .footer-inner .col-group-right ul li a:hover {
    color: #088CC9;
    text-decoration: none;
}

footer .footer-inner .col-group-right .copyright {
  display: block;
  float: left;
  clear: both;
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 12px;
}

footer .footer-inner .col-group-right i {
    color: #fff;
    font-size: 32px;
    position: absolute;
    bottom: 0;
    text-decoration: none;
}

footer .footer-inner .col-group-right .copyright a {
  color: #fff;
}

footer .footer-inner .col-group-right .copyright a:hover {
  color: #7e858c;
  text-decoration: none;
}

@media only screen and (max-width: 1024px){
  footer {
    height: auto;
    padding-top: 50px;

  }

  footer .footer-inner .col-group-left,
  footer .footer-inner .col-group-right {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  footer .footer-inner .col-group-right .col-group-column {
    float: left;
    width: 100%;
    margin: 0;
  }

  footer .footer-inner .col-group-left h3,
  footer .footer-inner .col-group-right h3 {
      display: block;
      float: left;
      padding-left: 20%;
      padding-bottom: 10px;
  }

  footer .footer-inner .col-group-left ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 40px 0 0 20%;
  }

  footer .footer-inner .col-group-right ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 0 20%;
  }

  footer .footer-inner .col-group-left .footer-logo {
    text-align: center;
    height: 59px;
    width: auto;
  }

  footer .footer-inner .col-group-right .col-group-column {
    padding-top: 40px;
  }

  footer .footer-inner .col-group-right .col-group-column.contact {
    padding-top: 20px;
  }

  footer .footer-inner .col-group-right .copyright {
    font-size: 10px;
    padding: 40px 10% 20px 10%;
    height: auto;
    text-align: center;
  }
}


/* Ghost */
.flex-button {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.gls-btn {
    background-color: #295c9000 !important;
    border-color: #f8f9fa !important;
}
.banner-text-wrapper {
    position: absolute;
    top: 18vw;
    right: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.banner-title {
    font-family: 'DINRoundProLight', sans-serif;
    font-size: 34px;
    letter-spacing: .18rem;
    color: #ffffff;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
}
h1.banner-title {
    padding: 0 4%;
}
i.far.fa-registered {
  font-size: 12px;
}
.pre-footer {
    min-height: 500px;
    background-color: #dfe0e163;
    background-image: url("../img/MAP_WH.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -5px;
}
.background-wht{
  background-color: #ffffff;
}
.background-blu {
  background-color: #295C90;
  color: white;
}
.background-ltblu {
    background-color: #088CC9;
}
.background-lttrblu {
  background-color: #C3E5F6;
  color: #000000;
}
.background-grey{
  background-color: #dfe1e3;
}
.background-drkgrey{
  background-color: #788189;
}
.faq-background {
  background-image: url("../img/FAQs.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.data-security-background {
  background-image: url("../img/CustomerSecurity.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.esg-background {
  background-image: url("../img/ESG_7.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.map-background {
  background-color: #dfe1e363;
  background-image: url("../img/MAP_WH.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-background {
  background-image: url("../img/Contact.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.customers-background {
  background-image: url("../img/Customers_2.jpg") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.social-background {
  background-image: url("../img/SocialImpact_2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.careers-background {
    background-image: url("../img/volunteer_group_photo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
}
header.background-wht.placeholder {
  background-image: unset;
  height: 10vh;
  min-height: 5vh;
}
.centered {
  text-align: center;
  margin: auto;
}
.bordered {
    border-top: 1px solid #E7E8EB;
    border-bottom: 1px solid #E7E8EB;
    padding: 6% 0;
    margin: auto;
}
.bordered-2 {
    border-top: 1px solid #E7E8EB;
    border-bottom: 1px solid #E7E8EB;
    padding: 6% 5%;
    margin: auto;
}

.padded{
  padding:10%;
}
.padded.bottom{
    padding-bottom: 1%;
}
.padded.top {
    padding-top: 1%;
}
.top-5 {
    padding-top: 5%;
}
.padded.top-adjusted{
    padding: 0 10% 8%;
}
.padded-center{
    margin-bottom: 0;
    margin-top: 20px
}
.padded-half {
    padding: 0 10%;
}
.padded-text {
  padding: 0 10%;
}
.padded-text-left {
  padding: 0 0 0 6%;
}
.padded-text-right {
  padding: 0 6% 0 0;
}
.padded-button-row {
    padding: 0 10% 9% 10%;
}
.padded-video {
    padding: 5% 0;
}
.padding-faq {
    padding: 3% 5%;
}
.padded-people {
    padding: 0 10% 10% 10%;
}
button.btn.btn-primary.fw-normal.make-payment.btn-regular{
    color: #ffffff;
    font-family: 'DIN Round Pro Medium', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 50px;
    margin-top: 4%;
    letter-spacing: 3px;
}
dt {
    font-family: DINRoundPro, sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
}
dd {
  color: #434F59;
  font-family: 'DINRoundProLight', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px;
}
.rounded {
  width: 100%;
}
.saturday {
    color: #ffffff;
    font-family: TheSaturday, sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 2px;
}
.subtitle {
    position: absolute;
    top: 60%;
}
.foot {
    color: #088CC9;
}
span.saturday.subtitle.foot {
    position: relative;
    bottom: 0;
    left: 38%;
    top: unset;
}
.btn-primary {
  color: #ffffff;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #295C90;
  border-color: #295C90;
    padding: 14px 50px;
}
.prefoot{
  font-family: DINRoundPro, sans-serif;
  font-style: medium;
    padding: 10% 0 10% 20%;
}
.flex-col{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: start;
}
.image-overlap {
    position: relative;
    bottom: 11vh;
    z-index: 1000;
}
.placeholder {
    height: max-content;
    min-height: 110px;
}
.lead-second {
    margin-top: 3vh
}
.border-top{
  border-top: 1px solid black;
}
.row-padding {
    padding: 2% 3%;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.heading-margin {
    margin-top: 6vh;
}
.icon-btn {
    border: 1px solid #088CC9;
}
.icon-btn-grey {
  border: 2px solid #dfe1e3;
}
.txt-pad {
    padding-right: 5vw;
}
.txt-pad-left {
    padding-left: 5vw;
}
.btn-row {
  padding-top: 5vh;
}
.left-pad {
  padding: 5% 10%;
}
.col-10.centered {
    min-height: 5vh;
    padding: 1.5%;
    border-radius: 1em;
}
.blu-btn{
  border: 1px solid #ffffff;
  background: unset;
}
.icon-title {
    text-align: center;
    position: relative;
    bottom: 2em;
    color: #088CC9;
    font-size: 16px;
    letter-spacing: 3px;
}
.col-md-3.rounded-btn.icon-btn {
  margin: 1%;
}
.adj-pad {
  padding: 1.5%;
  display: none;
}
.ceo-pad {
  margin-top: -5vh
}
.social-impact-btn-title {
  bottom: 25%;
  width: 75%;
  margin: auto;
}
.section-border {
    border-top: 1px solid;
    padding-top: 3%;
}
.rw-pd-adj {
    padding: 2% 10% 0 10%;
}
.btm-border {
    border-bottom: 1px solid #E7E8EB;
    padding-bottom: 3%;
}
.btm-pad {
    padding-bottom: 5%;
}
.p-pd-adj {
    padding: 3% 20% 2% 21%;
    text-align: center;
}
.p-pd-adj-lr {
  padding: 0 15%;
}
.p-pd-adj-brd {
    padding: 3%;
}
.shared {
  display: inline-block;
}
.btn-primary-blu {
    background: #088CC9;
    border: 1px solid #dce5e6;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'DIN Round Pro Medium', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    padding: 14px 50px;
    margin-top: 4%;
    letter-spacing: 3px;
}
a.card-link.collapsed {
  color: #ffffff;
}
.vert-center {
  position: relative;
  top: 40%;
  -ms-transform: translateY(-40%);
  transform: translateY(20%);
}
.vert-center-1 {
    position: relative;
    top: 40%;
    -ms-transform: translateY(-40%);
    transform: translateY(-7%);
}
a:hover {
  color: #088CC9;
  text-decoration: none;
}
.rounded-btn {
    border-radius: 1rem!important;
    background: unset;
}
/*404 page*/
.four-o-four-row {
    margin-top: 80px;
}

/* home page */
ul.navbar-nav.ms-auto {
  margin-bottom: 5px;
}
button.btn.btn-primary.fw-normal.make-payment {
  color: #ffffff;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}
button.btn.btn-primary.fw-normal.view-opportunities {
    color: #ffffff;
    font-family: Karla, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
dd {
  font-family: 'DINRoundProLight', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 100;
  line-height: 36px;
}
.faq-button-closed {
  color: #088CC9;
  font-family: Karla, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
  background-color: #e9ecef;
  margin-bottom: 3%;
  border: unset;
}
.padded-text-right {
  padding: 0 6% 0 16px;
}
footer .footer-inner .col-group-left .footer-logo {
  height: auto;
  width: 100%;
  padding-left: 9%;
}
footer .footer-inner .col-group-left ul {
  width: auto;
  margin: 35px 30px 0 0;
  display: block;
  float: right;
  list-style: none;
}
footer .footer-inner .col-group-right .copyright {
  display: block;
  float: left;
  clear: both;
  height: 50px;
  width: 100%;
  color: #fff;
  font-size: 11px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: unset;
    padding-right: unset;
}
h2.secondary-blue.shared {
  font-size: 30px;
}
h3.secondary-blue.shared {
  font-size: 18px;
}
.stats-d {
    font-size: 24px;
    font-family: 'DINRoundProLight', sans-serif;
    letter-spacing: 1px;
    color: #434F59;
}
.operating-hours {
    letter-spacing: 3px;
    margin: 2%;
}
.p-pd-adj-txt {
    padding: 1% 15% 0 15%;
    text-align: center;
}
.prefoot-wht {
    padding: 5% 10% 5% 10%;
}
i {
    vertical-align: super;
}
.ceo-img {
    position: relative;
    top: 5vh;
}
.shrink img {
    width: 75%;
    height: auto;
}
.shrink-right img {
    width: 75%;
    height: auto;
    float: right;
}
.rounded.thumbnail {
    width: 25%;
    margin: 6%;
    border-radius: unset !important;
    border: unset;
}
button.btn.btn-primary.fw-normal.make-payment.careers {
    color: #ffffff;
    background: #295C90;
    margin: 10% 0;
    border: 1px solid #ffffffff;
    width: 74%;
    height: 80%;
    text-align: center;
}
.frame-wrapper-left {
    display: block;
    overflow: hidden;
    width: 267px;
    height: 150px;
    border-radius: 10px;
    transform: translateZ(0px);
    border: 3px solid #ffffff;
    margin: auto;
    margin-left: 0;
}
.frame-wrapper {
    display: block;
    overflow: hidden;
    width: 267px;
    height: 150px;
    border-radius: 10px;
    transform: translateZ(0px);
    border: 3px solid #DFE1DF;
    margin: auto;
    margin-bottom: 4%;
}
.lead-short{
    margin-top: 2vh;
}
.vid-row {
    margin: -4% 10% 5% 0;
    padding: 5% 0;
}
.video-left {
    margin-left: 0;
    padding-left: 0;
}
img.splitview {
    width: 100%;
}

/* Carousel */
.carousel-indicators button {
    height: 15px !important;
    width: 15px !important;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #828282 !important;
    margin: 0 .25%;
}
.carousel-indicators .active {
    background-color: #088CC9;
}
.carousel-indicators {
    position: relative;
    right: 0;
    top: -31px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-top: 0;
    margin-left: 15%;
    list-style: none;
}
section#carouselExampleIndicators {
    padding: 5% 10%;
}
button.carousel-control-next {
    background: transparent;
    border: unset;
    color: black;
    font-size: 2em;
}
.inner-slide {
    padding: 5% 0;
}

#carousel-butns {
  margin-top: -7%;
  margin-left: 37%;
  margin-bottom: 200px;
}

.benefits-flex {
    padding: 5% 0;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: start;
}
.benefits-list {
    margin: unset;
    padding: unset;
}
.img-fluid {
    max-width: 50%;
    height: auto;
}
.seo-friendly-h2-small {
    font-family: 'DINRoundPro', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 23px;
    letter-spacing: 2px;
}
li.awesome-benefits-content-text {
    font-size: 14px;
    margin-bottom: 8px;
    width: 130%;
}
.iso.centered.match-height {
    margin-bottom: 15%;
    min-height: 120px;
}
p.narrow {
    margin-left: -30px;
    text-align: center !important;
}
.vert-auto {
    margin: auto;
    /* padding-top:30px; */
}
.row.background-lttrblu.rounded {
    margin-top: 5%;
}
p.lead.centered.white {
    margin-top: 2%;
}
.row.padded.background-blu {
    padding-top: 3%;
}
.tm-btn {
    margin-top: 10%;
    color: #ffffff;
    font-family: Karla, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.tm-btn:hover {
    background-color: #ffffff;
}
.container-flex {
    margin-top: 12vw;
}
button.btn.btn-primary.fw-normal.make-payment.btn-regular.gls-btn {
    background-color: #088CC9 !important;
    padding: 12px 25px;
    margin: 5% .5%;
}
button.accordion-button.fw-light {
    font-family: 'DINRoundProLight', sans-serif;
    background: #088CC9;
    color: #fff;
    font-size: 20px;
    border-radius: 0.25rem;
    border: 2px solid #088CC9;
    width: 100%;
}
button.accordion-button.collapsed.fw-light {
    font-family: 'DINRoundProLight', sans-serif;
    background: #E7E8EB;
    color: #088CC9;
    font-size: 20px;
    border-radius: 0.25rem;
    border: 2px solid #E7E8EB;
    width: 100%;
}
.accordion-item {
    border: unset;
    margin: 4% 0;
}
.accordion-body {
    font-family: 'DINRoundProLight', sans-serif;
    padding: 3%;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/icons/arrow-203-128.ico);
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/icons/arrow-203-128.ico);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    padding-right: 6%;
}
.row.padded.flex-row {
    padding: 0 10% 6% 10%;
}
.row.padded.background-grey {
    padding: 5%;
}
.row.padded.background-grey {
    padding: 10%;
}
p.text-center.lead {
    margin-top: 3vh;
}
.border-top {
    border-top: 1px solid #dee2e6!important;
    padding: 0;
}
p.lead.centered.secondary-blue.p-pd-adj-lr {
    font-family: 'Karla', sans-serif;
}
.col-md-4.centered.primary-blu img {
    width: 100%;
}
ul.bullet-blu {
    list-style: none; /* Remove default bullets */
}

ul.bullet-blu li::before {
    content: "\2022";
    color: #088CC9;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.mt-4.mb-4.btb {
    border-top: 1px solid #E7E8EB;
    border-bottom: 1px solid #E7E8EB;
}

/* Leadership Modal*/
button.btn.btn-primary.staff {
    padding: unset;
    margin: unset;
    border: unset;
    background: unset;
}
.btn-primary:focus, .btn-primary:focus-visible {
    color: unset;
    background-color: unset;
    border-color: unset;
    box-shadow: unset;
}
.modal-dialog {
    max-width: unset;
    padding: 2% 5%;
}
.modal-header {
    border: unset;
    color: #ffffff !important;
}
.modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
    color: #ffffff !important;
    border: 1px solid #ffffff;
}
.modal-content {
    background: #00000000;
    border: unset;
}
.profile-img {
    width: 33%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.profile-text {
    width: 66%;
}
.modal {
    background: #ffffff;
}
.modal-body h2 {
    font-size: 1.5em;
    float: left;
}
.modal-body h3 {
    font-size: 1.25em;
    font-family: 'DINRoundProLight', sans-serif;
    display: inline-block;
    width: 100%;
    color: #088cc9;
    margin-bottom: unset;
}
.modal-body p {
    color: #242424;
    text-align: left;
    font-size: 21px;
    padding: 2% 0;
}
.collapse-title {
    text-align: left;
    font-family: 'DINRoundProLight', sans-serif;
}
.card.card-body.rounded.icon-btn-grey.background-grey.pop-grey {
    padding: 5%;
    text-align: left;
    background-color: #E7E8EB;
}
button.btn.btn-primary.col-md-3.rounded-btn.icon-btn.match-height h3 {
    padding-top: 19%;
    font-size: 16px;
}
a.no-dec, .no-dec:hover {
    text-decoration: none;
    text-transform: uppercase;
}
.collapse-txt {
    margin-top: unset;
}
.feature-title {
    display: block;
    margin: unset;
    margin-left: 11%;
    margin-bottom: 2%;
}
.grey-shorter {
    padding: 0 10%;
}
.shorter {
    padding-top: 7%;
}
.bordered-left {
    margin-left: 2%;
}
.bordered-right {
    margin-right: 2%;
}
h2.name.blue {
    font-family: 'Karla', sans-serif;
    color: #088cc9;
    padding-bottom: unset;
}
.modal-body p {
    color: #434F59;
    text-align: left;
    font-size: 21px;
    padding: 2% 0;
    font-family: 'DINRoundProLight', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 32px;
    margin-top: 2vh;
}
.modal {
    position: fixed;
    top: 10vh;
    left: 14vw;
    z-index: 1055;
    display: none;
    width: 75%;
    height: auto;
    overflow-y: auto;
    outline: 0;
    max-height: 80vh;
}
.modal-body {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.btn-dark:hover {
    background:  #295C90
}
.btn-lt:hover {
    background: #088CC9;
}
.stats-cap {
    font-size: 14px;
    font-weight: 200;
    font-family: 'DINRoundProLight', sans-serif;
    letter-spacing: 3px;
    width: 75%;
    color: #434F59;
    margin: auto;
    padding: 5% 1%;
}
.stats {
    font-size: 5em;
    font-weight: 200;
    font-family: 'DINRoundProLight', sans-serif;
    color: #434F59;
    margin-bottom: unset;
}
.grey-stats {
    padding: 6% 2%;
}
.placeholder {
    height: max-content;
    min-height: 160px;
}
img.rounded-btn {
    height: 203px !important;
}
h3.icon-title {
    min-height: 15%;
    margin-top: 2%;
}
section#carouselExampleIndicators {
    padding: 5% 0;
}
.carousel-item .container {
    width: 80%;
    padding-right: unset;
    padding-left: unset;
    max-width: unset;
    margin: 0 4.5% 0 4.5%;
}
.col-8.col-sm-6.col-md-5.col-lg-4.order-1.order-md-1.order-lg-1.item-image {
    margin: auto;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #7f7e7e;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}
.col-md-6.padded.background-ltblu.centered.match-height-1 {
    padding: 10% !important;
}
.stats-centered {
    justify-content: center;
}
.narrow {
    width: 75%;
}
.bottom-nopad{
    padding-bottom: 5%;
}
.rounded-btn.icon-btn.ma.match-height .icon-title {
    max-width: 75%;
    margin: auto;
    bottom: 2em;
    max-height:75%;
}
.sm-img-btn {
    width: 66%;
}
.col-12.centered.social {
    min-height: 2vh;
}
.col-12.centered.social {
    padding: 5% 0 4% 0;
}
p.lead.ma {
    margin-top: unset;
}
.col-2.benefits {
    width: 90%;
    padding-left: 16%;
}
.benefits-lead {
    padding: 0 10%;
}

.lead-short-left {
    margin-top: 1vh;
    padding: 0 3% 0 0;
}
.lead-short-right {
    margin-top: 1vh;
    padding: 0 0 0 5%;
}
.section-border-esg {
    display: flex;
    border-top: 1px solid #E7E8EB;
    padding-top: 3%;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}
.container-fluid.social {
    padding-bottom: 0;
}
.row.footer-btn-row {
    position: absolute;
    width: 100%;
    bottom: 5%;
}
.flex-row-account {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.copyright-account {
    display: block;
    float: left;
    clear: both;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    letter-spacing: 1px;
}
.col-group-right.col-md-12.centered {
    display: block;
    float: right;
    height: 100%;
    width: 100%;
    padding: 3%;
}
footer.account {
    height: 100px;
}
.banner-account {
    top: 8vw;
}
.col-md-10.centered.flex-row-account button {
    border: 1px solid;
}
.contact-info-title {
    font-family: DINRoundProMedium, sans-serif;
    font-size: 16px;
    text-align: center;
}
.contact-info-detail {
    font-family: DINRoundPro, sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}
.hours {
    color: #295C90;
    margin-bottom: unset;
    padding-bottom: .5%;
}
h3.seo-friendly-h3.primary-blu.hours-header {
    margin-bottom: 4%;
}
.row.contact-pad {
    padding: 5% 0;
}
div#loginApp {
    position: absolute;
    right: 18%;
    top: 30%;
    background: #E7E8EB;
    width: 33%;
    padding: 4% 4%;
    border-radius: 1em;
}
.MuiFormControl-root-109.MuiFormControl-marginNormal-110.MuiFormControl-fullWidth-112.mui-input, p#Password-helper-text {
    width: 100%;
    margin-bottom: 5%;
}
input#Username, input#Password {
    border: unset;
    border-radius: .25em;
    width: 100%;
    line-height: 30px;
}
a.link-block {
    text-decoration: none;
    color: #434F59;
}
p#Password-helper-text {
    margin-top: 2%;
}
.esg-numbers-head {
    font-family: DINRoundPro, sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 30px;
}
h3.seo-friendly-h3.primary-blu.a-pad {
    margin-bottom: 3%;
}
h3.seo-friendly-h3.tertiary-blue.centered {
    margin-top: 3%;
}
.centerbutton {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.inner-mission {
    margin: 0;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
textarea#message {
    border-radius: 1em;
    min-height: calc(5em + 0.75rem + 2px);
}
input#name, input#email, input#dealer-phone, select.form-select.contact-dropdown {
    border-radius: 0.75em;
    min-height: calc(2.5em + 0.75rem + 2px);
}
select.form-select.contact-dropdown {
    background-color: #088CC9;
    color: #ffffff;
}
select.form-select.contact-dropdown {
    background-image: url(../img/icons/arrow-203-128.ico);
}
.col-adjusted {
    padding-right: 8%;
}
.care-deeply {
    margin-bottom: 2%;
    font-family: 'Karla', sans-serif;
}
div#billing-payments, div#account-information, div#titles-releases, div#insurance-warranty-information  {
    scroll-margin-top: 150px;
}
.no-dec {
    display: flex;
    text-decoration: none;
    border-radius: 1em;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
}
.no-dec:hover {
    background: #C3E5F6;
}
.no-dec.icon-btn img {
    width: 80%;
}
.ceo-img button img {
    width: 100%;
}
div#peek-a-boo {
    scroll-margin-top: 100px;
}
[data-aos] {
    opacity: 0;
}
[data-aos].animated {
    opacity: 1;
    transition: all 3s;
}
div#security {
    margin-top: -1.5vw;
    margin-bottom: 4vw;
}
[data-aos] {
    pointer-events: inherit;
}
[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 3s;
}
.icon-btn:hover {
    background: unset;
}
.rounded-btn.icon-btn.ma.match-height:hover {
        background: #C3E5F5
}
.img-center {
    margin-right: auto !important;
    margin-left: auto !important;
}
span#home-saturday {
    top: 4vw;
}
div#faqs {
    margin-top: 13.25vw;
}
div#privacy {
    margin: 0 auto;
    padding-left: 10vw;
    padding-right: 10vw;
    display: flex;
    justify-content: center;
}
#title {
    color: #898989;
}
.col-lg-7.col-md-10.centered.video-text-right {
    margin-right: -2vw;
}
.row.map-background .padded {
    padding: 5% !important;
}
.row.padded.form-wrapper {
    padding: 3% !important;
}
/* Testing */
.card.card-body.rounded.icon-btn-grey.background-grey.pop-greys {
    padding: 5%;
    text-align: left;
    background-color: #E7E8EB;
    border: unset;
}
div#mobileTermsWrap {
    max-width: 768px;
    margin: auto;
    border: 2px solid;
    padding: 2%;
    margin-bottom: 2vw;
}
.profile-img img {
    width: 70%;
}
a.no-dec.icon-btn.match-height-1:active, a.no-dec.icon-btn.match-height:active {
    background: #C3E5F5;
}
/*ADC-2486*/
.carreer-button-invisible-headers{
    font-size: 40px;
    color:transparent;
}
.career-button-padding{
    padding: 40px;
    padding-bottom:60px;
}
.career-button{
    color: #ffffff;
    font-family: Karla, sans-serif;
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    background-color: #295C90;
    border-color: #295C90;
    padding: 30px 50px;
}
.flex-row-header{
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;

}
.transparent-header{
    color:transparent;
}
.lead-bold{
    font-weight: bold;
    font-size: 20px;
}
.lead-close{
    font-size: 20px;
    line-height: 28px;
}

.flex-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #dee2e6;
}

.flex-row {
  display: flex;
  border-bottom: 1px solid #dee2e6;
}

.flex-row:last-child {
  border-bottom: none;
}

.flex-cell {
  flex: 1;
  padding: 8px;
}

.privacy-note-header {
  font-weight: bold;
}

@media only screen and (max-width: 929px) {
    .flex-row-careers{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: start;
    }
    .carreer-button-mobile-header{
        font-size: 40px;
        color:white;
    }
    .carreer-button-header{
        font-size: 40px;
        color:transparent;
    }
    .prefoot{
        font-family: DINRoundPro, sans-serif;
        font-style: medium;
          padding: 10% 20% 10% 20%;
      }

}
@media only screen and (min-width: 930px) {
    .flex-row-careers{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: start;
    }
    .carreer-button-mobile-header{
        font-size: 40px;
        color:transparent;
        display:none;
    }
    .carreer-button-header{
        font-size: 40px;
        color:white;
    }
}