/************************* NOTICE ***********************\

- THIS FILE SHOULD BE USED FOR CUSTOM CSS MODIFICATIONS -

- Using this file for CSS modifications rather than
modifying Style.css directly will allow your site to
receive template updates in the future.

\************************* NOTICE ***********************/

/* OVERALL */
body {-webkit-font-smoothing: auto;}
.wrap{border-top:0;}
.center{text-align:center;}

  
/* HEADER */
header.main{
	width:100%;
	padding:0;
	background:#2d2d2d;
}
header .headerInner{
	width:1000px;
	max-width:100%;
	margin: 0px auto;
	padding:30px 15px 0px;
	position:relative;
}
header.main ul.inline-list{overflow:visible;}
header.main .account-links a,
header.main .account-links div{color:#a2a2a2;}
header.main .account-links .phone-number span{
	color:#ebebeb;
	font-weight:bold;
	font-size:14px;
	margin-left:5px;
}

header.main .searchIcon{
	position:relative;
	padding:7px 5px 8px 8px;
}
header.main .searchIcon i{
	color:#A2A2A2;
	cursor:pointer;
}
header.main .searchIcon div{
	display:none;
	background:#fff;
	padding:10px;
}
/*header.main .searchIcon:hover div{
	display:block;
	position:absolute;
	right:0;
	top:100%;
}*/

header.main .searchIcon:hover .searchWrap{
	display:block;
	position:absolute;
	right:0;
	top:100%;
}

header.main .searchIcon:hover{
	background:#fff;
}
.searchIcon .search-form{margin:0;}
.searchIcon .search-form #search_query,
.searchIcon .search-form #search_query:focus{
	width:180px;
	border:1px solid #ededed;
	height:25px;
	font-size:12px;
}
.searchIcon .search-form button{
	line-height:24px;
	font-size:12px;
	background:#7CC0E8;
	color:#000;
}


/* NAVIGATION */
header.main .main-menu.nav > ul > li > a{
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	text-transform:none;
}
header.main .main-menu.nav > ul > li > a:not(.parent-expand-link) {
	padding: 5px 40px 15px 0;
}
.toggleMenu, .toggleMenu:hover, .toggleMenu:focus,
header.main .main-menu .toggleMenu i{color:#fff;}
.toggleMenu.active,
header.main .main-menu .toggleMenu.active i{color:#7CC0E8;}
.main-menu .category-list ul{display:none;}

.subNav{background:#000;}
.subNavInner{
	max-width:100%;
	width:1000px;
	margin:0 auto;
}
.subNav ul li{
	list-style:none;
	display:block;
	float:left;
	position:relative;
}
.subNav ul li a{
	color:#e6e2e2;
	padding:8px 20px 8px 0;
	display:block;
	font-size:13px;
	margin:0 8px;
	font-family: 'Roboto', sans-serif;
	font-weight:500;
}
.subNav .category-list,
.subNav > ul{
	max-width:100%;
	width:1000px;
	margin:0 auto;
	padding:0 15px;
}

.subNav ul li:first-child > a{margin-left:0;}
.category-list li.activeItem:after,
.subNav > ul li.activeItem:after{
	content:'';
	background:url('//cdn11.bigcommerce.com/s-2cnws/templates/__custom/images/arrowThin.png?t=1734132087');
	display:block;
	width:35px;
	height:9px;
	position:absolute;
	left:30%;
	bottom:-1px;
	margin-left:-14px;
}
/*.main-menu .category-list li.activeItem:after{bottom:-22px;}*/
.subNav .category-list li.activeItem:after,
.subNav > ul li.activeItem:after{bottom:0;}

/* HOME PAGE */
/* carousel */
.orbit-wrapper{margin-bottom:-23px;}
.orbit{margin:0; background: #000}
.orbit img.fluid-placeholder{max-width:100%; width:auto;}
ul.orbit-bullets{
	position:relative;
	top:-30px;
	display:block;
	text-align:center;
	margin:0 !important;
	left:auto;
	right:auto;
}
ul.orbit-bullets li{
	display:inline-block;
	float:none;
}

.greyWide{background:#fff;}

/* bxSlider */
.bxsliderWrap{
	border:none;
	margin-bottom:40px;
	display:inline-block;
	background:#fff;
}
.bxsliderWrap .bx-wrapper{
	padding-top:15px;
	margin:0 auto 30px;
}
.bxsliderWrap .bx-wrapper .bx-viewport{margin-bottom:20px; left:0;}
.bx-wrapper .bxslider img {
	display:inline-block !important;
	vertical-align:middle;
	max-width:53% !important;
	margin:0 3%;
}
.bx-wrapper .bx-viewport{box-shadow:none !important;}
.slideCaption{
	padding-left:50px;
	display:inline-block;
	vertical-align: middle;
	max-width:38%;
}
.slideCaption p{
	font-size:25px;
	margin:0;
	color:#868585;
	line-height:1.1;
}
.slideCaption p strong{
	margin-bottom:15px;
	display:block;
}

.bxsliderWrap .bx-wrapper .bx-controls .bx-pager{
	position:static;
	width:95%;
	margin:0 auto;
	padding:0;
	border:none;
	border-radius:4px;
}
.bxsliderWrap .bx-wrapper .bx-pager .bx-pager-item{
	width:11%;
	min-width:100px;
	margin-top:3px;
}
.bxsliderWrap .bx-wrapper .bx-pager .bx-pager-item:last-child{border:0;}
.bxsliderWrap .bx-wrapper .bx-pager .bx-pager-link{
	display:block;
	padding:5px 8px;
	margin:0 3px;
	border:2px solid #fff;
}
.bxsliderWrap .bx-wrapper .bx-pager .bx-pager-link.active{
	border:1px solid #c7c6c6;
	border-radius:4px;
}

/* home videos */
.default h3{
	border:0;
	color:#999;
	font-size:42px;
	padding:0;
	margin:60px 0 5px;
	text-transform:none;
}
.homeSub{
	display:block;
	font-size:24px;
	color:#999;
	text-align:center;
	margin-bottom:10px;
}
/* Commented out by oBundle 03-21-2017 .videoWrapper {background-color: #000} */
.videoBlock{position:relative; padding:0 15px; text-align:center;}
.videoBlock > img{cursor:pointer;}
.homeVideos{margin-bottom:0px;}
.homeVideos .videoBlock iframe{
	max-width:100%;
	height:100%;
	position:absolute;
	display:none;
	left: 0;
	top:0;
	width:100%;
}

/* monitor slider */
body:not(.monitorSelection) .monitorSlide{
	overflow:visible;
	margin-top:0px;
	padding:20px 15px;
}
body:not(.monitorSelection) .monitorSlide > div{
	background:#fff;
}
body:not(.monitorSelection) .monitorSlide h3{margin:0 0 10px;}

.slider-nav{
	width:80%;
	margin:0 auto;
}

.monitorSelection h3{display:none;}

/* PROMPTER MODELS PAGE */
.prompterGrid{
	margin-top:50px;
	list-style:none;
	text-align:center;
}
.prompterGrid li{
	display:inline-block;
	width:23.3333%;
	margin:0 14% 80px;
	vertical-align:top;
	text-align:left;
}
.prompterGrid li:nth-child(3n+3){margin-right:0; margin-left:0;}
.prompterGrid li:nth-child(3n+1){clear:both; margin-left:0; margin-right:0;}
.prompterGrid li img{
	display:block;
	margin:0 auto 35px;
}
.prompterGrid li span{
	display:block;
	text-align:left;
	color:#b1b0b0;
	font-size:25px;
	font-weight:300;
}
.prompterGrid .modelLinks{text-align:center;}
.prompterGrid .BuyNowButton,
.prompterGrid .videoButton{display:block;} 
.buyNowButton, .blueButton{
	color:#000;
	text-transform:uppercase;
	border-radius:7px;
	padding:7px 15px 5px;
	box-shadow:0px 3px 2px rgba(255, 255, 255, 0.5) inset,
				0px 2px 1px rgba(0, 0, 0, 0.5);
	font-size:12px;
	font-weight:bold;
}
.videoButton, .blueLink{
	margin-right:15px;
	color:#000;
	text-decoration:underline;
}
.blueLink{
	color:#000;
	text-decoration:underline;
}
.bumpRight{margin-left:15px;}
.buyNowButton, .blueButton{
	background:#7bbee7;
	white-space:nowrap;
	margin-bottom:3px;
	display:inline-block;
}
.buyNowButton:hover, .buyNowButton:focus, .blueButton:hover{color:#fff;}

/* FEATURES PAGE */
.featuresPage h1{
	text-align:left;
	border:0;
	margin:15px 0 0;
}
.featuresPage section.main ul{list-style-position:inside;}
.blueHeading{
	color:#56a6d6;
	font-weight:bold;
}
h2.blueHeading{
	font-size:25px;
	text-transform: none;
	margin-bottom:0;
}
h3.blueHeading{
	font-size:20px;
	text-transform:uppercase;
	border:0;
	text-align:left;
	clear:both;
}
.featuresPage .bumpDown,
.default .bumpDown{margin-top:100px;}
.imgRight{text-align:right;}
.imageRight{float:right; max-width:100%; text-align:right;}

/* FAQ PAGE */
.faqPage h1{
	text-align:center;
	color:#BABABA;
	font-size:70px;
	font-weight:normal;
}
.faqPage h5{margin:40px 0 15px;
            font-weight:bold;}

.faqTable tr td{
	border-bottom:1px solid #ccc;
}
.faqTable td a{color:#5EA6D9;}

/* PRODUCT PAGE / PURCHASE PAGE */
.product .tabs{margin-bottom:0;}
.product .tabs dd.active a{
	background:#EBEBEB;
}
.product .tabs-content{
	background:#ebebeb;
	padding:15px 20px;
}
.product .AddToCartButtonRow .AddCartButton button{background:#757575;}
.sizeOptions{display:none;}
.product.page .sizeOptions .Label{
	color:#7CC0E8;
	font-weight:bold;
	border-bottom:2px solid #7CC0E8;
	padding:0;
	margin:0 15px 5px;
}
.product.page .sizeOptions .Value{
	clear:both;
}
.sizeOptions ul{
	margin:0;
	list-style:none;
}
.sizeOptions ul li a:before{
	content:"- ";
	color:#7CC0E8;
}

.sizeOptions ul li{position:relative;}
.sizeOptions ul li.activeOption:before{
	content:"";
	background:url('//cdn11.bigcommerce.com/s-2cnws/templates/__custom/images/rightArrowBlue.png?t=1734132087');
	display:inline-block;
	width:11px;
	height:28px;
	vertical-align: middle;
	position:absolute;
	left:-15px;
	top:50%;
	margin-top:-12px;
}

.sizeOptions li a{
	line-height:18px;
	display:block;
}

/* INSTRUCTIONAL VIDEOS PAGE */
.instructionalVideos h1{margin:15px 0;}
.instructionalVideosWrap iframe{max-width:100%; display:block; margin:0 auto 10px;}
.instructionalVideos h3{
	border:0;
	margin:0 0 20px;
	text-align:left;
	color:#B1B0B0;
	text-transform:none;
	font-size:23px;
	min-height:60px;
}
.instructionalVideosWrap .row{margin-bottom:30px;}

/* CART PAGE */
.cart .cart-button-col-top > .button{top:0;}
.cart .cart-button-col-top > div{clear:both; float:right;}
.cart .cart-button-col-top > div .PayPalExpressCheckout p,
.cart .ProceedToCheckout .PayPalExpressCheckout p{text-align:right; margin:5px 0;}
.cart .ProceedToCheckout{text-align:right;}
.cart .ProceedToCheckout .CheckoutButton{margin-bottom:8px;}
.cart .cart-button-col-top .creditCardImages,
.cart .ProceedToCheckout .creditCardImages{
	clear:both;
	margin-top:15px;
}

/* GENERAL */
h3.mainHeading{
	border:0;
}
.mainHeading{
	font-family: 'Open Sans', sans-serif;
	font-size:40px;
	font-weight: 300;
	line-height: 150%;
	text-transform:none;
	margin:0;
}
.subText{font-size:14px;}
.mainHeading, .subText{
	font-family: 'Open Sans', sans-serif;
	color:#222;
	display:block;
	text-align:center;
	font-weight: 300;

}
.mainHeading.blueHeading{color:#56A6D6;}
.center{text-align:center !important;}

/* FOOTER */
footer.main h4{
	border-top:0;
	border-bottom:1px solid #4d4d4d;
	margin-top:0;
	padding:10px 0 10px;
}
footer.main ul.social-links{
	width:80%;
	text-align:left;
	display:block;
	margin:0 auto 5px;
}
footer.main ul.social-links li a{
	background:#6a6a6a;
	height:35px;
	width:35px;
	text-align:center;
	border-radius:50px;
	line-height:35px;
	margin:0 10px 10px 0;
}
footer.main ul.social-links li a i{color:#fff;}
footer.main .footPhone{
	display:block;
	font-size:18px;
	text-align:center;
	color:#fff;
}
footer.main .footPhone i{
	font-size:24px;
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}
footer.main ul.social-links li a img{vertical-align:middle;}
footer.main ul:not(.social-links){
	list-style:inside disc;
	margin-left:10px;
}
footer.main ul:not(.social-links) li a{
	padding-left:12px;
	font-size:12px;
	color:#b0b0b0;
	white-space: nowrap;
}
footer.main > .row > .columns{
	border-right:2px solid #010101;
	padding-bottom:55px;
	padding-top:20px;
}
footer.main > .row > .columns:first-child{border-left:2px solid #010101;}

/* MEDIA QUERIES */
/* desktop only */
@media only screen and (min-width: 761px) {
	/* header */
	.logo-container{margin-bottom:0px; padding-bottom:0px;}
	.logo{
		display:block;
		float:none;
		width:30%;
	}
	.logo img{display:block;}
	.info-col{
		display:block;
		position:static;
		margin-top:6px;
		float:none;
		vertical-align:middle;
	}

	/* navigation */
	.main-menu{
		border:0;
		padding:0;
	}
	header.main .main-menu.nav > ul > li > a{border:0;}
	.nav .parent-expand-link{display:none;}

	/* PRODUCT PAGE / PURCHASE PAGE */
	.tabs-content h3{margin-top:0;}

	/* footer */
	footer.main ul.social-links li:nth-child(4n+4) a{margin-right:0;}
	footer.main ul.social-links li:nth-child(4n+1) a{clear:both;}
	footer.main ul.social-links li{
		float:left;
		width:25%;
	}
}

/* smaller than content area */
@media only screen and (max-width: 1100px) {
	.bxsliderWrap{width:90%; margin:0 auto;}
	.bxsliderWrap .slideCaption{max-width:45%;}
	.bxsliderWrap .bx-viewport img{max-width:47% !important;}
	.slideCaption p{font-size:21px;}
}

@media only screen and (max-width: 774px) {
	.featuresPage h3.blueHeading{padding-top:20px;}
	.featuresPage .eight.columns{text-align:center;}
}

/* tablet size */
@media only screen and (max-width: 760px) {
	/* header */
	.responsive .info-col{float:none;}
	.responsive header .headerInner{
		position:static;
		padding-top:0;
	}
	.main-menu .category-list li.activeItem:after{display:none;}

	/* mobile search */
	header.main .info-col .searchWrap .search-form{background:#757575;}
	.info-col .search-form #search_query,
	.info-col .search-form #search_query:focus,
	.info-col .search-form #search_query:active{
		border:1px solid #ededed;
		color:#000;
	}
	.info-col .search-form #search_query{
		padding-right:0 !important;
		margin-right:0 !important;
	}
	header.main .info-col .searchWrap .search-form button{
		font-size:0;
		text-indent:-9999em;
		overflow:hidden;
		width:8%;
		cursor:pointer;
		padding:0;
	}
	.info-col .search-form button:after{
		content:'\f002';
		font-family: 'FontAwesome';
		display:inline-block;
		font-size:15px;
		position:absolute;
		top:2px;
		left:50%;
		margin-left:-7px;
	}

	/* home page */
	.bx-wrapper .bxslider img,
	.bx-wrapper .slideCaption{
		display:block !important;
		width:100%;
		max-width:none !important;
		padding:0 3%;
		margin:0 auto;
		text-align:center;
	}
	.bx-wrapper .bxslider img{margin-top:20px;}

	/* product page */
	.sizeOptions ul.modelOptions{margin-left:15px;}

	/* footer */
	footer.main > .row > .columns{
		height:auto !important;
		padding-bottom:0;
	}
	footer.main ul.social-links{text-align:center;}
	footer.main ul.social-links li{
		float:none;
		display:inline-block;
	}
	.zopim{display:none !important;}
}

@media only screen and (max-width: 630px) {
	.default h3{font-size:24px;}
	.default .homeSub{font-size:20px;}
}

/* mobile size */
@media only screen and (max-width: 480px) {
	.responsive .utilitarian-home{padding:0;}
	.default h3{font-size:20px; letter-spacing:0;}
	.default .homeSub{font-size:18px;}

	.prompterGrid li{width:100%; margin:0 0 80px!important;}
}

/* iPhone zopim fix */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.zopim{bottom:-3px !important;}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.zopim{bottom:-3px !important;}
}

.columns p { width: auto !important; }