


*{
  margin: 0;
  padding: 0;
}

body{
  font-family: "Roboto", sans-serif;
  font-style:normal;
  font-weight: 300;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}
body.bg{
  background-image: url(images/bg.png);
  background-attachment:fixed;
}

img{
  border: 0;
  max-width:100%;
  vertical-align:middle;
}

a{
  text-decoration: none;
  cursor:pointer;
  transition: .7s color, .7s background-color;
  color: #007998;
}
a:focus{
  outline: none;
}
a:hover{
  transition: .3s color, .3s background-color;
  color: #332B40;
}


h3, .h3{
  display:block;
  font-weight: 500;
  color: #342B3F;
  font-size: 25px;
  line-height: 30px;
  margin: 30px 0 10px 0;
}



p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}

.clear{ clear: both; }

.container{
  width: 98%;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  position:relative;
}

#header{
  background-color: #332B40;
  padding-top: 10px;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#header ul{
  list-style-type: none;
  margin: 10px 0 0 0;
}
#header ul li{
  display: inline;
}
#header ul li a{
  display: inline-block;
  border-right: 1px solid #9A959F;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 50px;
  font-weight:700;
  color:#9A959F;
  text-transform: uppercase;
  padding: 0 15px;
}
#header ul li:last-child a{
  border-right:0;
}
#header ul li a.current, #header ul li a:hover{
  color:#FFFFFF;
}

#header.short{
  padding-top: 5px;
}
#header.short h1{
  position:absolute;
  left:60px;
  top:-5px;
  z-index:1;
}
#header.short h1 img{
  width: 80px;
}


#hometitle{
  background-image: url(/images/sheep.jpg);
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  text-align: center;
  padding: 70px 150px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}


.line{
  height: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #332B40;
}
.line.high{
  height: 70px;
  margin-bottom: 70px;
}

.main{
  background-color:#FFFFFF;
  min-height: calc(100vh - 65px);
}

#home{
  font-size: 19px;
  line-height: 30px;
  float: left;
  width: 70%;
  padding-right: 5%;
  padding-left: 60px;
  text-align: center;
  border-right: 1px solid #332B40;
  box-sizing: border-box;
  margin-top: 40px;
}
#home b{
  font-weight: 700;
  color:#007998;
}

#homeside{
  box-sizing: border-box;
  border-left: 1px solid #332B40;
  float: left;
  width: 30%;
  padding-left: 3%;
  padding-right:60px;
  position: relative;
  left:-1px;
  font-size: 14px;
  margin-top: 40px;
}
#homeside a{
  font-weight:500;
}
#homeside a#breedplan img{
  float: right;
  margin-left: 10px;
  max-width:40%;
}

#homeside h3{
  display:block;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #007998;
  font-size: 35px;
  line-height: 35px;
  margin: 30px 0 10px 0;
}


.padded{
  padding: 40px 60px;
}
.padded.sides{
  padding: 0 60px;
}

.homebutton{
  display: block;
  float: left;
  box-sizing: border-box;
  width: 48%;
  margin-right: 4%;
  height: 280px;
  position:relative;
  background-color: #DAECF4;
  margin-top: 100px;
  text-align: center;
  padding: 20px 20px 80px 20px;
  color:#000000;
  font-weight: 500;
}

.homebutton:nth-child(2n+2){
  margin-right:0
}
.homebutton .h3{
  color:#000000;
}

.homebutton img{
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left:-38px;
  width: 76px;
  transition: 1s width, 1s margin;
}

.homebutton .view{
  display: block;
  position:absolute;
  left:0;
  bottom:0;
  height: 45px;
  width:100%;
  line-height: 45px;
  color:#FFFFFF;
  text-align:center;
  font-style: italic;
  font-weight:400;
  font-size: 23px;
  letter-spacing:1px;
}
.homebutton.nzge .view{ background-color:#E7E3C2; color:#000000; }
.homebutton.flockfinder .view{ background-color: #007998; }
.homebutton.ramfinder .view{ background-color: #00A073; }
.homebutton.breederfinder .view{ background-color: #832373; }

.homebutton:hover img{
  width: 88px;
  margin-left: -44px;
  transition: .5s width, .5s margin;
}


#footer{
  text-align:center;
  font-weight:200;
  font-size: 13px;
}
#footer.padded{
  padding-bottom:10px;
}

.top{
  text-align: center;
  font-weight: 300;
  font-size: 25px;
  line-height: 35px;
  padding: 40px 150px;
}

.top h1{
  font-size: 60px;
  line-height: 60px;
  font-weight:300;
  margin-top: 20px;
  margin-bottom: 30px;
}

.top h2{
  display: inline-block;
  margin: 10px 0 30px 0;
  border: 5px solid #FFFFFF;
  padding: 10px 35px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#000000;
  text-transform:uppercase;
}
.top h2 a{
  color: #7D7D7D;
}

.more{
  text-align:center;
}
.more a{
  font-weight:500;
  color:#000000;
}
.more a:hover{
  color: #007998;
}

.toolbuttons{
  display: flex;
}
.toolbuttons a{
  display: block;
  flex:1;
  padding: 10px;
  border-right: 1px solid #7D7D7D;
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  color:#000000;
  font-size: 30px;
  line-height: 30px;
}
.toolbuttons a:last-child{
  border-right:0;
}
.toolbuttons a img{
  display: inline-block;
  margin-bottom: 10px;
  width: 88px;
}
.toolbuttons a:hover{
  background-color: #DCECF4;
}

.formlabel{
  float:left;
  width:50%;
  text-align:right;
}
.formitem{
  float:left;
  width:50%;
  text-align:left;
  padding-bottom:10px;
}
.formitem select, .formitem input, .input, .textarea{
  box-sizing:border-box;
  width: 50%;
  border: 1px solid #CCC;
  padding: 3px;
  border-radius: 5px;
  margin-left:10px;
}

.submit{
  background-color: #332B40;
  color:#FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  cursor:pointer;
  transition: .7s background-color;
  border:0;
  padding: 3px;

}
.submit:hover{
  background-color: #832373;
  transition: .3s background-color;
}

.top ul li{
  margin-bottom: 10px;
}
.top ul li a{
  border-bottom: 1px dotted #666;
  color: #000000;
}
.top ul li:last-child a{
  border:none;
}


.qaheading{
  position:relative;
  top: -75px;
}


.faq .dots{
  border-bottom: 3px dotted #CCCCCC;
  width: 80%;
  max-width: 600px;
  margin: 60px auto;
}

.faq h3{
  margin: 30px auto 10px auto;
  width: 60%;
  max-width: 500px;
  font-weight:300;
  font-size: 30px;
}
.faq h3 img{
  display: block;
  margin: 0 auto 5px auto;
}
.faq .answer{
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

.gone{ display: none; }
.here{ display: block; }


ul.linklist{
  list-style-type: none;
  margin:0 0 80px 0;
}
ul.linklist a{
  display: inline-block;
  border-bottom: 3px dotted #CCCCCC;
  padding: 10px;
}
ul.linklist li:last-child a{
  border:none;
}

.fawnbutton,.bluebutton{
  display: inline-block;
  background-color: #E6E3C0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  position:relative;
  padding: 20px 30px;
  margin-top: 50px;
}
.bluebutton{
  background-color: #DCECF4;
  box-sizing: border-box;
  width: 46%;
  margin: 50px 2% 20px 2%;
  float:left;
  display:block;
  height:110px;
  line-height: 35px;
}
.bluebutton.oneline{
  line-height:70px;
}
.fawnbutton img, .bluebutton img{
  position:absolute;
  left:50%;
  top: -50px;
  width: 60px !important;
  height: auto !important;
  margin-left:-30px;
}
.fawnbutton:hover, .bluebutton:hover{
  background-color: #332B40;
  color:#FFFFFF !important;
}

#technical .fawnbutton{
  box-sizing: border-box;
  display: block;
  float: left;
  width: 46%;
  margin: 50px 2% 20px 2%;
  line-height: 35px;
}


.purplebutton{
  display: inline-block;
  background-color: #332B40;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  position:relative;
  padding: 0 25px 0 50px;
  height: 60px;
  line-height:60px;
  color:#FFFFFF !important;
}
.purplebutton img{
  position:absolute;
  left: -30px;
  height: 60px !important;
  width: 60px !important;
  top:0;
}
.purplebutton:hover{
  background-color: #E6E3C0;
  color: #332B40 !important;
}

.purplebutton.twolines{
  font-size: 20px;
  line-height: 20px;
  height: 40px;
  padding: 10px 35px 10px 50px;
}

.newsheading{
  background-color: #332B40;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color:#FFFFFF;
  padding: 10px;
  position:relative;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.newsheading:first-child{
  margin-top:0;
}
.newsheading img{
  position:absolute;
  bottom:-20px;
  left:50%;
  margin-left: -28.5px;
}

.large{
  font-size: 25px;
  line-height: 35px;
  font-weight:300;
  max-width: 80%;
  margin: 0 auto;
}
.large .notlarge{
  font-size: 15px;
  line-height: 20px;
}


.cptbutton{
  display: block;
  float: left;
  width: 32%;
  background-color: #7D7D7D;
  color:#FFFFFF;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color:#FFFFFF;
  height: 50px;
  font-size: 25px;
  line-height: 25px;
  padding: 10px 0;
  margin-bottom: 30px;
}
.cptbutton.oneline{
  line-height:50px;
  margin: 0 1%;
}
.cptbutton:hover{
  color:#FFFFFF !important;
    background-color: #332B40;
}

table{
  border: 0;
  border-collapse: collapse;
}
table td{
  border: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #CCCCCC;
}

.half{
  float: left;
  width: 48%;
  margin-right: 4%;
}
.half+.half{
  margin-right:0;
}


.search{
  font-size: 20px;
  display: table;
}
.search .searchlabel{
  display: table-cell;
  width: 1px;
}
.search .searchform{
  display:table-cell;
  width:100%;
}

.searchbox{
  border: 1px solid #000;
  border-radius: 3px;
  background-image: url(/images/search.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 10px;
  width:100%;
  box-sizing:border-box;
}

.half h3{
  float: left;
  margin-right: 15px;
  margin-top:0;
  color: #007998;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
}

.half .news{
  margin-left: 90px;
  display: block;
  color: #000000;
  font-weight:200;
}
.half .news .date{
  display: block;
}
.half .news:hover{
  color: #332B40;
}

.result{
  display:block;
  padding: 15px;
  border-left: 5px solid #FFFFFF;
  border-right: 5px solid #FFFFFF;
  transition: .7s border;
}
.result h3{
  margin-top:0;
}
.result p:empty{
  display:none;
}
.more .result:hover{
  border-left: 5px solid #E6E3C0;
  border-right: 5px solid #E6E3C0;
  transition: .3s border;
  color:#000000;
}





.newsletter{
  display: block;
  float:left;
  width: 30%;
  height: 120px;
  margin-right: 3%;
  margin-bottom: 20px;
  border:1px solid #000000;
  background-color: #FFFFFF;
}

.newsletter .pdf{
  float:left;
  width: 90px;
  padding: 10px;
  background-color: #E6E3C0;
  color: #332b40;
  border-right:1px solid #000000;
  height: 100px;
  transition: 1s background-color;
  font-size: 13px;
}
.newsletter .pdf .downqload{
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0 2px 0;
}
.newsletter .intro{
  display: block;
  margin-left: 110px;
  padding: 10px;
  height: 100px;
  overflow: hidden;
  color: #000000;
  font-size: 14px;
  line-height: 18px;
}
.newsletter:hover .pdf{
  background-color:  #332b40;
  color:#FFFFFF;
  transition: .3s background-color;
}


.newsletter.largenewsletter{
  height:250px;
}
.newsletter.largenewsletter .pdf, .newsletter.largenewsletter .intro{
  height: 230px;
}


#contactform .input, #contactform .textarea{
  text-align: center;
  font-family: arial;
  font-size: 13px;
  padding: 5px;
}

.g-recaptcha{
  margin: 15px auto;
  text-align:center;
  max-width: 304px;
}

#mobilenavbutton{ display:none;}

.more ul{
  border-top: 1px solid #CCC;
}
.more ul li{
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
}
.nprove .more ul{
  border:0;
}
.nprove .more ul li{
  border:0;
  padding-top:0;
}

.more table{
  margin: 0 auto;
}


body.nprove{
  background-image: none;
}
body.nprove #header, body.nprove #footer{
  display:none;
}
body.nprove .main{
  min-height: 1px;
}
body.nprove .container{
  width:100%;
  max-width:100%;
  margin:0;
}

body.nprove .more{
  text-align:left;
}

body.nprove .main h1{
  font-size: 40px;
  line-height: 50px;
  font-weight:400;
  margin: 0 0 20px 0;
}
body.nprove .main h2{
  font-size: 30px;
  line-height: 40px;
  font-weight:400;
  margin: 30px 0 15px 0;
}
body.nprove .main h3{
  font-size: 25px;
  line-height: 30px;
  font-weight:400;
  margin: 30px 0 15px 0;
}
