@charset "UTF-8";
@font-face {
    font-family: 'ocr_bregular';
    src: url('OCR-B-webfont.eot');
    src: url('OCR-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('OCR-B-webfont.woff') format('woff'),
         url('OCR-B-webfont.ttf') format('truetype'),
         url('OCR-B-webfont.svg#ocr_bregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'alternate_gothic_fsno_3';
    src: url('AlternateGothicNo3-webfont.eot');
    src: url('AlternateGothicNo3-webfont.eot?#iefix') format('embedded-opentype'),
         url('AlternateGothicNo3-webfont.woff') format('woff'),
         url('AlternateGothicNo3-webfont.ttf') format('truetype'),
         url('AlternateGothicNo3-webfont.svg#alternate_gothic_fsno_3') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html, body {
	min-height: 100% !important;
}
body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #000000;
	font-size: 93.75%;
	line-height: 140%;
	color: rgb(0,0,0);
	font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility !important;
    font-weight: 300;
	background-repeat: no-repeat;
	background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: 2.5vw;
	color: #FF9900;
	text-decoration: none;
	line-height: 1em;
}
h4 {
	color: #00A0C6;
	font-weight: 700;
}
p {
	margin: 0px;
    padding: 0 0 3% 0;
}
p.small {
	font-size: .82em;
	padding-bottom: 0px;
}
p.search-snippet {
    padding: 0;
}
a {
	text-decoration: none;
	color: #00A0C6;
    transition: all 0.3s ease;
}
a:hover {
	text-decoration: none;
	color: #00A0C6;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.block ul {
	margin: 0px;
	padding: 0px;
}
li, li.leaf {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
form {
	margin: 0px;
	padding: 0px;
}
table {
  margin: 1em 0;
  width: 100%;
}
td, th {
	padding: .3em .5em;
	background-color: #000000;
	border-bottom-color: #333333;
}
td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
fieldset {
  border: none;
  margin-top: .5em;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0em;
}
optgroup {
	padding-left: 3px;
	font-style: normal;
}
strong {
    font-weight: 700;
}
em {
	font-style: italic;
}


#wiry {
	margin: 0px auto;
    height: 100%;
}
#wiry:after {
    content : "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(fuse.svg);
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 0.5;
    z-index: -1;
}
#wrapper {
	margin: 0px auto;
	width: 92.5%;
	text-align: left;
    position: relative;
}
header {
	width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#hheader {
	height: 155px;
	width: 1000px;
}
main {
	width: 100%;
    padding-top: 12%;
}
#homecontentt {
	padding-top: 15%;
}
#homecontentt .main{
    width: 98%;
    margin: 1%;
    padding: 0;
}
#homecontentt .main .left {
    width: 48%;
    margin-right: 2%;
    position: relative;
    float: left;
}
#homecontentt .main .right {
    width: 50%;
    text-align: left;
    float: left;
}
#designcontentt {
	width: 1000px;
}
#designcontentb {
	width: 1000px;
	height: 594px;
}
#logo {
    text-align: center;
    margin: 0px auto;
}
#logo img {
	width: 75%;
    height: auto;
    margin-top: -10%;
    opacity: .5;
}
#logo-print {
	padding-left: 20px;
	display: none;
}
#url {
	display: none;
}
#search {
	background-color: rgb(10,10,10);
	width: 32%;
	padding-top: 2%;
	padding-bottom: 2px;
    position: absolute;
    right: 1.25%;
}
#info {
	background-color: rgb(10,10,10);
	width: 80%;
	padding-left: 2%;
	padding-top: 2%;
    padding-bottom: 1%;
	padding-right: 1%;
    margin-top: 6%;
}
#info .left {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    font-size: 2vw;
    line-height: 85%;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 60%;
}
#info .right {
	font-family: 'ocr_bregular';
	font-size: 1vw;
	text-transform: uppercase;
	color: #fff;
    width: 40%;
}
#info .right strong {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility !important;
    font-size: 2vw;
    line-height: 85%;
    letter-spacing: 1px;
    color: rgb(255,255,255);
}
#mainnav {
	background-color: rgb(255,255,255);
	width: 87.5%;
	font-family: 'ocr_bregular';
	font-size: 1em;
	text-transform: uppercase;
    box-sizing: border-box;
    padding: 0;
}
#mainnav li {
	float: left;
    font-size: .95vw;
}
#mainnav li:first-child {
    margin-left: .5vw;
}
#mainnav li span {
	margin: .7vh 0 .6vh 0;
	padding: 0px .4vw;
    display: block;
    border-right: solid 1px rgb(0,0,0);
}
#mainnav li:last-child span{
	border: none;
}
#mainnav li a {
	padding: 6px .5vw 6px .5vw;
	line-height: 1em;
	color: #000;
    transition: all 0.3s ease;
}
#mainnav li a:hover {
	color: #fff;
	background-color: #000;
}
li.collapsed {
    padding: 0;
}
#title {
	background-color: rgb(10,10,10);
	height: auto !important;
	width: 100%;
    padding-top: 1%;
}
#title.portfolio {
    margin-left: 26%;
    margin-bottom: 1%;
    padding-bottom: 2%;
    width: 73%;
}
#title h1 {
	padding-left: 1%;
	width: 99%;
    margin-top: 2.5%;
    margin-bottom: 2%;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
#title.portfolio h1 {
	padding-left: .25%;
}
#title.portfolio .main {
    margin-top: 4vh;
    width: 100%;
    padding: 0;
}
#title.portfolio .main .content-left div div {
    margin: 0;
}
#title.portfolio .main .content-left {
    background-color: inherit;
    margin-left: 0;
}
#title.portfolio .main .content-left .player iframe {
    height: 50vh;
}
#content {
	width: 100%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	background-color: rgb(10,10,10);
}
#portfolio-home {
	width: 98%;
	background-color: #404040;
    margin: 0 1% 2% 1%;
    padding: 1.5%;
}
#portfolio-content {
	width: 956px;
	background-color: #404040;
}
#video-player {
	background-color: #0F0F0F;
    padding: 0 1% 25px 1%;
}
.player iframe {
    width: 100%;
}
footer {
	width: 98%;
	color: rgba(255,255,255,0.4);
	font-size: 0.75em;
    line-height: 3em;
	padding-right: 1%;
	padding-left: 1%;
	background-color: rgb(10,10,10);
    box-sizing: border-box;
    margin: 0 1%;
}
footer a {
	color: rgba(255,255,255,0.5);
	font-weight: bold;
}
footer a:hover {
	color: #00A0C6;
}


.col {
	margin: 0px;
	padding: 0px;
	float: left;
}
.all {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.full {
	width: 960px;
}
.sidebar {
	width: 25%;
	padding-left: 1%;
	padding-right: 1%;
    box-sizing: border-box;
    margin-top: 7%;
    margin-bottom: 2.5%;
}
header .sidebar {
    margin-top: inherit;
}
main nav.pageadmin {
    position: fixed;
    right: 0;
    top: 40px;
    background-color: rgba(255,255,255,0.6);
    height: 80px;
    width: 40px;
}
main.full nav.pageadmin {
    right: 0%;
    left: inherit;
}
ul.primary {
    border-bottom: none;
    border-collapse: inherit;
    height: inherit;
    line-height: inherit;
    list-style: none;
    margin: inherit;
    padding: inherit;
    white-space: inherit;
}
main nav.pageadmin > ul > li > ul {
    height: 0px;
    overflow: hidden;
    position: absolute;
    padding: 0px 10px;
    width: 130px;
    top: 40px;
    right: 40px;
    font-size: 14px;
    line-height: 40px;
    transition: all 0.3s ease;
}
main.full nav.pageadmin > ul > li > ul {
    left: -150px;
}
main nav.pageadmin > ul > li {
    width: 100%;
    height: 50%;
    font-size: 0;
    line-height: 0;
    display: inherit;
}
main nav.pageadmin > ul > li:after, main nav.pageadmin > ul > li > a:after {
	font-family: FontAwesome;
    font-size: 20px;
    text-indent: 0;
    display: block;
    line-height: normal;
    font-weight: normal;
}
main nav.pageadmin > ul > li > a {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
}
main nav.pageadmin > ul > li > a:hover {
    color: rgb(0,0,0);
}
main nav.pageadmin ul li.edit a:after {
    content: '\f040';
    line-height: 40px;
    text-align: center;
    height: 100%;
}
main nav.pageadmin > ul > li.other:after {
    content: '\f142';
    line-height: 40px;
    text-align: center;
}
main nav.pageadmin > ul > li.other {
    color: #00A0C6;
    transition: all 0.3s ease;
}
main nav.pageadmin > ul > li.other:hover {
    cursor: pointer;
    color: rgba(0,0,0,1);
}
main nav.pageadmin > ul > li.other.active {
    color: rgba(0,0,0,1);
}
main nav.pageadmin ul.display {
    height: inherit;
    background-color: rgb(230,230,230);
}
main nav.pageadmin ul.display li a {
    display: block;
}
main ol, main ul {
    margin-bottom: 3%;
}
.home-info {
	width: 75%;
	background-color: #FFFFFF;
	padding: 3%;
    margin-top: 15%;
    margin-bottom: 4%;
    box-sizing: border-box;
    float: right;
}
.home-info #title {
    background-color: transparent;
    text-align: center;
    padding: 0;
}
.home-info #title h1 {
    text-transform: uppercase;
    margin-bottom: 4%;
    margin-top: 1.5%;
}
.home-infopad {
	padding-right: 20px;
	padding-left: 20px;
}
.home-slideshow {
	background-color: #000000;
	width: 100%;
	padding: 2%;
	margin-bottom: 4%;
    box-sizing: border-box;
}
.home-slideshow iframe {
    width: 100%;
}
.home-ss div {
	width: 489px;
	height: 325px;
}
.home-ss div img {
	display: block;
	margin: 0px auto;
}
.home-slideshow .controls {
	padding: 5px 0px;
	height: 30px;
}
.sscaption {
	width: 330px;
	margin-right: 20px;
	float: left;
	color: #999;
}
.ssright {
	width: 139px;
	float: right;
	text-align: right;
	font-weight: bold;
}
.ssright a {
	padding-right: 7px;
	border: none;
}
.sspager {
	float: left;
	font-size: .82em;
}
.sspager a:hover, .sspager a.active {
	color: #666;
}
.ssplaypause {
	float: right;
	border-left: solid 1px #666;
	padding-left: 7px;
}
.ssplaypause  a#ssplay, .ssplaypause  a#sspause {
	text-indent: 999em;
	overflow: hidden;
	float: right;
	width: 7px;
	display: block;
	background-image: url(ss-play.gif);
	background-repeat: no-repeat;
	background-position: left -16px;
}
.ssplaypause  a#sspause {
	background-image: url(ss-pause.gif);
	padding-right: 0px;
}
.ssplaypause  a#ssplay:hover, .ssplaypause  a#sspause:hover, .ssplaypause  a#ssplay.active, .ssplaypause  a#sspause.active {
	background-position: left top;
}
.home-popular {
	background-color: rgb(10,10,10);
	width: 66%;
    padding: 2.5%;
    box-sizing: border-box;
    float: right;
}
.home-popularpad {
	background-image: url(home-popular.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 185px;
	width: 360px;
	padding-top: 15px;
	padding-left: 159px;
}
.home-contact {
	width: 481px;
}
.slideshow {
	width: 73.5%;
    margin-right: 1.5%;
	background-color: rgb(10,10,10);
    box-sizing: border-box;
    padding: 1.5%
}
.slick-prev, .slick-next {
    height: 30px;
    width: 30px;
    z-index: 99;
}
.slick-prev:before, .slick-next:before {
    font-size: 30px;
}
.slick-prev:before,
.slick-next:before
{    transition: all 0.3s ease;
}
.slick-prev {
    left: 5px;
}
.slick-next {
    right: 5px;
}
.slick-initialized .slick-slide {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.slick-slide img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.media--background {
    background-size: contain;
}
div.media.media--image.media--background.media--loaded {
    height: 100%;
}
.main {
	width: 75%;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
    position: relative;
}
.form-select {
	width: 50%;
}
.right {
	text-align: right;
	width: 50%;
}
.port-right {
	width: 25%;
}
.content-all {
    background-color: #FFFFFF;
    width: 98%;
    box-sizing: border-box;
    margin: 2% 1% auto 1%;
    padding: 2%;
}
.content-left {
	width: 64%;
	margin-right: 2%;
	background-color: rgb(255,255,255);
	margin-left: 1%;
}
.content-left a {
	color: rgba(0,0,0,0.5);
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
    font-weight: 500;
}
.content-left a:hover {
	color: #000000;
}
.address, .home-email, .home-social h4 {
    font-family: 'ocr_bregular';
	font-size: 90%;
	line-height: 1em;
	text-transform: uppercase;
}
.address {
	padding: 2.5% 0 2% 4%;
	width: 75%;
	background-color: #fff;
	margin-bottom: 10px;
}
.home-email {
	width: 82.5%;
	margin-bottom: 4%;
    float: right;
}
.home-email a {
	display: block;
    background-color: rgb(10,10,10);
	padding: 1% 0 1% 8%;
	color: #fff;
    box-sizing: border-box;
}
.home-email a:hover{
	color: #00A0C6;
}
.home-social h4 {
    color: rgb(255,255,255);
    font-weight: normal;
    position: absolute;
    left: 7.5%;
    top: 27.5%;
    line-height: 24px;
}
.title-nav {
	width: 691px;
	padding-right: 15px;
	padding-left: 15px;
}
.title-left {
	color: #808080;
	margin-top: 10px;
	font-size: 0.91em;
	height: 18px;
    background-color: rgb(10,10,10);
}
.title-left a {
	color: #cccccc;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.title-left a:hover {
	color: #00A0C6;
}
.content-right {
	width: 32%;
	margin-right: 0px;
}
.title-right {
	color: #666666;
	margin-top: 2.5%;
    margin-right: 1%;
	height: 5%;
    float: right;
    position: relative;
}
.title-right .navleft a {
	color: #999999;
}
.title-right .navleft a:hover {
	color: #00A0C6;
	text-decoration: none;
}
.title-right .navright {
	width: 175px;
	padding-top: 32px;
	color: #808080;
}
.title-right .form-select {
	background-color: #000000;
	width: 100%;
	color: #FFFFFF;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-size: 1em;
}
.admin-title {
	padding-right: 15px;
	padding-top: 30px;
}


.page-title {
	padding-top: 10px;
	background-color: #000000;
	padding-bottom: 3px;
}
.page-title h1 {
	display: inline;
}
.page-title h5.small {
	color: #666666;
	font-size: 1.17em;
	float: right;
	text-align: right;
}
.page-title h2, .page-title h3 {
	font-size: 1em;
	color: #00A0C6;
	text-decoration: none;
	line-height: 1em;
	text-transform: uppercase;
	display: inline;
}
.page-title h2 a, .page-title h3 a {
	color: #00A0C6;
	text-decoration: none;
}
.page-title h2 a:hover, .page-title h3 a:hover {
	color: #FF9900;
}
.subnav {
	background-color: rgba(0,0,0,0.6);
    padding: 8%;
    padding-top: 4%;
}
.subnav ul {
	width: 100%;
    margin: 0% auto;
    box-sizing: border-box;
}
.subnav li {
	color: #00A0C6;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
	font-size: 73.33%;
	letter-spacing: 1px;
	line-height: 145.45%;
	padding-left: 7.5%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
#subnav li {
	padding-top: 4px;
	margin-bottom: 3px;
    position: relative;
}
.subnav h4.title {
	padding-left: 0px;
	text-transform: none;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 1em;
	letter-spacing: 0px;
	border-top: none;
    font-size: 81.25%;
}
.subnav ul ul {
	padding-top: 2px;
	padding-bottom: 6px;
	background-image: none;
	padding-right: 0px;
	padding-left: 0px;
    background-color: inherit;
    display: none;
}
#subnav li ul li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
}
.subnav li a, .subnav li.expand {
	color: #cccccc;
    display: block;
    transition: all 0.3s ease;
}
.subnav li a.active {
	color: #00A0C6;
}
.subnav li a:hover, .subnav li.expand:hover {
	color: #00A0C6;
	text-decoration: none;
}
.subnav li.expand:hover {
    cursor: pointer;
}
.subnav li.expand:before {
    content: '+';
    position: absolute;
    left: 2.5%;
    transform: translateX(-2.5%);
}
.subnav li.expand.collapse:before {
    content: '–';
}
.subnav li li {
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	line-height: 14px;
}
.product-data, .content {
	padding: 3%;
}
.product-data ul, .content ul, product-data ol, .content ol {
	padding-bottom: 10px;
}
#colorbox .content {
    padding: 0;
}
.content p.resource-download-link {
	text-align: right;
}
.content ul.page-list {
	padding-bottom: 0px;
}
.product-data ul li, .content ul li {
	background-repeat: no-repeat;
    text-indent: -15px;
    padding-left: 15px;
}
.product-data li:before, .content li:before {
    content: '— ';
}
.product-data ol li:before, .content ol li:before {
    content: none;
}
.product-data ol li, .content ol li {
	list-style-type: decimal;
	list-style-position: inside;
	background-image: none;
	padding-left: 0px;
}
.holder {

}
.scroll-pane {
	width: 706px;
	overflow: auto;
	float: left;
	height: 578px;
}
.content h1 {
	padding-bottom: 12px;
}
.content .page-list p {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.content ul.page-list li, .content .page-list ol li {
	background-image: none;
	padding-left: 0px;
	margin-bottom: 10px;
}
.content ul.page-list li li {
	margin-bottom: 0px;
	border-bottom-style: none;
}
.content ul.page-list p.date, .content p.date {
	padding-bottom: 0px;
	margin-bottom: 0px;
	color: #666666;
	font-size: .91em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content ul.page-list h4 {
	padding-bottom: 0px;
	font-size: 1em;
}
.content .package {
  margin-top: 10px;
}
.content .package h4 {
	text-transform: uppercase;
	padding-bottom: 2px;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.content .package ul.credits li {
	float: left;
	padding: 0px;
	background-image: none;
}
.product-data ul.credits li:before {
    content: none;
}
.content .package ul.credits li.dateleft {
	width: 45px;
	color: #808080;
}
.content .package ul.credits li {
	width: 295px;
	padding-bottom: 15px;
}
.content .package ul.credits li li {
	padding-bottom: 3px;
}
.product-info h4 a, .content h4 a {
	color: #666666;
	font-weight: bold;
}
.admin-title      {
	color: #00A0C6;
}
.readmore a, .content-left .readmore a {
	color: #00A0C6;
	font-size: 0.91em;
	font-style: italic;
	border-bottom-style: none;
}
.readmore a:hover, .seeall a:hover, .content-left .readmore a:hover {
	color: #666666;
}
.product-info a:hover, .content a:hover {
	color: #00A0C6;
}
.product-info, .more-info {
	background-repeat: repeat-x;
	background-position: left top;
}
.port-info {
	background-repeat: repeat-x;
	background-position: left top;
}
.product-info .block, .more-info .block {
  background-image: linear-gradient(to right, #00A0C6 55%, rgba(10, 10, 10, 0) 55%);
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;	padding-bottom: 10px;
	padding-top: 6px;
	color: rgba(255,255,255,0.5);
}
.product-info .block p {
    font-size: .875rem;
    line-height: 1.375em;
}
.content-left hr {
  background-image: linear-gradient(to right, #666666 55%, rgba(255, 255, 255, 0) 55%);
  background-position: top;
  background-size: 12px 1px;
  background-repeat: repeat-x;	padding-bottom: 10px;
    border: none;
    padding: 0;
    margin: 0 0 5% 0;
}
.content-left div div {
    margin-bottom: 5%;
}
.content-left div.product-image div {
    margin-bottom: inherit;
}
.product-info .block h4, .more-info .block h4 {
    font-size: 81.25%;
}
.port-info .block {
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 10px;
	padding-top: 6px;
	color: #808080;
}
.port-info p {
	color: #FFFFFF;
}
.page-title  h5.small        {
	padding-bottom: 3px;
}
ul#prod-nav {
	padding-top: 2px;
}
.product-info .block ul, .port-info .block ul, .more-info .block ul {
	padding-left: 0px;
    position: relative;
}
.product-info .block li, .more-info .block li {
	text-transform: uppercase;
	font-size: 86.67%;
    font-weight: 500;
	padding-bottom: 3px;
	line-height: 1.66em;
}
.product-info > .block.expandable > ul > li {
    padding-left: 4%;
}
.product-info > .block > ul.image > li {
    padding: inherit;
}
.product-info > .block > ul > li .dotted {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
}
.product-info > .block > ul > li .dotted:hover {
    cursor: pointer;
    color: #00a0c6;
}
.product-info > .block.expandable > ul > li:before {
    content: '+';
    color: rgb(255,255,255);
    position: absolute;
    left: 0%;
    transform: translateX(-0%);
}
.product-info > .block > ul > li > ul {
    display: none;
}
.product-info .block li li, .more-info .block li li {
	padding-bottom: 0px;
	font-size: 1em;
    text-indent: -15px;
    padding-left: 15px;
}
.product-info .block ul.image, .more-info .block ul.image {
	padding-top: 4px;
	padding-bottom: 4px;
}
.product-info .block ul.image li:before, .more-info .block ul.image li:before {
    content: none;
}
.product-info .block ul.image li, .more-info .block ul.image li {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}
.product-info .block ul.image li:nth-child(3n), .more-info .block ul.image li:nth-child(3n) {
	margin-right: 0;
}
.product-info .block ul.image li img, .more-info .block ul.image li img {
	border: 1px solid #000000;
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.product-info .block ul.image li img:hover, .more-info .block ul.image li img:hover {
	border: 1px solid #00A0C6;
}
.product-info .block a, .more-info .block a {
	color: #cccccc;
	text-transform: none;
	line-height: 1.36em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
    font-weight: 500;
	border-bottom-color: #666666;
}
.port-info .block a, .port-info .block li a {
	color: #999999;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.product-info .block li li a, .more-info .block li li a {
	color: #cccccc;
	text-transform: none;
	line-height: 136%;
}
.product-info .block a:hover, .more-info .block a:hover, .port-info .block a:hover, .port-info .block a:hover {
	color: #00A0C6;
	text-decoration: none;
}
.product-info .block li li:before, .more-info .block li li:before {
    content: '— ';
}
.product-info .block ul.image li a, .more-info .block ul.image li a {
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	border-bottom-style: none;
	width: 100%;
}
.product-info .block ul.image li a div, .more-info .block ul.image li a div {
	padding-top: 4px;
}
.category {
	margin-bottom: 1.5%;
}
.prodgroup h4, .prodhome h4, .category h3, ul.videolist h4 {
	font-size: 1.07em;
	padding: 5% 0 1% 0;
	color: rgb(0,0,0);
}
.product-image {
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.product-image img {
    max-width: 100%;
    height: auto;
}
ul.videolist h4 {
	color: #999;
}
ul.prodlist {
    position: absolute;
    z-index: 100;
    width: 100%;
}
ul.prodlist ul {
    display: none;
    font-weight: 500;
    margin-bottom: 3%;
    margin-top: 3%;
    font-size: 93.33%;
    line-height: 1.66em;
}
ul.prodlist ul li {
    padding-bottom: 3px;
}
ul.prodlist ul a {
    transition: all 0.3s ease;
    color: #ccc;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666666;
}
ul.prodlist ul a:hover {
    color: #00A0C6;
}
ul.prodlist > li {
    width: 100%;
    padding: 1% 2%;
    border: solid 1px rgba(255,255,255,0.6);
    border-radius: 5px;
    color: rgba(255,255,255,0.8);
    background-color: rgb(0,0,0);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 93.75%;
    box-sizing: border-box;
}
ul.prodlist > li ul {
    cursor: default;
}
ul.prodlist > li:hover {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,0.75);
}
ul.prodlist > li:after {
    content: '\f13a';
    position: absolute;
    right: 2%;
    top: 0;
    line-height: 1em;
	font-family: FontAwesome;
    font-size: 135%;
    line-height: 160%;
    color: rgba(255,255,255,0.6);
    transition: all 0.3s ease;
}
ul.prodlist > li.open {
    -webkit-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.6);
    -moz-box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.6);
    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.6);
}
ul.prodlist > li.open:after {
    content: '\f139';
}
ul.prodlist > li:hover:after {
    color: rgba(255,255,255,0.8);
}
.prodhome a {
    color: rgb(0,0,0);
}
.prodhome a h4, ul.videolist a h4 {
	color: #00a0c6;
    transition: all 0.3s ease;
}
.prodhome a h4 .dotted, ul.videolist a h4 .dotted {
    border-bottom: dotted 1px #999999;
}
ul.videolist a h4  {
	color: #999;
	border-bottom-color: #666;
}
.prodhome a:hover h4, .prodhome a:active h4, ul.videolist a:hover h4, ul.videolist a:active h4 {
    color: rgb(50,50,50);
}
.category h3 {
	padding: 0;
    font-weight: 700;
    border-top: solid 5px #e6e6e6;
    width: 98.5%;
    padding-top: 1.25%;
    margin-top: 1.5%;
}
.seeall {
	width: 100%;
	padding-top: 10px;
	font-size: 0.91em;
	font-style: italic;
}
.prodhome {
    width: 101.5%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.prodhome li {
	display: inline-block;
    width: calc(100% * (1/4) - 1.5%);
    margin: 0 1.5% 1vw 0;
}
.prodhome li:nth-child(4n) {
    margin-right: 0;
}
.prodhome li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
}
.prodhome li a:hover img, .prodhome li a:active img, ul.prodgroup li img:hover {
    opacity: .8;
}
.prodhome figure {
    font-size: 93.33%;
}
.prodhome-item p {
	padding-bottom: 6px;
}
.prodhome .form-select {
	width: 154px;
	margin-bottom: 4px;
}
.prodhome figure div.tnail {
    width: 100%;
    height: 0;
    padding-top: 71.42857%;
    position: relative;
}
.prodhome figure div.tnail:after {
    padding-top: 75.13513%;
    display: block;
    content: '';
}
ul.prodgroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: .75%;
    grid-column-gap: 3%;
}
ul.prodgroup li {
	width: inherit;
    margin-right: inherit;
	margin-bottom: inherit;
    float: inherit;
    padding: 0;
    text-indent: 0;
}
ul.prodgroup li img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease;
}
.product-data ul.prodgroup li:before {
    content: none;
}
.content-left ul.prodgroup li a {
    border: none;
}
.product-homenew {
	height: 114px;
	width: 100%;
}
.product-homenew img {
	float: left;
	padding-right: 15px;
}
.product-homenew p {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
}
.more-info p {
    font-size: 86.67%;
    font-weight: 500;
    line-height: 136%;
}
.more-info a {
	color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.more-info a:hover {
	color: #00A0C6;
	text-decoration: none;
}
.portfolio-nav ul, ul.portfolio-nav {
	padding-left: .25%;
}
.portfolio-nav ul li, ul.portfolio-nav li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.5);
	font-size: 0.91em;
	line-height: 1.2em;
	color: #666666;
	margin-bottom: 4px;
	margin-top: 6px;
}
.portfolio-nav ul li:first-child, ul.portfolio-nav li:first-child {
    padding-left: 0;
}
.portfolio-nav ul li:last-child, ul.portfolio-nav li:last-child {
    border: none;
}
.portfolio-nav ul li a, ul.portfolio-nav li a {
	color: #00A0C6;
	text-decoration: none;
	font-weight: 500;
    transition: all 0.3s ease;
}
.portfolio-nav ul li a.selected, ul.portfolio-nav li a.selected {
	color: #FF9900;
}
.portfolio-nav ul li a:hover, ul.portfolio-nav li a:hover {
	color: #FF9900;
}
ul.port-thumbs li {
	float: left;
    width: 18.8%;
    position: relative;
}
ul.port-thumbs.video li a {
	display: block;
    width: 100%;
    padding-bottom: 75.135%;
    position: relative;
}
ul.port-thumbs.video li a:after {
    content: '\f144';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1em;
	font-family: FontAwesome;
    font-size: 36px;
    text-indent: 0;
    color: rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}
ul.port-thumbs.video li a:hover:after {
    color: rgba(255,255,255,0.8);
}
ul.port-thumbs li:nth-child(5n + 7) {
    margin-right: 0;
}
ul.port-thumbs li img {
	width: 100%;
    height: auto;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease;
}
ul.port-thumbs.video li img {
    object-fit: cover;
    height: inherit;
    display: inherit;
    position: absolute;
    top: 0;
    left: 0;
}
ul.port-thumbs li a h4 {
    position: absolute;
    bottom: 0%;
    padding: 3%;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.75);
    color: rgba(255,255,255,0.75);
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 93.33%;
    line-height: 125%;
    font-weight: 500;
}
ul.port-thumbs li a:hover h4 {
    opacity: 1;
}
ul.port-thumbs li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.item-list ul li {
    margin: inherit;
    margin-right: 1.5%;
    margin-bottom: 1.33vw
}
.portfolio-nav .item-list ul, .portfolio-nav .item-list ul li {
  margin: inherit;
}
.home-welcome {
	padding-bottom: 12px;
	text-align: center;
	font-family: 'alternate_gothic_fsno_3';
	font-size: 3.27em;
	line-height: 1em;
	text-transform: uppercase;
}
.home-info p {
	text-align: center;
	padding: 0;
}
.home-info h4 {
	text-align: center;
	padding-bottom: 5px;
	display: block;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	padding-top: 12px;
}
.home-info ul {
	padding-bottom: 13px;
}
.home-info li {
	text-align: center;
}
.home-info a {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.home-info a.reellink {
	padding-bottom: 0px;
	border: none;
	height: 20px;
	display: block;
}
.home-info a:hover {
	color: #00A0C6;
}
.home-contact img {
	padding-bottom: 10px;
}
.home-social {
	width: 40%;
	padding: 1% 2%;
    margin-bottom: 7.5%;
    float: right;
	background-color: rgb(75,75,75);
    box-sizing: border-box;
    position: relative;
}
.home-social ul {
    margin-left: 55%;
}
.home-social li {
	float: left;
	padding-left: 5%;
    font-size: 0;
    line-height: 0;
    height: 36px;
    width: 36px;
}
.home-social li:after, .home-social li a:after {
    font-family: FontAwesome;
    font-size: 36px;
    text-indent: 0;
    display: block;
    line-height: normal;
    font-weight: normal;
}
.home-social li a {
    height: 100%;
    width: 100%;
    display: block;
}
.home-social li a:after {
    line-height: 36px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}
.home-social li a:hover:after {
    color: rgb(255,255,255);
}
.home-social li a.facebook:after {
    content: '\f082';
}
.home-social li a.twitter:after {
    content: '\f081';
}
.home-social li a.instagram:after {
    content: '\f16d';
}
.home-social li.twitter {
	margin-top: 1px;
}
.home-contact .home-social img {
	padding: 0px;
}
.home-popular a {
	color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.home-popular a:hover {
	color: #00A0C6;
}
.home-popularlist {
	width: 165px;
	padding-right: 15px;
}
.home-popularlist h4 {
	color: #00A0C6;
	padding-bottom: 5px;
}
.home-popularlist li {
	font-weight: normal;
	padding-bottom: 3px;
	color: #666666;
}
a.home-reel {
    font-family: 'NewsGothicFSMediumRegular';
    -webkit-font-smoothing: antialiased;
    font-size: 1.27em;
    line-height: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #999;
    background-color: #333;
    padding: 10px;
    display: block;
    border: none;
    border-radius: 8px;
    margin: 20px 0px 10px 0px;
}
a.home-reel:hover {
	background-color: #000;
}
.admin, #first-time {
	padding-right: 15px;
	padding-left: 15px;
	width: 675px;
	color: #666666;
	text-align: left;
	background-color: #0f0f0f;
}
.search-wrap .formleft {
	width: 66%;
}
.title-right  .navright {
	width: 100px;
}
.form-search, .search-wrap .form-text {
	width: 100%;
	background-color: #CCCCCC;
	border: none;
	font-size: 1em;
	margin: 0px;
    padding: 3px 5px 2px 5px;
}
.form-select {
	margin: 0px;
	width: 175px;
	font-size: 0.91em;
	color: #333333;
	height: 17px;
	line-height: 1.5em;
	border: 1px solid #999999;
}
.search-wrap .form-submit {
	border: none;
	background: none;
	padding: 4px;
    margin-left: 5px;
	color: #fff;
	font-family: 'ocr_bregular';
	font-size: 1.1vw;
	text-transform: uppercase;
    transition: all 0.3s ease;
}
.search-wrap .form-submit:hover {
    color: #00A0C6;
    cursor: pointer;
}
li.first, ul.portfolio-nav li.first {
	padding-left: 0px;
}
li.last, ul.portfolio-nav li.last {
	border-right-width: 0px;
	border-right-style: none;
}
ul li.leaf, ul li.collapsed {
    list-style-image: none;
    list-style: none;
}
ul.videolist li {
	float: left;
	vertical-align: top;
	padding-right: 18px;
	padding-bottom: 20px;
	width: 207px;
}
ul.videolist li.last {
	padding-right: 0px;
}
ul.videolist li.clear {
	width: 0px;
	padding: 0px;
}
ul.videolist li img {
	border: solid 1px #333;
}.video
.messages {
	padding: 15px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
align-center {
	text-align: center;
}
.orange {
	color: #ff9900;
	font-weight: bold;
}
.twentybot {
	margin-bottom: 20px;
}
.floatright {
	float: right;
	text-transform: none;
}
.nomargin {
	margin: 0px;
}
.nopad {
	padding: 0px;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}

html.js fieldset.collapsible .fieldset-wrapper {
	overflow: visible;
}
.search-advanced .criterion {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color: #F3F3F3;
	float: none;
}
.search-advanced .criterion .form-select {
	height: auto;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.form-item label {
	padding-bottom: 2px;
}
.form-item {
	margin-top: .5em;
	margin-bottom: .5em;
}
.form-actions {
    margin: 0px;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
  display: block;
  box-sizing: border-box;
  padding: 1%;
  margin: 0 0 1% 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 100%;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: solid 1px #dcdcdc;
  transition: box-shadow 0.3s, border 0.3s;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus {
  outline: none;
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #FF9900;
}
.search-wrap input[type="text"]:focus {
    border: none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 75%;
  color: rgba(0,0,0,0.4);
}
::-moz-placeholder { /* Firefox 19+ */
  font-size: 75%;
  color: rgba(0,0,0,0.4);
}
:-ms-input-placeholder { /* IE 10+ */
  font-size: 75%;
  color: rgba(0,0,0,0.4);
}
:-moz-placeholder { /* Firefox 18- */
  font-size: 75%;
  color: rgba(0,0,0,0.4);
}
.form-item .description {
    color: rgba(0,0,0,0.6);
}
.search-wrap .form-item {
	margin: 0px;
}
.search-results .title {
    font-size: inherit;
}
.search-form legend {
    margin-bottom: 5%;
}
html.js fieldset.collapsed .fieldset-legend {
    background-position: 0px 50%;
}
html.js fieldset.collapsible .fieldset-legend {
    background-position: 0px 65%;
}
.issue {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #333333;
}
.comment {
	padding: 10px;
	width: 66%;
	margin-bottom: 1em;
	margin-top: .5em;
	border: 1px solid #333333;
}
.submitted {
	font-size: .92em;
	font-style: italic;
}
#project-information fieldset .form-item,
#case-information fieldset .form-item {
  float: none;
}
ul.primary li a {
    background-color: inherit;
    border-color: inherit;
    border: none;
    margin-right: inherit;
    padding: inherit;
}
ul.primary li.active a {
    background-color: inherit;
    border: none;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #000000;
	padding: 5px;
	color: #FFFFFF;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 1em;
	color: #00A0C6;
}
#tooltip div.body {
	color: #cccccc;
}

ul.pager li {
	background: none;
	padding: 0px 5px;
	color: #666;
	float: left;
}
ul.pager li a {
	color: #00A0C6;
}
ul.pager li a:hover {
	color: #fff;
}
ul.tweets-pulled-listing {
	margin-top: 5px;
}
div.tweets-pulled-listing div.tweet-authorphoto {
	margin: 3px 10px 0 0;
}
.more-info .block ul.tweets-pulled-listing li .tweet-text {
	text-transform: none;
	font-size: 1.22em;
}
.more-info .block ul.tweets-pulled-listing li .tweet-time {
	font-size: .82em;
}

.emvideo, .video-js-box {
	margin: 0px 15px;
}
.video-js {
    width: auto !important; /* override the plugin's inline dims to let vids scale fluidly */
    height: auto !important;
}

.video-js video {position: relative !important;}
 /* The video should expand to force the height of the containing div.
 One in-flow element is good. As long as everything else in the container
 div stays `position: absolute` we're okay */

.video-js .vjs-big-play-button {
    top: 50%; /* errrr, why isn't the play button centered in the default skin? :) */
    left: 50%;
    margin:-4em 0 0 -6em; /* the old negative margin trick */
    transform: translate(-50%, -50%);
}

.video-js video {height: auto !important}

.vjs-poster {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.slick-dots {
    bottom: 20px;
}
.slick-next::before, .slick-prev::before {
    opacity: 1;
    color: rgba(255,255,255,0.3);
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    color: rgba(255,255,255,0.8);
}
