<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERAL STYLING */

/* Make all section headings sentence cased */
.page-section .section-heading {
    text-transform: initial !important;
}


/* CUSTOM STYLING FOR HOME PAGE */
#home-services {
    text-align: center !important;
    
}

/* HOME BANNER */
.page-header h1::before {
	background: rgba(0,0,0,0.4);
}

.page-header h1 {
	background: transparent;
	font-family: 'Milo', sans-serif !important;
	font-weight: 600;
}

.page-header h3 {
	font-family: 'Milo', sans-serif !important;
	font-size: 2.75rem;
}

/* SIGN UP SECTION */
#sign-up {
  background-color: #c8102e;
}
 
img.sign-up-img {
  width: 150px;
}

/* How it works title align center */
section#how-it-works h3 {
    text-align: center;
}

/* CUSTOM STYLING FOR ABOUT PAGE */
#about-advantages {
    text-align: center !important;
}

/* CUSTOM STYLING FOR LOCATIONS PAGE */
 #parking {
	 text-align: center !important;
}

 #gallery {
	 text-align: center !important;
}

/* CUSTOM STYLING FOR MEMBERSHIP PAGE */
 #membership-exp {
	 text-align: center !important;
}

 #membership-benefits {
	 text-align: center !important;
}

 #membership-resources {
	 text-align: center !important;
}


/* CUSTOM CONTAINERS */
.custom-container {
        align-content: flex-start;
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-bottom: 3vw;
      }
      .custom-item {
        padding-top: 2vw;
        padding-bottom: 2vw;
        width: auto;
     }
     @media only screen and (max-width:1550px) {
         .custom-item {
             padding-right: 0;
         }
     }
     @media only screen and (max-width: 1549px) {
         .custom-item {
             padding-right: 3vw;
         }
     }
     @media only screen and (min-width: 992px) {
         .custom-item {
             width: 50%;
         }
     }
     @media only screen and (max-width: 991px) {
         img {
             width: 100% !important;
         }
     }
     .custom-image-item {
     }
     .custom-text-item {
     }
     .custom-titles {
         font-size: 1.7em;
         font-weight: bold;
     }
     .custom-btn {
         background: #C8102E;
         display: inline-block;
         padding: 0.5vw 2vw;
     }
     .custom-btn:hover {
         background: #960C22;
     }
     .custom-btn a {
         color: white !important;
         font-weight: 600;
     }
     .custom-btn {
         margin-right: 1.5vw;
     }
     @media only screen and (max-width: 767px) {
         .custom-btn {
             padding: 1vw 5vw;
         }
     }
     #content-well {
         width: 100%;
     }
     
/* TABLES */
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
    background-color: #fff9d9;
}

table#membership {
    border: 2px solid black;
}

/* TWO COLUMN */
.custom-container {
        align-content: flex-start;
        align-items: center;
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-bottom: 3vw;
      }
      .custom-item {
        padding-top: 2vw;
        padding-bottom: 2vw;
        width: auto;
     }
     @media only screen and (max-width:1550px) {
         .custom-item {
             padding-right: 0;
         }
     }
     @media only screen and (max-width: 1549px) {
         .custom-item {
             padding-right: 3vw;
         }
     }
     @media only screen and (min-width: 992px) {
         .custom-item {
             width: 50%;
         }
     }
     @media only screen and (max-width: 991px) {
         img {
             width: 100% !important;
         }
     }
     .custom-image-item {
     }
     .custom-text-item {
     }
     .custom-titles {
         font-size: 4rem;
         font-weight: bold;
     }
     .custom-btn {
         background: #C91048;
         display: inline-block;
         padding: 0.5vw 2vw;
     }
     .custom-btn:hover {
         background: #960C22;
     }
     .custom-btn a {
         color: white;
         font-weight: 600;
     }
     .custom-btn {
         margin-right: 1.5vw;
     }
     @media only screen and (max-width: 767px) {
         .custom-btn {
             padding: 1vw 5vw;
         }
     }
     #content-well {
         width: 100%;
     }
     
/* ZOOM OUT ANIMATION */
.zoom-out {
  animation: zoom-out 3s;
  animation-delay: 1s;
}

@keyframes zoom-out {
  0% {
    transform: scale(0.1, 0.1);
  }
  100% {
    transform: scale(1, 1);
  }
}

/*MOBILE STYLING */
@media only screen and (max-width: 1192px){
    img.sign-up-img {
        display: none !important;
    }
}

@media only screen and (max-width: 768px){
    .custom-btn {
        width: 50% !important;
    }
}

@media only screen and (max-width: 414px) {
    #dpc-tile a {
        width: 100% !important;
    }
    
    #medical-services li.col-xs-12.col-sm-4 {
        margin-bottom: 1rem !important;
    }
    
    #medical-services ul.section-grid {
        flex-wrap: wrap;
    }
    
    .page-header h1 {
        font-size: 3.8rem !important;
    }
    
    #dpc-tile-membership ul.section-grid {
        flex-wrap: wrap;
    }
    
    #dpc-tile-membership li.col-xs-12.col-sm-3 {
        margin-bottom: 1rem !important;
    }
    
    .custom-btn &gt; a {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    
    .custom-tiles {
        font-size: 2.5rem;
    }
    
    .grid-image-wrapper &gt; img {
        width: 40% !important;
    }
    
    .custom-container {
        flex-wrap: wrap-reverse;
    }
}
</pre></body></html>