/* 
donkerblauw: #264095
lichtblauw: #4f94cb
zwart: #262626
*/


/* general styles */
html, body, h1, h2, h3, h4, p, form, ul, li, ol{
  margin: 0px;
  padding: 0px;
}
html, body{
  width: 100%;
  height: 100%;
}
body{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.43em;
  color: #264095;
  background-color: #FFF;
}

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

img{
  border: 0;
}

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

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}
sub { 
  top: 0.4em; 
}

.clear{
  display: block;
  clear: both;
  min-height: 0px !important;
}


div.container{
  width: 100%;
  margin: 0px;
  padding: 0px;
}
div.centerContent{
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

/*      HEADER      */
header{
  width: 100%;
  z-index: 2;
  position: relative;
}

header div.headerInfo{
  position: relative;
  background-color: #4f94cb;
  color: #FFF;
  height: 44px;
  line-height: 38px;
}
header div.headerText{
  font-weight: 400;
}
header div.headerText.left{
  float: left;
  font-family: 'Roboto Slab', serif;
  font-size: 0.8em;
}
header div.headerText.right{
  float: right;
  font-family: 'Caveat', cursive;
  font-size: 1.3em;
  position: relative;
}
header div.headerText p,
header div.headerText a{
  display: block;
  float: left;
  height: 38px;
  margin-right: 24px;
  white-space: nowrap;
}
header div.headerText.right a{
  margin-right: 0px;
  margin-left: 24px;
  font-size: 1.4em;
  line-height: 38px;
}
header div.headerText img,
header div.headerText span{
  display: inline-block;
  vertical-align: middle;
}
header div.headerText.left img{
  padding-right: 8px;
  height: 22px;
}
header div.headerText.left a:last-child img{
  height: 14px;
  padding-top: 2px;
}
header div.headerText.right img{
  display: block;
  position: absolute;
  top: 22px;
  right: -35px;
  width: 26px;
}

div.menuHolder{
  height: 122px;
  background-color: #FFF;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 400;
}
header div.logoHolder{
  display: block;
  width: 280px;
  float: left;
  margin-top: 15px;
}
header div.logoHolder img{
  display: block;
  width: 100%;
}

div.menuHolder nav{
  margin-top: 5px;
  float: right;
  position: relative;
}
div.menuHolder nav>ul{
  height: 105px; 
}
div.menuHolder nav ul li{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 105px;
  line-height: 105px;
  padding-left: 25px;
  cursor: pointer;
  margin: 0px;
  color: #181818;
}
div.menuHolder nav ul li a{
  display: block;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: inherit;
}
div.menuHolder nav>ul>li:nth-last-child(2){
  padding-left: 40px;
  top: -20px;
  height: 38px;
  line-height: 38px;
}
div.menuHolder nav>ul>li:nth-last-child(1){
  position: absolute;
  right: 0px;
  top: 60px;
  height: 38px;
  line-height: 38px;
}
div.menuHolder nav>ul>li:nth-last-child(2) a,
div.menuHolder nav>ul>li:nth-last-child(1) a{
  position: relative;
  display: inline-block;
  list-style-type: none;
  height: 38px;
  min-width: 220px;
  line-height: 38px;
  padding-left: 60px;
  padding-right: 25px;
  border-radius: 19px;
  cursor: pointer;
  color: #FFF;
  background-color: #264095;
  background-image: url("../images/icon_nieuwepatient_wit.svg");
  background-position: 27px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
}
div.menuHolder nav>ul>li:nth-last-child(1) a{
  background-color: #4f94cb;
  background-image: url("../images/icon_loginpatient_wit.svg");
  background-size: 15px auto;
}
div.menuHolder nav ul li:hover ul{
  display: block;
}
div.menuHolder nav ul li ul{
  display: none;
  position: absolute;
  left: 14px;
  top: 100px;
  background-color: #FFF;
  border-radius: 16px;
  z-index: 20;
}
div.menuHolder nav ul li ul li{
  display: block;
  height: 32px;
  line-height: 32px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px;
  font-weight: 300;
  text-transform: none;
  color: #264095;
  white-space: nowrap;
}
div.menuHolder nav ul li ul li a{
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding-left: 15px;
  padding-right: 15px;
}
div.menuHolder nav ul li ul li:hover a{
  color: #FFF;
  background-color: #4f94cb;
  
}

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





/*      CONTENT      */
div.content{
  background-color: #FFF;
}

div.pageHeader{
  height: 220px;
  color: #FFF;
  background: -webkit-linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* Standard syntax (must be last) */
}
div.pageHeader div.centerContent{
  height: 100%;
}
.textTable{
  display: table;
  height: 100%;
  width: 100%;
  text-align: center;
}
.textCell{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
div.pageHeader h2{
  font-family: 'Roboto Slab', serif;
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

div.crumblePath{
  text-transform: uppercase;
  font-size: 0.9em;
}
div.crumblePath span{
  color: #bcbcbc;
}

div.mainContent{
  padding-top: 110px;
  padding-bottom: 100px;
}

article{
  width: 500px;
  float: left;
  box-sizing: border-box;
}
article.fullWidth{
  width: 100%;
}

article h1{
  line-height: 1.2em;
  font-size: 2em;
  padding-bottom: 25px;
  letter-spacing: 1px;
  color: #4f94cb;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}
article h1 span{
  font-weight: 300;
  color: #264095;
}
/*
article h2{
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.1em;
  color: #181818;
}
*/
article h3{
  font-size: 1.2em;
  font-weight: 700;
}
article p{
}
article p strong{
  font-weight: 400;
  line-height: 1.875em;
}
article p a, article ul a, article ol a{
  color: #4f94cb;
  font-weight: 400;
}
article p a:hover, article ul a:hover, article ol a:hover{
  text-decoration: underline;
}
article ul{
  margin-left: 20px;
}
aside{
  width: 570px;
  float: right;
}
aside img{
  display: block;
  width: 100%;
}



/*      HOME     */
div.content.home article h1{
  letter-spacing: 0px;
}
div.slideShowHolder{
  position: relative;
  width: 100%;
  height: 664px;
  overflow: hidden;
}
div.slideShow div{
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-size: cover;
  background-position: center center;
}
div.slideShowHolder div.slideContentHolder{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
div.slideShowHolder div.slideContentHolder div.centerContent{
  height: 100%;
}
div.slideShowHolder div.slideContent{
  position: absolute;
  -left: -150px;
  bottom: 100px;
  padding: 35px;
  padding-left: 75px;
  padding-right: 75px;
  border-radius: 40px;
  color: #FFF;
  text-align: center;
  background: -webkit-linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* For Firefox 3.6 to 15 */
  background: linear-gradient(110deg, rgba(35,56,150,0.85), rgba(79,148,203,0.85) 70%); /* Standard syntax (must be last) */
}
div.slideShowHolder div.slideContent h2{
  font-family: 'Caveat', cursive;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 400;
}
div.slideShowHolder div.slideContent p.text{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
}
div.slideShowHolder div.slideContent div.imageHolder{
  display: inline-block;
  border: solid 2px #FFF;
  border-radius: 33px;
  width: 66px;
  height: 66px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 12px;
  vertical-align: top;
}
div.slideShowHolder div.slideContent div.imageHolder img{
  width: 22px;
  padding-top: 13px;
  display: inline-block;
}

div.slideShowHolder div.slideContent p{
  display: inline-block;
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
  vertical-align: top;
  margin-top: 28px;
}

div.newsBar{
  padding-top: 75px;
  padding-bottom: 85px;
}
div.newsLeft{
  width: 280px;
  min-height: 0px;
  float: left;
  background-color: #264095;
  color: #FFF;
}
div.messageHolder{
  padding: 35px;
  text-align: center;
}
div.messageHolder h2{
  text-align: left;
  font-size: 2.1em;
  line-height: 1em;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 20px;
}
div.messageHolder h3{
  display: inline-block;
  font-size: 2.2em;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  background-color: #4f94cb;
  line-height: 1em;
  padding: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 27px;
  margin-bottom: 20px;
}
div.messageHolder p{
  text-align: left;
}

a.homeButton{
  position: relative;
  display: inline-block;
  list-style-type: none;
  text-transform: uppercase;
  height: 38px;
  min-width: 180px;
  line-height: 38px;
  padding-left: 60px;
  padding-right: 25px;
  border-radius: 19px;
  cursor: pointer;
  color: #FFF;
  background-color: #264095;
  background-image: url("../images/icon_email_wit.svg");
  background-position: 27px center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  margin-top: 15px;
}
a.homeButton:hover{
  background-color: #4f94cb;
}


div.timesHolder{
  background-color: #4f94cb;
  padding: 35px;
}
div.timesHolder h3{
  font-size: 1.6em;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
div.timesHolder p:first-of-type{
/*
  border-bottom: solid 1px #264095;
  padding-bottom: 8px;
  margin-bottom: 8px;
*/
}
div.timesHolder p span:first-child,
div.infoBlock p span:first-child{
  float: left;
  display: block;
}
div.timesHolder p span:nth-child(2),
div.infoBlock p span:nth-child(2){
  display: block;
  float: right;
}
div.timesHolder p:last-child{
  font-size: 0.9em;
  font-style: italic;
  padding-top: 10px;
}

div.homeBlocks{
  width: 847px;
  float: right;
  border: solid 1px #e6e6e6;
  border-radius: 30px;
  padding: 60px;
  padding-right: 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
div.homeBlocks>h3{
  font-size: 2em;
  font-weight: 300;
  font-family: 'Roboto Slab', serif;
  color: #264095;
  margin-bottom: 42px;
}
div.homeBlocks div.block{
  width: 345px;
  float: left;
  margin-right: 35px;
  margin-bottom: 35px;
}
div.homeBlocks div.block:nth-child(4){
  clear: both;
}

div.homeBlocks div.block img{
  display: block;
  width: 70px;
  float: left;
}
div.homeBlocks div.block h3{
  padding-left: 85px;
  color: #262626;
  font-size: 1.5em;
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
div.homeBlocks div.block div.text{
  padding-left: 85px;
}


/*      AANGESLOTEN BIJ     */
div.content.logos article{
  width: 100%;
  float: none;
}
aside.linkLogos{
  float: none;
  border-top: solid 2px #e6e6e6;
  border-bottom: solid 2px #e6e6e6;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
  font-size: 0px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
aside.linkLogos a{
  display: inline-block;
  padding: 25px;
}
aside.linkLogos a img{
  display: inline-block;
  max-height: 90px;
  width: auto;
  max-width: 250px;
}


/*      HISTORIE      */
div.content.historie article{
  float: none;
  width: 100%;
}
div.content.historie article img{
  width: 100%;
  margin-bottom: 50px;
}
div.content article div.textCol{
  width: 48%;
  float: left;
}
div.content article div.textCol:nth-last-child(2){
  margin-left: 4%;
}


/*      PRAKTIJK      */
div.content.praktijk div.mainContent{
  padding-bottom: 80px;
}
div.content.praktijk article{
  width: 100%;
  float: none;
}
div.galleryHolder{
  margin-top: 55px;
}
div.tourHolder{
  width: 650px;
  float: left;
}
div.tourHolder a{
  width: 100%;
}
div.tourHolder a img{
  width: 100%;
  display: block;
}
div.gallery{
  width: 435px;
  float: right;
}
div.gallery a{
  display: block;
  float: left;
  width: 125px;
  margin-left: 20px;
  margin-bottom: 20px;
}
div.gallery a img{
  width: 100%;
  display: block;
}


/*      MEDEWERKERS      */
div.content.medewerkers div.mainContent{
  padding-bottom: 55px;
}
div.content.medewerkers article{
  width: 100%;
  float: none;
}
div.employeeHolder{
  margin-top: 55px;
}
div.employee{
  width: 255px;
  float: left;
  text-align: center;
  margin-right: 50px;
  margin-bottom: 45px;
}
div.employee:nth-child(4n){
  margin-right: 0px;
}
div.employee img{
  width: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}
div.employee h3{
  font-size: 1.875em;
  line-height: 1.1em;
  font-family: 'Caveat', cursive;
  width: 100%;
  display: block;
  margin-bottom: 15px;
}
div.employee p{
  font-size: 0.9375em;
  color: #4f94cb;
  font-weight: 400;
  border: solid 1px #4f94cb;
  border-radius: 32px;
  height: 64px;
  text-transform: uppercase;
}


/*      SHOP      */
div.content.shop div.mainContent{
  padding-bottom: 55px;
}
div.content.shop article{
  width: 100%;
  float: none;
}
div.catHolder{
  background-color: #264095;
  padding: 12px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 55px;
}
div.catHolder div{
  display: inline-block;
  color: #FFF;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 15px;
  margin-right: 5px;
  cursor: pointer;
}
div.catHolder div.active{
  background-color: #FFF;
  color: #000;
}

div.productHolder{
  margin-top: 55px;
  margin-left: -25px;
  margin-right: -25px;
}
div.product{
  width: 255px;
  float: left;
  text-align: center;
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 45px;
}
div.product div.imageHolder{
  width: 100%;
  height: 0px;
  padding-top: 100%;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
  border: solid 1px #4f94cb;
  position: relative;
}
div.product div.imageHolder div{
  position: absolute;
  left: 10%;
  top: 10%;
  right: 10%;
  bottom: 10%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
div.product h3{
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.2em;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  min-height: 54px;
  color: #4f94cb;
  text-transform: uppercase;
}
div.product p{
  font-size: 1.25em;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
}

div.paginationHolder{
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  text-align: right;
}
div.paginationHolder span{
  vertical-align: top;
}
.pagination{
  margin: 0px;
}
.pagination li a{
  background: none !important;
  border: none !important;
  color: #264095 !important;
  padding: 0px !important;
  margin: 0px !important;
  vertical-align: top;
  padding-left: 15px !important;
}
.pagination .active a{
  color: #4f94cb !important;
}


/*      KENNISBANK      */
div.searchBar{
  background-color: #e6e6e6;
  padding-top: 60px;
  padding-bottom: 75px;
  text-align: center;
}
div.searchBar.blue{
  background-color: #4f94cb;
}
div.searchBar h4{
  font-size: 4em;
  color: #262626;
  font-family: 'Caveat', cursive;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 25px;
}
div.searchBar.blue h4{
  color: #FFF;
}
div.searchBar.blue button.submitButton.search{
  background-color: #264095;
}


div.content.kennisbank article.wide{
  width: 100%;
  float: none;
}
a.search{
  position: relative;
  display: block;
  margin-bottom: 10px;
  background-color: #e4f1fc;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 140px;
  box-sizing: border-box;
}
a.search span.imageHolder{
  display: block;
  width: 120px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  float: left;
}
a.search span.title{
  display: block;
  color: #264095;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  padding-bottom: 10px;
}
a.search span.text{
  display: block; 
  padding-left: 140px;
}
a.search.noImage span.title, a.search.noImage span.text{
  padding-left: 0px;
}
a.search span.text span.more{
  color: #264095;
  font-size: 0.8em;
  font-weight: 400;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}



/*      CONTACT & INSCHRIJVEN    */
div.content.contact article,
div.content.inschrijven article{
  width: 100%;
  float: none;
}

div.content.contact article div.textCol{
  line-height: 1.875em;
}
div.content.contact div.textCol a{
  display: block;
}
div.content.contact div.textCol a img,
div.content.contact div.textCol a span{
  display: inline-block;
  vertical-align: middle;
}
div.content.contact div.textCol a img{
  padding-right: 25px;
  height: 22px;
}
div.content.contact div.textCol a:last-child img{
  padding-right: 18px;
  height: 14px;
  padding-top: 2px;
}

div.formHolder{
  background-color: #efefef;
  margin-top: 50px;
  padding: 65px;
}
div.formHolder h3{
  text-transform: uppercase;
  font-size: 1.25em;
}

div.inputSet{
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #4f94cb;
}
div.inputSet:first-child{
  padding-top: 0px;
  border: none;
}

div.formCol{
  width: 495px;
  min-height: 20px;
  float: left;
}
div.formCol.last{
  margin-left: 50px;
}
input.inputText, select.inputSelect, label{
  -webkit-appearance: none;
  display: block;
  position: relative;
  background-color: #FFF;
  color: #264095;
  height: 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 40px;
  margin-bottom: 5px;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
  float: left;
}
input.inputText.inputText32{
  width: 32%; 
  margin-right: 1%;
}
input.inputText.inputText33{
  width: 33%; 
  margin-right: 1%;
}
input.inputText.inputText66{
  width: 66%; 
  margin-right: 1%;
}
input.inputText.inputText50{
  width: 50%; 
}
input.inputText.inputText40{
  width: 40%; 
}
input.inputText.last{
  margin-right: 0%;
}
input.inputText.pull-right{
  float: right;
}

input.inputText.search{
  display: inline-block;
  width: 350px;
  line-height: 53px;
  height: 53px;
  font-size: 20px;
  border-radius: 5px;
  color: #000;
  border: solid 1px #c6c6c6;
  vertical-align: top;
  float: none;
}
input.inputText.search:first-child{
  width: 600px;
}

input.inputText.search::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #000;
}
input.inputText.search::-moz-placeholder{ /* Firefox 19+ */
  color: #000;
}
input.inputText.search:-ms-input-placeholder{ /* IE 10+ */
  color: #000;
}
input.inputText.search:-moz-placeholder{ /* Firefox 18- */
  color: #000;
}

textarea.inputArea{
  display: block;
  position: relative;
  background-color: #FFF;
  color: #264095;
  height: 85px;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 10px;
  padding-left: 20px;
  width: 100%;
  border-radius: 0px;
  box-sizing: border-box;
  border: none;
}
input.inputText.error, select.inputSelect.error, textarea.inputArea.error{
  background-color: #264095;
  color: #FFF;
}
div.formHolder p.note{
  float: left;
  font-size: 0.95em;
  margin-top: 5px;
  font-style: italic;
}
button.submitButton,
input.submitButton{
  -webkit-appearance: none;
  display: block;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  height: 40px;
  padding: 0px;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  background-color: #264095;
  border: none;
  cursor: pointer;
  margin-top: 15px;
  border-radius: 20px;
  float: right;
}
button.submitButton.search{
  display: inline-block;
  background-color: #4f94cb;
  background-image: url("../images/icon_vraag_wit.svg");
  background-position: center center;
  background-size: auto 70%;
  background-repeat: no-repeat;
  width: 70px;
  height: 53px;
  padding: 0px;
  border-radius: 5px;
  vertical-align: top;
  float: none;
  margin-top: 0px;
}
button.submitButton span.fa{
  padding-left: 20px;
  font-size: 0.9em;
  line-height: 40px;
}

input.inputText::-webkit-input-placeholder,
textarea.inputArea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #264095;
}
input.inputText::-moz-placeholder,
textarea.inputArea::-moz-placeholder{ /* Firefox 19+ */
  color: #264095;
}
input.inputText:-ms-input-placeholder,
textarea.inputArea:-ms-input-placeholder{ /* IE 10+ */
  color: #264095;
}
input.inputText:-moz-placeholder,
textarea.inputArea:-moz-placeholder{ /* Firefox 18- */
  color: #264095;
}
input.inputText.error::-webkit-input-placeholder,
textarea.inputArea.error::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #FFF;
}
input.inputText.error::-moz-placeholder,
textarea.inputArea.error::-moz-placeholder{ /* Firefox 19+ */
  color: #FFF;
}
input.inputText.error:-ms-input-placeholder,
textarea.inputArea.error:-ms-input-placeholder{ /* IE 10+ */
  color: #FFF;
}
input.inputText.error:-moz-placeholder,
textarea.inputArea.error:-moz-placeholder{ /* Firefox 18- */
  color: #FFF;
}

div.checkBoxHolder{
  margin-bottom: 5px;
  color: #264095;
  font-weight: 400;
}
div.checkBoxHolder.pull-left{
  float: left;
}
div.checkBoxHolder input{
  display: none;
}
div.checkBoxHolder span.title{
  display: inline-block;
  line-height: 40px;
  padding-right: 20px;
}

div.checkBoxHolder div.checkBox{
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-right: 20px;
  cursor: pointer;
}
div.checkBoxHolder.error{
  color: #fc3e33;
}
div.checkBoxHolder div.checkBox div.box{
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #FFF;
  text-align: center;
  line-height: 20px;
  position: absolute;
}
div.checkBoxHolder div.checkBox div.box span{
  color: #264095;
  padding-left: 0px;
  display: none;
}
div.checkBoxHolder div.checkBox div.box span.active{
  display: inline;
}
div.checkBoxHolder div.checkBox span{
  padding-left: 28px;
  display: inline-block;
}

div.addPerson,
div.removePerson{
  line-height: 40px; 
  cursor: pointer;
}
div.removePerson{
  display: none;
}
div.addPerson span,
div.removePerson span{
  background-color: #FFF;
  color: #4f94cb;
  border-radius: 3px;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
}



/*      FOOTER      */
footer{
  width: 100%;
  color: #FFF;
  background-color: #262626;
}
div.footerInfo{
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}
div.footerInfo div.infoBlock{
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  line-height: 1.8em;
}
div.footerInfo div.infoBlock:first-child{
  width: 350px;
  margin-right: 120px;
  line-height: 1.4em;
}
div.footerInfo div.infoBlock:nth-child(2){
  width: 300px;
  margin-right: 80px;
}
div.footerInfo div.infoBlock:nth-child(3){
  width: 240px;
}
div.footerInfo div.infoBlock:first-child img{
  display: block;
  width: 220px;
  margin-bottom: 14px;
}

div.footerInfo div.infoBlock h3{
  color: #FFF;
  font-weight: 500;
  font-size: 1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div.footerInfo div.infoBlock p{
  display: block;
}
div.footerInfo div.infoBlock p a{
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

div.footerInfo div.infoBlock:nth-child(2) p{
  margin-bottom: 20px;
}
div.footerInfo div.infoBlock:nth-child(3) p:nth-child(4){
  margin-bottom: 22px;
}
div.footerInfo div.infoBlock a{
  display: block;
}
div.footerInfo div.infoBlock a img,
div.footerInfo div.infoBlock a span{
  display: inline-block;
  vertical-align: middle;
}
div.footerInfo div.infoBlock a img{
  padding-right: 25px;
  height: 22px;
}
div.footerInfo div.infoBlock a:last-child img{
  padding-right: 18px;
  height: 14px;
  padding-top: 2px;
}



div.copyright{
  font-size: 0.7em;
  line-height: 1em;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  background-image: url("../images/footer-bg.jpg");
  background-repeat: repeat-y;
  background-position: center top;
}
div.copyright div.legal{
  font-weight: 400;
  color: #FFF;
}
div.copyright div.legal br{
  display: none;
}
div.copyright div.legal p{
  display: inline;
}