@charset "UTF-8";
/* Extra small devices Phones (<768px) 	Small devices Tablets (≥768px) 	Medium devices Desktops (≥992px) Large devices Desktops (≥1200px) */
/*
font-family: 'Gotham HTF Black',sans-serif;
font-weight: 400;

font-family: 'Gotham HTF',sans-serif;
font-weight: 700;

font-family: 'Gotham HTF Light',sans-serif;
font-weight: 200;

font-family: 'Gotham HTF Book',sans-serif;
font-weight: 400;

font-family: 'Gotham HTF Ultra', sans-serif;
font-weight:  400;

new blue
#00a5e3

*/

/*
HOMEPAGE
*/
body.home {
    font-size: 24px;
    line-height: 40px;
}
.home h1.intro {
    color: #00a5e3;
    font-family: 'Gotham HTF Black',sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 45px;
    margin-top: 90px;
    text-align: left;
    text-transform: uppercase;
}

@media (min-width: 321px){
    
    .home h1.intro {
        font-size: 36px;
    }
}

@media (min-width: 450px){
    
    .home h1.intro {
        font-size: 44px;
    }
}
@media (min-width: 500px){
    
    .home h1.intro {
        font-size: 44px;
    }
}
@media (min-width: 600px){
    
    .home h1.intro {
        font-size: 44px;
    }
}
@media (min-width: 992px){
    
    .home h1.intro {
        font-size: 56px;
    }
}

.home .home-slider {
    background: #f9f9f9;
    padding-bottom: 100px;
    padding-top: 35px;
}

/*@media (min-width:992px){
    .home .home-slider {
        padding-top: 75px;
    }
}*/

@media (min-width: 992px){
 
    .home .home-slider {
        padding-bottom: 100px;
        padding-top: 35px;
    }
}

.home .home-slider .right{
    float: left;
}

@media (min-width:768px){
    .home .home-slider .right{
        float: right;
    }
}

.carousel-fade .item {
    transition: opacity, transform 1.0s ease-in-out;
}
        
.carousel-fade .item,
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
    
}

.carousel-fade .active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
   
}

.carousel-fade .next,
.carousel-fade .prev,
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
    transition: opacity 1.0s ease;
}
.home-product-text-mobile {
    display: block;
    padding-bottom: 140px;
    padding-top: 75px;
}
.home-product-text {
    display:none;
}

@media(min-width: 992px){
    .home-product-text-mobile {
        display: none;
    }
    .home-product-text {
        background-position: top right;
        background-repeat: no-repeat;
        background-size: 50%;
        display: block;
        padding-bottom: 140px;
        padding-top: 75px;
    }
}

@media(max-width: 991px){
    
    .product-text a {
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .bike {
        float: none;
        margin: 0 auto;
    }
    
    .bike-text {
        clear: both;
        display: block;
    }
}


/*PRODUCT LANDING*/
.page-template-template-product-landing .product-text {
    padding-bottom: 0;
    padding-top: 60px;
}

@media (min-width: 992px){
    
    .page-template-template-product-landing .product-text {
        padding-top: 125px;
    }
}

/*product list*/
/*.product-list-wrapper {
    padding-bottom: 60px;
}*/

.product-list-wrapper .product-list:nth-child(odd) {
    background: #fafafa;
}

.product-list {
    padding: 60px 0 1em 0;
}

.product-list-image {
    margin-bottom: 1em;
}

.product-list-description {
    padding-top: 1em;
}

.product-list-description p{
    text-align: left;
}

/*
PRODUCTS
*/

/*product section*/
.product-text {
    padding-bottom: 0;
    /*padding-top: 150px;*/
    padding-top: 75px;
}


/*align*/
/*@media (min-width: 768px){
    .product-text p{
        text-align: center;
    }
}*/

.product {
    height: 250px;
}

@media (min-width: 768px){
    
    .product {
        height: 305px;
    }
}

@media (min-width: 992px){
    
    .product {
        height: 380px;
    }
}
@media (min-width: 1200px){
    .product {
        height: 450px;
    }
}

.product-image {
    position: relative;
    bottom: -25px;
    display: none;
}

.product-image-mobile {
    position: relative;
    bottom: -195px;
    display: block;
}

@media (min-width: 321px){
    .product-image-mobile {
        bottom: -165px;
    }
}

@media (min-width: 500px){
    
    .product-image-mobile {
        bottom: -125px;
        display: block;
    }
}

@media (min-width: 768px){
    
    .product-image {
        display: block;
    }
    
    .product-image-mobile {
        display: none;
    }
}
.product-overlay {
    background: #53565a;
    height: 162px;
}

.product-link {
    background: #53565a;
    height: 162px;
}

.product-link-description {
    background: #53565a;
    color: #fff;
    min-height: 272px;
}

.product-description {
    clear: both;
}

.product-description p{
    margin: 30px 0;
    text-align: left;
}

.product-page-headline {
    padding-bottom: 70px;
}

/*align*/
.product-page-headline, .product-page-headline p {
    color: #fff;
}

.product-page-headline h1/*, .product-page-headline p */{
    text-align: center;
}

/*features in general*/
.features {
    padding: 70px 0 0 0;
}

@media (min-width: 768px){
    .feature-1 .container, 
    .feature-2 .container, 
    .feature-3 .container,
    .feature-4 .container,
    .feature-5 .container {
        padding: 0 85px;
    }
}

.features-wrapper .features:last-child {
    padding: 70px 0;
}

.features h2{
    color: #00a5e3;
}

/*align*/
/*@media (min-width: 768px){
    .features p{
        text-align: center;
    }
}*/


/*feature 1*/
.feature1-image {
    margin-right: 40px;
    position: relative;
    left: -15px;
}

/*feature 2*/

/*align*/
/*.feature-2 .container {
    text-align: center;
}*/

.feature2-image {
    display: block;
    margin-top: 100px;
    margin-left: 40px;
}

.features .download {
    background-image: url(../img/icon-download.png);
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 32px 21px;
    display: inline-block;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 0 auto;
    padding-bottom: 3px;
    padding-left: 40px;
    position: relative;
    text-transform: uppercase;
}

/*.features .download:before{
    background-color: #00a5e3;
    bottom: 2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
   -webkit-transform: scaleX(0);
    transform: scaleX(0);    
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    transform-origin: 2px;
    visibility:hidden;
    width: 100%;
}*/

.features .download:hover {
    text-decoration: none;
}

.features  u:hover {
    border-bottom: 3px solid #00a5e3;
}

/*.features .download:hover:before {
    background: #00a5e3;
    transform: scaleX(1.0);
    visibility: hidden;
}

.features .download:hover::before {
    visibility: visible;
}*/

/*feature 3*/
.features-gallery {
    padding-top: 180px;
}

/*feature 4*/
.feature-4 {
    position: relative;
}

.feature-4 p, .feature-4 h2 {
    text-align: left;
}

.feature4-image {
    position: relative;
    bottom: 0;
    left: -15px;
    width: 80%;
}

@media (min-width: 992px){
    
    .feature4-image {
        position: absolute;
        top: 0;
        left: -15px;
        width: 40%;
    }
}

/*feature 5*/

.feature-5 {
    position: relative;
}

.feature-5 p, .feature-5 h2 {
    text-align: left;
}

.feature5-image {
    position: relative;
    bottom: 0;
    right: -15px;
    width: 80%;
    float: right;
}

@media (min-width: 992px){
    
    .feature5-image {
        position: absolute;
        top: 0;
        right: -15px;
        width: 40%;
    }
}

/*feature image left*/
.features-image-left {
    position:relative;
}

.feature-image-left {
  left: -15px;
  position: relative;
  top: 0;
  width: 40%;
}
/*feature image center*/

/*align image*/
.features-image-center {
    text-align: center;
}

.feature-image-center {
    margin: auto;
}

/*feature image right*/
.features-image-right {
    position:relative;
}

.feature-image-right {
    float: right;
    right: -15px;
    position: relative;
    top: 0;
    width: 40%;
}

/*override some globals for product pages*/
.page-template-template-products table {
    margin: 0;
}


/*
APPLICATION LANDING
*/
.application-text {
    padding-bottom: 120px;
    padding-top: 60px;
}

@media (min-width:992px){
    
   .application-text {
        padding-bottom: 120px;
        padding-top: 145px;
    } 
}

/*@media(min-width: 768px){
    .application-text p {
        text-align: center;
    }
}*/

@media (min-width: 768px){

    .application-text .container{
        padding: 0 100px;
    }
}

.application-list {
    padding-bottom: 175px;
}

.application-list .icon-link, .application-list .icon-wrapper {
    width: 100%;
    margin-bottom: 1em;
}

/*@media (min-width: 600px) and (max-width: 767px){
    .application-list .icon-link,.application-list .icon-wrapper {
      width: 525px;
    }
}*/

.application-list .icon-image {
    width: 100px;
}

.application-list h1 {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

@media (min-width: 768px){
    
    .application-list h1 {
        text-align: left;
    }
}

/*align*/
/*.application-description {
    text-align: center;
}*/

.application-list .btn {
    margin: auto;
}

@media (min-width: 768px){
    
    /*.application-description {
        text-align: left;
    }*/
    
    .application-list .btn {
        margin: 0;
    }
}

/*
APPLICATIONS
*/
.page-template-template-applications .application-text {
    padding-bottom: 60px;
}

/*align*/
/*@media (min-width: 768px){
    .page-template-template-applications .application-text p{
        text-align: center;
    }
}*/


.page-template-template-applications .application-description {
    padding-bottom: 100px;
}

.page-template-template-applications .application-description .left{
    line-height: 36px;
}

#application-video .thumbnail-wrap img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.related-video-description {
    padding: 2em 0 0;
}

.related-video-description span{
    display: inline;
    float: left;
    line-height: 32px;
}

.related-video-quote {
    clear: both;
    color: #888;
}

.application-video {
    overflow: hidden;
    clear: both;
}

.application-use-cases {
    background: #ddd;
    margin-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

@media(min-width: 992px){
    
    .application-use-cases {
        background: #ddd;
        background: -moz-linear-gradient(left,  #ddd 0%, #ddd 50%, #fff 50%, #fff 100%); 
        background: -webkit-linear-gradient(left,  #ddd 0%,#ddd 50%,#fff 50%,#fff 100%); 
        background: linear-gradient(to right,  #ddd 0%,#ddd 50%,#fff 50%,#fff 100%);
       
    }
}

@media (max-width: 991px){
    
    .application-use-cases .container{
        width: 100%;
    }
    
    .application-use-cases .row {
        margin: 0;
    }
}

.application-use-cases .container{
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px){
    
    .application-use-cases, .application-use-cases .container{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.application-use-cases .left{
    /*background: #ddd;*/
    line-height: 36px;
    padding: 90px 30px;
}

@media (min-width: 992px){
    
    .application-use-cases .left{
        padding-left: 0;
        padding-right: 100px;
    }
}

.application-use-cases .right{
    padding: 0;
}

.application-use-cases h2 {
    text-align: left;
}

 .application-use-cases .right img{
     width: 100%;
}

.link-container {
    background-color: #00a5e3;
    bottom: 0;
    color: #fff;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 200;
}

@media(min-width: 992px) {
    
    .link-container {
        width: 50%;
    }
}

.application-use-cases .white-link , 
.application-use-cases .black-link   {
    margin-top: 65px;
    padding-left: 70px;
    padding-right: 30px;
}

@media(min-width: 992px) {
    
    .application-use-cases .white-link , 
    .application-use-cases .black-link   {
        padding-right: 0px;
    }
}

.application-use-cases .white-link a, 
.application-use-cases .black-link a  {
    margin-bottom: 65px;
}

/*
LIBRARY (library landing, videos, publications, posters, case studies, data sheets, white papers, news ladning, in the media, press releases, events, careers landing, )
*/

.library-d {
    overflow: hidden;
}

.datasets-heading {
    background: #f2f2f2;
    border: none;
    padding: 10px 30px 10px 30px;
}

.library-heading.no-margin, .literature-heading {
    margin-top: 0;
}

.library-heading .heading-wrapper {
    border-bottom: 3px solid #666;
    color: #666;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
    padding-bottom: 10px;
    vertical-align: middle;
}

.library-heading .heading {
    float: left;
    overflow: hidden;
}

.library-heading h2{
    color: #666;
    display: inline-block;
    letter-spacing: 0.10em;
    line-height: 48px;
    margin: 0 0 0 22px;
    text-align: left;
}

@media (max-width: 400px){
    .library-heading h2{
        font-size: 16px;
        letter-spacing: 0;
    }
}

.library-heading .see-all, .library-heading .see-all a {
    color: #666;
    float: right;
    font-size: 14px;
    line-height: 48px;
    text-transform: uppercase;
}

#local-library-player, #vimeo-library-player {
    padding-top: 50px;
}

.library-main .row {
    padding-bottom: 50px;
}

.library-main .single-video-row {
    padding-bottom: 0;
}

.library-main .term-row {
    padding-bottom: 30px;
}

.library-content {
    line-height: 1em;
}

.vimeo-library, .local-library {
    padding-top: 0;
}

#content .library-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content .library-content ul li{
    margin-bottom: 2em;
}

#content .library-content ul li:last-child{
    margin: 0;
}

.library-content .video-details {
    height: 275px;
    padding: 40px 25px;
    overflow: hidden;
}

@media (min-width: 400px){
    .library-content .video-details {
        height: 225px;
    }
}

.library-content .title, .library-content .title a{
    color: #333;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 1em;
}

.support-search-results .library-content .title, .support-search-results .library-content .title a{
    margin-bottom: 0;
}


.library-content .title a:hover {
    text-decoration: none;
}

.library-content .title a u:hover {
    text-decoration: none;
    border-bottom: 2px solid;
}

.library-content .title-bg, .library-content .title-bg a {
    color: #333;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0.5em;
}

.library-content .title-bg a:hover {
    text-decoration: none;
}

.library-content .title-bg a u:hover {
    text-decoration: none;
    border-bottom: 2px solid;
}

.library-content .info,
.library-content .info a{
    color: #00a5e3;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.library-content .description {
    font-size: 20px;
    line-height: 1.5em;
}

.library-content .address {
    clear: both;
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.library-content .author {
    font-size: 16px;
    line-height: 1.5em;
}

.library-content .author p{
    text-align: left;
}

#content .library-content .literature-list li:last-child{
    padding-bottom: 1em;
}

.library-content .job-type, 
.careers-benefits .job-type {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.library-content .position {
    line-height: 1.5em;    
}

.library-content .position a{
    color: #333;
}

.library-content .job-code, 
.careers-benefits .job-code {
    color: #00a5e3;
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 992px){
    
    .video-page {
        padding-left: 0;
        padding-right: 0;
    }
    .video-page .col:first-child {
        padding-left: 0;
    }
}

.local-library, 
.vimeo-library {
    background: #f2f2f2;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
}

.thumbnail-wrap img {
    height: 205px;
    max-height: 205px;
    max-width: 360px;
}

.library-content .website {
    clear: both;
}

.library-content .website a{
    color: #333;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 16px;
    font-weight: 700;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
   /* -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
    line-height: 1em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
}

.library-content .website a:hover {
    text-decoration: none;
}

.library-content .website a u:hover {
    border-bottom: 2px solid;
    text-decoration: none;
}

.library-content .phone {
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0.25em;
}

.library-content .email a{
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.0em;
}

.library-content section {
    line-height: 36px;
}

/*hide extra rows in library and news*/
.publications-row.pub-number-2 ~ .publications-row, 
.literature-row.lit-number-2 ~ .literature-row,
.video-col.vid-number-2 ~ .video-col,
.posters-row.poster-number-2 ~ .posters-row,
.datasets-row.dataset-number-2 ~ .datasets-row,
.in-the-media-row.media-number-2 ~ .in-the-media-row,
.press-release-row.press-number-2 ~ .press-release-row,
.event-row.event-number-2 ~ .event-row,
.webinars-row.webinar-number-2 ~ .webinars-row

{
    display: none;
}


/*
NEWS PAGE
*/
.in-the-media:not(.first){
    display: none;
}

.press-release:not(.first){
    display: none;
}

.event-link .icon-link-name{
   margin-top: 20px;
}

/*CAREERS LANDING*/
.careers-text {
    padding: 125px 0 75px;
}

/*align*/
/*@media (min-width: 768px){
   .careers-text p {
        text-align: center;
    } 
}*/


.careers-image {
    padding-bottom: 75px;
}

.careers-landing-image {
    display: none;
}

@media (min-width: 768px){
    .careers-landing-image {
        display: block;
    }
}

.careers-landing-mobile-image {
    display: block;
}

@media (min-width: 768px){
    .careers-landing-mobile-image {
        display: none;
    }
}

.careers-benefits {
    background: #f2f2f2;
}
@media (max-width: 991px){
    .careers-benefits {
        padding-left: 0;
        padding-right: 0;
    }
    
    .careers-benefits .container{
        width: 100%;
        padding: 0 15px;
    }
}
@media (min-width: 992px){
    .careers-benefits {
        background: #f2f2f2;
        background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 50%, #00a5e3 50%, #00a5e3 100%); 
        background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 50%,#00a5e3 50%,#00a5e3 100%); 
        background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 50%,#00a5e3 50%,#00a5e3 100%);
    }
}

.careers-benefits .right {
    background: #00a5e3;
    color: #fff;
    overflow: hidden;
    padding-bottom: 75px;
    padding-top: 75px;
    padding-left: 70px;
}

@media (max-width: 991px){
    .careers-benefits .right {
        
        padding-left: 30px;
        padding-right: 30px;
    }
}

.careers-benefits .right p{
    text-align: left;
}

.careers-benefits .left {
    line-height: 28px;
    overflow: hidden;
    padding-bottom: 75px;
    padding-top: 75px;
}

@media (max-width: 991px){
    .careers-benefits .left {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.careers-benefits-inner {
    max-width: 750px;
    margin: auto;
}

.careers-benefits .job-container {
    clear: both;
    overflow: hidden;
}

.careers-benefits .position a{
    color: #333;
}

.careers-benefits hr{
    margin: 25px 0;
}

.careers-benefits .btn {
    background: #f2f2f2;
    clear: both;
    margin-top: 40px;
    width: auto;
}

/*
CAREERS ALL PAGE
*/
.careers-list.library-content .info{
    clear: both;
    
}

.careers-list.library-content .job-type{
    margin-top: 2em;
}

.careers-list hr{
    margin-top: 25px;
    margin-bottom: 25px;
}

/*
CAREERS PAGE SINGLE
*/
.careers-list {
    padding-bottom: 120px;
    padding-top: 120px;
}

.career-description {
    padding-bottom: 75px;
    padding-top: 60px;
}

@media (min-width: 768px){
    .career-description {
        padding-top: 125px;
    }
}

/*align*/
/*@media (min-width: 768px){
    .career-description p {
        text-align: center;
    }
}
*/

.career-details {
    background-color: #f9f9f9;
    line-height: 36px;
    padding-bottom: 100px;
    padding-top: 50px;
    position: relative;
}

.career-details h2{
    line-height: 36px;
}

.career-details h3{
    text-align: center;
}

.career-details .right{        
    padding-top: 60px;
}

@media (min-width: 992px){
    
    .career-details .left{
        padding-right: 75px;
    }
    
    .career-details .right{
        padding-left: 70px;
        padding-top: 0;
    }
    
    .career-details h2{
        text-align: left;
    }
    
    .career-details h3{
        text-align: left;
    }
}

.career-details hr {
    margin: 1em 0 2em 0;
}

.skills-education {
    padding-bottom: 1em;
}

.job-code-container {
    background-color: #00a5e3;
    bottom: 0;
    color: #fff;
    padding: 95px 30px 60px 30px;
    position: absolute;
    right: 0;
    width: 100%;
}

.job-code-container p{
        text-align: left;
}

@media (min-width: 992px){
    .job-code-container {
        width: 50%;
        padding: 95px 0 60px 100px;
    }
}

.job-code-container .job-code-name{
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.job-code-container .job-code {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 56px;
    letter-spacing: 0.08em;
    margin-bottom: 0.5em;
    font-weight: 700;
}

.job-code-container .job-code-instructions {
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    line-height: 32px;
    max-width: 480px;
}

.job-code-container .job-code-instructions a{
    color: rgba(255,255,255,0.60);
    font-size: 14px;
}

.job-code-container .job-code-instructions a:hover{
    color: rgba(255,255,255,1.0);
}

@media (min-width: 321px){
    .job-code-container .job-code-instructions a{
        font-size: 20px;
    }
}

/*
EVENTS
*/
.events-list {
    padding-bottom: 70px;
    padding-top: 120px;
}

.events-list .row{
    padding-bottom: 75px;
}

@media (min-width: 992px){
    .events-details {
        padding-left: 55px;
    }
}

.event-thumb img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    float: right;
    max-width: 100%;
    width: 100%;
}

.events-list.library-content .title a{
    font-size: 28px;
}

.events-list.library-content .booth {
  line-height: 1.5em;
}

.events-list.library-content .booth strong{
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

.events-list .date {
    color: #00a5e3;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.events-list .author {
    text-transform: uppercase;
}

/*
COMPANY
*/

.company-text {
    padding-bottom: 60px;
    padding-top: 60px;
}
@media (min-width: 992px){
    
    .company-text {
        padding-bottom: 60px;
        padding-top: 145px;
    }
}

/*align*/
/*.company-text p {
    text-align: center;
}*/

.company.icons {
    padding-bottom: 75px;
    padding-top: 0;
}

.company .icon-link {
    height: 275px;
    margin: 0 auto 30px auto;
    width: 275px;
}

@media (min-width: 768px){
    .company .icon-link {
        height: 345px;
        width: auto;
    }
}

@media (min-width: 992px){
    .company .icon-link {
        height: 293px;
    }
}

@media (min-width: 1200px){
    .company .icon-link {
        height: 360px;
    }
}

.company .icon-link-name {
    margin-top: 35px;
}

/*
COMPANY SUBPAGES (senior management, board of directors, scientific advisors)
*/
.company-sub {
    padding-top: 75px;
}

@media (min-width: 992px){
    .company-sub {
        padding-top: 150px;
    }
}

.company-sub .library-content{
    padding-top: 0;
    padding-bottom: 95px;
}
.company-sub .title {
    font-size: 28px;
    line-height: 1em;
    margin-bottom: 0.5em;
}

.company-sub .info {
    margin-bottom: 0.5em;
}

.company-sub article {
    margin-bottom: 0;    
}

.company-sub section p{
    text-align: left;
}

.company-sub .entry-content {
    margin-top: 0;
}

.company-sub .management-thumb img {
    margin-bottom: 1em;
}

/*
DISTRIBUTORS
*/
.distributors {
    padding-top: 75px;
    padding-bottom: 100px;
}

@media (min-width: 992px){
    .distributors {
        padding-top: 150px;
        padding-bottom: 100px;
    }
}

.distributors .distributor-thumb, 
.distributors .distributor-thumb p{
    color: #666666;
    text-align: left;
    padding-bottom: 0.5em;
}

@media (min-width: 992px){
    
    .distributors .distributor-thumb, 
    .distributors .distributor-thumb p{
        text-align: right;
    }
}

.distributors .distributor-thumb img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    float: left;
    margin-bottom: 2em;
}

@media (min-width: 992px){
    
    .distributors .distributor-thumb img {
        float: right;
    }
}

.distributors .email {
    margin-bottom: 1em;
}

.distributors p {
    text-align: left;
}

/*
CERTIFIED
*/
.certified-text {
    line-height: 36px;
}

/*
INVESTORS
*/
.investors {
    padding-bottom: 60px;
    padding-top: 60px;
}

/*align image*/
.investor-logos {
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 992px){
    .investor-logos {
        width: 756px;
    }
}

.investor-logo {
    height: 150px;
    position: relative;
}

/*align image*/
.investor-logo .logo {
    position: relative;
    text-align: center;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
/*
SUPPORT LANDING
*/

.support-landing {
    padding-bottom: 25px;
    padding-top: 75px;
}

.support-landing a u:hover{
    /*text-decoration: none;*/
    border-bottom: 2px solid;
}

.forum-link .icon-link-name{
   margin-top: 15px;
}

/*
SUPPORT
*/
.support {
    padding-bottom: 0;
    padding-top: 125px;
}

/*align*/
.support-type {
    color: #00a5e3;
    text-transform: uppercase;
    text-align: center;
}

.support h1 {
    text-transform: uppercase;
    margin-bottom: 0;
}

@media (min-width: 992px){
    
    .support-type {
        text-align: left;
    }
    
    .support h1 {
        text-align: left;
    }
}

.support .title-catalog-number {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 1em;
}

.support .description {
    font-size: 24px;
    line-height: 40px;
}

/*align image*/
.support-image {
    text-align: center;
}

.support-table-wrapper  {
    padding-bottom: 100px;
    padding-top: 75px;
}
.support-table-wrapper-all  {
    padding-bottom: 0;
    padding-top: 75px;
}

.support .download-all {
    font-family: 'Gotham HTF Black',sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 100px;
    text-transform: uppercase;
}

/*@media(min-width: 768px){
    .support .download-all {
        padding-right: 2%;
    }
}

@media(min-width: 991px){
    .support .download-all {
        padding-right: 5%;
    }
}

@media(min-width: 1200px){
    .support .download-all {
        padding-right: 7%;
    }
}*/

.support-downloads {
    background: #f2f2f2;
    padding: 0;
    position: relative;
}

@media (min-width: 992px){
    .support-downloads {
        background: #f2f2f2;
       /* background: -moz-linear-gradient(left,  #f2f2f2 0%, #f2f2f2 50%, #fff 50%, #fff 100%); 
        background: -webkit-linear-gradient(left,  #f2f2f2 0%,#f2f2f2 50%,#fff 50%,#fff 100%); 
        background: linear-gradient(to right,  #f2f2f2 0%,#f2f2f2 50%,#fff 50%,#fff 100%);*/
        padding: 0 15px; 
    }
}

.catalog-container {
    background-color: #00a5e3;
    top: 0;
    color: #fff;
    min-height: 608px;
    padding: 50px 0 0 75px;
    position: relative;
    right: 0;
    width: 100%;
}

@media(min-width: 992px) {
    .catalog-container  {
        position: absolute;
        width: 50%;
    }
}

.catalog-container .order-info {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.catalog-container .catalog {
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-transform: uppercase;
}

.catalog-container .catalog-number {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
}

.catalog-container .contact-info {
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding-top: 50px;
    text-transform: uppercase;
}

.catalog-container .contact-info-details {
    padding-top: .5em;
}
.catalog-container .contact-info-details p{
    line-height: normal;
    padding-bottom: .5em;
}
.catalog-container .contact-info-details a {
    color: #fff;
 
}

.catalog-container .preps {
    line-height: 1em;
}

.catalog-container .preps span{
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

.support-faqs {
    padding-bottom: 0px;
    padding-top: 65px;
}
.page-template-template-faqs .support-faqs{
    padding-bottom: 50px;
}

.support-videos {
    padding-top: 65px;
    padding-bottom: 25px;
}

.download-col {
    min-height: 608px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.support-downloads h2{
    font-family: 'Gotham HTF',sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0.5em;
    text-align: left;
    text-transform: uppercase;
}

.support-downloads .download-type h3{
    letter-spacing: 0;
}

#content .support-downloads ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.support-downloads .download-file {
    line-height: 28px;
    max-width: 100%;
}
@media(min-width: 768px) and (max-width: 1199px){
    .support-downloads .download-file {
        max-width: 50%;
    }
}

#content .support-downloads .download-file:last-child {
    margin-bottom: 2em;
}

.support-downloads .download-file a{
    /*word-break: break-all;*/
    color: #333;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

/*.support-downloads .download-file:hover {
    -webkit-filter: grayscale(100%); 
    filter: grayscale(100%);
}*/

.support-downloads .download-file .download-link {
    color: #00a5e3;
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

/*SUPPORT SERACH RESULTS*/
.support-search-results .support-faqs {
    padding-bottom: 0;
    padding-top: 0;
}

.support-results {
    padding-bottom: 120px;
    padding-top: 55px;
}
.support-results .entry-content {
    margin-top: 0;
}


/*
DOWNLOADS
*/
.git-hub {
    background: #f2f2f2;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 65px;
    padding-bottom: 35px;
    padding-top: 35px;
    text-align: center;
}

/*.downloads {
    padding-top: 75px;
}*/
.downloads .search-filter-results {
    margin-top: 15px;
}
#content .download-filter .searchandfilter ul {
    width: 310px;
    /*width: 330px;*/
    margin: auto;
}

#content .download-filter .searchandfilter ul ul{
    width: 180px;
     /*width: 200px;*/
    margin: auto;
}

#content .download-filter .searchandfilter ul li  {
    float: left;
    width: auto;
}

#content .download-filter .searchandfilter ul li  li{
    width: 90px;
    /*width: 100px;*/
}
#content .download-filter .searchandfilter ul .sf-field-taxonomy-download-type {
    width: 310px;
    /*width: 330px;*/
}
.sf-field-taxonomy-download-type ul {
    float: left;
}
.searchandfilter .sf-field-taxonomy-download-type h4  {
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
    /*margin-right: 50px;*/
    margin-top: 5px;
}
.downloads .download-title h1 {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

.downloads .download-row .download-title h1{
    margin-bottom: 0;
}

.downloads .download-row .download-title-margin h1 {
    margin-bottom: 1em;
}

.downloads .download-row {
    padding-bottom: 65px;
}

.downloads .download-description {
    padding-bottom: 50px;
}

.downloads .download-row .download-description, .downloads .download-row .downloads-installation-notes {
    font-size: 16px;
    line-height: 28px;
}

.downloads .download-sub-head, .downloads .download-title-version {
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.downloads .download-sub-head {
    text-transform: uppercase;
}

.download-contact-info {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 125px;
    text-align: center;
}

/*
PUBLIC DATASETS
*/

.public-datasets-text {
    padding-bottom: 0;
    padding-top: 75px;
}

.public-datasets {
    /*padding-bottom: 100px;*/
}
.dataset-wrapper {
    /*overflow: hidden;*/
    padding-bottom: 50px;
}

.site-main .dataset-wrapper:last-child {
    padding-bottom: 0;
}

.public-datasets h2 {
    font-size: 20px;    
    text-align: left;
}

.public-datasets table th {
    background: #64676a;
}

.dataset-wrapper table tr {
    background: #f2f2f2;
}

.dataset-wrapper table tr:nth-child(even) {
    background: #fff;
}

.dataset-description {
    color: #333333;
    font-size: 16px;
    line-height: 1.5em;
}

.public-datasets-text-below {
    padding-bottom: 100px;
}

.public-datasets-text-below .headline{
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

/*align OK*/
.public-datasets-text-below .email{
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 1em;
    text-align: center;
}

.public-datasets-text-below .description{
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
}

#search-filter-form-6616 {
    margin-top: 25px;
}

#content .datasets-filter .searchandfilter ul {
    width: 530px;
    /*width: 330px;*/
    margin: auto;
}

#content .datasets-filter .searchandfilter ul ul{
    width: 400px;
     /*width: 200px;*/
    margin: auto;
}

#content .datasets-filter .searchandfilter ul li  {
    float: left;
    width: auto;
}

#content .datasets-filter .searchandfilter ul li  li{
    width: 200px;
    /*width: 100px;*/
}

#content .datasets-filter .searchandfilter ul li  li:last-child{
    width: 100px;
    /*width: 100px;*/
}
#content .datasets-filter .searchandfilter ul .sf-field-taxonomy-dataset-type {
    width: 530px;
    /*width: 330px;*/
}
.sf-field-taxonomy-download-type ul {
    float: left;
}
.searchandfilter .sf-field-taxonomy-dataset-type h4  {
    float: left;
    margin-bottom: 0;
    margin-right: 40px;
    /*margin-right: 50px;*/
    margin-top: 5px;
}


/*
CONTACT
*/

.contact-form {
    background: #2f3133;
    overflow: hidden;
    padding-bottom: 125px;
    padding-top: 125px;
}

.contact-form .entry-content {
    color: #fff;
    font-size: 32px;
}

#contact-form {
    margin-top: 75px;
}

#contact-form input[type=text], 
#contact-form ul {
    width: 100%;
}

#contact-form .gfield_label {
    display: none;
}

#contact-form ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#contact-form ul li{
    margin-bottom: 30px;
}

#contact-form input[type=submit]{
    background: #00a5e3;
    color: #fff;
    margin-left: 15px;
}

#contact-form input[type=submit]:hover{
    border-color: #00a5e3;
    text-decoration: underline;
}

.map {
    background: #f2f2f2;
    padding-left: 0;
    padding-right: 0;
}
#map-wrapper {
    position: relative;
        padding-bottom: 75%; /* This is the aspect ratio*/
        height: 0;
        overflow: hidden;
}
#map {
    position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

.map .left,
.map .right {
    width: 100%;
    float: left;
}

@media (min-width: 992px){
    .map .left,
    .map .right {
        width: 50%;
    }
}

.map .right-inner {
    margin: auto;
    padding: 50px 0;
}

/*@media (min-width: 768px) and (max-width: 991px){
    .map .right-inner {
        margin: auto;
        padding: 0;
        position: relative;
        top: 50%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}*/





/*align OK*/
.map .right {
    padding: 0 30px;
    text-align: center;
}

@media (min-width: 992px){
    .map .right {
        padding: 0 30px 0 100px;
        text-align: left;
    }
}
.map .right .logo{
    height: 58px;
    margin-bottom: 55px;
    width: 200px;    
}

/*align*/
.map .right .address p{
    font-family: 'Gotham HTF',sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25em;
    text-align: center;
}

/*align OK*/
.map .right .phone p, 
.map .right .email p{
    color: #999999;
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25em;
    text-align: center;
}

@media (min-width: 992px){
    
    .map .right .address p,
    .map .right .phone p,
    .map .right .email p{
        text-align: left;
    }
}

/*
WEBINARS
*/
.library-main .row.webinars-page {
    padding-bottom: 75px;
}

.webinars .description {
    font-size: 16px;
}

.webinars .description p {
    text-align: left;
    padding-bottom: 5px;
}

.webinars .link {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.webinars .link a {
    text-decoration: none;
}

.webinars .link  u:hover {
    border-bottom: 2px solid #00a5e3;
}

.webinars .link span {
    color: #999;
    font-family: 'Gotham HTF Light',sans-serif;
    font-weight: 200;
}

.webinars .date {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.0em;
    margin: 0.75em 0;
}

.webinars .author {
    padding-bottom: 0.5em;
}

/*
FAQS
*/

.faqs-text {
    padding-top: 75px;
}

.faq-heading {
    color: #00a5e3;
    font-size: 24px;
    padding-top: 60px;
    text-transform: uppercase;
}

/*
SUPOORT TEMP
*/


.support-text {
    padding: 60px 0 60px;
}

@media (min-width:992px){
    
   .support-text {
        padding: 145px 0 60px;
    } 
}

/*align OK*/
/*.support-text p {
    text-align: center;
}*/

@media (min-width: 768px){

    .support-text .container{
        padding: 0 100px;
    }
}

.support-landing-icons {
    padding-bottom: 45px;
}

.support-landing-phone {
    padding-bottom: 75px;
}

/*align*/
.phone-support {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.phone-support span {
    color: #00a5e3;
}

/*
404
*/
.top-404 {
    background: #f9f9f9;
    padding-top: 85px;
}

.top-404 .page-content {
    text-align: center;
}

h1.page-title {
    color: #00a5e3;
    font-family: 'Gotham HTF Black',sans-serif;
    font-size: 72px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
}

.bottom-404 {
    padding: 100px 0 75px 0;
}

.image-404 {
    margin: 100px auto 0 auto;   
}

/*
Download Form
*/
.download-form {
    font-size: 24px;
    padding-bottom: 100px;
    padding-top: 75px;
}

#download-form ul {
    list-style: none;
}

#download-form ul li{
    margin-bottom: 30px;
}

#download-form .gfield_label {
    display: none;
}

#download-form input[type="text"], 
#download-form input[type="email"], 
#download-form input[type="url"], 
#download-form input[type="password"], 
#download-form input[type="search"], 
#download-form input[type="number"], 
#download-form input[type="tel"], 
#download-form input[type="range"], 
#download-form input[type="date"], 
#download-form input[type="month"], 
#download-form input[type="week"], 
#download-form input[type="time"], 
#download-form input[type="datetime"], 
#download-form input[type="datetime-local"], 
#download-form input[type="color"], 
#download-form textarea,
#download-form .ginput_container_select {
  
  border: 3px solid #00a5e3;
  
}

#download-form input[type="text"], 
#download-form ul {
    width: 100%;
}

#download-form #gform_submit_button_3 {
    background: #00a5e3;
    color: #fff;
    margin-left: 40px;
}

/*
GENERIC ARCHIVE AND SINGLE
*/
.single-item {
    padding-bottom: 50px;
    padding-top: 50px;
}

.single-item h2 {
    text-align: left;
}

/*
BIONANO U LANDING
*/
.bionano-u .container{
    position: relative;
}
.bionano-u .mobile {
    display: none;
}

.bionano-u .tablet {
    display: none;
}

.bionano-u .sm-desktop {
    display: none;
}


.bionano-u .lg-desktop {
    display: none;
}

.bionano-u .desktop {
    display: none;
}

@media(max-width: 767px){
    .bionano-u .mobile {
        display: block;
    }
}

@media(min-width: 768px) and (max-width: 990px){
    .bionano-u .tablet {
        display: block;
    }
}

/*adjust*/
@media (min-width: 991px){
    .bionano-u .desktop {
        display: block;
    }
}

@media (min-width: 991px) and (max-width: 1199px){
    .bionano-u .sm-desktop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .bionano-u .lg-desktop {
        display: block;
    }
}
/*fix*/
.bionano-u .featured {
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
}
@media (min-width: 400px){
    .bionano-u .featured {
        margin-left:-60px;
        margin-right: -60px;
    }
}
@media (min-width: 768px){
    .bionano-u .featured {
        margin-left: 0;
        margin-right: 0;
    }
}
/*fix*/
.bionano-u .featured {
    /*width: 275px;*/
}

.bionano-u-featured-1 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 325px;
    font-size: 20px;
    margin-bottom: 12px;
    position: relative;
    width: 100%;
}

.bionano-u-featured-1 .featured-link {
    height: 325px;
    width: 100%;
    display: block;
}

.bionano-u-featured-2, .bionano-u-featured-3 {
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    font-size: 16px;
    height: 250px;
    position: relative;
    width: 49%;
}

.bionano-u-featured-2 .featured-link, .bionano-u-featured-3 .featured-link {
    height: 250px;
    width: 100%;
    display: block;
}

@media (min-width: 991px) and (max-width: 1199px){
    .bionano-u-featured-1 {
       
        height: 267px;
       
    }

    .bionano-u-featured-1 .featured-link {
        height: 267px;
        
    }

    .bionano-u-featured-2, .bionano-u-featured-3 {
        
        height: 205px;
        
    }

    .bionano-u-featured-2 .featured-link, .bionano-u-featured-3 .featured-link {
        height: 205px;
       
    }
}

.bionano-u-featured-2 {
    margin-right: 1%;
}

.bionano-u-featured-3 {
    margin-left: 1%;
}

.bionano-u .overlay {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    height: auto;
    line-height: 1.2em;
    position: absolute;
    width: 100%;
    padding: 25px;
}
.bionano-u .overlay a{
    color: #fff;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/*carousel*/
#carousel-example-generic {
    width: 100%;
}
#content .featured ol.carousel-indicators {
    bottom: 0;
    left: 45%;
    margin: 0;
    text-align: left;
}
#content .featured ol.carousel-indicators li{
    margin-bottom: 0;
}
.bionano-u .carousel-inner > .item {
    background-position: center;
    background-size: cover;
    min-height: 330px;
}

/*.mobile-featured-link {
    display: block;
    min-height: 500px;
    width: 100%;
}*/
.carousel-title {
    background: #7f7f7f;
    color: #fff;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    font-size: 22px;
    height: 150px;
    line-height: 28px;
    padding: 20px 30px;
    text-transform: uppercase;
}
.carousel-title a{
    color: #fff;
}


.bionano-u .mobile .overlay {
    min-height: 150px;
}

.bionano-u .heading{
    border-bottom: 2px solid #333;
    clear: both;
    margin: 50px 0 25px;
    overflow: hidden;
    width: 100%;
}

.bionano-u .archive {
    margin: 0 0 25px !important;
}

.bionano-u .heading h2, .bionano-u .heading h1{
    font-family: 'Gotham HTF Light',sans-serif;
    font-weight: 200;
    font-size: 14px;
    margin: 0 0 .75em 0;
    text-align: left;
    text-transform: uppercase;
}

.bionano-u .heading h1 span{
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

/*fix*/
.bionano-u-list-row-container {
    /*width: 275px;*/
}

.bionano-u-list-row {
    clear: both;
    margin-bottom: 50px;
    overflow: hidden;
}

.bionano-u-list-row:last-child {
    margin-bottom: 0;
}
.bionano-u-list-image {
    font-size: 12px;
    height: auto;
    margin-bottom: 10px;
    max-height: 156px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bionano-u-list-image img{
    height: 100%;
}
@media(max-width: 320px){
    .bionano-u-list-image {
        max-height: 146px;
    }
    
}
@media(max-width: 767px){
    .bionano-u-list-image {
        max-height: 359px;
    }
    .bionano-u-list-image img{
        width: 100%;
    }
}

@media(min-width: 768px){
    .bionano-u-list-image {
        float: left;
        height: 156px;
        max-height: 156px;
        margin-right: 2%;
        width: 37%;
    }
}

@media(min-width: 991px) and (max-width: 1199px){
    .bionano-u-list-image {
        
        max-height: 128px;
      
    }
}

.bionano-u .bionano-u-list-image .overlay {
    padding: 10px;
    width: auto;
}

.bionano-u .bionano-u-list-image .overlay a{
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
}

.bionano-u-list {
    overflow: hidden;
    width: 100%;
    
}

@media(min-width: 768px){
    .bionano-u-list {
        float: left;
        margin-left: 2%;
        width: 59%;
        overflow: hidden;
    }
}

.bionano-u-content {
    overflow: hidden;
}

.bionano-u-content .title, .bionano-u-content .title h1 {
    font-size: 16px;
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 0.5em;
    text-align: left;
    text-transform: uppercase;
}

.bionano-u-content .title a{
    color: #333;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

.bionano-u-content .category {
    color: #999999;
    font-size: 14px;
    text-transform: uppercase;
} 

.bionano-u-content .date-wrapper{
    clear: both;
    overflow: hidden;
    
}
.bionano-u-content .date{
    color: #999999;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    font-size: 14px;
    float: left;
    line-height: 1.2em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}
.bionano-u-content .share{
    font-size: 14px;
    float: right;
    line-height: 1.2em;
}
.addtoany_list a, .widget .addtoany_list a {
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    padding: 0 !important;
    text-transform: uppercase;
}

.a2a_menu a {
  color: #777 !important;
}
#a2apage_show_more_less {
    display: none;
    font-size: 12px;
    line-height: 16px;
}

a.a2a_more .a2a_svg {
    background-color: #00a5e3 !important;
    background-size: 16px auto !important;
    height: 16px !important;
    line-height: 16px !important;
    width: 16px !important;
}

.addtoany_list a, .widget .addtoany_list a:hover {
    text-decoration: none;
}

.bionano-u-content .content{
    clear: both;
    font-size: 14px;
    line-height: 1.5em;
}

.banner-large-container {
    margin-bottom: 50px;
}

.banner-large {
    max-width: 100%;
}

.bionano-u .pagination .wp-pagenavi{
    margin-bottom: 75px;
}

/*bionano u sidebar*/
.bionano-u-sidebar .row{
    margin: 0;
}

@media (min-width: 991px){
    .bionano-u-sidebar .row{
        margin: 0 -15px;
    }
}

.bionano-u-text {
    background: #f4f4f4;
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    font-size: 14px;
    /*height: 300px;*/
    line-height: 1.5em;
    margin-bottom: 40px;
    margin-top: 40px;
    overflow: hidden;
    padding: 50px 30px;
    position: relative;
}


@media(min-width: 991px){
    .bionano-u-text {
        margin-top: 0;
    }
}




.bionano-u-logo {
    margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 990px){
    .bionano-u-logo-wrap {
        height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        width: 50%;
    }
    .bionano-u-text .text {
        float: left;
        margin-left: 50%;
        width: 50%;
    }
    .bionano-u-logo {
        float: left;
        height: 50px;
        margin-bottom: 0;
        margin-left: 4.5%;
        margin-right: 10.5%;
       position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
    }
}

.bionano-u .searchandfilter {
    width: 100%;
}

.bionano-u .searchandfilter input[type="text"] {
    background-image: url(../img/icon-search.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 34px 34px;
    
    font-size: 12px;
    letter-spacing: 0em;
    padding: 11px 14px;
}


#content .bionano-u .searchandfilter ul li.sf-field-search {
    height: 42px;
    margin-bottom: 0;
    overflow: hidden;
}

@media(min-width: 768px) and (max-width: 990px){
    .category-wrapper {
        float: left;
        margin-bottom: 50px;
        margin-right: 2%;
        overflow: hidden;
        width: 48%;
    }
    .tag-wrapper {
        float: left;
        margin-bottom: 50px;
        margin-left: 2%;
        overflow: hidden;
        width: 48%;
    }
}

#content .bionano-u-category, #content .bionano-u-tag {
    list-style: none;
    margin: 0;
}

#content footer .bionano-u-tag {
    margin-top: 35px;
}

#content .bionano-u-category li, #content .bionano-u-tag li {
    font-size: 14px;
    line-height: 1.2em;
}

#content .bionano-u-tag li {
    display: inline-block;
}

#content .bionano-u-category li a, #content .bionano-u-tag li a{
    color: #333;
}

#content .bionano-u-tag li a{
    border: 1px solid #696969;
    margin-right: 15px;
    padding: 6px 8px;
}

#content .bionano-u-tag li.head {
    display: inline-block;
    text-transform: uppercase;
    width: 100px;
}
.bionano-u .ad-small {
    margin-top: 40px;
    overflow: hidden;
}

.bionano-u .bionano-u-sign-up-form {
    font-size: 14px;
    margin-bottom: 60px;
    overflow: hidden;
}

@media (min-width: 991px){
    .bionano-u .bionano-u-sign-up-form {
        margin-bottom: 40px;
    }
}
.bionano-u .bionano-u-sign-up-form .validation_error{
    line-height: normal;
    margin-bottom: 25px;
}
.bionano-u .bionano-u-sign-up-form .get-update {
    line-height: normal;
    margin-bottom: 25px;
}
.bionano-u .bionano-u-sign-up-form .gform_body {
    float: left;
    margin-bottom: 15px;
    width: 100%;
}

.bionano-u .bionano-u-sign-up-form .gform_footer {
    float: left;
    width: 100%;
}

#content .bionano-u-sign-up-form ul{
    list-style: none;
    margin: 0;
}

#content .bionano-u-sign-up-form ul li.gfield{
    height: auto;
    margin: 0;
}
/*#content .bionano-u-sign-up-form ul li.gfield_html_formatted{
    font-size: 14px;
    height: auto;
    margin: 0;
}*/


.bionano-u-sign-up-form .gfield_label {
    display: none;
}

.bionano-u .bionano-u-sign-up-form input[type="text"] {
    background-image: url(../img/icon-mail.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 34px 34px;
    border: 2px solid #00a5e3;
    border-radius: 0;
    /*border-right: none;*/
    color: #666;
    font-family: "Gotham HTF Book",sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 11px 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 100%;
}

.bionano-u .bionano-u-sign-up-form .button, 
.bionano-u .bionano-u-sign-up-form input[type="button"], 
.bionano-u .bionano-u-sign-up-form input[type="reset"], 
.bionano-u .bionano-u-sign-up-form input[type="submit"] {
   /* background-color: #fff;
    background-image: url(../img/icon-mail.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 34px 34px;
    border: 2px solid #00a5e3;
    border-left: none;
    border-radius: 0;
    color: #00a5e3;
    font-family: "Gotham HTF Book",sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2em;
    padding: 11px 0;
    text-transform: uppercase;
    width: 100%;*/
    background: #00a5e3;
    color: #fff;
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: none;
    width: 100%;
    
}

.bionano-u .bionano-u-sign-up-form .button:hover, 
.bionano-u .bionano-u-sign-up-form input[type="button"]:hover, 
.bionano-u .bionano-u-sign-up-form input[type="reset"]:hover, 
.bionano-u .bionano-u-sign-up-form input[type="submit"]:hover {
    /*text-decoration: none;*/
}

.bionano-u .bionano-u-sign-up-form .gform_confirmation_message {
    line-height: normal;
}

.most-viewed .heading h2 {
    float: left;
}

#content .most-viewed ul {
    list-style: none;
    margin: 0;
}

#content .most-viewed li a {
    color: #333;
}

.most-viewed .nav-tabs {
    border: none;
    float: right;
}

.most-viewed .nav-tabs > li > a {
    border: none;
    border-radius: 0;
    color: #333;
    font-size: 10px;
    line-height: 1.1;
    margin-right: 0;
    padding: 0 0 0 30px;
    text-transform: uppercase;
}

.most-viewed .nav-tabs > li:first-child > a {
    padding: 0;
}

@media(min-width: 991px){
    .most-viewed .nav-tabs > li > a {
        padding: 0 0 0 10px;
    }
}

@media(min-width: 1200px){
    .most-viewed .nav-tabs > li > a {
        padding: 0 0 0 30px;
    }
}

.most-viewed .nav-tabs > li.active > a, 
.most-viewed .nav-tabs > li.active > a:focus, 
.most-viewed .nav-tabs > li.active > a:hover {
    background-color: #fff;
    border: none;
    color: #333;
    cursor: default;
    font-family: 'Gotham HTF Black',sans-serif;
    font-weight: 400;
}

.most-viewed .nav > li > a:focus,
.most-viewed .nav > li > a:hover {
    background-color: #fff;
}

#content .most-viewed .tab-content li {
    font-size: 12px;
    line-height: 1.2em;
    margin-bottom: 25px;
    overflow: hidden;
}
#content .most-viewed .tab-content li a{
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}
#content .most-viewed .tab-content li .category {
    text-transform: uppercase;
}

#content .most-viewed .tab-content li .views {
    color: #00a5e3;
    text-transform: uppercase;
}

.most-viewed-left {
    margin-bottom: 8px;
    width: 150px;
}

.most-viewed-right {
    line-height: 1.6em;
    width: 100%;
}

.most-viewed-left img{
    
}

.lets-keep-in-touch-wrapper {
    height: 100px;
    margin-bottom: 75px;
    overflow: hidden;
}

.lets-keep-in-touch {
    text-align: center;
}

.lets-keep-in-touch a {
    color: #666;
    padding: 0 15px;
}
@media (min-width: 1200px){
    .lets-keep-in-touch a {
        padding: 0 25px;
    }
}
.lets-keep-in-touch .fa-lg {
    font-size: 42px;
    line-height: 42px;
}

.lets-keep-in-touch-wrapper h2 {
    color: #999;
    font-family: 'Gotham HTF Light',sans-serif;
    font-weight: 200;
    font-size: 14px;
    margin-top: 25px;
}

/*single page*/

.bionano-u-single header .bionano-u-content .title a {
    font-size: 20px;
    /*margin-bottom: 0.75em;*/
}

.bionano-u-single-image {
    margin-top: 25px;
   
    overflow: hidden;
    position: relative;
}

.bionano-u-single-image .single-thumbnail {
     max-height: 400px;
}

.bionano-u-single .video-wrapper {
    position: absolute;
}

.bionano-u-single .content {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 25px;
}

.bionano-u-single .table-content {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
}

.related-posts {
    margin-bottom: 50px;
    overflow: hidden;
}
@media (min-width: 991px){
    .related-posts {
        margin-bottom: 100px;
    }
}
.related-posts-content {
    float: left;
    width: 48%;
    margin-right: 4%;
}
@media (min-width: 768px){
    .related-posts-content {
        width: 31%;
        margin-right: 3.5%;
    }
}
.related-post-image {
    background-position: center;
    background-size: cover;
    height: 131px;
    max-height: 131px;
}
@media(max-width: 767px){
    .related-posts-content:nth-child(odd) {
        margin-right: 0;
    }
}
.related-posts-content:last-child {
    display:none;
}
@media (min-width: 768px){
    .related-posts-content:last-child {
        display: block;
        margin-right: 0;
    }
}

/*
TECHNOLOGY
*/

.technology-list .icon-link {
  height: 325px;
}

.technology-list .icon-image {
    width: 180px;
}

@media (max-width: 767px){
    .btn-wrapper {
        text-align: center;
    }
}

.features .technology {
    padding-bottom: 100px;
}


@media (max-width: 767px){
    .technology h2 {
        text-align: left;
    }   
}

.technology .header-left {
    text-align:left;
}

.technology-image {
    padding-bottom: 1em;
    position: relative;
}

.technology-image img{
    border: 3px solid #787878;
}

.lightbox-glass {
    background-image: url(../img/icon-lightbox-glass.png);
    background-repeat: no-repeat;
    background-size: 33px 33px;
    float: right;
    top: -40px;
    height: 33px;
    margin-right: 10px;
    position: relative;
    width: 33px;
}
@media (max-width: 1199px){
    .lightbox-glass {
        display: none;
    }
    .landscape {
        display: none;
    }
}
@media screen and (orientation:landscape) and (max-width: 1199px){
    .lightbox-glass {
        display: none;
    }
    .page-template-template-technology .landscape {
        display: none;
    }
}
@media(min-width: 1200px){
    .page-template-template-technology .desktop.portrait {
        display:none;
    }
}

.technology-image .technology-image-caption{
    color: #777777;
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-style: italic;
    line-height: 24px;
    padding-top: 1em;
}

.page-template-template-technology #TB_window {
    background: transparent !important;
    box-shadow: none;
    /*width: 100% !important;*/
}
.page-template-template-technology #TB_window img#TB_Image {
    border: 3px solid #787878;
    display: block;
    margin: 0;
    /*width: 100% !important;*/
}

.page-template-template-technology .mobile {
    display:none;
}
.page-template-template-technology .desktop {
    display:none;
}

/*.page-template-template-technology .landscape {
    display:none;
}*/

@media (max-width: 767px){
    .page-template-template-technology .mobile {
        display:block;
    }
}
@media (min-width: 768px){
    .page-template-template-technology .desktop {
        display:block;
    }
}

/*@media screen and (min-width: 1200px) and (orientation:portrait){
    .page-template-template-technology .landscape {
        display: block;
    }
}*/

@media (max-width: 990px){
   .technology-image-left {
        margin-bottom: 1em;
    } 
}
@media (min-width: 991px){
   .technology-image-left {
        margin-top: 0.5em;
    } 
}


.technology-related-whitepaper {
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    line-height: 32px;
    padding-left: 70px;
    position: relative;
    min-height: 55px;
}

.technology-related-whitepaper:before {
    background-image: url(../img/icon-related-white-papers.png);
    background-position: left 5px;
    background-repeat: no-repeat;
    background-size: 55px 55px;
    content: '';
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px;
}

/*carousel*/
.technology-slider-wrap {
    padding-bottom: 1em;
}

.technology .item {
    border: 3px solid #787878;
}

.technology .item img {
    width: 100%;
}
.technology .carousel-control.left {
    background-image: url("../img/icon-tech-slider-left.png");
    background-repeat: no-repeat;
    background-position: 25% center;
    background-size: 15px 25px;
    opacity: 1;
    transition: opacity, transform 1.0s ease-in-out;
}
.technology .carousel-control.right {
    background-image: url("../img/icon-tech-slider-right.png");
    background-repeat: no-repeat;
    background-position: 75% center;
    background-size: 15px 25px;
    opacity: 1;
    transition: opacity, transform 1.0s ease-in-out;
}

.technology .carousel-control:focus, .technology .carousel-control:hover {
    opacity: 0.5;
    transition: opacity, transform 0.5s ease-in-out;
}

.technology  .glyphicon-chevron-right::before, .technology  .glyphicon-chevron-left::before {
    content: "";
}

.technology  .glyphicon {
  font-family: "sans serif";
}

#content .technology  ol.carousel-indicators {
    bottom: -60px;
    left: 0%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 15;
}

.technology .carousel-indicators li {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
    margin: 0 5px;
}


.technology .carousel-indicators li.active {
    background-color: #00a5e3;
    border: 1px solid #00a5e3;
    border-radius: 10px;
    height: 10px;
    width: 10px;
}

.swipe-more {
    font-family: 'Gotham HTF Light',sans-serif;
    font-weight: 200;
    font-size: 14px;
    padding-top: 2em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.technology-more-link {
    display: inline-block;
    padding-bottom: 1em;
}
