<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minification failed. Returning unminified contents.
(787,1): run-time error CSS1035: Expected colon, found '}'
 */
html.ios,body.ios {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
body {
	padding: 0px; margin: 0px;
	font-family:'Lato';
    letter-spacing: -0.01rem;
	overflow-y:scroll;
    overflow-x:hidden !important;
    text-align:center;
    padding-bottom: 40px;
}

li {
    margin-bottom: 1rem;
}
a {
	text-decoration: none;
	color: #2462EB;
}

#splashcontent h1 {
	margin-top: 25px;
    margin-bottom: 15px;
	font-size: 1.8rem;
    font-weight: 300;
    text-align: left;
    color: #fff;
}

.splash-frame {
    width: 100%;
    border: solid 2px #f00 inset;
}
#splashcontent h2 {
    margin-bottom: 20px;
    font-weight: 400;
}
h1 {
	font-family: "Lato";
    font-size: 2rem;
	font-weight: 300;
    color: #666;
    letter-spacing: -0.00rem;
}

h2 {
	font-size: 1.8rem;
	font-weight:400;
	color: #005589;
  
}
h3 {
	font-size: 1.4rem;
    font-weight: 400;
	color: #197C7A;
    margin-bottom: 0;
}

h4 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #005689;
    letter-spacing: -0.03rem;
    font-family: "Lato";
    margin: 0px 0px 0px 0px;
}

h5 {
    font-size: 1.2rem;
    font-family: "Lato";
    font-weight: 600;
    color: #005589;
    margin: 0.5rem 0;
    display: inline-block;
}

h6 {
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: normal;
    font-style:italic;
    color: #bbb;
    margin: 15px;

}
p {
    font-size: 1.0rem;
    letter-spacing:normal;
    margin: 0.75rem 0;
}
hr {
    border: none;
    background: #ddd;
    height: 1px;
    width: 300px;
}
.hrleft{ position:absolute; left: 15%; top: 6px; width: 29%;}
.hrright{ position:absolute; right: 15%; top: 6px; width: 29%; }

#header {
	background: #ffffff;
	border-bottom: solid 5px rgba(96, 187, 70, 1);
	height: 60px;
    box-sizing: border-box;
	vertical-align:middle;
	padding-top: 20px;
    padding-bottom: 60px;
	padding-left: 5px;
	text-align:center;
	position:relative;
	z-index:10;
	width: 100%;
    position:fixed;
}

#headerPH {
    display:block;
    width:10px;
    height:85px;
}  

#headerPH.floating {
    display: block;
}
#header.floating {
    position:fixed;
}
#supportheader {
    background: #005088;
    color: #ddd;
    height:10px;
    font-size: 0.8rem;
    padding: 0px 25px 9px;
    text-align:center;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position:absolute;
    right: 50px;
    top:0px;
    z-index:15;
}
.ios .supportcontainer {

}
.supportcontainer {
    position:absolute !important;
    height: 20px;
    top: 0px;
    left: 0px;
    text-align:center;
}
#supportheader .bodyWidth span {
    width: 80px;
    display:inline-block;
}
section {
	text-align:center;
	position:relative;
    background: #fff;
    z-index:2;
}
.bodyWidth {
    width: 95%;
    max-width: 900px;
	display: inline-block;
	text-align:left;
	margin: 0px 30px;
    position:relative;
    box-sizing: border-box;
    overflow-x:hidden;
}

.ios .bodyWidth {
    max-width:767px;
}
.bodyLeft {
	text-align:left;
	display:inline-block;
    padding-top: 3px;
	float:left;
}

.bodyRight {
	float:right;
}

#header .bodyLeft {
	vertical-align:top;
    padding-top: 0px;
}
#header a {
	font-size: 1.2rem;
	vertical-align:middle;
}
#header .bodyRight a {
    display:inline-block;
    margin: 7px 25px 0px;
}
#splash {
	height: 325px;
	position:relative;
	box-sizing: border-box;
	border-bottom: solid 5px rgba(96, 187, 70, 1);

    z-index: 3;
    overflow:hidden;
}
#splash-aboutus {
	background-image: url(images/about-banner.jpg);
	height: 238px;
	position: relative;
	box-sizing: border-box;
	border-bottom: solid 5px rgba(96, 187, 70, 1);
    box-shadow: 0px 4px 10px #aaa;
}
#splash-aboutus-shading {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	
	height: 30px;
	position:absolute;
	width: 100%;
	top: 0px;
}
#splashshading {
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, #4a82cf  100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9d28), color-stop(100%,#8cb7f2 )); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,#8cb7f2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,#8cb7f2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,#8cb7f2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,#8cb7f2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#808cb7f2',GradientType=0 ); /* IE6-9 */
    opacity: 0.2;
}

#splashcontent,#splashcontent2,#splashshading, #splashbackground, #splashbackground2, #splashbackground3 {
	height:330px;
	display:inline-block;
    box-sizing:border-box;
	position:absolute;
	top:0px;
	width:100%;
	left:0px;
}

#splashbackground3 {
    height: 380px;
}
#splash-strip {
    width: 300%;
    text-align: left;
    white-space: nowrap;
}
.splash-frame {
    display: inline-block;
    position: relative;
    width: 33.3333%;
    vertical-align:top;
}
#splashcontent {
    display:flex;
    margin:auto;
}

#splashcontent2 .rectangle, #splashcontent3 .rectangle {
    background: rgba(255,255,255,0.85);
    width: 460px;
    height: 210px;
    left: 0px;
    top: 30px;
    padding: 20px;
    opacity: 1;
    display: inline-block;
    position: absolute;
    z-index: 2;
    box-shadow: 2px 2px 10px #888;
}
#splashcontent3 .rectangle {
    left: 60px;
    top: 30px;
    height: 220px;
}
#splashcontent3 h2 {
    margin: 0px 0px 5px 0px;
}
#splashcontent3 h4 {
    margin: 5px 0px 0px 0px;
}
#splashcontent2 .rectangle h4 {
    margin: 10px 0px;
}
#splashcontent2 .icon_di {
    width: 380px;
    height: 50px;
}
.splash-left {
    flex: 4 4;
    position:relative;
}
.logo_lighthouse {
    display: inline-block;
    background: url(images/logo_lighthouse.png);
    background-position: 0px 0px;
    background-size: cover;
    width: 100px;
    height: 100px;
}
.logo_scorenet {
    display: inline-block;
    background: url(images/logo_scorenet.png);
    background-position: 0px 0px;
    background-size: cover;
    width: 290px;
    height: 60px;
}
.teststream_logo {
    display: inline-block;
    background: url(images/logo_teststream.png);
    background-position: 0px 0px;
    background-size: cover;
    width: 290px;
    height: 60px;
}
.itester_logo {
    display: inline-block;
    background: url(images/itester_logo.png);
    background-size: cover;
    background-position: 0px 0px;
    width: 112px;
    vertical-align: bottom;
    height: 30px;
}
.splash-left .hexagon {
    position: absolute;
    top: -55px;
    left: -80px;
    z-index: 0;
    opacity: 0.85;
}
.splash-left .hexagon_content {
    position: relative;
    z-index: 1;
}
.splash-right {
    flex: 3 3;
}
#splashcontent h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.3rem;
}
#splashcontent p {
    margin: 0;
    font-size: 1rem;
}
.splashbg {
    background-color: #1d579f;
    display:inline-block;
    position:absolute;
    left: 0px;
    opacity: 0.8;
    z-index: 1;
    width: 100%;
    height: 70px;
    bottom: 0px;
}
#splash.init #splashbackground {
    /*
    background: url(images/what-the-hex.png), -webkit-linear-gradient(left, #e6f7ff 0%,#fff 100%);
    */
    background: url(images/background-testing.jpg);
    background-size: cover;
    background-position: 200px -10px;
    background-blend-mode: multiply;                                   
    opacity:0;
}
#splashbackground2 {
    background: url(images/kids_bg2.jpg);
    background-size: cover;
}
#splashbackground3 {
    background: url(images/woman_computer.jpg);
    background-size: cover;
}
.intro-section {
    display: flex;
    border: solid 1px #ddd;
    box-shadow: 2px 2px 2px #ddd;
    padding-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.intro-section &gt; div:first-child {
    flex: 1 1;
    padding: 0px 20px 40px 30px;
    background: #f3f3f3;
}
.intro-section &gt; div:last-child {
    flex: 2 2;
    padding: 40px 10px 40px 40px;
} 
.intro-section p {
    margin-top: 5px;
    margin-bottom: 30px;

}
.emetricbullet {
    display:inline-block;
    width: 10px;
    height: 10px;
    margin-right: 1rem;
}
.emetricbullet.white g {
    stroke: #fff;
}
#splashcontent, #splashcontent2 {
	padding: 10px;
    margin-left: 130px;
	text-align:left;
    max-width: 920px;
    position: relative;
    z-index: 2;
    opacity: 0;
}
#splashcontent2 {
    opacity: 1;
}
#splashcontent .bodyWidth {
    position:relative;
    margin-top:255px;
    text-align:center;
}
#splashlinks {
    display: none;
    position:relative;
    z-index:3;
}
#splashlinks a {
    color: #eee;
}
#splashlinks.init {
    display: inline;
}
#reportingsplash, #assessmentssplash {
    margin: 10px 10px 0px 10px;
    width: 150px;
    text-align:center;
	font-size: 1.2em;
    font-weight: 400;
	text-transform: uppercase;
	display:inline-block;
	position:relative;
	height:95px;
    vertical-align: top;
}

.splash_reporting, .splash_assessments {
	width: 147px;
	height: 135px;

	display:inline-block;
	position:relative;
    left:0px;
	bottom:0px;
}

.splash_assessments {
	width: 150px;
	left: -5px;
}

.introstrip {
    text-align: center;
}
.introstrip-menu {
    display: flex;
}
.introstrip-menu &gt; div {
    flex: 1 1;
    font-size: 1rem;
}
.introstrip &gt; span {
    width: 190px;
    height: 410px;
    display: inline-block;
    margin: 10px 5px;
    vertical-align:top;
    text-align: center;
    border: solid 1px #ddd;
    box-shadow: 2px 2px 2px #bbb;
    padding: 10px 10px 35px;
}
.introstrip .button {
    margin: 5px;
}
.introstrip h5 {
    margin-top: 0px;
}
.introstrip .graphic {
    display: block;
    margin: auto;
    width: 100px;
    height: 160px;
}
.introstrip .graphic-delivery, .introstrip .graphic-standards {
    width: 130px;
}
.introstrip p {
    font-size: 1rem;
    vertical-align:top;
    text-align: left;
    height: 165px;
}
.button {
    background: #126379;
    color: #fff;
    font-size: 1rem;
    padding: 0.6rem 1.2rem;
}
.button.green {
    background: #128379;
}
.introstrip svg {
    width: 100%;
}
.icon_lighthouse {
    display:inline-block;
	background-image:url(images/icon_lighthouse.png);
	vertical-align: middle;
    background-size: cover;
    width: 300px;
    height: 65px;
}

.icon_di {
	display:inline-block;
	background-image:url(images/DI-color.png);
	vertical-align: middle;
	margin-right: 30px;
    background-size: cover;
    width: 500px;
    height: 65px;
}

.icon_scoring {
    display:inline-block;
    background-image: url(images/scoringlogo.png);
	vertical-align: middle;
    background-size: cover;
    width: 362px;
    height: 68px;
    margin-bottom:10px;
}
.icon_it, .icon_auth { 
	width: 260px; height: 70px;
	margin-right:38px;
    display: inline-block;
    background-image: url(images/itester_logo.png);
    background-size: cover;
}
.icon_auth {
    width: 277px;
    background-image: url(images/authoringlogo.png);
}
.curvybg, .curvybg2 {
	display: inline-block;
	background-image:url(images/curvybg.png);
    background-color:#fff;
	background-size: cover;
	width: 100%;
	height: 300px;
	position:absolute;
	left: 0px;
	bottom:-30px;
	z-index: -1;
}

.curvybg2 {
    background-image:url(images/curvybg2.png);
}

.introbar {
    background: rgba(220, 231, 237, 1);
    height: 180px;
    width: 100%;
    box-shadow: 0px 0px 20px #aaa;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-top: 40px;
}
.introbar svg {
    margin-top: 10px;
}
.introbar &gt; div, .introbar &gt; a{
    flex: 0 1;
    color: #93E15E;
    font-size: 1.4rem;
    padding: 12px;
    box-sizing: border-box;
    background:rgba(0, 80, 128, 1);
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 180px;
}
.introbar.solutions {
    background: #eee;
    box-shadow: 2px 2px 4px #aaa;
    margin-bottom: 100px;
}
.introbar.solutions &gt; a {
    padding-top: 20px;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
    margin: 0px 20px;
    box-shadow: 2px 2px 5px #222;
}
.introbar.solutions &gt; a:hover {
    background: rgba(24,104,172,1);
}
.introbar div:nth-child(2) {
    background: rgba(0, 80, 128, 0.96);
}
.introbar div:nth-child(3) {
    background: rgba(0, 80, 128, 0.93);
}
.introbar div:nth-child(4) {
    background: rgba(0, 80, 128, 0.9);
}

.di-infobox {
    background: #eee;
    padding: 20px 25px;
    font-size: 0.5rem;
    margin: 5px 0px;
}

.di-infobox p {
    font-size: 1rem;
    letter-spacing: 0.0rem;
}
.di-benefits {
    background-color: rgba(49, 136, 25, 1);
    padding: 20px 40px;
    margin-bottom: 3rem;
    border-radius: 15px;
}

.di-benefits h4 {
    color: #fff;
    margin-bottom: 10px;
}

.di-benefit {
    background-color: rgba(255,255,255,0.90);
    box-shadow: 2px 2px 2px #666;
    color: #666;
    font-size: 1.0rem;
    font-weight: 600;
    padding: 15px 25px;
    border: solid 1px rgba(98, 187, 70, 1);
    border-bottom: none;
    cursor:pointer;
    border-radius: 10px;
}

.di-benefit-details {
    color: #fff;
    background: #00837a;
    font-size: 1.0rem;
    overflow:hidden;
    letter-spacing: 0.02rem;
    box-sizing:border-box;
    padding-right: 10px;
    position:relative;
    margin: 0px 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.di-benefit-arrow {
    position:absolute;
    top: 0px;
    left: 40px;
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 15px solid rgba(255,255,255,0.95);
}
.di-benefit-details ul {
    margin: 25px 0px;
}
.di-benefit:hover {
    background-color: rgba(255,255,255,1);
}

.teststream-column {
    display: inline-block;
    width: 200px;

}
.teststream-column .image {
    display: inline-block;
    width: 150px;
}
.teststream-column h4 {
    margin-top: -10px;
}
.teststream-splash-box h4,
.di-splash-box h4, .it-splash-box h4, .auth-splash-box h4, .scoring-splash-box h4, .lh-splash-box h4 {
	color: #666;
    font-size: 1.3rem;
    font-weight: 600;
    margin-left: 65px;
    margin-top: -10px;
}

.di-splash-box h4 {
    margin-left: 85px;
    margin-top: 0px;
}

.feature-box {
    border:solid 1px #ddd;
    border-radius: 10px;
    padding: 10px;
    margin: 10px 10px 10px 0px;
    display: inline-block;
    width: 28%;
    vertical-align: top;
}

.product p {
	color: #555;
	font-size: 1.8rem;
    font-family:Raleway;
	position:relative;
	top: -30px;
    margin: 0px 35px 10px 138px;
    padding: 20px 20px 20px 0px;
    line-height: 2.4rem;
}

.product-text p {
    font-size: 1.15rem;
    color: #444;
}
.feature-splash p {
    font-size: 1rem;
    color: #444;
}
#section-intro {
    
}

.intro-header {
    background: url(images/what-the-hex.png);
    border-bottom: solid 1px #eee;
    padding: 20px 0px;
    margin-bottom: 20px;
}
#section-intro .button {
    display:inline-block;
}
#section-intro h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
#section-di ul.features {
    margin-top:-30px;
}
.di-img1 {
	display: inline-block;
	width: 621px;
	height: 240px;
	background-image: url(images/images.png);
	background-position: 0px -120px;so
}
.it-img1 {
	display: inline-block;
	width: 621px;
	height: 240px;
	background-image: url(images/assessments2.png);
    background-size: contain;
}
.image-flowchart {
    width: 450px;
    height: 380px;
    background-size:cover;
    display: inline-block;
    margin:auto;
    background-image: url(images/emetric-flowchart4.png);
}
.image-feature.image-itemtypes {
    width: 105px;
    padding-right: 10px;
    height: 75px;
    background-image: url(images/images.png);
    background-position: -615px -355px;
}
.image-feature.image-film {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    padding-right: 13px;
    background-image: url(images/images.png);
    background-position: -730px -355px;
}
.image-feature.image-qti {
    width: 150px;
    height: 60px;
    background-image: url(images/images.png);
    background-position: 0px -600px;
    margin-right: 0px;
    margin-left: -13px;
    padding-right: 5px;
}
.image-feature.image-scoring {
    width: 105px;
    height: 105px;
    margin-left: 10px;
    padding-right: 10px;
    background-image: url(images/images.png);
    background-position: -625px -455px;
}
button {
	background-color: #2d8bff;
	border: none;
	font-size: 1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding: 15px;
	margin: 0 auto;
	cursor: pointer;
} 

ul.tabs {
	margin:0 auto;
	width: 790px;
	font-size: 1.4rem;
	list-style-type: none;
	line-height:3rem;
	margin-bottom:20px;
}

ul.tabs li {
	background-color: #f3f3f3;
	width: 100%;
	margin: 1px 0px 0px 0px;
}

ul.tabs li:before {
	display:inline-block;
	width: 0; 
	height: 0;
	content: ' ';
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 30px solid #fff;
	vertical-align: middle;
	margin-right: 15px;
}

.hidden {
	display:none;
}

.collapsed {
	-webkit-transition: all 0.3s;
	-webkit-transform-origin: 0 0;

    transition: all 0.3s;
    transform-origin: 0 0;

	opacity:0;
}

.collapsed.fadein{
	opacity: 1;
}
.scoring-splash-box, .auth-splash-box, .it-splash-box, .di-splash-box, .lh-splash-box, .teststream-splash-box {
    background:#fff;
    width: 600px;
    height: 180px;
    position:absolute;
    top: 130px;
    z-index: 5;
    box-shadow: 2px 2px 4px #444;
    box-sizing: border-box;
    padding: 20px 10px 10px 40px;
    opacity: 0.93;
}
.scoring-splash-box, .auth-splash-box {
    height: 150px;
    top: 160px;
}
.auth-splash-box  {
    width: 630px;
}
.teststream-splash-box {
    height: 125px;
    top: 190px;
}
.lh-splash-box {
    height: 130px;
    top: 180px;
}
h1.product {
    font-size: 1.2rem;
    
}
.product-splash {
    position:relative;
    border-bottom: solid 5px rgba(96, 187, 70, 1);
    box-shadow:0px 2px 12px #aaa;
	min-height: 310px;
}
.product-text {
    z-index:3;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 20px 0px;
}
.feature-splash {
	min-height: 220px;
	border-bottom: solid 1px #ddd;
	padding-top: 0px;
	padding-bottom: 30px;
    display:flex;
    justify-content: center;
    align-items: center;
}
.feature-splash:nth-child(odd) {
    background: url(images/canvasbg.png);
    box-shadow: 0px 0px 10px #aaa;
}
.feature-splash:nth-child(even) {
    
}

.authoring-feature {
    padding: 10px 30px;
}
.authoring-feature h3 {
    margin-top: 0px;
}
ul.features {
    margin:0 auto;

	font-size: 1.4rem;
	list-style-type: none;
    text-align:center;
}

ul.features &gt; li {
    width: 45%;
    height: 200px;
    vertical-align:top;
    display:inline-block;
    position: relative;
    text-align:left;
}

ul.features &gt; li h4 {
    font-size: 1.4rem;
    margin-left: 15px;
    font-weight: 500;   
}
ul.features ul {
    list-style-type: none;
}
ul.features ul li {
    margin-top:20px;
    margin-bottom:20px;
}
ul.features li p {
    margin-left: 15px;
    font-size: 1.2rem;
    font-weight: 400;
}
ul.features svg {
    position:absolute;
    z-index:-1;
    top:0px;
    left: 0px;
}
ul.features p {
    font-weight: 300;
    font-size: 1.2rem;
    text-align:left;
}

ul.features h4 {
    margin: 20px 30px;
}
#section-clients {
    padding-top: 15px;
    padding-bottom: 30px;
    background-color: #f3f3f3;
}
.client-spotlight:last-child {
    margin-bottom: 400px;
}
.client {
    opacity: 0.6;
    height: 100px;
    margin: 10px 0px;
    display: inline-block;
    position:relative;
}
.clientsrow {
}
#pageBorder {
    margin-top: 100px;
    width: 100%;
}
#clientsarrow {
    position:absolute;
    top: -23px;
}
.clientsinfo {
    position:relative;
    border: solid 2px #90DF5F;
    background: #fff;
    border-radius: 10px;
    padding: 20px 33px;
    box-sizing: border-box;
    width: 95%;
    max-width: 900px;
    margin:auto;
    text-align:left;
    height: 250px;
}
.clientsinfo span {
    display: block;
    color: #318819;
    margin-bottom: 6px;
}
.clientsinfo p {
    margin: 0;
    font-size: 1.0rem;
}

.client svg {
    position: absolute;
    top: 0px;
    left:0px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

#clients-details {
    margin: auto;
}
#clients-menu {
    position: fixed;
    margin-top: 20px;
    margin-right: 20px;
    min-width: 130px;
    border-right: solid 1px #ddd;
    height: 600px;
}

#clients-menu.fixed {
    position: relative;
    top: 10px;
}
#clients-menu a {
    display: block;
    margin: 5px 0px;
    padding: 5px 15px;
    font-size: 1.2rem;
}

#clients-menu a.selected {
    background: #eee;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #555;
}
#clients-content {
    padding-left: 180px;
}
#clients-content p {
    font-size: 1rem;
    letter-spacing: 0rem;
}
.client-quote {
    width: 80%;
    padding: 20px 30px;
    border-radius: 15px;
    margin: 10px 0px;
    font-size: 1.1rem;
    letter-spacing: 0rem;
}
.client-spotlight {
    float: left;
    padding: 10px 20px;
    background: #eee;
    border-radius: 15px;
    margin: 10px 0px 30px 0px;
}
.client-spotlight h6, .client-spotlight h2 {
    margin: 0px;
}

.client-spotlight h6 {
    color: #197C7A;
    opacity: 0.7;
}
.client-quote:nth-child(odd) {
    background: #318819;
    color: #fff;
    float:right

}
.client-quote:nth-child(even) {
    background: #00837a;
    color: #fff;
    float:left;
}

.spotlight-date {
    opacity: 0.5;
    float:right;
}

#section-it {
    display: none; /* deprecated section */
    box-shadow: 0px 4px 15px #444;
    padding-top: 25px;
    margin-bottom: 300px;
    padding-bottom: 40px;
    border-bottom: solid 1px #555;
    position:relative;
    z-index:2;
    overflow:hidden;
}
#bg_assessments {
    background-image: url(images/background-tablet-big.jpg);
    background-size: cover;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 1;
    top:0px;
}

.ios #section-it {
    margin-bottom: 0px;
}
.android .it-splash-background, .android .it-splash-gradient,
.android .di-splash-background, .android .di-splash-gradient {
    display:none;
}
#section-it-bg {
    background-image: url(images/background-tablet-big.jpg);
    background-position: 0px -200px;
    background-repeat:no-repeat;
    width:100%;
    height: 500px;
    position:absolute;
    top:0px;
    z-index:-2;
}
#section-it-band {
    position: absolute;
    opacity:0.8;
    background: #fff;
    top: 50px;
    width: 100%;
    height: 200px;
    z-index:-1;
}
#section-it a, #section-di a {
    display:block;
    text-align:center;
}
#section-it h1 {
}
#section-it h2 {
    width: 80%;
    margin:auto;
}
#section-solutions .button {
    display: inline-block;
    width: 250px;
    text-align: center;
    margin: 0px 10px 0px 30px;
    background-color: #128379;
    font-size: 1.2rem;
    box-shadow: 2px 2px 3px #888;
}
#section-solutions .button:hover {
    background-color: #42a59c;
}
#section-di-details, #section-it-details, #section-contact, #section-solutions, #section-aboutus, #section-careers {
	padding-top: 0px;
}
#section-di-details, #section-it-details {
    overflow:hidden;
}
#section-di {
    display: none; /* deprecated section */
    padding-top: 35px;
    box-shadow: 0px 0px 15px #444;
    overflow:hidden;
}

.image-feature {
	display: inline-block;
	float:left;
	width: 125px;
	padding-top: 30px;
	margin-right: 20px;
}

.inquirycell {
    padding-top:20px;
}
.feature-squares {
    text-align:center;
}
.feature-squares div {
    width: 40%;
    height: 200px;
    display:inline-block;
    background: #eee;
}
.icon_it_author,.icon_it_admin, .icon_it_delivery,.icon_it_scoring {
    background-image: url(images/images.png);
    background-position: -752px -1px;
    display:inline-block;
    margin-right: 20px;
    margin-left: 20px;
    width:95px;
    height:95px;
}
.icon_it_scoring {
    background-position: -755px -95px;
}
.icon_it_admin {
    background-position: -627px -260px;
}
.icon_it_delivery {
    background-position: -725px -260px;
}

.it_steps {
    text-align:center;
}
.it_steps div {
    width: 190px;
    display:inline-block;
}
.it_steps h3 {
    margin-top: 0px;
}
.authoring-page {
    border-radius: 20px;
    background: #f7f7f7;
    max-width: 960px;
    margin:auto;
    padding: 40px 0px;
}
.teststream-page {
    border-radius: 20px;
    background: #dddddd;
    max-width: 740px;
    margin: auto;
    padding: 30px 0px;
    box-shadow: 2px 2px 4px #888;
    text-align: center;
}
.teststream-page table {
    margin: auto;
}
.teststream-row ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.teststream-page li {
    text-align: left;
}
.teststream-row td {
    background: #fff;
    width: 200px;
    color: #000;
    padding: 8px 12px;
    font-size: 0.9rem;
    vertical-align: top;
    text-align: left;
}
.teststream-row:nth-child(odd) td {
    background: #f3f3f3;
}
.teststream-row:first-of-type td {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.teststream-row:last-of-type td {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.teststream-page table th svg {
    width: 160px;
}
.teststream-page h4 {
    margin-top: -15px;
}
.authoring-page p {
    margin-top: 5px;
}
.image-feature.sampleWebsite {
    margin-top: 35px;
    margin-bottom: 65px;
    background-image: url(images/WebsiteImage.png);
    background-size: cover;
    width: 300px;
    height: 180px;
    border: solid 1px rgba(96, 187, 70, 1);
}
.image-feature.adaptiveTesting {
    background-image: url(images/images.png);
    background-position: -620px -125px;
    background-repeat: no-repeat;
    width: 120px;
    height: 100px;
    margin: 60px 15px 40px 0px;
    padding-right: 7px;
}
.image-feature.secureDB {
    background-image: url(images/images.png);
    background-position: -610px 0px;
    background-repeat: no-repeat;
    margin-top: 35px;
    height:95px;
    margin-bottom: 20px;
}
.faderGradient {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
    position:absolute;

}

.lh-splash-background, .scoring-splash-background, .teststream-splash-background, .auth-splash-background {
    background-image: url(images/child_computers.jpg);
    opacity: 0.95;
    width: 100%;
    height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    z-index:-2;
}
.scoring-splash-background {
    background-image: url(images/artificial-intelligence-bg.jpg);
}
.teststream-splash-background {
    background-image: url(images/woman_computer.jpg);
}
.auth-splash-background {
    background-image: url(images/abstractbg.jpg);
    height: 310px;
}
.it-splash-background{
    background-image: url(images/child_tablet.jpg);
    width: 100%;
    height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    z-index:-2;
}
.di-splash-background {
    background-image: url(images/PhonePicture.jpg);
    width: 100%;
    height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    position:absolute;
    z-index:-2;
}

.solutions-main .button {
    display: inline-block;
    margin: 10px;
    box-shadow: 0px 3px 5px 2px #ddd;
}
#solutions-menu {
    position: absolute;
    top: 20px;
    z-index: 10;
    background: #fff;
    border: solid 2px #5EB245;
    border-radius: 15px;
    box-shadow: 2px 2px 4px #888;
    padding: 15px;
}
#solutions-menu a {
    background: transparent;
    display: block;
    width: 360px;
    text-align: left;
    height: 60px;
    border: solid 0px #ddd;
    padding: 10px;
}
#solutions-menu p {
    color: #000;
    padding-left: 30px;
    margin: 0px;
}
#solutions-menu a {
    margin-bottom: 5px;
}
#solutions-menu .logo_scorenet {
    width: 160px;
    height: 30px;
    margin-left: -2px;
}
#solutions-menu .teststream_logo {
    width: 180px;
    height: 33px;
    margin-left: -5px;
}
#solutions-menu .icon_lighthouse {
    width: 180px;
    height: 35px;
    margin-left: -9px;
}
#solutions-menu .icon_it {
    width: 130px;
    height: 30px;
}
#solutions-menu .icon_auth {
    width: 150px;
    height: 30px;
    margin-left: -5px;
}
#solutions-menu .icon_di {
    width: 230px;
    height: 30px;
}
#solutions-menu .icon_scoring {
    width: 180px;
    height: 33px;
    margin-left: -3px;
    margin-bottom: 3px;
}

#solutions-text {
    position: relative;
    height: 210px;
    margin-bottom: 30px;
}
#solutions-text &gt; .bodyWidth {
    height: 100%;
}

#solutions-textbg {
    background: #1d579f;
    opacity: 0.8;
    width: 100%;
    height: 90px;
    position:absolute;
    bottom: 0px;
    z-index:-1;
    left: 0px;
}
#clients-background {
    width: 100%;
    background: url(images/what-the-hex.png), -webkit-linear-gradient(left, #fff 0%,#c5e4ee 100%); /* Chrome10-25,Safari5.1-6 */
    background-blend-mode: multiply;
    height: 200px;
    position:relative;
    z-index:-1;
    border-bottom: solid 6px rgba(96, 187, 70, 1);
    box-shadow: 0px 4px 10px #aaa;
}
#clients-us {
}
#clients-us svg {
    float:right;
    margin-right: 0px;
    margin-top: 10px;
}
#solutions-background {
    width: 100%;
    background: url(images/what-the-hex.png); /* Chrome10-25,Safari5.1-6 */
    background-blend-mode: multiply;
    height: 210px;
    border-bottom: solid 1px #f3f3f3;
    position:absolute;
    z-index:-1;
}
.solutions-strip {
    background:#eee;
}
.solutions-main {
    width: 95%;
    max-width: 900px;
    margin: auto;
    display: flex;
}

.solutions-main .button {
    position: absolute;
    right: 30px;
    bottom: 40px;
}
.solutions-main &gt; div {
    padding-bottom: 20px;
}
.solutions-main p {
    text-align: left;
    margin-top: 0.5rem;
}
.solutions-main .icon_it, .solutions-main .icon_di, .solutions-main .icon_auth {
    width: 350px;
    height: 45px;
    margin-bottom: 30px;
}
.solutions-main .icon_it, .solutions-main .icon_auth {
    width: 200px;
}


.solutions-ecosystem {
    flex: 1 1;
    padding-right: 10px;
    min-width: 200px;
}
.solutions-description {
    flex: 3 3;
    padding-right: 20px;
}
.solutions-description a {
    display: block;
    margin-top: 10px;
}
.solutions-description &gt; div {
    height: 125px;
    padding-top: 30px;
}
#solutions-bar {
    position: absolute;
    bottom: 1px;
}
#solutions-bar &gt; div {
    width: 150px;
    margin: 30px 20px 0px;
    vertical-align:top;
    display:inline-block;
}
#solutions-bar h5 {
    text-align:center;
    width: 100%;
    color: #90df5f;
}
.research-event {
    background: #f3f3f3;
    border-radius: 15px;
    padding: 10px 20px;
    margin-bottom: 15px;
}
#solutions-bar &gt; #solutions-scheduling {
    width: 100px;
}
#solutions-bar &gt; #solutions-delivery {
    width: 150px;
}
#splash-contact, #splash-careers {
    background: #1d579f;
    height: 100px;
    padding-top:20px;
}

#splash-contact h2, #splash-careers h2 {
    color: #fff;
}
#splash-controls {
    position:absolute;
    right: 30px;
    bottom: 10px;
    z-index: 3;
}
#splash-controls span {
    display:inline-block;
    width: 10px;
    height: 10px;
    background: #fff;
    border: solid 2px #005689;
    border-radius: 10px;
    cursor: pointer;
}

#splash-controls span.highlight {
    background: #005689;
    cursor: initial;
}

#section-contact a {
    border: solid 2px #e3f3ff;
    -webkit-user-drag: none;
    display:block;
    border-radius:10px;
    padding: 1px 30px 10px 30px;
    margin-top:10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#section-contact a:hover {
    background: #e3f3ff;
}

#section-contact input {
    padding: 5px;
    font-size: 1.2rem;
    font-family: Raleway;
    border: solid 1px #aaa;
    border-radius: 10px;
}
#section-contact textarea {
    width: 100%;
    display:inline-block;
    height: 6rem;
    font-family:Raleway;
    font-size: 1.2rem;
    padding: 5px;
    border: solid 1px #aaa;
    border-radius: 10px;
}
#section-contact button {
    margin: 0px 0px 4px 20px;
}
#support-table, #jobs-table, #sales-table {display:block;}

.testimonial {
    padding: 20px 30px;
    background: #def;
    margin-bottom: 5px;
    font-size: 1.2rem;
    line-height: 2rem;
    font-style:italic;
    max-width: 800px;
    border-radius: 20px;
}

.testimonial-source {
    display: block;
    font-size: 1rem;
    font-style:normal;
    padding-left: 2rem;
    padding-top:20px;
}
.trademark {
    opacity: 0.4;
}
#career-positions &gt; li {
    cursor: pointer;
    background: #eef3ff;
    padding: 10px 20px;
    margin: 20px 0px;
    border-radius: 15px;
}
#career-positions &gt; li:hover {
    background: #def;
}
#section-careers li ul {
    background: #fff;padding: 15px;
    border-radius: 15px;
    list-style-type:disc;
}
#career-benefits li {
    margin-bottom: 0rem;
}
#career-benefits {
    margin-bottom: 2.5rem;
}
#section-careers li ul li {
    padding-left: 5px;
    margin: 5px 0px 5px 25px;
}

#section-careers {
    padding-bottom: 100px;
}

.client:hover {
    cursor:pointer;
}
.client:hover .state {
    fill: rgba(96, 187, 70, 1);
}

#research-background {
    background-image: url(images/researchbg.jpg);
    margin-top: -27px;
    height: 150px;
    box-shadow: 0px 2px 6px #aaa;
    border-bottom: solid 5px #eee;
}
#research-splash-box {
    margin-top: 40px;
}
#research-background h1 {
    color: #fff;
    text-shadow: 2px 2px 5px #000;
    font-weight: 600;
}

#research-background .bodyWidth {
    flex: 1 1;
}

#research-body {
    display: flex;
    margin: auto;
}

#research-body &gt; div {
    flex: 1 1;
    padding: 10px 20px;
}

#research-body p {
    margin-bottom: 1.2rem;
}

.company-mission {
    padding: 20px;
    background: #f3f3f3;
    box-shadow: 5px 5px 0px #ddd;
    display:block;
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.company-map-sa, .company-map-atx {
    width: 230px;
    height: 157px;
    border-radius: 10px;
    display: block;
}

.company-map-sa {
    background-image: url(images/emetric-location-sa.png);
}
.company-map-atx {
    background-image: url(images/emetric-location-atx.png);
}

#privacy-link {
    position:fixed;
    bottom: 0px;
    right: 10px;
    background: #025178;
    color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    width: 300px;
    height: 22px;
    z-index: 999;
    padding-top: 2px;
}
#privacy-link a {
    color: #fff;
    
}
#clientsbr { display: none; }
#clientsbr2 { display: none; }
#needsupport {display:inline; margin-left:10px;}


@media screen and (min-width:1360px) {

}
@media screen and (min-width:1300px) {
    .bodyWidth {
        max-width: 1280px;
    }
    #splashcontent {
        max-width: 1280px;
        margin-left: 200px;
    }
    #splashcontent .splash-right svg {
        margin-right: 80px;
    }
    #splashcontent p, .introstrip p {
        font-size: 1.2rem;
    }
    .introstrip &gt; span {
      margin: 10px 10px;
      padding: 10px 20px 70px;
      width: 240px;
    }
    .introstrip .graphic {
      width: 110px;
      height: 160px;
    }
    .introstrip .graphic-delivery, .introstrip .graphic-standards {
      width: 140px;
    }
    .introstrip p {
      height: 200px;
    }
    .solutions-description h4 {
        font-size: 1.6rem;
    }
    .solutions-description p {
        font-size: 1.2rem;
    }
    .solutions-description &gt; div {
        height: 170px;
        padding-top: 50px;
    }
    #solutions-text .bodyWidth {
        max-width: 900px;
    }
    #section-solutions &gt; .bodyWidth {
        text-align:center;
    }
    .solutions-main {
        max-width: 1200px;
    }
}

@media screen and (min-width:1250px) {
    #splash.init #splashbackground {
        background-position: 0px -40px;
    }
}
@media screen and (min-width:1350px) {
    #splash.init #splashbackground {
        background-position: 0px -80px;
    }
}
#clientsbr { display: none; }
#clientsbr2 { display: none; }
#needsupport {display:inline; margin-left:10px;}


@media screen and (min-width:1500px) {

}

@media screen and (max-width:1030px) {

    #reportingsplash, #assessmentssplash {
        width: 48%;
    }

    /*#clientsbr { display: block; }*/
    .hrleft { left: 12%; }
    .hrright { right: 12%; }

    ul.features {
        text-align: left;
    }
    ul.features &gt; li {
        width: 85%;
        padding-left: 68px;
        height: auto;
    }

    #splashcontent {
        margin-left: 100px;
    }
    #splashcontent2 {
        margin-left: 50px;
    }
}

@media screen and (max-width:960px) {
    .introstrip &gt; span {
        max-width: 300px;
        width:40%;
    }

    .solutions-main span svg {
        width: 110px;
        height: 100px;
    }
    .solutions-main {
        padding-left: 10px;
    }
}
@media screen and (max-width:900px) {
    #header .bodyRight a {
        margin: 0px 12px;
    }
    #header .bodyRight {
        padding-top: 5px;
    }
}
@media screen and (max-width: 870px) {
    #splash.init #splashbackground {
        background-position: 100px -10px;
    }

}

@media screen and (max-width: 855px) {
    #bg_assessments { background-position: -240px 0; }

    #clientsarrow {
        display:none;
    }

    #splashcontent .splash-right svg {
        width: 300px;
    }
    h2 {
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 820px) {
    #solutions-text h3 {
        font-size: 1.4rem;
    }
    #solutions-textbg {
        height: 80px;
    }
    .solutions-main .icon_it, .solutions-main .icon_di {
        -webkit-transform:scale(0.85);
        transform: scale(0.85);
        transform-origin: left;
        -webkit-transform-origin: left;
        margin-right: 0px;
    }
}
@media screen and (max-width: 780px) {
    #solutions-bar &gt; div, #solutions-bar &gt; #solutions-delivery {
        width:120px;
    }
    #solutions-bar &gt; #solutions-scheduling {
        width: 80px;
    }
    #solutions-text h5 {
        font-size: 1.2rem;
    }
    #solutions-text p {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 740px) {
    #header .bodyRight a {
        font-size: 1.1rem;
        margin: 5px 10px;
    }

    .clientsinfo p {
        font-size: 1rem;
    }
    #section-solutions .button {
         margin-bottom: 20px;
    }
    #splashcontent .splash-right {
        display: none;
    }
    #splashcontent {
        width: 95%;
    }
}
@media screen and (max-width:775px) {
    .it_steps {
        margin-left: 0px;
        margin-top: -25px;
    }
    #section-intro h3 {
        font-size: 1.0rem;
        margin-top: 20px;
    }
    .introbar.intropage div, .introbar.intropage a {
        width: 140px;
        min-height: 140px;
        max-height: 140px;
        min-width: 140px;
        max-width: 140px;
        height: 140px;
        margin: 3px 3px;
    }

    .introbar svg {
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: top center;
        transform: scale(0.8);
        transform-origin: top center;
    }
    .introbar div:last-child svg {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: 0px;
        margin-left: -10px;
    }
} 
@media screen and (max-width:690px) {
    h6 {
        font-size: 1.0rem;
        padding: 0px 10px;
    }

    #supportheader .bodyWidth span {
        width: 40px;
    }

    .bodyWidth {
        margin: 0px 10px;
    }

    #header .bodyRight a {
        margin: 7px 5px 0px;
    }
    
    .splashbg {
        height: 80px;
    }

    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    #reportingsplash, #assessmentssplash {
        font-size: 1.2rem;
    }

    #solutions-background, #solutions-text {

    }
    .product-splash, .it-splash-background, .di-splash-background,
    .teststream-splash-background, .lh-splash-background {
        height: 250px;
        min-height: 250px;
    }
    .solutions-main .button {
        right: 60px;
    }

    #solutions-text h3 {
        font-size: 1.2rem;
    }
    #solutions-bar &gt; div, #solutions-bar &gt; #solutions-delivery {
        width:90px;
    }
    #solutions-bar &gt; #solutions-scheduling {
        width:60px;
    }
    #solutions-textbg {
        height: 75px;
    }
    .solutions-description h4 {
        font-size: 1.3rem;
    }
    .solutions-description p {
        font-size: 0.9rem;
    }
    .introbar.solutions a {
         width: 200px;
         min-width: 200px;
         max-width: 200px;
         height: 140px;
         padding: 10px 10px;
         font-size: 1.2rem;
         margin: 5px 5px;
    }
    .product p {
        font-size: 1.6rem;
        margin-left:15px;
        margin-top: 20px;
        margin-right:10px;
    }

    h1.product {
        font-size: 2.0rem;
    }
    h3 {
        font-size: 1.4rem;
    }
    .product-text {
        margin-top: 80px;
    }
    .icon_it, .icon_di, .icon_scoring, .icon_auth, .icon_lighthouse, .teststream_logo {
        -webkit-transform:scale(0.85);
        transform: scale(0.85);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        margin-right: 0px;
    }
    #solutions-menu p {
        padding-left: 36px;
        font-size: 0.9rem;
    }
    ul.features &gt; li {
        padding-left: 0px;
    }

    ul.features {
        padding-left: 0px;
    }

    .di-img1, .it-img1 {
        -webkit-transform:scale(0.7);
        transform: scale(0.7) translateX(30);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

    #splash-aboutus {
        height: 180px;
    }

    #solutions-textbg {
        width: 100%;
    }

    #section-solutions h1 {
        margin: 60px 10px 25px;
    }

    .clientsrow {        
        -webkit-transform-origin-y: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transform-origin-y:0;
        height: 220px;
    }
    .clientsinfo {
        height: auto;
    }
    .splash_assessments, .splash_reporting {
        -webkit-transform: scale(0.7);
        -webkit-transform-origin: 0 0;
    }
    #splashcontent {
        margin-left: 50px;
    }
    #splash.init #splashbackground {
        background-position: -60px -10px;
    }
    .image-feature {
        display:none;
    }
    .it_steps div {
        -webkit-transform: scale(0.8);
        height: 120px;
        width: 150px;
    }

    #section-contact table, #section-contact tr, #section-contact td {
        display:block;
    }
    .formrow {
        float:right;
    }
    .labelrow {
        float:left;
    }
    .labelrow td {
        padding: 10px 10px 6px;
    }
    .inquirycell {
        float:left;
        padding-left: 10px;
    }
    .formrow input {
        width: 160px;
    }
    #sales-table, #support-table {
        min-width: 250px;
    }

    #research-background {
        height: 150px;
    }

    #research-body {
        display: block;
    }
}

@media screen and (max-width:630px) {
    .solutions-main {
        padding-right: 0px;
    }
    .solutions-ecosystem {
        min-width: 150px;
    }
    .solutions-description {
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .solutions-description &gt; div {
        padding-top: 10px;
        height: 150px;
    }
    .solutions-main &gt; div {
        padding-bottom: 20px;
    }
    .solutions-description h4 {
        font-size: 1.2rem;
    }
    #header {
        padding-top: 15px;
    }
    #splashbackground3 {
        background-position: -100px 0px; 
    }
}
@media screen and (max-width:570px) {

    .introbar.intropage {
        display: block;
        height: auto;
    }
    .introbar &gt; div {
        margin: 1px auto;
        display: inline-block;
        vertical-align: top;
    }
    .introbar svg {
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: top center;
        transform: scale(0.8);
        transform-origin: top center;
    }

    .introbar div:last-child svg {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        margin-top: 0px;
        margin-left: -10px;
    }
    
    #clients-us svg {
        width: 300px;
    }
    #header {
        padding-bottom: 80px;
    }

    .auth-splash-box, .scoring-splash-box, .it-splash-box, 
    .di-splash-box, .teststream-splash-box, .lh-splash-box {
        padding: 10px 5px;
        width: 100%;
        top: 70px;
    }

    .it-splash-box h4, .di-splash-box h4, .auth-splash-box h4, .scoring-splash-box h4 {
        margin-left: 30px;
    }

    .product-splash, .it-splash-background, .di-splash-background,
    .scoring-splash-background, .auth-splash-background,
    .teststream-splash-background, .lh-splash-background {
        height: 180px;
        min-height: 180px;
    }
    .lh-splash-box, .teststream-splash-box {
        height: 110px !important;
        top: 130px !important;
    }
    .product-text {
        margin-top: 100px;
    }

    #clients-menu {
        display:none;
    }
    #clients-content {
        padding-left: 10px;
    }
    #solutions-bar &gt; div, #solutions-bar &gt; #solutions-delivery {
        width:60px;
    }
    #solutions-bar &gt; #solutions-scheduling {
        width:40px;
    }
    #solutions-text h5 {
        font-size: 1rem;
    }
    #solutions-text p {
        font-size: 1rem;
    }

    #splash.init #splashbackground {
        background-position: -170px -10px;
    }

    #splashcontent2, #splashcontent3 {
        margin-left: 10px;
    }
    #splashcontent2 h4, #splashcontent3 h4 {
        font-size: 1.0rem;
    }
    #splashcontent2 .rectangle, #splashcontent3 .rectangle {
        width: 80%;
        height: auto;
        padding-bottom: 40px;
    }
    #splashcontent3 .rectangle {
        left: 10px;
    }
    #splashbackground3 {
        background-position: -170px 0px; 
    }
}
@media screen and (max-width:530px) {

    .icon_di {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        margin-left: 10px;
    }
    .icon_scoring {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        margin-left: 10px;
    }
    #splashcontent2 .rectangle h4 {
        width: auto;
    }
    #splashbackground3 {
        background-position: -210px 0px; 
    }
    #splashcontent2 .icon_di {
        margin-left: 0px;
    }
    #solutions-textbg {
        height: 95px;
    }

    #solutions-text h3 {
        font-size: 1.2rem;
        padding-left: 10px
    }
}
    
@media screen and (max-width:520px) {
    .splash_assessments, .splash_reporting {
        top: 50px;
    }
    #section-it {
        margin-bottom: 200px;
    }

    section {
        text-align:left;
    }
    #section-clients {
        text-align:center;
    }
    .solutions-ecosystem {
        display: none;
    }
    .solutions-description &gt; div {
        height: auto;
    }
    #bg_assessments { background-position: -380px 0; }


    #section-clients hr {
        display: none;
    }
    .di-img1, .it-img1 {
        -webkit-transform:scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: 150px center;
        transform-origin: 150px center;
    }
    #clientsbr2 { display: block; }

    #supportheader {
        right: 5px;
    }

    #splashcontent h1 {
        font-size: 1.3rem;
        margin-bottom: 10px;
    }

    .introstrip &gt; span {
        width: 100%;
        height: auto;
    }
    .introstrip .graphic {
        width: 80px;
        height: 110px;
    }
    .introstrip .graphic-delivery, .introstrip .graphic-standards {
        width: 100px;
    }
    .introstrip p {
        height: auto;
        padding-bottom: 20px;
    }
    .intro-section {
        display: block;
    }
    .intro-section &gt; div:first-child {
        padding: 20px;
    }
    .intro-section &gt; div:last-child {
        padding: 20px;
    }
    #solutions-text, #solutions-background {
        height: 240px;
    }
    .intro-section {
        padding: 0px;
    }
    .image-flowchart {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        transform-origin: left center;
        margin-left: -20px;
    }
}

@media screen and (max-width:440px) {

    #header .bodyRight a {
        font-size: 1.0rem;
        margin: 10px 2px;
    }
    #supportheader .bodyWidth span {
        width: 10px;
    }

    h1 {
        font-size: 1.4rem;
    }
    h2 {
        font-size: 1.2rem;
    }

    ul.features &gt; li h4 {
        font-size: 1.2rem;
    }
    ul.features ul li {
        font-size: 1.0rem;
    }
    h1.product {
        font-size: 1.3rem;
    }
    .product p {
        font-size: 1.1rem;
        margin-right: 0px;
    }
    #header {
        padding-bottom: 80px;
    }
    /*
    #section-di-details, #section-it-details, #section-contact, #section-solutions, #section-aboutus {
	    padding-top: 130px;
    }*/
    #solutions-text {
        height: 240px;
    }
    #solutions-background {
        height: 240px;
    }
    .product-splash, .it-splash-background, .di-splash-background, .auth-splash-background, .scoring-splash-background  {
        height: 180px;
        min-height: 180px;
    }

    #solutions-bar {
        width: 250px;
        margin-left: 40px;
    }
    #solutions-bar &gt; div, #solutions-bar &gt; #solutions-delivery {
        width:80px;
        margin: 5px 20px;
    }
    #solutions-bar &gt; #solutions-scheduling {
        width:60px;
    }
    #solutions-text h3 {
        font-size: 1.1rem;
        padding-bottom: 10px;
    }

    #solutions-textbg {
        height: 65px;
    }

    #needsupport {display:none;}

    .bodyRight, .bodyLeft {
        float: none;
        display:block;
    }
    #splashcontent {
        margin-left: 10px;
    }
    #splash-controls {
        right: 70px;
    }
    #splashcontent h1 { font-size: 1.2rem; }
    .it_steps {
        margin-left: 0px;
    }
    .it_steps div {
        -webkit-transform: scale(0.8);
        height: 120px;
        width: 130px;
    }

    .introbar.solutions {
        flex-direction:column;
        margin-top: 80px;
    }

    .icon_di {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        -webkit-transform-origin: left center;
        transform-origin: left center;
        margin-left: 10px;
    }
    .clientsrow { height: 290px; }
    .clientsinfo { display:none; padding: 10px 20px; }

    #splash.init #splashbackground {
        background-position: -250px -10px;
    }
    #splashbackground3 {
        background-position: -270px 0px; 
    }
    .image-flowchart {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        transform-origin: left center;
        margin-left: -10px;
    }
}

@media screen and (max-width:400px) {
    #supportheader {
        right: 160px;
    }

    #header .bodyRight a {
        font-size: 0.8rem;
    }
}
</pre></body></html>