<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********** Center of CLincal Arts Section ***************/
 #center-clinical-arts h2.section-heading {
	 margin-bottom:1rem;
}
/*********** FAQ Section ***************/

@media only screen and (max-width: 991px){
	/*adds padding in tablet/mobile to seperate from the above column */
	 #faq .col-md-3 {
		 margin-top:3.5rem;
	}
}
 #faq .btn-link {
	 font-size: 1.5rem;
	 font-family: 'League Gothic';
}
.faq-a p{
	padding-top:0;
	margin-top:0;
	margin-bottom:.75rem;
}


.faq-a ul {
		padding-top:0;
	margin-top:0;
	
}

#faq .faq-section h3.section-title:not(:first-of-type){
  margin-top:4rem;
}

 #faq {
	 padding-top:0;
}
/* software app logos */
/* software app logos */
 ul.section-grid li a.software-apps{
	 border:#efefef solid 1px;
	 margin-bottom:1rem;
	 height: 10rem;
	 display: flex;
	 align-items: center;
	 justify-content: center;
}
 ul.section-grid li a.software-apps img{
	 text-align:center;
	 margin:auto 0;
	 max-width:15rem;
}
/*********** TESTS, BOOKS &amp; EQUIPMENTS Section aka Red boxes ***************/
 #tests-books-equipment {
	 padding-bottom: 30px;
}
 #tests-books-equipment .red-blocks li{
	 border:#f0f0f0 solid 4px;
	 list-style:none;
	 text-align:center;
	 line-height:1.6rem;
	 padding:0;
}
 .red-blocks a.red-blocks-item{
	 background-color:#c8102e;
	 height: 100%;
	 width:100%;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 min-height:8rem;
	 padding:.25rem;
	 font-size:1.4rem;
}
 #tests-books-equipment ul.red-blocks {
	/* fixes padding/margin issue to match the rest of the page */
	 margin-left:-50px;
	 margin-right:-5px;
}
 #tests-books-equipment .red-blocks li a{
	 color:#fff;
	 font-family:'League Gothic', sans-serif;
	 font-weight:200;
}
 .red-blocks a.red-blocks-item:hover{
	 background-color:#960c22;
}
/* Red boxes resize fixes */
 @media (max-width: 1395px) {
	 #tests-books-equipment .red-blocks li{
		 min-height:10rem;
	}
}
 @media (max-width: 1134px) {
	 #tests-books-equipment .red-blocks li{
		 min-height:11rem;
	}
}
 @media (max-width: 992px) {
	 #tests-books-equipment .red-blocks li{
		 min-height:8rem;
	}
}
/* CTA LINKS */
 #links {
	 padding-bottom:2rem;
}
 #links .middle-link {
	 margin-top:1.5em;
	 font: bold 1.25rem 'Milo', sans-serif;
}
 #links p.bigger-text {
	 padding-bottom: 1.5rem;
}
 #links .section-links{
	 margin: 0;
	 padding: 0;
	 text-align: center;
}
 #links .section-links li{
	 margin: 0;
	 width: 40%;
	 text-align: center;

}
  .theme-light-gray#links .section-links li{
	 margin: 0;
	 width: 31.5%;
	 text-align: center;

}

 .theme-light-gray#links .section-links li a{
    float:left;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
    padding: .25rem;
    font-size: 1.2rem;
    line-height:1.2rem;
}

 #links .section-links li:nth-child(1){
	 margin: 0;
}
 #links .section-links li:nth-child(2){
	 margin: 0 0 0 1rem;
}
 #links .section-links li:nth-child(3){
	 margin: 0 0 0 1rem;
}
/* #links .section-links li:nth-child(3){
	 margin: 0 0 0 1rem;
}
 */
 #links .section-links li a{
	 display: block;
	 padding: 15px 0;
	 background-size: cover;
	 background-position: center center;
	 color: #fff9d9;
	 font-size: 1.25rem;
	 transition: .5s all;


}




 #links .section-links li a:hover{
	 transform: scale(1.05);
}
 #links .section-links li:nth-child(1) a{
	 background-color: #c8102e;
}
 #links .section-links li:nth-child(2) a{
	 background-color: #c8102e;
}
 #links .section-links li:nth-child(3) a{
	 background-color: #c8102e;
}

 #links .section-links li a:after{
	 content: "";
}




 @media only screen and (max-width: 880px){
	 #links .section-links li{
		 width: 100%;
		 justify-content:center;
	}
	 #links .section-links li:nth-child(1){
		 margin: 0px;
		 margin-bottom: 30px;
	}
		 #links .section-links li:nth-child(2){
		 margin: 0px;
		 margin-bottom: 30px;
	}
	 #links .section-links li:nth-child(3){
		 margin: 0px;
		 margin-bottom: 30px;
	}

	  .theme-light-gray#links .section-links li{
		 margin: 0px;
		 width:100%;
		 margin-bottom: 10px;
	}

}
 </pre></body></html>