/*
 * Permanent CSS 
 */

/* Orange: E38126;
	Blue: 1D4289;
	Green: 00A650;
	light-blue:44B4E4;
 */
/*******  Common Hacks	**************************************		
															**
															**
	--- safari 3+, chrome 1+, opera9+, ff 3.5+ ---			**
/*body:first-of-type #ocho {  color: red }					**
															**	
	--- saf3, chrome1+ ---									**
@media screen and (-webkit-min-device-pixel-ratio:0) { 		**
 #diez  { background: #FFDECE; border: 2px solid #ff0000  } **
}															**
															**
	--- IE 7 and below ---									**
*:first-child+html #dos { color: red }						**
															**
															**
	--- saf3, chrome1+ ---									**
@media screen and (-webkit-min-device-pixel-ratio:0) { 		**
#menu  { display:none; }									**
}															**
															**
	--- IE 7 and modern browsers ---						**
html>body #tres { color: red }								**
															**
*********************************************************** */

/* **************************** CUSTOM ELEMENTS ********************* */

@font-face {
	font-family: "Plain T";
	src: url('../font/plantc.eot');
	src: url('../font/plantc.eot?#iefix') format('embedded-opentype'), url('../font/plantc.woff') format('woff'), url('../font/plantc.ttf') format('truetype'), url('../font/plantc.svg#plantc') format('svg');*/
}

/* **************************** COMMON ELEMENTS ********************* */




blockquote{
	padding-left:20px;
	border-left:1px solid #dcdcdc;
}

img{
	max-width:100%;
}
.share { 
	float:right; 
}
#form-1:hover {
	text-decoration: none!important;
}
#form-1 label:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none!important;
}
#form-1 label {
	color: #000;
	font-weight: normal;
}
#form-1 .form-submit-button {
	font-weight: normal;
}
#form-1 .form-submit-button:hover {
	font-weight: normal;
	text-decoration: none!important;
}
.form-submit-button #form-submit {
	text-decoration: none!important;
	font-weight: normal;
}
#form-1 input:hover {
	text-decoration: none!important;
}
.iplasma-breadcrumb { 
	background: #00A650;
	color: #fff;
	font-size: 16px;
	padding: 6px 0;
}

.iplasma-breadcrumb a {  
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
}

.iplasma-breadcrumb a:hover { 
	text-decoration: underline;
}

.iplasma-content-title, .sitemap-title, a.iplasma-content-title:visited, .project-listing .project-name a {
	color: #1E4289;
	font-size: 30px;
	font-family: "Plain T";
}

.iplasma-content-title {
	padding: 15px 0;
}

#iplasma-menu-left a, .menu-container-side .industry-links a {
	color: #949694;
	font-size: 22px;
	font-family: "Plain T";
	font-weight: normal;
	/* float: left; */
	padding: 20px 20px 20px 30px;
	/* width: 228px; */
	background-image: url("/images/sidenavdivider.png");
	text-align: left;
	background-repeat:no-repeat;
	display:block;
}
#iplasma-menu-left a:hover, #iplasma-menu-left .active a, .menu-container-side .industry-links a:hover {
	text-decoration: none;
	color: #ebf3ec;
}
#iplasma-menu-left li:hover, #iplasma-menu-left li.sfHover, #iplasma-menu-left .active, .menu-container-side .industry-links a:hover{
	background: #00A650;	
}
#iplasma-breadcrumb-share { 
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.yellow-font {
	color: #fff;
}

.yellow-font:hover {
	color: #f9f473;
}

.fr .yellow-font:hover {
	color: #ffde00;
}

.blue-font {
	color: #25257a;
}

.green-font {
	color: #00A650;
}
.green-font a {
	color: #00A650;
	font-size: 28px;
	font-family: "Plain T";
	font-weight: normal;
}
.green-font a:hover {
	color: #1E4289;
	text-decoration: underline;
}
.bold {
	font-weight: bold;

}
.right-form-heading .bold{
	color:#000;
}
.right-form-heading .bold.green{
	color:#00A650;
}
img:hover {
	text-decoration: none;
}

.grass-bg {
	border-bottom: 5px solid #00A650;
	width: 100%;
	height: auto;
	*position: relative;
	*bottom: -1px;

}

/* **************************** HEADER ****************************** */
								
#header-container { 
	margin:0; 
	padding:0; 
	*clear: right;
	*overflow: hidden;
	/* height: 190px; */
}
#content-container {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.inner-content-container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ebf3ec;
}
.top-bar {
	height: 50px;
	position: fixed;
	width: 100%;
	z-index: 1010;
}
.top-bar-background{
	/* background: url('/images/top-bar-bg.png');
	background-repeat: repeat-x;
	background-color:#46A349; */
	position:absolute;
	width:100%;
	height:100%;
	background: #1E4289;
}

.top-bar-container {
	float:left;
	width:100%;
	margin: 0 auto;
	position:relative;
	z-index:10;
}

.top-bar-container h4 {
	float: none;
	text-align:left;
}
.top-bar h4.phone{
	margin:0;
}
.phone a{
	padding:16px 0;
	display:inline-block;
	color:#fff;
}
.phone a:hover{text-decoration:none;}
.phone a img{
	vertical-align:middle;
	max-height:20px;
	margin-top:-5px;
}
.navbar-default{
	float:right;
}
.top-bar ul {
	/* margin: 3px 0 0 0; */
}

.top-bar ul li {
	display: inline;
	margin:0;
}

.top-bar ul li img {
	float: left;
}
.top-bar ul li h1 {
	margin: 10px 20px 0 0;
	float: left;
	color: #fff;
	font-size: 17px;
	color: #ebf3ec;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;
	font-weight: bold;
}

.top-bar ul li h1:hover {
	color: #fff;
}

.top-bar h4 {
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	margin: 14px 0 0 0;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;
}
.top-bar h4 .callUs {
	display:none;
}
.navbar-toggle{
	border-width:0 0 0 1px;
}
.scroll-nav{
	float:left;
	display:none;
}
ul.iplasma-dropdown{
	margin:0;
}
.logo-bar a{
	padding: 9px 10px 11px 10px;
	float:left;
}
.logo-bar img{
	max-height:30px;
}
.logo-bar ul a{
	color:#fff;
	padding:10px;
	float:none;
	white-space:nowrap;
	border-bottom:#46469B 1px solid;
	
}
.logo-bar ul a:hover{
	background:#00A650;
	text-decoration:none;
}
li .home-bar:hover {
	background-color: #00A650;
}
li .homebar {
	background-color: #00A650;
}
.home-link {
	float: left;
}
.home-link:hover  {
	/* background-color: #00A650;
	-webkit-box-shadow: inset 0px 0px 4px 1px #3a853c;
    box-shadow: inset 0px 0px 4px 1px #3a853c;
    color: #f9f473; */
}
#home-bar1 {
	float: left;
}
@media \0screen {
  .support-bar {
  	position: relative;
  }
}
#menu-collapse a{
	font-weight:normal;
}
:root .support-bar {
  	/* position: relative\9;
  	top: -27px\9; */
}
#home-bar1 .yellow-font {
	float: left;
	float: left;
	background: #44B4E4;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	box-shadow: 0 1px 5px #000;
	padding-bottom: 5px;
	font-weight: bold;
}
#home-bar1 .yellow-font:hover{
	padding-top:5px;
}
#home-bar1 a:hover {
	color: #fff;
	text-decoration: none;
}
#home-bar1 a {
	color: #fff;
	font-weight:bold;
	font-size: 17px;
}
#home-bar1:hover {
	
}
.home-link {
	float: left;
}
.home-link a:hover {
	color: #fff;
	text-decoration: none;
}
.home-link a {
	color: #ffde00;
	font-size: 17px;
	color: #ebf3ec;
}
.home-link:hover, .logo-bar:hover, .logo-bar.sfHover {
	color:#fff;/* 
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; For Safari 5.1 to 6.0
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; For Opera 11.1 to 12.0
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; For Firefox 3.6 to 15
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A; */
	background: #00A650;
}
.logo-bar:hover > a{

}
.home-bar a {
	float: left;
    padding: 13px 10px 13px 10px;	
}
.home-bar a:hover {
	float: left;
}

#updates-bar {
	float: left;
}
#updates-bar a:hover {
	color: #fff;
	text-decoration: none;
}
#updates-bar a {
	color: #ffde00;
	font-size: 17px;
	color: #ebf3ec;
	padding: 10px 10px 14px 10px;
}
#updates-bar:hover {
	background-color: #00A650;
	-webkit-box-shadow: inset 0px 0px 4px 1px #3a853c;
    box-shadow: inset 0px 0px 4px 1px #3a853c;
    color: #f9f473;
}
.updates-bar a {
	float: left;
}
.updates-bar a:hover {

}

.about-bar a {
	float: left;
    padding: 13px 10px 13px 10px;
}
.about-bar a:hover {
	
}
.contact-bar a {
	float: left;
    padding: 13px 10px 13px 10px;	
}
.contact-bar a:hover {
}
.support-bar a {
	background: url('/images/support-hover.png') no-repeat;
	float: left;
    padding: 10px 10px 14px 43px;
}
.support-bar a:hover {
	background: url('/images/support-hover.png') no-repeat;
	float: left;
	color: #f9f473;
}
.request-tab{
	position:fixed;
	top:50px;
	display:none; 
	right:15px;
}
.scrolled .request-tab{
	display:block;
}
.request-tab a{
	display:block;
	padding:10px;
	background: #00A650;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #00A650; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #00A650; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #00A650; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #00A650;	
	border: 1px solid #00A650;
	border-radius: 0 0 10px 10px;
	color:#fff;
	text-decoration:none;
	font-family: "Plain T";
	font-size:large;
	border-top-width:0;
	font-weight:normal;
}
.request-tab a:hover{
	background: #00A650;
}
.bottom-bar {
	background-color: #ebf3ec;
	box-shadow: 2px 0 3px #000;
	position: relative;
	padding-top: 51px;
	z-index: 50;
}

.bottom-bar-container {
	max-width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	width:100%;
}
.logo-link{
	display:inline-block;
	max-width:267px;
	vertical-align:middle;
}
.menu-container-side {
	float: left;
	/* width: 278px; */
	border-right: 1px solid #DCDCDC;
	margin-right: -1px;
}
.iplasma-content-body {
 	/* float: left;
    padding-left: 30px; */
    /* padding-top: 25px; */
    /* width: 666px;
    border-left: 1px solid #dcdcdc; */
    padding-bottom: 25px;
}
.container{
	max-width:980px;
}
.navbar-collapse.container{
	max-width:none;
}
.left-sub-nav {
	clear: left;
}
.left-nav {
}
ul.content-top-title{
	margin-bottom:0px;
}
#iplasma-menu-left ul {
	/* clear: right;
	float: left; */
}
#iplasma-menu-left ul li {
	list-style-type: none;
	margin-left: 0;
	width: 100%;
}
#iplasma-menu-left ul li ul {
	display: block;
	background: #00A650;
	left: 100%;
	top: 0;
	z-index: 10;
	width: auto;
	padding:0;
}
#iplasma-menu-left ul li ul li a{
	padding:20px 25px;
	white-space:nowrap;
}
#iplasma-menu-left ul li ul li {
	list-style-type: none;
	width: 100%;
	/*top: -44px;*/
	position: relative;
}
#iplasma-menu-left ul ul li a {
    padding-left: 70px;
    padding-right: 0;
}
#iplasma-menu-left ul li.sfHover ul li:hover {
	background-color:#67b168;
}
#iplasma-menu-left ul ul li ul{
	top:0;
	left:100%;
	padding:0;
	width:auto;
}
#iplasma-menu-left ul ul li ul li {
	/* top: -44px;
	margin-left: 273px; */
}
#iplasma-menu-left ul li ul li:hover {
	text-decoration: none;
}
#iplasma-menu-left ul li a {
	padding-left: 25px;
	text-align: left;
	/* width: 208px; */
}
#iplasma-menu-left ul .sfHover a {
	color: #ebf3ec;
}
#iplasma-menu-left ul ul li ul li a {
	background: #00A650;
	text-align: left;
	/* width: 188px!important; */
	color: #ebf3ec;
	/* clear: both;
	float: left; */
	padding:20px 50px;
	white-space: nowrap;
	flaot:none;
}
#iplasma-menu-left ul li ul li {
	clear: both;
	float: left;
}
#iplasma-menu-left ul li ul li {
	clear: both;
	float: left;
}
#iplasma-menu-left ul li {
	clear:both;
}
#iplasma-menu-left ul li:hover {
	text-decoration: none;
}
#iplasma-menu-left ul ul li ul li a:hover {
	background-color: #67b168;
}
.left-sub-nav a:before {
    content: "\25ba\00a0";
    font-size: 10px;
    position: relative;
    top: -4px;
    left: -8px;
}
.iplasma-block-addthis{
	display:inline-block;
}
.addthis_toolbox {
	display:inline-block;
}
#addblock-zone-3 {
	max-width: 100%;
	margin:20px auto 25px;
	clear: left;
	text-align:center;
}
#addblock-zone-3 #addblock-zone-3{
	margin:0!important;
	padding:0;
}
#addblock-zone-3 a {
	padding:0;
	float:none;
	text-align:center;
}
#addblock-zone-3 a img{
	
}
#iplasma-menu-left span {
	float: left;
	clear: left;
	width: 100%;
}
#sidebar{
	
}
#iplasma-menu-left {
	clear: left;
	border-right: 1px solid #dcdcdc;
}
#iplasma-menu-left ul.left-nav{
	float:left;
	clear:left;
	margin-bottom:20px;
	width:100%;
}
#addblock-zone-3 a {
	background-image: none;
}
#addblock-zone-3 a:hover {
	background: none;
}
/* **************************** NAVIGATION ************************** */				
							
/* **************************** Iplasma-Menu-Top ******************** */							
							
#menu  {
	display:inline-block;
	vertical-align:middle;
}			

#iplasma-menu-top {
	margin:0 0 0 10px; 
}

#iplasma-menu-top ul { 
}

#iplasma-menu-top ul li { 
	list-style:none; 
	display:inline; 
	margin-left: 2px;
}

#iplasma-menu-top ul li a { 
	padding: 0 15px;
	font-size: 22px;
	color: #000;
	font-weight: bold;
}

#iplasma-menu-top ul li a:hover { 
}

#iplasma-menu-top ul li ul li{ 
}

.sf-menu ul { 
	position: absolute; 
	top: -999em; 
	width: 150px;  
	margin-left:-20px; 
	padding: 0 0 0px 5px; 
}
.logo-bar ul, .sf-menu .logo-bar.sf-hover ul{
	margin:0;
	padding:0;
	width:auto;
	background-color:#1E4289;	
}
.sf-menu ul li {
	width: 100%; 
	text-align:left; 
}

.sf-menu li:hover { 
	visibility:	inherit; /* fixes IE7 'sticky bug' */ 
}

.sf-menu li { 
	float: left; 
	position: relative; 
}

.sf-menu a { 
	display: block; 
	position: relative; 
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul { 
	top:100%; /* match top ul list item height */ 
}

/*Parent menu Item*/
.sf-menu li a:hover { 
}

/*Dropdown Background*/
.sf-menu li ul li { 
	position:relative; 
	z-index: 100; 
}
.sfHover {
	color: #ebf3ec;
	padding-bottom: 0px;
}
.sfHover span a {
	color: #ebf3ec;
}
li .sfHover {
	color: #ebf3ec;
}
/* **************************** Footer ****************************** */

#footer-container {
	background: #00A650;
	background-repeat: repeat-x;

	padding: 10px 0 0px 0;
	text-align: center;
	clear: both;
}

.footer-content-container {
	max-width: 980px;
	margin: 0 auto;
	width:100%;
}

#iplasma-menu-bottom a {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
#iplasma-menu-bottom a:hover {
	color: #EBF3EC;
}
#bottom-menu-item-9:before {
	content:"\2022";
	color: #fff;
	margin: 0 20px;
}
#bottom-menu-item-10:before {
	content:"\2022";
	color: #fff;
	margin: 0 20px;
}
#bottom-menu-item-11:before {
	content:"\2022";
	color: #fff;
	margin: 0 20px;
}
span #bottom-menu-item-8 a:before {
	content: none;
}
.ssn {
	float: left;
	margin: 4px 0 0 0;
}
ul.left-nav, ul.left-sub-nav {
    list-style: none outside none;
    margin: 0;
}
.ssn a:hover {
	text-decoration: none;
}
.socialNetworking {
	display:inline-block;
}
.copyright {
	text-align: center;
	margin: 20px 0 0 0;
}

.copyright p {
	margin: 0 0 5px 0;
	color: #a3d0a3;
	font-size: 14px;
}

.copyright a, .brand-tag a {
	color: #a3d0a3;
	font-size: 14px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;
	font-weight: normal;
}

.brand-tag {
	float: right;
	margin: 15px 0 0 0;
}
@media \0screen {  
  .brand-tag {width:15%;}  
  .ssn a{
  	display:inline-block;
  }
}
.brand-tag img {
	margin: 0px 2px 0 0;
	/*float: left;*/
}

/* **************************** HOME PAGE BLOCKS ******************** */

/**Slideshow**/

.slideshow-block {
	height: 100%;
	width: 100%;
}

.slideshow-slide {
	height: inherit!important;
	background: none!important;
}
.slideshow-slide img {
	/*width:100%;
	max-width:1200px;*/
}
#html-content-1{
	overflow:hidden;
	margin:10px auto 0;
	padding:0 15px;
	width:100%;
}
.pseudo-table{ 
	width:100%;
	text-align:center;

}
.pseudo-cell{
	width:32%;
	display:inline-block;
	margin:0 1% 10px 0;
	text-align:left;
	background:#fff;
	padding: 0 10px;
	border:1px solid #ccc;
	vertical-align:top;
	height:100%;
	min-width:225px;
	max-width:305px;
}
.pseudo-cell h1{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.home-glyph{
	text-align:center;
	margin-top:-25px;
}
.home-glyph span{
	color:#555555;
	font-size:0px;
}
.home-glyph span:before{
	background:#fff;
	font-size:x-large;
}
#html-content-1 .pseudo-cell#column-3{
	margin-right:0;
}
/* **************************** HOME PAGE BLOCKS ******************** */

/**Slideshow**/

.slideshow-block {
	text-align: center;
	width: auto!important; 
	height: auto!important;
	overflow: visible !important;
}

.slideshow-block img {
    margin-top: 10px;
}
.slideshow-slide a img{
	width:75%;
}
.slideshow-wrapper {
	position: relative;
}

.slideshow-controls {
	margin: -8% 10% 8% 0;
	position: relative;
	z-index: 15;
}

.slideshow-circle {
	background-color: #fff;
	display:block;
	height: 35px;
	width: 35px;
	border-radius: 20px;	
	float: right;
	margin: 0 5px 0 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	opacity: .4;
}

.slideshow-circle:hover, .slideshow-circle.highlight {
	background-image: url('/images/slideshow-hover.png');
	background-repeat: no-repeat;
	background-position: center center;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
	cursor: pointer;
	background-size:80% 80%;
}

div.slideshow-slide p
{
	top: -30px;
	color: white;
	background: black;
	line-height: 30px;
	position: relative;
	text-align: center;
	margin-bottom: -30px;
}

div.slideshow-slide p a
{
	color: white;
}


/** Slideshow Arrows *****************************************************************/
#prevwrap, #nextwrap {
	position: absolute;
	height: 100%;
	width: 50%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	filter:alpha(opacity=50);
	transition: opacity 0.2s ease-in-out;
}        
#prevwrap:hover, #nextwrap:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: opacity 0.2s ease-in-out;
}        
#prevwrap {
	left: 0;
}
#nextwrap {
	right: 0;
}
#prevBtn, #nextBtn {
	position: absolute;
	display: block;
	max-width: 75px;
	max-height: 115px;
	top: 40%;
	z-index: 10;
	cursor: pointer;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	transition: opacity 0.2s ease-in-out;
	height: 18%;
	width: 15%;
}
#prevBtn:hover, #nextBtn:hover { 
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity: 1;
}
#prevBtn { 
	background: url(/templates/default/img/slideshow/slideshow-prev.png) no-repeat 0 0;
	left: 10px;
	background-size:100% 100%;
} 
#nextBtn { 
	background: url(/templates/default/img/slideshow/slideshow-next.png) no-repeat 0 0;
	right: 10px; 
	background-size:100% 100%;
}
@media \0screen {  
	#nextBtn, #nextBtn:hover { 
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/slideshow/slideshow-next.png',sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/slideshow/slideshow-next.png',sizingMethod='scale')";
	} 
	#prevBtn, #prevBtn:hover { 
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/slideshow/slideshow-prev.png',sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/default/img/slideshow/slideshow-prev.png',sizingMethod='scale')";
	}
	
} 
/**Latest News**/

.latest-news, .latest-news-home {
	margin: 10px 0 10px 0;
	max-width: 275px;
	float: left;
	width: 96%;
}

.latest-news-title {
	font-size: 30px;
	color: #00A650;
	float: left;
	margin: 14px 0 14px 0;
	font-family: "Plain T";
}

.latest-news-home .rss {
	margin: 18px 0 0 10px;
}
.news-index {
	float: left;
	/* width: 699px; */
	/*border-right: 1px solid #e2e3e3;*/
	padding-bottom: 50px;
}
.news-title {
	text-align: left;
}
.latest-news-home .news-title a:hover{
	text-decoration:underline;
}
.latest-news .news-list .news-title a, .latest-news-home .news-list .news-title a  {
	font-size: 16px;
	color: #000;
	font-weight: normal;
}
.latest-news .news-list .news-title a:hover {
	text-decoration: none;
	color: #1E4289!important;
}
.news-category-title {
	color: #1E4289;
	font-size: 30px; 
	font-family: "Plain T";
	margin: 15px 0;
}
.latest-news-rss-page {
	display:inline-block;
}
.news-divider {
	margin: 10px 0;
}
.latest-news .news-list .news-title a {
	color: #788278;
	font-size: 22px;
	font-family: "Plain T";
}
.latest-news .news-list .news-date, .latest-news-home .news-list .news-date {
	color: #949694;
	font-style: normal;
	font-size: 16px;
	font-family: "Segoe UI";
	text-align: left;
	margin: 0;
}

.more-updates {
	margin: 22px 0 0 0;
	text-align:center;
}

.more-updates a, .menu-container-side .more-updates a {
	background: #44629A;
	margin: 0 20px;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	display:inline-block;
	border: 1px solid #44629A;	
}
.more-updates a:hover, .menu-container-side .more-updates a:hover {
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;
	text-decoration: none;
	cursor:pointer;
}
/**Form**/

.form-placeholder {
	margin: 10px 0 -2px 0;
	max-width: 680px;
	width:96%;
}

#content-container .form-placeholder h1 {
	font-family: "Plain T";
	font-size: 28px;
	color: #656565;
	margin: 14px 0 14px 0;
	font-weight: normal;
}

#content-container .form-container h1 {
	font-family: "Plain T";
}

#form-1 {
	background: url('/images/form-bg.png') #CBCBCB;
	background-repeat: repeat-x;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 0 4px #aaa;
}

#content-container h1.left-form-heading {
	color: #25257a;
	margin: 14px 0 10px 14px;
}

#content-container .right-form-heading {
	/* width: 45%; */
	
	font-style: italic;
	margin: 10px 14px 0 14px;
	font-family: "Plain T";
	font-style: italic;
	font-size: 20px;
	color: #a1a1a1;
	float: left;
	font-weight: normal;

}

.represent-form {
	clear: both;
	width: 200px;
	margin: 30px 0px 0 75px;
}

.looking-form {
	margin: 30px 75px 0 0px;
}

.represent-form, .looking-form {
	font-family: "Plain T";
	font-style: italic;
	font-size: 24px;
}

.represent-form input, .looking-form input {
	float: left;
	clear: left;
	margin: 8px 5px 0 0;
}

#form-field-heading {
	margin: 0 0 10px 0;
}

.represent-form label, .looking-form label {
	float: left;
}

.form-submit-button {
	clear: both;
	text-align: center;
	padding: 28px 0;
}
.form-submit-button input {
	background: #E38126;	
	border: 1px solid #e38126;	
    border-radius: 2px;
    color: #FFFFFF;
    font-family: Trebuchet MS, segoe ui, arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0 20px;
    padding: 10px 30px;
    text-align: center;
}
/* Popup Form */
.close-pop{
	position:absolute;
	top:1em;
	right:1em;
	display:block;
}
.close-pop a{
	color:#EB2021;
	text-decoration:none;
	text-align:center;
}
.close-pop a:hover{
	
}
#dialog-request-consult{
	padding:1em;
	overflow:hidden;
	background: url('/images/form-bg.png') #CBCBCB;
	background-repeat: repeat-x;
	box-shadow: 0 0 4px #aaa;
}
.text-wrap label{
	text-align:left;
}
.text-wrap input{
	width:96%;
	padding:1%;
	/*height:15px;*/
}
/* Request Information Form */
.zend_form{
	overflow:hidden;
}
p.error{
	color:#f00;
}
.nextButton:visited, .nextButton:active, .nextButton:hover, .nextButton:focus{
	color:#fff;
}
.nextButton.contact-submit{
	display:inline-block;
}
.zend_form .form-block{
	margin-bottom:10px;
}
.zend_form select{
	width: 99%;
	padding: 1% 2%;
	/*margin: 0 0 10px;*/
	font-size: medium;
}
.radio-wrap input[type="radio"]{
	margin: 0 5px 0 10px;
	display:inline-block;
}
.repTierTwo, #tier-three{
	margin:10px 0 0;
}
#tier-two.state{
	margin-bottom:10px;
}
.form-block.represent-wrap, .form-block.looking-wrap{
	display:inline-block;
	width:49%;
	overflow:hidden;
	vertical-align:top;
}
.form-block.represent-wrap input, .form-block.looking-wrap input{
	margin-right:5px;
}
.description-label{
	width:100%;
}
.zend_form div.form-separator, #step3 .description-label{
	color: #1E4289;
	font-size: 25px;
	font-family: "Plain T";
	background-image: url("/images/sidenavdivider.png");
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0 0 10px;
	width:100%;
	min-height:1px;
}
#step3 .description-label{
	font-weight:normal;
	background-image:none;
}
.represent-wrap{
	margin-right:1%;
}
.represent-wrap select{
	width:100%;
}
.salutation-wrap.form-block{
	display:inline-block;
	width:12%;
}
.zend_form select, .zend_form div, .zend_form input, .zend_form label{
	font-size:medium;
}
.zend_form select, .zend_form input[type="text"], .zend_form textarea{
	padding:6px;
	width:99%;
}
.zend_form .contact-submit{
	font-size:24px;
}
.phone-wrap.form-block {
	display:inline-block;
	width:45%;
}
.phoneType-wrap.form-block{
	display:inline-block;
	width:25%;
}
.preferred-wrap.form-block{
	display:inline-block;
	width:28%;
}
.name-wrap.form-block{
	display:inline-block;
	width:87%;
}
label.optional, label.required{
	font-weight:bold;
}
.represent-wrap label, .looking-wrap label{
	float:left;
	clear:left;
}
.content-wrap textarea{
	width:100%;
}

/* Step 3 */
.hosting-subwrap.many{
	display:inline-block;
}
#step3{
	min-height:250px;
}
#step3 .form-block{
	margin-bottom:0px;
}
#step3 input[type="text"]{
	margin: 5px 0;
}
#step3 label{
	width:100%;
	padding:10px 5px;
	margin-bottom:0;
}
#step3 textarea{
	resize:none;
}
#step3 .radio-block{
	text-align:left;
}
#step3 .develop-sub-wrap label {
	width: auto;
	display: block;
}
#step3 .develop-sub-wrap label.otherLabel{
	display:inline-block;
}
div.alt-sub-wrap.text-wrap{
	display: inline-block;
	width: 85%;
}
#step3 .radio-block input{
	margin-left:0;	
}
.zend_form #step3 div.form-separator{
	margin:5px 0;
}
#step3 .wrap-wrap {
	padding: 5px 10px;
	width: auto;
	border:1px solid #04045a;
	background:#fff;
}
#constant-contact-logo{
	max-height:30px;
	padding-bottom:5px;
}
#cc-label{
	max-height:44px;
	overflow:hidden;
}
/* Step 3 Tabs */
ul.step-three-tabs{
	margin:0;
	position:relative;
	bottom:-1px;
}
ul.step-three-tabs li.tab{
	font-size:medium;
	display:inline-block;
	list-style:none outside none;
	margin:0;
}
ul.step-three-tabs li.tab a{
	font-size:medium;
	padding:5px 1.75em;
	border:1px solid #aaa;
	display:inline-block;
	background-color:#fff;
	text-decoration:none;
}
ul.step-three-tabs li.tab.active a{
	border-bottom-color:#fff;
	color:#00A650;
	text-decoration:none;
	cursor:default;
}
#step3 .collapsed{
	display:none;
}
#step3 .tab-content, #step1{
	border:1px solid #aaa;
	background: url('/images/form-bg.png') #CBCBCB;
	background-repeat: repeat-x;
	padding:14px;
	overflow:hidden;
	/* box-shadow: 0 0 4px #aaa; */
}
#step1 h1.left-form-heading{
	margin:14px 0 10px;
}
#step1 h6.right-form-heading{
	margin:10px 0 20px;
}
#step1 label{
	margin-left:15px;
	font-weight:normal;
	font-family: "Plain T";
	font-style: italic;
	font-size: 24px;
}
#step1 .form-field-heading{
	font-family: "Plain T";
	font-style: italic;
	font-size: 24px;
	margin-left:0;
}
.blue-button a{
	font-size:medium;
	display:inline-block;
	background: #44629A;	
	border: 1px solid #44629A;
	padding: 10px 30px;
	margin:10px 0 0;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-weight: normal;
	display: inline-block;
	text-decoration:none;
}
.blue-button a:hover{
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	text-decoration: none;
	cursor: pointer;
}
.tier-one{
	position:relative;
	padding:0 5px;
	border:1px solid #04045a;
	border-bottom-width:0;
	margin-bottom:0;
	background: #00A650;
	color: #fff;
}
.current .tier-one:last-of-type{
	border-bottom-width:1px;
}
#step3 .radio-label{
	width:auto;
}

#step3 .social-wrap .social-media{
	padding-right:0;
}
#step3 .social-wrap .social-media label{
	width: auto;
	padding-left: 0;
}

.social-wrap img{
	max-width:20px;
	margin-bottom:-4px;
	vertical-align:initial;
}
#step3 .column{
	display:inline-block;
	width:28%;
	vertical-align:top;
	padding:0;
}
#step3 .column-two{
	width:43%;
}
#step3 .autoResize{
	resize:none;
}
#step3 .otherSocial-sub-wrap{
	display:inline-block;
	width:88%;
	padding-right:0;
}
#step3 .hosting-sub-wrap{
	display:inline-block;
}
#step3 #other-services-wrap .description-label{
	/* margin: 10px 14px 0 14px; */
	font-family: "Plain T";
	font-style: italic;
	font-size: 20px;
	color: #a1a1a1;
	float: left;
	font-weight: normal;
	background-image:none;
}
#step3 #other-services-wrap textarea{
	min-height:200px;
	resize:none;
}
#step3 div div div div{
	padding:0 10px;
}
#step3 div div div label{
	margin-bottom:0;
	padding:5px;
}
#step3 select.counts{
	width:55%;
}
#step3 select.counts.device-count{
	margin-left:2%;
	width:43%;
}
/* ****************************** */
.menu-container-side a, #iplasma-menu-left .content-top-title li a {
	color: #00A650;
    /* float: left;
    clear: both; */
    font-family: "Plain T";
    font-size: 28px;
    font-weight: normal;
    padding: 20px 10px 20px 10px;
    /* width: 269px; */
    background-image: url("/images/sidenavdivider.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    text-align: left;
	display:block;
}
.menu-container-side a:hover, .menu-container-side .sfHover a, #iplasma-menu-left .content-top-title li a:hover {
	text-decoration: none;
	background: #00A650;
	color: #ebf3ec;
}
.form-submit-button input:hover {
	cursor: pointer;
	background: #E38126;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #E38126; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #E38126; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #E38126; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #E38126;	
}
.home-block-wrap {
	max-width: 980px;
	margin: 0 auto;
	/* position: relative; */
	z-index: 998;
	width:100%;
}
.news-view-wrap {
	max-width: 980px;
	margin: 0 auto;
	width:100%;
}
.news-view {
/* 	width: 679px; */
	/*border-right: 1px solid #e2e3e3;*/
	/* padding: 20px 0 20px 20px; */
	/*padding-top:20px;*/
	padding-bottom:20px;
	float: left;
}
.slide3 {
	width: 100%!important;
	height: 100%!important;
}

.content-page {
	max-width: 980px;
	margin: 0 auto;
	min-height: 100%;
	width:100%;
}
.breadcrumb-inner {
	max-width: 980px;
	margin: 0 auto;
	width:100%;
	padding:0 15px;
	overflow:hidden;
}
.pull-right .opened, .pull-left .closed, .iplasma-content-body-menu .pull-left .opened{
	display:none;
}
.active .pull-right .closed, .active .pull-left .opened, .active .iplasma-content-body-menu .pull-left .closed{
	display:none;
}
.active .pull-right .opened, .active .pull-left .closed, .active .iplasma-content-body-menu .pull-left .opened, .iplasma-content-body-menu .pull-left .closed{
	display:inherit;
}
p.visible-xs{
	margin:0;
	position: relative;
}
p.visible-xs button{
	padding:10px 15px; 
	font-size:medium;
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	border: 1px solid #44629A;
	
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
}
p.visible-xs button:hover, p.visible-xs button:active{
	background:#44629A;
}
p.pull-left{
	/* margin-right:15px; */
	right:15px;
}
p.pull-right{
	left: 15px;
}
.row{
	clear:both;
}
body .addthis_default_style .addthis_separator, 
  body .addthis_default_style .at300b, 
  body .addthis_default_style .at300bo, 
  body .addthis_default_style .at300m, 
  body .addthis_default_style .at300bs{
	float:none;
  	display:inline-block;
  	vertical-align:middle;
  	padding:0;
  }
body .addthis_default_style .addthis_counter{
	float:none;
  	vertical-align:middle;
  	display:inline-block;
  }
#iplasma-breadcrumb-share{
	float:right;
}
.print{
	display:inline-block;
}
.print img{
	max-height:20px;
}
/* Nav Button */

.sitemap-block {
	margin-bottom: 30px;

}
.sitemap-title a {
	color: #1E4289;
    font-family: "Plain T";
    font-size: 30px;
    text-decoration: none;
    font-weight: normal;
}
.sitemap-container {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
	padding: 25px 30px;
}
.sitemap-title a {
	color: #00A650;
    font-family: "Plain T";
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 0px;

}
.sitemap-title a:hover {
	text-decoration: underline;
}
.sitemap-title {
	color: #00A650;
    font-family: "Plain T";
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: -10px;
}
.sitemap-block ul li a {
	color: #949694;
    font-family: "Plain T";
    font-size: 22px;
    font-weight: normal;
}
.sitemap-block ul li.depth-1, .sitemap-block ul li{
	list-style:none outside none;
	margin:0;
}
.sitemap-block ul li.depth-2{
	list-style:disc inside none;
	margin-left:15px;
}
.sitemap-block ul li.depth-3{
	list-style: circle inside none;
	margin-left:30px;
}
.sitemap-block ul li.depth-4{
	list-style: square inside none;
	margin-left:45px;
}
.sitemap-block ul li.depth-5{
	list-style: square inside none;
	margin-left:60px;
}
.sitemap-block ul li {
	font-size: 15px;
	color: #949694;
}
.sitemap-block ul {
	margin-left: 15px;
}
.news-post .news-title {
	/*margin-bottom: 8px;*/
}
.news-post .news-title a {
	color: #00A650;
	font-family: "Plain T";
    font-size: 28px;
    font-weight: normal;
}
.news-post .news-byline div{
	color: #788278;
	font-size: 18px;
	font-style: italic;
	font-family: "Plain T";
	display:inline-block;
}
.news-post .news-byline a{
	font-size:18px;
	font-style:italic;
	font-family: "Plain T";
}
.news-post .news-date {
	color: #788278;
	font-size: 18px;
	font-style: italic;
	font-family: "Plain T";
}
.news-post .news-author {
	color: #788278;
	font-size: 18px;
	font-style: italic;
	font-family: "Plain T";
}
.news-paginator p, .paginator {
	color: #1E4289;
	font-size: 24px;
	font-family: "Plain T";
	text-align:center;
}
.news-paginator a, .paginator a, .paginator span {
	font-weight:normal;
	border: 1px solid #44629A;
	margin: 0 5px;
	text-align: center;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	display:inline-block;
}
.paginator a{
	background: #44629A;	
	border: 1px solid #44629A;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
}
.paginator a:hover, .paginator span{
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	text-decoration: none;
	cursor: pointer;
}
.news-post .news-readmore {
	float:right;
	clear:left;
	margin:0 5px;
}
.news-post .news-readmore a {
	font-size: 20px;
	color: #1E4289;
	font-weight: bold;
}
.news-post .news-subtitle {
	font-size: 20px;
	font-family: "Plain T";
	color: #000;
}
.news-post .news-image {
	float: left;
	border-right: 1px solid #e2e3e3;
	margin-right: 10px;
}
.news-post {
	padding:11px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-post:hover {
	border: 1px solid #dcdcdc;
	background: #f5f9f6;
	padding: 10px;
}
.news-post-sticky .news-title {
	margin-bottom: 8px;
}
.news-post-sticky .news-title a {
	color: #00A650;
	font-family: "Plain T";
    font-size: 28px;
    font-weight: normal;
}
.news-post-sticky .news-date {
	color: #788278;
	font-size: 18px;
	font-style: italic;
	font-family: "Plain T";
	float: left;
	margin-bottom: 10px;
}
.news-post-sticky .news-author {
	color: #788278;
	font-size: 18px;
	font-style: italic;
	font-family: "Plain T";
	float: left;
	clear: right;
	margin-bottom: 15px;
}
.news-post-sticky .news-readmore {
	clear: right;
	float: left;
	margin-top: -5px;
}
.news-post-sticky .news-readmore a {
	font-size: 20px;
	color: #1E4289;
	font-weight: bold;
}
.news-post-sticky .news-subtitle {
	font-size: 20px;
	font-family: "Plain T";
	color: #000;
	clear: left;
	float: left;
}
.news-post-sticky .news-image {
	float: left;
	border-right: 1px solid #e2e3e3;
	margin-right: 10px;
}
.news-post-sticky {
	padding:10px;
	overflow: hidden;
	background: #f5f9f6;
	border: 1px solid #00A650;
	margin-bottom: 15px;
	border-top: 2px solid #9bcd9c;
}
.news-post-sticky:hover {
	background: #fcfdfd;
	padding: 10px;
	-webkit-box-shadow:  -3px 5px 4px -1px #cccccc;
	box-shadow:  -3px 5px 4px -1px #cccccc;
}
.news-post-area {
	overflow: hidden;
}
#news-wrap {
/* 	float: left;
	width: 280px; */
	border-left: 1px solid #E2E3E3;
	margin-left: -1px;
	padding-bottom: 50px;
	overflow:hidden;
}
.news-index-wrap {
	max-width: 980px;
	width:100%;
	margin: 0 auto;
}
#news-wrap #addblock-zone-3 {
	margin-left: 10px;
	margin-bottom: 0px!important;
	text-align:center;
	margin-top:0;
}

#blog-wrap #addblock-zone-3 {
	margin-left: 10px;
	margin-bottom: 0px!important;
	
}
#blog-wrap td {
	background-image: url("/images/sidenavdivider.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 10px 0;
}
.latest-blog .blog-title a {
	color: #788278;
	font-size: 24px;
	font-family: "Plain T";
	font-weight: normal;
}

.latest-blog .blog-date {
	font-style: italic;
	font-size: 16px;
	font-family: "Plain T";
	text-align: right;
	margin: 10px 0;
	color: #949694;
}

#blog-archive-block .blog-archive-title {
	color: #00A650;
	font-size: 28px;
	font-family: "Plain T";
	margin: 0 0 10px 0;
}
.blog-archive-block ul li {
	list-style-type: none;
}
#blog-wrap #blog-archive-block {
	margin-left: 15px;
}

#blog-wrap .latest-blog {
	margin: 10px 0 10px 15px;
}

.blog-category-link a {
	color: #949694;
	font-size: 22px;
	font-family: "Plain T";
	font-weight: normal;
    padding: 20px 0 20px 15px;
    width: 280px;
    float: left;
    clear: right;
}
.blog-category-link a:hover {
	text-decoration: none;
	background: #00A650;
	color: #ebf3ec;
	padding: 20px 0 20px 15px;
	width: 280px;
	font-weight: normal!important;
}
.blog-category-link {
	background-image: url("/images/sidenavdivider.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    clear: right;
    float: left;
    width: 280px;
}
.news-category-link a {
	color: #949694;
	font-size: 22px;
	font-family: "Plain T";
	font-weight: normal;
    padding: 20px 30px 20px 30px;
	display:block;
    /* width: 280px;
    float: left;
    clear: right; */
}
.news-category-link a:hover {
	text-decoration: none;
	background: #00A650;
	color: #ebf3ec;
	/* padding: 20px 0 20px 15px;
	width: 280px; */
	font-weight: normal!important;
}
.news-category-link {
	background-image: url("/images/sidenavdivider.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    /* clear: right;
    float: left;
    width: 280px; */
}

.news-category-block {
	/* width: 280px; */
}

.news-category-block-title {
	color: #00A650;
	font-size: 28px;
	font-family: "Plain T";
	margin: 0 0 10px 0;
}
.news-category-block .news-category-block-title{
	margin:0;
	padding:20px 15px 10px;
	background-image: url("/images/sidenavdivider.png");
	background-position: right bottom;
	background-repeat: no-repeat;
}
.all-news {
	margin: 30px 0 35px 5px;
	/* float: left; */
	text-align:center;
}

.all-news a {
	background: #44629A;	
	border: 1px solid #44629A;
	/* margin: 0 20px; */
	text-align: center;
	padding: 10px 35px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-size: 24px;
	font-weight: normal;
	display:inline-block
}
.all-news a:hover {
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	text-decoration: none;
}
.latest-news .news-list .news-date {
	font-style: italic;
	font-size: 16px;
	font-family: "Plain T";
	text-align: right;
	margin: 10px 0;
}
#news-wrap .latest-news .news-list {
	background-image: url("/images/sidenavdivider.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 10px 0;
}
.latest-news{
	max-width:none;
	float:none;
	width:auto;
	margin:10px 15px 0;
}
.collapsed ul {
	display: none;
}
#news-wrap .latest-news {
	margin-left: 15px;
}
#news-wrap .news-archive-block {
	margin-left: 15px;
}
.news-article .news-title {
	color: #1E4289;
	font-size: 30px;
	font-family: "Plain T";
	margin-bottom: 20px;
	/* float: left;
	width: 100%; */
}
.news-article-header {
	padding: 10px;
	overflow: hidden;
	background: #f5f9f6;
	border: 1px solid #dcdcdc;
	clear: left;
	margin-bottom: 10px;
}
.news-article-header .news-image {
	float: left;
}
.news-article-top {
	float: left;
	width: 86%;
	margin-left: 10px;
}
.news-article-header .news-image {
	border-right: 1px solid #e2e3e3;;
}
.news-article .news-body {
	clear: left;
	padding: 0 10px;
}
.news-article-top .news-date, .news-article-top .news-author, .news-article-top .news-byline div {
	color: #788278;
	font-style: italic;
	font-family: "Plain T";
	font-size: 18px;
	display:inline-block;
}
.news-article-top .news-category, .news-article-top .news-cat a {
	color: #00A650;
	font-weight: bold;
	font-size: 18px;
	font-family: "Plain T";
	/*
	float: left;
		clear: right;*/
	
}
.news-article-header .news-image{
	margin-right:10px;
}
.news-article-top .news-subtitle, .news-article-subtitle {
	color: #000;
	font-size: 20px;
	font-family: "Segoe UI";
	margin-top: 8px;
	/*
	clear: left;
		float: left;*/
	
}
.news-category-index {
	/* width: 699px; */
	/*border-right: 1px solid #e2e3e3;*/
	float: left;
	padding-bottom: 50px;
}
.collapsed .toggle {
    background-image: url("/images/expand.png");
    background-repeat: no-repeat;
    /*float: left;*/
    height: 16px;
    margin: 0px 5px 0 0;
    width: 16px;
}

.expanded .toggle {
    background-image: url("/images/collapse.png");
    background-repeat: no-repeat;
    /*float: left;*/
    height: 16px;
    margin: 0px 5px 0 0;
    width: 16px;
}
.news-category-wrap {
	margin: 0 auto;
	max-width: 980px;
	width:100%;
}
.year a { 
	font-weight:bold;
	color: #3b3b3b;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 16px;
	/*width: 280px;*/
	display:inline-block;
	vertical-align:middle;
}	

.year { 
	font-weight:normal;
	color: #000;
	font-family: "Segoe UI";
	font-size: 14px;
	width: 280px;
}	

.month a { 
	font-weight:bold;
	color: #3b3b3b;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px; 
}		

.month a:hover { 
}

li .month { 
	margin-left: 28px !important;
	color: #000000;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: normal;
    width: 280px;
}	

.news-archive-block {
	width: 280px;
}
.news-archive-block ul li {
	list-style-type: none;
	float: left;
	clear: both;
	margin-left: 15px;
}	
.news-archive-block ul li:hover {
	list-style-type: none;
	float: left;
	clear: both;
}		
.year a {
	color: #949694;
	font-size: 22px;	
	font-family: "Plain T";
	font-weight: normal;
}	
.toggle {
	color: #949694;
	font-size: 22px;	
	font-family: "Plain T";
	font-weight: normal;
	padding:0;
}
.count {
	color: #000000;
    font-family: "Segoe UI";
    font-size: 14px;
    font-weight: normal;
}
.month {
	clear: right !important;
    float: left !important;
}
.month a {
	clear: right;
	display:inline-block;
	width:auto;
	padding: 5px 0 5px 55px;
}

.year a:hover {
	color: #1E4289!important;
	text-decoration: none;
}
.news-archive-block ul li ul li a:hover {
	text-decoration: none;
}
.news-archive-block ul li ul {
	margin-bottom: 10px;
	clear: right;
    float: left;
}
.month a:hover {
	
	/*color: #ebf3ec!important;*/
	/*background-image: url("/images/arrow1.png");*/
	background-repeat: no-repeat;
	background-position: 40px 55%!important;

}
.toggle:hover {
}
.prev-page {
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	border: 1px solid #44629A;
	margin: 0 10px;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-size: 24px!important;
	font-weight: normal;
	color: #fff!important;
}
.prev-page:hover {

}
.prev-page8 {
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	border: 1px solid #44629A;
	margin: 0 10px;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-size: 24px!important;
	font-weight: normal;
	color: #fff!important;
}
.prev-page8:active {
	font-weight: normal;
}
.prev-page8:hover {
	background: #44629A;
	text-decoration: none;
	font-size: 24px!important;
}
.next-page {
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	border: 1px solid #44629A;
	margin: 0 13px;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-size: 24px!important;
	font-weight: normal;
	color: #fff!important;
	position: relative; 
	top: 3px;
}
.next-page8 {
	background: #44629A;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #44629A; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #44629A;	
	border: 1px solid #44629A;
	margin: 0 13px;
	text-align: center;
	padding: 10px 30px;
	color: #fff;
	font-weight: bold;
	border-radius: 2px;
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;	
	font-size: 24px!important;
	font-weight: normal;
	color: #fff!important;
	position: relative; 
	top: 3px;
}
.next-page8:active {
	font-weight: normal;
}
.next-page8:hover {
	text-decoration: none;
	background: #44629A;
	font-size: 24px!important;
}
.next-page:hover {
	text-decoration: none;
	background: #44629A;
	font-size: 24px!important;
}
.month a {
	background-image: url("/images/arrow.png");
	background-position: 40px 55%;
	background-repeat: no-repeat;
	margin-left: -58px;
}
.news-paginator, .paginator {
	background-image: url('/images/pagenatorbg.png');
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 30px;
}

.blog-index {
}

.blog-category-title {
	color: #1E4289;
	font-size: 30px;
	font-family: "Plain T";
	padding-bottom: 15px;
	padding-top: 25px;
}

#blog-wrap {
	
}
.slideshow-block img {
	*margin-top: 223px!important;
}
.slideshow-slide {
	*margin-bottom: 23px;
}
.grass-bg {
	*bottom: -8px;
}
.slideshow-block {
	*margin-top: 40px;
}
.slideshow-controls {
	*width: 100%;
}
.slideshow-circle {
	*background: url('/images/slide-button.png') 0 0 no-repeat!important;
	background: url('/images/slide-button.png') 0 0 no-repeat \0/ !important;
}
.full-label{
	width:100%;
}

#contact-form-block {
	/*float: right;*/
	float:left;
	/*border-left: 1px solid #DCDCDC;*/
	/* border-bottom: 1px solid #DCDCDC; */
	/*padding: 0 0 25px 35px;*/
    padding: 0 0 25px 15px;
    /*width: 666px;*/
    /*max-width: 650px;
    width:95%;*/
	margin-bottom:10px;
}
.contact-info{
	margin-bottom: 20px;
	width:100%;
}

#html-content-63 {
	float: right;
}
.form-block {
	float: none;
}
.pref-sub{
	float:none;
}
.pref {
	clear: left;
}
#comments {
	width:96%;
	font-size:medium;
	height:125px;
	padding:1%;
}
.cl {
	clear: left;
}
#recaptcha_area, #recaptcha_table{
	margin:0 auto;
}
.contact-submit {
	clear: left;
	display:block;
    text-align: center;
    font-weight: normal;
    text-decoration: none !important;
	background: #E38126;	
	border: 1px solid #e38126;	
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-family: "Plain T";
    font-size: 24px;
    margin: 20px auto 0;
    padding: 8px 30px;
    text-align: center;
}
.submit-button{
	float:left;
	width:100%;
	clear:both;
	text-align:center;
}
.form-block p{
	font-size:medium;
}
.form-block{
	width:100%;
}
.contact-info label, .hiddenLabel{
	display:none;
	
}
:root .contact-info label, :root .hiddenLabel{
	display:inherit\9;
}
@media \0screen {
	.contact-info label, .hiddenLabel{
		display:inherit;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.contact-info label, .hiddenLabel{
		display:none!important;
	}
}


.contact-submit:hover {
	cursor: pointer;
	background: #E38126;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #E38126; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #E38126; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #E38126; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #E38126;	;
}

.contact-info input, .contact-info select{
	width:96%;
	padding:1% 2%;
	margin: 0 0 10px;
	font-size:medium;
}
.contact-info select{
	/*width:100%;*/
	/*margin:0 0 10px;*/
}
.radio-block{
	text-align:center;
}
#name {
	
}
#biz-name {	
	clear: left;
    float: left;
    
}
#email {
	
}
#phone {
	
}
#method-phone {
	padding-right: 10px;
}
.form-title {
	font-family: "Plain T"!important; 
	font-size: 22px; 
	color: #00A650;
	margin-bottom: 4px;
}
#content-block-wrap8 .iplasma-content-body {
	padding-bottom: 10px;
}
.biz label {
	clear: right;
	float: left;
}
.biz p {
	margin-bottom: 0px;
}
#contact-field-subject select {

}
.sub-pref {
	margin:0;
	font-size:medium;
}
.pref-method {
	margin: 0 0 5px 0;
}
#html-content-64 {
	padding: 10px;
}
#html-content-64 h2 {
	padding-bottom: 5px;
}
#html-content-64 iframe{
	width:100%;
}
/* Contact Submit Page */
.contact-submit-container{
	max-width:980px;
	margin:10px auto;
	width:100%;
}
.contact-button-wrap{
	text-align:center;
}
.contact-submit-container .more-updates{
	display:inline-block;
	margin:0;
}
.contact-submit-container .more-updates a{
	display:block;
}
.more-updates.home img{
	max-height:29px;
	vertical-align:middle;
}

/* Trouble Ticket Form */
#contact-form-block.trouble-ticket{
	border-top: 1px solid #dcdcdc;
	padding: 10px 0;
	margin:10px 0;
}
#trouble_tickets label.full-label{
	font-weight:normal;
	text-align:left;
	margin:0 0 10px;
}
.selection-block label{
	margin: 0 20px 10px;
}
.selection-block input{
	margin-right:10px;
}

/* ************************ Portfolio Module ************************ */
/* *********** Shared Styles *********** */
.toggle-buttons{
	position:relative;
	margin-top:255px;
	float:right;
}
.toggle-buttons a{ 
	color:#949694;
	font-size:large;
	margin:0 2px;
}
.toggle-buttons a:hover, .toggle-buttons a.active-toggle{
	color:#000;
}
.toggle-buttons a.active-toggle{
	cursor:default;
}
.portfolio-wrap{
	max-width:980px;
	margin:0 auto;
	width:100%;
}
.portfolio-body{
	border-left: 1px solid #DCDCDC;
    float: left;
    padding-bottom: 25px;
    /* padding-left: 30px;
    width: 666px; */
}
.client-list, .project-thumbnails{
	margin-top:1em;
}
.portfolio-body .iplasma-content-title{
	padding-bottom:7px;
	padding-top:15px;
	display:block;
}
.portfolio-body a.iplasma-content-title, .project-listing .project-name a{
	font-weight:normal;
	display:inline-block;
}
.portfolio-body a.iplasma-content-title:hover, .project-listing .project-name a:hover{
	color:#00A650;
}
.featured-slideshow .iplasma-content-title{
	padding-bottom:15px;
	padding-top:0;
	float:left;
	width:100%;
}
.client-list ul li, .client-list a{
	font-size:medium;
}
.client-list ul li{
	margin: 0 1% .5em 1%;
	padding:.5em 0;
	vertical-align:middle;
	background-image: url("/images/sidenavdivider.png");
    background-position: left bottom;
    background-repeat: no-repeat;
	text-align:left;
	list-style:none outside none;
}
.client-list ul ul li{
	padding:0;
	background-image:none;
	list-style:disc inside none;
}
.client-list ul ul li a{
	font-weight:normal;
	color:#00A650;
}
.client-list ul ul li a:hover{
	color:#000;
	text-decoration:underline;
}

.status{
	padding:10px;
	border-radius:10px;
}
.online{
	background-color:#64BA67;
	
}
.inprogress{
	background-color:#FEC252;
}
.offline{
	background-color:#aaa;
}
/* ***** Project Thumbnails ***** */
.project-thumbnails ul li{
	list-style:none;
	display:inline-block;
	width:31%;
	margin: 0 1% .5em 0;
	max-height:120px; 
	overflow:hidden;
	vertical-align:middle;
	position:relative;
}
/* ***** Side Nav ***** */
/* Testimonial Block */
.portfolio-side{
	padding-right:0;
}
.portfolio-side .testimonial-block{
	clear:both;
}
.portfolio-side .testimonial-excerpt a, #iplasma-menu-left .testimonial-excerpt a{
	padding:20px 10px;
	background-image:none;
	font-size:20px;
	color:#000;
	font-style:italic;
}
.portfolio-side .testimonial-excerpt a:hover, #iplasma-menu-left .testimonial-excerpt a:hover{
	color:#00A650;
	background:transparent;
}
.portfolio-side .testimonial-author, #iplasma-menu-left .testimonial-author{
	background-image: url("/images/sidenavdivider.png");
    background-position: right bottom;
    background-repeat: no-repeat;
	clear:both;
	padding:0 10px 20px;
	text-align:right;
}
.portfolio-side .more-updates{
	clear:left;
	margin:1em 0;
	float:left;
	width:100%;
	text-align:center;
}
.portfolio-side .more-updates a{
	width: auto;
	float: none;
	margin: 0 auto;
	padding:10px 20px;
}
/* Region Block */
.portfolio-region-block{
	float:left;
}
.portfolio-region-block ul{
	float:left;
}

.portfolio-region-block ul li{
	list-style:none outside none;
	float:left;
	clear:left;
	margin:0;
}
.portfolio-region-block ul ul li a{
	font-size:20px;
	padding:20px;
	padding-left:30px;
	width:229px;
}
.portfolio-region-block ul li ul li ul, .portfolio-region-block ul li ul li.sfHover ul{
	background:#00A650;
	left:100%;
	margin:0;
	top:0;
	width:auto;
	padding:0;
}
.portfolio-region-block ul li ul li ul li a, .portfolio-region-block ul li ul li.sfHover ul li a{
	color:#fff;
	padding:20px 10px;
}
.portfolio-region-block ul li ul li ul li:hover a, .portfolio-region-block ul li ul li.sfHover ul li:hover a{
	background:#1E4289;
}
/* Slideshow Block */
.featured-slideshow{
	/* position:relative; */
	width:100%;
	height:230px;
	background:#555;
	padding:25px 15px 25px 15px;
	/* right:15px; */
	margin-bottom:.5em;
	position:absolute;
	left:0;
	overflow:hidden;
}
.featured-slideshow .iplasma-content-title{
	color:#fff;
}
.slideshow-wrap.portfolio-slide-wrap{
	height:100%;
	width:100%;
	overflow:hidden;
}
.slideshow-block.portfolio-slideshow{

}
.portfolio-slideshow .slideshow-slide{
	width:100%;
	z-index:20!important;
}
.portfolio-slideshow .slideshow-item{
	position:relative;
}
.project-text-wrap{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	z-index:10;
}
.portfolio-slideshow .slideshow-item:hover .project-text-wrap, .project-thumbnails ul li:hover .project-text-wrap{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.project-text-bg{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
	z-index:1;
}
.slideshow-item{
	width:31%;
	display:inline-block;
	vertical-align:top;
	margin:0 1% 0 0;
	overflow:hidden;
}
.slide-img-wrap {
	height:120px;
	overflow:hidden;
	width:100%;
	display:block;
}
.slide-img-wrap img{
	margin-top:0;
}
.slideshow-item img{
	max-width:100%;
}
.project-name, .project-client{
	font-size:16px;
	color:#fff;
	position:relative;
	z-index:5;
}
.project-location{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	position:relative;
	z-index:5;
	font-style:italic;
}
.project-text-inner{
	padding: 10px;
	overflow: hidden;
	float: left;
}

.portfolio-slide-wrap #prevBtn, .portfolio-slide-wrap #nextBtn{
	z-index:50;
	top:25px;
	width:35px;
	height:35px;
	background-size:100% 100%;
}
.portfolio-slide-wrap #prevBtn{
	left:auto;
	right:75px;
}
/* Index View */
.portfolio-index-content-block{
	margin-top:230px;
}
/* Client View */
.project-body .client-section p.visible-xs{
	top:15px;
}
.client-section{
	border-bottom:1px solid #DCDCDC;
	float:left;
	clear:left;
	width:100%;
	padding:0 0 1em 0;
	margin:0 0 1em 0;
}
.client-details{
	background:#fff;
	margin:0 0 1em;
	padding:1em;
	width:auto;
	border:1px solid #dcdcdc;
}
.client-info a{
	font-weight:normal;
}
.client-logo {
	float: left;
	margin: 10px 20px 10px 0;
}
.client-testimonial, .client-testimonial p{
	font-family: "Plain T";
	font-style: italic;
	font-size: 20px;
	color: #555;
	clear:left;
}
.client-testimonial .client-author{
	text-align:right;
	font-style:normal;
	font-size:18px;
}
.client-section .project-description{
	font-family: Trebuchet MS, segoe ui, arial, sans-serif;
	font-size: medium;
	margin-bottom: 10pt;
	color: #000;
	margin-top:10px;
}
.project-name{
	display:inline-block;
	vertical-align:middle;
}
.project-status{
	display:inline-block;
	vertical-align:middle;
	/* float:left; */
}
.project-body .project-status, .project-listing .project-status{
	/* padding:10px 5px 7px; */
}
.project-type{
	clear:left;
}
.project-content{
	float:left;
	clear:left;
}
.project-screenshot{
	float:left;
	width:45%;
	max-height:200px;
	overflow:hidden;
	margin-right:4%;
	margin-top:.5em;
	border:1px solid #000;
}
.project-screenshot img{
	max-width:100%;
}
.project-listing .project-description, .project-listing .project-description p, .project-listing .project-description li{
	font-size:20px;
	text-align:left;
}
/* Projects View */
.project-section .iplasma-content-title{
	display:inline-block;
	vertical-align:middle;
	padding:0;
}
.project-features{
	clear:left;
}

.project-features ul {
    list-style-position: outside;
    list-style-type: square;
}
.project-features ul li {
    font-size: 120%;
    list-style-type: none;
    margin-bottom: 8px;
	margin-left:0;
    padding: 0 0 0 15px;
    position: relative;
    *list-style-type: disc;
}
.project-features li:after{
	border-color: #00A650;
    border-style: solid;
    border-width: 0 3px 3px 0;
    content: "";
    display: block;
    height: 10px;
    left: 0px;
    position: absolute;
    top: 8px;
	transform: rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
    width: 6px;
}
/* Project Screenshots */
.project-screenshots-cell{
	position:relative;
	display:inline-block;
	width:30%;
	margin:0 1%;
	height:200px;
	overflow:hidden;
}
.project-screenshots-cell img{
	max-width:100%;
}
.project-cell-bg, .project-screenshots-title{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
}
.project-screenshots-cell:hover .project-screenshots-title{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.project-screenshots-title{
	position:absolute;
	padding:5%;
	color:#fff;
	width:100%;
	height:100%;
	display:block;
	top:0;
	left:0;

}
.project-cell-bg{
	background:#000;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	display:block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:.75;
}
.project-screenshots-cell:hover .project-cell-bg{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
}
.image-title{
	z-index:10;
	position:absolute;
	width:90%;
	bottom:10%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.project-screenshots-cell:hover .image-title{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}
/* Global Styles */
.visible{
	display:inherit;
}
.center, .top-bar-container h4.center{
	text-align:center;
}
/* **************************** Jquery Validator ****************************** */

dset {
	margin-top: 20px;
	padding: 15px;
	border: 1px solid #B5B8C8;
}

.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input,.formular select,.formular textarea {
	display: block;  /* this breaks relative positioning */
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular textarea {
	width: 250px;
	height: 70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox, .formular .radio {
	display: inline;
}

.formular .submit {
	
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor: pointer;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}

.formular input[data-prompt-position="inline"] {
	display: inline;
}

.footnote {
	font-size: 11px;
	color: #666;
	font-style: italic;
}

.prompt-target {
	border: 1px dotted #666;
	min-height: 21px;
}

.inline-prompts label>span{
	display: inline-block;
	width: 250px;
}

.inline-prompts .text-input+.formError{
	margin-left: 10px;
}

.prompt-summary .inline {
	display: block;
}
/* Z-INDEX */
 .formError { z-index: 1003; }
    .formError .formErrorContent { z-index: 1004; }
    .formError .formErrorArrow { z-index: 1005; }

    .ui-dialog .formError { z-index: 1003; }
    .ui-dialog .formError .formErrorContent { z-index: 1004; }
    .ui-dialog .formError .formErrorArrow { z-index: 1005; }




.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #ee0101;
	position:relative;
	color: #fff;
	min-width: 120px;
	font-size: 11px;
	border: 2px solid #ddd;
	box-shadow: 0 0 6px #000;
	-moz-box-shadow: 0 0 6px #000;
	-webkit-box-shadow: 0 0 6px #000;
	-o-box-shadow: 0 0 6px #000;
	padding: 4px 10px 4px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position:relative;
}
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0px 0 0 12px;
	top:2px;
}

.formError .formErrorArrow div {
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	box-shadow: 0 2px 3px #444;
	-moz-box-shadow: 0 2px 3px #444;
	-webkit-box-shadow: 0 2px 3px #444;
	-o-box-shadow: 0 2px 3px #444;
	font-size: 0px;
	height: 1px;
	background: #ee0101;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}

.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
	background: #33be40;
}

.blackPopup .formErrorArrow div {
	background: #393939;
	color: #FFF;
}

.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}

.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}

.formError .formErrorArrow .line8 {
	width: 11px;
}

.formError .formErrorArrow .line7 {
	width: 9px;
}

.formError .formErrorArrow .line6 {
	width: 7px;
}

.formError .formErrorArrow .line5 {
	width: 5px;
}

.formError .formErrorArrow .line4 {
	width: 3px;
}

.formError .formErrorArrow .line3 {
	width: 1px;
	border-left: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
}

.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
}

/* Bootstrap Overwrites */
.navbar:after{
	clear:none;
}
/* Contact Confirmation Page */
.contact-submit-container, .consultation-submit-container{
	text-align:center;
	font-size:large;
	margin:30px auto;
}
.success-wrap{
	font-size: x-large;
	font-family: "Plain T";
	font-style: italic;
	font-weight: normal;
}
.back-wrap{
	margin:20px 0 0;
}
.contact-submit-container .view-all{
	margin: 0 10px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	text-decoration: none !important;	
	background: #00A650;
	background: -webkit-linear-gradient(#b3b3b3 -100%, transparent) #00A650; /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#b3b3b3 -100%, transparent) #00A650; /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#b3b3b3 -100%, transparent) #00A650; /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#b3b3b3 -100%, transparent) #00A650;	
	border: 1px solid #00A650;	
	border-radius: 2px 2px 2px 2px;
	color: #FFFFFF;
	font-family: "Plain T";
	font-size: 24px;
	padding: 8px 30px;
	text-align: center;
}
.contact-submit-container .view-all:hover{
	cursor: pointer;
	background: #00A650;
}

.thanks{
	font-size:45px;
	font-family:"Plain T", Georgia, Times New Roman, Serif;
}
.consultation-submit-container .project-thumbnails ul li{
	width:24%;
	max-height:140px;
}
/* ************************** Alert Bar ************************** */

.alert-bar{
	position:fixed;
	width:100%;
	z-index:99999;
	top:45px;
}
.alert-list, .pointer{
	text-align:center;
	background:#FEE2DB;
	border-bottom:1px solid #efc7bd;
	top:0;
	margin:0;
}
.pointer{
}
.pointer .alert-list{
	border-bottom:0;
	padding:0;
	background:none transparent;;
}
.alert-list li{
	display:inline-block;
	list-style:none outside none;
	font-size:large;
}
.alert-list li a{
	color:#f00;
	padding:13px 10px;
	display:block;
}
.alert-list li a:hover{
	background:#fcd0c5;
}
.alert-list li img{
	margin:0 5px;
	max-width:25px;
vertical-align:middle;
}
.closing-x{
	position:absolute;
	height:100%;
	background:#FEE2DB;
	border-bottom:1px solid #efc7bd;
}
.closing-x a{
	padding:12px 20px;
	font-size:large;
	font-weight:bold;
	display:block;
	color:#999;
}
.closing-x a:hover{
	text-decoration:none;
	background:#fcd0c5;
}
.alert-open{
	display:none;
}
.alert-open a{
	display:block;
	padding:10px;
}
.news-image img{max-width:100%;}

/*Mouseover Styles*/
#mouseover-wrap {
	position:absolute;
	z-index: 1000;
}
#mouseover-info {
	position: relative;
	background: url('/images/form-bg.png') #CBCBCB;
	background-repeat: repeat-x;
	border-radius: 5px;
	box-shadow: 0 0 4px #aaa;
	z-index: 100;
	padding: 10px 20px;
	min-width: 250px;
	display: inline-block;
	font-size: medium;
	*zoom: 1;
	*display: inline;		
}
.clear{
	clear:both;
}
/* Popup Styles for Request Form */
#dialogbox{
	border: 1px solid #aaa;
	background: #FDFFCF;
	background-repeat: repeat-x;
	text-align:center;
	display:none;
	box-shadow: 0 0 5px #aaa; 
}
#dialogboxhead{
	padding: 14px 14px 14px;
}
#dialogboxbody{
	padding: 0 14px;
}
#dialogboxfoot{
	padding:14px;
}
#dialogbox .button{
	color: #fff;
	padding: 12px 16px;
	display:inline-block;
	font-size: 16px;
	font-weight: bold;
	margin:0 10px;
}
#dialogbox .noButton{
	background: url(/templates/default/img/admin/red-button.jpg) repeat-x #ba2424;
	border: 1px solid #fa0303;
}
#dialogbox .noButton:hover{
	background: #ba2424;
}
#dialogbox .yesButton{
	background: url(/templates/default/img/admin/green-button.jpg) repeat-x #3b8d20;
	border: 1px solid #3e9a42;
}
#dialogbox .yesButton:hover{
	background: #3b8d20;
}

#mouseover-wrap ul li{
	font-size:18px;
}

.client-slideshow{
	height:50px;
}
.client-slideshow .background{
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	background:#555555;
}

/* Blog Side-nav Categories */
#blog-wrap #blog-category-block{
	display:none;
}
#blog-wrap #blog-category-block li{
	list-style:none outside none;
	padding:0;
	margin:0;	
}
#blog-wrap #blog-category-block li a{
	color:#1E4289;
	padding:10px;
	display:block;
	border-bottom:1px solid #e2e3e3;
}
#blog-wrap #blog-category-block li:last-of-type a{
	border-bottom:none;
}
#blog-wrap #blog-category-block li a:hover{
	color:#fff;
	background-color:#44629A;
	text-decoration:none;
}
.active p.pull-left{
	right:30px;
}
.active .portfolio-body p.pull-left{
	right:15px;
}
.active p.pull-right{
	left:30px;
}
.active .blog-category-title p.pull-right{
	left:15px;
}

#html-content-64{
	display:none;
}
#iplasma-menu-left #html-content-64{
	display:block;
}