@charset "utf-8";
/* CSS Document */

a {color: #156eb1;font-weight: normal;text-decoration:none;}
a:hover {color: /*#2185d0*/ #156eb1;font-weight: normal;text-decoration:none;}

@font-face {
    font-family: 'Century Gothic';
    src: url(../CenturyGothic.woff2) format('woff2'),
        url(../CenturyGothic.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Typewriter';
    src: url(../Typewriter.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

.alert-success {
	color: #153a16;
	background-color: #50a52f;
	border-color: #d6e9c6;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	/* color:#fff; */
  }


h1 {text-align:center; margin-top:10px; margin-top:20px; margin-bottom:20px;font-size:28px;font-weight:600;}
.h1, .h3, .h4, .h6, h1, h2, h3, h6 {line-height: 1.1;color:/*#d65208*/ /*#156eb1*/ /*#eb6a25*/ #f57700;}
h2 {line-height: 1.1;color:#f57700;font-size: 24px;text-align:left;}
.h4, h4 {line-height: 1.5;color:#888; font-weight:500;}
.h5, h5 {line-height: 1.5;color:#1a6522; font-weight:500;font-size: 18px;}

#section1{padding-top: 60px;}

.navbar {
    min-height: 70px;
}
.navbar-fixed-bottom, .navbar-fixed-top {
  z-index: 98 !important;
}
/*LOGO*/

.logo-holder{text-align:center;margin-left:auto;margin-right:auto;width:45px;height:45px;position:absolute;float:left;margin-top:10px;margin-right:5px;}
.logo_outer{width:45px;height:45px;

    animation-name: gear;
    animation-duration: 15.5s;
    /* Things added */
    animation-iteration-count: infinite;
    transform-origin: 50% 50%;
    display: inline-block;
	position:absolute;
	}
@keyframes gear {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.logo_inner{width:45px;height:45px;}

.logo-text-holder{text-align:left;margin-left:40px;width:300px;}
.logo_text{width:auto;height:45px;margin: 0 auto; margin-top:17px;margin-left:5px;}
@media only screen and ( max-width: 400px ) {
	.logo-text-holder{text-align:left;margin-left:40px;width:200px;}
}

.lightboxItem{
	float:right;width:40%;height:auto;margin-left:10px;margin-bottom:10px; font-size:12px; text-align:center;line-height:12px;
}

.lightboxItemMobileScreenshot{
	float:right;width:20%;height:auto;margin-left:10px;margin-bottom:10px; font-size:12px; text-align:center;line-height:12px;
}
.lightboxImage{
	box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06),
        0 22.3px 17.9px rgba(0, 0, 0, 0.072);
		/*border:1px solid #b4b4b4;*/
}
		
@media only screen and ( max-width: 400px ) {
	.lightboxItem{
		width:100%;height:auto;margin-bottom:10px; font-size:12px; text-align:center;line-height:12px;
	}
	.lightboxItemMobileScreenshot{
		width:100%;height:auto;margin-bottom:10px; font-size:12px; text-align:center;line-height:12px;
	}
}
		


.homepageTitle{font-size:30px;text-align:left;color: #555555;font-weight:500;margin-top:25px;}

.img_label{float:right;margin-left:20px;margin-bottom:20px;}

.ccm-dashboard-express-form{width:340px;margin-left:auto;margin-right:auto;}
.captcha{width:340px;margin-left:auto;margin-right:auto;}

#header_cable{background:#f57700 url('../images/header_cable.jpg');background-repeat:no-repeat;height:710px;width:1000px;margin-left:auto;margin-right:auto;padding-top:30px;background-position:top center;position:relative;background-size:100% auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#header_rotary{background:#f57700 url('../images/header_rotary.jpg');background-repeat:no-repeat;height:710px;width:1000px;margin-left:auto;margin-right:auto;padding-top:30px;background-position:top center;position:relative;background-size:100% auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#header_trialpit{background:#f57700 url('../images/header_trialpit.jpg');background-repeat:no-repeat;height:710px;width:1000px;margin-left:auto;margin-right:auto;padding-top:30px;background-position:top center;position:relative;background-size:100% auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#header_cable_white{background:#fff url('../images/header_cable_white.jpg');background-repeat:no-repeat;height:710px;width:1000px;margin-left:auto;margin-right:auto;padding-top:30px;background-position:top center;position:relative;background-size:100% auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#header_rotary_white{background:#fff url('../images/header_rotary_white.jpg');background-repeat:no-repeat;height:710px;width:1000px;margin-left:auto;margin-right:auto;padding-top:30px;background-position:top center;position:relative;background-size:100% auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

#header_trialpit_white{background:#fff url('../images/header_trialpit_white.jpg');background-repeat:no-repeat;height:710px;width:1000px;margin-left:auto;margin-right:auto;padding-top:30px;background-position:top center;position:relative;background-size:100% auto;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}

.orangeDIV{background:#f57700;height:200px;width:1000px;margin-left:auto;margin-right:auto;text-align:center;}

.headerIconAppWhite{width:22%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_app_white.png) no-repeat; background-position: top center;padding:84px 30px 10px 30px;color:#fff;line-height:15px;vertical-align:top;margin-bottom:10px;}
.headerIconAppWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:22px;font-weight:500;margin-top:10px;}

.headerIconDataWhite{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_cloud_white.png) no-repeat; background-position: top center;padding:84px 25px 10px 25px;color:#fff;line-height:15px;vertical-align:top;}
.headerIconDataWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:22px;font-weight:500;margin-top:10px;}

.headerIconConnectivityWhite{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_wifi_white.png) no-repeat; background-position: top center;padding:84px 20px 10px 20px;color:#fff;line-height:15px;vertical-align:top;}
.headerIconConnectivityWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:22px;font-weight:500;margin-top:10px;}

.headerIconDesignedWhite{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_design_white.png) no-repeat; background-position: top center;padding:84px 25px 10px 25px;color:#fff;line-height:15px;vertical-align:top;}
.headerIconDesignedWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:22px;font-weight:500;margin-top:10px;}

.headerIconCableWhite{width:22%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_cable_white.png) no-repeat; background-position: top center;padding:84px 30px 10px 30px;color:#fff;line-height:15px;vertical-align:top;margin-bottom:10px;}
.headerIconCableWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconRotaryWhite{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_rotary_white.png) no-repeat; background-position: top center;padding:84px 25px 10px 25px;color:#fff;line-height:15px;vertical-align:top;}
.headerIconRotaryWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconWindowSampleWhite{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_window_white.png) no-repeat; background-position: top center;padding:84px 20px 10px 20px;color:#fff;line-height:15px;vertical-align:top;}
.headerIconWindowSampleWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconDynamicProbeWhite{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_dynamicprobe_white.png) no-repeat; background-position: top center;padding:84px 25px 10px 25px;color:#fff;line-height:15px;vertical-align:top;}
.headerIconDynamicProbeWhite > h2{text-align:center;color:#fff;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconCableGrey{width:22%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_cable_grey.png) no-repeat; background-position: top center;padding:84px 30px 10px 30px;color:#525252;line-height:15px;vertical-align:top;margin-bottom:10px;}
.headerIconCableGrey > h2{text-align:center;color:#525252;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconRotaryGrey{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_rotary_grey.png) no-repeat; background-position: top center;padding:84px 25px 10px 25px;color:#525252;line-height:15px;vertical-align:top;}
.headerIconRotaryGrey > h2{text-align:center;color:#525252;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconWindowSampleGrey{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_window_grey.png) no-repeat; background-position: top center;padding:84px 20px 10px 20px;color:#525252;line-height:15px;vertical-align:top;}
.headerIconWindowSampleGrey > h2{text-align:center;color:#525252;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerIconDynamicProbeGrey{width:24%;display:inline-block;text-align:center;font-size:11px;font-weight:400;background:url(../images/icon_dynamicprobe_grey.png) no-repeat; background-position: top center;padding:84px 25px 10px 25px;color:#525252;line-height:15px;vertical-align:top;}
.headerIconDynamicProbeGrey > h2{text-align:center;color:#525252;line-height:20px;font-size:20px;font-weight:500;margin-top:10px;}

.headerStrapline{display:inline-block;width:480px;height:290px;vertical-align:top;padding:30px;}
.headerStrapline > h2 span{text-align: center;background-color:#156eb1;color:#fff;padding:0px 10px;font-size:32px;/*margin-top:10px;*/text-align:left;line-height:44px;font-weight: 500;}
.headerIpad{float:right;background:url(../images/iPad.png) no-repeat;width:362px;height:290px;margin-top:150px;margin-bottom:40px;margin-right:40px;}

@media only screen and ( max-width: 1200px ) {
	#header_cable{width:1000px;}
	#header_rotary{width:1000px;}
	#header_trialpit{width:1000px;}
	#header_cable_white{width:1000px;}
	#header_rotary_white{width:1000px;}
	#header_trialpit_white{width:1000px;}
  }
@media only screen and ( max-width: 991px ) {
	#header_cable{width:100%;}
	#header_rotary{width:100%;}
	#header_trialpit{width:100%;}
	#header_cable_white{width:100%;}
	#header_rotary_white{width:100%;}
	#header_trialpit_white{width:100%;}
  }
@media only screen and ( max-width: 800px ) {
	.headerIpad{height:240px;}
  }
@media only screen and ( max-width: 900px ) {
	.headerStrapline{width:50%;}
	.headerStrapline > h2 span{font-size:26px;line-height:38px;}
	.headerIpad{width:35%;margin-top:100px;margin-bottom:20px;margin-right:30px;background-size:100% auto;height:290px;}
  }
@media only screen and ( max-width: 768px ) {
	#header_cable{width:100%;height:680px;}
	#header_rotary{width:100%;height:680px;}
	#header_trialpit{width:100%;height:680px;}
	#header_cable_white{width:100%;height:680px;}
	#header_rotary_white{width:100%;height:680px;}
	#header_trialpit_white{width:100%;height:680px;}
	.headerStrapline{width:100%;height:80px;}
	.headerStrapline > h2 span{font-size:24px;line-height:34px;}
	.headerIpad{width:40%;margin-top:-20px;margin-bottom:20px;margin-right:30px;background-size:100% auto;height:260px;margin-bottom:0;}
	.headerIconAppWhite{width:49%;}
	.headerIconDataWhite{width:49%;}
	.headerIconConnectivityWhite{width:49%;}
	.headerIconDesignedWhite{width:49%;}
	.headerIconCableWhite{width:49%;}
	.headerIconRotaryWhite{width:49%;}
	.headerIconWindowSampleWhite{width:49%;}
	.headerIconDynamicProbeWhite{width:49%;}
	.headerIconCableGrey{width:49%;}
	.headerIconRotaryGrey{width:49%;}
	.headerIconWindowSampleGrey{width:49%;}
	.headerIconDynamicProbeGrey{width:49%;}
}
@media only screen and ( max-width: 640px ) {
	#header_cable{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;background-size:120% auto;}
	#header_rotary{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;background-size:120% auto;}
	#header_trialpit{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;background-size:120% auto;}
	#header_cable_white{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;background-size:120% auto;}
	#header_rotary_white{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;background-size:120% auto;}
	#header_trialpit_white{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;width:100%;background-size:120% auto;}
	.headerStrapline{width:100%;height:100px;}
	.headerIpad{width:40%;margin-top:-10px;margin-right:5px;height:220px;margin-bottom:0;}
	.headerIconAppWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconDataWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconConnectivityWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconDesignedWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconCableWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconRotaryWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconWindowSampleWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconDynamicProbeWhite{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconCableGrey{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconRotaryGrey{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconWindowSampleGrey{margin-top:-10px;padding:80px 5px 10px 5px;}
	.headerIconDynamicProbeGrey{margin-top:-10px;padding:80px 5px 10px 5px;}
}
@media only screen and ( max-width: 480px ) {
	#header_cable{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:592px;}
	#header_rotary{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:592px;}
	#header_trialpit{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:592px;}
	#header_cable_white{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_rotary_white{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_trialpit_white{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	.headerStrapline{width:100%;margin-top:10px;padding:0px 0px;}
	.headerStrapline > h2 span{font-size:20px;line-height:30px;margin-top:0px;}
	.headerIpad{width:45%;margin-top:-30px;margin-right:0px;height:175px;margin-bottom:0;}
	.headerIconCableGrey > h2{line-height:18px;font-size:17px;}
	.headerIconRotaryGrey > h2{line-height:18px;font-size:17px;}
	.headerIconWindowSampleGrey > h2{line-height:18px;font-size:17px;}
	.headerIconDynamicProbeGrey > h2{line-height:18px;font-size:17px;}
	.headerIconCableWhite > h2{line-height:18px;font-size:17px;}
	.headerIconRotaryWhite > h2{line-height:18px;font-size:17px;}
	.headerIconWindowSampleWhite > h2{line-height:18px;font-size:17px;}
	.headerIconDynamicProbeWhite > h2{line-height:18px;font-size:17px;}
}
@media only screen and ( max-width: 400px ) {
	#header_cable{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_rotary{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_trialpit{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_cable_white{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_rotary_white{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	#header_trialpit_white{padding-top:0px;padding-right:10px;padding-left:10px;margin-right:auto;margin-left:auto;margin-bottom:10px;width:100%;background-size:130% auto;height:615px;}
	.headerStrapline{width:100%;margin-top:10px;padding:0px 0px;}
	.headerStrapline > h2 span{font-size:20px;line-height:30px;margin-top:0px;}
	.headerIpad{width:45%;margin-top:-30px;margin-right:0px;height:175px;margin-bottom:0;}
}

.nav-selected{}
.nav-path-selected{}

.clear{clear:both;}
.titleDescription{margin:0 0 20px 0;text-align: justify;}
.headerDescription{width:100%;margin-bottom:15px;text-align: justify;}
.titleThumbHolder{text-align:center;margin-bottom:15px;}
.titleImg{width:620px;height:auto;}
.thumbHolder {float:right;margin:0 0 15px 15px;border:1px solid #a1be90;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.img-responsive{/*border:1px solid #a1be90;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;*/display:inline-block; max-width: 100%;height: auto;}
.ccm-pagination-wrapper{text-align:center;}
.page-title{margin-top:15px}
.articleImg{/*border:1px solid #10235e;*/-moz-border-radius: 8px;-webkit-border-radius: 8px;border-radius: 8px;}
.imgRight{ float:right;margin-left:15px;margin-bottom:10px;width:33%;}
.imgLeft{ float:left;margin-right:15px;margin-bottom:10px;width:33%;}
.imgRight img{width:100%;height:auto;}
.imgLeft img{width:100%;height:auto;}
.pageListThumb{display:inline-block; width:50px;height: auto;margin-bottom:10px;}
.pagelistThumbTrans a{opacity: 0.6;}
.pagelistThumbTrans a:hover{opacity: 1;}

/*FRONT PAGE BOXES */
.noPaddingLeftRight{padding-left:0;padding-right:0;}
.mainHolder{display: flex;flex-wrap: wrap; width: 100%;}
.box100holder{width:100%;display: flex;padding: .25em;}
.box50holder{width:50%;display: flex;padding: .25em;}
.box25holder{width:25%;display: flex;padding: .25em;}
.boxContent{display: flex;flex-direction: column;width: 100%;/*height: 275px;*/background-color: /*#fbf3ef*/ #fff;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;border:1px solid #f57700;}
.boxContentBlue{display: flex;flex-direction: column;width: 100%;/*height: 275px;*/background-color: /*#fbf3ef*/ #fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border:1px solid #156eb1;}
.thickBottomBorderBlue{border-bottom:10px solid #156eb1;;}
.boxContent a {color: #fff;font-weight: normal;text-decoration:none;}
.boxContentBlue a {color: #fff;font-weight: normal;text-decoration:none;}
.boxContentOrange{background-color: #fff;display: flex;flex-direction: column;width: 100%;min-height: 200px;}
.boxContentBlue{background-color: #fff;display: flex;flex-direction: column;width: 100%;min-height: 200px;}
.boxHeader{width:100%;color: #fff;padding: 10px .25em;position: relative;text-align:center;font-size:22px;font-weight:normal;
-webkit-border-top-left-radius: 2px;
-webkit-border-top-right-radius: 2px;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
border-top-right-radius: 2px;
border-top-right-radius: 2px;
}
.orangeBG{background:#f57700;}
.blueBG{background:#156eb1;}
.frontBoxIcon{float:left;}
.frontCP{background: url('../images/boxImage_cp.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontRT{background: url('../images/boxImage_rt.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontWS{background: url('../images/boxImage_ws.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontDP{background: url('../images/boxImage_dp.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontHT{background: url('../images/boxImage_ht.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontTP{background: url('../images/boxImage_tp.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontLabels{background: url('../images/boxImage_labels.jpg')no-repeat;background-size: 100% auto;background-position:0 35px;}
.frontComingSoon{display:inline-block;font-size:16px;text-align:center;width:120px;margin: 10px 15px 0 15px;}
.frontComingSoonImg{width:100%; height:auto;}
.boxSpacerTop{width:100% !important;height:225px !important;}
.boxSpacer50{width:100% !important;height:225px !important;}
.boxSpacer25{width:100% !important;height:225px !important;}
.boxInner{padding:10px;text-align:left;min-height:200px;position:relative;}
.boxIcon{width:95px;height:auto;margin-right:15px;margin-bottom:15px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;vertical-align: text-top;float:left;}
.frontBoxBottom{text-align:right;position:absolute; bottom:7px;right:7px;}
.frontBoxBottom a{color:#fff;background:#156eb1;text-decoration:none;padding:4px 10px;font-weight:normal;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.frontBoxBottomBlue{text-align:right;position:absolute; bottom:7px;right:7px;}
.frontBoxBottomBlue a{color:#fff;background:#156eb1;text-decoration:none;padding:4px 10px;font-weight:normal;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.frontBoxBottomOrange{text-align:right;position:absolute; bottom:7px;right:7px;}
.frontBoxBottomOrange a{color:#fff;background:#f57700;text-decoration:none;padding:4px 10px;font-weight:normal;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
@media only screen and ( max-width: 1200px ) {
  .box50holder{width:100%;}
  .box25holder{width:50%;}
	.boxInner{padding:10px;text-align:left;height:200px;}
.frontComingSoon{display:inline-block;font-size:14px;text-align:center;width:108px;margin: 10px 10px 0 10px;}
  }
@media only screen and ( max-width: 991px ) {
  .box50holder{width:100%;}
  .box25holder{width:50%;}
	.boxInner{padding:10px;text-align:left;height:150px;}
	.frontComingSoon{display:inline-block;font-size:13px;text-align:center;width:90px;margin: 20px 5px 0 5px;}
  }
@media only screen and ( max-width: 768px ) {
	.box50holder{width:100%;}
	.box25holder{width:50%;}
}
@media only screen and ( max-width: 640px ) {
.mainHolder{display: flex;flex-wrap: wrap; width: 100%;}
.boxHeader{font-size:18px;}
	.frontComingSoon{display:inline-block;font-size:13px;text-align:center;width:75px;margin: 20px 0px 0 0px;}
}
@media only screen and ( max-width: 428px ) {
	.boxContent{/*height: 290px;*/}
	.boxContentOrange{min-height: 150px;}
	.boxContentBlue{min-height: 150px;}
	.mainHolder{display: flex;flex-wrap: wrap; width: 100%;}
	.boxInner{padding:10px;text-align:left;min-height:150px;}
	.frontComingSoon{display:inline-block;font-size:10px;text-align:center;line-height:11px;width:50px;margin: 20px 2px 0 2px;}
}
@media only screen and ( max-width: 400px ) {
	.boxContent{/*height: 290px;*/}
	.boxContentOrange{min-height: 150px;}
	.boxContentBlue{min-height: 150px;}
	.mainHolder{display: flex;flex-wrap: wrap; width: 100%;}
	.boxInner{padding:10px;text-align:left;min-height:150px;}
	.frontComingSoon{display:inline-block;font-size:10px;text-align:center;line-height:11px;width:48px;margin: 20px 2px 0 2px;}
}
@media only screen and ( max-width: 360px ) {
	.boxContent{/*height: 290px;*/}
	.boxContentOrange{min-height: 150px;}
	.boxContentBlue{min-height: 150px;}
	.mainHolder{display: flex;flex-wrap: wrap; width: 100%;}
	.boxInner{padding:10px;text-align:left;min-height:150px;}
	.frontComingSoon{display:inline-block;font-size:10px;text-align:center;line-height:11px;width:45px;margin: 20px 0px 0 0px;}
}
@media only screen and ( max-width: 300px ) {
	.frontComingSoon{display:inline-block;font-size:9px;text-align:center;line-height:11px;width:30px;margin: 20px 0px 0 0px;}
}
/*END FRONT PAGE BOXES */

.readMoreLink{text-align:right;/*margin-top:10px;*/ border: solid 1px #156eb1; border-top:none;border-right:none;border-left:none;padding-bottom:10px;}
.readMoreLink a{color:#fff;background:#156eb1;text-decoration:none;padding:4px 10px;font-weight:normal;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}

.readMoreLinkOrange{text-align:right;/*margin-top:10px;*/ border: solid 1px #eb6a25; border-top:none;border-right:none;border-left:none;padding-bottom:10px;}
.readMoreLinkOrange a{color:#fff;background:#eb6a25;text-decoration:none;padding:4px 10px;font-weight:bold;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}


hr {
    margin: 15px 0 15px 0;
    border: 0;
    border-top: 1px solid #d65208;
    /*border-top: 1px solid #777;*/
    border-bottom: 1px solid #fff;
	height:1px;
	clear:both;
}





/* Tabs */

.hardware_container {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* max-width: 800px; */
	margin: 0 auto;
	padding-top: 20px;
	border: 1px solid #ccc;
	background: #f9f9f9;
}

.hardware_content {
	display: none; /* All content hidden by default */
	margin-top: 20px;
	padding: 20px;
	padding-top: 5px;
	border: 1px solid #ccc;
	background: white;
}

.hardware_content.active {
	display: block; /* Only active content is visible */
}

.hardware_links {
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 20px;
}

.hardware_links img {
	cursor: pointer;
	width: 100px;
	height: auto;
	border: 1px solid #ccc;
	padding: 5px;
	transition: transform 0.3s ease;
}

.hardware_links img:hover {
	transform: scale(1.1);
}








/*Share Icons*/
.at-icon-wrapper{background-color:#f57700 !important; /*background-image:linear-gradient(to bottom,#d65208, #f57700);*/ border-bottom: 1px solid #d65208;border-right: none;border-radius: 0px 6px 6px 0px;}
.at-icon-wrapper:a{color:#fff !important}
.at-icon-wrapper:hover span {background-color:#f57700 !important}
.at4-hide-content{background-color:#f57700 !important}
.at4-show-content{background-color:#f57700 !important}
.at-share-btn{background:transparent !important;z-index:99 !important;}
.atss{z-index:99 !important;}
.at-share-dock.atss {
    /*box-shadow: 0 0 1px 1px #e2dfe2;*/
    box-shadow: none !important;
	}

@media only screen and ( max-width: 400px ) {
	.at-icon-wrapper{border-radius: 6px 6px 0px 0px;border-left:1px solid #d65208;}
}

.scroll-progress-container {
  width: 100%;
  height: 8px;
  background-color: #9b3a03;
  background-color: #05385f;
  top: 65px;
  position: fixed;
  z-index:99;
}

.scroll-progress {
  width: 0px;
  height: 8px;
  background-color: #fff;
}

.filler-text {
  width: 60%;
  margin-top: 80px;
  margin-left: 50px;
  position: absolute;
}

.scroll-progress-icon {
    width: 16px ;
    height: 16px ;
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -8px;
    margin-left: 0px;
    /*margin-top: -4px;*/
}

@media only screen and ( max-width: 480px ) {
	.scroll-progress-icon{top: -9px;}
}

.ccm-block-page-list-thumbnail-grid-wrapper{clear:both;text-align:center;margin-top:15px;background: #fff;width:100%;padding:5px}
.ccm-block-page-list-page-entry-grid-item{display:inline-block;text-align:center;padding:0 5px;}
.ccm-block-page-list-page-entry-grid-thumbnail{display:inline-block;text-align:center;}

.frontpageDesc{text-align:center;border:1px solid #d8d8d8; margin-bottom:20px;-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
	background: rgba(255, 255, 255, 0.85);
	width:100%;
	padding:15px 10px 15px 10px;
	font-size:1.2em;
	color:#333;
	}
.row {
    padding: 0 15px 0 15px;
}
.youtubeBlock{border: 1px solid #a1be90;margin-bottom:20px;}
.sg-item-image{border: 1px solid #b4b4b4; border:none; -moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;
		box-shadow:
        0 2.8px 2.2px rgba(0, 0, 0, 0.034),
        0 6.7px 5.3px rgba(0, 0, 0, 0.048),
        0 12.5px 10px rgba(0, 0, 0, 0.06);
		}

.contactBox{clear:both;
	text-align: center;
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fafafa;
    width: 100%;
    padding: 5px;}
.contactBox h2{font-size:1.4em;}

.ccm-block-page-list-page-entry-grid-thumbnail img {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

@media screen and ( max-width: 41.25em ) /* 660 */ {
	.titleImg{width:120px;height:auto;}
	.articleImg{width:100%;height:auto;}
	.thumbHolder {float:none;margin:0 0 10px 0;}
}
@media screen and ( max-width: 30em ) /* 480 */ {
	.titleImg{width:460px;height:auto;}
	.articleImg{width:100%;height:auto;}
	.thumbHolder {float:none;margin:0 0 10px 0;}
}
@media only screen and ( max-width: 360px ) {
	.titleImg{width:300px;height:auto;}
	.articleImg{width:100%;height:auto;}
	.thumbHolder {float:none;margin:0 0 10px 0;}
	.ccm-block-page-list-thumbnail-grid-wrapper{}
	.frontpageDesc{font-size:1em;}
	h1{font-size:1.4em}
	h2{font-size:1.2em;line-height:1.3em;}
	h4{font-size:1.1em;line-height:1.2em;}
	.contactBox h2{font-size:1.3em;}
	.at-icon-wrapper{border-radius: 6px 6px 0px 0px;border-right: 1px solid #d65208;}
}

.btn-primary {
    color: #fff;
    background-color: #f57700;
    border-color: #f57700;
	/*background-image:linear-gradient(to bottom,#d65208, #a43b01);*/
	background:#f57700;
}
.btn-primary:hover{
    color: #fff;
    background-color: #d65208;
    border-color: #f57700;
	/*background-image:linear-gradient(to bottom,#a43b01, #802f02);*/
	background:#d65208;
}

.form-group {
    margin-bottom: 15px;
    /*text-align: left;*/
	}
.form-actions{width:340px;margin-left:auto;margin-right:auto;}

.text-muted {
    color: #d65208;
	font-style:italic;
}

.row {
    padding: 0 15px 0 15px;
}


.col-md-5 {
    width: 50%;
}
.col-md-7 {
    width: 50%;
}
@media only screen and ( max-width: 768px ) {
.servicesImg{width:33%;}
.col-md-5 {
    width: 50%;
	float:right;
}
.col-md-7 {
    width: 50%;
	float:left;
}
}
@media only screen and ( max-width: 640px ) {
.servicesImg{width:33%;}
.col-md-5 {
    width: 50%;
	float:right;
}
.col-md-7 {
    width: 50%;
	float:left;
}
}
/* start 360 media quires */
@media only screen and ( max-width: 480px ) {
.col-md-5 {
    width: 100%;
}
.col-md-7 {
    width: 100%;
}
}

.frontPageBox{border:1px solid #c2c4d1;
                -webkit-box-shadow: 0 8px 6px -6px #dcdde6;
	   			-moz-box-shadow: 0 8px 6px -6px #dcdde6;
	        	box-shadow: 0 8px 6px -6px #dcdde6; 
				padding:10px;
				margin-top:10px;
				margin-bottom:25px;
				background:#f7fbf7;}
				
.frontPageBox img{border:1px solid #c2c4d1;}

.servicesImg{border:1px solid #c2c4d1;
                -webkit-box-shadow: 0 8px 6px -6px #dcdde6;
	   			-moz-box-shadow: 0 8px 6px -6px #dcdde6;
	        	box-shadow: 0 8px 6px -6px #dcdde6; 
				margin-left:10px;
				margin-bottom:10px;
				width:20%;height:auto;
				float:right;
				margin-top:5px;}
@media only screen and ( max-width: 360px ) {
.servicesImg{width:50%;}
}

.ccm-block-calendar-event-list-controls > .btn {width:100px;height:50px;font-size:2em;font-weight:bold;}
.ccm-block-calendar-event-list-controls > .btn:hover {background: #0088cc;color:#fff;}
/** top menu ***********************************************/

.nav>li {
    position: relative;
    display: block;
    float: left;
}

.flex-control-nav {visibility: hidden; height: 0;}
.flex-control-paging {visibility: hidden; height: 0;}

/*.menuItem {width:155px;height:155px;margin-right:10px;display:inline-block;}*/



/*#home h1, #home h2 {
    font-weight: bold;
	color: #fff;
}

.Flexslider {	color: #fff;}

.ccm-image-slider-text {
	margin:auto 0;
}
.ccm-image-slider-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
	color: #fff;
}*/


.flexslider{text-align:center;}







@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-overlay {
	z-index:9998;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(173, 173, 173, 0.5);
  display: none;
}

#modal-state {
  display: none;
}

#modal-state:checked + .modal-overlay {
  opacity: 1;
  animation: fade-in .4s;
  display: block;
}

.modal {
	z-index:9998;
  position: absolute;
  margin: 0 auto;
  padding: 30px 25px;
  background: #fff;
  right: 0;
  left: 0;
  text-align: center;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  line-height: 1.8;
}



.modal h2 {
  margin-top: 0;
  line-height: 25px;
  font-size: 22px;
  border-bottom: 1px solid #dce0d8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}

@media all and (max-width: 470px) {
  .modal {
    width: 75%;
  }
  .modal h2{
    font-size: 20px;
	clear:both;
  }
}

#modal-state:checked + .modal-overlay .modal {
  top: 10%;
}

.modal-overlay-close {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.button-close {
  text-decoration: none;
  color: #fff;
  background: #5c5c5c;
  padding: 7px 7px;
  font-weight: bold;
  cursor: pointer;
  width:50px;height:20px;
  margin-top:-10px;
  margin-bottom:10px;
  float:right;
}

