box
/*
	Based on HTML5 Boilerplate
	Author: Atomicdust
	Author URI: http://atomicdust.com/

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html	
*/

/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
/* AJD updated background-color */
body { margin: 0; font-size: 1em; line-height: 1.4; background-color:#fbfafa }

::-moz-selection { background: #003399; color: #fff; text-shadow: none; }
::selection { background: #003399; color: #fff; text-shadow: none; }

a { 
	color: #2e67b4; 
	text-decoration: none; 
}
a:visited { color: #2e67b4; }
a:hover { color: #cc0033; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
 b, strong { font-weight: bold; color:#2d9d39 }
/* KEEP THIS FOR dark gray bold*/
/* b, strong { font-weight: bold; color:#777 }*/
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
/*sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }*/


sup { top: -0.2em; padding-right:2x; padding-left:1px; font-size: 70%; font-family:Arial, Helvetica, sans-serif;}
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 10px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol, #top-header ul { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/* AJD added style */
img.border { border:1px solid #000;}

svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* AJD added width */
table { border-collapse: collapse; border-spacing: 0; width: 100% }
/* AJD updated style */
th {
	vertical-align: middle;
	background-color: #2e67b4; 
	color: #FFF;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:600;
	text-align: left;
	padding: 8px;
	border:1px solid #cccccc;
} 
/* AJD updated style */
td { border:1px solid #cccccc;
	vertical-align: top;
	padding: 10px;
	

		color: #5b5b5b;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.center {
    text-align: center;
}

tr {
	background-color: #f2f2f2;
}
tr:nth-child(2n) {
	background-color: #FFF;
}
/* AJD new style */
.blank td{ border:none;
	vertical-align: top;
	padding: 10px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
/* AJD new style */
.blank tr {
	background-color: #ffffff;
}
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Main Styling  */
.inner {width: 960px; margin: 0 auto; position: relative;}
.column {
	position: relative;
	float: left;
	width: 25%;
	margin: 20px 0 0;
	padding: 0 5px;
}
.alignright { float: right; }

/* AJD updated style */
ul {
	list-style-type: disc;

}

h1 {
	color: #00355c;
	font-size: 22px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
/* AJD new style */
#content h2 {
	color: #00355c;
	font-size: 18px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}


/* AJD new style */
#content h3 {
	color: #00355c;
	font-size: 16px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	margin:0;
		line-height: 22px;
}
/* AJD new style */
#rmain h2 {
	color: #00355c;
	font-size: 15px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
/* AJD new style */
#rmain h3 {
	color: rgb(75, 75, 75);
	font-size: 12px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	margin:0;
			line-height: 14px;
}
/* AJD new style */
#video h3 {
	margin-top: 12px;
}
/* AJD new style */
#articles h3 {
	margin-top: 8px;
}
/* AJD new style */
h4 {
	color: #00355c;
	font-size: 18px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
/* AJD new style */
h5 {
	color: #00355c;
	font-size: 16px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	margin:0;
}
/* AJD new style */
h6 {
	color: #00355c;
	font-size: 14px;
	font-weight:600;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	padding-top:0px;
	margin:0px;
}
/* AJD new style */
h7 {
	color: #00355c;
	font-size: 18px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
p, li {
	color: #5b5b5b;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#content li {
	padding-bottom: 12px;
}

#content li .nopad {
	padding-bottom: 0px;
}
/* AJD new style */
ul.list2col {float: left; width: 100%; margin: 0em 0 1em 0;}
/* AJD new style */
ul.list2col li {float: left; width: 50%;}
/* AJD new style */
ul.list2col li.header {float: left; width: 50%; list-style-type: none; font-weight:bold; margin-left:-15px; margin-right:15px}
/* AJD new style */

#content ul ul
{
	list-style: circle;
	margin-left:6px
}
.button {
	cursor: pointer;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	padding:6px 24px;
	text-decoration:none;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	color:#777777;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
.button:active {
	position:relative;
	top:1px;
}
.green {
	text-transform: uppercase;
	padding:6px 12px;
	color:#ffffff;
	border: none;
	font-weight:bold;
	

	background: -moz-linear-gradient(
		top,
		#3fb347 0%,
		#2d9d39 50%,
		#2d9d39);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3fb347),
		color-stop(0.50, #2d9d39),
		to(#2d9d39));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb347', endColorstr='#2d9d39');
	background-color:#2d9d39;

	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	
	
}

.green:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3ea339), color-stop(1, #3fb347) );
	background:-moz-linear-gradient( center top, #3ea339 5%, #3fb347 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ea339', endColorstr='#3fb347');
	background-color:#3ea339;
}

.blue {
	padding:6px 12px;
	color:#ffffff;
	border: none;
	font-size: 12px;
	font-weight:normal;
	
	background: -moz-linear-gradient(
		top,
		#003258 0%,
		#002d47 50%,
		#002d47);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#003258),
		color-stop(0.50, #002d47),
		to(#002d47));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003258', endColorstr='#002d47');
	background-color:#003258;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #003258;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
}

.blue:hover {
	background: -moz-linear-gradient(
		top,
		#002d47 0%,
		#002d47 50%,
		#003258);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#002d47),
		color-stop(0.50, #002d47),
		to(#003258));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#002d47', endColorstr='#003258');
	background-color:#002d47;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.8);
}
/* AJD new style */
.red {
	text-transform: uppercase;
	padding:6px 12px;
	color:#ffffff;
	border: none;
	font-weight:bold;
	

	background: -moz-linear-gradient(
		top,
		#840a42 0%,
		#a60b49 50%,
		#a60b49);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#840a42),
		color-stop(0.50, #a60b49),
		to(#a60b49));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#840a42', endColorstr='#a60b49');
	background-color:#a60b49;

	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	
	
}
/* AJD new style */
.red:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a60b49), color-stop(1, #840a42) );
	background:-moz-linear-gradient( center top, #a60b49 5%, #840a42 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a60b49', endColorstr='#840a42');
	background-color:#a60b49;
}
.button.server {
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
/* AJD new style */
.button.learn {
	font-size:14px;
	text-transform: none;
	font-weight: normal;
	font-style: italic;
}
/* Header Styling */
#top-header {background-color: #434343; width: 100%; height: 22px; }
#top-header ul {float: right;}
#top-header li {
	margin-top: 2px;
	float: left;
	font-size: 12px;
	border-right: 1px solid #8a8a8a;
	}
#top-header li:last-child {	border-right: none;	}
#top-header li a {
	float: left;
	padding: 0 10px;
	text-decoration: none;
	color: #FFF;
	}
#top-header li a:hover, #top-header li a:focus, #top-header li.phone-number:hover {
	color: #999;
	}
#top-header li a:active {
	color: #999;
	}
#top-header li.active a {
	font-weight: bold;
	color: #FFF;
	}
#top-header li.shopping-cart a {
	text-indent: -999em;
	background: url("/images/icons/cart-icon.png") no-repeat 0 2px;
	width: 12px;
	height: 14px;
	margin-left: 10px;
	opacity: 1;
}
#top-header li.shopping-cart a:hover { 
	opacity: .5;
}

#header {
	position: relative;
	z-index: 100;
	height: 50px;
	background-image: linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))
	);
	zoom: 1;
}
h4.logo {
	float: left; 
	width: 171px;
	margin: 0;
	padding: 0;
	zoom: 1;
}
h4.logo a {
	float: left; 
	width: 171px;
	min-height: 42px;
	text-indent: -999em;
	background: url("/images/logos/connectria-logo.png") no-repeat 0 0;
	zoom: 1;
}

h1.logo {
	float: left; 
	width: 171px;
	margin: 0;
	padding: 0;
	zoom: 1;
}
h1.logo a {
	float: left; 
	width: 171px;
	min-height: 42px;
	text-indent: -999em;
	background: url("/images/logos/connectria-logo.png") no-repeat 0 0;
	zoom: 1;
}
#nav-bar {
	float: right;
	width: 750px;
	zoom: 1;
}
nav[role="navigation"] {float: left;}
nav[role="navigation"] li {
	position: relative;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
	float: left;
	font-size: 14px;
	/* border-right: 1px solid #cacaca; */
	z-index: 9999;
	
	}
nav[role="navigation"] li:first-child {
	/* border-left: 1px solid #cacaca; */

	}
nav[role="navigation"] li a {
	float: left;
	padding: 0 7px;
	text-decoration: none;
	color: #333;
	line-height: 50px;
	}
nav[role="navigation"] li a:hover,
nav[role="navigation"] li a:focus {
	background-color: #e6e6e6;
	}
nav[role="navigation"] li a:active {
	color: #666;
	}
nav[role="navigation"] li.active a {
	font-weight: bold;
	color: #333;
	}
nav[role="navigation"] ul.menu > li > ul {
	/*
opacity: 0;
	visibility: hidden;
*/
	display:none;
	position: absolute;
	z-index: -1;
	top: 50px;
	left: -1px;
	/* AJD made narrow */
	width: 280px;
	padding-bottom: 10px;
	padding-top: 15px;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	-webkit-box-shadow: 7px 7px 5px rgba(0, 25, 44, 0.90);
	-moz-box-shadow:    7px 7px 5px rgba(0, 25, 44, 0.90);
	box-shadow:         7px 7px 5px rgba(0, 25, 44, 0.90);
	-webkit-transition: all .35s .2s ease-in-out;
	-moz-transition:	all .35s .2s ease-in-out;
	-ms-transition: 	all .35s .2s ease-in-out;
	transition: 		all .35s .2s ease-in-out;
}
/*

nav[role="navigation"] ul > li > ul > li > ul {
	position: static;
	opacity: 1;
	visibility: visible;
	
	width: 300px;
	padding-bottom: 10px;
	border: none;
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none ;
	box-shadow:         none;
	-webkit-transition: none;
	-moz-transition:	none;
	-ms-transition: 	none;
	transition: 		none;
}
*/
.mobile-nav {
	display: none;
}
.nav-item:hover .sub-menu {
	display:block;
	z-index: 9999;
}

nav[role="navigation"] ul ul li, nav[role="navigation"] ul ul li:first-child  {
	border: none;
}
nav[role="navigation"] ul ul li {
	margin-left: 15px;
	padding: 0 15px 10px 0;
	font-size: 13px;
	width: 270px;

}
nav[role="navigation"] ul ul li a {
	line-height: 18px;
}
nav[role="navigation"] ul ul li a:hover {
	color:#999;
}
nav[role="navigation"] ul.sub-sub-menu {
	margin-top: 25px;
	
}
/*
nav[role="navigation"] ul ul ul li { 	
	width: 170px;
}
nav[role="navigation"] ul ul ul li:first-child {
	padding-top: 10px;
}

nav[role="navigation"] ul ul li:hover > ul, nav[role="navigation"] ul ul ul li:hover > ul {
	
}
nav[role="navigation"] ul ul ul {
	display: none;
}
nav[role="navigation"] ul ul li:hover > ul {
	display: block;
}
nav[role="navigation"] ul ul ul li {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin-left: 30px;
}
*/
nav[role="navigation"] p.sub-menu {
	color: #8c8c8c;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 20px;
	border-bottom: 1px solid #8c8c8c;
}
nav[role="navigation"] .arrow {
	font-size: 8px;
	line-height: 12px;
	padding-left: 3px;
}
#search-form { 
	float: right;
	margin: 12px 0 0 5px;
}
form.search fieldset input[type="text"] {
	width: 70px;
	padding: 3px 14px;
	font-size: 14px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
	color: #333;
	background: #FFF;
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	}
form.search fieldset input[type="submit"] {
	margin-left: -5px;
	padding: 5px 14px;
	font-size: 12px;
	/* font-family: "Myriad Pro", Arial, Helvetica, sans-serif;  */
	text-transform: uppercase;
	color: #fff;
	background: #7d7d7d;
	border: 1px solid #585858;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	}
form.search fieldset input[type="submit"]:hover,
form.search fieldset input[type="submit"]:focus,
form.search fieldset input[type="submit"]:active {
	background: #434343;
	}				

/* Footer Styling */
#footer {
	width: 960px;
	margin: 20px auto;
	border-top: 1px solid #b2b2b2;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#footer li a {
	font-size: 12px;
	color: rgba(51,51,51,0.4);
}
#footer li a:hover {
	color: rgba(51,51,51,1.0);
}
#footer-sitemap .column {
	width: 106px;
	/* height: 200px; */
	/* width: 89px; */
	margin: 20px 0 0 10px;
	padding: 0 10px;
	/* border-right: 1px solid rgba(0,0,0,0.1); */
}
#footer-sitemap .column:last-child {
	border: none;
}
#footer-sitemap h5 {
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
}
#footer-sitemap ul{
	list-style: none;
	padding-left: 0;
}

#footer-nav {
	clear: both;
	margin-top: 80px;
}
.legal-nav, .social-nav {padding: 0;}
.legal-nav li, .social-nav li {
	list-style: none;
	float: left;
	padding: 2px;
}
.legal-nav {
	float: left;
}
.social-nav {
	float: right;
}
.legal-nav li {
	padding-right: 20px;
}

/* Template Styling */
#wrapper {
	position: relative;
	zoom: 1;
	overflow: hidden;
}
#blue-image {
	position: absolute;
	top:-50px;
	left: 0;
	width: 100%;
	height: 411px;
	background: url("/images/backgrounds/blue-servers.jpg") no-repeat 50% 0 #001428;
	background-size: cover;
}

#blue-image.nojerks
{
	background-image: url("/images/backgrounds/About-Us2.jpg");
}

#blue-image.partners
{
	background-image: url("/images/backgrounds/Partners2.jpg");
}

#blue-image.technologies
{
	background-image: url("/images/backgrounds/Technologies2.jpg");
}

#blue-image.solutions
{
	background-image: url("/images/backgrounds/Solutions2.jpg");
}

#blue-image.services
{
	background-image: url("/images/backgrounds/Services3.jpg");
	vertical-align:middle;
}

#blue-image.cloud
{
	background-image: url("/images/backgrounds/Cloud2.jpg");
}

#blue-image.dedicated
{
	background-image: url("/images/backgrounds/Dedicated.jpg");
}

#blue-image.dedicated_nja
{
	background-image: url("/images/backgrounds/Dedicated_nja.jpg");
}
#blue-image.dedicated_nja2
{
	background-image: url("/images/backgrounds/Dedicated_nja2.jpg");
}
#gray-bg{
	position: absolute;
	top: 362px;
	left: 0;
	width: 100%;
	height: 320px;
	background-color: #ececec;
}
#main {
	z-index: 5;
	width: 925px;
	min-height: 700px;
	position: relative;
	margin: -35px auto;
	
	background-color: #FFF;
/* AJD REMOVED

background-image: linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))
	); */
}
.template #main {
	margin: 55px auto;
}
.hosting #main {
	margin: -55px auto 0;
}
#content {
	width: 550px;
	float: left;
	margin: 20px 60px 20px 30px ;
}
/* AJD new style */
#content.wide {
	width: 865px;
	float: left;
	margin: 20px 60px 20px 30px ;
}
#sidebar {
	float: left
}

/* Template with the Sidebar */

.breadcrumbs {
	margin: 0;
	padding: 0;
}
.breadcrumbs a {
	text-decoration: underline;
}

.template-sidebar .column {
	width: 255px;
	padding: 0;
}
.template-sidebar .column.right {
	margin-left: 40px;
}

.template-sidebar .column ul {
	list-style: none;
	padding-bottom: 5px;
}

.related-content {
	clear: both;
	margin-top: 20px;
	border-top: 1px solid #cfcfd0;
}
.related-content h4{
	color: #00355c;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
.related-content ul { list-style: none; }
/* AJD updated font weight */
.related-content li a {color: #cc0033; font-weight:normal;  }
/* AJD updated font weight */
.related-content li a:hover {color: #2e67b4; font-weight:normal; }

.boxed {
	margin: 10px 0;
	width: 550px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid #dcdcdd;
	font-size:12px
}


#sidebar .box {
	margin: 10px 0;
	width: 230px;
	padding: 10px;
	border: 1px solid #dcdcdd;
}

#sidebar .box h3 {
	color: #00355c;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}


#sidebar .box h4 {
	color: #00355c;
	font-size: 18px;
	margin: 0 0 10px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
#sidebar .box.customers-box h3 {
	color: #125a94;
	font-size: 16px;
}
#sidebar .contact-box.box {
	margin-top: 60px;
	background-color: #f3f3f3;
	padding: 10px 30px;
	width: 190px;
}
#sidebar .himss-box.box {

	margin-top: 0px;
	background-color: #ffffff;
	padding: 10px 30px;
	width: 190px;
}
#sidebar .contact-box.box a img {
	padding-right: 5px;
}
#sidebar .contact-box.box a {
	display: block;
	padding:6px 24px;
	margin: 5px 0;
	width: 150px;
	text-align: center;

	-moz-box-shadow:inset 0px 1px 0px 0px #a60b49;
	-webkit-box-shadow:inset 0px 1px 0px 0px #a60b49;
	box-shadow:inset 0px 1px 0px 0px #a60b49;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a60b49), color-stop(1, #840a43) );
	background:-moz-linear-gradient( center top, #a60b49 5%, #840a43 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a60b49', endColorstr='#840a43');
	background-color:#a60b49;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #dcdcdc;
	color:#ffffff;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-decoration:none;
}
#sidebar .contact-box.box a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #840a43), color-stop(1, #a60b49) );
	background:-moz-linear-gradient( center top, #840a43 5%, #a60b49 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#840a43', endColorstr='#a60b49');
	background-color:#840a43;
}
#sidebar .contact-box.box a:active {
	position:relative;
	top:1px;
}
#sidebar .contact-box.box p {
	text-align: center;
	font-size: 12px;
}
#sidebar .customers-box.box p, #sidebar .microsoft-box.box p {
	font-size: 12px;
}

#sidebar .video-box.box {
	background-color: #125b90;
}
#sidebar .video-box.box h3, #sidebar .video-box.box p {
	color: #FFF;
}

#sidebar .microsoft-box.box {
	margin-top: 30px;	
}

#sidebar .microsoft-box.box .card {
	margin: -30px 0 5px;
}



/* Template with NO Sidebar */
.template-nosidebar #content {
	width: 700px;
	margin: 75px 75px 75px 75px;
}
.template-nosidebar #content-bar {
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	background: #b93e70; /* Old browsers */
background: -moz-linear-gradient(top,  #b93e70 0%, #a60b49 1%, #a60b49 33%, #840a42 62%, #840a42 98%, #b93e70 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b93e70), color-stop(1%,#a60b49), color-stop(33%,#a60b49), color-stop(62%,#840a42), color-stop(98%,#840a42), color-stop(100%,#b93e70)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b93e70 0%,#a60b49 1%,#a60b49 33%,#840a42 62%,#840a42 98%,#b93e70 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b93e70 0%,#a60b49 1%,#a60b49 33%,#840a42 62%,#840a42 98%,#b93e70 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b93e70 0%,#a60b49 1%,#a60b49 33%,#840a42 62%,#840a42 98%,#b93e70 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b93e70 0%,#a60b49 1%,#a60b49 33%,#840a42 62%,#840a42 98%,#b93e70 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93e70', endColorstr='#b93e70',GradientType=0 ); /* IE6-9 */

}
.template-nosidebar #content-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.template-nosidebar #content-bar li {
	padding-bottom: 0;
	float: left;
	color: #FFF;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height: 38px;
	border-right: 1px solid #6c1340;
}
.template-nosidebar #content-bar li:last-child {
	border: none;
}
.template-nosidebar #content-bar li a, .template-nosidebar #content-bar li.phone-number {
	color: #FFF;
	display: block;
	padding: 0 10px;
	width: 155px;
}
.template-nosidebar #content-bar li a:hover, .template-nosidebar #content-bar li.phone-number span:hover { opacity: 0.8; }
.template-nosidebar #content-bar li a img, .template-nosidebar #content-bar li.phone-number img {
	margin-top: -2px;
	padding-right: 5px;
}
.template-nosidebar #content-bar li.contact {border: none;}
.template-nosidebar #content-bar li.contact a {
	padding-left: 30px;
	width: 105px;
	background: url("/images/backgrounds/contact-btn.png") no-repeat 0 0 transparent;
}
.template-nosidebar #content-bar li.request-quote a, .template-nosidebar #content-bar li.live-chat a {
	text-align: center;
}
.template-nosidebar #content-bar li.phone-number {
	width: 360px;
	padding-left: 40px;
}
.template-nosidebar #content-bar li.phone-number span {
	font-size: 12px;
	padding: 0 10px;
}

/* Featured Content - can be found on Managed Hosting & Resource Center */
#featured {
	color: #FFF;
	z-index: 99;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	height: 300px;
	width: 960px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}
/* AJD updated font size */

#featured h1 {
		color: #FFF;
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	line-height: .9;
	font-weight: normal;
}

#featured h2 {
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	line-height: .9;
	font-weight: normal;
}

#featured h3 {
	margin: 0px;
	padding: 0px;
	font-size: 48px;
	line-height: .9;
	font-weight: normal;
}

#featured h2 em {
	color: #a8c4da;
	display: block;
	font-style: italic;
	font-size: 18px;
}

#featured.fullfeat h2
{
	font-size: 48px;
}

#featured.fullfeat h3
{
	font-size: 48px;
}
#featured.fullfeat h2 em
{
	font-size: 32px;
}

#featured p {
	color: #FFF;
	line-height: 18px;
}
/* updated padding */
#featured .intro {
	margin: 100px 20px 0 0px;
}

#featured.fullfeat .intro
{
	margin-top: 80px;
}

/* AJD added */
#featured .top-info-box {
	background-color: #ffffff;
	width: 229px;
	padding: 10px;
	height: 80px;
}
/* AJD added */
#featured .top-info-box p {
	color: #5b5b5b;
	margin: 5px 0;
	padding: 0;
	font-size:14px;
	line-height: auto;

}
#featured .info-box {
	background-color: #004577;
	width: 229px;
	padding: 10px;
	height: 65px;
}
#featured .info-box p {
	margin: 5px 0;
	padding: 0;
	line-height: auto;
	color: #b2c4d0;
}
#featured .info-box p strong {
	color: #FFF;
	font-size: 22px;
	letter-spacing: 1px;
}
.column.comparison {
	margin-bottom: 40px;
	text-align: center;
}
.column.comparison img {
	padding: 20px 0;
}
.column.comparison .button {
	margin-bottom: 50px;
}
.column.comparison.right {
	border-left: 1px solid #CCC;
	margin-left: 19px;
	padding-left: 20px;
}

.resource-center #featured .intro, .resource-center #featured .search {
	width: 370px;
	margin: 100px 20px 0px 40px;
}

.resource-center #featured .search {
	margin-top: 60px;
	background-color: #003358;
	background-color: rgba(0,51,88,.80);
	padding: 30px 20px;
}
.resource-center #featured .search p {
	color: #FFF;
	margin-bottom: 5px;
}
form.resource-form fieldset {
	position: relative;
}

.resource-form .chzn-select
{
	width: 275px;
}

form.resource-form fieldset .check-text {
	display: block;
	height: 36px;
	width: 230px;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))
	);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#FFFFFF');
	background-color: #f1f1f1;
}

form.resource-filter .chzn-container
{
	margin-top: 4px;
}

form.resource-form fieldset input[type="text"] 
{
	border: none;
	margin-top: 4px;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	
	background-image: linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))
	);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#FFFFFF');
	background-color: #f1f1f1;
	
	width: 270px;
}

.lt-ie8 form.resource-form fieldset input[type="text"],
.lt-ie8 form.resource-filter fieldset select
{
	float: left;
}

#featured form.resource-form fieldset .check-text p {
	color: #929292;
	margin: 0;
	padding-left: 10px;
	line-height: 36px;
	font-style: italic;
	
}
form.resource-form fieldset .check-set {
	position: absolute;
	top:36px;
	width: 200px;
	background-color: #e2e2e2;
	color: #000;
	padding: 10px 15px;
	font-size: 15px;
	border: 1px solid #ddd;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
form.resource-form fieldset .sub-checks {
	padding-left: 10px;
}
form.resource-form fieldset .check-set .checks{
	margin-bottom: 25px;
	max-height: 250px;
    width: 211px;
    overflow-y: scroll; /* For others & old IE */
}
form.resource-form fieldset .check-set .checks::-webkit-scrollbar {
-webkit-appearance:none !important;
width:11px !important
}
form.resource-form fieldset .check-set .checks::-webkit-scrollbar {
border-radius:8px !important;
background-color:#ccc !important
}
form.resource-form fieldset .check-set .checks::-webkit-scrollbar-thumb {
border-radius:8px !important;
border:2px solid white !important;
background-color:rgba(0,0,0,.5) !important
}
form.resource-form fieldset label{
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #4c4c4c;
	/* background: url("/images/icons/checkbox.gif") no-repeat scroll 0 2px transparent; */
}	
form.resource-form fieldset input[type="checkbox"] {
	margin-right: 5px;
}
/*
form.resource-form fieldset  input[type="checkbox"] {
	left: -9999px;
    position: absolute;
}

#foo:checked::before,
input[type="checkbox"] {
    position:absolute;
    clip: rect(0,0,0,0);
    clip: rect(0 0 0 0);
}
#foo:checked,
input[type="checkbox"] {
    content: url('/images/icons/checkbox.gif');
}
input[type="checkbox"]:checked {
    content: url('/images/icons/checkbox-checked.gif');
}
*/
form.resource-form fieldset .check-set .close-bar{
	font-size: 12px;
	background-color: #8c8c8c;
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	height: 32px;
}
form.resource-form fieldset .check-set .close-bar a{
	color: #FFF;
	line-height: 32px;
	margin: 0 10px;
}
form.resource-form fieldset .check-set .close-bar a.clear img {
	margin-top: -2px;
	padding-right: 5px;
}
form.resource-form fieldset .check-set .close-bar a.clear:hover {
	opacity: .70;
}
form.resource-form fieldset .check-set .close-bar a.done {
	float: right;
	margin-top: 3px;
	padding: 7px 15px;
	line-height: 12px;
	background-color: #272727;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
form.resource-form fieldset .check-set .close-bar a.done:hover {
	background-color: #FFF;
	color: #272727;
}
form.resource-form fieldset input[type="submit"] {
	/* float: left; */
	float: right;
	padding: 10px 20px;
	margin-left: 10px;
	height: 36px;
	font-size: 15px;
	color: #fff;
	border-radius: 4px;
	
	background: -moz-linear-gradient(
		top,
		#3fb347 0%,
		#2d9d39 50%,
		#2d9d39);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#3fb347),
		color-stop(0.50, #2d9d39),
		to(#2d9d39));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb347', endColorstr='#2d9d39');
	background-color:#2d9d39;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #2ea100;
	-moz-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	-webkit-box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	box-shadow:
		0px 1px 3px rgba(0,0,0,0.8),
		inset 0px 1px 2px rgba(255,255,255,0.50);
	}
form.resource-form fieldset input[type="submit"]:hover,
form.resource-form fieldset input[type="submit"]:focus,
form.resource-form fieldset input[type="submit"]:active {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3ea339), color-stop(1, #3fb347) );
	background:-moz-linear-gradient( center top, #3ea339 5%, #3fb347 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ea339', endColorstr='#3fb347');
	background-color:#3ea339;
}	

#content.resources {
	width: 860px;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}		
.resources article {
	clear: both;
	position: relative;
}
.resources article h2 {
	font-size: 15px;
	color: #434343;	
	font-weight: 300;
}

.resources .stext { 
	margin-left: 10px;
	font-size: 80%;
	font-style: italic;
}

.resources .stext a
{
	margin-left: 10px;
}

.resources article a.view-all {
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: underline;
	font-size: 12px;
}
.resource-item {
	float: left;
width: 245px;
	padding: 0px 20px 25px 0;
}
.resource-item h3{
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	color: #4b4b4b;
}
.resource-item p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0;
	color: #9d9d9d;
}

.case-study-logo {
	height:57px;
display: table-cell; vertical-align: middle;

}


.case-study-desc {
height:100px;

}

article.white-papers-content .resource-item {
	width: 245px;
	height:120px;
}
article.white-papers-content .resource-item h3{
	margin-top: 0;
}

article.white-papers-content .resource-item p{
	height:53px;
}

article.brochures-content .resource-item {
	width: 245px;
	height:120px;
}
article.brochures-content .resource-item h3{
	margin-top: 0;
}

article.brochures-content .resource-item p{
	height:53px;
}
article.presentation-content .resource-item {
	width: 245px;
	height:120px;
}
article.presentation-content .resource-item h3{
	margin-top: 0;
}

article.presentation-content .resource-item p{
	height:53px;
}
article.articles-content .resource-item {
	width: 245px;
	height:150px;
}
article.articles-content .resource-item h3{
	margin-top: 2;
	
}

article.articles-content .resource-item p{
	height:53px;
}
.resource-item img.white-paper {
	float: left;
	padding-right: 20px;
	padding-bottom: 60px;
}
.resource-item img.articles {
	float: left;
	padding-right: 20px;
	padding-bottom: 300px;
}
article.video-content .resource-item {
	width: 255px;
	height:200px;
}
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* @group Base */
.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );   
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%); 
  -webkit-border-radius: 5px;
  -moz-border-radius   : 5px;
  border-radius        : 5px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow   : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow        : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/images/icons/chosen-sprite.png') right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  background: url('/images/icons/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  background: #fff url('/images/icons/chosen-sprite.png') no-repeat 100% -22px;
  background: url('/images/icons/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/icons/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/icons/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/icons/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/icons/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius   : 0 0 4px 4px;
  border-radius        : 0 0 4px 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 ); 
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%); 
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
  border: 1px solid #cccccc;
  padding-right: 5px;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/images/icons/chosen-sprite.png') right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );  
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li em {
  background: #f6fc3c;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px; /* This should by dynamic with js */
  z-index: 1;
}
.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}
.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
  background: url('/images/icons/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
  background: url('/images/icons/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }

.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
  background: #fff url('/images/icons/chosen-sprite.png') no-repeat -38px -22px;
  background: url('/images/icons/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/images/icons/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);  
  background: url('/images/icons/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/icons/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/images/icons/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
/* @end */

/* Subform Styles */

/*  AJD color updated  */
.template-newpage h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: normal;
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.template-newpage h3 {
	font-size: 16px;
}

#secondmain {
    background-color: #FFFFFF;
    margin: 55px auto;
    min-height: 700px;
    position: relative;
    width: 925px;
    z-index: 5;
}

#secondmain .content {
	 float: left;
    margin: 20px 60px 20px 30px;
}

.quote h2 {
	margin-top: 0px;
}

#packages {
	float: left;
	width: 925px;
	border-bottom: 1px solid #e1e1e0;
	padding-bottom: 30px;
}

.package .asset {
	float: left;
	margin: 20px 30px 60px 0;
}

.package ul {
	float: left;
	width: 320px;
}

.packagenote {
	width: 100%;
	float:left;
}

.asset.sample {
	width: 100%;
	text-align: center;
}

.package {
	border-bottom: 1px solid #e1e1e0;
	width: 685px;
	padding: 0 170px 20px 40px;
	margin-bottom: 36px;
}

.template-newpage.smallform .contactsubmit {
    float: left;
    margin-left: 0px;
    margin-top: 35px;
}

.template-newpage.smallform .text_inputs {
    float: left;
    margin: 0 -47px 0 0;
    padding: 30px 0 10px;
}

.template-newpage.smallform .questionswrap {
    float: left;
    margin: 0 -47px 0 0;
    padding: 20px 0 ;
}

.template-newpage.smallform .quote {
	border-bottom: 1px solid #CACAC9;
}

.template-newpage.smallform .quotecheck {
    float: left;
    width: 800px;
}

.template-newpage.smallform .questionstext {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CACAC9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #FDFDFC;
    height: 115px;
    margin: 0 40px 50px 0;
    width: 530px;
}

.template-newpage.smallform .select2-container .select2-choice {
    background: -moz-linear-gradient(center bottom , #EAEAEA 0%, #F9F9F9 60%) repeat scroll 0 0 padding-box #CCCCCC;
    border: 1px solid #CACAC9;
    border-radius: 3px 3px 3px 3px;
    color: #717171;
    display: block;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 245px;
}

.template-newpage.smallform .text_inputs li {
    float: left;
    height: 75px;
    padding-right: 27px;
    width: 250px;
}

.template-newpage #formwrapper {
	margin-top: 0;
}

.template-newpage .text_inputs li {
    float: left;
    height: 75px;
    padding-right: 27px;
    width: 440px;
}

.template-newpage .text_inputs li input {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CACAC9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #FDFDFC;
    height: 36px;
    width: 250px;
}

.template-newpage .text_inputs {
    float: left;
    margin: 0 -47px 0 0;
    padding: 20px 0 30px 30px;
}

.template-newpage .select2-container .select2-choice {
    background: -moz-linear-gradient(center bottom , #EAEAEA 0%, #F9F9F9 60%) repeat scroll 0 0 padding-box #CCCCCC;
    border: 1px solid #CACAC9;
    border-radius: 3px 3px 3px 3px;
    color: #717171;
    display: block;
    height: 38px;
    line-height: 36px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 413px;
}

.template-newpage .questionstext {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CACAC9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #FDFDFC;
    height: 115px;
    margin: 0 40px 50px 0;
    width: 889px;
}

.template-newpage .newsletterlabel {
	line-height: 30px;
}

.template-newpage .quotecheck {
	float:left;
}

.template-newpage .contactsubmit {
    margin-left: 130px;
    margin-top: 25px;

}

/* AJD REMOVED 
#content ul li {
	font-weight: bold;
}
*/

.lowermenu ul li {
	font-weight: bold;
	float:left;
	height: 30px;
	width: 390px;
}

.lowermenu ul {
	margin-left:40px;
	margin-bottom: 50px;
}

.lowermenu {
		border-bottom: 1px solid #e1e1e0;
		border-top: 1px solid #e1e1e0;
		padding: 20px 0 30px;
		margin-bottom: 40px;
}

.lowermenu a {
	color: #5B5B5B;
}

.questionswrap {
	 float: left;
    margin: 0 -47px 0 0;
    padding: 20px 0 30px 30px;
}

.template-contactus .questionswrap {
    float: left;
    margin: 0 -47px 0 0;
    padding: 20px 40px 30px 20px;
}

/* Contact Page Styles */

.template-contactus #main {
	background: #ffffff;
}

.groupthree li {
	float: left;
}

#content.contactpage {
	margin: 0;
	padding: 20px 60px 20px 30px;
	width: 835px;
	height: 630px;
	background-color: #FFF;
/* 	background-image: linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))*/
	);
	
}

.contact_left, .contact_right {
	width: 377px;
	float:left;
	padding-left: 40px
}

.contact_right {
	border-left: 1px solid #b3b3b2;
}

.contact_info {
	border-bottom: 1px solid #e1e1e0;
	padding-bottom: 44px;
}

#contactForm ul {
	list-style-type: none;
}

#formwrapper {
	float:left;
	margin-top: -300px;
	font-size: 12px;
}

#formwrapper p, #formwrapper li {
	font-size: 12px;
}

.text_inputs {
	padding: 20px 0px 90px 30px;
	margin: 0;
	float: left;
	margin-right: -27px;
}

.lt-ie8 .text_inputs {
	padding-bottom: 30px;
}

#timeframe, #state, #country, #industry, #budget, #primary_tech {
	background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CACAC9;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 1px #FDFDFC;
    height: 40px;
    width: 400px;
    background-image: linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -o-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -moz-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -ms-linear-gradient(bottom, rgb(241,241,241) 1%, rgb(255,255,255) 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))
	);
}

/* AJD New Style */
.template-newpage.smallform #timeframe, .template-newpage.smallform #state, .template-newpage.smallform #country, .template-newpage.smallform #industry, .template-newpage.smallform #budget {
 width: 250px;
}

.template-contactus .text_inputs input {
	width: 390px;
	border: 1px solid #cacac9;
	height: 36px;
	background: #eeeeee;
	
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	  -webkit-border-radius: 3px; 
	
	  /* Firefox 1-3.6 */
	  -moz-border-radius: 3px; 
	  
	  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	  border-radius: 3px; 
	  
	  -moz-box-shadow: inset 1px 1px 1px #e5e5e5;
	  -webkit-box-shadow: inset 1px 1px 1px #e5e5e5;
	  box-shadow: inset 1px 1px 1px #e5e5e5;
	  -moz-box-shadow: 1px 1px 1px #fdfdfc;
	  -webkit-box-shadow: 1px 1px 1px #fdfdfc;
	  box-shadow: 1px 1px 1px #fdfdfc;

}

.text_inputs li {
	float: left;
	width: 417px;
	padding-right: 27px;
	height: 75px;
}

.contactlabel {
	text-transform: uppercase;
	font-size: 12px;
}

.subform, .subform li {
	float: left;
	width: 210px;
}

.subform.third,.subform.last {
	width: 350px;
	float: left;
}


.subform.last li {
	width: 420px;
}

.subform.third li {
	width: 170px;
	float: left;
}

.subform.thirdcol{
	width: 150px;
	float: left;
}


.subform .contactlabel {
	padding: 0 0 20px 0;
	display: block;
}

.groupthree {
	padding-bottom: 30px;
}

.subform li {
	padding: 3px 0;
}

.subform li label, .newsletterlabel {
	padding: 0 0px 0 5px;
	color: #5B5B5B;
}

.contactlabel.questions {
	font-size: 12px;
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	color: #5B5B5B;
	display: block;
}

.questionstext {
	
	width: 859px;
	height: 115px;
	border: 1px solid #cacac9;
	background: #eeeeee;
	    float: left;
	margin: 0 40px 50px 0;
	
		/* Safari 3-4, iOS 1-3.2, Android 1.6- */
	  -webkit-border-radius: 3px; 
	
	  /* Firefox 1-3.6 */
	  -moz-border-radius: 3px; 
	  
	  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
	  border-radius: 3px; 
	  
	  -moz-box-shadow: inset 1px 1px 1px #e5e5e5;
	  -webkit-box-shadow: inset 1px 1px 1px #e5e5e5;
	  box-shadow: inset 1px 1px 1px #e5e5e5;
	  -moz-box-shadow: 1px 1px 1px #fdfdfc;
	  -webkit-box-shadow: 1px 1px 1px #fdfdfc;
	  box-shadow: 1px 1px 1px #fdfdfc;
	 
}

.template-contactus #featured h2.contactheading, .template-newpage #featured h2.contactheading {
	font-size: 30px;
	color: #fff;
}

.template-contactus #featured h2.contactheading em {
	font-size: 22px;
	line-height: 26px;
}

.contactsubmit {
	margin-top: 30px;
	border: 0;
	border-radius: 3px;
	color: #fff;
	padding: 8px 60px 5px;
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	/*background-image: linear-gradient(bottom, #840a42 1%, #a60b49 80%);
	background-image: -o-linear-gradient(bottom, #840a42 1%, #a60b49 80%);
	background-image: -moz-linear-gradient(bottom, #840a42 1%, #a60b49 80%);
	background-image: -webkit-linear-gradient(bottom, #840a42 1%, #a60b49 80%);
	background-image: -ms-linear-gradient(bottom, #840a42 1%, #a60b49 80%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(241,241,241)),
		color-stop(0.8, rgb(255,255,255))
	);*/
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #840a42), color-stop(0.6, #a60b49));
    background-image: -webkit-linear-gradient(center bottom, #840a42 0%, #a60b49 60%);
    background-image: -moz-linear-gradient(center bottom, #840a42 0%, #a60b49 60%);
    background-image: -o-linear-gradient(bottom, #840a42 0%, #a60b49 60%);
    background-image: -ms-linear-gradient(top, #840a42 0%, #a60b49 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#840a42', endColorstr = '#a60b49', GradientType = 0);
    background-image: linear-gradient(top, #840a42 0%, #a60b49 60%);

}

@media only screen and (min-width: 35em) {
  

}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Select2 Jquery Plugin */

/*
Version: 3.2 Timestamp: Mon Sep 10 10:38:04 PDT 2012
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;    /* firefox */
  -ms-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;     /* ie */
  -webkit-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;  /* konqueror */
  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;         /* css3 */
}

.select2-container .select2-choice {
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eaeaea), color-stop(0.6, #f9f9f9));
    background-image: -webkit-linear-gradient(center bottom, #eaeaea 0%, #f9f9f9 60%);
    background-image: -moz-linear-gradient(center bottom, #eaeaea 0%, #f9f9f9 60%);
    background-image: -o-linear-gradient(bottom, #eaeaea 0%, #f9f9f9 60%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #f9f9f9 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaeaea', endColorstr = '#f9f9f9', GradientType = 0);
    background-image: linear-gradient(top, #eaeaea 0%, #f9f9f9 60%);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #CACAC9;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 38px;
    width: 383px;
    line-height: 36px;
    padding: 0 0 0 8px;
    color: #717171;
    text-decoration: none;
}

.select2-container.select2-drop-above .select2-choice
{
    border-bottom-color: #aaa;
    -webkit-border-radius:0px 0px 4px 4px;
    -moz-border-radius:0px 0px 4px 4px;
    border-radius:0px 0px 4px 4px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 90%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, white 90%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    background-image: linear-gradient(top, #eeeeee 0%,#ffffff 90%);
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url('/images/select2.png') right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border:0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop {
    background: #fff;
    color: #000;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 9999;
    width:100%;
    margin-top:-1px;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.select2-drop.select2-drop-above {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    margin-top:1px;
    border-top: 1px solid #aaa;
    border-bottom: 0;

    -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
}

.select2-container .select2-choice div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eaeaea), color-stop(0.6, #f9f9f9));
    background-image: -webkit-linear-gradient(center bottom, #eaeaea 0%, #f9f9f9 60%);
    background-image: -moz-linear-gradient(center bottom, #eaeaea 0%, #f9f9f9 60%);
    background-image: -o-linear-gradient(bottom, #eaeaea 0%, #f9f9f9 60%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #f9f9f9 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eaeaea', endColorstr = '#f9f9f9', GradientType = 0);
    background-image: linear-gradient(top, #eaeaea 0%, #f9f9f9 60%);
    border-left: 1px solid #CACAC9;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 36px;
}

.select2-container .select2-choice div b {
    background: url('/images/dropdown.png') no-repeat center center;
    display: block;
    width: 100%;
    height: 100%;
}

.select2-search {
  display: inline-block;
    white-space: nowrap;
    z-index: 10000;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-search input {
    background: #fff url('/images/select2.png') no-repeat 100% -22px;
    background: url('/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    width:100%;
    margin:0;
    height:auto !important;
    min-height: 26px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.select2-drop.select2-drop-above .select2-search input
{
    margin-top:4px;
}

.select2-search input.select2-active {
    background: #fff url(/'spinner.gif') no-repeat 100%;
    background: url('/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}

.select2-results ul.select2-result-sub {
  margin: 0 0 0 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label { padding-left: 20px }
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 40px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 60px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 80px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 100px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 110px }
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label { padding-left: 120px }

.select2-results li {
  list-style: none;
  display: list-item;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-results .select2-highlighted em {
  background: transparent;
}
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-results .select2-disabled {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('spinner.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}


/* multiselect */

.select2-container-multi .select2-choices {
    background-color: #fff;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
      background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      border: 1px solid #aaa;
      margin: 0;
      padding: 0;
      cursor: text;
      overflow: hidden;
      height: auto !important;
      height: 1%;
      position: relative;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
    background: #fff url('/spinner.gif') no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/images/select2.png') right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* Wider Menu */

.widermenu .technologies ul.sub-menu {
	width: 440px;
	background: #e6e6e6 !important;
	height: 470px;
	padding-top: 20px;
	position: absolute;
	left:-175px;
}

.widermenu .technologies ul.sub-menu li ul.sub-sub-menu {
	position: static;
	box-shadow: none !important;
	border: 0 !important;
	background: #e6e6e6 !important;
}

.widermenu .technologies:hover ul.sub-menu li ul.sub-sub-menu {
	opacity: 1;
}

.widermenu .technologies ul.sub-menu li {
	background: #e6e6e6 !important;
		width: 180px;
	
}

.widermenu .technologies:hover ul.sub-menu li {
	visibility: visible;
}


.widermenu .sub-menu > li:first-child {
	display: none;
}/* AJD raised higher */
.widermenu .posfix {
	position: relative;
	top: -115px;
}
/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }

.select2-offscreen { position: absolute; left: -10000px; }

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice div b {
		background-image: url("/images/select2x2.png") !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important;
	}
	.select2-search input {
		background-position: 100% -21px !important;
	}
}

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: url('../images/fancybox/custom-close.png') center center no-repeat;
	position: absolute;
	top: 18px;
	right: 12px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
}
.video-fancy .fancybox-close {
	background: url('../images/fancybox/custom-close-white.png') center center no-repeat;
	top: -5px;
	right: -20px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* Lightbox & iFrame Styling */
.form-iframe #main, .form-download #main {
	margin: 0;
	width: 860px;
	min-height: auto;
}

.form-iframe .column-left {
	margin: 0 40px 0 37px;
	padding: 60px 0 0 20px;
	width: 295px;
	height: 486px;
	background-color: #00203a;
	color: #FFF;
}
.form-iframe .column-right {
	margin: 0;
	padding: 60px 0 60px;
	width: 390px;
margin-left: -100px;
	padding-left: -100px; 
}
.form-iframe h1 {
	color: #FFFFFF;
}
.form-iframe p {
	color: #b7b6b6;
}
.form-download #main { 
	width: 800px;
}
.form-download h1 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 60px;
}
.form-download .download-content {
	padding: 75px 0;
}
.form-download .download-area {
	text-align: center;
}
.document-registration fieldset {
	margin: 0 0 20px 0;
	font-size: 14px;
	}
.document-registration fieldset.form-actions {
	margin: 0;
	}
.document-registration fieldset label {
	display: block;
	margin: 0 0 5px 0;
	font-weight: bold;
	}
.document-registration fieldset.check label {
	display: inline;
	font-weight: normal;
	}
.document-registration fieldset.radio ul li label {
	display: inline;
	font-weight: normal;
	}
.document-registration fieldset input.form-text,
.document-registration fieldset textarea {
	display: block;
	width: 50%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.document-registration fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
	}
.document-registration fieldset textarea {
	height: 150px;
	}
.document-registration fieldset select {
	min-width: 25%;
	margin: 0;
	}
.document-registration fieldset.radio ul {
	margin-top: 5px;
	}
.document-registration fieldset.radio ul li {
	margin: 0 0 5px 0;
	}
.document-registration fieldset.radio ul li:last-child {
	margin: 0;
	}
.document-registration fieldset p.form-help {
	margin: 5px 0 0 0;
	font-size: 12px;
	color: #999;
	}
.document-registration input[type="submit"] {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;	
	font-weight: bold;
	border: 1px solid #ccc;
	background: #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.document-registration input[type="submit"]:hover,
.document-registration input[type="submit"]:focus {
	border: 1px solid #bbb;
	background: #e5e5e5;
	}
.document-registration input[type="submit"]:active {
	border: 1px solid #ccc;
	background: #eee;
	}			
.mobile-menu {
	display: none;
}	
.mobile-only {
	display: none !important;
}
.desktop-only {
	display: block !important;
}
@media only screen and (max-width: 959px) {
	body {
		margin-top: 47px;
	}
	.mobile-only {
		display: block !important;
	}
	.desktop-only {
		display: none !important;
	}
	.mobile-menu {
		display: block;
		position: absolute;
		top: 5px;
		right: 10px;
	}
	.mobile-header {
		margin: 0 0 5px 0;
		position: fixed;
		height: 47px;
		width: 100%;
		top: 0;
		background: #f7f9f9;
		z-index: 1000;
	}
	.mobile-nav {
		position: fixed;
		background: #333;
		z-index: 1000;
		top: 47px;
		right: -80%;
		width: 80%;
		height: 100%;
		overflow: auto;
		padding-bottom: 60px; 
		box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.mobile-nav .sub-menu {
		display: none;
	}
	.mobile-nav a, .mobile-nav:visited {
		color: white;
		display: block;
		padding: 10px 20px;
	}
	.mobile-nav a:hover {
		background: #222;
	}
	.mobile-nav a:focus { outline: none; }
	.mobile-nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.mobile-nav > ul > li {
		border-bottom: 1px solid #2a2a2a;
	}
	.mobile-nav .sub-menu li {
		background: #555;
		border-bottom: 1px solid #4c4c4c;
	}
	.mobile-nav .sub-menu li .sub-sub-menu li a {
		padding-left: 40px; 
	}
	.widermenu .mobile-nav .technologies ul.sub-menu {
	  width: 100%;
	  height: auto;
	  padding-top: 0;
	  position: static;
	  left: 0;
	}
	.widermenu .mobile-nav .technologies ul.sub-menu li {
	  background: #555 !important;
	  width: 100%;
	}
	img {
		max-width: 100%;
	}
	#blue-image, #featured {
		height: 200px;
	}
	nav {
		display: none;
	}
	#featured.fullfeat .intro, #featured .intro {
		margin-top: 20px;
	}
	#top-header { padding-top: 5px; }
	#top-header li.request-quote, #top-header li.phone-number {
		display: inline;
		border: none;
	}
	#top-header li:nth-child(2):after {
		content:"\A"; white-space:pre;
	}
	#top-header li.request-quote a, #top-header li.phone-number a {
		display: inline-block;
		width: 125px;
		margin: 5px auto;
		padding: 5px;
		border: 1px solid #B2738D;
		background: #970436; /* Old browsers */
		background: -moz-linear-gradient(top,  #970436 0%, #720431 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#970436), color-stop(100%,#720431)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #970436 0%,#720431 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #970436 0%,#720431 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #970436 0%,#720431 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #970436 0%,#720431 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970436', endColorstr='#720431',GradientType=0 ); /* IE6-9 */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;

	}
	#header, #home-highlights, #home-callout, #home-partners, #top-header {
		height: auto !important;
	}
	#home-partners {
		padding: 0 20px !important;
	}
	h4.logo, h4.logo a {
		float: none;
		margin: 0 auto;
		display:block;
	}
	#featured, #content, .inner, #nav-bar, #footer, #main, nav[role="navigation"] ul.menu > li > ul, nav[role="navigation"] ul ul li, .columns, .columns .column, #home-callout, .partners-highlight, #home-partners, .slideshow , .template-newpage.smallform .questionstext {
		width: 100% !important; 
		box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.template-newpage.smallform .questionswrap, .questionswrap {
		float: none;
		margin: 0;
	}
	nav[role="navigation"] ul.menu > li > ul, .columns .column:last-child {
		position: static !important;
		height: auto !important;
	}
	.columns {
		  padding: 20px;
		  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	.widermenu .posfix {
		top: auto;
	}
	#sidebar, #content, #nav-bar, nav[role="navigation"], nav[role="navigation"] li a, #search-form, .legal-nav li, .social-nav li, .legal-nav, #formwrapper, .columns .column, .partners-highlight li, .social-nav, #top-header ul, #top-header li, #top-header li a, #top-header li.phone-number  {
		float: none !important;
	}
	#top-header {
		text-align: center;
	}
	#top-header li {
		display: inline-block;
	}
	 .social-nav li, .partners-highlight li {
		 display: inline-block;
	 }
	#formwrapper {
		margin-top: 0;
	}
	#content.contactpage {
		height: auto !important;
	}
	#search-form {
		margin: 20px;
		width: 80%;
	}
	form.search fieldset input[type="text"] {
		width:70%;
		vertical-align: top;
		height: 26px;
		box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	nav[role="navigation"] li {
	  float: none;
	  text-align: center;
	  display: block;
	}
	nav[role="navigation"] li .sub-menu li {
		text-align: left;
	}
	#wrapper {
		clear:both;
	}
	#main {
		  padding: 0 20px;
		  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	#home-callout {
		margin-top: 0 !important;
	}
	#home-callout .follow {
		padding: 0 !important;
	}
	#sidebar .box, #sidebar .contact-box.box {
		width: 100%;
		box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	#content {
		margin: 20px 0 !important;
		padding: 0 !important;
	}
	#featured {
		text-shadow: 1px 1px 0 #000;
	}
	#featured .column:last-child {
		margin-left: 0 !important;
		position: absolute;
		right: 10px;
		text-align: right;
	}
	#featured .column:last-child img {
			width: 40%;
			height: auto;
	}
	#featured .column.search {
	  position: static;
	  width: 100%;
	  box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	#footer-sitemap .column, #footer-sitemap .column:last-child {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	  position: relative;
	}
	iframe {
		max-width:100%;
		box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	}
	#blue-image.nojerks {
		background-position:25%;
	}
	#featured h2, #featured.fullfeat h2, #featured.fullfeat h3, #featured h3 {
		font-size:32px;
	}
	#content table {
		font-size: 90%;
	}
	td, th {
	  font-size: 80%;
	  
	}

}