/* Common css */

@page { size:auto; margin: .5in; }

html, body
{
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
}

body {
    background: #fff;
    font-family: 'Lucida Grande', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
		line-height:1.5em;
		font-size: .6em;
		color: #4a4a4a;
		letter-spacing: normal;
		text-align: left;
		margin: 0px;
}

#t4l-main-header {
	position: relative;
	background: #f2f2f2;
	height: 50px;
	width: 100%;
}

#t4lLogo {
	float: left;
	margin-left: 1%;
	margin-top: 7px;
	width: 190px;
	height: 42px;
} 

#pageBody {
	background: #fff;
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align:center;
}

#pageBodyGrey {
	max-width: 100%;
	background: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 0px;
	text-align:center;
}

#pageBottom {
  display: none;
}

#pageCorporateBanner {
	background: #0069aa;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footerPrint {
	display: block;
}

#footerScreen {
	display: none;
}

.white {
	color: #fff;
}

.backgroundBlue {
	background: #0069aa;
}

.backgroundGrey {
	background: #f2f2f2;
}

.page-title {
	font-size: 2.75em;
}

.width300 {
	max-width: 300px;
}

.size15 {
	font-size: 1.5em
}

.grey {
		color: #7F7E7E;
}

.small {
	font-size: .6em;
	line-height: 1.25em;
}

.linkHover {
	color: #4c4c4c;
}


.smallTight {
	font-size: .8em;
	margin: 5px 0 5px 0;
}

.heavy {
	font-weight: bold;
}

p.bottomHeading {
	font-size: 1em;
	font-family: 'Cabin', sans-serif;
	margin-top: 10px;
}

p.bottomBody {
	font-size: .9em;
	font-family: 'Cabin', sans-serif;
	margin-top: 0px;
}

p.footer {
	font-size: .7em;
	margin-top: 0px;
	color: #f7f7f7;
}

p.nav {
	color: #0069aa;
  font-family: 'Cabin', sans-serif;
  margin-top: 10px;
  margin-bottom: 0;
}

p.quote {
	font-style: italic;
	margin: 0px 10px 0px 10px;
}

p.coureir {
	font-family: "Courier New", Courier, monospace;
}

a:link {
    color: #0069aa;
    font-weight: bold;
		text-decoration: none;
}

a.normal {
	font-weight: normal;
}

a.footer {
	color: #f7f7f7;
	font-weight: bold;
}

a.bottomHeading {
	color: #4c4c4c
}

a.productMenu {
	color: #7F7E7E;
	font-weight: normal;
}

a.nav {
	color: #0069aa;
	font-weight: normal;
}

a.popular {
	color: #000000;
	font-weight: normal;
}

.pageDividerFull {
  display: none;
}

.pageDividerFull.print {
  display: block;
  background: #dadada;
  width: 100%;
  height:1px;
  margin-top: 20px;
  margiin-bottom: 20px;
}

.pageDivider80 {
  background: #dadada;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  height:1px;
}

.hidden_form {
	display: none;
}

IMG {
	border: 0;
	max-width: 100%;
}

IMG.scale {
	display: block;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

IMG.scaleCentered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ul.nav {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
ul.nav li.nav {
  color: #0069aa;
  font-family: 'Cabin', sans-serif;
  font-size: 1.1em;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 9px 20px;
  background: #f2f2f2;
  cursor: pointer;
  transition: all 0.2s;
}

ul.nav li.nav:hover {
  background: #c9c9c9;
}
ul.nav li.nav ul.nav {
  padding: 0;
  position: absolute;
  top: 52px;
  left: 0;
  width: 230px;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
  z-index: 1;
}

ul.nav li.nav ul.nav li.nav { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}

ul.nav li.nav ul.nav li.nav:hover { background: #666; }
ul.nav li.nav:hover ul.nav {
  display: block;
  opacity: 1;
  visibility: visible;
}

.pixie {
	color: #0069aa;
}

.wixie {
	color: #c68c00;
}

.frames {
	color: #7a000f;
}

.share {
	color: #00853f;
}

.fontCabin {
  font-family: 'Cabin', sans-serif;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRight10 {
	margin-right: 10px;
}

.marginTop10 {
	margin-top: 10px;
}

.margin10 {
	margin: 10px;
	vertical-align: middle;
}

.middle {
	vertical-align: middle;
} 

.top {
	vertical-align: top;
}

.left {
	text-align: left;
}

.displayInline {
	display: inline-block;
}

.lineHeightTight {
	line-height: 1.5em;
}

.width1000 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.width1100 {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.width16 {
	width: 15.5%;
	max-width: 160px;
}

.button_menu {
	display: none;
	background: #fff;
}

.inputText {
	width: 63%;
	height: 24px;
	padding-left: 5px;
}

.inputButton {
	margin: 0px 0px 0px 10px;
	padding: 4px 6px 4px 6px;
}

.navBox {
	background: #f2f2f2;
	border: 1px solid #7F7E7E;
	padding: 10px 10px 10px 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.pageNotice {
  background: #f2f2f2;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.pageSection {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.pageSectionGrey {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

table {
	border: 1px solid #7F7E7E;
	text-align: left;
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
}

table.noBorder {
	border: none;
}

th {
	background:#f2f2f2;
	padding: 5px;
	height: 30px;
  vertical-align: top;
}

td {
    padding: 5px;
    vertical-align: top;
}

.alternateColor tr:nth-child(even) {
    background-color: #fff;
}
.alternateColor tr:nth-child(odd) {
    background-color: #f2f2f2;
}


a.contentBox-Text {
	color: #000000;
	font-weight: normal;
}

p.contentBox-Text {
	
}

p.contentBox-Headline {
	font-family: 'Roboto', verdana, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	margin-top: 0px;
}

#evalBox {
	display: none;
	position: absolute;
	top: 50px;
	margin-left: 25%;
	margin-right: 30%;
	z-index: 1000;
	width: 40%;
	min-width: 300px;
	border: 2px solid #444;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0px 2px 5px grey;
	padding: 20px;
}

.closeControl {
    display: block;
    float: right;
    margin-top: -35px;
    margin-right: -35px;
    width: 30px;
    height: 28px;
    background: #FFF;
    border: 2px solid #444;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

.closeControlGreyBox {
    display: block;
    float: right;
    margin-top: -18px;
    margin-right: -2px;
    width: 30px;
    height: 28px;
    background: #f2f2f2;
    border: 2px solid #444;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
}

.triangleGreyUp {
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #f2f2f2;
	margin-bottom: -10px;
	margin-left: auto;
	margin-right: auto;
}

#hidden900 {
	display: none;
}

#navButton {
	display: none;
}

#navText {
	display: none;
}

#product_menu {
	width: 100%;
	padding-top: 10px;
	text-align: right;
	background: #fff;
}

h1 {
		font-size: 1.75em;
		font-family: verdana, sans-serif;
		font-weight: normal;
		line-height:1.5em;
		margin: 0;
}

h2 {
		font-size: 1.5em;
		font-family: verdana, sans-serif;
		font-weight: normal;
		color: #383838;
		margin-top: 5px;
		margin-bottom: 10px;
}

h3 {
		font-size: 1.3em;
		font-family: verdana, sans-serif;
		font-weight: normal;
		color: #383838;
		margin-top: 5px;
		margin-bottom: 10px;
}

.productMenuBox {
	display: inline-block;
	width: 24%;
	margin-bottom: 8px;
	vertical-align: top;
	cursor: pointer;
	text-align: left;
}

.productMenuImage {
	display: inline-block;
	width: 60px;
	height: 60px;
}

.productMenuText {
	display: inline-block;
	vertical-align:top;
	width: 68%;
}

.productMenuBottom {
  background: #f2f2f2;
  width: 100%;
  padding-left: 2%;
  height: 26px;
  text-align: left;
  overflow: hidden;
}


#headline1371 {
	display: none;
}

#headline700 {
	display: none;
}

#headline699 {
	display: none;
}

#headline900 {
	display: none;
}

#headlinePrint {
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#headline1371-PD {
	display: none;
}

#headline700-PD {
	display: none;
}

#headline699-PD {
	display: none;
}

#headline900-PD {
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header1371 {
	display: none;
}

#header700 {
	display: none;
}

#header699 {
	display: none;
}

#header900 {
	display: block;
	position: relative;
	width: 100%;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.headline700Title {
   position: absolute;
   width: 55%;
   z-index: 1000;
   padding: 20px;
}

.headline900Tag {
   float: right;
   position: absolute;
   width: 55%;
   right: 20px;
   bottom: 20px;
   z-index: 1000;
   background-color: rgba(255, 255, 255, .85);
   padding: 20px;
   text-align: left;
}

.headline900TagText {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 1.3em;
  line-height: 1.5em;
  width: 73%;
  text-align: left;
}

.headline900TagTextOnly {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 1.3em;
  line-height: 1.5em;
  text-align: left;
}

.headline900TagImage {
	display: inline-block;
	width: 23%;
	text-align: center;
	height: 120px;
	vertical-align: top;
	margin-left: 10px;
}

.productMenu900Container {
   background: #f2f2f2;
   width: 100%;
   height: 62px;
}

.productMenu900Image {
	display: inline-block;
	width: 23%;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
	vertical-align: middle;
}

.productMenu900Text {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
  line-height: 1.5em;
  width: 73%;
  text-align: right;
}

.productMainMenu900Container {
   position: absolute;
   width: 100%;
   top: 8px;
   height: 50px;
   z-index: 1000;
   text-align: left;
}

.productMainMenu900Image {
	display: inline-block;
	width: 23%;
	text-align: left;
	margin-left: 10px;
}

.productMainMenu900Text {
	display: none;
}

.evalButton {
	display:none;
}


.column {
		display: inline-block;
		width: 45%;
		margin: 10px;
}

.column60 {
	display: inline-block;
	width: 60%;
}

.columnFull {
	display: block;
	width: 96%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
}

.columnPrint {
	display: block;
	width: 98%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.column3 {
		display: inline-block;
		width: 27%;
		margin: 5px;
}

.columnRight {
		display: inline-block;
		width: 30%;
		max-width: 360px;
		min-height: 40px;
		margin: 5px 5px 5px 10px;
		text-align: left;
		vertical-align:top;
}

.columnMain {
		display: inline-block;
		width: 60%;
		max-width: 720px;
		min-height: 60px;
		margin: 5px 10px 5px 5px;
		text-align: left;
}

.columnRight700 {
		display: none
}

.columnMain700 {
		display: inline-block;
		width: 96%;
		margin-left: auto;
		margin-top: auto;
		text-align: left;
}

.columnOne {
		display: inline-block;
		width: 44%;
    max-width: 540px;
		margin: 0px 10px 0px 10px;
		text-align: left;
}

.columnTwo {
		display: inline-block;
		width: 44%;
    max-width: 540px;
		margin: 0px 10px 0px 10px;
		text-align: left;
}

.columnOneCenter {
		display: inline-block;
		width: 48%;
		margin: 5px;
		text-align: center;
}

.columnTwoCenter {
		display: inline-block;
		width: 48%;
		margin: 5px;
		text-align: center;
		vertical-align:top;
}

.flexHomeProductContainer {
	display: flex;
	align-items: stretch;
	align-content: center;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.flexHomeProduct {
	flex: 1;
	background: #f2f2f2;
	text-align: left;
	overflow: hidden;
  margin: 5px;
  border: 1px solid #7F7E7E;
  cursor: pointer;
}

.contentBox {
		display: inline-block;
		width: 31%;
		overflow: hidden;
		margin: 5px;
		border: 1px solid #7F7E7E;
		border-radius: 4px;
		vertical-align: top;
		text-align: left;
		cursor: pointer;
}

.contentBox-Main {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

.contentBoxSmall {
		display: inline-block;
		width: 20%;
		overflow: hidden;
		margin: 3%;
		vertical-align: top;
		text-align: center;
		cursor: pointer;
}

.contentRight {
		display: inline-block;
		min-height: 220px;
		max-height: 250px;
		overflow: hidden;
		margin-top: 10px;
		border: 1px solid #7F7E7E;
		vertical-align: top;
		text-align: left;
}

.boxBottom {
  display: inline-block;
  padding: 5px;
  text-align: left;
  width: 23%;
  max-width: 230px;
  vertical-align:top;
}

.boxBottomHolder {
	display: block;
	margin-top: 1px;
	cursor: pointer;
}

.boxBottomImage {
	display: inline-block;
	width: 34px;
	height: 24px;
}

.boxBottomText {
	display: inline-block;
	vertical-align:top;
}

.videoContainer {
	display: block;
  width: 100%;
  min-height: 269px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
	max-width: 366px;
}

VIDEO.centered {
    display: block;
    width: 100%;
    min-height: 269px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.youtubeContainer {
	position: relative;
  width: 100%;
  padding-bottom: 75%;
  margin-left: auto;
  margin-right: auto;
}

.youtubeContainer iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.wixieContainer {
    position: relative;
    width: 366px;
    height: 275px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.kitBlock {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 47%;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}
	
	.kitBlock:Hover {
		background: #dce5f6;
	}
	
	.kitText {
		display: inline-block;
		width: 60%;
		min-height: 180px;
		text-align: left;
	}
	
	.kitImage {
		display: inline-block;
		width: 35%;
		vertical-align: top;
		margin-top: 10px;
	}

.footerBoxLeft{
  width: 40%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
}

.footerBoxRight{
  width: 57%;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  text-align: right;
}

td.tie-spacer {
	width:5%;
}

td.tie-name {
	width:25%;
}

td.tie-school {
	width:40%;
}

td.tie-city {
	width:20%;
}

td.tie-state {
	width:5%;
}

.tieBox {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 31%;
		height: 200px;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}


.margin0 {
	margin: 0; 
}

.marginTop0 {
	margin-top: 0px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom0 {
	margin-bottom: 0px;
}

.italic {
	font-style: italic;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.width20 {
	width: 50px;
}

.width90Percent {
	width: 90%;
}

.noPrint {
	display: none;
}

.pageBreak {
	page-break-after: always;
	margin-top: 20px;
}

.homeButton {
	display: none;
}

.pdContainer {
	display: flex;
	width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pdImage {
	width: 100px;
	height: 160px;
	margin-right: 30px;
}

.pdText {
	flex: 1;
	text-align: left;
}

.toolsTitle {
	font-size: 1.75em;
	font-family: 'Roboto', verdana, sans-serif;
	font-weight: normal;
	line-height:1.5em;
	margin: 0;
}

#pageBodyGreyWixie {
	  width: 100%;
    background: #f2f2f2;
    height: 200px;
    text-align: center;
}

.wixieImageHolder {
	display: inline-block;
	vertical-align: top;
}

.wixieImage {
	height: 200px;
}

.wixieText {
	display: inline-block;
	width: 400px;
	margin-top: 20px;
}

.wixieHeadline {
	font-size: 1.3em;
  font-family: 'Roboto', verdana, sans-serif;
}

.toolsProduct {
	flex: 1;
	text-align: left;
	margin: 10px;
}

.flex {
	display: flex;
	text-align: left;
}

.flexOne {
	flex: 1;
}

.flexTwo {
	flex: 2;
}

.pdPageHeader {
	background: #f2f2f2;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  text-align: center;
}