/* bootstrap.css */

footer,
header,
main,
menu,
nav {
  display: block;
  margin:0;
  padding:0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	margin:0;
}
html {
  /*font-size: 10px;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444648;
  letter-spacing: -0.011em;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  width:auto;
}

.btn-primary, .btn-primary:visited {
	box-shadow:none;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/* general.css */

.margin-top-0 {
    margin-top:0!important;
}

footer {
    clear:both;
    padding:40px 0;
    background-color:#e9e9e9;
}

footer .fa {
    font-size:24px!important;
}

footer p {
    margin-bottom:10px;
    font-size:12px;    
    line-height:1.42em;
}

footer p b {
    font-size:14px;
}

footer .col-md-4 {
    text-align:right;
}

#AltLinks {
    display:none;
}

body #pageWrapper {
    padding:0 !important;
    max-width:inherit !important;
    width:inherit;
    background-color:white;
}

#contentWrapper {
    width:960px;
    margin:0 auto;
}

#contentWrapper:before,
#contentWrapper:after {
    content:"";
    display:table;
}

#contentWrapper:after {
    clear:both;
}

.sideBar {
    margin-right:0 !important;
}

.mainContent {
	float:right !important;
    overflow-x:hidden;
    padding-bottom:50px;
}

.mainContent .pageCTAs {
	padding-top:0;
}

#altNav {
    width:auto !important;
    margin:0;
}
.breadcrumb {
	clear: both;
}
.breadcrumb #breadCrumb {
    padding:0 15px;
}

.breadcrumb #breadCrumb a,
.breadcrumb #breadCrumb strong {
    padding:10px 0 5px;
}

.leftNavigation {
	margin-bottom:50px;
}

.aem-row {
	max-width:1170px;
	margin:0 auto;
	padding:0 15px;
}

.aem-row:before,
.aem-row:after {
	content:'';
	display:table;
}

.aem-row:after {
	clear:both;
}

.aem-row-c0,
.aem-row-c1,
.aem-row-c2,
.aem-row-c3 {
	 float: left;
	 width: 25%;
	 padding: 0 15px;
}

/* end general.css */



/* old template carousel - css/general.css */

.hero .ot-carousel {
	margin-top:-50px;
}

.ot-carousel,
.ot-carousel-container {
    position:relative;
}

.ot-carousel-container {
    width:100%;
	min-height:300px;    
    position:relative;
	overflow:hidden;
}

.ot-carousel > span {
	height:100%;
    position:absolute;
    padding:20px;
    font-size:26px;
	top:0;
    cursor:pointer;
    z-index:100;
}

.ot-carousel .timer {
	height:2px;
	width:0;
	padding:0;
	background-color:#7ca8d4;
}

.ot-carousel > span:hover {
	color:#7ca8d4;    
}    

.ot-carousel > .fa-chevron-left {
	left:0;
}  

.ot-carousel > .fa-chevron-right {
	right:0;
}    

.ot-carousel-container > div {
	width:100%;
	height:100%;
	position:absolute;
    top:0;
    left:0;
    padding:20px 100px 20px 0;
    background-color:white;
    z-index:10;  
}

.ot-carousel-container > div h1 {
	color: #ffb441;
	font-size:34px;
    line-height:normal;
}

.ot-carousel-container > div .roundButton {
	padding:5px 20px;
	height:auto;
	font-size:14px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;            
}

.ot-carousel-container .p2 {
	background: -webkit-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: -moz-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: -o-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: -ms-linear-gradient(15deg, #bac147 10%, #fff 10%);
	background: linear-gradient(15deg, #bac147 10%, #fff 10%);            
}

.ot-carousel-container .p3 {
	background: -webkit-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: -moz-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: -o-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: -ms-linear-gradient(-15deg, #ffb441 10%, #fff 10%);  
	background: linear-gradient(-15deg, #ffb441 10%, #fff 10%);            
}        

.ot-carousel-container > .active {
    z-index:20;      
}

/* end old template carousel */
/* legacy.css */

.supportContainer {
	margin-left:20px;
}

#bread-crumb {
	border-radius:0 0 5px 5px;
}


/* informatics.css */

#pageWrapper {
    max-width:auto;
}

.parsys p {
    line-height:1.42em;
    font-size:inherit;
}
/* company.css */

.seq-comparison-tool-bkg .parsys {
	background-color:transparent;
}

.hero {
	margin-top:50px;
}

.responsive-template .hero {
	margin-top: 0px;
}

.targetparsys .hero {
	margin-top:0;
}

.title.heading #top h1 {
    max-width:1170px;
}

/* videohub area */

.container-featured-video h4,
.container-featured-video a,
.videoHubOverviewList h4,
.videoHubOverviewList a,
.videoHubOverviewList input {
    font-size:inherit;
    line-height:1.42em;    
}

.container-featured-video .column.five {
	padding:0;
}                

.content-featured-video {
    padding:30px 0;
}

.container-featured-video h2 {
    font-size:38px;
    line-height:normal;
}

.videoHubOverviewList .tab-menu li a {
	padding-bottom:6px;
}

.videoHubOverviewList .cta-grid-list .row {
	padding-top:30px;
}

.videoHubOverviewList .cta-grid-list .row:first-child {
	padding-top:0;
}

.remove-parsys-background .parsys {
	background-color:transparent;
}

@media screen and (max-width:1023px){
    body.remove-parsys-background > .parsys {
      margin-top: 44px;
    }	
}
/* responsive.css */

.parsys .row, body > .row.content { 
	width: 100%; 
	max-width: 1170px; 
	margin: 0 auto; 
}
@media print {
	
	@page {
	    size: 330mm 427mm;
	    margin: 15mm;
	}

	img, .img-responsive, figure, .tab-content > .tab-pane, .table-responsive {
    	page-break-inside: avoid;
	}
	
	.mainnav, .sticky-menu {
    	width: 1169px;
    	display: none;
    }
    
    .has-sticky body {
    	padding-top: 0;
    }
	
	/* BOOTSTRAP PRINT OVERRIDES */
	
	.container, .container-fluid, .content-section {
		width: 1170px;
    }
    
    .tab-content > .tab-pane {
    	display: block !important;
    	opacity: 1 !important;
    	visibility: visible !important;
	}
	
	.thumbnail-feature-collapse {
		display: block !important;
    	opacity: 1 !important;
    	visibility: visible !important;
	}
	
	div.breadcrumb {
    	display: inline-block;
    }
    
    .title.heading #top h1 {
    	display: inline-block;
    }
   	
   	.col-md-pull-8 {
   		right:66%;
   	}
   	
   	.col-sm-pull-6 {
   		right:50%;
   	}
   	
	[class*="col-md-"] {
        float: left;
    }
    
    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-xs-"] {
        float: left;
    }

    .col-md-12, .col-sm-12, .col-xs-12 { 
        width:100% !important;
    }

    .col-md-11, .col-sm-11, .col-xs-11 { 
        width:91.66666667% !important;
    }

    .col-md-10, .col-sm-10, .col-xs-10 { 
        width:83.33333333% !important;
    }

    .col-md-9, .col-sm-9, .col-xs-9 { 
        width:75% !important;
    }

    .col-md-8, .col-sm-8, .col-xs-8 { 
        width:66.66666667% !important;
    }

    .col-md-7, .col-sm-7, .col-xs-7 { 
        width:58.33333333% !important;
    }

    .col-md-6, .col-sm-6, .col-xs-6 { 
        width:50% !important;
    }

    .col-md-5, .col-sm-5, .col-xs-5 { 
        width:41.66666667% !important;
    }

    .col-md-4, .col-sm-4, .col-xs-4 { 
        width:33.33333333% !important;
    }

    .col-md-3, .col-sm-3, .col-xs-3 { 
        width:25% !important;
    }

    .col-md-2, .col-sm-2, .col-xs-2 { 
        width:16.66666667% !important;
    }

    .col-md-1, .col-sm-1, .col-xs-1 { 
        width:8.33333333% !important;
    }
    
}

