<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Paars: #570c5d;
Groen: #038e7e;
*/

/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
html{
  background-image: url("../images/background.gif");
}
body{
  background-image: url("../images/swirl.png");
  background-repeat: no-repeat;
  background-position: center 80%;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #646464;
}

a{
  outline: 0;
  color: inherit;
  text-decoration: none;
}

img{
  border: 0;
}

textarea{ 
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  resize: none;
}

.clear{
  clear: both;
}
span.clear{
  display: block;
}


div.container{
  position: relative;
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
}

/*      HEADER      */
header{
  position: relative;
  margin: 0px;
  width: 1160px;
  height: 119px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 2;
  background-color: #ffffff;
}
header img.logo{
  position: relative;
}


div.menuHolder{
  position: relative;
  z-index: 3;
  height: 55px;
  margin-top: 34px;
  float: right;
  border-left: solid 1px #dcdcdc;
  border-top: solid 1px #dcdcdc;
  border-right: solid 1px #dcdcdc;
}
div.menuHolder nav{
  position: relative;
  float: left;
}
div.menuHolder nav ul{
  position: relative;
  float: left;
}
div.menuHolder nav ul li.mobileMenu{
  display: none;
}
div.menuHolder nav ul li{
  position: relative;
  float: left;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  color: #570c5d;
  font-size: 14px;
  font-weight: 400;
  height: 55px;
  line-height: 55px;
  border-right: solid 1px #dcdcdc;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  font-family: 'Glegoo', serif;
}
div.menuHolder nav ul li:hover, div.menuHolder nav ul li.active{
  color: #038e7e;
}
div.menuHolder nav ul li a{
  display: block;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  color: inherit;
  text-decoration: none;
}
div.menuHolder nav ul li.menuArrow a{
  padding-right: 45px;
  background-image: url("../images/menu-arrow.jpg");
  background-position: right center;
  background-repeat: no-repeat;
}

div.menuHolder nav ul li ul{
  width: auto;
  height: auto;
  display: none;
  position: absolute;
  left: -1px;
  top: 56px;
  text-align: left;
  background-color: #f3f3f4;
  padding-bottom: 10px;
}
div.menuHolder nav ul li:hover&gt;ul{
  display: block;
}
div.menuHolder nav ul li ul li{
  display: block;
  position: relative;
  float: none;
  list-style-type: none;
  text-transform: none;
  font-size: 13px;
  height: 30px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px;
  border: none;
}
div.menuHolder nav ul li ul li a, div.menuHolder nav ul li.menuArrow ul li a{
  padding-right: 25px;
  background: none;
  white-space: nowrap;
}
div.menuHolder nav ul li ul li:hover, div.menuHolder nav ul li ul li.active{
  color: #038e7e;
}

div.menuHolder nav ul li.menuButton{
  display: none;
}

div.menuHolder div.searchHolder{
  display: inline-block;
  float: left;
  border-bottom: solid 1px #dcdcdc;
}
div.searchHolder input.inputText{
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  height: 55px;
  line-height: 55px;
  color: #afafaf;
  width: 150px;
  margin: 0px;
  border: none;
  background-color: #FFFFFF;
}
div.searchHolder input.submitSearch{
  float: left;
  background-image: url("../images/submit-search.jpg");
  background-repeat: no-repeat;
  width: 45px;
  height: 55px;
  border: none;
  border-left: solid 1px #dcdcdc;
  cursor: pointer;
}


/*      CONTENT      */

div.mainContent{
  position: relative;
  width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ffffff;
}

div.centerContent{
  position: relative;
  width: 1160px;
  padding-left: 30px;
  padding-right: 30px;
}

div.content{
  width: 100%;
  text-align: left;
}

h3.wideTitle{
  width: 100%;
  background-color: #570c5d;
  height: 93px;
  line-height: 93px;
  text-align: center;
  font-family: 'Glegoo', serif;
  color: #FFFFFF;
  font-size: 30px;
}
span.markText{
  display: inline-block;
  background-color: #45094c;
  padding-left: 10px;
  padding-right: 10px;
  height: 43px;
  line-height: 43px;
}

article{
  text-align: left;
  width: 800px;
  float: left;
  margin-bottom: 55px;
  margin-top: 50px;
}

article h1{
  margin: 0px;
  padding: 0px;
  font-size: 27px;
  line-height: 30px;
  font-weight: 700;
  font-family: 'Glegoo', serif;
  color: #038e7e;
  margin-bottom: 30px;
}
article h1 span{
  color: #2a255c
}
article h2{
  font-size: 15px;
  font-weight: 700;
  color: #570c5d;
}
article h3{
  font-size: 22px;
}

article ol, article ul{
  margin-left: 15px;
}

article p a, article h3 a{
  color: #570c5d;
  text-decoration: none;
}
article p a:hover, article h3 a:hover{
  text-decoration: underline;
}

article span.fa{
  padding-right: 5px;
}

div.textCol{
  float: left;
  width: 380px;
  margin-right: 40px;
}
div.textCol:nth-of-type(2){
  margin-right: 0px;
}
div.textCol.wide{
  float: left;
  width: 800px;
  margin-top: 15px;
  margin-right: 0px;
}
div.textCol img{
  width: 100%;
}

aside, section{
  float: left;
  width: 323px;
  margin-bottom: 55px;
  margin-top: 50px;
  margin-right: 35px;
}
section{
  display: none;
}

aside div.locationInfo{
  text-align: center;
  border: 1px #dedede solid;
  padding: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 22px;
  margin-bottom: 20px;
}
aside div.locationInfo h3{
  font-family: 'Glegoo', serif;
  color: #18988a;
  font-size: 20px;
}
aside div.locationInfo h4{
  color: #18988a;
}

aside div.news, section div.news{
  border: 1px #dedede solid;
  margin-bottom: 33px;
}
aside div.news a.newsTitle, section div.news a.newsTitle{
  display: block;
  background-color: #dedede;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Glegoo', serif;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
}
aside div.news a.newsItem, section div.news a.newsItem{
  display: block;
  padding: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px #dedede solid;
}
aside div.news a.newsItem span, section div.news a.newsItem span{
  display: block;
  font-size: 15px;
}
aside div.news a.newsItem span.title, section div.news a.newsItem span.title{
  display: block;
  color: #570c5d;
  font-weight: 700;
}

a.facebookButton{
  display: block;
  border: solid 1px #570c5d;
  height: 38px;
  line-height: 38px;
  color: #570c5d;
  background-color: #ededed;
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 5px;
}
a.facebookButton span.fa{
  display: block;
  float: left;
  padding: 0px;
  height: 38px;
  line-height: 38px;
  width: 40px;
  text-align: center;
  color: #FFFFFF;
  background: none;
  background-color: #570c5d;
  margin-right: 15px;
}
a.facebookButton span.text{
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
  padding-right: 18px;
  font-size: 14px;
  font-family: 'Glegoo', serif;
  text-transform: uppercase;
  background-image: url("../images/section-menu.png");
  background-size: 8px 14px;
  background-position: right center;
  background-repeat: no-repeat;
}


div.slideShowHolder{
  position: relative;
  width: 380px;
  height: 206px;
  margin-bottom: 35px;
}
div.largeSlideShow div.slideShowHolder{
  position: relative;
  width: 800px;
  height: 435px;
}


div.slideShow{
  width: 100%;
  height: 100%;
  position: relative;
}
div.slideShow a{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}
div.slideShow a img{
  display: block;
  width: 100%;
}
div.slideShowHolder div.arrow{
  position: absolute;
  top: 89px;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-left.png");
  background-size: 100% 100%;
  cursor: pointer;
}
div.largeSlideShow div.slideShowHolder div.arrow{
  top: 195px;
  width: 40px;
  height: 40px;
}
div.slideShowHolder div.arrow.next{
  left: auto;
  right: 15px;
  background-image: url("../images/arrow-right.png");
}


div.sectionMenu, div.zorgMenuMobile{
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-top: 2px;
  background-image: url("../images/zorg-menu-bg.gif");
  border-bottom: solid 1px #543b6b;
}
div.zorgMenuMobile{
  display: none;
  margin: 0px;
  padding: 10px;
  box-sizing: border-box;
}

ul.sectionMenuBlock{
  display: block;
  float: left;
  width: 324px;
  margin-left: 47px;
  box-shadow: 1px 1px 6px #888888;
  list-style: none;
}
ul.sectionMenuBlock li{
  position: relative;
}
ul.sectionMenuBlock li:hover ul{
  display: block;
}

ul.sectionMenuBlock li a{
  display: block;
  position: relative;
  font-family: 'Glegoo', serif;
  color: #570c5d;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  background-color: #FFFFFF;
  border-bottom: solid 1px #dedede;
  padding-left: 20px;
  /*
  background-image: url("../images/section-menu.png");
  background-size: 8px 14px;
  background-position: 300px center;
  background-repeat: no-repeat;
  */
}
ul.sectionMenuBlock&gt;li:hover&gt;a{
  color: #FFFFFF;
  background-color: #570c5d;
  /*background-image: url("../images/section-menu-over.png");*/
}

ul.sectionMenuBlock li a span{
  display: block;
  position: absolute;
  right: 15px;
  top: 0px;
  height: 40px;
  width: 8px;
  background-image: url("../images/section-menu.png");
  background-size: 8px 14px;
  background-position: right center;
  background-repeat: no-repeat;
}
ul.sectionMenuBlock&gt;li:hover&gt;a span{
  background-image: url("../images/section-menu-over.png");
}

ul.sectionMenuBlock li ul{
  position: absolute;
  display: none;
  left: 324px;
  top: 0px;
  list-style: none;
  z-index: 10;
  min-width: 200px;
}
@media screen and (max-width: 1490px) {
  ul.sectionMenuBlock:nth-child(3) li ul{
    left: -200px;
  }
}
ul.sectionMenuBlock li ul li a{
  white-space: nowrap;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  background: none;
  background-color: #038e7e;
  border-bottom: solid 1px #FFFFFF;
  padding-right: 20px;
}
ul.sectionMenuBlock li ul li:hover a{
  background: none;
  background-color: #71afa8;
}
ul.sectionMenuBlock li ul li:last-child a{
  border-bottom: solid 0px #FFFFFF;
}


/*      HOME      */
div.zorgMenu{
  position: relative;
  width: 100%;
  height: 520px;
  background-image: url("../images/zorg-menu-bg.gif");
  border-bottom: solid 1px #543b6b;
}
div.hexRow{
  position: absolute;
  height: 197px;
}
div.hexRow:nth-of-type(1){
  top: 13px;
  left: 124px;
}
div.hexRow:nth-of-type(2){
  top: 163px;
  left: 32px;
}
div.hexRow:nth-of-type(3){
  top: 313px;
  left: 124px;
}

a.hexagon, div.hexVisual{
  display: block;
  width: 177px;
  height: 197px;
  position: relative;
  float: left;
  margin-right: 5px;
  transform-style: preserve-3d;
}
div.hexVisual img{
  width: 100%;
  height: 100%;
}
a.hexagon img.bgDefault{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 177px;
  height: 197px;
  background-image: url("../images/hexagon.png");
  background-repeat: no-repeat;
}
a.hexagon img.bgOver{
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 177px;
  height: 197px;
  opacity: 0;
  background-image: url("../images/hexagon-over.png");
  background-repeat: no-repeat;
}

@-webkit-keyframes spinning {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100%{
    transform: rotateX(0deg) rotateY(180deg);
  }
}
@keyframes spinning {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100%{
    transform: rotateX(0deg) rotateY(180deg);
  }
}
a.hexagon:hover {
  -webkit-animation : spinning 0.5s 1 linear forwards;
  -moz-animation    : spinning 0.5s 1 linear forwards;
  -o-animation      : spinning 0.5s 1 linear forwards;
  -ms-animation     : spinning 0.5s 1 linear forwards;
  animation         : spinning 0.5s 1 linear forwards;
}


@-webkit-keyframes fadeDefault {
  0%,49% {
    opacity: 1;
  }
  50%,100%{
    opacity: 0;
  }
}
@keyframes fadeDefault {
  0%,49% {
    opacity: 1;
  }
  50%,100%{
    opacity: 0;
  }
}
a.hexagon:hover img.bgDefault {
  -webkit-animation : fadeDefault 0.5s 1 linear forwards;
  -moz-animation    : fadeDefault 0.5s 1 linear forwards;
  -o-animation      : fadeDefault 0.5s 1 linear forwards;
  -ms-animation     : fadeDefault 0.5s 1 linear forwards;
  animation         : fadeDefault 0.5s 1 linear forwards;
}

@-webkit-keyframes fadeOver {
  0%,49% {
    opacity: 0;
  }
  50%,100%{
    opacity: 1;
  }
}
@keyframes fadeOver {
  0%,49% {
    opacity: 0;
  }
  50%,100%{
    opacity: 1;
  }
}
a.hexagon:hover img.bgOver {
  -webkit-animation : fadeOver 0.5s 1 linear forwards;
  -moz-animation    : fadeOver 0.5s 1 linear forwards;
  -o-animation      : fadeOver 0.5s 1 linear forwards;
  -ms-animation     : fadeOver 0.5s 1 linear forwards;
  animation         : fadeOver 0.5s 1 linear forwards;
}

h3.wideTitle.home{
  margin-top: 2px;
}

div.slideShowHolder.home{
  float: left;
  width: 543px;
  height: 295px;
  margin: 0px;
  margin-right: 75px;
  margin-top: 48px;
}
div.slideShowHolder.home div.arrow{
  top: 133px;
  left: 22px;
  width: 28px;
  height: 28px;
}
div.slideShowHolder.home div.arrow.next{
  left: auto;
  right: 22px;
}

article.home{
  width: 542px;
}
article.home h1{
  height: 55px;
}
article.home div.textHolder{
  position: relative;
  height: 160px;
  overflow: hidden;
}
div.textHolder div.textFade{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background-image: url("../images/readMoreFade.png");
  background-repeat: repeat-x; 
}
article.home div.readMore{
  height: 20px;
  display: inline-block;
  font-family: 'Glegoo', serif;
  text-transform: uppercase;
  border-bottom: solid 1px #afafaf;
  color: #afafaf;
  font-size: 16px;
  cursor: pointer;
}
article.home p.payoff{
  font-family: 'Glegoo', serif;
  color: #570c5d;
  font-style: italic;
  margin-top: 10px;
  line-height: 20px;
}


/*      NIEUWS      */
aside div.linksHolder, section div.linksHolder{
  border: 1px #dedede solid;
  padding: 33px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 22px;
}
aside div.linksHolder h3, section div.linksHolder h3{
  font-family: 'Glegoo', serif;
  color: #038e7e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
aside div.linksHolder a, section div.linksHolder a{
  display: block;
  color: #570c5d;
  background-image: url("../images/section-menu.png");
  padding-left: 25px;
  background-size: 8px 14px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 26px;
  line-height: 26px;
}

article a.newsItem{
  display: block;
  padding: 20px;
  padding-left: 0px;
  border-bottom: 1px #dedede solid;
  color: inherit;
}
article a.newsItem:first-of-type{
  padding-top: 0px;
}
article a.newsItem:last-of-type{
  border: none;
}
article div.videoWrapper{
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}
article div.videoWrapper iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

article a.newsItem img{
  position: relative;
  display: block;
  width: 160px;
  float: left;
  margin-right: 40px;
  padding-top: 6px;
}
article a.newsItem span.textHolder span{
  display: block;
}
article a.newsItem span.textHolder span.title{
  color: #570c5d;
  font-weight: 700;
}
article a.newsItem span.textHolder span.readMore{
  color: #570c5d;
  padding-right: 20px;
  display: inline-block;
  text-transform: uppercase;
  background-image: url("../images/section-menu.png");
  background-size: 8px 14px;
  background-position: right center;
  background-repeat: no-repeat;
}
a.backLink{
  display: block;
  margin-top: 20px;
  color: #570c5d;
  padding-left: 20px;
  display: inline-block;
  text-transform: uppercase;
  background-image: url("../images/back.png");
  background-size: 8px 14px;
  background-position: left center;
  background-repeat: no-repeat;
}

div.pageNav{
  float: right;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #afafaf;
  font-family: 'Glegoo', serif;
  text-transform: uppercase;
}
div.pageNav a{
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  color: #afafaf;
  text-decoration: none;
  border-right: solid 1px #afafaf;
}
div.pageNav a:last-of-type{
  border: none;
  padding-right: 0px;
}
div.pageNav a:hover, div.pageNav a.active{
  color: #570c5d;
}

article.news div.textCol.wide{
  margin-top: 0px;
}
a.newsImage{
  display: inline-block;
  margin-bottom: 20px;
}


/*      MEDEWERKERS     */
a.people{
  display: block;
  width: 168px;
  float: left;
  margin-right: 42px;
  margin-bottom: 40px;
  text-align: center;
}
a.people:nth-of-type(4n){
  margin-right: 0px;
}
a.people:nth-of-type(4n+1){
  clear: both;
}
a.people:nth-last-child(-n+4) {
  margin-bottom: 0px;
}
a.people img{
  width: 100%;
}
div.textCol.peoplePic{
  max-width: 200px;
}
div.textCol.peopleInfo{
  width: 560px;
}

/*      PLATTEGROND     */
article.map{
  width: 410px;
  margin-right: 74px;
}
article.map a{
  display: inline-block;
  padding-right: 15px;
  background-image: url("../images/section-menu.png");
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}

aside.map{
  margin-right: 0px;
  float: left;
  width: 676px;
}
aside.map img{
  display: block;
  margin: 0px;
  padding: 0px;
  max-width: 676px;
  max-height: 676px;
}
aside.map a:last-child{
  display: none;
}


/*      CONTACTGEGEVENS     */
article.contactgegevens{
  width: 100%;
}
article.contactgegevens div.textCol{
  width: 260px;
  margin-right: 40px;
}
article.contactgegevens div.textCol:nth-of-type(4){
  margin-right: 0px;
}
article.contactgegevens div.textCol h2, article.contactgegevens div.textCol h4{
  font-size: 16px;
  font-weight: 700;
  color: #038e7e;
  font-family: 'Glegoo', serif;
}
article.contactgegevens div.textCol h3{
  font-size: 15px;
  font-weight: 700;
  color: #570c5d;
  font-family: 'Glegoo', serif;
}
article.contactgegevens div.textCol h4{
  font-size: 14px;
}
article.contactgegevens div.textCol hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 0px;
    padding: 0px; 
    margin-top: 15px;
    margin-bottom: 12px;
}


/*      CONTACT     */
div.contactForm{
  padding: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  float: left;
  width: 100%;
  border: 1px #dedede solid;
  box-sizing: border-box;
}
div.contactForm h2{
  font-family: 'Glegoo', serif;
  color: #038e7e;
  font-size: 20px;
  margin-bottom: 4px;
}
div.contactForm p{
  color: #038e7e;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 20px;
}
input.inputText{
  display: block;
  float: left;
  position: relative;
  background-color: #f8f8f8;
  height: 37px;
  font-family: 'Lato', sans-serif;
  line-height: 37px;
  margin-right: 34px;
  margin-bottom: 12px;
  padding: 0px;
  padding-left: 8px;
  padding-right: 8px;
  width: 342px;
  box-sizing: border-box;
  border: solid 1px #dedede;
}
input.inputText:nth-of-type(2n+1){
  margin-right: 0px;
}

textarea.inputArea{
  display: block;
  float: left;
  position: relative;
  background-color: #f8f8f8;
  height: 100px;
  font-family: 'Lato';
  font-size: 14px;
  margin-bottom: 12px;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #dedede;
}

input.inputText.error, textarea.inputArea.error{
  background-color: #a8a3b4;
  color: #FFFFFF;
}
input.inputText.error::-webkit-input-placeholder, textarea.inputArea.error::-webkit-input-placeholder {
   color: #FFFFFF;
}
input.submitButton{
  background-color: #038e7e;
  color: #FFFFFF;
  background-image: url("../images/login-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-family: "Glegoo", serif;
  font-size: 14px;
  text-transform: uppercase;
  height: 37px;
  line-height: 37px;
  padding: 0px;
  padding-right: 35px;
  padding-left: 15px;
  border: none;
  cursor: pointer;
  float: right;
}

/*      REGISTER     */
div.registerForm h3{
  font-family: 'Glegoo', serif;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 6px;
}
div.inputRadio{
  padding-left: 9px;
  margin-bottom: 12px;
}
div.inputRadio.error{
  background-color: #a8a3b4;
  color: #FFFFFF;
  padding-top: 5px;
  padding-bottom: 5px;
}
div.inputRadio h3{
  margin-left: -9px;
}
div.registerForm p{
  font-family: 'Lato', serif;
  color: inherit;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 2px;
}
div.inputRadio label{
  display: block;
  font-size: 14px;
}
div.registerForm div.inputRadio label input.inputText.small{
  width: 75%;
  display: inline-block;
  margin-left: 5px;
}
div.registerForm input.inputText{
  float: none;
  margin-right: 0px;
  width: 100%;
}
div.registerForm input.inputText.inputInline{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  width: 40px;
}
div.registerForm input.inputText.inputInline.wide{
  width: 200px;
}

div.registerForm textarea.inputArea{
  float: none;
}
ul.inputList, ul.inputList li{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
ul.inputList li{
  display: none;
  border-bottom: dashed 1px #dedede;
  margin-bottom: 9px;
}
div.listDivider{
  border-bottom: dashed 1px #dedede;
  margin-bottom: 9px;
}
/*
ul.inputList li input.inputText{
  float: left;
  width: 9%;
  padding-left: 4px;
  padding-right: 0px;
  margin-right: 0.5%;
  font-size: 12px;
}
ul.inputList li input.inputText:nth-child(1){
  width: 9%;
}
ul.inputList li input.inputText:nth-child(2){
  width: 11%;
}
ul.inputList li input.inputText:nth-child(4){
  width: 5%;
}
ul.inputList li input.inputText:nth-child(5){
  width: 14%;
}
ul.inputList li input.inputText:nth-child(7){
  width: 14%;
}
*/

/*
ul.inputList li input.inputText:nth-child(8){
  margin: 0px;
}
*/

ul.inputList li div.fa, div.addChild{
  /*float: left;*/
  font-size: 24px;
  line-height: 39px;
  height: 39px;
  cursor: pointer;
  margin-left: 0.5%;
}
div.addChild span.medicineAdd{
  display: block;
  float: right;
  font-family: 'Lato', serif;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  margin-left: 8px; 
}
p.uploadTitle{
  padding-left: 9px;
  padding-bottom: 3px;
}
input.inputFile {
  width: 100%;
  
  height: 37px;
  margin-right: 34px;
  margin-bottom: 12px;
  text-align: left;
}
input.inputFile::-webkit-file-upload-button {
  visibility: hidden;
}
input.inputFile::before {
  display: inline-block;
  background: #f8f8f8;
  border: 1px solid #dedede;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
  width: 100%;
}
input.inputFile:hover::before {
  border-color: black;
}
input.inputFile:active::before {
  background: #f8f8f8;
}

#soaNote{
  display: none;
}


/*      FOOTER      */
footer{
  width: 100%;
}
div.footerInfo{
  position: relative;
  background-color: #afafaf;
  color: #FFFFFF;
  min-height: 100px;
}
div.footerInfo&gt;p, div.locationFooterInfo{
  float: left;
  margin-left: 30px;
}
div.locationFooterInfo{
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 330px;
}
div.locationFooterInfo h4{
  font-family: 'Glegoo', serif;
  font-weight: 400;
  text-transform: uppercase;
}
div.locationFooterInfo a{
  text-decoration: underline;
}
div.locationFooterInfo table td{
  padding-right: 15px;
}

div.footerInfo div.borderLinks{
  position: absolute;
  right: 0px;
  bottom: 34px;
}
div.footerInfo div.borderLinks a{
  display: block;
  float: right;
  padding-right: 25px;
  padding-left: 10px;
  margin-right: 32px;
  border: solid 1px #ffffff;
  color: #FFFFFF;
  font-family: "Glegoo", serif;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background-image: url("../images/login-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}
div.footerInfo a.borderLink:last-of-type{
  margin-right: 13px;
}

div.footerInfo.home{
  background-color: #afafaf;
  min-height: 100px;
  line-height: 100px;
}

div.copyright{
  position: relative;
  height: 37px;
  border-bottom: solid 1px #570c5d;
  color: #6565656;
  font-size: 11px;
  line-height: 37px;
  text-align: right;
  margin-bottom: 40px;
}
div.copyright div{
  float: right;
  text-align: right;
}
div.copyright a{
  color: #000000;
  text-decoration: none;
}
div.copyright a.login{
  display: block;
  float: left;
  padding-right: 25px;
  padding-left: 10px;
  background-color: #038e7e;
  color: #FFFFFF;
  font-family: "Glegoo", serif;
  font-size: 15px;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background-image: url("../images/login-arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}</pre></body></html>