@charset "UTF-8";

.card {
	  /* Add shadows to create the "card" effect */
	  box-shadow: 0 4px 8px 0 #727365;
	  transition: 0.3s;
	  border-radius: 5px; /* 5px rounded corners */
	  border-width: 5px 0px 0px 0px;
	  border-style: solid;
	  border-color: #FEC325;
	  padding:1.25rem 1.25rem 1.25rem 1.25rem; 
	  font-size:small;
	  max-width: 725px;
	  margin: 0 0 2rem 0;
	 
	}
	
	.card:hover {
	  box-shadow: 0 8px 16px 0 #BFB8AB;
	}

	.card__header {
	  align-items: center;
	}
	
	.card__title {
	  margin: 2% 2% 2% 0;
	  color: #231F20 !important;
	}
	
	.card__link-list {
	  margin: 1% 2% 2% 0;
	}
	
	.card__contact-link { 
	}
	
	.card__contact-link-icon {
	  max-width: 35px !important;
	}
	
	.card__phone-numbers-list {
	  margin: 0 0 2% 0;
	}
	
	.card__phone-number-mobile {
	  display: none;	  
	}
	
	.card__phone-number-desktop {
	  margin: 2% 3% 1% 0;
	}
	
	.card__hours {
        border-bottom: 1px solid #ddd;
        text-align: left; 
        padding: 8px !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
    }
    .card__hours-row {
       background: none !important;
    }
    .card__days {
      width:100%;
	}
	
	.card__section1 {
	  padding: 1rem;
	}

	.card__address {
	  margin-bottom: 0px !important;
      margin-top: 20px !important;
	} 
	
	.card__bdlg-number {
	  line-height: 80%;
	}

	.card__section2{
	  padding-left: 1rem;
	}
	.card__description {
	  max-height: 125px;
	  overflow: auto;
	}
	.card__notice {
	  max-height: 100px;
	  overflow: auto;
	}
	
	@media only screen and (max-width:600px) {
		.card {
		  /* Add shadows to create the "card" effect */
		  box-shadow: 0 4px 8px 0 #727365;
		  transition: 0.3s;
		  border-radius: 5px; /* 5px rounded corners */
		  /*max-width: 85%;*/
		  border-width: 5px 0px 0px 0px;
		  border-style: solid;
		  border-color: #FEC325;
		  padding:0 1rem 1rem 1rem; 
		  font-size:small;
		  max-width: 725px;
		  margin: 2rem 0 0 0;
		 
		}
		.card__phone-number-mobile {
		  display: inline-block;
		  margin: 2% 5% 2% 0;
	      text-decoration: none;
	      color: #231F20 !important;
		}
		
		.card__phone-number-desktop {
		  display: none;
		}
		
		.card__link-list {
		  margin: 2% 2% 2% 0;
		}
					
		.card__phone-numbers-list {
		  margin: 2% 0 2% 0;
		}
		.card__contact-link-icon {
	      max-width: 30px !important;
	    }
	    .card__days {
          width:100%;
        }
        .card__hours {
           border-bottom: 1px solid #ddd;
           text-align:left; 
           padding: 8px !important;
        }
        .card__address {
            margin-bottom: 0px !important;
            margin-top: 20px !important;
        } 
        .card__description {
	    display: none;
	    /*max-height: 75px;
	    overflow: auto;*/
	  }
	}
