@font-face {
    font-family: 'GreycliffCF-Bold';
    src: url('assets/fonts/GreycliffCF-Bold.ttf') format('truetype');
    font-weight: 700;
  }
  
  @font-face {
    font-family: 'GreycliffCF-Demibold';
    src: url('assets/fonts/GreycliffCF-DemiBold.ttf') format('truetype');
    font-weight: 600;
  }
  
  @font-face {
    font-family: 'GreycliffCF-Regular';
    src: url('assets/fonts/GreycliffCF-Regular.ttf') format('truetype');
    font-weight: 400; 
  }
  
  body {
    font-family: 'GreycliffCF-Regular';
    margin: 0;

  }
 h1 {
    color:#212529;
    font-size:40px;
    font-family:"GreycliffCF-Bold";
}

  h2 {
    color:#1F2124;
    font-size:24px;
    font-family:"GreycliffCF-Bold";

  }
  
  h3 {
    color:#212529;
    font-size:16px;
    font-family:"GreycliffCF-Bold";
  }

  h4 {
    color:#212529;
    font-size:16px;
    font-family:"GreycliffCF-Bold";
  }

  p {
    font-family: 'GreycliffCF-Regular';
    font-size:16px;
    color:#212529;
  }

  .p-left {
    font-family: 'GreycliffCF-Regular';
    font-size:16px;
    color:#212529;
	text-align:left;
  }
	


  a {
    color:unset;
    text-decoration:unset;
  }
  
   .nlink a 
 {
    color:#1F2124;
    font-size:24px;
    font-family:"GreycliffCF-Bold";
 }
  

  .container {
    max-width: 1140px;
  }

  .top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12.5px 0;
    font-size: 14px;
    font-family: "GreycliffCF-Regular";
    font-weight: 400;
    color: #e6e6e6;
    background: #2F3238;
  }

  .top-bar .left {
    width: 50%; 
    display: flex;
    align-items: center;
  }

  .top-bar .right {
    width: 50%; 
    text-align: right; 
  }

.top-bar .car-icon {
    margin-right:10px;
    vertical-align: middle;
}

ul.top-bar-nav {
    list-style-type:none;
    margin:0;
}

ul.top-bar-nav li {
    display:inline;
    color:#fff;
}

.top-bar-nav li:first-child {
  color:#979AA1;
  margin-right:20px;
}

.bottom-bar {
    align-items: center;
    background:#FFF000;
    padding:1rem 0;
}

.bottom-bar h2 {
  margin:0;
}

.bottom-bar .col-1 {
  width:8%;
}


.logo {
    margin-right: 10px;
    color: #fff;
    border-radius: 5px;
}

.chevron-left {
  margin-right:10px;
  align-items: middle;
}

.page-title {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  margin: 0 auto;
  width: 56%;
}

.page-title h1 {
  font-size:40px;
  font-weight:700;
}

.page-title ul {
    list-style-type: none;          /* Removes the bullets (dots) */
    padding-left: 0;                /* Removes extra padding */
    margin-left: 0;                 /* Ensures no extra margin on the left */
}

.page-title ul li {
    font-size: 1.2em;               /* Increases font size */
    font-weight: bold;              /* Makes the text bold */
    margin-bottom: 10px;            /* Adds space between each list item */
}

.page-title ul li a {
    text-decoration: underline;     /* Adds underline to links */
    color: inherit;                 /* Keeps the same color for the link */
}






.content {
  margin-top:30px;
}

.content > .container {
 max-width:780px;
}

.content p, h1, h2, h3, h4, h5, h6 {
/*  margin-bottom:20px;  */
}

.content .row {
  margin-bottom:15px;
}



.btn-main {
  background:#FFF000;
  color:#212529;
  font-family:"GreycliffCF-Bold";
  font-size:20px;
  border:0;
  padding:10px 25px;
  min-width:250px;
  border-radius:999px;
  margin:10px 0;
}

.btn-main:hover, .btn-main:active {
  background:#FFF000 !important;
  color:#212529 !important;
}

.list-img-mobile {
  display:none;
}

.last-cta {
  margin-top:15px;
}

.row .listing h4 {
  text-decoration:underline;
  margin-top:10px;
}

.row .listing img {
  width:230px;
  height:230px;
}

footer {
  background:#191A1D;
  margin:0;
  padding:40px 0;
}

footer h5 {
  color:#fff;
  font-family:"GreycliffCF-Bold";
  font-size:16px;
  margin-bottom:10px;
}

footer li, footer p {
  color:#C8CBD1;
}

footer li {
  padding-bottom:8px;
}

footer ul {
  list-style-type: none;
  padding-left: 0;
  margin:0;
}

.copyright {
  margin-top:30px;
}

.cpy-text {
  font-size:12px;
  color:#838383;
}

.cpy-text a {
  font-weight:bold;
  text-decoration: underline;;
}

footer svg {
  margin-right:25px;
}

.mobile-menu {
  display:none;
}

.col p:not(:last-of-type) {
  margin-bottom:25px;
}

/*RESPONSIVE MOBILE*/

@media only screen and (max-width: 768px) {

  .mobile-menu {
    display:block;
  }

  .col .mobile-menu {
    width:20%;
  }

  .top-bar {
    display:none;
  }

  .bottom-bar {
    padding:16px 0;
  }

  .bottom-bar .col-1 {
    width:19%;
  }

  .bottom-bar h2 {
    font-size:24px;
  }

  .bottom-bar .col-11 {
    width:60%;
  }

  .page-title {
    width:90%;
  }

  .logo img {
    max-height:50px;
  }

  .page-title {
    padding:15px 0;
  }

  .content {
    padding: 0 10px;
  }

  .row .listing .col-4 {
    width:100%;
  }

  .row .listing .col-4:not(.last) {
    margin-bottom:15px;
  }

  .list-img-desktop {
    display:none;
  }

  .list-img-mobile {
    display:block;
  }

  .row .listing img{
    width: 100%;
    height: auto;
  }

  .listing .col-4 img {
    margin: 0 auto;
  }

  .row .listing {
    margin:0 auto;
    text-align:center;

  }

  .row .listing h4 {
    margin-top:8px;
  }

  .btn-main {
    width:100%;
    min-width:unset;
  }

  footer {
    text-align:center;
  }
  
  footer .col-4 {
    width:100%;
    margin-bottom:35px;
  }

  footer .col-4 h5 {
    font-size:20px;
  }

  .copyright .row {
  display:flex;
  flex-direction: column-reverse;
}

  .copyright .col-10 {
  width:100%;
  text-align:left;
}

  .copyright .col-2 {
  width:100%;
  text-align:center !important;
margin-bottom:45px;
}

  footer svg {
  margin-right:30px;
}

  svg.bi.bi-twitter {
  margin:0;
}

#mobile-menu {
  padding:30px;
}

.modal ul {
  list-style-type:none;
  padding:12px;
  padding-left:5px;
  padding-bottom:0;
  font-family: 'GreycliffCF-Bold';
  font-size:22px;
}

.modal li {
  border-bottom:1px solid #d4d4d4;
  padding:18px 0;
}

.modal li svg {
  margin-bottom:2px;
  margin-right:5px;
}

.modal-backdrop
{
    opacity:0.9 !important;
}



.btn-close {
  background: #EAEAEA url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border-radius:999px;
}

}

/*RESPONSIVE TABLET*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .copyright .col-10 {
    width:80%;
  }
  
  .copyright .col-2 {
    width:20%;
  }

}




/* Unique Container Styles */
.vehicle-storage-container {
    padding-top: 16px;
}

.vehicle-storage-locations {
    max-width: 1200px;
    margin: 0 auto;
}

/* Unique Row and Column Styles */
.vehicle-storage-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.vehicle-storage-col {
    flex: 1;
    min-width: 300px; /* Adjust based on desired column width */
    box-sizing: border-box;
}

/* Unique Typography */
.vehicle-storage-heading {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 1.1rem;
	
}

/* Unique List Styles */
.vehicle-storage-list {
    list-style-type: none;
    padding: 0;
}

.vehicle-storage-list li {
    margin-bottom: 8px;
}

.vehicle-storage-list a {
    text-decoration: underline;
    color: #007BFF;
    
    padding-bottom: 2px;
    transition: color 0.3s, border-bottom-color 0.3s;
}

.vehicle-storage-list a:hover {
    color: #0056b3;
    border-bottom-color: #0056b3;
}

.highlighted {
	text-decoration: underline !important;
    color: #007BFF !important;
}


ul li.indented::marker {
  content: "○"; /* Open circle for the indented bullet */
  font-size: 16px; /* Adjust size if needed */
  color: black; /* Border color */
}

ul li.indented {
  margin-left: 20px; /* Indent the text */
  text-indent: -10px; /* Adjust to keep text aligned properly */
  padding-left: 30px; /* Add spacing between marker and text */
}


ul li.numbered::marker {
  content: counter(list-item) "."; /* Use numbers for the marker */
  font-size: 16px;
  color: black;
}

ul li.numbered {
  counter-increment: list-item; /* Increment the counter for numbered items */  
  padding-left: 10px; /* Space between the number and text */
}


p.indented {
  position: relative;
  padding-left: 30px; /* Space for the bullet */
  margin: 5px 0; /* Optional: Adjust spacing */
  margin-bottom: 0px !important; 

}

p.indented::before {
  content: "○";  /* A hollow bullet character. Could also use "\25E6" or "○" */
  position: absolute;
  left: 0;
  top: 3px;
  color: #000; /* Bullet color */
  font-size: 1em; /* Adjust size as needed */
  line-height: 1; /* Align with text */
}