<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.text-hero {
	font-size: 18px;
}


p {
	font-size: 16px;
/* Larger font */
}

body {
  font-size: 16px;
/* All other options */
}

.nurICON {
  	Float: left;
	padding-right: 10px;
	margin-top: 4px;
/* Why choose us Icons */

}

.nurLABEL {
  	Float: left;
	padding-right: 10px;
	margin-top: -15px;
/* Services Icons */

}

.nurSER {
	display: flex;
  	justify-content: center;
/* 4 Content Block Location Hours Services Icons */

}

.nurTRIA {
  	Float: left;
	padding-right: 3px;
/* circle image elements on care pages */
}

.nurGEM {
	Float: right;
	padding-right: 150px;
}

h2.NURGOLD {
	/* Primary Care page Elements */
        font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 20px;
        border-bottom-style: dotted;
        border-color: #cfb97d;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        /* Sets the border to 1 pixel */
    }

h2.NURPEACH {
	/* Acute Care page Elements */
        font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 20px;
        border-bottom-style: dotted;
        border-color: #F58D76;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        /* Sets the border to 1 pixel */
    }

h2.NURPURPLE {
	/* Midwifery page Elements */
        font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 20px;
        border-bottom-style: dotted;
        border-color: #B787BC;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        /* Sets the border to 1 pixel */
    }

h2.NURGRAY {
	/* Dental page Elements */
        font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 20px;
        border-bottom-style: dotted;
        border-color: #C1C3C5;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        /* Sets the border to 1 pixel */
    }

h2.NURTEAL {
	/* Behavioral page Elements */
        font-family: "Roboto", "Source Sans Pro", Helvetica, Arial, sans-serif;
        font-weight: 400;
        margin-top: 20px;
        border-bottom-style: dotted;
        border-color: #6CC3BB;
        padding-bottom: 5px;
        border-bottom-width: 2px;
        /* Sets the border to 1 pixel */
    }

.t-factsFigures .t-factBoxInner .t-factHeadline {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 100;
/* remove the bold in facts n figures */
   }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto","Source Sans Pro",Helvetica,Arial,sans-serif;
  font-weight: 100;
/* remove the bold in the bios */
}

a.nurCARE {
	color: #000;
   	display: block;
	padding: 10px;
	border: 1px solid transparent;
	text-decoration: none;
}

a.nurCARE:hover {
	background: #FFF;
	border: 1px solid #ddd;
	border-radius: 5px;
	text-decoration: none
}


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