/* Common css */

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

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

body.plain {
    background: #fff;
}

#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: 20px;
	text-align:center;
}

#pageBody.pixie-page {
	padding-top: 0;
}

#pageBody.pics4learning {
	border-top: 1px solid #cac6c6;
	border-bottom: 1px solid #cac6c6;
}

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

#pageBodyGreyWixie {
	max-width: 100%;
	background: #f2f2f2;
	text-align:center;
}

#pageBottom {
  background: #f2f2f2;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

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

#footerScreen {
	display:flex;
    width: 100%;
    padding-bottom: 10px;
}

#footerScreen .social-icons {
    height: 30px;
    width: 30px;
    fill: grey;
}

#footerPrint {
	display: none;
}

#headlinePrint {
	display: none;
}

.highlightSection {
	width: 100%;
	background:#fafafa;
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid lightgrey;
}

.top-message {
	background: #ffffff;
  margin: 0;
  padding: 30px;
  border-bottom: 1px solid lightgrey;
}

a.linkPrimary {
	background:#0069aa;
	padding: 10px;
	border-radius:4px;
	color:#ffffff;
	margin-left:10px;
}

@media (max-width:1070px) {
	a.linkPrimary {
		display: block;
		max-width: fit-content;
  	margin: 10px 0 0;
	}
}

.pointer {
	cursor: pointer;
}

.white {
	color: #fff;
}

.backgroundBlue {
	background: #0069aa;
}

.backgroundGrey {
	background: #f2f2f2;
}

.backgroundDarkGrey {
	background: #dadada;
}

.borderTop {
	border-top: 1px solid #7F7E7E;
}

.borderBottom {
	border-bottom: 1px solid #7F7E7E;
}

.borderLeft {
	border-left: 1px solid #7F7E7E;
}

.borderRight {
	border-right: 1px solid #7F7E7E;
}

.flex {
	display: flex;
}

.hide {
	display:none
}

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

.width300 {
	max-width: 300px;
}

.size15 {
	font-size: 1.5em
}

.grey {
		color: #7F7E7E;
}

.small {
	font-size: .8em;
}

.roboto {font-family: 'Roboto', verdana, sans-serif;}

.linkHover {
	color: #4c4c4c;
}

.linkHover:hover {
	color: #0069aa;
}

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

h1.home-headline {
  margin-top: 5px;
  margin-bottom: 5px;
}

p.bottomHeading {
	font-size: 1em;
	font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
	padding: 6px 10px;
  margin: 0;
}

p.bottomBody {
	font-size: .9em;
	padding: 6px 10px;
  margin: 0;
}

p.bottomBody:not(.lineHeightTight):hover {
	background: #e5e5e5;
}

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

button.footer {
    border: none;
    background: transparent;
    font-size: 1em;
    color: #0069aa;
    cursor: pointer;
}

.heavy {
	font-weight: bold;
}

p.nav {
	color: #0069aa;
  font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
}

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

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

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

a.normal {
	font-weight: normal;
}

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 {
  background: #dadada;
  width: 100%;
  height:1px;
}

.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;
}

IMG.home-headline {
	opacity: .85;
}
	

ul.nav {
  text-align: left;
  display: inline;
  margin: 0;
  list-style: none;
}
ul.nav li.nav {
  color: #0069aa;
  font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, 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;
}

ul.tie-list {
  list-style: none;
}

li.tieYear {
	display: inline-block;
	border: 1px solid lightgrey;
	background-color: #f2f2f2;
	cursor: pointer;
	padding: 4px 8px;
}

li.tieYear:hover {
	background-color: #e0e0e0;
}

li.tieYear.active {
	display: inline-block;
	border: 1px solid lightgrey;
	background-color: grey;
	cursor: pointer;
	padding: 4px 8px;
	color: #ffffff;
}

.pixie {
	color: #0069aa;
}

.wixie {
	color: #c68c00;
}

.frames {
	color: #7a000f;
}

.share {
	color: #00853f;
}

.fontCabin {
  font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, 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 {
    margin-left: auto;
    margin-right: auto;
    width: 96%;
    max-width: 1200px;
}

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

.button_menu {
	display: none;
	background: #fafafa;
	justify-content:center;
	border-bottom: 1px solid #dadada;
	padding-top: 5px;
}

.button_menu .menu-column {
	flex:1;
	max-width:380px;
}

.button_menu p {
	margin: 0;
  padding: 6px 20px;
}

.button_menu p:hover {
	background: #f2f2f2;
}

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

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

.navBox {
	background: #f8f8f8;
	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%;
	min-height: 150px;
	padding-top: 20px;
	padding-bottom: 35px;
}

form .pageSection {
	max-width: 1200px;
  margin: 0 auto;
}

.pageSectionGrey {
	background: #fafafa;
	width: 100%;
	min-height: 150px;
	padding-top: 20px;
	padding-bottom: 35px;
}

.tie-table {
	display:none;
}

.tie-table.active {
	display:block;
}

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

table.noBorder {
	border: none;
}

table.ties {
	max-width: 1000px;
  margin: 0 auto;
  border: 1px solid lightgrey;
  border-radius: 2px;
}

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

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

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


#evalBox {
	display: none;
	position: fixed;
	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;
}

.top_awards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.twenty_plus {
	margin: 10px 80px 10px 10px;
}

.top_awards .award {
	margin: 10px;
	height: 100px;
	width: 100px;
}

.company_awards{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 20px 0;
}

.company_awards .twenty_plus {
    height: 90px;
    width: 90px;
    margin: 10px;
}

.company_awards .award {
    margin: 10px;
    height: 70px;
    width: 70px;
}

.productMenu700 {
	display: block;
	background: #ffffff;
	width: 100%;
}

.wixieMenuBox {
    cursor: pointer;
    display: flex;
    margin: 0;
    padding: 10px 20px;
}

.wixieMenuImage {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border: 1px solid lightgrey;
}

.wixieMenuText {
    flex: 1;
}

.videos-holder {
	max-width: 600px;
  margin: 0 auto;
}

.videos-holder .youtubeContainer {
    padding-bottom: 57%;
}

.videos-list {
	  white-space: nowrap;
    overflow: auto;
    padding:0;
}

.videos-list li {
		display: inline-block;
   width: 200px;
   height: 236px;
   border: 1px solid lightgrey;
    border-radius: 6px;
    overflow: hidden;
    cursor:pointer;
    margin-right: 10px;
}

.videos-list li.active{
	background-color: #d5f5ff;
}

.videos-list li p{
	margin:0 4px 4px;
	white-space: normal;
}

#headline {
	display:block;
	width:100%;
	background-color: #ffffff;
}

#headline picture,
#headline picture img {
	width:100%;
}

#headline picture img {
	opacity:.85;
}

#navButton {
  float: right;
	height: 42px;
	margin-right: 20px;
	margin-top: 5px;
	cursor: pointer;
	display:flex;
	align-items:center;
	border:none;
}

.navButtonImage {
	height:32px;
	width:32px;
}

.navButtonText {
	margin-left:5px;
}

.toolsProduct.share {
	display:none;
}

.evalButton {
	background-color:#0069aa;
	border-radius:6px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	margin-left: 10px;
}

/* Begin css for form only pages*/

.page-body.form {
	display:flex;
	flex-direction:column;
}

.columnForm {
	width: 100%;
	max-width:500px;
	margin:0 auto;
	padding:10px;
	box-sizing:border-box;
}

.columnForm.form {
	max-width:400px;
}

.columnForm .page-row.stacked .anyFormField {
	width:100%;
}

/* End css for form only pages*/

@media (max-width:510px){
	.top_awards img.twenty_plus,
	.top_awards img.award {
		height:50px;
		width:50px;
		margin: 5px;
	}
}


/* Begin smaller than 700 screen css */

@media (max-width: 699px) {

#hiddenSmall {
	display: none;
}

#hidden900 {
	display: none;
}

#navText {
	display: none;
}

#navButtonProduct {
  float: right;
	margin-right: 2%;
	margin-top: 10px;
}

#headline1371 {
	display: none;
}

#headline900 {
	display: none;
}

#headline700 {
	display: none;
}

#headline699 {
	display: block;
	width: 100%;
	background-color: #ffffff;
}

#headline1371-PD {
	display: none;
}

#headline900-PD {
	display: none;
}

#headline700-PD {
	display: none;
}

#header1371 {
	display: none;
}

#header900 {
	display: none;
}

#header700 {
	display: none;
}

#header699 {
	display: block;
	width: 100%;
}

h1 {
		font-size: 1.7em;
		font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
		font-weight: normal;
		line-height:1.5em;
		margin-top: 0;
		margin-bottom:0;
}

h2 {
		font-size: 1.4em;
		line-height: 1.4em;
		font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
		font-weight: normal;
		color: #383838;
}

h3 {
		font-size: 1.2em;
		font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
		margin-top: 10px;
		margin-bottom: 5px;
}

table {
	 font-size: .7em;
	 line-height: 1.6em;
}

td, th {
    padding: 5px;
    display: block;
}

.noBlock td, .noBlock th {
    display: table-cell;
}

p.indent {
	margin-left: 15px;
	margin-right: 15px;
}

.headline699Tag {
	 background: #eee;
   padding: 10px;
}

.headline699TagText {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
	font-size: 1em;
  line-height: 1.5em;
  width: 90%;
  text-align: center;
}

.headline699TagImage {
	display: none;
}

.navButtonText {
	display: none;
}	

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

.productMenu699Image {
	display: inline-block;
	text-align: left;
	margin-left: 10px;
	margin-top: 5px;
}

.button_menu {
	flex-direction:column;
	border-bottom: none;
}

.button_menu .menu-column {
    max-width: unset;
}

.productMenuTopTitle {
  font-family: 'Cabin', sans-serif;
  color: #7F7E7E;
  font-size: 1em;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #dadada;
}

.productMenuBox {
	display: inline-block;
	text-align: left;
	width: 94%;
	margin: 10px 0px 0px 10px;
}

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

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

.productMenuBottom {
  background: #f9f9f9;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

.productMenuBottomText {
  padding: 0px 10px 0px 10px;
}

.productMenuItemText {
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  padding: 10px 10px 10px 25px;
}

.column {
		display: block;
		width: 96%;
		margin: 5px;
}

.columnFull {
		display: block;
		width: 94%;
		margin-right: auto;
		margin-left: auto;
}

.column3 {
		display: block;
		width: 96%;
		margin: 5px;
}

.columnRight {
		display: block;
		width: 96%;
		margin: 5px 5px 5px 5px;
}

.columnMain {
		display: block;
		width: 94%;
		min-height: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

.columnPrint {
		display: block;
		width: 94%;
		min-height: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

.columnRight700 {
		display: block;
		width: 96%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

.columnMain700 {
		display: block;
		width: 94%;
		min-height: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

.columnOne {
		display: block;
		width: 90%;
		margin: auto;
		text-align: left;
}

.columnTwo {
		display: block;
		width: 90%;
		margin: auto;
		text-align: left;
}

.columnOneCenter {
		display: block;
		width: 94%;
		margin: auto;
		text-align: center;
}

.columnTwoCenter {
		display: block;
		width: 94%;
		margin: auto;
		text-align: center;
}

.flexHomeProductContainer {
	display: block;
	width: 99%;
	margin-right: auto;
	margin-left: auto;
}

.flexHomeProduct {
	display: block;
	width: 90%;
	text-align: center;
  margin: 0 auto;
  padding: 20px;
}

.flexContainerFull {
	display: flex;
	align-items: stretch;
	align-content: center;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

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

.flexBoxTwo {
	flex: 2;
	text-align: left;
}

#pageBodyGreyWixie {
	padding-bottom: 20px;
}

.wixieImageHolder {
	display: none;
}

.wixieText {
	display: inline-block;
	padding-top: 30px;
	width: 90%; 
	text-align: left;
}

.wixieLogo {
	width: 200px;
}

.wixieHeadline {
	font-family: 'Roboto', verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

.wixieDescription {
	font-size: 1em;
	margin-bottom: 20px;
}

.homeButton {
	font-family: 'Roboto', verdana, sans-serif;
  padding: 8px 15px;
  font-size: 1em;
  font-weight: normal!important;
  color: #0069aa;
  border-radius: 4px;
  border: 1px solid #0069aa;
  background: #ffffff;
  cursor: pointer;
  text-decoration: none;
}

.toolsProduct {
	display: inline-block;
  width: 90%;
  margin-top: 20px;
  text-align: left;
}

.toolsTitle {
	font-size: 2em;
	font-family: 'Roboto', verdana, sans-serif;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2em;
}

.toolsProduct .marginBottom35 {
	margin-bottom: 0px;
	margin-top: 5px;
}

.pdContainer {
	display: inline-block;
	width: 90%;
	text-align: left;
}

.pdImage,
.ceImage {
	display: none;
}

.pdDescription {
	margin-top: 15px;
  margin-bottom: 25px;
  text-align:left;
}

.contentBox {
		display: block;
		width: 96%;
		overflow: hidden;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: auto;
		margin-right: auto;
		border: 1px solid #7F7E7E;
		border-radius: 4px;
		vertical-align: top;
		text-align: left;
}

.contentBox-Main {
	padding: 10px 10px 10px 10px;
}

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

p.contentBox-Text {
	margin: 10px 0px 25px 0px;
}

p.contentBox-Headline {
	font-size: 1.4em;
	line-height: 1.1em;
}

#pageBody h2 {
	text-align: left;
  width: 90%;
  margin: 0px auto 10px;
  line-height: 1.2em;
}

IMG.contentBox-Image {
	display: block;
	width: 100%;
}

.contentBoxSmall {
		display: inline-block;
		width: 96%;
		min-height: 100px;
		margin: 10px 5px 5px 5px;
		cursor: pointer;
}

.contentRight {
		display: block;
		min-height: 100px;
		margin-top: 10px;
		border-top: 1px solid #7F7E7E;
}

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

VIDEO.centered {
	  max-width: 366px;
    width: 100%;
    min-height: 215px;
    height: auto;
    display: block;
    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: 300px;
    height: 225px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

	.kitBlock {
		display: block;
		border: 1px solid #dadada;
		background: #ffffff;
		border-radius: 4px;
		width: 96%;
		vertical-align: top;
		margin-bottom: 10px;
		margin-right: auto;
		margin-left: auto;
		cursor: pointer;
	}
	
	.kitText {
		display: inline-block;
		width: 60%;
		text-align: left;
		font-weight: normal;
		color: #4c4c4c;
	}
	
	.kitImage {
		display: inline-block;
		width: 35%;
		vertical-align: top;
		margin-top: 10px;
	}

.boxBottom {
  display: block;
  float: center;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align:top;
}

.boxBottomContainer {
	width: 90%;
  display: inline-block;
  text-align: left;
}

.boxBottomHolder {
  display: block;
  margin-top: 5px;
  cursor: pointer;
  max-width: 170px;
  text-align: left;
}

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

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

.footerBoxLeft{
  width: 98%;
  padding-top: 10px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footerBoxRight{
  width: 98%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tieBox {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 100%;
		vertical-align: top;
		margin: 5px;
	}
	
.tieImage {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin-top: 15px;
}

.tieText {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin: 10px 0px 0px 5px;
	text-align: left;
}

.width20 {
	width: 20%;
}

.marginBottom10 {
	margin-bottom: 10px;
}

}

/* Begin 700-900 screen css */

@media (min-width: 700px) {
	
#hiddenTablet {
	display: none;
}

#hidden900 {
	display: none;
}

#navText {
	display: none;
}

h1,h2,h3,h4 {
	font-family: 'Cabin', 'Helvetica Neue', verdana, helvetica, arial, sans-serif;
	font-weight: normal;
}

h1 {
		font-size: 1.7em;
		line-height:1.5em;
		margin: 0;
}

h2 {
		font-size: 1.5em;
		line-height: 1.4em;
}

h3 {
		font-size: 1.2em;
		margin-top: 10px;
		margin-bottom: 5px;
}

p.indent {
	margin-left: 15px;
	margin-right: 15px;
}

.productMenuTop {
  background: #f2f2f2;
  width: 100%;
  text-align: left;
}

.productMenuTopTitle {
  font-family: 'Cabin', sans-serif;
  color: #7F7E7E;
  font-size: 1em;
  padding: 6px 10px 6px 15px;
  cursor: default;
}

.productMenuItem {
  width: 100%;
  text-align: left;
}

.productMenuItemText {
  font-family: 'Cabin', sans-serif;
  font-size: 1em;
  padding: 10px 10px 10px 25px;
}

.productMenu699 {
	display: none;
}

.productMenuDoubleBox {
	display: block;
	margin: 10px;
  text-align: center;
}

.productMenuBox {
	display: inline-block;
	width: 48%;
	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: #f9f9f9;
  height: 26px;
  text-align: left;
  overflow: hidden;
}

.productMenuBottomText {
  padding: 0px 10px 0px 25px;
}

#headline1371 {
	display: none;
}

#headline900 {
	display: none;
}

#headline699 {
	display: none;
}

#headline700 {
	display: block;
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}

#headline1371-PD {
	display: none;
}

#headline900-PD {
	display: none;
}

#headline699-PD {
	display: none;
}

#headline700-PD {
	display: block;
	position: relative;
	width: 100%;
	max-height: 200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
}

#header1371 {
	display: none;
}

#header900 {
	display: none;
}

#header699 {
	display: none;
}

#header700 {
	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;
}

.headline700Tag {
   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;
}

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

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

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

.columnFull {
	display: block;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

.columnRight700 {
		display: block;
		width: 96%;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

.columnMain700 {
		display: block;
		width: 94%;
		min-height: 60px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
}

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

.columnTwo {
		display: inline-block;
		width: 45%;
		margin: 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;
}

.headline700TagImage {
	display: inline-block;
	width: 28%;
	text-align: center;
	height: 120px;
	vertical-align: top;
}

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

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

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

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

.productMainMenu700Image {
	display: inline-block;
	width: 28%;
	text-align: left;
	vertical-align: top;
	margin-left: 20px;
	vertical-align: middle;
}

.productMainMenu700Text {
	display: inline-block;
	font-family: 'Cabin', sans-serif;
  line-height: 1.5em;
  width: 65%;
  color: #ffffff;
  text-align: right;
  margin-right: 10px;
}

.productMainMenu700Text a{
  color: #ffffff;
}

.boxBottomContainer {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.boxBottomFirst {
	display: inline-block;
	width: 32%;
	text-align: left;
	vertical-align: top;
}

.boxBottomSecond {
	display: inline-block;
	width: 32%;
	text-align: left;
	vertical-align: top;
	margin-top: 10px;
}

.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;
}

.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;
}

.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%; 
}

.kitBlock {
		display: inline-block;
		border: 1px solid #dadada;
		background: #ffffff;
		border-radius: 4px;
		width: 47.5%;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}
	
	.kitText {
		display: inline-block;
		width: 60%;
		min-height: 220px;
		text-align: left;
		font-weight: normal;
		color: #4c4c4c;
	}
	
	.kitImage {
		display: inline-block;
		width: 35%;
		vertical-align: top;
		margin-top: 10px;
	}
	
.flexHomeProductContainer {
	display: block;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

.flexHomeProduct {
	display: inline-block;
	vertical-align: top;
	width: 47%;
	text-align: center;
	overflow: hidden;
  flex: 1;
  max-width: 500px;
  margin: 10px 20px;
}

.flexContainerFull {
	display: flex;
	align-items: stretch;
	align-content: center;
	width: 96%;
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

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

.flexBoxTwo {
	flex: 2;
	text-align: left;
}

.contentBox {
		display: inline-block;
		width: 96%;
		min-height: 100px;
		margin: 5px;
		cursor: pointer;
}

.contentBox-Main {
	padding: 20px;
}

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

p.contentBox-Text {
	margin: 15px 0px 35px 0px;
}

p.contentBox-Headline {
	margin: 10px 0px 15px 0px;
	font-size: 1.8em;
	line-height: 1.1em;
}

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

IMG.contentBox-Image {
	display: block;
	width: 100%;
}

.tieBox {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 47%;
		height: 190px;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}
	
.tieBox:Hover {
		background: #dce5f6;
	}
	
.tieImage {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	margin-top: 15px;
}

.tieText {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin: 10px 0px 0px 5px;
	text-align: left;
}

#pageBodyGreyWixie {
	height: 300px;
}

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

.wixieImageHolder {
	display: inline-block;
	text-align: right;
	width: 268px;
}

.wixieImageHolder.wriddle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
  height: 100%;    
}

.wixieImage {
	height: 300px;
	width: 268px;
}

.wixieImage.wriddle {
	height: 90%;
	width: unset;
}

.wixieText {
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	width: 400px; 
}

.wixieLogo {
	width: 200px;
}

.wixieHeadline {
	font-family: 'Roboto', verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}

.wixieDescription {
	font-size: 1em;
	margin-bottom: 20px;
}

.edutodo .wixieText {
		width: 50%;
    padding: 0;
}

.edutodo .wixieImageHolder {
	width:50%;
}

.edutodo .wixieImageHolder img {
	height:unset;
}

.homeButton {
	font-family: 'Roboto', verdana, sans-serif;
    padding: 8px 15px;
    font-size: 1em;
    font-weight: normal!important;
    color: #0069aa;
    border-radius: 4px;
    border: 1px solid #0069aa;
    background: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

.homeButton:hover {
	background: #dadada;
}

.toolsProduct {
	display: inline-block;
	width: 42%;
	margin: 20px;
	text-align: left;
	vertical-align: top;
}

.toolsTitle {
		font-size: 2em;
		font-family: 'Roboto', verdana, sans-serif;
		margin-bottom: 10px;
		margin-top: 0px;
}


.pdContainer {
	display: flex;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.pdImage {
	flex: 1;
}

.ceImage {
	border: 1px solid grey;
	margin-right: 30px;
}

.ceImage.go {
	margin:0 0 0 30px;
}

.pdText {
	flex: 3;
	vertical-align: top;
	text-align: left;
	margin-left: 20px;
}

.pdDescription {
   margin-bottom: 35px;
   margin-top: 15px;
   text-align:left;
}

.rmText {
	flex: 2;
	vertical-align: top;
	text-align: left;
	margin-left: 40px;
	text-align:center;
}

}

/* Begin Max 900 screen css */

@media (min-width: 511px) and (max-width: 901px) {

	.top_awards img.twenty_plus,
	.top_awards img.award {
		height:75px;
		width:75px;
		margin: 10px;
	}

}

@media (max-width: 901px) {
	.tieYear.nosmall {
		display:none;
	}
}

/* Begin 900-1200 screen css */

@media (min-width: 901px) {

#hidden900 {
	display: block;
}

#navText {
	display: none;
	float: right;
	margin-right: 1%;
	margin-top: 5px;
}

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

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

h2 {
		font-size: 1.75em;
}



.toolsProduct {
	width: 44%;
	margin: 20px;
}

.toolsTitle {
		font-size: 2.5em;
		margin-bottom: 20px;
    line-height: 1em;
}

#pageBodyGreyWixie {
	height: 460px;
}

.wixieImageHolder {
	width: 412px;
	margin-top: 0px;
}

.wixieImage {
	height: 460px;
	width: 412px;
}

.wixieText {
	padding-top: 70px;
	width: 460px; 
}

.wixieLogo {
	width: 280px;
}

.wixieHeadline {
	font-size: 1.4em;
}

.wixieDescription {
	font-size: 1.1em;
	line-height: 1.6em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

.homeButton {
  padding: 13px 20px;
  font-size: 1.2em;
}

.homeButton:hover {
	background: #dadada;
}

.pdContainer {
	width: 98%;
	padding-bottom: 30px;
}

.pd-image {
	height: 300px;
	margin-left: auto;
	display:block;
}

.pdDescription {
	 column-count: 2;
   column-gap: 40px;
   margin-top: 25px;
   text-align:left;
}

.pdDescription.one-column {
	 column-count: 1;
}

.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;
  padding-left: 2%;
  height: 26px;
  text-align: left;
  overflow: hidden;
}


#headline1371 {
	display: none;
}

#headline700 {
	display: none;
}

#headline900 {
	display: block;
	position: relative;
	width: 100%;
	max-height: 550px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}

#headline1371-PD {
	display: none;
}

#headline700-PD {
	display: none;
}

#headline699-PD {
	display: none;
}

#headline900-PD {
	display: block;
	position: relative;
	width: 100%;
	max-height: 250px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #cce1ee;
}

#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;
}

.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: center;
}

.productMainMenu900Image {
	display: inline-block;
	width: 23%;
	text-align: left;
	vertical-align: middle;
}

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

.productMainMenu900Text a{
  color: #ffffff;
}

.buyButton {
	box-shadow:inset 0px 1px 0px 0px #FFD28C;
	background:linear-gradient(to bottom, #FFBE5A 5%, #FF9A00 100%);
	background-color:#FFBE5A;
	border-radius:6px;
	border:1px solid #FF9B01;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:3px 20px;
	text-decoration:none;
	text-shadow:0px 1px 0px #FF9A00;
	margin-left: 10px;
}


.buyButton:hover {
	background:linear-gradient(to bottom, #FF9A00 5%, #FFBE5A 100%);
	background-color:#FF9A00;
	color:#ffffff;
}


.buyButton:active {
	position:relative;
	top:1px;
}

.buyButton:link {
	color:#ffffff;
}

.buyButton:visited {
	color:#ffffff;
}

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

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

.columnFull {
	display: block;
	width: 96%;
	max-width: 1120px;
}

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

.columnRight {
		max-width: 360px;
}

.columnMain {
		max-width: 720px;
}

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

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

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

.columnOne {
		width: 44%;
    max-width: 540px;
		margin: 20px;
}

.columnTwo {
		width: 44%;
    max-width: 540px;
		margin: 20px;
}

.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;
}

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

.contentBox-Main {
	padding: 15px 15px 10px 15px;
}



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

p.contentBox-Text {
	margin: 15px 0px 35px 0px;
}

p.contentBox-Headline {
	margin: 0px 0px 15px 0px;
}

.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;
}

.boxBottomContainer {
	display: flex;
	align-items: stretch;
	align-content: center;
	width: 96%;
	max-width: 1200px;
}

.boxBottomFirst {
	flex: 1;
}

.boxBottomSecond {
	flex: 1;
	margin-top: 0px;
}

.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 iframe{
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

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

.kitBlock {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 48%;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}
	
	.kitBlock:Hover {
		background: #dce5f6;
	}
	
	.kitText {
		display: inline-block;
		width: 60%;
		min-height: 240px;
		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;
}

.tieBox {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 31%;
		height: 200px;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}
	
.flexHomeProductContainer {
	display: flex;
	align-items: stretch;
	align-content: center;
	width: 96%;
	justify-content: center;
}

}

/* Begin 1200-1370 screen css */

@media (min-width: 1200px) {
	
.wixieImageHolder {
	margin-left: 3%;
}


.wixieText {
	padding-top: 80px;
	width: initial;
}

.wixieLogo {
	width: 350px;
}

.wixieHeadline {
	font-size: 1.8em;
}

.wixieDescription {
	font-size: 1.2em;
	max-width: 700px;
}

.toolsProduct {
	flex: 1;
	margin: 70px 20px;
}

.pdContainer {
	width: 90%;
}
	
}

/* Begin greater than 1370 screen css */

@media (min-width: 1371px) {
	

.productMenu900 {
	display: none;
}

.productMenu1371 {
	display: block;
}

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

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

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

#headline900 {
	display: none;
}

#headline700 {
	display: none;
}

#headline699 {
	display: none;
}

#headline1371 {
	display: block;
	position: relative;
	width: 100%;
	max-height: 600px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}

#headline900-PD {
	display: none;
}

#headline700-PD {
	display: none;
}

#headline699-PD {
	display: none;
}

#headline1371-PD {
	display: block;
	position: relative;
	width: 100%;
	max-height: 300px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header900 {
	display: none;
}

#header700 {
	display: none;
}

#header699 {
	display: none;
}

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

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

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

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

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

.flexHomeProductContainer {
	width: 90%;
	max-width: 1200px;
}

.pdContainer {
	width: 80%;
	max-width: 1200px;
}

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

.columnRight {
		margin: 5px 5px 5px 20px;
}

.columnMain {
		width: 720px;
		margin: 5px 20px 5px 5px;
}

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

.columnOne {
		width: 540px;
}

.columnTwo {
		width: 540px;
}

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

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

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

.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;
}

.tieBox {
		display: inline-block;
		border: 1px solid #dadada;
		border-radius: 4px;
		width: 330px;
		height: 190px;
		vertical-align: top;
		margin: 5px;
		cursor: pointer;
	}
	
.wixieContainer {
    position: relative;
    width: 540px;
    height: 405px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
	
}

/* Begin universal css */

.margin0 {
	margin: 0; 
}

.marginTop0 {
	margin-top: 0px;
}

.marginTop20 {
	margin-top: 20px;
}

.marginLeft10 {
	margin-left: 10px;
}

.marginRight20 {
	margin-right: 20px;
}

.marginBottom35 {
	margin-bottom: 35px;
}

.marginBottom20 {
	margin-bottom: 20px;
}

.marginBottom0 {
	margin-bottom: 0px;
}

.italic {
	font-style: italic;
}

.centered {
	text-align: center;
}

.left {
	text-align: left;
}

.noScreen {
	display: none;
}

.pageBreak {
	display: none;
}