@charset "UTF-8";
/* Extra small devices Phones (<768px) 	Small devices Tablets (≥768px) 	Medium devices Desktops (≥992px) Large devices Desktops (≥1200px) */

@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

@font-face {
  font-family: 'Gotham HTF Black';
  src: url('../fonts/GothamHTF-Black.eot'); /* IE9 Compat Modes */
  src: url('../fonts/GothamHTF-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamHTF-Black.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GothamHTF-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamHTF-Black.svg#59f32e2c2365528ff20262e139667c08') format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

@font-face {
    font-family: 'Gotham HTF';
    src: url('../fonts/GothamHTF-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GothamHTF-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/GothamHTF-Bold.woff') format('woff'), /* Modern Browsers */
        url('../fonts/GothamHTF-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/GothamHTF-Bold.svg#030251e5701d786046d51ed2261d4a74') format('svg'); /* Legacy iOS */    
    font-style:   normal;
    font-weight:  700;
}

@font-face {
    font-family: 'Gotham HTF Light';
    src: url('../fonts/GothamHTF-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GothamHTF-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamHTF-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GothamHTF-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamHTF-Light.svg#1f1d0900c5921e708beab42a3f9edc4f') format('svg'); /* Legacy iOS */   
    font-style:   normal;
    font-weight:  200;
}

@font-face {
    font-family: 'Gotham HTF Book';
    src: url('../fonts/GothamHTF-Book.eot'); /* IE9 Compat Modes */
    src: url('../fonts/GothamHTF-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/GothamHTF-Book.woff') format('woff'), /* Modern Browsers */
       url('../fonts/GothamHTF-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/GothamHTF-Book.svg#8815e0559e42d2bb6d63fb542f63fc99') format('svg'); /* Legacy iOS */
    font-style:   normal;
    font-weight:  400;
}

body {
    color: #333;
    font-family: 'Gotham HTF Light',sans-serif;
    font-size: 20px;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-weight: 200;
}

/*text*/
p {
    margin: 0;
    padding: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1em 0;
}

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

/*align*/
h2 {
    font-family: 'Gotham HTF', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    color: #00a5e3;
    font-family: 'Gotham HTF Book', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

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

#content ul, #content ol {
    margin: 0 0 0 25px;
    padding: 0;
}

#content ul.indent-list, #content ol.indent-list {
    padding-left: 25px;
}

#content ul li, #content ol li{
    margin-bottom: 1em;
}
blockquote {
    border-left: none;
    font-size: 20px;
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
    line-height: 32px;
    margin: 0 0 20px;
    padding: 0;
}

blockquote p{
    display: inline;
    padding: 0 0 0 30px;
}

blockquote:before {
    background-image: url(../img/quotes-begin.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    height: 25px;
    position: absolute;
    width: 25px;
}

blockquote:after {
    background-image: url(../img/quotes-end.png);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    /*bottom: 0;*/
    height: 25px;
    position: absolute;
    /*right: 0;*/
    width: 25px;
}

hr {
    background: transparent;
    border-top: 2px solid #aaa;
    clear: both;
    float: left;
    margin: 0;
    margin-bottom: 2em;
    height: 1px;
    width: 65px;
}

.line {
    border-bottom: 3px solid #666;
    color: #666;
    height: auto;
    margin-bottom: 25px;
    margin-top: 15px;
    overflow: hidden;
    vertical-align: middle;
}

.line-bionano-u {
    border-bottom: 2px solid #333;
    color: #333;
    height: auto;
    margin-bottom: 40px;
    margin-top: 50px;
    overflow: hidden;
    vertical-align: middle;
    width: 33%;
}

.dataset-description .line {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
}

.page-header {
  border-bottom: none;
 
}

/*bread*/
.breadcrumbs {
    background: #f9f9f9;
    color: #00a5e3;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 50px;
    overflow: hidden;
    text-transform: uppercase;
}

/*helpers*/
.centered {
    margin: auto;
}

/*links*/
a {
    background-color: transparent;
    color: #00a5e3;
    text-decoration: none;
}

a:link { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.196); 
} 

a:hover {
    color: #00a5e3;
    text-decoration: underline;
}

a:active, a:visited, a:focus {
    color: #00a5e3;
    text-decoration: none;
}

u {
    text-decoration: none;
}

/*mobile disable hover*/
@media only screen and (max-device-width : 1366px) {
    a:hover {
       text-decoration: none;
    }
    
    u:hover {
        border-bottom: none !important;
    }
}

.white-link {
    clear: both;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 992px){
    .white-link {
        margin-top: 40px;
    }
}

.white-link a{
    color: #fff;
    display: inline-block;
    font-family: 'Gotham HTF', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 32px;
    padding-right: 45px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.white-link a:hover {
    text-decoration: none;
}

.white-link u:hover {
    text-decoration: none;
    border-bottom: 3px solid;
}

.white-link .fa-lg {
    color: #fff;
    /*vertical-align: middle;*/
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media (min-width: 400px){
    .white-link a {
        font-size: 22px;
        line-height: 40px;
    }
    
    .white-link .fa-lg {
        bottom: 10px;
    }
}

@media (min-width: 600px){
    .white-link a {
        font-size: 32px;
        line-height: 50px;
    }
    
    .white-link .fa-lg {
        bottom: 10px;
    }
}


@media (min-width: 768px) and (max-width:991px){
    
    .white-link a {
        font-size: 42px;
        line-height: 60px;
    }
    
    .white-link .fa-lg {
        bottom: 8px;
    }
}

@media (min-width: 992px){
    
    .white-link a{
        line-height: 40px;
    }
    
    .white-link .fa-lg {
        bottom: 2px;
    }
}


.black-link {
    clear: both;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 992px){
    .black-link {
        /*margin-top: 40px;*/
    }
}

.black-link a{
    color: #333;
    display: inline-block;
    font-family: 'Gotham HTF', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 32px;
    padding-right: 45px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
}

.black-link a:hover {
    text-decoration: none;
}

.black-link u:hover {
    text-decoration: none;
    border-bottom: 3px solid;
}

.black-link .fa-lg {
    color: #333;
    /*vertical-align: middle;*/
    font-size: 1.25em;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    right: 0;
}

@media (min-width: 400px){
    .black-link a {
        font-size: 22px;
        line-height: 40px;
    }
    
    .black-link .fa-lg {
        bottom: 10px;
    }
}

@media (min-width: 600px){
    .black-link a {
        font-size: 32px;
        line-height: 50px;
    }
    
    .black-link .fa-lg {
        bottom: 10px;
    }
}


@media (min-width: 768px) and (max-width:991px){
    
    .black-link a {
        font-size: 42px;
        line-height: 60px;
    }
    
    .black-link .fa-lg {
        bottom: 8px;
    }
}

@media (min-width: 992px){
    
    .black-link a{
        line-height: 48px;
    }
    
    .black-link .fa-lg {
        bottom: 10px;
    }
}

/*buttons*/
.btn {
    background: #fff;
    border-radius: 0;
    border: 3px solid #00a5e3;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    width: 275px;
    padding: 25px;
}

.btn-small {
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 15px 10px;
    width: 100%;
}

@media (min-width: 768px){
    .btn-small {
        width: 215px;
    }
}


.btn:hover, .btn:focus {
    color: #00a5e3;
    text-decoration: none;
}

.btn u:hover {
    text-decoration: none;
    border-bottom: 3px solid;
}

.button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    background: #fff;
    border: 3px solid #00a5e3;
    border-radius: 0;
    color: #00a5e3;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    width: 260px;
    padding: 25px;
}
.button:hover,
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover  {
    text-decoration: underline;
    border: 3px solid #00a5e3;
}

@media (min-width: 768px){
    
    .btn
        input[type="button"], 
        input[type="reset"], 
        input[type="submit"] {
            width: 325px;
        }
}

.close {
    color: #fff;
    float: right;
    font-size: 32px;
    font-weight: 200;
    line-height: 1;
    opacity: 0.9;
    text-shadow: none;
    -webkit-transform:scale(1.25,1);
    -moz-transform: scale(1.25,1);
    transform:scale(1.25,1); 
}

/*forms*/
input[type="text"], 
input[type="email"],
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea {
    background: #fff;
    border: none;
    border-radius: 0;
    color: #666;
    font-size: 20px;
    line-height: normal;
    padding: 25px 35px;
}

.ginput_container_select {
    background-color: #fff;
    background-image: url("../img/select-arrow.png");
    background-position: right;
    background-repeat: no-repeat;
}

.gform_validation_container {
    display:none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: radio-container;
    appearance: none;
    background: transparent;
    box-sizing: content-box;
    border: 0;
    color: #666;
    display: inline-block;
    font-size: 20px;
    outline: 0;
    overflow: hidden;
    padding: 25px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    width: 110%;
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

:-moz-placeholder {
    color: #666;
    opacity: 1;
}

::-moz-placeholder {
    color: #666;
    opacity: 1;
}

:-ms-input-placeholder {  
    color: #666;
    opacity: 1;
}

::-webkit-placeholder-shown {
    color: #666;
    opacity: 1;
}

:-moz-placeholder-shown {
    color: #666;
    opacity: 1;
}

::-moz-placeholder-shown {
    color: #666;
    opacity: 1;
}

:-ms-placeholder-shown {  
    color: #666;
    opacity: 1;
}

/*video embed container*/
.embed-container { 
    position: relative; 
    /*padding-bottom: 56.25%;*/
    padding-bottom: 1em;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed-container .close, .application-video .close, .library-video .close{
    color: #666;
    position: relative;
    top: -20px;
}

/*vimeo container*/
.vimeo .video-dimensions {
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 1200px){
.vidoej .video-dimensions {
     width: 100% !important;
    /*height: 100% !important;*/
    }
}

#video {
    padding-bottom: 1em;
}
#TB_ajaxContent {
  overflow: hidden !important;
  padding: 0 !important;
}
#TB_ajaxContent .wp-video-shortcode video, #TB_ajaxContent video.wp-video-shortcode, #TB_ajaxContent .mejs-container {
    max-width: 600px;
    width: 600px !important;
    height: 316px !important;
}


/*video overlay*/
.thumbnail-wrap {
    cursor: pointer;
    position: relative;
}
.thumbnail-wrap img{
    width: 100%;
}
.thumbnail-wrap .overlay {
    background: rgba(0,0,0,0.50);
    bottom: 0;
    height: 35px;
    left: 0;
    position: absolute;
    width: 100%;
}

.thumbnail-wrap .overlay .play-btn{
    background-image: url(../img/play-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    margin-left: 10px;
    margin-top: 5px;
    width: 25px;
}

/*thick box*/
#TB_window {
    background-color: #000 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    left: 50%;
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 100050;
}

@media (max-width: 414px){
    
    #TB_window {
        max-width: 300px !important;
        margin-left: -150px !important;
    }
}

@media (min-width: 415px) and (max-width: 767px){
    
    #TB_window {
        max-width: 400px !important;
        margin-left: -200px !important;
    }
}

#TB_title {
  background: #000000 !important;
  border-bottom: none !important;
  height: 29px;
}

#TB_closeWindowButton:focus .tb-close-icon {
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
}
/*.tb-close-icon, 
.tb-close-icon:focus {
    border: none !important;
    outline-offset: 0 !important;
    outline: -webkit-focus-ring-color auto 0 !important;
    outline: none !important;
}

#TB_closeWindowButton,
#TB_closeWindowButton:focus {
    border: none !important;
    outline-offset: 0 !important;
    outline: -webkit-focus-ring-color auto 0 !important;
    outline: none !important;
}*/

/*search and filter*/
.searchandfilter {
    margin: auto;
    overflow: hidden;
    padding-bottom: 0px;
    width: 100%;
}
@media (min-width: 1200px){
    .searchandfilter {
        width: 66.667%;
    }
}
#content .searchandfilter ul {
    margin: 0;
}

#content .searchandfilter ul li {
    line-height: 1em;
    margin-bottom: 0.5em;
    padding: 0;
    vertical-align: middle;
}

.searchandfilter ul li li {
  padding:  0;
}

#content .searchandfilter ul li.sf-field-search {
    height: 52px;
    margin-bottom: 1em;
    overflow: hidden;
}

.searchandfilter input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
    /*float: left;*/
}

.searchandfilter label {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
}

.searchandfilter input[type="text"], 
.searchandfilter input[type="search"] {
    border: 2px solid #00a5e3;
    border-radius: 0;
    color: #666;
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: normal;
    margin-bottom: 0em;
    padding: 16px 20px;
    width: 100%;
    text-transform: uppercase;
}

.searchandfilter ::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

.searchandfilter :-moz-placeholder {
    color: #333;
    opacity: 1;
}

.searchandfilter ::-moz-placeholder {
    color: #333;
    opacity: 1;
}

.searchandfilter :-ms-input-placeholder {  
    color: #333;
    opacity: 1;
}

.searchandfilter ::-webkit-placeholder-shown {
    color: #333;
    opacity: 1;
}

.searchandfilter :-moz-placeholder-shown {
    color: #333;
    opacity: 1;
}

.searchandfilter ::-moz-placeholder-shown {
    color: #333;
    opacity: 1;
}

:-ms-placeholder-shown {  
    color: #666;
    opacity: 1;
}

.filter-text, 
.sf-field-taxonomy-application, 
.sf-field-taxonomy-featured, 
.sf-field-taxonomy-implementation {
    float: left;
}

.sf-field-taxonomy-numeric-year {
    clear: both;
    height: auto;
    overflow: hidden;
    width: 100%;
}

#content .searchandfilter ul li.sf-field-taxonomy-numeric-year li{
    float: left;
    padding-right: 45px;
}
.filter-text {
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    width: 100%;
}

/*@media (min-width: 768px){
    .filter-text {
        width: 15%;
    }
}

.filter-text span{
    display: inline-block;
}

@media (min-width: 768px){
    .filter-text span{
        padding-left: 20px;
    }
}*/

.sf-field-taxonomy-featured {
    width: 100%;
} 

@media (min-width: 768px){
    .sf-field-taxonomy-featured {
        width: 30%;
    } 
}

.sf-field-taxonomy-application {
    width: 100%;
}

@media (min-width: 768px){
    .sf-field-taxonomy-application {
        width: 30%;
    }
}

.sf-field-taxonomy-implementation {
    width: 100%;
}

@media (min-width: 768px){
    .sf-field-taxonomy-implementation {
        width: 40%;
    }
}
.searchandfilter h4 {
    color: #00a5e3;
    font-family: 'Gotham HTF Book',sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 0;
    margin-bottom: 1em;
    padding: 0;
    text-transform: uppercase;
}

.searchandfilter label.sf-label-checkbox {
    font-family: 'Gotham HTF';
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    padding-left: 10px;
    text-transform: uppercase;
    width: auto;
}

.search-filter-results {
    clear: both;
}

.no-results {
    margin: auto;
    width: 100%;
}

@media (min-width: 1200px){
    .no-results {
        width: 66.667%;
    }
}


/*
PAGINATION
*/

/*align OK*/
.pagination {
    color: #999999;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 16px;
    font-weight: 700;
    /*line-height: 46px;*/
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.wp-pagenavi {
    display: inline-block;
    margin: 20px auto;
}

/*align OK*/
.pagination a{
    color: #999999;
    display: inline-block;
    /*height: 16px;*/
    line-height: 16px;
    margin-right: 7px;
    width: 16px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px){
    .pagination a{
        border: 3px solid #fff;
        margin-right: 21px;
        /*height: 30px;*/
        line-height: 24px;
        width: 30px;
    }
}

@media (min-width: 992px){
    .pagination a{
        /*height: 46px;*/
        line-height: 34px;
        margin-right: 29px;
        width: 40px;
    }
}

@media (min-width: 1200px){
    .pagination a{
        /*height: 46px;*/
        line-height: 40px;
        margin-right: 35px;
        width: 46px;
    }
}

/*align OK*/
.pagination .current {
    color: #00a5e3;
    display: inline-block;
    /*height: 16px;*/
    line-height: 16px;
    margin-right: 7px;
    text-align: center;
    width: 16px;
    vertical-align: middle;
}

@media (min-width: 768px){
    .pagination .current{
        border: 3px solid #00a5e3;
        /*height: 30px;*/
        line-height: 24px;
        margin-right: 21px;
        width: 30px;
    }
}

@media (min-width: 992px){
    .pagination .current{
        /*height: 40px;*/
        line-height: 34px;
        margin-right: 29px;
        width: 40px;
    }
}

@media (min-width: 1200px){
    .pagination .current{
        /*height: 46px;*/
        line-height: 40px;
        margin-right: 35px;
        width: 46px;
    }
}

.pagination .nextpostslink, .pagination .previouspostslink, .pagination .last {
    font-family: 'Gotham HTF Book',sans-serif;
    font-weight: 400;
    width: auto;
}

.pagination .last {
    display: inline-block;
}

.pagination .previouspostslink,
.pagination .extend {
    margin-right: 7px;
}

@media (min-width: 768px){
    .pagination .previouspostslink,
    .pagination .extend {
        margin-right: 21px;
    }
}

@media (min-width: 992px){
    .pagination .previouspostslink,
    .pagination .extend {
        margin-right: 29px;
    }
}

@media (min-width: 1200px){
    .pagination .previouspostslink,
    .pagination .extend {
        margin-right: 35px;
    }
}

/*align OK*/
.pagination .extend {
    display: inline-block;
    text-align: center;
    width: 16px;
}

@media (min-width: 768px){
    
    .pagination .extend {
        width: 30px;
    }
}

@media (min-width: 992px){
    
    .pagination .extend {
        width: 40px;
    }
}

@media (min-width: 1200px){
    
    .pagination .extend {
        width: 46px;
    }
}


/*
COLLAPSIBLE LINK
*/
.collapsible-link {
    color: #666666;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: auto;
    text-transform: uppercase;
}

.collapsible-link:hover {
    color: #666;
    text-decoration: none;
}

.collapsible-link u:hover {
    border-bottom: 2px solid;
    text-decoration: none;
}

/*
COLLAPSIBLE ACCORDIONS SUPPORT
*/
.support-landing .panel-group {
    border: none;
    margin-bottom: 20px;
    margin-top: 40px;
}

.support-landing .panel-group .panel {
    border: none;
    border-radius: 4px;
    margin-bottom: 30px;
}

.support-landing .panel-default {
    border: none;
    border-color: #ddd;
}

.support-landing .panel {
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    
}

.support-landing .panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
}

.support-landing .panel-heading {
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 25px 15px 25px 50px;
}

@media (min-width: 768px){
    .support-landing .panel-heading {
        
        padding: 25px 15px 25px 100px;
    }
}

.support-landing .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    border-top-color: #ddd;
}

.support-landing .panel-body {
    font-family: 'Gotham HTF', sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding: 50px 0;
    text-transform: uppercase;
}

#content .support-landing .panel-body ul{
    list-style: none;
    margin: 0;
}

@media (min-width: 1200px){
    
    #content .support-landing .panel-body ul li:last-child{
        margin-bottom: 0;
    }
}

.support-landing .panel-title a {
    font-family: 'Gotham HTF', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 100%;
}
.support-landing .panel-title a:hover{
    color: #333;
    text-decoration: none;
}


@media (min-width: 400px){

    .support-landing .panel-title a {
        font-size: 14px;
    }
}

@media (min-width: 768px){
    
    .support-landing .panel-title a {
        font-size: 22px;
    }
}
.support-landing .panel-title a .fa-chevron-down, .support-landing .panel-title a .fa-chevron-up {
    font-size: 14px;
    padding-right: 0;
    padding-top: 5px;
}

@media (min-width: 768px){
    .support-landing .panel-title a .fa-chevron-down, .support-landing .panel-title a .fa-chevron-up {
        padding-right: 15px;
    }
}

.support-landing .panel-title a[aria-expanded="true"] .fa-chevron-down{
    display: none;
}

.support-landing .panel-title a[aria-expanded="false"] .fa-chevron-up{
    display: none;
}

.support-landing .panel .kits-and-consumables, 
.support-landing .panel .instrumentation, 
.support-landing .panel .data-analysis {
    background-image: url(../img/icon-kits.png);
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 25px 25px;
}

@media (min-width: 768px){
    
    .support-landing .panel .kits-and-consumables, 
    .support-landing .panel .instrumentation, 
    .support-landing .panel .data-analysis {
        background-position: 20px center;
        background-size: 60px 60px;
    }

}

.support-landing .panel .instrumentation {
     background-image: url(../img/icon-instrumentation.png);
}

.support-landing .panel .data-analysis {
    background-image: url(../img/icon-data-analysis.png);
}

/*
COLLAPSIBLE ACCORDIONS SUPPORT FAQS
*/
.support-faqs .panel-group {
    border: none;
    margin-bottom: 0;
    margin-top: 40px;
    overflow: hidden;
}

.support-faqs .panel-group .panel {
    border: none;
    border-radius: 0;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #00a5e3;
}

.support-faqs .panel-group .panel:last-child {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.support-faqs .panel-default {
    border: none;
    border-color: #ddd;
}

.support-faqs .panel {
    background-color: transparent;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.support-faqs .panel-default > .panel-heading {
  background-color: transparent;
  border-color: #ddd;
}

.support-faqs .panel-heading {
    border: none;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0;
    width: 100%;
    overflow: hidden;
}

.support-faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    border-top-color: #ddd;
    padding: 25px 0 0 0;
}

.support-faqs .panel-body {
    clear: both;
    font-size: 20px;
    float: left;
    line-height: 40px;
    overflow: hidden;
    width: 100%;
    /*padding: 20px 0 25px 0;*/
}

/*#content .support-faqs .panel-body ul{
    list-style: none;
    margin: 0;
}

#content .support-faqs .panel-body ul li:last-child{
    margin-bottom: 0;
}*/
.support-faqs .panel-title p {
    padding-bottom: 0;  
}

.support-faqs .panel-title a {
    font-family: 'Gotham HTF', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}


.plus, .minus, .question {
    display: block;
    float: left;
}

.support-faqs a[aria-expanded="false"] .minus {
    display: none;
}

.support-faqs a[aria-expanded="true"] .plus {
    display: none;
}

.plus, .minus {
    width: 30px;
    font-size: 14px;
    padding-top: 5px;
}

.question {
    width: 90%;
}

.question p, .panel-body p{
    text-align: left;
}

/*
TABLES
*/
table {
    line-height: normal;
}

.table-responsive {
  border: none;
}

.table-responsive table{
   /* width: 100% !important;*/
}

/*align OK*/
table th {
    background: #c2c2c2;
    color: #fff;
    font-family: 'Gotham HTF',sans-serif;
    font-size: 16px;
    font-weight: 700;
    min-height: 46px;
    letter-spacing: 0.1em;
    /*line-height: 46px;*/
    padding: 15px;
    text-transform: uppercase;
    text-align: center; 
}

table th.heading{
    background: #64676a;
}

/*align OK*/
table td {
    /*line-height: 46px;*/
    min-height: 46px;
    padding: 15px;
    text-align: center;
    word-break: break-all;
}

/*.download-row table td {
    background: #f2f2f2;
}*/

table tr:nth-child(even) td{
    background: #f2f2f2;
}

.bionano-u-table-wrapper table tr td{
    background: #f2f2f2;
}

table td.part-number {
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

table td.msds {
    text-transform: uppercase;
    font-size: 14px;
}

table td.dataset-name {
    font-family: 'Gotham HTF',sans-serif;
    font-weight: 700;
}

table td.dataset-download {
    font-family: 'Gotham Book',sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}
/*product tables*/
table  td {
    word-break:normal !important;
}

table.product-table  th, table.product-table td {
    text-align: left;
}

table.product-table th.catalog-no, table.product-table td.part-number  {
    width: 15%;
    text-align: center;
}

table.product-table th.component {
    width: 45%;
}

table.product-table th.product-description {
    width: 40%;
}

table.product-table td.product-description {
    font-size: 16px;
}

table.product-table td.product-description p {
	margin: 0;
}

/*icon section*/
.icons {
    padding-bottom: 75px;
    padding-top: 175px;
}

.home .icons {
    padding-top: 85px;
}

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


.icon-heading-text {
    padding-bottom: 50px;
}

/*align OK*/
.icon-link {
    background: #fff;
    color: #333;
    display: block;
    height: 235px;
    margin: auto;
    width: 100%;
    transition: all 0.5s ease;
    text-align: center;
    position: relative;
}
/*@media (min-width: 768px){
    .icon-link {
        width: 100%;
    }
}

@media (min-width: 992px){
    .icon-link {
        width: 100%;
    }
}*/

.icon-link:hover {
}

.icon-link:hover {
    background: #e6f7fe;
}

.icon-wrapper {
    margin: auto;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
/*@media (min-width: 768px){
    .icon-wrapper {
        width: 100%;
    }
}

@media (min-width: 992px){
    .icon-wrapper {
        width: 100%;
    }
}*/

img.icon-image {
    width: 60px;
}

.icon-link-name {
    font-family: 'Gotham HTF',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}

.icon-link:hover {
    color: #333;
    text-decoration: none;
}

/*
ICONS
*/

.icon {
    background-repeat: no-repeat;
    background-size: 48px 42px;
    background-position: 0 0;
    display: inline-block;
    line-height: 48px;
    height: 42px;
    width: 48px;
    vertical-align: middle;
}

.icon-publications {
    background-image: url(../img/icon-publications.png);
}

.icon-videos {
    background-image: url(../img/icon-videos.png);
}

.icon-posters {
    background-image: url(../img/icon-posters.png);
}

.icon-literature {
    background-image: url(../img/icon-literature.png);
}

.icon-datasets {
    background-image: url(../img/icon-datasets.png);
}

.icon-datasets-blue {
    background-image: url(../img/icon-datasets-blue.png);
}

.icon-faqs {
    background-image: url(../img/icon-faqs.png);
}

.icon-in-the-media {
    background-image: url(../img/icon-in-the-media.png);
}

.icon-press-releases {
    background-image: url(../img/icon-press-releases.png);
}

.icon-events {
    background-image: url(../img/icon-events.png);
}

.icon-webinars {
    background-image: url(../img/icon-webinars.png);
}

.icon-upcoming-webinars {
    background-image: url(../img/icon-upcoming-webinars.png);
}
.icon-downloads {
    background-image: url(../img/icon-download-library.png);
}
/*
REFERENCES
*/
.references {
    padding-bottom: 100px;
}

#references .panel-default {
    border: none;
}

#references .panel {
    background-color: #fff;
    box-shadow: none;
}

#references .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
}

#references .panel-default > .panel-heading span {
    font-family: 'Gotham HTF';
    font-weight: 700;
}


#references .panel-title > .small, 
#references .panel-title > .small > a, 
#references .panel-title > a, 
#references .panel-title > small, 
#references .panel-title > small > a {
  color: #00a5e3;
}

#references  .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none;
    font-size: 16px;
    line-height: 1.5em;
}
#references  .fa-chevron-up, 
#references  .fa-chevron-down {
    display: block;
    float: left;
}

#references a[aria-expanded="false"] .fa-chevron-up {
    display: none;
}

#references a[aria-expanded="true"] .fa-chevron-down {
    display: none;
}

/*.plus, 
.minus {
    width: 30px;
    font-size: 14px;
    padding-top: 5px;
}*/

/*
CALL OUT BAR
*/
#event-call-out {
    background: #def6ff;
    color: #003399;
    font-size:14px;
    line-height: 1.5em;
    min-height:8px;
    padding: 15px;
    text-align:center;
}

#event-call-out a {
    color: #333;
}
#event-call-out .widgettitle{
    font-family: 'Gotham HTF';
    font-weight: 700;
}
#event-call-out .textwidget {
    display: inline;
}

/**/
.validation_error, .validation_message {
    color: #ff0000 !important;
}

/*CONTACT FOOTER*/
.contact-footer {
    font-family: 'Gotham HTF Black';
    font-size: 16px;
    font-weight:  400;
    padding-bottom: 125px;
    text-align: center;
}
@media(min-width: 768px){
    .contact-footer {
        font-size: 24px;
    }
}

/*INLINE TWEET*/
.inline-tweet-click {
    background-image: url(../img/icon-inline-tweet.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 20px 16px;
    border-bottom: 1px dotted #00a5e3;
    padding-right: 23px;
    text-decoration: none;
}

.inline-tweet-click:hover {
    border-bottom: none;
    text-decoration: none;
}

/*SIDEBAR*/

#sidebar {
    /*position: -webkit-sticky;  
    position: sticky;
    top: 0; */
} 

/*TOP*/
.bionano-u .top-container {
    bottom: 45px;
    position: fixed !important;
    right: 0;
    z-index: 3000;
}
@media(min-width: 768px){
    .bionano-u .top-container {
        left: 50%;
        transform: translateX(-50%);
    }
}
#top-btn {
    background-image: url(../img/icon-top.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    display: block;
    font-size: 14px;
    float: right;
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 30px;
} 
#top-btn:hover {
    text-decoration: none;
}



/*megag menu*/




@media(min-width: 991px){
    
}

.dropdown-menu ul{
    display: inline-block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.dropdown-menu li{
    float: left;
}

.dropdown-menu li a{
    color: #fff;
}