html { font-family: 'xs' }
@media (min-width: 768px) { html { font-family: 'sm' }}
@media (min-width: 990px) { html { font-family: 'md' }}
@media (min-width: 1200px){ html { font-family: 'lg' }}



@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}

html {

}

body {
    min-width: 280px;
    font-family: 'Source Sans Pro', sans-serif;
    overflow-x: hidden;
}

@media(min-width: 1200px){
  .container{
    width: 970px;
  }
}

p{
  padding: 10px 0;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  text-align: justify;
}

a{text-decoration: none;}

a:hover,
a:focus{
  text-decoration: none;
  color: #fff;
}



.header-bg{
  position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 485px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: #d2dbe2;
    z-index: -1;
}

@media(max-width: 991px){
  .header-bg{
    background-image: none !important;
    background-color: #0c0a0b;

  }
}

.landing-content{
  background: #fff;
  padding-top:30px;
  padding-bottom:30px;
}

.content{
  background: #fff;
  padding-top:30px;
  padding-bottom:30px;
  margin-top: 60px;
}


/* Header */

.mob-header-bg{
  background:#0c0a0b;
}

.header-container{
  position: relative;
  z-index: 15;
  background:#0c0a0b;
}



.header-absolute{
  position: relative;
  width: 100%;
}

@media(min-width: 992px){
  .header-absolute{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
}

.header{
  margin-top: 30px;
  background: none;
}

.logo{
  text-align: center;
}


.menu li{
    display: inline-block;
    margin: 0 10px;
    color:  #1c91cf;
    font-size: 16px;
    font-weight: 600;
}

.menu li:last-of-type{
  margin-right: 0;
}

.menu a{
  font-family: 'Source Sans Pro', sans-serif;
  color:  #1c91cf;
  font-size: 16px;
  font-weight: 600;
}

.lang-bar{
  margin: 10px 0;
  text-align: right;
}

.lang-bar a{
  height: 20px;
  padding: 4px;
  margin-left: 5px;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #8e8e8e;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  white-space: nowrap;
  background: transparent;
  border: solid 1px #fff;
}

.lang-bar a:first-child {
  margin-left: 0;
}

.lang-bar a.active{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #0c0a0b;
  font-size: 11px;
  font-weight: 600;
  background: #fff;
  border: solid 1px #000;
}

@media (max-width: 479px) {
  .lang-bar {
    white-space: nowrap;
  }
}

.input-group{
  box-shadow: none;
  border-bottom:solid 1px;
  border-color: rgba(116, 116, 116, 0.4);
}

.search-form{
  background: transparent;
  border-radius: 0;
  border: none;

}

.form-control{
  box-shadow: none;
}

.btn-search{
  background: transparent;
}

.glyphicon-search{
  color: #acacac;
}


/* Content */
@media(max-width: 991px){
  .carousel-inner{
    padding-bottom: 50px;
  }
}

@media(min-width: 992px){
  .carousel-inner{
    position: relative;
    width: 100%;
    overflow: hidden;
  }

}

.slider-container{
  position: relative;
}

.carousel-caption{
    bottom: 69px;

}

@media(min-width: 992px){
  .carousel-caption{
    bottom: 20px;
    right: 0;
    left: 0;
  }
}

.slider-height{
  height: 480px ;
}

.slider{
  margin-bottom: -29px;
  margin-top: 40px;
  text-align: center;
}

@media(max-width: 991px){
  .slider-bg{
    background-image: none !important;
    background-color: #0c0a0b !important;

  }
}

@media(min-width: 992px){
  .slider{
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}

.slider h1{
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
    color:  #1c91cf;
    font-size: 66px;
    font-weight: 400;
    line-height: 59px;
}

.slider h3{
    margin: 0 0 15px 0;
    font-family: 'Source Sans Pro', sans-serif;
    color:  #1c91cf;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}

.slider p{
   margin: 0;
   width: 100%;
   font-size: 18px;
   line-height: 21px;
   text-align: left;
   color: #fff;
}




@media(min-width: 992px){
  .slider p{
    width: 60%;
  }
}

.button{
    position: absolute;
    bottom: -67px;
    left: 50%;
    padding: 10px;
    margin-top: 25px;
    margin-left: -136px;
    display: inline-block;
    width: 270px;
    height: 67px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;
    background:  #c02424;
    z-index: 10;
    text-align: center;
}


@media(min-width: 992px){
  .button{
    position: relative;
    bottom: 0;
    left: 0;
    padding: 10px;
    margin-top: 25px;
    margin-left: 25px;
    display: inline-block;
    width: 270px;
    height: 67px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
    background:  #c02424;
    z-index: 10;
    text-align: center;
  }
}

.button p{
  text-align: center;
}

.button:before{
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: -21px;
   width: 67px;
   height: 67px;
   z-index: -1;
   background: url(/images/button.png) no-repeat center left;
   background-size: auto 100%;

}

.button a{
  display: block;
}

.button h4{
  margin: 0;
  color:  #fff;
  font-size: 23.91px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.button a p{
    width: auto;
  color:  #ffffff;
  font-size: 15.94px;
  font-weight: 300;

}

.carousel-indicators li {
  display: inline-block;
  width: 80px;
  height: 4px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #555555;
  border-radius: 0;
  border: none;

}

.carousel-indicators .active {
  width: 80px;
  height: 4px;
  margin: 0;
  background-color: #c02424;
}

@media(max-width: 991px){
  .carousel-indicators{
    display: none;
  }

}

.landing-sidebar{
  display: none;
}

@media(min-width: 992px){
  .landing-sidebar{
    display: block;
    padding: 0 0 40px 20px;
    padding-bottom: 40px;
    border-right: solid 2px #c02424;
  }
}



.landing-sidebar span{
  color:  #424242;
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
}

.sidebar{
  display: none;
}

@media(min-width: 992px){
  .sidebar{
    display: block;
  }
}

.sidebar ul{
    margin-bottom: 40px;
  }

.sidebar li a{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #3e59a0;
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}

.sidebar h3{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #4e4e4e;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}

.red-button{
  display: inline-block;
  padding: 10px;
  margin-top: 10px ;
 -webkit-border-top-left-radius: 3px;
 -webkit-border-bottom-left-radius: 3px;
 -moz-border-radius-topleft: 3px;
 -moz-border-radius-bottomleft: 3px;
 border-top-left-radius: 3px;
 border-bottom-left-radius: 3px;
  background-color:  #c02424;
  width: 100%;
  height: 60px;
  color: #fff;
}

.red-button h4{
  margin: 0;
  color:  #ffffff;
  font-size: 25px;
  font-weight: 600;
  line-height: 17px;
}

.red-button p{
  margin: 0;
  color:  #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
}


.sidebar-button a h1,
.sidebar-button a h2,
.sidebar-button a h3,
.sidebar-button a h4,
.sidebar-button a h5,
.sidebar-button a h6{
  margin: 0;
  color:  #494e58;
  font-size: 25px;
  font-weight: 600;
  line-height: 17px;
}

.sidebar-button{
  margin: 0;
  color:  #494e58;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  text-align: left;
}

.main-area{
  padding-left: 20px;
}

.main-area h1,
.main-area h2,
.main-area h3,
.main-area h4,
.main-area h5,
.main-area h6{
  margin-top: 20px;
  color:  #262626;
  font-size: 26px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}

@media(min-width: 992px){
  .main-area h1,
  .main-area h2,
  .main-area h3,
  .main-area h4,
  .main-area h5,
  .main-area h6{
    margin: 0;
    color:  #262626;
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
}

.main-area p{
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 16px;
  font-weight: 300;

  line-height: 21px;
}

.main-area img{
  float: left;
  margin-right: 20px;
  margin-top: 10px;
}

.small-red-btn{
  display: inline-block;
  border-radius: 4px;
  padding: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  width: 121px;
  height: 29px;
  background: #c02424;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.small-red-btn a{
  color:#fff;
}

.mob-test-menu{
  text-align: center;
}




.round-img{
  display: none;
}

@media(min-width: 992px){
  .round-img{
    display: block;
    margin-left: 30px;
  }
}

.blog-and-fb{
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-area{
  min-height: 307px;
  background: #57a8ec;
  color: #fff;
}

.blog-head{
  border-bottom: solid 1px #79baf1;
}

.blog-head h1,
.blog-head h2,
.blog-head h3,
.blog-head h4,
.blog-head h5,
.blog-head h6{
  display: inline-block;
  width: 50%;
 font-family: 'Source Sans Pro', sans-serif;
  color:  #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}

.blog-head a{
  display: inline-block;
  float: right;
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.blog-head a:hover{
  text-decoration: underline;
}


.blog-date{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #bbe0ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.blog-date-nr{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #bbe0ff;
  font-size: 26px;
  font-weight: 400;
  line-height: 17px;
}

.small-blog-post{
  border-right: solid 1px #79baf1;
  padding: 10px 20px;
  margin-top: 10px;
}
.small-blog-post a{
  color: #fff;
}

.small-blog-post h1,
.small-blog-post h2,
.small-blog-post h3,
.small-blog-post h4,
.small-blog-post h5,
.small-blog-post h6{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.small-blog-post p{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #ffffff;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.fb{
  background: #eef6fd;
}

.fb-like{
  padding: 33px 14px;
  margin-left: -10px;
  height: auto;
   background: #eef6fd;
}

.fb-like:after{
  content: " ";
  position: absolute;
  bottom: 32px;
  left: 0;
  height: 35px;
  width: 215px;
  background: #eef6fd;
}

.sidebar .fb-like{
  bottom: 18px;
  background: transparent;
  padding: 12px 0;
}

.sidebar .fb-like:after{
  background: #fff;
  bottom: 12px;
}

.uiLinkSubtle{
  display: none !important;
}

/* Footer */

footer{
  margin-bottom: 50px;

}

footer ul{
  text-align: center;
}

footer li{
  display: inline-block;
  padding-right: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #424242;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.273px;
  margin: 0 auto;
}

footer a:hover,
footer a:focus{
  color: #2a6496;
}


@media(min-width: 992px){
  footer li{
    display: inline-block;
    margin-right: 10px;
  }
}

footer span{
  font-family: 'Source Sans Pro', sans-serif;
  color:  #c3c3c3;
  font-size: 14px;
  font-weight: 300;
  line-height: 17.273px;
}

.desktop-footer{
  display: none;
}

@media(min-width: 992px){
  .desktop-footer{
    display: block;
  }
}

.desktop-mob{
  display: block;
}

@media(min-width: 992px){
  .desktop-footer{
    display: none;
  }
}

@media(min-width: 992px){
  .footer-list{
    float: right;
  }
}

.logo-area{
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: solid 1px #e9e9e9;

}

.logo-area img{
  margin-left: 35px;
  opacity: 0.5;
  filter: alpha(opacity=50); /* For IE8 and earlier */
}

.logo-area img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.logo-area span{
  margin-right: 20px;
 font-family: 'Source Sans Pro', sans-serif;
  color:  #3d3c3c;
  font-size: 15px;
  font-weight: 300;
  line-height: 17.273px;
}

.blog-post-category{
  border-bottom: dotted 1px #7f7f7f;
  padding-bottom: 15px;
}

.blog-post-category h1,
.blog-post-category h2,
.blog-post-category h3,
.blog-post-category h4,
.blog-post-category h5,
.blog-post-category h6{
  margin-bottom: 0;
 font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
}

.blog-post-category a{
  font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 20px;
  font-weight: 300;
  line-height: 21px;
}

.blog-post-category a:hover,
.blog-post-category a:active{
  color:  #3e59a0;
}

.blog-post-category p{
  margin-top: 10px;
 font-family: 'Source Sans Pro', sans-serif;
  color:  #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.blog-category-date{
 font-family: 'Source Sans Pro', sans-serif;
  color:  #b5b5b5;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.left-border{
    border-left: transparent;
}

@media(min-width: 992px){
  .left-border{
    border-left: solid 1px #d5d5d5;
    padding-bottom: 30px;
  }
}


.blog-post-area img{
  margin: 15px 0;
  padding: 0 30px;
  display: block;
  max-width: 100%;
  height: auto;
}

@media(min-width: 992px){
  .blog-post-area img{
    margin: 15px 0;
    padding: 0;
  }
}

.genetest img{
  margin: 15px 0;
  padding-right: 15px;
  width: 212px;
  height: auto;
}
.genetest .grit{
  width: 50%;
}

.genetest span{
  display: inline-block;
  margin-top: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
}

.genetest .small-red-btn{
  margin-top: 15px;
  width: 140px;
  height: 35px;
  color:  #ffffff;
  font-size: 16.12px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;

}

.genetest ul {
  padding: 20px;
  background: #eee;
  list-style: none;
}

.genetest li{
  margin-left: 10px;
}

.genetest ul li:before {
    content: "";
    border-color: transparent #111;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.genetest a:hover,
.genetest a:active{
  color: #262626;
}

.contact-area h2{
  margin: 0;

  font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 30px;
  font-weight: 400;
  line-height: 21px;
}

.contact-area .contact-padding{
  margin-top: 15px;
}

.contact-padding{
  padding: 10px;
}

.contact-box{
  min-height: 270px;
  padding: 10px 0;
  text-align: center;
  border-bottom: dotted 1px #7f7f7f;
}

.contact-box:nth-child(n+7) {
  border-bottom: transparent;
}

.contact-box h1,
.contact-box h2,
.contact-box h3,
.contact-box h4,
.contact-box h5,
.contact-box h6{
  margin-bottom: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 17px;
}

.contact-box span{
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #8b8b8b;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}

.contact-box p{
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #000;
  font-size: 15px;
  font-weight: 300;
  line-height: 17px;
}

.contact-img{
  border-radius: 50%;
  background: #eee;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  overflow: hidden;
}

.contact-img img{
  margin: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

.contact-box:first-of-type{

  background: #f6f6f6;
}

.contact-sidebar h2{
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color:  #262626;
  font-size: 30px;
  font-weight: 400;
  line-height: 21px;
}

.contact-sidebar p{
  font-family: 'Source Sans Pro', sans-serif;
  color:  #494e58;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
}

.contact-sidebar li{
  font-family: 'Source Sans Pro', sans-serif;
  color:  #494e58;
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
}

.contact-sidebar span{
  font-family: 'Source Sans Pro', sans-serif;
  color:  #aeaeae;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
}

#map-canvas {
    height: 500px;
    width: 100%;
    border: none;
}

#map-canvas img {
    max-width: none;
    width: auto;
}

/*mob menu*/
.navbar.navbar-blue{
  background: #c02424;
  text-align: center;
  border-radius: 0;

}

.navbar-nav>li{
  color:  #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
}

.navbar-nav>li:last-child{
  margin-right: 0;
}


.nav>li>a{
  margin:0;
  text-decoration: none;
  color: #fff;
}

.nav.navbar-nav{
  display: block;
  float: none;
  border: none;

}

.navbar-collapse{
  -webkit-box-shadow: none;
  box-shadow: none;

}

.navbar-default .navbar-toggle:hover,
 .navbar-default .navbar-toggle:focus{
  background: transparent;
}

.navbar-blue .navbar-nav>li>a{
  position: relative;
  display: inline-block;
  float: none;
  border: none;
  color:  #fff;
  font-size: 15px; /* Approximation due to font substitution */
  font-weight: 300;
  text-transform: uppercase;

}

@media(min-width: 992px){
  .navbar-blue .navbar-nav>li>a:hover:before,
  .navbar-blue .navbar-nav>li>a:focus:before{
    content: " ";
    position: absolute;
    top:-1px;
    left: 50%;
    height: 0;
    display: block;
    border-top: solid 6px #fff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    margin-left: -6px;
  }
}

.navbar-blue .navbar-nav>li>a:hover,
.navbar-blue .navbar-nav>li>a:focus{
  color: #fff;
  background: none;
}

@media(min-width: 992px){
  .navbar-blue .navbar-nav>li>a:hover,
  .navbar-blue .navbar-nav>li>a:focus{
    background: #c02424;
  }
}

.navbar-blue .navbar-nav>.active{
  background:  #c02424;
}

.navbar-blue .navbar-nav>.active>a,
.navbar-blue .navbar-nav>.active>a:hover,
.navbar-blue .navbar-nav>.active>a:focus{
  position: relative;
  color:#fff;

}

@media(min-width: 992px){
  .navbar-blue .navbar-nav>.active{
    background: none;
  }

  .navbar-blue .navbar-nav>.active>a,
  .navbar-blue .navbar-nav>.active>a:hover,
  .navbar-blue .navbar-nav>.active>a:focus{
    background: #c02424;
  }
}

@media(min-width: 992px){
  .navbar-blue .navbar-nav>.active>a:before{
    content: " ";
    position: absolute;
    display: block;
    top:-1px;
    left: 50%;
    height: 0;
    border-top: solid 6px #fff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    margin-left: -6px;
  }
}

.navbar-toggle{
  margin: 0;
  width: 100%;
  border: 0;
  padding-right: 32px; /*icon-bar width+ navbar-toggle padding */
  padding-top: 15px;
  padding-bottom: 15px;
}



.navbar-toggle .icon-bar{
  background: #fff;
  border-radius: 0;
}

.mob-btn-icon{
  display: inline-block;
  float: left;
  margin-top: 3px;
}

.mob-btn-label{
  color:  #fff;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase
}

@media(min-width: 768px) and (max-width: 991px){
  .navbar{
    min-height: 0;
  }
  .navbar-collapse{
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/*brakepoint ovetrite*/
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
  }
  .navbar-nav>li {
        float: none;
    }
    .collapse.in{
      display:block !important;
  }
}
/*--brakepoint ovetrite---*/

#genetest-list{
  display:none;
}

#genetest-list.open{
  display:block;
}

  .blog-form-small { width: 30%; }
  .blog-form-large { width: 70%; }
  @media all and (max-width:520px) {
     .blog-form-small, .blog-form-large { width: 90%; }
  }

  .form_area { margin: 20px 0; }


  .form_field_textfield, .form_field_textarea, .textbox {
   display: inline-block;
  width: 65%;
  float: right;
  height: 33px;
  padding: 6px 12px;
  margin-right: 15px;
  font-size: 14px;s
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  }



  .form_field {
    margin-right: -15px;
    margin-left: -15px;

    }

    .form_field label{
      font-family: 'Source Sans Pro', sans-serif;
      padding-top: 13px;
      margin-bottom: 0;
      text-align: right;
      width: 23%;
    }

  @media all and (max-width:520px) {
      .form_field_textfield, .form_field_textarea, .textbox, .form_field_size_medium, .form_field_size_small { width: 90%; }
  }

  .form_submit input, .submit {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }

  .form_submit input:hover, .submit:hover {
    background: #555;
    background: rgba(0,0,0,0.3);
  }

  .check-area > div{
    width: 67%;
    margin-top: 10px;
    float: right;
    text-align: left;
  }

/*Ando additions*/
.check-area {
  display: inline-block;
}
@media (min-width: 991px){

  .slider-bg-light .slider{
    text-shadow: 0px 0px 1px #fff;
  }
  .slider-bg-light .slider h1{
    color: #105275;
  }
  .slider-bg-light .slider h3{
    font-weight: 400;
    color: #105275;
  }

  .slider-bg-light .slider p {
    color: #1c91cf;
    color: #000;
    font-weight: 400;
  }
}
.logo-area img{
  margin-top: 15px;
}
input[type=radio], input[type=checkbox]{
  margin-right: 7px;
}
.partner img{
  width: 100%;
  float: none;
  height: auto;
}
.partner li{
  width: 100%;
}
.partner a{
  width: 100%;
}
.partner ul{
  width: 100%;
}
.partner{
  margin-top: 10px;
  height: 100px;
  text-align: center;
}
.logo-area img{
  margin: 0;
}
.contact-img img{
  -webkit-filter: grayscale(0%);
}
.form_field{
  margin-top: 20px;
}
.form_field label{
  padding: 0;
}
.form_submit{
  float: right;
  clear: both;
  margin-top: 20px;
  font-size: 18px;
}
.edy-form-submits.form_submit{
  float:none;
}
.genetest span{
  font-size: 18px;
  margin-top: 5px;
}
.genetest span ul{
  font-size: 15px;
}
.genetest .img-right img{
  float: right;
  margin-left: 15px;
}
@media (max-width: 520px){
  .genetest .img-right img{
    display: none;
  }
}
.genetest .img-right span{
  display: inherit;
}
.partner-title{
  margin-top: 15px;
  text-align: center;
}
.partner-title a{
  font-size: 18px;
}
.content a:hover{
  text-decoration: underline;
  color: #428bca;
}
.genetest h4{
 line-height: 1.4;
}
.content table{
  font-size: 18px;
  font-weight: 400;
}
.sidebar-button{
  text-align: center;
}
.sidebar-button > div{
  display: inline-block;
  width: 90%;
  background-color: #e7ecef;
  height: 65px;
    margin-top: 15px;
  margin-right: 10px;
  padding: 8px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}
.sidebar-button > div:before{
  content: '';
  display: inline-block;
  /*height: 100%; <-- fix for SSL screwup */
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.sidebar-button a span{
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}

.sidebar-button a{
  display: inline-block;
  height: 100%;
  width: 100%;

  font-size: 15px;
  font-weight: 400;
  line-height: 17px;

  color:  #494e58;

}

.blog-head h3{
  font-size: 27px;
  font-weight: 100;
}

.small-blog-post .blog-date-nr{
  font-size: 27px;
  font-weight: 100;
}
.small-blog-post h3{
  font-size: 16px;
}
.small-blog-post p{
  font-size: 14px;
}
.form_field label{
  width: 29%;
}
.contact-img img{
  border-radius: 50%;
}

.main-area span{
  font-size: 16px;
  font-weight: 100;
}

blockquote{
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 1199px){
  .carousel-caption{
    right:0;
    left:0;
  }
}

.input-group .form-control{
  width: 95%;
}
.input-group-btn {
  float: right;
}
 .sidebar-button a.edy-c-btn2{
        width: auto;
       }

/* Editable content image */
.edy-positionable-container-left {
  margin-right: 15px;
}
.edy-positionable-container-right {
  margin-left: 15px;
}
.edy-image-container-with-title:after {
  display: block;
  padding: 4px;
  font-size: 10px;
  line-height: 1.3em;
  content: attr(data-title);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.edy-editmode .sidebar-button .edy-ca {
  display: inline-block;
}

@media (min-width: 992px) {
  .slider-height--gradient--beige {
    background: -webkit-linear-gradient(left,  rgba(233,218,189,1) 35%,rgba(250,249,219,0) 55%);
    background: -moz-linear-gradient(left,  rgba(233,218,189,1) 35%, rgba(250,249,219,0) 55%);
    background: linear-gradient(to right,  rgba(233,218,189,1) 35%,rgba(250,249,219,0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }

  .slider-height--gradient--white {
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 25%,rgba(250,249,219,0) 40%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 25%, rgba(250,249,219,0) 40%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 25%,rgba(250,249,219,0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }
}

@media (min-width: 1050px) {
  .slider-height--gradient--white {
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 35%,rgba(250,249,219,0) 40%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 35%, rgba(250,249,219,0) 40%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 35%,rgba(250,249,219,0) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }
}

@media (min-width: 1200px) {
  .slider-height--gradient--beige {
    background: -webkit-linear-gradient(left,  rgba(233,218,189,1) 50%,rgba(250,249,219,0) 65%);
    background: -moz-linear-gradient(left,  rgba(233,218,189,1) 50%, rgba(250,249,219,0) 65%);
    background: linear-gradient(to right,  rgba(233,218,189,1) 50%,rgba(250,249,219,0) 65%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }

  .slider-height--gradient--white {
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 40%,rgba(250,249,219,0) 45%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 40%, rgba(250,249,219,0) 45%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(250,249,219,0) 45%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }
}

@media (min-width: 1300px) {
  .slider-height--gradient--white {
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 45%,rgba(250,249,219,0) 50%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 45%, rgba(250,249,219,0) 50%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 45%,rgba(250,249,219,0) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }
}

@media (min-width: 1400px) {
  .slider-height--gradient--white {
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 50%,rgba(250,249,219,0) 55%);
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 50%, rgba(250,249,219,0) 55%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 50%,rgba(250,249,219,0) 55%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9dabd', endColorstr='#00faf9db',GradientType=1 );
  }
}

  .check-area {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    padding: 0 10px;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .check-area .form_field_label {
    float: none;
    width: 100%;
    margin-bottom: 15px;

    font-weight: bold;
    font-size: 18px;
  }

  .check-area > label {
    width: 100%;
    text-align: left;
  }

  @media (min-width: 768px) {
    .check-area--half {
      float: left;
      width: 50%;
    }
  }

  blockquote {
    margin: 0;
  }