@import "../bootstrap/css/bootstrap.css";
@import "../fonts/stylesheet.css";
body {
  overflow-y: visible;
  padding-top: 99px;
}
body .hide-on-web {
  display: none;
}
.results .messagewrapper {
  cursor: pointer;
}
.results .messagewrapper.active .message {
  display: block;
}
.results .messagewrapper .message {
  position: absolute;
  background-color: white;
  padding: 15px;
  border-radius: 7px;
  border: 1px solid black;
  min-width: 200px;
  max-width: 350px;
  display: none;
}
.results .messagewrapper .message .name {
  color: black;
  font-weight: bold;
}
.results .messagewrapper .message .close {
  background-image: url('../img/close.png');
  width: 14px;
  height: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  html {
    overflow-x: hidden;
  }
}
@media (max-width: 767px) {
  body {
    overflow-x: hidden;
    padding-top: 0;
  }
  body .hide-on-web {
    display: block;
  }
}
.clear {
  width: 100%;
  clear: both;
}
#bdp_vuf {
  display: none !important;
}
.content {
  max-width: 1236px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.content .responsive img {
  width: 100%;
  height: auto;
}
.content .responsive object {
  width: 100%;
}
.content .responsive iframe {
  width: 100%;
  border: 0;
  padding: 0 15px;
}
.content a {
  color: #0093d0;
}
.content .button {
  background-color: #0093d0;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  height: 36px;
  border-radius: 0 30px 30px 0;
  z-index: 99;
  position: relative;
  max-width: 200px;
  margin: 20px auto;
}
.content .button a {
  color: white;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  font-family: signacolumnbold;
  font-weight: bold;
}
.content .buttons {
  overflow: hidden;
  margin-bottom: 20px;
}
.content .buttons .schemeBtn {
  background-color: #aaaaaa;
  color: white;
  font-weight: bold;
  width: 100px;
  padding: 15px 0 15px 0;
  text-align: center;
  float: right;
  margin-left: 20px;
  border-radius: 3px;
  cursor: pointer;
}
.popupwrapper1 .buttons .schemeBtn {
  background-color: #aaaaaa;
  color: white;
  font-weight: bold;
  width: 100px;
  padding: 15px 0 15px 0;
  text-align: center;
  float: right;
  margin-left: 20px;
  border-radius: 3px;
  cursor: pointer;
}
.toplinks {
  background-color: #ececec;
  width: 100%;
  height: 32px;
  text-align: right;
  position: fixed;
  top: 0;
  z-index: 400;
}
.toplinks .mobilelang {
  display: none;
}
.toplinks .link {
  padding-top: 7px;
  display: inline-block;
  margin: 0 10px;
  font-size: 10px;
}
.toplinks .link a {
  color: #868686;
}
.toplinks .flag {
  display: inline-block;
  margin: 4px;
}
@media (max-width: 767px) {
  .toplinks {
    display: none;
    background-color: white;
    right: 55px;
    top: 13px;
    height: 30px;
    width: auto;
    left: 0;
    border-radius: 0px 20px 20px 0px;
  }
  .toplinks .mobilelang {
    display: block;
    float: left;
    color: #0093d0;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 6px;
  }
  .toplinks #aefy {
    display: block;
    color: white;
    position: absolute;
    bottom: -500px;
    left: 96px;
    font-size: 13px;
  }
  .toplinks .link {
    margin: 0 6px;
    height: 18px;
  }
  .toplinks .link a {
    color: #0093d0;
  }
}
#headerimage {
  min-height: 350px;
}
.topimage {
  min-height: 350px;
  background-color: #ececec;
}
.topimage .content {
  max-width: 100%;
}
.topimage .content img {
  width: 100%;
  left: 0;
  right: 0;
}
.topimage .text {
  position: absolute;
  margin: 0 auto;
  top: 0;
  width: 100%;
  text-align: center;
  color: white;
}
.topimage .text h2 {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 40px;
  font-family: 'signacolumnbold';
  font-weight: bold;
}
.topimage .text .content {
  font-size: 30px;
}
.topimage.textonly .text {
  position: relative;
  background-color: #6d4719;
}
.topimage.textonly img {
  display: none;
}
@media (max-width: 767px) {
  #headerimage {
    min-height: auto;
  }
  .topimage {
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    margin-top: 18.8vw;
  }
  .topimage .element img {
    width: 100%;
    margin-left: 0;
  }
  .topimage .text h2 {
    font-size: 2em;
  }
  .topimage .text .content {
    font-size: 1.5em;
  }
}
.toptext .content {
  height: 100px;
}
.toptext .text {
  width: 100%;
  text-align: center;
  color: white;
}
.toptext .text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 100px;
}
.toptext .text .content {
  font-size: 30px;
}
@media (max-width: 767px) {
  .toptext {
    margin-top: 17vw;
  }
  .toptext .text h2 {
    font-size: 25px;
  }
}
.submenu .content #submenu {
  overflow: hidden;
  text-align: center;
}
.submenu .content ul {
  list-style: none;
}
.submenu .content ul li {
  display: inline-block;
  padding: 20px 40px 15px;
}
.submenu .content ul li.selected {
  font-weight: bold;
}
.submenu .content ul li a {
  color: white;
}
@media (max-width: 767px) {
  .submenu {
    display: none;
  }
}
.subsubmenu {
  margin-bottom: 5px;
  background-color: #ececec;
}
.subsubmenu .content #subsubmenu {
  overflow: hidden;
  text-align: center;
}
.subsubmenu .content ul {
  list-style: none;
}
.subsubmenu .content ul li {
  display: inline-block;
  padding: 20px 40px 15px;
}
.subsubmenu .content ul li.selected {
  font-weight: bold;
}
.subsubmenu .content ul li a {
  color: #0089c7;
}
@media (max-width: 767px) {
  .subsubmenu .content ul {
    overflow-x: auto;
    margin: 0;
    padding: 0;
  }
  .subsubmenu .content ul li {
    padding: 20px;
    display: table-cell;
    white-space: nowrap;
  }
}
.extmenu {
  margin-bottom: 25px;
}
.extmenu .content {
  display: inline-block;
  width: auto;
}
.extmenu .buttons {
  margin-bottom: 0;
}
.extmenu .buttons a,
.extmenu .buttons .infowrap {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.extmenu .buttons .info-button {
  color: white;
  background-color: #0093d0;
  font-size: 35px;
  padding: 0px 20px;
  border-radius: 47px;
  text-align: center;
  z-index: 102;
  font-family: initial;
  cursor: pointer;
  width: 50px;
  margin: 0 auto;
}
.extmenu .info {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.extmenu .info .info-content {
  border: 1px solid #0093d0;
  padding: 20px;
  position: absolute;
  background: white;
  top: 55px;
  left: 39px;
  z-index: 101;
  width: 400px;
  display: none;
}
@media (min-width: 375px) AND (max-width: 812px) {
  .extmenu .info .info-content {
    width: 250px;
  }
  .extmenu .buttons .info-button {
    height: 25px;
    width: 25px;
    padding: 0;
    font-size: 18px;
  }
  .extmenu .buttons a,
  .extmenu .buttons .infowrap {
    width: 9%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .extmenu .buttons a img,
  .extmenu .buttons .infowrap img {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .extmenu .info .info-content {
    width: 250px;
  }
  .extmenu .buttons .info-button {
    height: 32px;
    width: 32px;
    padding: 0;
    font-size: 23px;
  }
  .extmenu .buttons a,
  .extmenu .buttons .infowrap {
    width: 18%;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .extmenu .buttons a img,
  .extmenu .buttons .infowrap img {
    width: 100%;
  }
}
.topmenu {
  margin-top: 0px;
  margin-bottom: 0px;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: white;
  top: 32px;
}
.topmenu #logo {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 10px;
}
.topmenu #mainmenu ul {
  list-style-type: none;
}
.topmenu #mainmenu ul li {
  display: inline-block;
  position: relative;
}
.topmenu #mainmenu ul li.selected {
  font-weight: bold;
}
.topmenu #mainmenu ul li.selected ul li {
  font-weight: normal;
}
.topmenu #mainmenu ul li:hover ul {
  display: block;
}
.topmenu #mainmenu ul li a {
  color: #0093d0;
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 70px;
  height: 55px;
  line-height: 55px;
  display: block;
}
.topmenu #mainmenu ul li ul {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 0px;
  left: -20px;
  padding-top: 20px;
  width: 150px;
}
.topmenu #mainmenu ul li ul li {
  display: block;
}
.topmenu #mainmenu ul li ul li a {
  height: auto;
  line-height: normal;
  color: #666666;
  padding: 10px 20px;
}
.topmenu .overlay {
  width: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.topmenu .overlay img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .topmenu {
    top: 0;
  }
  .topmenu #logo {
    width: 70%;
    margin-left: 30px;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .topmenu .close-menu,
  .topmenu .open-menu {
    color: white;
    z-index: 200;
    position: fixed;
    font-size: 35px;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .topmenu .open-menu {
    color: #0093d0;
  }
  .topmenu .close-menu {
    display: none;
  }
  .topmenu #mainmenu {
    display: none;
    background-color: rgba(0, 147, 208, 0.85);
    position: fixed;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .topmenu #mainmenu ul {
    margin-top: 100px;
  }
  .topmenu #mainmenu ul li {
    display: block;
  }
  .topmenu #mainmenu ul li a {
    font-size: 30px;
    color: white;
    width: 100%;
    text-transform: initial;
    margin-left: 15%;
    height: auto;
  }
  .topmenu #mainmenu ul li ul {
    margin-top: 0;
    position: relative;
    left: 0;
    width: auto;
    background-color: transparent;
    padding-top: 0;
    margin-bottom: 20px;
  }
  .topmenu #mainmenu ul li ul li a {
    color: white;
    font-size: 20px;
  }
}
.tagline {
  background-color: #7fc4e3;
  height: 76px;
}
.tagline .content .searchbox {
  margin-top: 20px;
}
.tagline .content .searchbox input {
  color: #868686;
  font-size: 12px;
  padding: 10px;
  border: none;
  width: 99px;
}
.tagline .content .searchbox button {
  background-color: #0093d0;
  color: white;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 20px 8px 15px;
  position: absolute;
  border-radius: 0 20px 20px 0;
}
.tagline .content .button {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .tagline {
    background-color: white;
  }
  .tagline .content .searchbox {
    margin-top: 20px;
    position: absolute;
    top: -20px;
    text-align: center;
    right: 15px;
    left: 15px;
  }
  .tagline .content .searchbox button {
    position: relative;
    padding: 7px 20px 10px 15px;
    margin-left: -5px;
  }
  .tagline .content .searchbox input {
    padding: 9px;
    border: 1px solid #cccccc;
  }
  .tagline .button {
    display: none;
  }
}
.spots {
  background-image: url('images/newsbg.png');
  background-repeat: no-repeat;
  background-size: cover;
}
.spots .content .spot {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0 20px 0 20px;
  height: 190px;
  margin-bottom: 40px;
}
.spots .content .spot h2 {
  margin-top: 0px;
  padding: 20px 10px 0;
  color: #0093d0;
  font-size: 20px;
  font-family: signacolumnbold;
  font-weight: bold;
}
.spots .content .spot .text {
  font-size: 14px;
  color: #848484;
  padding: 0px 10px 10px;
}
.seo {
  background-color: #7fc4e3;
  color: white;
}
.seo .row.seo {
  padding-top: 20px;
  padding-bottom: 30px;
}
.seo h1 {
  text-align: center;
}
.seo .text {
  text-align: center;
}
@media (max-width: 767px) {
  .spots {
    background-image: none;
  }
  .spots .content .spot {
    padding: 0;
    height: auto;
    margin: 5px -15px 0 -15px;
  }
  .spots .content .spot h2 {
    margin: 0px;
    padding: 15px 0 15px 0;
    background-color: #7fc4e3;
    color: white;
    width: 100%;
    text-align: center;
  }
  .spots .content .spot h2 a {
    color: white;
  }
  .spots .content .spot .text {
    display: none;
  }
}
#fullspot {
  padding-top: 30px;
}
#fullspot .title {
  padding-top: 60px;
  color: #0093d0;
  text-align: center;
}
#fullspot .button {
  background-color: #0093d0;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 7px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 0 30px 30px 0;
}
@media (max-width: 767px) {
  .fullspot {
    display: none;
  }
}
.main-content.news #mainContent h2 {
  text-transform: normal;
}
.main-content.news #mainContent .element {
  margin: 20px 0;
}
.main-content.news #mainContent .element.image-overlay {
  margin-left: 0;
  width: 100%;
}
#newsspots {
  padding-top: 65px;
}
#newsspots .button {
  background-color: #c5c6c6;
  color: white;
}
#newsspots .newsitem {
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  position: relative;
}
#newsspots .newsitem .content-wrapper {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0px;
  color: #333333;
}
#newsspots .newsitem h2 {
  margin-top: 0px;
  padding: 20px 0;
  color: #0093d0;
  font-size: 20px;
}
#newsspots .newsitem .text {
  font-size: 22px;
  margin-top: 20px;
  color: #3387c5;
}
#newsspots .newsitem .readmore {
  font-size: 13px;
  color: #666666;
}
#newsspots .newsitem .wrapper {
  margin-top: 10px;
}
#newsspots .newsitem .wrapper .date {
  font-size: 13px;
  float: right;
  margin-right: 20px;
  color: #666666;
}
#newsList h2 {
  font-size: 20px;
  border-bottom: 1px solid #afafaf;
  padding-bottom: 10px;
  margin-top: 81px;
  margin-bottom: 20px;
}
#newsList .news {
  padding: 15px;
  position: relative;
}
#newsList .news:nth-child(odd) {
  background-color: #edf6f9;
}
#newsList .news .title {
  font-size: 12px;
}
#newsList .news .more {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 5px;
  display: block;
}
#newsList .news .date {
  color: #8b8b8b;
  font-size: 10px;
}
.main-content.news #mainContent .standard h2 {
  font-size: 30px;
  text-align: left;
}
.main-content.news #mainContent .standard .text {
  font-size: 16px;
  text-align: left;
}
.main-content .newsitem {
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-content .newsitem:nth-child(even) {
  background-color: #edf6f9;
}
.main-content .newsitem .date-mobile {
  display: none;
}
.main-content .newsitem .title {
  color: #6f7374;
  font-size: 16px;
  position: relative;
  top: -3px;
}
.main-content .newsitem .more {
  float: right;
  color: #6bbce1;
  margin-top: 7px;
}
.main-content .newsitem .more a {
  color: #6bbce1;
}
.main-content .newsitem .date {
  float: left;
  color: #5f6264;
  margin-top: 7px;
}
@media (max-width: 767px) {
  .news .image-overlay .responsive {
    position: relative !important;
  }
  .news .image-overlay .responsive img {
    width: 100% !important;
    height: auto !important;
  }
  #newsspots {
    padding-top: 25px;
  }
  #newsspots .newsitem .text {
    margin-top: 15px;
  }
  #newsList {
    display: none;
  }
  #mainContent .newsitem {
    padding-top: 0;
    background-color: white;
    margin-bottom: 20px;
  }
  #mainContent .newsitem .date-mobile {
    display: block;
    color: black;
    width: 100%;
    background-color: white;
    font-weight: bold;
    margin-bottom: 4px;
  }
  #mainContent .newsitem .title {
    font-size: 16px;
    color: white;
    padding: 15px 15px 10px 15px;
    background-color: #94ccde;
    top: 0;
    font-family: signacolumnbold;
  }
  #mainContent .newsitem .text {
    display: none;
  }
  #mainContent .newsitem .date {
    display: none;
  }
  #mainContent .newsitem .more {
    float: none;
    display: block;
    width: 100%;
    text-align: right;
    padding: 0 15px 15px;
    font-size: 16px;
    color: white;
    background-color: #94ccde;
    position: relative;
    top: -1px;
    font-family: signacolumnbold;
    margin: 0;
  }
  #mainContent .newsitem .more a {
    color: white;
  }
  #mainContent .newsitem .col-sm-1 {
    display: none;
  }
}
.subspots {
  background-color: #0093d0;
}
.subspots .content #subspots {
  min-height: 20px;
  margin-top: 80px;
  margin-bottom: 80px;
  overflow: hidden;
}
.subspots .content #subspots .image {
  position: relative;
}
.subspots .content #subspots .content {
  padding: 24px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
}
.subspots .content #subspots .content h2 {
  font-size: 25px;
  color: #0093d0;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.subspots .content #subspots .content .text {
  color: #848484;
}
@media (max-width: 767px) {
  .subspots .content #subspots {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .subspots .content #subspots .subspot {
    margin-bottom: 20px;
  }
}
.main-content {
  background-color: white;
  margin-bottom: 50px;
  overflow: hidden;
}
.main-content #mainContent .element {
  margin: 40px 0;
}
.main-content #mainContent .element.image-overlay {
  margin-left: -10%;
  width: 120%;
  position: relative;
}
.main-content #mainContent .element.image-overlay .text,
.main-content #mainContent .element.image-overlay h1 {
  position: absolute;
  width: 80%;
  top: 40px;
  color: white;
  margin: 0 10%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.main-content #mainContent .element.image-overlay .text a,
.main-content #mainContent .element.image-overlay h1 a {
  color: white;
}
.main-content #mainContent .imagex3 .container {
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  height: 400px;
}
.main-content #mainContent .imagex3 .container .content {
  padding: 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 134px;
  color: white;
  text-align: center;
}
.main-content #mainContent .imagex3 .container .content .button {
  margin-top: 30px;
}
.main-content #mainContent .imagex3 .container.left .content {
  background-color: #a5d6eb;
}
.main-content #mainContent .imagex3 .container.middle .content {
  background-color: #92cde7;
}
.main-content #mainContent .imagex3 .container.right .content {
  background-color: #7fc4e3;
}
.main-content #mainContent .standard h1 {
  font-size: 34px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 20px 0;
}
.main-content #mainContent .standard h2 {
  font-size: 25px;
  text-align: center;
  margin: 0 0 30px 0;
}
.main-content #mainContent .standard .text {
  font-size: 16px;
  text-align: center;
  margin: 20px 0 20px 0;
}
.main-content #mainContent .standard.twocolumns .text {
  color: #5a5a5a;
  font-size: 16px;
  text-align: left;
}
.main-content #mainContent .standard.blue {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
.main-content #mainContent .standard.blue h2 {
  color: white;
  position: relative;
  font-size: 47px;
  font-style: italic;
  padding-bottom: 60px;
}
.main-content #mainContent .standard.blue .line {
  background-color: white;
  width: 200px;
  height: 3px;
  margin: 0 auto;
  position: relative;
}
.main-content #mainContent .standard.blue .background {
  background-color: #7fc4e3;
  position: absolute;
  top: 0;
  z-index: 0;
  left: -10%;
  right: -10%;
  bottom: 0;
}
.main-content #mainContent .standard.image {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
}
.main-content #mainContent .standard.image h2,
.main-content #mainContent .standard.image h3,
.main-content #mainContent .standard.image .text {
  color: white;
  position: relative;
}
.main-content #mainContent .standard.image .image {
  position: absolute;
  top: 0;
  z-index: 0;
  left: -10%;
  right: -10%;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .main-content {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: visible;
  }
  .main-content #mainContent iframe {
    height: auto;
  }
  .main-content #mainContent .element {
    margin: 0;
  }
  .main-content #mainContent .element .text {
    font-size: 15px;
  }
  .main-content #mainContent .element.image-overlay.with-text {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .main-content #mainContent .element.image-overlay.with-text .responsive {
    position: absolute;
    top: 0;
    bottom: 0;
  }
  .main-content #mainContent .element.image-overlay.with-text .responsive img {
    width: auto;
    height: 100%;
  }
  .main-content #mainContent .element.image-overlay.with-text .responsive iframe {
    width: auto;
    height: 100%;
  }
  .main-content #mainContent .element.image-overlay.with-text .text,
  .main-content #mainContent .element.image-overlay.with-text h1 {
    font-size: 34px;
    overflow: hidden;
    color: white;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .main-content #mainContent .element.image-overlay.with-text .text br,
  .main-content #mainContent .element.image-overlay.with-text h1 br {
    display: none;
  }
}
.footer {
  background-color: #ececec;
}
.footer .disclaimer-wrapper {
  background-image: url(../img/cookiebg.png);
  height: 236px;
  display: none;
  color: white;
  position: fixed;
  width: 314px;
  bottom: 30px;
  right: 30px;
  z-index: 10000;
}
.footer .disclaimer-wrapper .disclaimer {
  width: 200px;
  padding: 30px;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}
.footer .disclaimer-wrapper .disclaimer a {
  background-color: white;
  display: inline-block;
  padding: 3px 5px;
  margin-top: 10px;
  border-radius: 0 14px 14px 0;
}
.footer .disclaimer-wrapper h4 {
  text-transform: uppercase;
  font-size: 16px;
}
.footer .disclaimer-wrapper .close {
  position: absolute;
  top: 17px;
  right: 136px;
  color: white;
}
.footer h3 {
  color: #0093d0;
  font-size: 13px;
  text-transform: uppercase;
  margin: 45px 0 18px 15px;
  text-align: left;
}
.footer .follow {
  float: left;
  color: #0093d0;
  margin: 15px;
}
.footer .follow .follow-label {
  float: left;
  line-height: 28px;
}
.footer .follow #social {
  float: left;
}
.footer .follow #social .element {
  margin-left: 10px;
}
.footer #legal {
  clear: both;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -40px;
}
.footer #legal .legallink {
  float: left;
  margin-right: 20px;
  top: 33px;
  font-size: 11px;
  color: #848484;
}
.footer #legal .legallink a {
  color: #848484;
}
.footer .line {
  margin-bottom: 30px;
  border-bottom: 2px solid #0093d0;
  width: 45px;
  margin-left: 15px;
}
.footer .content .formContent {
  position: relative;
  overflow: hidden;
}
.footer .content .formContent .titleCol {
  display: none;
}
.footer .content .formContent .mandatory {
  display: none;
}
.footer .content .formContent .valueCol {
  margin-bottom: 25px;
}
.footer .content .formContent .valueCol input {
  width: 100%;
  padding: 7px;
  border: 0;
  color: #555555;
  border-radius: 0 20px 20px 0;
}
.footer .content .formContent .valueCol textarea {
  height: 149px;
  width: 100%;
  padding: 7px;
  border: 0;
  color: #555555;
}
.footer .content .formContent .button {
  padding: 7px 17px;
  position: absolute;
  border: 0;
  left: 15px;
  bottom: 0px;
}
.footer .content .addresses {
  padding-bottom: 42px;
}
.footer .content .addresses .element {
  color: #848484;
}
.footer .content .addresses .element h5 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
.footer .content .addresses .element h6 {
  margin-top: 0px;
  font-size: 11px;
  text-transform: uppercase;
}
.footer .content .addresses .element .text {
  font-size: 11px;
}
.footer .content .copy .logo .content {
  border-top: 1px solid #848484;
  text-align: center;
}
.footer .content .copy .logo .content #logo {
  width: auto;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
.footer .content .copy .logo .content #logo img {
  width: auto;
}
.footer .content .copy .logo .content .text {
  display: inline-block;
  font-size: 9px;
  color: #848484;
  margin-left: 20px;
  top: -5px;
  position: relative;
}
@media (max-width: 767px) {
  .footer h3 {
    margin: 20px 0 18px 15px;
  }
  .footer .content .formContent .submit {
    padding: 0 15px;
  }
  .footer .content .formContent .submit button {
    margin: 0;
    position: relative;
    left: 0px;
    max-width: none;
    width: 100%;
  }
  .footer .content #footer {
    display: none;
  }
  .footer .content .addresses {
    padding-bottom: 0px;
  }
  .footer .content .copy {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
.dairylist {
  padding: 20px;
  background-color: #ececec;
  overflow: hidden;
}
.dairylist .link,
.dairylist a {
  font-size: 14px;
}
.dairylist .updatedate {
  font-size: 12px;
}
.dairylist .search {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.dairylist .search input {
  padding: 5px;
  float: left;
  margin-right: 20px;
  width: 300px;
  color: #b4b4b4;
  font-size: 16px;
}
.dairylist .search button {
  padding: 7px 20px;
  float: left;
  color: white;
  font-size: 16px;
  background-color: #008acb;
  border: 0;
}
.dairylist table {
  display: block;
  margin-bottom: 50px;
  overflow: hidden;
}
.dairylist table tr {
  width: 100%;
}
.dairylist table tr .number {
  width: 10%;
}
.dairylist table tr .name {
  min-width: 25%;
}
.dairylist table tr .info {
  width: 10%;
}
.dairylist table tr .xyvik {
  width: 5%;
}
.dairylist table tr .sire,
.dairylist table tr .mgs,
.dairylist table tr .gmgs {
  width: 15%;
}
.dairylist table tr .pdf {
  width: 5%;
}
.dairylist table tr .hack {
  width: 40px;
}
.dairylist table thead td {
  font-weight: bold;
  padding: 20px 5px;
  vertical-align: bottom;
}
.dairylist table thead td a {
  color: white;
}
.dairylist table tbody td,
.dairylist table tbody th {
  padding: 20px 5px;
}
.dairylist table tbody tr:nth-child(odd) td {
  background-color: #cac8c8;
}
.dairylist table tbody .xyvik {
  text-align: center;
}
.dairylist table tbody .link,
.dairylist table tbody a {
  font-weight: bold;
  color: #666666;
}
.dairylist table tbody .pdf a {
  display: block;
  text-indent: -99999px;
  background: url("../img/pdf.png") no-repeat right top;
  height: 19px;
  margin-top: 7px;
}
.dairylist table tbody .comment {
  color: #751d2f;
}
@media (max-width: 767px) {
  .dairylist .search input {
    width: 65%;
    font-size: 14px;
    line-height: 22px;
  }
  .dairylist .search button {
    float: right;
  }
  .dairylist .updatedate {
    display: none;
  }
  .dairylist .buttons {
    display: none;
  }
  .dairylist table .number,
  .dairylist table .sire,
  .dairylist table .mgs,
  .dairylist table .pdf,
  .dairylist table .gmgs {
    display: none;
  }
}
.beeflist {
  padding: 20px;
  background-color: #ececec;
}
.beeflist .link,
.beeflist a {
  font-size: 14px;
}
.beeflist .updatedate {
  font-size: 12px;
}
.beeflist .search {
  clear: both;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.beeflist .search input {
  padding: 5px;
  float: left;
  margin-right: 20px;
  width: 300px;
  color: #b4b4b4;
  font-size: 16px;
}
.beeflist .search button {
  padding: 7px 20px;
  float: left;
  color: white;
  font-size: 16px;
  background-color: #008acb;
  border: 0;
}
.beeflist table {
  display: block;
  margin-bottom: 50px;
}
.beeflist table tr {
  width: 100%;
}
.beeflist table tr .number {
  width: 10%;
}
.beeflist table tr .name {
  width: auto;
}
.beeflist table tr .info {
  width: 10%;
}
.beeflist table tr .xyvik {
  width: 5%;
}
.beeflist table tr .sire {
  width: 20%;
}
.beeflist table tr .mgs {
  width: 20%;
}
.beeflist table tr .pdf {
  width: 5%;
}
.beeflist table tr .hack {
  width: 40px;
}
.beeflist table thead td {
  font-weight: bold;
  padding: 20px 5px;
}
.beeflist table thead td a {
  color: black;
}
.beeflist table tbody td,
.beeflist table tbody th {
  padding: 20px 5px;
}
.beeflist table tbody .xyvik {
  text-align: center;
}
.beeflist table tbody .odd {
  background-color: #cac8c8;
}
.beeflist table tbody .link,
.beeflist table tbody a {
  font-weight: bold;
  color: #666666;
}
@media (max-width: 767px) {
  .beeflist {
    margin: 0 20px;
  }
  .beeflist .updatedate {
    display: none;
  }
  .beeflist .buttons {
    display: none;
  }
  .beeflist table .number,
  .beeflist table .sire,
  .beeflist table .mgs,
  .beeflist table .pdf {
    display: none;
  }
}
.bullsheet {
  background: white;
  margin: 0;
}
.bullsheet .left,
.bullsheet .right {
  width: 50%;
  float: left;
}
.bullsheet .dropdown {
  display: none;
}
.bullsheet .buttons {
  float: right;
  clear: both;
}
.bullsheet .buttons.mobile {
  display: none;
}
.bullsheet .responsive.xvik {
  width: 125px;
  position: absolute;
  right: -48px;
  bottom: 0;
}
.bullsheet .logos {
  position: relative;
  float: left;
  clear: both;
  height: 60px;
}
.bullsheet .logos .image {
  float: left;
  margin-right: 12px;
  width: 109px;
}
.bullsheet .logos.ntm {
  position: relative;
  float: left;
  margin-left: 20px;
  clear: none;
}
.bullsheet .logos.vgi {
  height: auto;
  max-height: 120px;
}
.bullsheet .ntm .ntmvalue {
  position: absolute;
  top: 0;
  color: white;
  font-size: 21px;
  text-align: center;
  width: 68px;
  margin-top: 17px;
  font-weight: bold;
}
.bullsheet .ntm .ntmtext {
  position: absolute;
  top: 23px;
  font-size: 17px;
  left: 76px;
  color: black;
  font-weight: bold;
}
.bullsheet .breedcode {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
.bullsheet .mobile-wrapper {
  border: none;
}
.bullsheet .legend td {
  background-color: transparent !important;
}
.bullsheet .legend .line {
  position: absolute;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  top: 22px;
  bottom: 22px;
  margin-left: -7px;
  z-index: 12;
}
.bullsheet .legend .number {
  margin-left: -16px;
  float: left;
}
.bullsheet .legend .number.last {
  margin-right: -16px;
  float: right;
}
.bullsheet .image {
  position: relative;
  margin-bottom: 20px;
}
.bullsheet #images {
  width: 100%;
  float: left;
}
.bullsheet #images.mobile-wrapper {
  display: inline-block;
}
.bullsheet #images .imagebutton.prev,
.bullsheet #images .imagebutton.next {
  color: #d2d3d3;
  height: 100%;
  position: absolute;
  font-size: 25px;
  top: 50%;
  cursor: pointer;
}
.bullsheet #images .imagebutton.prev {
  left: -25px;
}
.bullsheet #images .imagebutton.next {
  right: -25px;
}
.bullsheet .breedlogo {
  float: right;
  margin-bottom: 20px;
}
.bullsheet .bullname {
  float: left;
  background-size-y: auto;
  background-position: right;
  background-size: auto 83px;
  color: white;
  margin-bottom: 15px;
}
.bullsheet .bullname h2 {
  margin: 15px 32px 5px 20px;
  max-width: 300px;
}
.bullsheet .bullname .hbnr {
  margin: 0 48px 15px 20px;
  font-size: 16px;
}
.bullsheet .line {
  margin-bottom: 5px;
  display: block;
  float: left;
  clear: both;
}
.bullsheet .line .onethird {
  display: inline-block;
  width: 32%;
  font-size: 11px;
}
.bullsheet .line .onefourth {
  display: inline-block;
  width: 24%;
  font-size: 11px;
}
.bullsheet .born {
  margin-top: 30px;
}
.bullsheet .descendent {
  margin-bottom: 20px;
}
.bullsheet .headline-wrapper {
  position: absolute;
  top: 103px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 13px 72px 26px 75px;
  border-radius: 0 94px 94px 0px;
}
.bullsheet .headline-wrapper .headline {
  color: #0193cf;
  font-size: 84px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.bullsheet .headline-wrapper .subheadline {
  color: #0193cf;
  font-size: 35px;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.bullsheet.bullsheet {
  padding-top: 15px;
  width: 100%;
  background-size: contain;
}
.bullsheet > img {
  width: 100%;
  height: auto;
}
.bullsheet .contentHeader {
  display: none;
}
.bullsheet.beef.swedish .graphs .logos.ntm {
  top: 16px;
}
.bullsheet.beef.swedish .graphs table.stats .bold {
  font-weight: bold;
}
.bullsheet.beef.swedish .graphs table.stats span.right {
  float: right;
  width: auto;
  padding-left: 0;
}
.bullsheet.beef.swedish .graphs table.stats td.first {
  width: 20% !important;
}
.bullsheet.beef.swedish .graphs table.stats td.second {
  width: 2%;
}
.bullsheet.beef.swedish .graphs table.stats td.fill {
  width: 10%;
}
.bullsheet.beef .graphs .bullname {
  background-color: #154631;
  background-image: none;
  border-radius: 0 45px 45px 0;
}
.bullsheet.beef .graphs .breedname {
  color: #154631;
  font-weight: bold;
}
.bullsheet.beef .graphs .logos.ntm {
  top: 72px;
}
.bullsheet.beef .graphs .NTM {
  background-color: #0093d0;
}
.bullsheet.beef .graphs table.stats {
  margin-bottom: 0px !important;
}
.bullsheet.beef .graphs table.stats tr.green {
  background-color: #154631;
  float: none;
}
.bullsheet.beef .graphs table.stats tr.green td {
  font-weight: bold;
  color: white;
  background-color: transparent;
}
.bullsheet.beef .graphs table.stats tr.green .bar.rightbar {
  background-color: #61846f !important;
}
.bullsheet.beef .graphs table.stats tr.green .bar.leftbar {
  background-color: #95af9d !important;
}
.bullsheet.beef .graphs table.stats tr.yellow {
  background-color: #d6bf21;
  float: none;
}
.bullsheet.beef .graphs table.stats tr.yellow td {
  font-weight: bold;
  color: white;
  background-color: transparent;
}
.bullsheet.beef .graphs table.stats tr.yellow .bar.rightbar {
  background-color: #d6bf21 !important;
}
.bullsheet.beef .graphs table.stats tr.yellow .bar.leftbar {
  background-color: #d6bf21 !important;
}
.bullsheet.beef .graphs table.stats td.first {
  width: 30% !important;
}
.bullsheet.beef .graphs table.stats td.second {
  width: 6%;
}
.bullsheet.beef .graphs table.stats td.fill {
  width: 16%;
}
.bullsheet.beef .graphs table.stats .name {
  float: left;
}
.bullsheet.beef .graphs table.stats .value {
  float: right;
}
.bullsheet.beef .graphs .twocol {
  margin-bottom: 50px;
}
.bullsheet.beef .lastData {
  margin-top: 50px;
  float: left;
}
.bullsheet.beef .logo {
  margin-top: 70px;
  float: right;
  position: relative;
  width: auto;
  left: auto;
}
.bullsheet {
  font-family: Verdana;
  position: relative;
  padding-top: 100px;
}
.bullsheet .breeder {
  font-size: 9px;
  margin-top: 14px;
}
.bullsheet .logo {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  left: 0;
}
.bullsheet .graphs .title {
  text-transform: none;
  padding-left: 7px;
  float: left;
  clear: both;
  font-weight: bold;
}
.bullsheet .graphs .title.blue {
  color: #072242;
}
.bullsheet .graphs .title.green {
  color: #072242;
}
.bullsheet .graphs .title.yellow {
  color: #072242;
}
.bullsheet .graphs .data {
  width: 100%;
  font-size: 11px;
  margin-top: 15px;
  float: left;
}
.bullsheet .graphs .data .onethird {
  width: 32%;
  display: inline-block;
}
.bullsheet .graphs .data .onefourth {
  width: 24%;
  display: inline-block;
}
.bullsheet .graphs .top {
  overflow: hidden;
}
.bullsheet .graphs .namewrapper {
  width: 500px;
  overflow: hidden;
  float: left;
}
.bullsheet .graphs .topright {
  position: absolute;
  right: 0;
}
.bullsheet .graphs .left {
  padding-right: 25px;
}
.bullsheet .graphs .right {
  padding-left: 25px;
}
.bullsheet .graphs .left table.stats,
.bullsheet .graphs .right table.stats,
.bullsheet .graphs .row table.stats {
  margin-bottom: 14px;
  width: 100%;
  position: relative;
}
.bullsheet .graphs .left table.stats tr,
.bullsheet .graphs .right table.stats tr,
.bullsheet .graphs .row table.stats tr {
  font-family: Verdana;
  text-transform: none;
  font-size: 12px;
}
.bullsheet .graphs .left table.stats td,
.bullsheet .graphs .right table.stats td,
.bullsheet .graphs .row table.stats td {
  width: 17%;
}
.bullsheet .graphs .left table.stats th,
.bullsheet .graphs .right table.stats th,
.bullsheet .graphs .row table.stats th,
.bullsheet .graphs .left table.stats td,
.bullsheet .graphs .right table.stats td,
.bullsheet .graphs .row table.stats td {
  text-align: left;
  padding: 3px 7px;
  border-bottom: 2px solid white;
}
.bullsheet .graphs .left table.stats tr.colorbottom td,
.bullsheet .graphs .right table.stats tr.colorbottom td,
.bullsheet .graphs .row table.stats tr.colorbottom td {
  border-bottom: 2px solid #d6bf21;
}
.bullsheet .graphs .left table.stats tr.header,
.bullsheet .graphs .right table.stats tr.header,
.bullsheet .graphs .row table.stats tr.header {
  color: white;
  position: relative;
}
.bullsheet .graphs .left table.stats td.first,
.bullsheet .graphs .right table.stats td.first,
.bullsheet .graphs .row table.stats td.first {
  width: 49%;
  position: relative;
}
.bullsheet .graphs .left table.stats td.first span,
.bullsheet .graphs .right table.stats td.first span,
.bullsheet .graphs .row table.stats td.first span {
  float: right;
}
.bullsheet .graphs .left table.stats.ctrait td,
.bullsheet .graphs .right table.stats.ctrait td,
.bullsheet .graphs .row table.stats.ctrait td {
  width: auto !important;
}
.bullsheet .graphs .left table.stats.ctrait td.linear,
.bullsheet .graphs .right table.stats.ctrait td.linear,
.bullsheet .graphs .row table.stats.ctrait td.linear {
  width: 12% !important;
  font-size: 10px;
}
.bullsheet .graphs .left table.stats.ctrait td.trait,
.bullsheet .graphs .right table.stats.ctrait td.trait,
.bullsheet .graphs .row table.stats.ctrait td.trait {
  width: 5% !important;
  text-align: right;
}
.bullsheet .graphs .left table.stats.ctrait td.first,
.bullsheet .graphs .right table.stats.ctrait td.first,
.bullsheet .graphs .row table.stats.ctrait td.first {
  width: 30% !important;
}
.bullsheet .graphs .left table.stats.ctrait td.barwrapper,
.bullsheet .graphs .right table.stats.ctrait td.barwrapper,
.bullsheet .graphs .row table.stats.ctrait td.barwrapper {
  width: 18% !important;
}
.bullsheet .graphs .left table.stats td.barwrapper,
.bullsheet .graphs .right table.stats td.barwrapper,
.bullsheet .graphs .row table.stats td.barwrapper {
  position: relative;
}
.bullsheet .graphs .left table.stats td.barwrapper .bar,
.bullsheet .graphs .right table.stats td.barwrapper .bar,
.bullsheet .graphs .row table.stats td.barwrapper .bar {
  height: 10px;
  position: absolute;
  top: 3px;
  z-index: 11;
}
.bullsheet .graphs .left table.stats td.barwrapper .bar.over,
.bullsheet .graphs .right table.stats td.barwrapper .bar.over,
.bullsheet .graphs .row table.stats td.barwrapper .bar.over {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.bullsheet .graphs .left table.stats td.barwrapper .bar.under,
.bullsheet .graphs .right table.stats td.barwrapper .bar.under,
.bullsheet .graphs .row table.stats td.barwrapper .bar.under {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.bullsheet .graphs .left table.stats.blue .header,
.bullsheet .graphs .right table.stats.blue .header,
.bullsheet .graphs .row table.stats.blue .header {
  background-color: #072242;
}
.bullsheet .graphs .left table.stats.blue td,
.bullsheet .graphs .right table.stats.blue td,
.bullsheet .graphs .row table.stats.blue td {
  background-color: #edf4fa;
}
.bullsheet .graphs .left table.stats.blue .bar,
.bullsheet .graphs .right table.stats.blue .bar,
.bullsheet .graphs .row table.stats.blue .bar {
  background-color: #072242;
}
.bullsheet .graphs .left table.stats.blue .bar.leftbar,
.bullsheet .graphs .right table.stats.blue .bar.leftbar,
.bullsheet .graphs .row table.stats.blue .bar.leftbar {
  background-color: #72708f;
}
.bullsheet .graphs .left table.stats.green .header,
.bullsheet .graphs .right table.stats.green .header,
.bullsheet .graphs .row table.stats.green .header {
  background-color: #072242;
}
.bullsheet .graphs .left table.stats.green td,
.bullsheet .graphs .right table.stats.green td,
.bullsheet .graphs .row table.stats.green td {
  background-color: #edf4fa;
}
.bullsheet .graphs .left table.stats.green .bar,
.bullsheet .graphs .right table.stats.green .bar,
.bullsheet .graphs .row table.stats.green .bar {
  background-color: #072242;
}
.bullsheet .graphs .left table.stats.green .bar.leftbar,
.bullsheet .graphs .right table.stats.green .bar.leftbar,
.bullsheet .graphs .row table.stats.green .bar.leftbar {
  background-color: #72708f;
}
.bullsheet .graphs .left table.stats.yellow .header,
.bullsheet .graphs .right table.stats.yellow .header,
.bullsheet .graphs .row table.stats.yellow .header {
  background-color: #072242;
}
.bullsheet .graphs .left table.stats.yellow td,
.bullsheet .graphs .right table.stats.yellow td,
.bullsheet .graphs .row table.stats.yellow td {
  background-color: #edf4fa;
}
.bullsheet .graphs .left table.stats.yellow .bar,
.bullsheet .graphs .right table.stats.yellow .bar,
.bullsheet .graphs .row table.stats.yellow .bar {
  background-color: #072242;
}
.bullsheet .graphs .left table.stats.yellow .bar.leftbar,
.bullsheet .graphs .right table.stats.yellow .bar.leftbar,
.bullsheet .graphs .row table.stats.yellow .bar.leftbar {
  background-color: #72708f;
}
@media screen and (min-width: 768px) and (max-width: 910px) {
  .bullsheet .breedlogo {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bullsheet .buttons,
  .bullsheet .breedlogo,
  .bullsheet .logo,
  .bullsheet .lastData {
    display: none;
    position: absolute;
    top: 155px;
    right: 0;
  }
  .bullsheet .buttons.mobile {
    display: block;
  }
  .bullsheet .responsive.xvik {
    right: 50px;
    top: 74px;
    left: auto;
    width: 135px;
  }
  .bullsheet .logos .image {
    width: 100px;
  }
  .bullsheet .logos.ntm {
    top: 0px;
    left: auto;
  }
  .bullsheet .logos.ntm .ntmvalue {
    font-size: 29px;
    width: 92px;
    top: 12px;
  }
  .bullsheet .logos.ntm .ntmtext {
    top: 13px;
    font-size: 16px;
    left: 0px;
    color: white;
    width: 92px;
    text-align: center;
    font-weight: normal;
  }
  .bullsheet .logos.ntm .image {
    width: 93px;
    height: 93px;
    border-radius: 93px;
    background-color: #0093d0;
    margin-right: 0;
  }
  .bullsheet .logos.ntm .image img {
    display: none;
  }
  .bullsheet #images .thumbs {
    display: none;
  }
  .bullsheet .dropdown {
    display: block;
    position: absolute;
    top: 200px;
    z-index: 20;
    width: 100%;
  }
  .bullsheet .dropdown .fa-caret-down {
    display: none;
  }
  .bullsheet .dropdown.active .fa-caret-down {
    display: block;
  }
  .bullsheet .dropdown.active .fa-caret-up {
    display: none;
  }
  .bullsheet .dropdown.active .selectors {
    display: block;
  }
  .bullsheet .dropdown .fa {
    width: 60px;
    height: 40px;
    right: 0;
    color: white;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    float: right;
  }
  .bullsheet .dropdown .selectors {
    display: none;
    position: absolute;
    color: white;
    top: 40px;
    z-index: 50;
    left: 0;
    right: 0;
  }
  .bullsheet .dropdown .selectors .selector {
    font-size: 20px;
    padding: 15px;
  }
  .bullsheet .born {
    margin-top: 25px;
  }
  .bullsheet .bullname {
    background: none;
    color: white;
    margin-bottom: 15px;
    padding-right: 20px;
    max-width: 230px;
  }
  .bullsheet .bullname h2 {
    margin: 15px;
    white-space: nowrap;
    font-size: 25px;
  }
  .bullsheet .mobile-wrapper {
    background-color: white;
  }
  .bullsheet .mobile-wrapper.default {
    display: block;
  }
  .bullsheet.beef.swedish.bullsheet {
    padding-top: 83px;
  }
  .bullsheet.beef.swedish .mobile-wrapper {
    top: 24px;
  }
  .bullsheet.beef .breedname {
    margin-top: 55px;
  }
  .bullsheet.beef .graphs .twocol {
    margin-bottom: 0;
    height: 0;
  }
  .bullsheet.beef .graphs .logos.ntm {
    top: 72px !important;
  }
  .bullsheet.beef .born {
    margin-top: 0;
  }
  .bullsheet.beef .descendent {
    margin-bottom: 0px;
    font-size: 12px;
    margin-top: 20px;
  }
  .bullsheet.beef .xvik {
    margin-bottom: 8px;
  }
  .bullsheet.beef .twocol {
    margin-bottom: 0 !important;
    height: 0;
  }
  .bullsheet .graphs .left,
  .bullsheet .graphs .right {
    width: 100%;
    padding: 0;
  }
  .bullsheet .graphs .left .title,
  .bullsheet .graphs .right .title {
    padding-left: 0;
    margin-bottom: 10px;
  }
  .bullsheet .graphs .left .NTM,
  .bullsheet .graphs .right .NTM {
    left: inherit;
    top: 68px;
    right: 0;
  }
  .bullsheet .graphs .left table.stats .first,
  .bullsheet .graphs .right table.stats .first {
    font-size: 9px;
    line-height: 16px;
  }
  .bullsheet .graphs .left table.stats .line,
  .bullsheet .graphs .right table.stats .line {
    display: none;
  }
  .bullsheet .graphs .left table.stats .line.middle,
  .bullsheet .graphs .right table.stats .line.middle {
    display: block;
  }
}
.employees {
  margin-bottom: 25px;
}
.employees.item .title {
  background-color: #edf6f9;
  padding: 25px;
  font-size: 20px;
}
.employees.item .content {
  padding: 25px;
  background-color: #edf6f9;
  border-top: 2px solid white;
}
.employees.item .content .employee.item {
  overflow: hidden;
  margin-bottom: 25px;
}
.employees.item .content .employee.item .employee-image {
  min-height: 109px;
  float: left;
  margin-right: 0px;
}
.nlwrapper {
  position: fixed;
  right: 0px;
  top: 400px;
  z-index: 10;
  color: white;
  width: 52px;
  height: 200px;
}
.nlwrapper a {
  color: white;
}
.nlwrapper .actionbutton {
  width: 52px;
  height: 50px;
  padding: 14px;
  position: absolute;
  right: 0;
  color: white;
}
.nlwrapper .actionbutton .logo {
  float: right;
  width: 23px;
  text-align: center;
}
.nlwrapper .actionbutton .action {
  display: none;
  float: left;
  line-height: 22px;
}
.nlwrapper .actionbutton:hover {
  width: 120px;
  cursor: pointer;
}
.nlwrapper .actionbutton:hover .action {
  display: block;
}
.nlwrapper .actionbutton.linkedin {
  top: 151px;
  background-color: #0077b5;
}
.nlwrapper .actionbutton.twitter {
  top: 201px;
  background-color: #00aced;
}
.nlwrapper .actionbutton.facebook {
  top: 251px;
  background-color: #244e9e;
}
.nlwrapper .actionbutton.mail {
  top: 301px;
  background-color: #8b8888;
}
.nlwrapper .join-newsletter {
  position: absolute;
  overflow: hidden;
  right: -99px;
  background-color: #0093d0;
  padding: 10px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  width: 250px;
  height: 52px;
  text-transform: uppercase;
}
.nlwrapper .join-newsletter a {
  color: white;
}
.nlwrapper .join-newsletter .small {
  float: left;
  font-size: 15px;
  line-height: 31px;
}
.nlwrapper .join-newsletter .large {
  font-size: 22px;
  font-weight: bold;
  float: right;
}
@media (max-width: 500px) {
  .nlwrapper {
    top: 100px;
    height: 50px;
  }
  .nlwrapper .actionbutton:hover {
    width: 24px;
  }
  .nlwrapper .actionbutton:hover .action {
    display: none;
  }
  .nlwrapper .actionbutton {
    width: 24px;
    height: 24px;
    padding: 7px;
  }
  .nlwrapper .actionbutton .logo {
    width: 10px;
  }
  .nlwrapper .actionbutton .logo img {
    width: 100%;
  }
  .nlwrapper .actionbutton .action {
    display: none;
  }
  .nlwrapper .actionbutton.twitter {
    top: 175px;
  }
  .nlwrapper .actionbutton.facebook {
    top: 199px;
  }
  .nlwrapper .actionbutton.facebook img {
    width: 80%;
  }
  .nlwrapper .actionbutton.mail {
    top: 223px;
  }
}
@media (max-width: 767px) {
  .join-newsletter {
    display: none;
  }
}
.pgfilter {
  text-align: center;
  margin-bottom: 30px;
}
.pgfilter .selector {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 812px) {
  .pgfilter {
    overflow: hidden;
  }
  .pgfilter .selector {
    width: 16%;
    text-align: left;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    float: left;
  }
}
@media (max-width: 375px) {
  .pgfilter {
    overflow: hidden;
  }
  .pgfilter .selector {
    width: 50%;
    text-align: left;
    margin-left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
  }
  .pgfilter .selector:nth-child(odd) {
    float: left;
  }
  .pgfilter .selector:nth-child(even) {
    float: right;
  }
}
.swedishbeeflist .buttons {
  margin-top: 0px;
}
.swedishbeeflist .viking-logo {
  float: right;
}
.swedishbeeflist .logo-text {
  float: left;
  margin-top: 27px;
  margin-right: 20px;
}
.swedishbeeflist .list-logo {
  margin-top: 20px;
}
.swedishbeeflist .swemon .mon {
  display: none;
}
.smallxvik {
  float: right;
  margin-top: 2px;
}
.extended_epd_list,
.swedishbeeflist {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-x: auto;
  background-color: white;
  padding: 20px;
  z-index: 400;
  display: none;
}
.extended_epd_list .close,
.swedishbeeflist .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.extended_epd_list .close a,
.swedishbeeflist .close a {
  color: black;
}
.extended_epd_list .leftalign,
.swedishbeeflist .leftalign {
  text-align: left;
}
.extended_epd_list .right-note,
.swedishbeeflist .right-note {
  position: absolute;
  top: -56px;
  width: 100px;
  color: black;
  font-weight: normal;
}
.extended_epd_list table,
.swedishbeeflist table {
  width: 100% !important;
}
.extended_epd_list table tr:nth-child(odd) td,
.swedishbeeflist table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
.extended_epd_list table .headlines .valuecolumn,
.swedishbeeflist table .headlines .valuecolumn {
  width: 6%  !important;
}
.extended_epd_list table .headlines th,
.swedishbeeflist table .headlines th {
  color: white;
  text-align: left;
  padding: 4px;
  cursor: pointer;
}
.extended_epd_list table .headlines .bleft,
.swedishbeeflist table .headlines .bleft {
  border-right-width: 1px;
  border-right-style: solid;
}
.extended_epd_list table .headlines .bright,
.swedishbeeflist table .headlines .bright {
  border-right-width: 1px;
  border-right-style: solid;
}
.extended_epd_list table .subheadlines,
.swedishbeeflist table .subheadlines {
  font-size: 12px;
  text-align: center;
}
.extended_epd_list table .subheadlines th,
.swedishbeeflist table .subheadlines th {
  position: relative;
}
.extended_epd_list table .subheadlines .sorting,
.swedishbeeflist table .subheadlines .sorting {
  cursor: pointer;
}
.extended_epd_list table .subheadlines .leftText,
.swedishbeeflist table .subheadlines .leftText {
  text-align: left;
  width: auto;
}
.extended_epd_list table .subheadlines .bleft,
.swedishbeeflist table .subheadlines .bleft {
  border-left-width: 1px;
  border-left-style: solid;
  padding: 4px;
}
.extended_epd_list table .subheadlines .bright,
.swedishbeeflist table .subheadlines .bright {
  border-right-width: 1px;
  border-right-style: solid;
}
.extended_epd_list table .subheadlines .btop,
.swedishbeeflist table .subheadlines .btop {
  border-top-width: 1px;
  border-top-style: solid;
  vertical-align: top;
}
.extended_epd_list table .subheadlines .row,
.swedishbeeflist table .subheadlines .row {
  margin: 0;
}
.extended_epd_list table .subheadlines .row .bullname,
.swedishbeeflist table .subheadlines .row .bullname {
  font-size: 8px;
  font-weight: 800;
  width: 80%;
  float: left;
}
.extended_epd_list table .subheadlines .row .rightTF,
.swedishbeeflist table .subheadlines .row .rightTF {
  position: absolute;
  right: 38px;
  top: 5px;
}
.extended_epd_list table .subheadlines .row .value,
.swedishbeeflist table .subheadlines .row .value {
  width: 50%;
  float: left;
}
.popupwrapper1 {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-x: auto;
  background-color: white;
  padding: 20px;
  z-index: 500;
}
.popupwrapper1 .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.popupwrapper1 .close a {
  color: black;
}
.popupwrapper1 .rightlogo {
  float: right;
  width: 210px;
  margin-right: 50px;
}
.popupwrapper1 .buttons {
  position: absolute;
  right: 20px;
  top: 77px;
}
.popupwrapper1 .guide {
  background-color: #dceaf5;
  padding: 4px;
  font-weight: bold;
  margin-left: 148px;
  float: right;
  margin-bottom: 5px;
}
.popupwrapper1 table {
  width: 100% !important;
}
.popupwrapper1 table tr:nth-child(odd) td {
  background-color: #f1f1f1;
}
.popupwrapper1 table .headlines th {
  color: white;
  text-align: center;
  padding: 4px;
}
.popupwrapper1 table .headlines .bright {
  border-right-width: 1px;
  border-right-style: solid;
}
.popupwrapper1 table .subheadlines {
  font-size: 11px;
}
.popupwrapper1 table .subheadlines th {
  padding-right: 2px;
  font-size: 11px;
}
.popupwrapper1 table .subheadlines td,
.popupwrapper1 table .subheadlines th {
  padding-right: 1px;
}
.popupwrapper1 table .subheadlines td {
  font-size: 13px;
  text-align: right;
  padding-right: 7px;
}
.popupwrapper1 table .subheadlines .bulls {
  font-size: 11px;
  text-align: left;
  padding-left: 5px !important;
}
.popupwrapper1 table .subheadlines .sorting,
.popupwrapper1 table .subheadlines .sorting_asc,
.popupwrapper1 table .subheadlines .sorting_desc {
  cursor: pointer;
}
.popupwrapper1 table .subheadlines .bleft {
  border-left-width: 1px;
  border-left-style: solid;
  padding-left: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.popupwrapper1 table .subheadlines .bright {
  border-right-width: 1px;
  border-right-style: solid;
}
.popupwrapper1 table .subheadlines .btop {
  border-top-width: 1px;
  border-top-style: solid;
  vertical-align: top;
  padding-top: 1px;
}
.popupwrapper1 table .subheadlines .row {
  margin: 0;
}
.popupwrapper1 table .subheadlines .row .bullname {
  font-size: 12px;
  font-weight: 800;
  width: 80%;
  float: left;
}
.popupwrapper1 table .subheadlines .row .rightTF {
  position: absolute;
  right: 38px;
  top: 5px;
}
.popupwrapper1 table .subheadlines .row .value {
  width: 50%;
  float: left;
}
body .toptext {
  background-color: #0093d0;
}
body .submenu {
  background-color: #33a9d9;
}
body .subsubmenu ul li a {
  color: #0093d0;
}
body .messagewrapper .readmore {
  color: #0093d0;
}
body .results .message {
  border: 1px solid #0093d0;
}
body .results .message .name {
  color: #0093d0;
}
body .buttons .schemeBtn {
  background-color: #072242;
}
body .extended_list .headlines .headlinebox,
body .extended_epd_list .headlines .headlinebox,
body .swedishbeeflist .headlines .headlinebox {
  background-color: #0093d0;
}
body .extended_list .headlines .bleft,
body .extended_epd_list .headlines .bleft,
body .swedishbeeflist .headlines .bleft {
  border-color: #33a9d9;
}
body .extended_list .headlines .bright,
body .extended_epd_list .headlines .bright,
body .swedishbeeflist .headlines .bright {
  border-color: #0093d0;
}
body .extended_list tr.subheadlines,
body .extended_epd_list tr.subheadlines,
body .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #33a9d9;
}
body .extended_list tr.subheadlines th,
body .extended_epd_list tr.subheadlines th,
body .swedishbeeflist tr.subheadlines th {
  background-color: #0093d0;
  color: white;
}
body .extended_list .subheadlines .bleft,
body .extended_epd_list .subheadlines .bleft,
body .swedishbeeflist .subheadlines .bleft,
body .extended_list .subheadlines .bright,
body .extended_epd_list .subheadlines .bright,
body .swedishbeeflist .subheadlines .bright,
body .extended_list .subheadlines .btop,
body .extended_epd_list .subheadlines .btop,
body .swedishbeeflist .subheadlines .btop {
  border-color: #33a9d9;
}
body .dairylist .link,
body .beeflist .link,
body .dairylist a,
body .beeflist a {
  color: #0093d0;
}
body .dairylist thead,
body .beeflist thead {
  background-color: #0093d0;
  color: white;
}
body .dairylist thead a,
body .beeflist thead a {
  color: white;
}
body .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
body .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  body .bullsheet .dropdown .fa {
    background-color: #0093d0;
  }
  body .bullsheet .dropdown .selectors {
    background-color: #0093d0;
  }
  body .bullsheet .bullname {
    background-color: #072242;
  }
}
.l_sv.m_ajsm .toptext {
  background-color: #ef7c00;
}
.l_sv.m_ajsm .submenu {
  background-color: #f29633;
}
.l_sv.m_ajsm .subsubmenu ul li a {
  color: #ef7c00;
}
.l_sv.m_ajsm .messagewrapper .readmore {
  color: #ef7c00;
}
.l_sv.m_ajsm .results .message {
  border: 1px solid #ef7c00;
}
.l_sv.m_ajsm .results .message .name {
  color: #ef7c00;
}
.l_sv.m_ajsm .buttons .schemeBtn {
  background-color: #072242;
}
.l_sv.m_ajsm .extended_list .headlines .headlinebox,
.l_sv.m_ajsm .extended_epd_list .headlines .headlinebox,
.l_sv.m_ajsm .swedishbeeflist .headlines .headlinebox {
  background-color: #ef7c00;
}
.l_sv.m_ajsm .extended_list .headlines .bleft,
.l_sv.m_ajsm .extended_epd_list .headlines .bleft,
.l_sv.m_ajsm .swedishbeeflist .headlines .bleft {
  border-color: #f29633;
}
.l_sv.m_ajsm .extended_list .headlines .bright,
.l_sv.m_ajsm .extended_epd_list .headlines .bright,
.l_sv.m_ajsm .swedishbeeflist .headlines .bright {
  border-color: #ef7c00;
}
.l_sv.m_ajsm .extended_list tr.subheadlines,
.l_sv.m_ajsm .extended_epd_list tr.subheadlines,
.l_sv.m_ajsm .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #f29633;
}
.l_sv.m_ajsm .extended_list tr.subheadlines th,
.l_sv.m_ajsm .extended_epd_list tr.subheadlines th,
.l_sv.m_ajsm .swedishbeeflist tr.subheadlines th {
  background-color: #ef7c00;
  color: white;
}
.l_sv.m_ajsm .extended_list .subheadlines .bleft,
.l_sv.m_ajsm .extended_epd_list .subheadlines .bleft,
.l_sv.m_ajsm .swedishbeeflist .subheadlines .bleft,
.l_sv.m_ajsm .extended_list .subheadlines .bright,
.l_sv.m_ajsm .extended_epd_list .subheadlines .bright,
.l_sv.m_ajsm .swedishbeeflist .subheadlines .bright,
.l_sv.m_ajsm .extended_list .subheadlines .btop,
.l_sv.m_ajsm .extended_epd_list .subheadlines .btop,
.l_sv.m_ajsm .swedishbeeflist .subheadlines .btop {
  border-color: #f29633;
}
.l_sv.m_ajsm .dairylist .link,
.l_sv.m_ajsm .beeflist .link,
.l_sv.m_ajsm .dairylist a,
.l_sv.m_ajsm .beeflist a {
  color: #ef7c00;
}
.l_sv.m_ajsm .dairylist thead,
.l_sv.m_ajsm .beeflist thead {
  background-color: #ef7c00;
  color: white;
}
.l_sv.m_ajsm .dairylist thead a,
.l_sv.m_ajsm .beeflist thead a {
  color: white;
}
.l_sv.m_ajsm .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.l_sv.m_ajsm .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .l_sv.m_ajsm .bullsheet .dropdown .fa {
    background-color: #ef7c00;
  }
  .l_sv.m_ajsm .bullsheet .dropdown .selectors {
    background-color: #ef7c00;
  }
  .l_sv.m_ajsm .bullsheet .bullname {
    background-color: #072242;
  }
}
.l_sv.m_ajso .toptext {
  background-color: #154631;
}
.l_sv.m_ajso .submenu {
  background-color: #526b5b;
}
.l_sv.m_ajso .subsubmenu ul li a {
  color: #154631;
}
.l_sv.m_ajso .messagewrapper .readmore {
  color: #154631;
}
.l_sv.m_ajso .results .message {
  border: 1px solid #154631;
}
.l_sv.m_ajso .results .message .name {
  color: #154631;
}
.l_sv.m_ajso .buttons .schemeBtn {
  background-color: #072242;
}
.l_sv.m_ajso .extended_list .headlines .headlinebox,
.l_sv.m_ajso .extended_epd_list .headlines .headlinebox,
.l_sv.m_ajso .swedishbeeflist .headlines .headlinebox {
  background-color: #154631;
}
.l_sv.m_ajso .extended_list .headlines .bleft,
.l_sv.m_ajso .extended_epd_list .headlines .bleft,
.l_sv.m_ajso .swedishbeeflist .headlines .bleft {
  border-color: #526b5b;
}
.l_sv.m_ajso .extended_list .headlines .bright,
.l_sv.m_ajso .extended_epd_list .headlines .bright,
.l_sv.m_ajso .swedishbeeflist .headlines .bright {
  border-color: #154631;
}
.l_sv.m_ajso .extended_list tr.subheadlines,
.l_sv.m_ajso .extended_epd_list tr.subheadlines,
.l_sv.m_ajso .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #526b5b;
}
.l_sv.m_ajso .extended_list tr.subheadlines th,
.l_sv.m_ajso .extended_epd_list tr.subheadlines th,
.l_sv.m_ajso .swedishbeeflist tr.subheadlines th {
  background-color: #154631;
  color: white;
}
.l_sv.m_ajso .extended_list .subheadlines .bleft,
.l_sv.m_ajso .extended_epd_list .subheadlines .bleft,
.l_sv.m_ajso .swedishbeeflist .subheadlines .bleft,
.l_sv.m_ajso .extended_list .subheadlines .bright,
.l_sv.m_ajso .extended_epd_list .subheadlines .bright,
.l_sv.m_ajso .swedishbeeflist .subheadlines .bright,
.l_sv.m_ajso .extended_list .subheadlines .btop,
.l_sv.m_ajso .extended_epd_list .subheadlines .btop,
.l_sv.m_ajso .swedishbeeflist .subheadlines .btop {
  border-color: #526b5b;
}
.l_sv.m_ajso .dairylist .link,
.l_sv.m_ajso .beeflist .link,
.l_sv.m_ajso .dairylist a,
.l_sv.m_ajso .beeflist a {
  color: #154631;
}
.l_sv.m_ajso .dairylist thead,
.l_sv.m_ajso .beeflist thead {
  background-color: #154631;
  color: white;
}
.l_sv.m_ajso .dairylist thead a,
.l_sv.m_ajso .beeflist thead a {
  color: white;
}
.l_sv.m_ajso .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.l_sv.m_ajso .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .l_sv.m_ajso .bullsheet .dropdown .fa {
    background-color: #154631;
  }
  .l_sv.m_ajso .bullsheet .dropdown .selectors {
    background-color: #154631;
  }
  .l_sv.m_ajso .bullsheet .bullname {
    background-color: #072242;
  }
}
.l_fi.m_ajsv .toptext {
  background-color: #154631;
}
.l_fi.m_ajsv .submenu {
  background-color: #526b5b;
}
.l_fi.m_ajsv .subsubmenu ul li a {
  color: #154631;
}
.l_fi.m_ajsv .messagewrapper .readmore {
  color: #154631;
}
.l_fi.m_ajsv .results .message {
  border: 1px solid #154631;
}
.l_fi.m_ajsv .results .message .name {
  color: #154631;
}
.l_fi.m_ajsv .buttons .schemeBtn {
  background-color: #072242;
}
.l_fi.m_ajsv .extended_list .headlines .headlinebox,
.l_fi.m_ajsv .extended_epd_list .headlines .headlinebox,
.l_fi.m_ajsv .swedishbeeflist .headlines .headlinebox {
  background-color: #154631;
}
.l_fi.m_ajsv .extended_list .headlines .bleft,
.l_fi.m_ajsv .extended_epd_list .headlines .bleft,
.l_fi.m_ajsv .swedishbeeflist .headlines .bleft {
  border-color: #526b5b;
}
.l_fi.m_ajsv .extended_list .headlines .bright,
.l_fi.m_ajsv .extended_epd_list .headlines .bright,
.l_fi.m_ajsv .swedishbeeflist .headlines .bright {
  border-color: #154631;
}
.l_fi.m_ajsv .extended_list tr.subheadlines,
.l_fi.m_ajsv .extended_epd_list tr.subheadlines,
.l_fi.m_ajsv .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #526b5b;
}
.l_fi.m_ajsv .extended_list tr.subheadlines th,
.l_fi.m_ajsv .extended_epd_list tr.subheadlines th,
.l_fi.m_ajsv .swedishbeeflist tr.subheadlines th {
  background-color: #154631;
  color: white;
}
.l_fi.m_ajsv .extended_list .subheadlines .bleft,
.l_fi.m_ajsv .extended_epd_list .subheadlines .bleft,
.l_fi.m_ajsv .swedishbeeflist .subheadlines .bleft,
.l_fi.m_ajsv .extended_list .subheadlines .bright,
.l_fi.m_ajsv .extended_epd_list .subheadlines .bright,
.l_fi.m_ajsv .swedishbeeflist .subheadlines .bright,
.l_fi.m_ajsv .extended_list .subheadlines .btop,
.l_fi.m_ajsv .extended_epd_list .subheadlines .btop,
.l_fi.m_ajsv .swedishbeeflist .subheadlines .btop {
  border-color: #526b5b;
}
.l_fi.m_ajsv .dairylist .link,
.l_fi.m_ajsv .beeflist .link,
.l_fi.m_ajsv .dairylist a,
.l_fi.m_ajsv .beeflist a {
  color: #154631;
}
.l_fi.m_ajsv .dairylist thead,
.l_fi.m_ajsv .beeflist thead {
  background-color: #154631;
  color: white;
}
.l_fi.m_ajsv .dairylist thead a,
.l_fi.m_ajsv .beeflist thead a {
  color: white;
}
.l_fi.m_ajsv .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.l_fi.m_ajsv .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .l_fi.m_ajsv .bullsheet .dropdown .fa {
    background-color: #154631;
  }
  .l_fi.m_ajsv .bullsheet .dropdown .selectors {
    background-color: #154631;
  }
  .l_fi.m_ajsv .bullsheet .bullname {
    background-color: #072242;
  }
}
.m_syf .toptext {
  background-color: #751d2f;
}
.m_syf .submenu {
  background-color: #914a59;
}
.m_syf .subsubmenu ul li a {
  color: #751d2f;
}
.m_syf .messagewrapper .readmore {
  color: #751d2f;
}
.m_syf .results .message {
  border: 1px solid #751d2f;
}
.m_syf .results .message .name {
  color: #751d2f;
}
.m_syf .buttons .schemeBtn {
  background-color: #072242;
}
.m_syf .extended_list .headlines .headlinebox,
.m_syf .extended_epd_list .headlines .headlinebox,
.m_syf .swedishbeeflist .headlines .headlinebox {
  background-color: #751d2f;
}
.m_syf .extended_list .headlines .bleft,
.m_syf .extended_epd_list .headlines .bleft,
.m_syf .swedishbeeflist .headlines .bleft {
  border-color: #914a59;
}
.m_syf .extended_list .headlines .bright,
.m_syf .extended_epd_list .headlines .bright,
.m_syf .swedishbeeflist .headlines .bright {
  border-color: #751d2f;
}
.m_syf .extended_list tr.subheadlines,
.m_syf .extended_epd_list tr.subheadlines,
.m_syf .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #914a59;
}
.m_syf .extended_list tr.subheadlines th,
.m_syf .extended_epd_list tr.subheadlines th,
.m_syf .swedishbeeflist tr.subheadlines th {
  background-color: #751d2f;
  color: white;
}
.m_syf .extended_list .subheadlines .bleft,
.m_syf .extended_epd_list .subheadlines .bleft,
.m_syf .swedishbeeflist .subheadlines .bleft,
.m_syf .extended_list .subheadlines .bright,
.m_syf .extended_epd_list .subheadlines .bright,
.m_syf .swedishbeeflist .subheadlines .bright,
.m_syf .extended_list .subheadlines .btop,
.m_syf .extended_epd_list .subheadlines .btop,
.m_syf .swedishbeeflist .subheadlines .btop {
  border-color: #914a59;
}
.m_syf .dairylist .link,
.m_syf .beeflist .link,
.m_syf .dairylist a,
.m_syf .beeflist a {
  color: #751d2f;
}
.m_syf .dairylist thead,
.m_syf .beeflist thead {
  background-color: #751d2f;
  color: white;
}
.m_syf .dairylist thead a,
.m_syf .beeflist thead a {
  color: white;
}
.m_syf .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.m_syf .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .m_syf .bullsheet .dropdown .fa {
    background-color: #751d2f;
  }
  .m_syf .bullsheet .dropdown .selectors {
    background-color: #751d2f;
  }
  .m_syf .bullsheet .bullname {
    background-color: #072242;
  }
}
.m_syj .toptext {
  background-color: #000000;
}
.m_syj .submenu {
  background-color: #333333;
}
.m_syj .subsubmenu ul li a {
  color: #000000;
}
.m_syj .messagewrapper .readmore {
  color: #000000;
}
.m_syj .results .message {
  border: 1px solid #000000;
}
.m_syj .results .message .name {
  color: #000000;
}
.m_syj .buttons .schemeBtn {
  background-color: #072242;
}
.m_syj .extended_list .headlines .headlinebox,
.m_syj .extended_epd_list .headlines .headlinebox,
.m_syj .swedishbeeflist .headlines .headlinebox {
  background-color: #000000;
}
.m_syj .extended_list .headlines .bleft,
.m_syj .extended_epd_list .headlines .bleft,
.m_syj .swedishbeeflist .headlines .bleft {
  border-color: #333333;
}
.m_syj .extended_list .headlines .bright,
.m_syj .extended_epd_list .headlines .bright,
.m_syj .swedishbeeflist .headlines .bright {
  border-color: #000000;
}
.m_syj .extended_list tr.subheadlines,
.m_syj .extended_epd_list tr.subheadlines,
.m_syj .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #333333;
}
.m_syj .extended_list tr.subheadlines th,
.m_syj .extended_epd_list tr.subheadlines th,
.m_syj .swedishbeeflist tr.subheadlines th {
  background-color: #000000;
  color: white;
}
.m_syj .extended_list .subheadlines .bleft,
.m_syj .extended_epd_list .subheadlines .bleft,
.m_syj .swedishbeeflist .subheadlines .bleft,
.m_syj .extended_list .subheadlines .bright,
.m_syj .extended_epd_list .subheadlines .bright,
.m_syj .swedishbeeflist .subheadlines .bright,
.m_syj .extended_list .subheadlines .btop,
.m_syj .extended_epd_list .subheadlines .btop,
.m_syj .swedishbeeflist .subheadlines .btop {
  border-color: #333333;
}
.m_syj .dairylist .link,
.m_syj .beeflist .link,
.m_syj .dairylist a,
.m_syj .beeflist a {
  color: #000000;
}
.m_syj .dairylist thead,
.m_syj .beeflist thead {
  background-color: #000000;
  color: white;
}
.m_syj .dairylist thead a,
.m_syj .beeflist thead a {
  color: white;
}
.m_syj .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.m_syj .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .m_syj .bullsheet .dropdown .fa {
    background-color: #000000;
  }
  .m_syj .bullsheet .dropdown .selectors {
    background-color: #000000;
  }
  .m_syj .bullsheet .bullname {
    background-color: #072242;
  }
}
.m_uqf .toptext {
  background-color: #6c4718;
}
.m_uqf .submenu {
  background-color: #896c46;
}
.m_uqf .subsubmenu ul li a {
  color: #6c4718;
}
.m_uqf .messagewrapper .readmore {
  color: #6c4718;
}
.m_uqf .results .message {
  border: 1px solid #6c4718;
}
.m_uqf .results .message .name {
  color: #6c4718;
}
.m_uqf .buttons .schemeBtn {
  background-color: #072242;
}
.m_uqf .extended_list .headlines .headlinebox,
.m_uqf .extended_epd_list .headlines .headlinebox,
.m_uqf .swedishbeeflist .headlines .headlinebox {
  background-color: #6c4718;
}
.m_uqf .extended_list .headlines .bleft,
.m_uqf .extended_epd_list .headlines .bleft,
.m_uqf .swedishbeeflist .headlines .bleft {
  border-color: #896c46;
}
.m_uqf .extended_list .headlines .bright,
.m_uqf .extended_epd_list .headlines .bright,
.m_uqf .swedishbeeflist .headlines .bright {
  border-color: #6c4718;
}
.m_uqf .extended_list tr.subheadlines,
.m_uqf .extended_epd_list tr.subheadlines,
.m_uqf .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #896c46;
}
.m_uqf .extended_list tr.subheadlines th,
.m_uqf .extended_epd_list tr.subheadlines th,
.m_uqf .swedishbeeflist tr.subheadlines th {
  background-color: #6c4718;
  color: white;
}
.m_uqf .extended_list .subheadlines .bleft,
.m_uqf .extended_epd_list .subheadlines .bleft,
.m_uqf .swedishbeeflist .subheadlines .bleft,
.m_uqf .extended_list .subheadlines .bright,
.m_uqf .extended_epd_list .subheadlines .bright,
.m_uqf .swedishbeeflist .subheadlines .bright,
.m_uqf .extended_list .subheadlines .btop,
.m_uqf .extended_epd_list .subheadlines .btop,
.m_uqf .swedishbeeflist .subheadlines .btop {
  border-color: #896c46;
}
.m_uqf .dairylist .link,
.m_uqf .beeflist .link,
.m_uqf .dairylist a,
.m_uqf .beeflist a {
  color: #6c4718;
}
.m_uqf .dairylist thead,
.m_uqf .beeflist thead {
  background-color: #6c4718;
  color: white;
}
.m_uqf .dairylist thead a,
.m_uqf .beeflist thead a {
  color: white;
}
.m_uqf .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.m_uqf .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .m_uqf .bullsheet .dropdown .fa {
    background-color: #6c4718;
  }
  .m_uqf .bullsheet .dropdown .selectors {
    background-color: #6c4718;
  }
  .m_uqf .bullsheet .bullname {
    background-color: #072242;
  }
}
.m_svd .toptext {
  background-color: #dbb41a;
}
.m_svd .submenu {
  background-color: #e2c348;
}
.m_svd .subsubmenu ul li a {
  color: #000000;
}
.m_svd .messagewrapper .readmore {
  color: #000000;
}
.m_svd .results .message {
  border: 1px solid #dbb41a;
}
.m_svd .results .message .name {
  color: #000000;
}
.m_svd .buttons .schemeBtn {
  background-color: #072242;
}
.m_svd .extended_list .headlines .headlinebox,
.m_svd .extended_epd_list .headlines .headlinebox,
.m_svd .swedishbeeflist .headlines .headlinebox {
  background-color: #dbb41a;
}
.m_svd .extended_list .headlines .bleft,
.m_svd .extended_epd_list .headlines .bleft,
.m_svd .swedishbeeflist .headlines .bleft {
  border-color: #e2c348;
}
.m_svd .extended_list .headlines .bright,
.m_svd .extended_epd_list .headlines .bright,
.m_svd .swedishbeeflist .headlines .bright {
  border-color: #dbb41a;
}
.m_svd .extended_list tr.subheadlines,
.m_svd .extended_epd_list tr.subheadlines,
.m_svd .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #e2c348;
}
.m_svd .extended_list tr.subheadlines th,
.m_svd .extended_epd_list tr.subheadlines th,
.m_svd .swedishbeeflist tr.subheadlines th {
  background-color: #dbb41a;
  color: white;
}
.m_svd .extended_list .subheadlines .bleft,
.m_svd .extended_epd_list .subheadlines .bleft,
.m_svd .swedishbeeflist .subheadlines .bleft,
.m_svd .extended_list .subheadlines .bright,
.m_svd .extended_epd_list .subheadlines .bright,
.m_svd .swedishbeeflist .subheadlines .bright,
.m_svd .extended_list .subheadlines .btop,
.m_svd .extended_epd_list .subheadlines .btop,
.m_svd .swedishbeeflist .subheadlines .btop {
  border-color: #e2c348;
}
.m_svd .dairylist .link,
.m_svd .beeflist .link,
.m_svd .dairylist a,
.m_svd .beeflist a {
  color: #000000;
}
.m_svd .dairylist thead,
.m_svd .beeflist thead {
  background-color: #dbb41a;
  color: white;
}
.m_svd .dairylist thead a,
.m_svd .beeflist thead a {
  color: white;
}
.m_svd .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.m_svd .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .m_svd .bullsheet .dropdown .fa {
    background-color: #dbb41a;
  }
  .m_svd .bullsheet .dropdown .selectors {
    background-color: #dbb41a;
  }
  .m_svd .bullsheet .bullname {
    background-color: #072242;
  }
}
.m_aczr .toptext {
  background-color: #154631;
}
.m_aczr .submenu {
  background-color: #526b5b;
}
.m_aczr .subsubmenu ul li a {
  color: #154631;
}
.m_aczr .messagewrapper .readmore {
  color: #154631;
}
.m_aczr .results .message {
  border: 1px solid #154631;
}
.m_aczr .results .message .name {
  color: #154631;
}
.m_aczr .buttons .schemeBtn {
  background-color: #072242;
}
.m_aczr .extended_list .headlines .headlinebox,
.m_aczr .extended_epd_list .headlines .headlinebox,
.m_aczr .swedishbeeflist .headlines .headlinebox {
  background-color: #154631;
}
.m_aczr .extended_list .headlines .bleft,
.m_aczr .extended_epd_list .headlines .bleft,
.m_aczr .swedishbeeflist .headlines .bleft {
  border-color: #526b5b;
}
.m_aczr .extended_list .headlines .bright,
.m_aczr .extended_epd_list .headlines .bright,
.m_aczr .swedishbeeflist .headlines .bright {
  border-color: #154631;
}
.m_aczr .extended_list tr.subheadlines,
.m_aczr .extended_epd_list tr.subheadlines,
.m_aczr .swedishbeeflist tr.subheadlines {
  border-bottom: 1px solid #526b5b;
}
.m_aczr .extended_list tr.subheadlines th,
.m_aczr .extended_epd_list tr.subheadlines th,
.m_aczr .swedishbeeflist tr.subheadlines th {
  background-color: #154631;
  color: white;
}
.m_aczr .extended_list .subheadlines .bleft,
.m_aczr .extended_epd_list .subheadlines .bleft,
.m_aczr .swedishbeeflist .subheadlines .bleft,
.m_aczr .extended_list .subheadlines .bright,
.m_aczr .extended_epd_list .subheadlines .bright,
.m_aczr .swedishbeeflist .subheadlines .bright,
.m_aczr .extended_list .subheadlines .btop,
.m_aczr .extended_epd_list .subheadlines .btop,
.m_aczr .swedishbeeflist .subheadlines .btop {
  border-color: #526b5b;
}
.m_aczr .dairylist .link,
.m_aczr .beeflist .link,
.m_aczr .dairylist a,
.m_aczr .beeflist a {
  color: #154631;
}
.m_aczr .dairylist thead,
.m_aczr .beeflist thead {
  background-color: #154631;
  color: white;
}
.m_aczr .dairylist thead a,
.m_aczr .beeflist thead a {
  color: white;
}
.m_aczr .bullsheet .bullname {
  background: #072242;
  border-radius: 0 55px 55px 0;
}
.m_aczr .bullsheet .button {
  background-color: #072242;
}
@media screen and (max-width: 767px) {
  .m_aczr .bullsheet .dropdown .fa {
    background-color: #154631;
  }
  .m_aczr .bullsheet .dropdown .selectors {
    background-color: #154631;
  }
  .m_aczr .bullsheet .bullname {
    background-color: #072242;
  }
}
.loginTable {
  text-align: center;
  position: relative;
  clear: both;
}
.loginTable label {
  text-align: left;
}
.loginTable label span {
  clear: both;
  display: block;
}
.loginTable label input {
  height: 30px;
}
.loginTable #loginusername {
  margin-right: 40px;
}
.loginTable .button {
  background-color: #0093d0;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 4px 15px;
  margin-top: 20px;
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 0 30px 30px 0;
  border: 0;
  min-width: 100px;
  height: 30px;
  text-transform: uppercase;
}
.loginTable .forgot {
  position: absolute;
  bottom: -20px;
}
.main-content #mainContent .standard.dash {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.main-content #mainContent .standard.dash h3 {
  color: #4594cf;
  text-align: left;
  float: left;
  width: 100%;
  font-size: 20px;
}
.main-content #mainContent .standard.dash .wrapper {
  float: left;
  width: 100%;
}
.main-content #mainContent .standard.dash .wrapper .file {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-content #mainContent .standard.dash .wrapper .file .filename {
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
}
.main-content #mainContent .standard.dash .wrapper .file .download {
  margin-bottom: 10px;
  display: block;
  color: #33a9d9;
}
.main-content #mainContent .standard.dash .wrapper .file .date {
  font-size: 12px;
  color: #555555;
}
.main-content #mainContent .standard.dash .wrapper .file:nth-child(odd) {
  background-color: #edf6f9;
}
.file-browser .file-list {
  margin-top: 50px;
  float: left;
  clear: both;
  width: 100%;
}
.file-browser .file-list .row {
  margin-bottom: 15px;
}
.file-browser .file-list .file .name {
  font-size: 10px;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
}
.file-browser .file-list .file .name a {
  color: #868686;
}
.file-browser .buttons {
  float: right;
}
.file-browser input {
  padding: 3px;
  width: 300px;
}
.file-browser .button {
  background-color: #0093d0;
  color: white;
  font-size: 16px;
  text-align: center;
  padding: 4px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 0px;
  border-radius: 0 30px 30px 0;
  border: 0;
  width: 150px;
  height: 30px;
  text-transform: uppercase;
  line-height: 21px;
}
.distributor_search .responsive {
  position: relative;
}
.distributor_search .overlay {
  position: absolute;
  top: 0;
  width: 100%;
}
.distributor_search.northamerica .searchbox {
  right: 0;
  left: auto;
}
.distributor_search.southamerica .searchbox {
  left: auto;
  right: 0;
}
.distributor_search .searchbox {
  background-color: rgba(0, 147, 208, 0.6);
  width: 40%;
  padding: 25px;
  margin: 0 auto;
  position: relative;
  top: -40px;
}
.distributor_search .searchbox .result {
  font-size: 13px;
  text-transform: uppercase;
  color: white;
  margin-top: 30px;
  width: 100%;
}
.distributor_search .searchbox .line {
  border-bottom: 2px solid white;
  width: 40px;
  margin-top: 20px;
}
.distributor_search .searchbox .distributor {
  color: white;
  margin-top: 40px;
}
.distributor_search .searchbox .distributor a {
  color: white;
}
.distributor_search .searchbox select {
  height: 40px;
  border-radius: 0px;
  font-size: 13px;
  color: #868686;
  padding: 10px 20px 10px 10px;
  border: 0;
}
.distributor_search .searchbox select .option {
  height: 30px;
}
@media (max-width: 767px) {
  .loginTable label {
    width: 100%;
  }
  .loginTable label .loginPass,
  .loginTable label .loginName {
    width: 100px;
    float: left;
  }
  .loginTable label input {
    height: 30px;
    border: 1px solid grey;
    width: 50%;
  }
  .loginTable .forgot {
    bottom: 0px;
  }
  .distributor_search .responsive {
    position: relative !important;
  }
  .distributor_search .responsive img {
    width: 100% !important;
    height: auto !important;
  }
  .distributor_search .searchbox {
    top: 0px;
    width: auto;
  }
  .distributor_search .searchbox .result .distributor {
    margin-right: 15px;
  }
}
@media print {
  body {
    zoom: 0.68;
  }
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5 {
    font-family: Arial;
    font-weight: bold;
  }
  .extended_list table .subheadlines td {
    font-size: 16px;
  }
  .extended_list table .subheadlines .row .bullname {
    font-size: 16px;
  }
  .buttons,
  .toptext,
  .close,
  .toplinks,
  .topmenu,
  .submenu,
  .subsubmenu,
  .extmenu,
  .dairylist,
  .footer,
  .guide,
  .beeflist,
  #mainContent .element {
    display: none;
  }
  .content {
    width: 100%;
    max-width: 100% !important;
  }
  .main-content > .content > .row > .col-sm-1 {
    display: none;
  }
  .main-content > .content > .row > .col-sm-10 {
    width: 100%;
  }
  .popupwrapper1 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
  .popupwrapper1 table {
    page-break-inside: auto;
  }
  .popupwrapper1 tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  .popupwrapper1 thead {
    display: table-header-group;
  }
  .popupwrapper1 tfoot {
    display: table-footer-group;
  }
  #mainContent {
    width: 100%;
  }
  #mainContent #popUpWrapper {
    position: relative;
  }
  #mainContent #popUpWrapper table {
    page-break-inside: auto;
  }
  #mainContent #popUpWrapper tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  #mainContent #popUpWrapper thead {
    display: table-header-group;
  }
  #mainContent #popUpWrapper tfoot {
    display: table-footer-group;
  }
  .bullsheet {
    width: 1028px !important;
    margin: 20px;
  }
  .bullsheet #images .thumbs {
    display: none;
  }
  .bullsheet .bullname {
    background-color: #3e92c8;
    border-radius: 0 50px 50px 0;
    background-image: none;
  }
  .bullsheet .col-sm-5 {
    width: 41.66666667%;
    float: left;
  }
  .bullsheet .col-sm-10 {
    width: 83.33333333%;
    float: left;
  }
}
#headerimage .secoyaRotation {
  display: none;
  width: 100%;
}
#headerimage .secoyaRotation object {
  width: 100%;
}
#headerimage .next,
#headerimage .previous {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}
#headerimage .next {
  right: 60px;
}
#headerimage .previous {
  left: 60px;
}
#headerimage .nav {
  width: 100px;
  margin: 0 auto;
  text-align: center;
}
#headerimage .show {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  margin-right: 5px;
  display: inline-block !important;
  cursor: pointer;
}
#headerimage .show.active {
  background-color: #ffffff;
  width: 11px;
  height: 11px;
}
.abvinfo .value {
  float: right;
}
.abvinfo .p25 {
  padding-left: 15px !important;
}
.navbull {
  border-radius: 3px !important;
  float: left;
  padding: 7px 20px !important;
  cursor: pointer;
}
.button.regular {
  border-radius: 3px !important;
  float: left;
  padding: 5px 5px;
  cursor: pointer;
  margin: 5px 5px 5px 0;
  max-width: none;
  font-size: 13px;
  height: 30px;
}
.daminfo .popupwrapper,
.abvinfo .popupwrapper {
  position: relative;
}
.daminfo .popupwrapper .popup,
.abvinfo .popupwrapper .popup {
  position: absolute;
  background-color: white;
  width: 150%;
  right: 0;
  bottom: -20px;
  z-index: 100;
  padding: 20px 20px 0;
  border: 1px solid #d7d8d8;
  border-radius: 20px 20px 0 0;
  margin-top: 56px;
  display: none;
}
.daminfo .popupwrapper .popup.active,
.abvinfo .popupwrapper .popup.active {
  display: block;
}
.daminfo .popupwrapper .popup table.c4 th,
.abvinfo .popupwrapper .popup table.c4 th {
  width: 25%;
}
.daminfo .popupwrapper .popup table.c4 th.border,
.abvinfo .popupwrapper .popup table.c4 th.border {
  border-left: 1px solid white;
}
.daminfo .popupwrapper .popup table.c5 td,
.abvinfo .popupwrapper .popup table.c5 td {
  width: 17%;
}
.daminfo .popupwrapper .popup table.c7 td,
.abvinfo .popupwrapper .popup table.c7 td {
  width: 14%;
  background-color: #f6eecd !important;
}
.daminfo .popupwrapper .popup table.c7 td .line,
.abvinfo .popupwrapper .popup table.c7 td .line {
  top: 0;
  bottom: -4px;
}
.daminfo .popupwrapper .popup table.nomarginbottom,
.abvinfo .popupwrapper .popup table.nomarginbottom {
  margin-bottom: 0px;
}
.daminfo .popupwrapper .popup table th.center,
.abvinfo .popupwrapper .popup table th.center,
.daminfo .popupwrapper .popup table td.center,
.abvinfo .popupwrapper .popup table td.center {
  text-align: center;
  vertical-align: top;
}
.daminfo .popupwrapper .popup table .legend.notop .line,
.abvinfo .popupwrapper .popup table .legend.notop .line {
  top: 0px;
}
.daminfo .popupwrapper .popup table .legend .line,
.abvinfo .popupwrapper .popup table .legend .line {
  bottom: 4px;
}
@media screen and (max-width: 767px) {
  .daminfo {
    display: none;
  }
}
body .bullsheet .breedcode {
  display: none;
}
.l_sv .bullsheet .breedcode {
  display: block;
}
.l_sv .bullsheet .NTM .letters span {
  font-size: 12px;
}
.l_sv .join-newsletter .small {
  float: right;
  font-size: 14px;
  line-height: 11px;
}
.l_sv .join-newsletter .large {
  font-size: 22px;
  font-weight: bold;
  float: right;
  text-align: right;
}
.l_ru .content h1,
.l_ru .content h2,
.l_ru .content h3,
.l_ru .content h4,
.l_ru .content h5 {
  font-family: arial;
  font-weight: bold;
}
.l_ru .main-content {
  font-family: arial;
}
.l_ru .join-newsletter .small {
  float: right;
  font-size: 14px;
  line-height: 11px;
}
.l_ru .join-newsletter .large {
  font-size: 22px;
  font-weight: bold;
  float: right;
  text-align: right;
}
.l_de .join-newsletter {
  right: -69px;
  top: 30px;
  width: 190px;
  height: 52px;
}
.l_de .join-newsletter .small {
  float: left;
  font-size: 14px;
  line-height: 11px;
}
.l_de .join-newsletter .large {
  font-size: 22px;
  font-weight: bold;
  float: left;
  text-align: right;
}
/*# sourceMappingURL=main.css.map */