<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Infant Hearing Screening Specialists
Author: Stebbins Media
*/


html {
	padding: 0px;
	margin: 0px;
	height: 100%;
	box-sizing: border-box;
}

body {
	background: #eff0f9;
	padding: 0px;
	margin: 0px;
	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
	height: 100%;
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

/* Header */

#header {
	background: #ffffff;
	margin-bottom: 13px;
}

.header-logo {
	text-align: center;
	padding-top: 27px;
	padding-bottom: 20px;
}

.header-pull-aside {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	padding-top: 10px;
	color: #4b2f00;
	font-size: 16px;
}

.header-pull-aside-questions{}

.header-pull-aside-login {
	text-decoration: underline;
	font-style: italic;
	color: #4b2f00;
}

.header-navigation-wrapper {
	background: #6c3108;
}

.header-navigation &gt; ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.header-navigation &gt; ul &gt; li {
	display: inline-block;
}

.header-navigation &gt; ul &gt; li &gt; a {
	color: white; 
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	padding: 10px 25px 10px 25px;
	font-size: 18px;
}

.header-navigation &gt; ul &gt; li:hover ul {
	display: block;
	position: absolute;
	background: #6c3108;
	list-style-type: none;
	padding-left: 0px;
	min-width: 160px;
	border-top: 3px solid rgb(239, 240, 249);
	z-index: 30;
	box-shadow: 2px 2px 2px rgba(65, 65, 65, 0.32);
}

.header-navigation &gt; ul &gt; li:hover &gt; a {
	background: #B0975D;
}

.header-navigation &gt; ul &gt; li ul a:hover {
	background: rgb(75, 47, 0);
}

.header-navigation &gt; ul &gt; li:hover ul a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	text-align: left;
}

.header-navigation &gt; ul &gt; li &gt; ul {
	display: none;
}

/* Footer */

.body-wrapper {
	height: auto;
	min-height: 100%;
	padding-bottom: 170px;
	box-sizing: border-box;
}

#footer {
	border-top: 8px solid #ae9559;
	background: #6c3108;
	color: white;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-top: -170px;
	height: 170px;
}

#footer a {
	color: white;
}

.footer-navigation {
	padding-top: 12px;
}

.footer-navigation a {
	text-decoration: none;
}

.footer-navigation a:hover {
	text-decoration: underline;
}

.footer-navigation ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

.footer-navigation li {
	text-align: left;
}

.footer-navigation &gt; ul &gt; li &gt; a {
	text-transform: uppercase;
	margin-bottom: 20px;
	display: inline-block;
}

.footer-navigation &gt; ul li li a {
	font-size: 14px;
}

.footer-navigation &gt; ul &gt; li {
	display: inline-block;
	vertical-align: top;
	min-width: 150px;
}

.footer-info {
	padding-top: 20px;
}

.footer-info-title {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 4px;
}

ul.footer-info-items {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin: 0px;
}

ul.footer-info-items &gt; li {
	display: inline-block;
}

ul.footer-info-items &gt; li:before {
	content: "\2022";
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

ul.footer-info-items &gt; li:first-child:before {
	content: "";
	display: none;
}

/* Layout Utilities */

.layout-width {   
	max-width: 1040px;
	width: 100%;
	clear: both;
	margin: 0 auto;
}

.full-width {
	width: 100%;
	position: relative;
	clear: both;
}

.full-width:after, .layout-width:after, .two-column-container:after, .three-column-container:after {
	content: "";
	display: table;
	clear: both;
}

.row {
	display: block;
	clear: both;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

.two-column-container .column {
	float: left;
	width: 50%;
}

.three-column-container .column {
	float: left;
	width: 33.3%;
}

/* Front Page */

.home-splash {
	text-align: center;
}

.home-sections-bar-item {
	color: white;
	text-align: center;
	display: block;
	width: 25%;
	float: left;
	height: 112px;
	text-decoration: none;
	padding-top: 25px;
	box-sizing: border-box;
	font-family: "PT Serif", serif;
}

.home-sections-bar-item:hover {
	opacity: 0.8;
}

.home-sections-bar-item.section-one {
	background: #9b492e;
}

.home-sections-bar-item.section-two {
	background: #53390c;
}

.home-sections-bar-item.section-three {
	background: #6b4705;
}

.home-sections-bar-item.section-four {
	background: #ae9559;
}

.home-sections-bar-item-icon {
	height: 41px;
	vertical-align: middle;
	display: table-cell;
	min-width: 100%;
	width: 300px;
}

.home-sections-bar-item-title {
	display: block;
	margin-top: 2px;
}

.home-sections-bar {
	margin-bottom: 60px;
	margin-top: 25px;
}

.call-to-action {
	background: #e0e9f3;
	margin-right: 40px;
	color: #1577c3;
	box-sizing: border-box;
	padding: 6px 15px 20px 15px;
}

.call-to-action-header {
  font-weight: bold;
  font-size: 38px;
  line-height: 110%;
  margin-bottom: 20px;
}

.call-to-action-description {
	font-size: 22px;
	margin-bottom: 30px;
}

a.call-to-action-button {
  color: white;
  background: #1577c3;
  text-align: center;
  width: 83%;
  display: block;
  padding: 15px 5px 17px 5px;
  box-sizing: border-box;
  border: 1px solid #1577c3;
  cursor: pointer;
  border-radius: 3px;
  font-weight: bold;
  font-size: 22px;
}

a.call-to-action-button.ghost {
  background: none;
  color: #1577c3;
  text-decoration: none;
}

a.call-to-action-button.ghost:hover {
	text-decoration: underline;
}

a.call-to-action-button:hover {
  opacity: 0.8;
}

h3 em {
	font-style: normal;
	display: inline-block;
	border-bottom: 1px solid #345542;
	height: 1.2em;
}

h3 {
	text-transform: uppercase;
	color: #345542;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
}

.home-section-container {
	margin-bottom: 70px;
}

.home-section-container p {
	color: #4b2f00;
	font-size: 18px;
}

.home-section-container p a {
	color: #9b492e;
}

.home-section-container.left-padding {
	box-sizing: border-box;
	padding-left: 40px;
}

.home-section-container.extra-left-padding {
	box-sizing: border-box;
	padding-left: 80px;
}

.home-section-container.right-padding {
	box-sizing: border-box;
	padding-right: 40px;
}

.emphasized-list {
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(21, 119, 195);
	font-size: 17px;
	list-style-type: none;
	padding-left: 0px;
}

.emphasized-list li {
	background-image: url(/wp-content/themes/ihss/images/star-icon.png);
	background-repeat: no-repeat;
	padding-left: 36px;
	min-height: 35px;
	padding-top: 3px;
	box-sizing: border-box;
}

.bordered-box {
	display: inline-block;
	border: 1px solid #005826;
	box-sizing: border-box;
	padding: 8px 11px;
	color: #005826;
}

.home-section-container-featured-image {
	margin-top: 15px;
}

ul.slides {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 34px;
}

.slides-background-bar {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 10%;
	bottom: 10%;
	background-size: cover;
	z-index: 0;
}

.slides-image-container {
	position: relative;
	display: inline-block;
}

.slides-image-container img {
	z-index: 11;
	position: relative;
}

.slides-image-container:after {
	content: "";
	background-image: url(/wp-content/themes/ihss/images/shadow.png);
	z-index: 10;
	position: absolute;
	bottom: -11%;
	padding-bottom: 33%;
	background-size: contain;
	left: -3%;
	right: -3%;
	display: block;
	background-repeat: no-repeat;
}

.make-a-payment:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.make-a-payment {
	color: white;
	background: #1577c3;
	text-align: center;
	display: block;
	padding: 15px 5px 17px 5px;
	box-sizing: border-box;
	border: 1px solid #1577c3;
	cursor: pointer;
	border-radius: 3px;
	font-weight: bold;
	font-size: 22px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	text-decoration: none;
}


/* Contact Template */

.contact-title {
	color: #53390c;
	font-weight: lighter;
	vertical-align: top;
	font-size: 47px;
	line-height: 48px;
	margin-bottom: 10px;
}

.contact-section {
	clear: both;
	margin-bottom: 16px;
	color: #53390c;
	font-size: 18px;
}

.contact-section a {
	color: #53390c;
}

.contact-intro {
	color: #53390c;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 18px;
}

.contact-section-body {
		display: inline-block;
}

.contact-section.phone-section .contact-section-body,
.contact-section.fax-section .contact-section-body,
.contact-section.email-section  .contact-section-body {
	padding-top: 5px;
}

.contact-section.hours-section .contact-section-icon {
	min-width: ;
}

.contact-section-icon {
	display: inline-block;
	margin-right: 15px;
	min-width: 40px;
	text-align: center;
	vertical-align: top;
}

.contact-form input[type='text'],
.contact-form input[type='email'], 
.contact-form textarea {
	width: 100%;
	box-sizing: border-box;
}

.contact-form {
	box-sizing: border-box;
	padding-right: 40px;
}

h2 {
  font-weight: 300;
  font-size: 48px;
  color: #53390c;
  line-height: 60px;
  vertical-align: top;
  margin-bottom: 10px;
}

h2 .icon {
  display: inline-block;
}

.variable-two-column-container {
    display: table;
    height: 100%;
}

.variable-two-column-container .column {
    display: table-cell;
    height: 100%;
    vertical-align: top;
}

.blue-box {
    background: #e0e9f3;
    margin-top: 0px;
    padding: 10px;
    color: #1577c3;
    margin-left: 20px;
    padding-left: 20px;
    padding-top: 14px;
}

.blue-box &gt; p:first-child {
    margin-top: 0px;
}

.blue-box &gt; p:last-child {
    margin-bottom: 0px;
}

.variable-two-column-container &gt; .column &gt; .blue-box {
    height: 100%;
    font-size: 24px;
}

.footer-navigation ul ul {
    display: none;
}

ol.featured-list {
  counter-reset: featured;
  list-style-type: none;
  padding-left: 60px;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 40px;
}

.featured-list &gt; li:before {
    counter-increment: featured;
    content: "" counter(featured);
    position: absolute;
    background: #ae9559;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 28px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    left: -60px;
    font-family:  Helvetica, Arial, sans-serif;
    padding-left: 1px;
    box-sizing: border-box;
    top: 4px;
}

.featured-list &gt; li {
    position: relative;
}

.featured-list-item-title {
    color: #1577c3;
    font-weight: 600;
    font-size: 20px;
}

.featured-list-item-body p:first-child {
    margin-top: 0px;
}

.featured-list-item-body p:last-child {
    margin-bottom: 0px;
}

.featured-list-item-body {
    margin-bottom: 16px;
    color: #6c3108;
    font-size: 18px;
}

.full-width-content,
.plain-column-content {
  color: #53390c;
  font-size: 18px;
}

.contact-form input {
	height: 3em;
}

.contact-form input[type='text'],
.contact-form input[type='email'] {
	line-height: 3em;
}

.contact-form textarea {
	padding-top: 5px;
}

.contact-form form p:first-of-type {
  margin-top: 0px;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form textarea {
	color: #6C3108;
	border: 1px solid #6C3108;
	padding-left: 10px;
	background-color: rgb(239, 240, 249);
}

.contact-form input[type='submit'] {
	border: 1px solid #005826;
	color: #005826;
	background-color: #EFF0F9;
	font-size: 19px;
	height: 2em;
	width: 5em;
	text-transform: capitalize;
	-webkit-transition: background-color 1s;
	-moz-transition: background-color 1s;
	-ms-transition: background-color 1s;
	transition: background-color 1s;
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	transition: color 1s;
	cursor: pointer;
}
.contact-form input[type='submit']:hover {
	background-color: #005826;
	color: #EFF0F9;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #53390C;
    opacity: .7;
    font-weight: bold;
    font-size: 16px;
    	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #53390C;
   opacity:  .7;
   font-weight: bold;
   	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #53390C;
   opacity:  .7;
   font-weight: bold;
   	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #53390C;
   opacity: .7;
   font-weight: bold;
   	font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

a {
  color: #9b492e;
}

.semi-bold {
	font-weight: 600;
}

.wwe-full-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #ae9559;
  background: white;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.wwe-full-box-img {
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
}

.wwe-full-box-img:after {
  content: "";
  background-image: url(/wp-content/themes/ihss/images/shadow2.png);
  display: block;
  width: 100%;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}

.wwe-full-box-name,
.wwe-box-title {
  text-transform: uppercase;
  font-size: 22px;
  color: #6c3108;
  font-weight: 600;
}

.wwe-full-box-title {
    color: #1577c3;
    font-size: 20px;
}

.wwe-full-box-about p:first-child {
    margin-top: 0px;
}

.wwe-full-box-about p:last-child {
    margin-bottom: 0px;
}

.wwe-full-box-about {
    color: #4b2f00;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}

.wwe-double-box-container {
  display: table;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  height: 100%;
}

.wwe-double-box-container .wwe-box-container {
	display: table-cell;
	width: 50%;
}

.wwe-triple-box-container { 
	display: table;
	height: 100%;
	margin-bottom: 30px;
}

.wwe-triple-box-container .wwe-box-container {
  display: table-cell;
  width: 33.3%;
}

.wwe-box {
  border: 4px solid #ae9559;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
    background: #e3e3e3;
}

.wwe-box-title {
	padding-top: 10px;
}

.wwe-box-about {
  padding-bottom: 20px;
  padding-top: 2px;
      color: #4b2f00;
    font-size: 18px;
}

.wwe-box-about p:first-child {
    margin-top: 0px;
}

.wwe-box-about p:last-child {
    margin-bottom: 0px;
}

.wwe-double-box-container 
.wwe-box-container:first-child 
.wwe-box {
  margin-right: 10px;
}

.wwe-double-box-container 
.wwe-box-container:last-child 
.wwe-box {
  margin-left: 10px;
}

.wwe-triple-box-container
.wwe-box-container:first-child
.wwe-box {
	margin-right: 14px;
}

.wwe-triple-box-container
.wwe-box-container:nth-child(2)
.wwe-box {
	margin-left: 7px;
	margin-right: 7px;
}

.wwe-triple-box-container
.wwe-box-container:last-child
.wwe-box {
	margin-left: 14px;
}

.contact-form form {
  margin-bottom: 70px;
}

.plain-column-content {
  padding-left: 20px;
}

.plain-column-content p:first-child {
 	margin-top: 0px;
}

.plain-column-content p:last-child {
	margin-bottom: 0px;
}

.pdf-downloads .column:first-child img {
  margin-top: 7px;
}

.pdf-downloads {
  margin-bottom: 86px;
}

.icon.parents {
  position: relative;
  top: 7px;
}

a.centered-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: 400px;
}

.plain-column-content ul {
    padding-left: 12px;
    margin-top: 0px;
    list-style-type: none;
}

.plain-column-content li {
    margin-bottom: 8px;
    font-size: 16px;
}

.plain-column-content li:before {
    content: "\2022";
    position: absolute;
    margin-left: -10px;
}

.icon.dafs img {
  position: relative;
  top: 7px;
}

.icon.about img {
  position: relative;
  top: 7px;
}

.icon.green img {
  position: relative;
  top: 8px;
}

.icon.directors img {
  position: relative;
  top: 5px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  min-height: 220px;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }</pre></body></html>