@charset "UTF-8";
/* CSS Document */
/*reset and basic css*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background-color: transparent;
}

html, body, #container {
	height: 100%;
	background-color: #ffffff;
}

blockquote, q {
	quotes: none;
	margin: 0 1em 1em 1em;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background-color: transparent;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}
/* END RESET CSS */

/* align checkboxes, radios, text inputs with their label */
input[type="radio"] {
	vertical-align: text-bottom;
}

input[type="checkbox"] {
	vertical-align: bottom;
	*vertical-align: baseline;
}

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button {
	cursor: pointer;
}

video, canvas {
	max-width: 100%;
}

#container {
	width: 100vw;
}

html {
	font-size: 100%;
}
/*fontawesome css*/
.icon::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

select, input, textarea {
	font: 99% sans-serif;
}

/* fonts */
body {
	color: #000000;
	font-family: "komet", sans-serif;
	font-weight: 500;
	font-style: normal;
}

h1 {
	font-family: "quatro-slab", serif;
	font-size: 2rem;
	font-weight: 700;
	margin: 0.5rem 0 0.9rem;
	line-height: 1.2;
}

h2 {
	font-size: 1.8rem;
	margin: 0.6rem 0 0.4rem;
	line-height: 1.3;
}

h3 {
	font-size: 1.6rem;
	margin: .7rem 0 0.2rem;
}

h4 {
	font-family: "quatro-slab", serif;
	font-size: 1.4rem;
	margin-bottom: 1%;
	margin-bottom: 0.2rem;
	margin-top: 3%;
	margin-top: 1.4rem;
}

h5 {
	font-size: 1.3rem;
	line-height: 1.4em;
	margin: 0.7rem 0 0.2rem;
}

h6 {
	font-size: 1.2rem;
	line-height: 1.4em;
	margin: 0.7rem 0 0.2rem;
}

p {
	font-size: 1.2rem;
	line-height: 1.5em;
	margin: .2rem 0 .7rem;
}

li {
	font-size: 1.2rem;
	margin: .4em 0 .4em 1.1em;
	padding: 0;
	line-height: 1.5em;
}

	li li {
		margin: .4em 0 .4em .5em;
	}

th, td, td li, td ul li {
	font-size: 1.1rem;
}

.komet {
	font-family: "komet", sans-serif;
}

.quatroslab {
	font-family: "quatro-slab", serif;
}

a, a:visited {
	text-decoration: none;
}

	a:hover {
		text-decoration: underline;
		outline: none;
	}

	a:active {
		outline: none;
	}

.nounderline {
	text-decoration: none;
}

small, sub, sup {
	font-size: .9rem;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

.QSbold {
	font-family: "quatro-slab", serif;
	font-style: normal;
	font-weight: 700;
}

.bold, .strong {
	font-weight: 700;
}

.extrabold {
	font-weight: 900;
}

.notitalic {
	font-style: normal;
}

.whitebkgd {
	background-color: #ffffff;
}

.black {
	color: #000000;
}

.redtext {
	color: #F00;
}

.spacetop {
	margin-top: .6rem;
}

.spacebottom {
	margin-bottom: .6rem;
}

.extraspacetop {
	margin-top: 1.5rem;
}

.extraspacetoph4 {
	margin-top: 4rem;
}

.extraspacetoph5 {
	margin-top: 5rem;
}

.extraspacebottom {
	padding-bottom: 24px;
}

.nospacebottom {
	margin-bottom: 0;
}

.nospacetop {
	margin-top: 0;
}

.nospace {
	margin: 0;
	padding: 0;
}

.lessspacetop {
	margin-top: .5em;
}

.ad {
	border: #000 solid 1px;
}

.caption {
	font-style: italic;
	margin-top: .2em;
	margin-bottom: .8em;
}

.fineprint {
	font-size: .9rem;
	line-height: 1.4;
	margin-bottom: .5em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.centered {
	margin: auto;
}

.aligncenter {
	display: flex;
	align-items: center;
}

.top {
	vertical-align: top;
}

.text-top {
	vertical-align: text-top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.text-bottom {
	vertical-align: text-bottom;
}

.spacebetween {
	justify-content: space-between;
}

.nowrap {
	flex-wrap: nowrap;
}

.flexstartitems {
	align-items: flex-start;
}

.flexrowalways {
	display: flex;
	flex-direction: row;
}

.justifystart {
	justify-content: flex-start;
}

.flextopalign {
	align-items: flex-start;
	align-content: flex-start;
}

.flexbottomalign {
	align-items: flex-end;
	align-content: flex-end;
}

.alignitemscenter {
	align-items: center;
}

.alignitemsbase {
	align-items: baseline;
}

.alignitemsend {
	align-items: flex-end;
}

.clearall {
	clear: both;
}

.inline-block {
	display: inline-block;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2em 2em;
	float: right;
}

img.alignleft {
	margin: 0 6px 0 0;
	float: left;
}

img {
	border: 0;
}

.imginline {
	display: inline;
}

/*common css*/
.flex, #container, #omtiheaderrow, #omtiheaderrightside, .searchdropbtn, #productheaderrow, #productheaderrightside, .topproduct, .sectionheader, #content, .stripe, .topcontent, .maincontent, .bodycolumns, .flexrow, .flexcolumn, .more, footer, .social, .noindentcontent, .videoandheader {
	display: flex;
}

.stripe {
	flex: 2 0 auto;
}

#container, #content, .stripe, .maincontent, .flexcolumn {
	flex-direction: column;
}

#omtiheaderrow, #productheaderrow, #omtiheaderrow a, .notmobile a, .productbtn a, .buttonset a:link, .buttonset a:visited, .social a:link, .social a:visited, .darkpullout a:hover, .darkpullout a:visited:hover, .white, footer, footer a, .more, .more a:link, #returnBtn {
	color: #ffffff;
}

/*headers*/
#omtiheaderrow {
	background-color: #000000;
}

#omtiheaderrow, #productheaderrow, #omtiheaderrightside, #productheaderrightside, footer, .social {
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}

#omtiheaderrightside, #productheaderrightside, .social {
	column-gap: 20px;
}

#productheaderrightside {
	flex: 2 2 60%;
}

.social {
	flex: 2 2 50%;
	justify-content: space-around;
	max-width: 600px;
}

#omtiheaderrow a:hover, .searchdropbtn:hover {
	color: #f7d865;
	text-decoration: none;
}

.omtilogo {
	margin: 8px 10px 3px 0;
}

.support {
	display: inline-block;
}

.topproduct {
	align-items: center;
	margin: 0;
}

.topproductlogo, .topproductname, .productbtn {
	display: inline-block;
	padding: 0 10px 0 0;
}

.topproductname {
	font-weight: 700;
	font-size: 1.5rem;
}

.sectionheader {
	padding: 0;
	vertical-align: middle;
	align-items: center;
	font-size: 1.2rem;
	text-transform: uppercase;
}

button > img {
	margin: 0;
	border: none;
	outline: 0;
}

/* search */
.icon-search:before {
	content: "\f002";
}

#show, #searchcontent {
	display: none;
}

	#show:checked ~ #searchcontent {
		display: block;
		float: right;
		right: 0;
	}

	#show:checked ~ #searchdropbtn {
		display: none;
	}

#searchdropbtn, .searchdropbtn {
	right: 0;
}

.searchbutton {
	border: #ffffff solid 1px;
	display: block;
	cursor: pointer;
	color: #FFF;
	background-color: #000000;
}

.searchfield {
	top: 0;
}

#searchbutton, .searchdropbtn {
	border: none;
	border-radius: 0;
	text-align: center;
	display: inline-block;
}

.searchset {
	position: relative;
	display: inline-block;
	right: 0;
}

.searchform {
	width: 280px;
	overflow: hidden;
	height: 44px;
	position: relative;
}

.searchfield {
	margin: 4px 0 0 0;
}

#search {
	display: none;
}

.searchform input[type=text] {
	width: 200px;
	font-size: 16px;
	background-color: white;
	background-image: url( "../images/searchicon.png");
	background-position: 2px 7px;
	background-repeat: no-repeat;
	padding: 3px 6px 3px 30px;
}

/*content*/
#content {
	flex: 1 0 auto;
	background-color: #ffffff;
	margin-bottom: 72px;
}

	#content img {
		max-width: 100%;
		height: auto;
	}

.topcontent {
	align-content: space-between;
}

.topcontent, .maincontent {
	border-bottom: solid 1px #000000;
}

.videoheadline {
	font-size: 1.4rem;
	line-height: 1.3;
}

.tagline {
	font-size: 90%;
}

.fa-circle-videos {
	padding: 10px 0 0;
	flex-wrap: wrap;
	font-size: 1.2rem;
}

.fa-circle-video a:link, .fa-circle-video a:visited {
	color: #4587c6;
}

	.fa-circle-video a:hover, .fa-circle-video a:visited:hover {
		text-decoration: underline;
		color: #4587c6;
	}

iframe {
	overflow: hidden;
	background-color: #000000;
}

	iframe.bordered {
		border: #000000 solid 1px;
	}

.stripe, .darkpullout {
	font-weight: 500;
}

.mobiletotopbutton {
	border: none;
	background-color: transparent;
	font-size: .7rem;
}

#canvas {
	margin: 0;
	padding: 0;
}
/* for rive animations */
.stripe {
	padding: 0 24px 24px;
}

.special {
	font-family: "quatro-slab", serif;
}

.stripe .special, .pullouttext .special {
	font-weight: 700;
}

.darkpullout {
	padding: 10px 20px;
	border-radius: 4px;
}

.pullouttext ul {
	margin: 0 0 0 12px;
}

.pullouttext li {
	margin: 6px 0 9px 9px;
}

.topcontent h1 {
	font-family: "quatro-slab", serif;
}

.bigpointsnobullets li, .biggerboldparagraph, .bigboldparagraph {
	font-weight: 700;
}

.stripe .topnine li, .stripe .bigpoints li {
	font-weight: 500;
}

.underlined li, .topnine li, .bigpoints li, .bigpointsnobullets li, .bigpoints400 li, .bigboldparagraph {
	font-size: 1.5rem;
}

	.underlined li, .topnine li p, .topnine li li, .bigpoints li p, .bigpoints li li, .listsubset li, .resume table tr td ul li, .resume table tr td p {
		font-size: 1.2rem;
	}

.resume h4 {
	font-size: 1.2rem;
}

.biggerboldparagraph {
	font-size: 1.5rem;
}

li ul li, li ol li, li li li {
	margin: 0.8em 0 0 1em;
}

.bigpoints li, .bigpointsnobullets li, .nobullets li, .bigpoints400 li {
	margin: 0.8em 0 0.6em 1em;
}

.underlined li > div {
	margin: 0.8em 0 1em 1em;
	border-bottom: 1px solid #000000;
}

	.underlined li:last-child > div, .underlined li > div > ol > li {
		border-bottom: none;
	}

.bigpointsnobullets li, .nobullets li {
	list-style-type: none;
}

.topnine li {
	margin: 0.8em 0 0 1.2em;
}

.bigpointsnobullets ul {
	margin: 16px 0 0 16px;
}

.resume p, .resume li {
	margin-bottom: .5em;
	max-width: 1000px;
}

li ul li {
	list-style-type: disc;
}

.biggerboldparagraph, .bigboldparagraph {
	margin: 0.6rem 0;
	line-height: 1.3;
}

.triangledown {
	width: 0;
	height: 0;
	border-top: .4em solid #000000;
	border-left: .4em solid transparent;
	border-right: .4em solid transparent;
	display: inline-block;
}

.triangleleft {
	width: 0;
	height: 0;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-right: .4em solid #000000;
	display: inline-block;
}

.triangleright {
	width: 0;
	height: 0;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
	border-left: .4em solid #000000;
	display: inline-block;
}

.producttriangledown {
	width: 0;
	height: 0;
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
	border-top: .5em solid #000000;
	display: inline-flex;
}

.moretriangledown {
	width: 0;
	height: 0;
	border-left: .5em solid transparent;
	border-right: .5em solid transparent;
	border-top: .5em solid #ffffff;
	display: inline-flex;
}

.stripe a {
	font-weight: 700;
}

	.crumbs a:hover, .stripe a:hover {
		text-decoration: underline;
	}

.flexend {
	justify-content: flex-end;
}

.flexenditems {
	align-items: flex-end;
}

li#content {
	font-size: 1.2rem;
	line-height: 1.4em;
	margin-top: 1%;
	margin-bottom: 2%;
}

.crumbs {
	padding-top: 1rem;
	font-size: .8rem;
	font-weight: 700;
}

.mainnexttoquote {
	margin: 0 0 0 6%;
}

table {
	width: 100%;
	max-width: 1000px;
	background-color: #ffffff;
	color: #000000;
	margin-bottom: 24px;
}

th, td {
	padding: 9px;
	text-align: left;
}

th {
	font-weight: 700;
}

thead > tr > th {
	font-family: "quatro-slab", serif;
	font-style: normal;
}

.yellow {
	color: #fcdf65;
}

.tdcenter {
	text-align: center;
}

.tdthird {
	width: 30%;
}

.resume table {
	margin: 12px 0 24px;
	table-layout: fixed;
}

	.resume table tr td ul {
		margin-bottom: 20px;
	}

		.resume table tr td ul li, .resume table tr td p {
			font-size: 1rem;
		}

ol.stepbystep > li {
	margin: 24px 24px 0;
}

.stepbystep ul {
	list-style-type: disc;
}

.stepbystep ul, .stepbystep ol {
	margin: 1rem 0 1rem .8rem;
}

	.stepbystep ul li, .stepbystep ol li {
		margin: 12px 0;
	}

.stepbystep li ol li, .stepbystep li ul li {
	margin: 12px 0 12px 12px;
}

.stepbystep p {
	margin: 12px 0;
}

.stepbystep img:not(.buttons) {
	border: 1px solid #000000;
}

.emblem {
	padding: 36px 0;
}

.pullouttext {
	padding: 10px 20px;
}

	.pullouttext h1 {
		font-size: 1.8rem;
		font-family: "komet", sans-serif;
	}

.more {
	flex-direction: column;
	align-items: center;
	width: 80px;
	margin: 0 auto;
	padding: .5rem;
}

.flexList ul {
	margin: 0;
	padding: 0;
}

.flexList li {
	display: inline;
	list-style-type: none;
	border-left: solid 2px black;
	padding: 0 0 0 1.3em;
	margin: 0 1em 0 0;
}

	.flexList li:first-child {
		border: 0px;
	}

.productlogogrid {
	display: grid;
	grid-template-columns: auto 200px;
	grid-template-rows: auto;
	column-gap: 24px;
	row-gap: 24px;
}

.descriptioncell {
	grid-column-start: 1;
	grid-column-end: 2;
	place-self: stretch;
	justify-content: center;
	padding: 0 0 24px;
}

.logocell {
	grid-column-start: 2;
	place-self: center;
	padding: 0 0 30px;
}

.width45 {
	width: 45%;
}

.sidecaption {
	font-style: italic;
	font-size: 90%;
}

/*footer*/
.clear {
	clear: both;
	height: 72px;
}

footer {
	flex-shrink: 0;
	flex-direction: row;
	align-items: center;
	column-gap: 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 12px 24px;
	z-index: 100;
}

.social {
	flex-wrap: nowrap;
	font-size: 1.2rem;
}

	.social a:hover, .social a:visited:hover, #returnBtn:hover, #returnBtn:visited:hover {
		text-decoration: underline;
		color: #f7d865;
	}

.returntotop {
	text-align: right;
}

#returnBtn {
	font-size: .7rem;
	font-weight: 700;
	cursor: pointer;
	border: none;
	outline: none;
}

.backtotop {
	text-align: center;
	margin: 2px 0;
	font-size: .7rem;
	font-weight: 700;
	line-height: .8rem;
}

.copyrighttext {
	font-size: .7rem;
}

.colO, .colX {
	text-align: center;
	width: 6rem;
}

.colX {
	background-color: #64852F;
	color: #ffffff;
	font-weight: 700;
}

@media all and (max-width: 600px) {
	#omtiheaderrightside {
		flex: 2 2 60%;
	}

	.pulloutL, .pulloutR {
		margin: 0;
		width: 100%;
	}

	.desktopnone {
		font-weight: 700;
	}

	.mobilenone {
		display: none;
	}
}

@media all and (max-width: 730px) {
	.omtilogo, .crumbs {
		margin: 4px 0 0 4%;
	}

	.topproduct {
		margin: 0 0 0 4%;
	}

	#omtiheaderrightside, #productheaderrightside {
		margin: 5px 5% 0 0;
	}

	#productheaderrow {
		gap: 22%;
	}

	.notmobile {
		display: none;
	}

	.productbtn {
		padding: 6px 10px;
	}

	.stripe {
		width: 100vw;
	}
}

@media all and (min-width: 731px) {
	.omtilogo, .topproduct, .crumbs {
		margin: 0 0 0 3%;
	}

	#omtiheaderrightside, #productheaderrightside {
		margin: 5px 3% 0 0;
	}

	#productheaderrow {
		gap: 10%;
	}

	.stripe {
		width: 100vw;
		max-width: 1400px;
		margin: auto;
	}
}

@media all and (min-width: 601px) and (max-width: 899px) {
	.topcontent {
		padding: 24px 12px;
	}

	.maincontent {
		padding: 0 12px;
	}

	.desktopnone {
		display: none;
	}
}

@media all and (max-width: 899px) {
	#omtiheaderrow {
		gap: 20%;
	}

	#omtiheaderrightside {
		flex: 2 2 85%;
	}

	.topcontent, .flex, .flexrow, .bodycolumns {
		flex-direction: column;
	}

	.flex, .flexrow {
		align-items: center;
	}

	.imageL, .imageR {
		margin: 12px 0;
	}

	.bodycolumns, .pulloutL, .pulloutR, .text, .textleft, .textright {
		margin: 0;
		width: 100%;
	}

	.textleft, .pulloutL {
		margin: 0 0 20px;
	}

	.productlogogrid {
		display: flex;
		flex-direction: column;
	}

	.descriptioncell {
		padding: 0;
	}

	.logocell {
		padding: 0 0 30px;
	}

	.videoandheader {
		flex-direction: column;
	}
	/*make video shrink to fit smaller screens */
	.video {
		position: relative;
		padding-bottom: 52.5%;
		padding-top: 20px;
		height: 0;
		overflow: hidden;
	}

		.video iframe, .video object, .video embed {
			position: absolute;
			top: 0;
			left: 0;
			max-width: 100%;
			width: 100%;
			height: 100%;
		}

	.videohead {
		text-align: right;
		margin: 1em 0 0;
	}

	.videotext {
		text-align: left;
		margin: 1em 0 0;
	}
}

@media screen and (min-width:900px) {
	#omtiheaderrow {
		gap: 30%;
	}

	#productheaderrow {
		gap: 19%;
	}

	#omtiheaderrightside {
		flex: 2 2 70%;
	}

	.topcontent, .maincontent {
		align-content: space-between;
	}

	.topcontent {
		margin: 2% 7% 0;
		padding: 2em 0 2em;
	}

		.topcontent h1 {
			margin-left: -36px;
		}

	.pullouttext h1 {
		margin-left: 0;
	}

	.maincontent {
		margin: 0 7%;
		padding: 10px 0 24px;
	}

	.flexrow {
		flex-direction: row;
	}

	.bodycolumns {
		flex-direction: row;
		align-content: space-between;
		flex: 0 0 auto;
	}

	.bodycol1, .bodycol2 {
		flex: 0 0 50%;
		display: flex;
		flex-direction: column;
	}

	.bodycol1 {
		padding: 0 24px 0 0;
	}

	.bodycol2 {
		padding: 0 0 0 24px;
	}

	.text, .hardleft {
		max-width: 800px;
		margin: 0;
		padding: 0;
	}

	.text {
		flex: 2 1 auto;
		justify-content: space-between;
	}

	.hardleft {
		display: grid;
		grid-template-columns: 200px auto;
		column-gap: 40px;
		justify-content: start;
	}

	.imageL {
		margin: 0 20px 0 0;
		order: 0;
		flex: initial;
	}

	.imageR {
		margin: 0 0 0 20px;
		flex: 2 1 auto;
		max-width: 400px;
	}

	.textleft, .textright, .videohead, .videotext {
		max-width: 580px;
	}

	.textleft {
		margin: 0 20px 0 0;
	}

	.pulloutR, .pulloutL {
		flex: 0 1 auto;
	}

	.pulloutR {
		margin: 0 0 0 24px;
	}

	.pulloutL > .darkpullout {
		margin: 0 24px 0 0;
	}

	.pullouttext {
		width: 350px;
	}

	.video {
		margin: 0 20px 0 0;
	}

	.textright, .videohead, .videotext {
		margin: 0.6rem 0;
		text-align: left;
	}

	.videoandheader {
		flex-direction: row;
		align-items: flex-end;
		width: 100%;
	}

	.margintop {
		margin-top: 2%;
	}

	.desktopnone {
		display: none;
	}

	.cols2 {
		-webkit-columns: 2 200px;
		-moz-columns: 2 200px;
		columns: 2 200px;
		-webkit-column-gap: 3em;
		-moz-column-gap: 3em;
		column-gap: 3em;
		-webkit-column-break-inside: avoid;
		break-inside: avoid;
	}

	.bounceuphigh {
		margin: -36px 0 0;
	}

	.bounceuphigher {
		margin: -48px 0 0;
	}

	.productlogogrid {
		display: grid;
		grid-template-columns: auto 200px;
		grid-template-rows: auto;
		column-gap: 24px;
		row-gap: 24px;
	}

	.descriptioncell {
		grid-column-start: 1;
		grid-column-end: 2;
		place-self: stretch;
		padding: 0 0 24px;
	}

	.logocell {
		grid-column-start: 2;
		place-self: center;
		padding: 0 0 30px;
	}
}

@media screen and (min-width:1175px) {
	#omtiheaderrow, #productheaderrow, footer {
		padding-right: 5%;
	}

	.omtilogo, .topproduct, .crumbs {
		margin: 0 0 0 3%;
	}

	#omtiheaderrightside, #productheaderrightside {
		max-width: 900px;
		margin: 5px 3% 0 0;
	}

	p, .resume h4 {
		font-size: 1.2rem;
	}

	.topcontent {
		margin: 2em 10% 0;
	}

	.maincontent {
		margin: 0 10%;
	}

	.textleft, .textright, .videohead, .videotext {
		flex: 1 1 auto;
	}

	.videoandheader .videotext {
		max-width: 500px;
	}

	.pullouttext {
		max-width: 450px;
	}

	.imageR {
		margin: 0 0 0 24px;
		flex: 1 0 0;
	}

	.imageL {
		margin: 0 24px 0 0;
		justify-self: center;
	}

	.text, .hardleft {
		max-width: 1100px;
	}

	.bodycol1 {
		padding: 0 30px 0 0;
	}

	.bodycol2 {
		padding: 0 0 0 30px;
	}

	.bounceup {
		margin: -24px 0 0;
	}

	.bounceuphigh {
		margin: -36px 0 0;
	}

	.bounceuphigher {
		margin: -48px 0 0;
	}
}

@media screen and (min-width:1400px) {
	#omtiheaderrow, #productheaderrow, footer {
		padding-right: 10%;
	}

	#omtiheaderrow {
		gap: 31%;
	}

	#productheaderrow {
		gap: 22%;
	}
}

@media screen and (min-width:1800px) {
	#omtiheaderrow, #productheaderrow, footer {
		padding-right: 15%;
	}

	#omtiheaderrow {
		gap: 25%;
	}

	#productheaderrow {
		gap: 20%;
	}

	.textleft, .textright, .videohead, .videotext {
		max-width: 750px;
	}

	.bounceup {
		margin: -24px 0 0;
	}

	.bounceuphigh {
		margin: -36px 0 0;
	}

	.bounceuphigher {
		margin: -48px 0 0;
	}
}

@media screen and (min-width:2100px) {
	#omtiheaderrow, #productheaderrow {
		padding-right: 20%;
	}

	footer {
		padding-right: 20%;
	}
}

@media print {
	* {
		background-color: transparent !important;
		color: #000 !important;
		text-shadow: none;
	}

	a {
		word-wrap: break-word;
	}

		a, a:visited {
			color: #000 !important;
			text-decoration: underline;
		}

			a:after {
				content: " (https://www.omti.com/" attr(href) ")";
			}

			a[href^="#"]:after {
				display: none;
			}

			a[href^="http://"]:after, a[href^="https://"]:after {
				content: " (" attr(href) ")";
			}

	abbr:after {
		content: " (" attr(title) ")";
	}

	.ir a:after {
		content: "";
	}
	/* Don't show links for images */
	p, li, .special {
		font: 12pt Georgia, "Times New Roman", Times, serif;
		line-height: 1.3;
		margin-bottom: .6em;
	}

	p, h1, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h1, h2, h3 {
		break-after: avoid;
	}

	h1 {
		font-size: 21pt;
	}

	h2 {
		font-size: 18pt;
	}

	h3 {
		font-size: 16pt;
	}

	img {
		max-width: 100%;
		height: auto;
		break-inside: avoid;
	}

	#container {
		padding: 0.5cm;
		vertical-align: top;
	}

	.flex, #container, #content, .stripe, .frontcontent, .topcontent, .maincontent, .bodycolumns, .flexrow, .flexcolumn, .more, .noindentcontent, .text, .hardleft, .pullouttext, .pulloutL, .pulloutR {
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	.table {
		width: 90%;
		max-width: 7.5in;
	}

	th, td, td li, td ul li {
		font-size: 90%;
	}

	.bodycol1, .bodycol2, .pullouttext {
		padding: 0;
	}

	.coloronepullout, .colortwopullout, .stripe, .stripe {
		background-color: transparent;
		color: #000000;
		border: 1pt solid #000000;
	}

	#omtiheaderrow, #productheaderrow, footer, .videoandheader, nav, .menu, .noprint {
		display: none;
	}
}
