@charset "utf-8";

/* General */
body{
	color: #36373b;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}

/* Typography */

h1, h2, h3, h4, h5{
	color: #36373b;
}

h1{
	font-weight: 700;
	font-size: 30px;
}

h2{
	font-weight: 600;
	font-size: 22px;
}

h3{
	font-weight: 18px;
	font-weight: 700;
}

h4{
	font-weight: 600;
	font-size: 16px;
}

/* TOP NAVIGATION AND LOGO AREA */

.nav-bar{
	position: static;
	background-color: #b2b4bc;
	height: 53px;
}

.nav-wrapper{
	width:100%;
	max-width: 1232px;
	float:none;
	clear: none;
	margin: auto;
	margin-top: 0;
	margin-left: auto;
}

#top_navigation_button {
	padding: 12px;
	display: inherit;
}

#top_navigation_button img { 
	display: block;
	
}

#top-nav{
	display: none;
}



	
/* MOBILE MENU */
	
	.mid_nav ul {
		display: none;
		padding:0;
		margin: 0;
		list-style-type: none;
		clear: both;
		width: 100%;
		float: left;
	}
	
	.mid_nav ul li {width: auto;height: auto;margin: 0;}
	.mid_nav ul li a, .mid_nav ul li a:visited, .mid_nav ul li a:hover {
		margin: 0;
		display: block;
		padding-left: 14px;
		min-height: 54px;
		line-height: 54px;
		background: #b2b4bc ;
		border-bottom: 1px solid #ffffff;
	}
	.mid_nav ul li ul {clear: both; float: none;}
	.mid_nav ul li ul li a, .mid_nav ul li ul li a:visited, .mid_nav ul li ul li a:hover {
		background-color: #ffffff;
		border-bottom: 1px solid #4e5362;
	}

	.mid_nav ul li a, .mid_nav ul li a:visited, .mid_nav ul li a:hover {
		color: #FFF;
		font-weight: 600;
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: none;
	}

	.mid_nav ul li ul li a, .mid_nav ul li ul li a:visited, .mid_nav ul li ul li a:hover {
		color: #23365a; 
		font-weight: 600;
	}
	
	.mid_nav ul li ul li ul li a, .mid_nav ul li ul li ul li a:visited, .mid_nav ul li ul li ul li a:hover {
		font-weight: 400;
	}

#e-support{
	display: none;
	float: right;
	line-height:39px;
	
}

#e-support img{
	vertical-align: text-bottom;
}

#e-support a{
	color: #fff;
	text-decoration:none;
}


/* HEADER - LOGO AND SOCIAL BUTTONS */

.header{
	width:100%;
	max-width: 1232px;
	float:none;
	clear: none;
	margin: auto;
	margin-top: 0;
	margin-left: auto;
	padding: 20px 0 10px;
}

.logo{
	display: inline-block;
	width:100%;
	text-align: center;
}

.logo img{
	width: auto;
	height: auto;
	max-width: 100%;
}

.tagline{
	width: 100%;
	display: inline-block;
	vertical-align: bottom;
	color: #111f60;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	margin: 15px 0;
}

.tagline p{
	margin: 5px;
}

.header-right-block{
	width: 100%;
	display: inline-block;
	text-align: center;
	vertical-align: text-bottom;
}

.header-social-icons{
	
}

.header-phone-number{
	font-size: 24px;
	font-weight: 700;
	color: #23365a;
}

.search_bar {
	display: inline-block;
	margin: 5px 0;
}

#search_block #search_spacer_left {
	float: left;
	width: 15px;
	height: 30px;
	background-image: url(/images/web-layout/search-left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#search_block .search-box {
	margin: 0;
	padding: 0;
	float: left;
/*	width: 125px;*/
	height: 29px; /*23*/
	width: auto;
}

#search_block .search-box input#CAT_Search {
	float: left;
	margin: 0 !important ;
	padding: 1px 0 1px 0 !important;
	border: none !important;
	background-image: url(/images/web-layout/search-bar.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	background-color: transparent !important;
	color: #707070 !important;
	font-size: 14px !important;
	font-family: "Open Sans", Arial, sans serif !important;
	/*width: 92px !important; /*181*/
	height: 29px !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
	width: 84% !important;
	font-style: italic;
}

#search_block .search-box input#search_button { 
	float: left;
	clear: right;
    -webkit-appearance: none !important;
    border-radius: 0 !important;	
}

/* SERVICES PANELS */

.services-panel{
	width: 100%;
	position: relative;
	overflow:hidden;
}

#troubleshooting-panel, #infrastructure-panel, #managed-it-panel, #immediate-panel, #relocation-panel, #malware-panel, #telecommunications-panel, #disaster-recovery-panel{
	width: 100%;
	float: left;
	color: #fff;
	height:252px;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	position: relative;
}

#troubleshooting-panel a, #infrastructure-panel a, #managed-it-panel a, #immediate-panel a, #relocation-panel a, #malware-panel a, #telecommunications-panel a, #disaster-recovery-panel a{
	color: #fff;
	text-decoration: none;
}

.services-panel-content{
	position: absolute;
	bottom: 20px;
	width: 100%;
	z-index: 1;
	visibility: visible;
}

.services-panel-summary {
	background: url(../images/layout/nav.png);
	z-index: 2;
	visibility: hidden;
	position: relative;
	padding: 0 30px;
	height: 100%;
	overflow: hidden;
}

.services-panel-summary p{
	font-size: 16px;
	font-weight: 400;
}

.services-panel-summary a{
	color: #fff;
	font-size: 16px;
}

#troubleshooting-panel:hover .services-panel-summary{
	visibility: visible;
}

#troubleshooting-panel{
	background-color: #1c3bc9;
	}

#infrastructure-panel{
	background-color: #d54113;
	} 

#managed-it-panel{
	background-color: #528f04;
	}

#immediate-panel{
	background-color: #481b85;
	}

#relocation-panel{
	background-color: #837f05;
	}

#malware-panel{
	background-color: #fd9808;
	}

#telecommunications-panel{
	background-color: #036180;
	}

#disaster-recovery-panel{
	background-color: #890d4b;
}

#troubleshooting-panel:hover .services-panel-summary, #infrastructure-panel:hover .services-panel-summary, #managed-it-panel:hover .services-panel-summary, #immediate-panel:hover .services-panel-summary, #relocation-panel:hover .services-panel-summary, #malware-panel:hover .services-panel-summary, #telecommunications-panel:hover .services-panel-summary, #disaster-recovery-panel:hover .services-panel-summary{
	visibility: visible;
}

/* GENERAL PAGE */

.general-bar{
	width:100%;
	max-width: 1232px;
	float:none;
	clear: none;
	margin: auto;
	margin-top: 0;
	margin-left: auto;
	overflow: hidden;
}

.general-bar img {
	width: auto;
	max-width: 100%;
	height: 5px;
}

/* FEATURE PANEL */

.feature-panel-wrapper{
	background-color: #36373b;
	padding: 50px 0 30px;
	color: #fff;
}

.feature-panel-wrapper p{
	margin: 0 0 20px;
}

.feature-panel-image{
	text-align: center;
	padding: 20px 0;
}

.feature-panel-text{
	overflow: hidden;
	padding: 0 20px;
	text-align: center;
}
	

.red-button {
	text-align: center;
	padding: 30px 0 0;
}

.red-button a {
	display: inline-block;
	padding: 15px 75px 20px;
	background-color: #d30202;
	color: #fff;
	text-decoration:none;
	font-size: 18px;
}

.red-button a:hover{
	background-color: #ed0202;
}

/* FULL WIDTH PANEL */

.full-width-panel{
	width:100%;
	max-width: 1232px;
	float:none;
	clear: none;
	margin: auto;
	margin-top: 0;
	margin-left: auto;
	overflow: hidden;
}

.content-wrapper{
	padding: 50px 20px;
}
/* RED BOX */

.red-feature-box {
	text-align: center;
	padding: 30px 0;
}

.red-feature-box h2{
	color: #fff;
}

.red-feature-box a {
	display: inline-block;
	padding: 15px 50px 20px;
	background-color: #b90c35;
	color: #fff;
	text-decoration:none;
}

.red-feature-box a:hover {
	background-color: #d40f3d;
}

/* FORM */
.form-wrapper{
	background: #e1e3e5;
	padding: 20px;
}

.form-column{
	width: 100%;
	float: left;
}

.form, .webform {
	font-size: 0.875em !important
	}
	
ul.form {
	margin: 0;	
	padding: 0;
	}
	
ul.form li {
	list-style: none;
	margin: 0 0 18px 0;
	}
	
ul.form li label {
	color: #888;
	display: block;
	}

div.form div.item, div.webform div.item {
	padding: 9px 0 9px 0;
	}

label {
	font-size: 1em !important;
	line-height: 130%;
	}

input.cat_textbox, textarea.cat_listbox, select.cat_dropdown, select.cat_listbox {
	width: 90%;
	height: 35px;
	font-size: 15px;
	margin: 5px 0;
	padding-left: 15px;
	font-family: "Open Sans", sans-serif;
	font-style: italic;
	color: #303030;
	border: none;
}

textarea.cat_listbox{
	padding: 15px 0px 0px 15px;
}


.cat_dropdown_small {
	width: 90%;
	}
	
.cat_dropdown_smaller {	
	width: 90%;
	}
	
.cat_textbox_small, .cat_listbox_small {
	width: 90%; /* DON'T TOUCH THIS */
	}
.cat_listbox {
	height: 120px;
	width: auto;
	}

table.webform,table.reporting {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}

table.webform td {
	line-height: 24px;
	padding: 6px;
	}
	
.form input, .webform input {
	margin-right: 0; 
	float: none !important;
	}
	
.comment-list input#Captcha, input#Captcha, input#CaptchaV2 {
    width: 90% !important;
}

.form-strip input, .form-strip select, .form-strip  textarea {
	font-style: italic; 
	margin: 5px 0;
	}

form div.item, div.form div.item, div.webform div.item {
	padding: 0.125em 0 0.25em 0;
}
form div.item label, div.form div.item label, div.webform div.item label {
	padding: 0.125em 0 0.25em 0;
}

label {
	font-size: 0.9em !important;
	line-height: 200%;
	vertical-align:top;
}

form div.item, div.form div.item, div.webform div.item {padding: 0.5em 0 0.5em 0;}
form div.item label, div.form div.item label, div.webform div.item label {display: inline-block;padding: 0.5em 0 0.25em 0;}
label {	font-size: 0.9em !important;line-height: 200%;}
input[type="radio"], input[type="checkbox"] {margin: 0.5em;}

input#catwebformbutton {
	display: inline-block;
	padding: 14px 50px;
	background-color: #7d8a93;
	color: #fff;
	text-decoration: none;
	border: none;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
}

input#catwebformbutton:hover {
	background: #93a3ad;
}

/* VENDORS */
.vendor-logos{
	padding: 50px 0 20px;
	width:100%;
	max-width: 1232px;
	float:none;
	clear: none;
	margin: auto;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
}

.vendor-logos img{
	padding: 0 25px;
}


/* FOOTER */

.footer-wrapper{
	background-color: #1b1f29;
	padding: 70px 0;
	color: #fff;
}

.footer{
	width:100%;
	max-width: 700px;
	float:none;
	clear: none;
	margin: auto;
	margin-top: 0;
	margin-left: auto;
	text-align: center;
}

.footer-icons{
	display: block;
	padding: 20px 0;
	vertical-align: bottom;
	line-height: 37px;
}

.footer-email{
	display: block;
	padding: 20px 0;
	font-size: 15px;
	font-weight: 600;
	vertical-align: bottom;
	line-height: 37px;
}

.footer-email a{
	color: #fff;
	text-decoration: none;
}

.footer-phone{
	display: block;
	padding: 20px 0;
	font-weight: 700;
	font-size: 29px;
	vertical-align: bottom;
	line-height: 37px;
}

.footer-icons img {
	padding: 0 2px;
}

@media (min-width: 481px){
	#troubleshooting-panel, #infrastructure-panel, #managed-it-panel, #immediate-panel, #relocation-panel, #malware-panel, #telecommunications-panel, #disaster-recovery-panel{
		width: 50%;
	}
}

@media (min-width: 769px){
	
	/* NAVIGATION */
	
	.nav-bar{
		height: 40px;
	}
	
	#top-nav{
		width: 80%;
		float: left;
		display: inherit;
	}
	
	#top_navigation_button {
		display: none;
	}
	
	#e-support{
	display: inherit;
	padding-right: 10px;
	font-size: 14px;
	}
	
	#top-nav ul{
	margin:0;
}

#top-nav ul li{
	float: left;
	list-style: none;
	line-height: 39px;
	position:relative;
}

#top-nav ul li a{
	color: #fff;
	font-size: 12px;
	padding-right: 30px;
	text-decoration: none;
	text-transform: uppercase;
}

#top-nav ul li ul {
	display: none;
}


/* main navigation Hover menu CSS */
#top-nav ul li ul {
	line-height: normal;
	position: absolute;
	top: 39px;
	left: 0px;
	display: none;
	padding: 5px 0;
	z-index: 1002 !important;
	background-color: #b2b4bc;
	border-top: white solid 1px;
	height: auto;
}

#top-nav ul li:hover ul {
	display: block;
}


#top-nav ul li ul li {
	padding: 5px 0;
	height: auto;
}

#top-nav ul li:hover ul li a, #top-nav ul li:hover ul li a:hover, #top-nav ul li:hover ul li a:visited {
	padding: 5px 0 5px 19px;
	line-height: 115%;
	width: 260px;
	height:auto;
	min-height: 0;
	text-align: left !important;
	display:block;
	cursor:pointer;
	background-color: transparent;
	}

   #top-nav ul li:hover ul li a, #top-nav ul li:hover ul li a:hover, #top-nav ul li:hover ul li a:visited {
	padding: 2px 19px;
	line-height: 110%;
  }

	#top-nav ul li ul li a{
		font-weight: 400;
	}
	
	#top-nav ul li ul li a:hover{
		font-weight: 600;
	}
	
	
	/* HEADER */
	
	.logo{
	display: inline-block;
	width:30%;
	text-align: left;
}

.tagline{
	width: 35%;
	display: inline-block;
	vertical-align: bottom;
	color: #111f60;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}

.tagline p{
	margin: 5px;
}

.header-right-block{
	width: 32%;
	display: inline-block;
	text-align: right;
	vertical-align: text-bottom;
	padding-right: 1%;
}

.search_bar {
	float: right;
}

/* FORMS */

.form-column{
	width: 33%;
}

/* FOOTER */

.footer-icons{
	display: inline-block;
	padding: 0 20px 0 0;
}

.footer-email{
	display: inline-block;
	padding: 0 20px;
}

.footer-phone{
	display: inline-block;
	padding: 0 0 0 20px ;
}

/*CONTACT FORMS*/
.contact-page-main{
	width: 70%;
	overflow: hidden;
}

.contact-page-panel{
	float: left;
	margin: 0 20px 20px 0;
	display: block;
	max-width: 340px;
	width: 30%;
}

.google-maps {
	position: relative;
	padding-bottom: 75%; /* This is the aspect ratio*/
	height: 0;
	overflow: hidden;
}

.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	/*max-width: 600px;
	max-height: 450px;	*/
}

}


@media (min-width: 960px){

/* NAVIGATION */

#top-nav ul li a{
	color: #fff;
	font-size: 14px;
	padding-right: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

#e-support{
	display: inherit;
	padding-right: 10px;
	font-size: 16px;
	}

/* SERVICES PANELS */

#troubleshooting-panel, #infrastructure-panel, #managed-it-panel, #immediate-panel, #relocation-panel, #malware-panel, #telecommunications-panel, #disaster-recovery-panel{
	width: 25%;
	font-size: 16px;
}

.services-panel-summary p{
	font-size: 14px;
	font-weight: 400;
}


/* FEATURE PANEL */

.feature-panel-image {
	float: left;
	margin: 30px;
}
	
}

@media (min-width: 1200px){

/* SERVICES PANELS */

#troubleshooting-panel, #infrastructure-panel, #managed-it-panel, #immediate-panel, #relocation-panel, #malware-panel, #telecommunications-panel, #disaster-recovery-panel{
	width: 25%;
	font-size: 20px;
}

.services-panel-summary p{
	font-size: 16px;
	font-weight: 400;
}
	
}