/*
 * Permanent CSS 
 */


/*******  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 }								**

Dark Blue (header, footer-links):#152a95
Light Blue (Nav): #5671ff
Gray (footer): #f6eded
Red (A-tags): #ff0000

															**
*********************************************************** */

																				/* **************************** ADMIN ELEMENTS ********************** */

html {  
	background:#fff;
	background-size: 100%;
	font-family: Segoe UI, Arial, sans-serif;  
	font-weight: normal; 
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	color: #000; 
}
div{
	border:none transparent;
}

img{
	max-width:100%;
}
/* **************************** COMMON ELEMENTS ********************* */

/*main block padding*/
.iplasma-block, .iplasma-content-body-menu {
	display: inline-block;
	/* width: 80%; */
	vertical-align: top;
	padding:0 15px;
}
/*breadcrumb styles*/
.iplasma-breadcrumb { 
	padding:10px; 
	font-size:medium; 
	font-weight: bold;
	background-color: #fff;
	color:#9d9d9d;
	overflow:hidden;
}
.addthis-smartlayers-desktop, .addthis-smartlayers-desktop > .atss  {
  opacity: 0;
	position:fixed;
	left:-400em;
}
.iplasma-breadcrumb a {  
	color:#9d9d9d;
}
.iplasma-breadcrumb a:hover { 
	color:#000; 
}
p.pull-left.visible-xs{
	margin:0 10px 0 0;
}
p.pull-right.visible-xs{
	margin:0 0 0 10px;
}
/*content title styles*/
.iplasma-content-title, .sitemap-title, .news-category-title,
.gallery-category-page .gallery-category-title  {
	font-size:xx-large; 
	font-weight: bold; 
	margin:0px 20px 10px 0px;
	color:red;
}
/*content body styles*/
div.iplasma-content-body {
	margin: 10px 20px 10px 0px;
}

/*sitemap styles*/
.sitemap-title a  {
	color: #000;
}
.sitemap-block ul li {
	margin-left:40px;
	list-style:disc outside none;
}
.sitemap-block ul li.depth-2 {
	margin-left:55px;
	list-style:circle outside none;
}
.sitemap-block ul li.depth-3 {
	margin-left:70px;
	list-style:square outside none;
}
.sitemap-block ul li.depth-4 {
	margin-left:85px;
	list-style:disc outside none;
}
.sitemap-block ul li.depth-5 {
	margin-left:100px;
	list-style:circle outside none;
}

/*share button styles*/
#iplasma-breadcrumb-share { 
	padding:0px 10px 0px 0px; 
	float: right;
}
.iplasma-block-addthis{
	float:right;
}
#iplasma-breadcrumb-share .print, #iplasma-breadcrumb-share .rss {
	float: left;
}
#iplasma-breadcrumb-share a.print img, #iplasma-breadcrumb-share .rss img {
}
.addthis_toolbox {
	float: right;
	min-width: 138px;
}
.share { 
	float:right; 
}
/* Button Styles */
.pf_button{
	display:block;
	text-align:center;
	margin:10px 0; 
}
.pf_button a{
	float: none;
	background-color: #359CBD;
	border: 1px solid #5CB0CA;
	color: #eef4f6;
	padding: 5px 20px;
	margin: 0 auto;
	width: auto;
	display:inline-block;
}
.pf_button a:hover{
	background-color: #5CB0CA;
	cursor: pointer;
	text-decoration:none;
}
/* Pagination Styles */
.paginator{
	text-align:center;
	margin:10px 20px;
}
.paginator a, .paginator span{
	float: none;
	background-color: #359CBD;
	border: 1px solid #5CB0CA;
	color: #eef4f6;
	padding: 10px 10px;
	margin: 0 auto;
	width: auto;
	display:inline-block;
}
.paginator span{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
}
.paginator a:hover{
	background-color: #5CB0CA;
	cursor: pointer;
	text-decoration:none;
}

/* ********************** Containers Complete Wrap ******************* */
#body-wrap {
	width:100%;
}
/* **************************** HEADER ****************************** */								
#header-container { 
	width:100%;
	margin:0; 
	padding:0; 
	margin-left: auto; 
	margin-right: auto;
	overflow:hidden;
	background:#152a95;
	color:#fff;
}
#header-container #header-container {
	border:none;
	max-width:1300px;
}
#header-container a{
	color:#fff;
}
.right{
	float:right;
	margin:15px 0;
}
.upper-header{
	text-align:right;
	margin-right:100px;
	margin-top:5px;
	margin-bottom:-8px;	
}
.upper-header a{
	font-size:14px;
	text-decoration:none;	
}
.upper-header a:hover{
	text-decoration:underline;
}
.button{
	display:inline-block;
	padding:2px 10px;
	vertical-align:middle;
	box-shadow:0 0 5px #000;
	background: #5671ff;
	margin-right:10px;
}
.upper-header .button{
	padding:5px 15px;
	font-size:16px;
}
.upper-header .button:hover{
	text-decoration:none;
	background:#ff0000;
}
.left-side{
	float:left;
	width: 60%;
	font-size:24px;
}
.image-wrap{
	border-right:2px solid #fff;
	padding-right:10px;	
	overflow:hidden;
	float:left;
}
.left-side img{
	vertical-align:bottom;
}
.left-side a{
	text-decoration:none;
	font-weight:normal;
}
.logo-text{
	padding-left: 10px;
	padding-right: 5px;
}
.logo-text .center{
	display:none;
}
.center{
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, serif;
	padding-top: 16px;
	text-align:center;	
}
#header-container.locked{
	position:fixed;
	top:0;
	z-index:7;
	width:100%;
}
.locked .right{
	display:none;
}
.locked .left-side{
	width:auto;
	font-size:20px;
	font-weight:normal;
	padding:5px 0;
}
.locked .left-side img{
	max-height:26px;
}
.locked .center{
	float:left;
	font-size:14px;
	padding: 10px 10px;
}
.locked .upper-header{
	float:right;
	margin-right:10px;
}
.tab-break {display:none;}
/* **************************** NAVIGATION ************************** */				
							
/* **************************** Iplasma-Menu-Top ******************** */							
.search-bar{
	width:31%;
	position:absolute;
	right:0;
	top:0;
	background:#f6eded;
}
.search-bar input{
	font-size:18px;
	padding:10px;
	background:#f6eded;
	outline:none;
	width:65%;
	border:solid #d9d9d9;
	border-width: 1px 0 0 0;
}
.search-icon{
	color:#9d9d9d;
	font-size:large;
	width:35%;
	text-align:center;
}
.search-icon:hover{
	color:#000;
	cursor:pointer;
}
#menu  { 
	width:100%;
	margin: 0 auto;
	background:#5671ff;
}
.navbar-brand{
	display:none;
  	color:#fff;
}
#iplasma-menu-top { 
	padding:0px; 
	max-width:1300px;
	margin:0 auto; 
	width:100%;
}

#iplasma-menu-top ul { 
	margin:0; 
}

#iplasma-menu-top ul li { 
	list-style:none; 
	display:inline-block;
	float:none;
	margin-left:0;
	line-height:125%;
}

#iplasma-menu-top ul li:hover, #iplasma-menu-top ul li.sfHover { 
	background-color:#152a95;
}

#iplasma-menu-top ul li a { 
	color:#fff; 
	font-size:18px; 
	font-weight:normal;
	padding: 13px 30px;
}

#iplasma-menu-top ul li a:hover { 
	text-decoration:none; 
}
#iplasma-menu-top ul ul {
	min-height:1px;
	min-width:1px;
	z-index:50;
}
#iplasma-menu-top ul ul li{
	background-color:#152a95;
}

.sf-menu ul { 
	position: absolute; 
	top: -999em; 
	margin-left:-20px; 
	padding: 0; 
	z-index: 1;
}

.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; 
	text-decoration:none; 
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul { 
	top:2.2em; /* match top ul list item height */ 
}

/*Parent menu Item*/
.sf-menu li a:hover { 
	color:#000; 
}

/*Dropdown Background*/
.sf-menu li ul li { 
	position:relative; 
	z-index: 100; 
}

#iplasma-menu-top ul li ul { 
	top:auto;
	display:none;
}

#iplasma-menu-top ul li ul li { 
	margin:0px 0 0 0; 
	height:auto; 
}

#iplasma-menu-top ul li ul li a { 
	padding:10px 30px;
	white-space: nowrap;
	text-indent: 0px;
}

#iplasma-menu-top ul li ul li a:hover { 
	color:#fff; 
	text-decoration:none; 
	background-color:#5671FF;
}

.scroll-indicator{
	font-size: xx-large;
	font-weight: bold;
	padding: 10px;
	display: none;
	position: fixed;
	background: #425CA9;
	color: #fff;
	cursor: pointer;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #425CA9;
	z-index: 5;
	right: 2%;
}
.scroll-indicator:hover {
	background: #1D3784;
	color: #fff;
	text-decoration: none;
}
#menu.lock{
	position:fixed;
	z-index:6;
	box-shadow:0 0 5px #000;
}
.lock .search-bar{
	
}
.mobile-carat{
	display:none;
}
/* **************************** Iplasma-Menu-Left ******************* */							
.sidebar-offcanvas{
	border-right:1px solid #CCD4FF;
}
#iplasma-menu-left, #iplasma-menu-left-page  {
	display: inline-block;
	width:100%;
	margin:0;
}
#iplasma-menu-left li, #iplasma-menu-left-page li {
	list-style: none;
	clear: left;
	width: 100%;
}
#iplasma-menu-left ul, #iplasma-menu-left-page ul  {
	margin:0;
}
#iplasma-menu-left .content-top-title{
	background:#152a95;
}
#iplasma-menu-left .content-top-title a{
	color:#fff;
  	font-size: x-large;
  	text-decoration: none;
	border:none;
}
#iplasma-menu-left .content-top-title a:hover{
	background: #5671ff;
}
#iplasma-menu-left a, #iplasma-menu-left-page a  {
	display: block;
	padding: 10px 20px;
	color:#152a95;
	font-size: large;
	text-decoration:none;
	border-bottom:1px solid #CCD4FF;
}
#iplasma-menu-left a:hover, #iplasma-menu-left-page a:hover  {
	color: #fff;
	background:#5671ff;
	text-decoration: none;
}
/*sub pages*/
#iplasma-menu-left ul.left-nav a {
	
}
/*sub sub pages*/
#iplasma-menu-left ul li ul, #iplasma-menu-left-page ul li ul  {
	
}
#iplasma-menu-left ul.left-nav ul a, #iplasma-menu-left-page ul ul a  {
	padding-left: 35px;
	font-weight:normal;
}
/* #iplasma-menu-left .sfHover, #iplasma-menu-left .sfHover li, #iplasma-menu-left li:hover, 
#iplasma-menu-left-page .sfHover, #iplasma-menu-left-page .sfHover li, #iplasma-menu-left-page li:hover  {
	background-color: red;
}
#iplasma-menu-left .sfHover a, #iplasma-menu-left-page .sfHover a  {
	color: #fff;
}
#iplasma-menu-left .sfHover ul a:hover, #iplasma-menu-left-page .sfHover ul a:hover  {
	background-color: #CAE2EC;	
	color:#359CBD;
} */

p.pull-left.visible-xs, p.pull-right.visible-xs {
	float: none!important;
	margin: 0;
	text-align:left;
}
p.pull-right.visible-xs {
	text-align:right;
}
button.btn.btn-primary.btn-xs {
	display: inline-block;
	width: 100%;
	font-size: x-large;
	border-radius: 0;
	background: #5671ff;
	border:1px solid #5671ff;
	outline: none;
	color: #fff;
	padding: 5px;
	-webkit-transition: width .25s ease-out;
	-moz-transition: width .25s ease-out;
	transition: width .25s ease-out;
}
button.btn.btn-primary.btn-xs:hover{
	background:#152A95;
	border-color:#152A95;
}
.active button.btn.btn-primary.btn-xs{
	width:50%;
	background:#152A95;
	border-color:#152A95;
}
.menu-icon {
	display: inline-block;
	vertical-align: initial;
}

.menu-icon .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #fff;
}
.menu-icon .icon-bar + .icon-bar {
	margin-top: 4px;
}
span.hide-nav, .active span.show-nav {
	display: none;
}
.active span.hide-nav{
	display: initial;
}
/* **************************** Main Content ************************ */

#content-container { 
	width:100%; 
	 background:#fff;
	margin:0; 
	clear:left;
}

.inner-content-container { 
	margin:0 auto;
	width:100%;
	max-width:1300px; 
	overflow: hidden;
}
.iplasma-content-body-nomenu{
	padding:10px 20px;
}
/*home page content block*/
#html-content-1 {
	width: auto;
	padding: 10px;
	max-width:1300px;
	float:none;
	clear:both;
	margin:0 auto;
	display:block;
	overflow:hidden;
}
/* slideshow-block */

/* ******************************* Footer *************************** */
								
#footer-container { 
	width:100%; 
	padding:0; 
	background:#f6eded; 
	border-top:1px solid #CCD4FF;
}
#footer-container #footer-container{
	overflow:hidden;
	max-width:1300px;	
	margin-left: auto; 
	margin-right: auto; 
	font-size:12px;
	border-top:0px none transparent;
	padding:20px 0 10px;
}
#footer-container a {
	color:#152a95;
	text-decoration:underline;
}
#footer-container a:hover{
	color:#ff0000;
}
.footer-left{
	float:left;
}
.footer-text{
	float:left;
}
.footer-logo{
	float:left;
	max-width:30%;
	margin-right:10px;
}
.usa{
	font-size: small;
	color:#000;
	float:right;
}
#footer-container .usa a {
	color:#000;
	text-decoration:none;
	font-weight:normal;
}
.usa img {
	vertical-align:middle;
	margin-top:-4px
}
.mobile-footer{
	display:none;
}
/* **************************** iPlasma Menu Bottom ***************** */				

#iplasma-menu-bottom {
	text-align:center;
	margin: 10px 0;
}
#iplasma-menu-bottom span {
	border-right:1px solid #FFF;
}
#iplasma-menu-bottom span:last-child {
	border-right: 0;
}
#iplasma-menu-bottom a {
	padding:10px;
}

/* **************************** HOME PAGE BLOCKS ******************** */				
							
/* ******************************************************************************* */
/* ********************************** Event Module ******************************* */
/* ******************************************************************************* */

/* ************* Shared ************* */


/* ***** Events Wrap and Blocks ***** */
.events-block{
	padding:0px 0;
}
.events-block-title, .events-block-categories{
	display:block;
	font-size:x-large;
	padding:5px 20px 5px 15px;
	color:#359CBD;
	font-weight:bold;
}
.events-view-all{
	text-align:center;
}
.events-view-all a{
	display:inline-block;
	padding:10px;
	background:#359CBD;
	border:1px solid #5cb0ca;
	color:#eef4f6;
	font-size:medium;
	margin:10px 0;
}
.events-view-all a:hover{
	text-decoration:none;
	background:#5cb0ca;
}
/* Event Category */
.events-block-categories a{
	color:#359CBD;
	font-size:large;
	font-weight:normal;
}
.legend{
	display:inline-block;
	width:20px;
	height:20px;
	margin:0 5px;
	vertical-align:middle;
}
/* Future & Past Events */
.event-block-item{
	padding:5px 20px 5px 15px;
	font-size:medium;
}
.event-item-title a{
	color:#359CBD;
	font-size:large;
}
.event-item-time p{
	font-size:medium;
	margin:0 10px;
}
.event-block-location{
	margin:0 10px;
}
/* canceled event styles *************************** */
.fc-event:hover {
    cursor: pointer;
}
#popup-cancel {
	color: #FF0000;
}
#popup-cancel img {
    height: auto;
    vertical-align: bottom;
    width: 20px;
}
.fc-event.canceled {
    background-image: url("/application/modules/events/assets/img/cancel-sign-red.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.fc-event.canceled .fc-event-title {
    text-decoration: line-through;
}
.fc-event.canceled:after {
    color: #FF0000;
    content: "Canceled";
}

/* **************************** Event Landing Page ************************ */	

#event-view{
	
}
#cal-container {
	min-height:735px;
	padding:0 20px;
}
#cal-title, #event-info .events-category-title{
	margin-left:0;
	margin-right:0;
}
/* *********** Calendar Styles ************ */
.ui-widget{
	font-size:14px;
}
/* Header area (Top/Side Sections of the views in calendar)*/
#calendar .ui-widget-header{
	background:#359CBD;
	border-color:#5cb0ca;
	color:#fff;
}

/* Top-buttons */
#calendar .fc-header .fc-button{
	font-size:14px;
	background:#359CBD;
	border:#5cb0ca;
	color:#fff;
}
#calendar .fc-header .fc-button.ui-state-hover, 
#calendar .fc-header .fc-button.ui-state-active, 
#calendar .fc-header .fc-button.ui-state-disabled{
	text-decoration: none!important;
	background: #5cb0ca;
	color:#fff!important;
}
#calendar .ui-state-default .ui-icon{
	background-image:url('/application/modules/events/assets/fullcalendar/images/ui-icons_ffffff_256x240.png')
}
#calendar .ui-state-hover .ui-icon{
	background-image:url('/application/modules/events/assets/fullcalendar/images/ui-icons_000000_256x240.png')
}
#calendar .fc-header .fc-button.ui-state-disabled{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
}
/* Calendar Views*/
/* Base backgrounds and border for each views */
#calendar .fc-day, #calendar .ui-widget-content{
	border-color:#5cb0ca;
	background:#fff;
}
/* Allows for the vertical week view bars to be visible */
#calendar .fc-agenda-slots .ui-widget-content{
	background:none transparent;
}
/* Default Number Style */
#calendar .fc-day .fc-day-number{
	color:#000;
}
/* Styles for todays date in calendar */
#calendar .fc-day.fc-today, #calendar .ui-state-highlight{
	background:#C9E3EB;
}

/* Popup */
.ui-dialog, .ui-dialog-buttonpane{
	background:#fff;
	border-color:#5cb0ca;
}
.ui-dialog .ui-dialog-titlebar{
	font-size:14px;
	background:#359CBD;
	border-color:#5cb0ca;
	color:#fff;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close{
	background-image:url('/application/modules/events/assets/fullcalendar/images/ui-icons_ffffff_256x240.png');
	background-color:#359CBD;
	background-position: -96px -128px;
	border:none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close:hover{
	background-image:url('/application/modules/events/assets/fullcalendar/images/ui-icons_000000_256x240.png');
	background-color: #5cb0ca;
}
.ui-dialog-buttonpane button{
	font-size:14px;
	background:#359CBD;
	border:#5cb0ca;
	color:#fff;
	padding:10px;
	display:inline-block;
}
.ui-dialog-buttonpane button:hover{
	text-decoration: none;
	background: #5cb0ca;
	color:#fff;
}
/* Subscribe Button styles */
#google-cal-subscribe {
    margin:10px 20px;
    text-align: center;
}
#google-cal-label {
    display: inline-block;
}
#google-cal-subscribe a {
    text-decoration: none;
}
#google-cal-subscribe img {
    vertical-align: middle;
}
#google-cal-add {
    padding: 10px 20px;
	text-align:center;
}
#popup-add-cal {
    padding-top: 10px;
}

/*********************** Future & Past Events Page **************************/

.event-post{
	padding: 10px 20px;
	border-bottom: solid 1px #E1E1E1;
	display:block;
	overflow-y:hidden;
	font-size:medium;
}
.event-post:hover{
	background: none repeat scroll 0 0 #D7EFF6;
}

.event-post a{
	color: #359CBD;
}
.event-title{
	margin:0;
	font-size:large;
}
.event-title a{
	display: inline-block;
	vertical-align: middle;
}
.event-description{
	font-style:italic;
	text-align:justify;
}
/* *************************** Event Detail Page ************************** */
.section-title{
	font-weight:bold;
	font-size:large;
	color:#359CBD;
	font-style:normal;
}
#event-info{
	padding:0 20px;
}
#event-description{
	font-style:italic;
	font-size:large;
	text-align:justify;
	margin:10px 0 5px;
	padding-bottom:5px;
	border-bottom: solid 1px #E1E1E1;
}
#event-map { 
	width:90%;
	margin:0 auto;
	height:320px;
}

/* ******************************************************************************* */
/* ********************************** End Events ********************************* */
/* ******************************************************************************* */
/* **************************** News Module ****************************** */

/******************* News-wrap & Blocks **************/
					
#news-wrap	{ 

}
/* Shared News Sidebar Block Styles */

/* Category and Archive Block title */
.news-category-block-title {
	font-size: x-large;
	font-weight: bold;
	padding: 5px 15px;
	border-bottom: 1px solid #E1E1E1;
	color: #359cbd;
}
/* News Category Block */
.news-category-link a{
	color: #359CBD;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	display:block;
	font-size: large;
	font-weight: normal;
}
.news-category-link a:hover{
	background-color: #359CBD;
	background-size: 280px;
	color: #eef4f6;
	text-decoration: none;
}
/* News-wrap Latest News Block */
.latest-news-title{
	font-size: x-large;
	font-weight: bold;
	padding: 5px 15px;
	border-bottom: 1px solid #E1E1E1;
	color: #359cbd;
}
.news-list{
	display:block;
	overflow:hidden;
	margin:0 20px;
}
.news-list .news-subtitle, .news-list .news-date{
	font-size:inherit;
}

/* News Archive Block */
.news-archive-block ul{
	margin-left:15px;
}
.news-archive-block ul li{
	list-style:none outside none;
}
.collapsed ul {
	display: none;
}
.toggle{
	margin-right:5px;
}
.archive-block ul li a{
	width:auto;
	padding:0;
	margin-right:5px;
}
.archive-block ul li a:hover{
	background:none;
	color:#359CBD;
	text-decoration:underline;
}
.archive-block .collapsed .toggle {
    background-image: url("/images/expand.png");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    display:inline-block;
	vertical-align:middle;
}

.archive-block .expanded .toggle {
    background-image: url("/images/collapse.png");
    background-repeat: no-repeat;
    display:inline-block;
	vertical-align:middle;
    height: 16px;
    width: 16px;
}
.archive-block ul{
	margin-left:15px;
	clear:left;
}
.month{
	margin-left:15px;
}

 /******************* News Landing Page **************/	
				
.news-index { 
	padding:0 15px;
}
.news-post { 
	padding: 10px;
	border-bottom: solid 1px #E1E1E1;
	display:block;
	margin:0 10px;
	overflow-y:hidden;
}
.news-post:hover{
	background: none repeat scroll 0 0 #D7EFF6;
}

.news-title{
	font-size:large;
}

.sticky-icon{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px 0 0;
}
.sticky-icon img{
	max-width:15px;
}
.news-title a{
	display:inline-block;
	vertical-align:middle;
	color:#359CBD;
}
.news-title a:hover{
	color:#3fb833;
}
.news-image { 
	float:left; 
	max-width:50%;
	margin:0 1% 0 0;
}
.news-image img{
	max-width:100%;
}
.news-byline {
	display:block;
	
}
.news-byline div{
	display:inline-block;
	font-weight:normal;
	font-size:medium;
}
.news-subtitle{
	/* float:left; */
	font-size:medium;
}

.news-category-title {
	
}
.news-readmore{
	float:right;
	clear:left;
	font-size:medium;
}
.news-post a{
	color:#359CBD;
}
.news-post a:hover{
	color:#3fb833;
}

/* Alerted Article Styles */
.news-post.news-post-alert{
	background:none repeat scroll 0 0 #F2B7B9
}
.news-post.news-post-alert .news-title a{
	/* color: #A90704; */
	color:#f00;
}
.news-post.news-post-alert .news-readmore a{
	color:#f00;
}
/******************* News Article Page **************/

.news-view{
	padding:0 20px;
}
.news-article{

}
.news-article .news-category-title{
	margin:10px 0;
}
.news-article .news-image{
	display:inline-block;
	float:left;
	vertical-align:middle;
	max-width:100%;
	clear:both;
}
.news-article .news-image img{
	max-height:300px;
}
.news-article .news-byline{
	/* display:inline-block;
	vertical-align:middle; */
	margin-bottom:5px;
}
.news-article-subtitle{
	/* clear:left; */
	font-size:medium;
	font-style:italic;
	display:block;
	border-bottom: solid 1px #E1E1E1;
	padding: 0 0 5px 0;
	margin:0 0 5px 0;
}
.news-body{
	clear:both;
}
/******************* News Category Page **************/

.news-category-index { 
	padding:0 15px;
}


/* **************************** Blog Module ****************************** */

/******************* blog-wrap & Blocks **************/
					
#blog-wrap { 
	float:left; 
	margin:0 10px; 
	padding:5px; 
	border:1px solid #000; 
	width:300px; 
}

.blog-block { 
	border:1px solid black; 
	padding:5px; 
}

.blog-category-block-title { 
	font-size: 18px; 
	font-weight: bold; 
	margin:10px  0 10px 0px; 
}

.blog-category-link { 
	margin:0 0 0 10px; 
}

.blog-category-link a { 
	font-weight:bold; 
}

#blog-latest-blog { 
	border:1px solid black; 
	padding:5px; 
	margin:10px 0px; 
}	

#blog-latest-blog-title	{ 
	font-size: 18px; 
	font-weight: bold; 
	margin:10px 0 10px 0px; 
}			

#blog-archive-block	{

}				

.blog-archive-title	{ 
	font-size: 18px; 
	font-weight: bold; 
	margin:10px  0 10px 0px; 
}		

.year a { 
}	

.month a { 

}

.blog-paginator { 
	width:65%; 
	margin:auto; 
	font-weight:bold; 
}

/******************* Blog Landing Page ***************/

.blog-index { 
	width:65%; 
	float:left; 
}

.blog-image { 
	float:left; 
}

/******************* Blog Detail Page ***************/

.blog-view { 
	width:65%; 
	float:left; 
}

.blog-title { 
	font-size:18px; 
	margin:10px 0px;
}

.blog-subtitle { 
	font-style: italic; 
	margin:5px 0px; 
}

.blog-comments-title { 
	margin:10px 0px; 
	font-weight:bold; 
}

/******************* Blog Category Page *************/

.blog-category-index { 
	width:65%; 
	float:left; 
}

.blog-post { 
	margin:10px 0px;
}

/* **************************** Contact Page ****************************** */
#iplasma-map {
	position: relative;
	z-index: 1;
	border: 1px solid #A9A9A9;
	margin: 0 0px 20px 1%;
	float: right;
	width: 49% !important;
	height: 400px !important;
}

/* **************************** Contact Form ****************************** */			

div#contact-form-block {
	width: 49%;
	float: left;
	margin: 0px 1% 20px 0;
	min-width: 315px;
	background-color: #f6eded;
	border: 1px solid #9d9d9d;
	padding: 10px 0 20px 0;
}

/*form title styles*/
div.form-title {
	font-size: x-large;
	font-weight: bold;
	color:#152a95;
	margin: 0px 20px 10px 20px;
}

/*form element styles*/
div.form-block  {
	margin:0 20px 20px 20px;
}
div.form-block label, div.form-block p {
	font-weight: bold;
	font-size:medium;
}
div.form-block input {
	width:100%;
	padding:5px;
	font-size:medium;
}

/*radio block styles*/
div.form-block.radio-block {
	text-align: center;
}
div.form-block.radio-block p {
	margin-bottom: 5px;
	text-align: left;
}
div.form-block.radio-block label {
	font-weight: normal;
	vertical-align: middle;
}
div.form-block.radio-block input {
	float: none;
	clear: none;
	width: auto;
	margin: 0 10px 0 2px;
	vertical-align: middle;
}

/*text area styles*/
div.form-block.textarea-block textarea{ 
	width:100%; 
	height:200px; 
	margin-bottom:10px; 
	margin-top: 0px; 
}

/*recaptcha styles*/
#recaptcha_area, #recaptcha_table {
	margin: 0 auto;
}

/*submit styles*/
div.form-block.submit-block {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
div.form-block.submit-block input {
	float: none;
	background-color: #5671ff;
	border: 1px solid #5671ff;
	color: #fff;
	padding: 10px 20px;
	margin: 0 auto;
	width: auto;
	box-shadow: 0 0 5px #000;
}
div.form-block.submit-block input:hover {
	background-color: #152A95;
	cursor: pointer;
}
#responsive_recaptcha{
	margin:0 auto;
	background: #f6eded;
}
#responsive_recaptcha .solution{
	background: #f6eded;
}
#responsive_recaptcha .solution input{
	border-color:#c3c3c3;
	width:100%;
}
#responsive_recaptcha .options a{
	background:#152a95;
	font-size:small;
	line-height:1;
}
#responsive_recaptcha .options a:hover{
	background:#5671FF;
}

.contact-submit-container{
	
	font-size:xx-large;
	text-align:center;
}
.success-wrap{
	margin:20px;
}
.back-wrap a{
	background: #5671ff;
	color: #fff;
	padding: 10px 20px;
	margin: 0 10px 20px;
	font-size: medium;
	border: 1px solid #5671ff;
	text-decoration:none;
	display: inline-block;
	box-shadow: 0 0 5px #000;	
}
.back-wrap a:hover{
	background: #152a95;
	text-decoration:none;
}
/* **************************** Sitemap ****************************** */				
									
.sitemap-block ul {
	margin-left:10px
}		

.sitemap-block ul li {
	margin-top:5px
}

#event-map { 
	width: 630px; 
	height: 320px; 
}


/* **************************** IE 8 Styles ************************** */				
@media \0screen {  
	#body-wrap { 
		border: 1px solid #e1e9eb;
	}
}


/* ********************** Screen Size Styles ************************* */				
@media (max-width: 900px) {

	/* **************************** Contact Form ****************************** */			
	#iplasma-map {
		float: none;
		width: 90% !important;
		margin: 0 auto 20px auto;
	}
	div#contact-form-block {
		width: 90%;
		float: none;
		margin: 0 auto 20px auto;
	}

}

/* ************************** Alert Bar ************************** */

.alert-bar{
	position:fixed;
	width:100%;
	z-index:99999;
}
.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;
}
.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;
}

/* ********************************************************************************** */
/* ********************************** Testimonials ********************************** */
/* ********************************************************************************** */
	
	/* ************************************************************************** */
	/* ********************************** Index ********************************* */
	/* ************************************************************************** */
.testimonial-container, .review-container{
	margin:0 20px 10px;
	padding:20px;
	box-shadow: 4px 4px 8px #D5DBDD;
	border:1px solid #D8DEDF;
}
.testimonial-container:hover, .review-container:hover{
	background:none repeat scroll 0 0 #D7EFF6;
}
.testimonial-excerpt, .review-review{
	font-size:large;
	text-align:justify;
}
.testimonial-author, .review-customer, .review-rating{
	font-size:medium;
}
.testimonial-company{
	font-size:medium;
	font-style:italic;
}
	/* ************************************************************************** */
	/* ****************************** Testimonials ****************************** */
	/* ************************************************************************** */
.testimonial-view{
	padding:0 20px 20px;
}
/* ********************************************************************************** */
/* ************************************* Review ************************************* */
/* ********************************************************************************** */
	
	/* ************************************************************************** */
	/* ********************************* Shared ********************************* */
	/* ************************************************************************** */
.gold-star{
	color:#E7C025;
	margin:0 2px;
}
	/* ************************************************************************** */
	/* ********************************** Index ********************************* */
	/* ************************************************************************** */
.review-container{
	margin:0 20px 10px;
	padding:20px;
	box-shadow: 4px 4px 8px #D5DBDD;
	border:1px solid #D8DEDF;
}
.review-container:hover{
	background:none repeat scroll 0 0 #D7EFF6;
}
.review-date{
	margin:5px 0;
	font-size:medium;
}
.review-review{
	text-align:justify;
}
.review-customer{
	font-size:x-large;
}
.review-rating{
	font-size:x-large;
}
.see-more{
	text-align:right;
}
.see-more a{
	padding:10px;
	font-size:medium;
	display:inline-block;
	color:#555;
}
.see-more a:hover{
	color:#999;
	text-decoration:none;
}


	/* ************************************************************************** */
	/* ******************************** Category ******************************** */
	/* ************************************************************************** */
.category-info{
	margin:10px 20px;
	font-size:x-large;
	overflow:hidden;
}
.total{
	font-size:medium;
	margin:0 10px;
}

	/* ************************************************************************** */
	/* ********************************* Review ********************************* */
	/* ************************************************************************** */


/* ********************************************************************************** */
/* ********************************** Reviews Form ********************************** */
/* ********************************************************************************** */
#review-form{
	margin:10px 0;
}
#review-form .form-block{
	margin: 0 10px 10px;
}
#review-form .form-block input, #review-form .form-block select, #review-form .form-block textarea{
	float:none;
	display:block;
	width:100%;
	padding:5px 1%;
	clear:none;
	font-size:medium;
}
#review-form .radio-block{
	color: silver;
	font-size: x-large;
}
#review-form .radio-block .active, #review-form .radio-block .hover-active{
	color:#E7C025;
}
#review-form .radio-block input{
	width:auto;
}
#review-form .form-block input[type="submit"]{
	width:auto;
}
#review-form .form-block input[type="checkbox"]{
	width:auto;
 	display:inline-block;
 	vertical-align:middle;
	padding:0;
	margin:0;
}
#review-form .form-block.captcha-block input{
	width:auto;
 	font-size:inherit;
 	padding:0;
 	margin:0;
 	float:right;
 	display:inherit;
 }
.hidden-radio{
	visibility:hidden;
	position:absolute;
}


/* ******************************************************************************* */
/* ******************************** Gallery Module ******************************* */
/* ******************************************************************************* */

	/* *********************************************************************** */
	/* ******************************** Shared ******************************* */
	/* *********************************************************************** */

	/* *********************************************************************** */
	/* ********************** Gallery Wraps and Blocks *********************** */
	/* *********************************************************************** */
.gallery-category-block-title{
	font-size: x-large;
	font-weight: bold;
	padding: 5px 15px;
	border-bottom: 1px solid #E1E1E1;
	color: #359cbd;
}
.gallery-category-link a{
	color: #359CBD;
	text-decoration: none;
	padding: 5px 20px 5px 15px;
	display: block;
	font-size: large;
	font-weight: normal;
}
.gallery-category-link a:hover{
	background-color: #359CBD;
	color: #eef4f6;
	text-decoration: none;
}
.iplasma-block-gallery-randomalbum{
	
}
.iplasma-block-gallery-randomalbum .album-title a{
	display:block;
	font-size:large;
	color: #359CBD;
	padding:5px 20px 5px 15px;
}
.iplasma-block-gallery-randomalbum .album-title a:hover{
	background-color: #359CBD;
	color: #eef4f6;
	text-decoration: none;
}
.iplasma-block-gallery-randomalbum .album-featured{
	height:auto;
	max-width:80%;
	margin:5px auto;
	height:150px;
	overflow:hidden;
	position:relative;
}

.album-subtitle{
	position:absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
}
.album-featured:hover .album-subtitle{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.subtitle-bg{
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
}
.album-subtitle a{
	font-size:medium;
	color:#fff;
	position:relative;
	z-index:10;
	display:block;
	height:100%;
	padding:5px;
	text-decoration:none;
}
.iplasma-block-gallery-randomalbum .album-viewmore{
	text-align:center;
}
.iplasma-block-gallery-randomalbum .album-viewmore a{
	display:inline-block;
	padding:10px;
	background-color: #359CBD;
	border: 1px solid #5CB0CA;
	color: #eef4f6;
	padding: 5px 20px;
	text-decoration:none;
	margin-bottom:5px;
}
.iplasma-block-gallery-randomalbum .album-viewmore a:hover{
	background-color: #5CB0CA;
	cursor: pointer;
	text-decoration: none;
}
	/* *********************************************************************** */
	/* ****************************  Landing Page **************************** */
	/* *********************************************************************** */
.gallery-category-container{
	margin:0 20px;
}
.gallery-album-cell{
	display:inline-block;
	width:18%;
	position:relative;
	margin:5px 1% 5px 0;
}
.gallery-category-container .gallery-category-title{
	font-size:x-large;
}
.gallery-category-container .gallery-category-link a{
	color:#359CBD
}
.album-featured{
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #0D0D0D;
	text-align: center;
}
.gallery-album-cell .gallery-album-title, .title-wrap{
	position:absolute;
	top:0;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity:0;
	width:100%;
	height:100%;
}
.gallery-album-cell:hover .gallery-album-title, .album-image:hover .title-wrap{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
}
.gallery-album-cell img{
	max-width:none;
	max-height:100%;
}
.title-bg{
	background:#000;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity:.5;
}
.gallery-album-title a, .image-title{
	font-size:medium;
	color:#fff;
	position:relative;
	z-index:10;
	display:block;
	height:100%;
	padding:5px;
	text-decoration:none;
}
	/* *********************************************************************** */
	/* ****************************** Category ******************************* */
	/* *********************************************************************** */
.gallery-albums{
	margin: 0 20px;
}
.gallery-album-container .gallery-album-title{
	position:static;
	top: auto;
	left:auto;
	opacity:1;
	width:auto;
	height:auto;
}
.gallery-album-container .gallery-album-title a{
	color:#359CBD;
	font-size:x-large;
	height:auto;
	padding:0;
	font-weight:bold;
}
.gallery-album-featured{
	width:49%;
	display:inline-block;
}
.gallery-album-subtitle{
	display:inline-block;
	width:49%;
	margin:0 0 0 1%;
	vertical-align:top;
	/* text-align:right; */
}
.subtitle-container{
	text-align:justify;
	font-size:medium;
	margin-bottom:5px;
}
.gallery-album-subtitle a{
	display:inline-block;
	padding:10px;
	background-color: #359CBD;
	border: 1px solid #5CB0CA;
	color: #eef4f6;
	padding: 5px 20px;
	text-decoration:none;
}
	/* *********************************************************************** */
	/* ******************************** Album ******************************** */
	/* *********************************************************************** */
.album-wrap a{
	text-decoration:none;
}
.album-wrap{
	margin:0 20px;
}
.album-image{
	display: inline-block;
	width: 24%;
	float: left;
	vertical-align: top;
	position: relative;
	margin: 5px 1% 5px 0;
	min-width: 120px;
	text-align: center;
	overflow: hidden;
	height: 150px;
	background: #0D0D0D;
}
.image-title{
	overflow:hidden;
}
.gallery-album-page .gallery-album-subtitle, .gallery-album-description{
	font-size:medium;
	width:auto;
	display:block;
}
.gallery-album-page .gallery-album-subtitle{
	font-style:italic;
}
/* ******************************************************************************* */
/* ********************************** End Gallery ******************************** */
/* ******************************************************************************* */

/* ******************************************************************************* */
/* ******************************* Directory Module ****************************** */
/* ******************************************************************************* */
	
	/* *********************************************************************** */
	/* **************************** Listing View ***************************** */
	/* *********************************************************************** */
#listing-name {
	clear: left;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 10px 0;
	width: 100%;
}
.left-column *, .right-column *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.left-column{
	float:left;
	width:70%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.right-column{
	float:right;
	width:30%;
	padding:0 0 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#listing-image {
	float: left;
	margin-right:10px;
	max-width:205px;
}

#listing-image img {
	border: 1px solid #ccc;
}

#listing-map {
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
	width:100%!important;
}
.center-wrap{
	float:left;
	width:32%;
	padding-right:10px;
}
#listing-phone {
	color: #005012;
	font-weight: bold;
	font-size: 16px;
}

.listing-button {
	text-align: right;
}

#listing-website {
	margin: 0 10px 0 0;
	width:32%;
	text-align:left;
	float:right;
}

#listing-website a {
	background-image: url('/images/view-profile.png');
	background-repeat: repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	display:inline-block;
	overflow:hidden;
	border: 1px solid #cb5600;
	/* float: right; */
}
#listing-website a div{
	float:none;
}
#listing-website a:hover {
	background-image: none;
	background-color: #ed6500;
	text-decoration: none;
	cursor: pointer;
}

#listing-address {
	text-align: left;
	margin: 10px 10px 0px 0;
	position:relative;
}
.listings-container #listing-hours{
	position:relative;
}
.listings-container #listing-hours p{
	color: #005012;
	font-size: 16px;
	margin: 0 0 0 0px;	
}

#listing-description {
	clear: left;
	margin: 10px 0 0 0;
}
#listing-map-empty{
	display:none;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
/* ********************************************************************************** */
/* ********************************** Testimonials ********************************** */
/* ********************************************************************************** */
	
	/* ************************************************************************** */
	/* ********************************** Index ********************************* */
	/* ************************************************************************** */
.testimonial-container, .review-container{
	margin:0 20px 10px;
	padding:20px;
	box-shadow: 4px 4px 8px #D5DBDD;
	border:1px solid #D8DEDF;
}
.testimonial-container:hover, .review-container:hover{
	background:none repeat scroll 0 0 #D7EFF6;
}
.testimonial-excerpt, .review-review{
	font-size:large;
	text-align:justify;
}
.testimonial-author, .review-customer, .review-rating{
	font-size:medium;
}
.testimonial-company{
	font-size:medium;
	font-style:italic;
}
	/* ************************************************************************** */
	/* ****************************** Testimonials ****************************** */
	/* ************************************************************************** */
.testimonial-view{
	padding:0 20px 20px;
}
/* ********************************************************************************** */
/* ************************************* Review ************************************* */
/* ********************************************************************************** */
	
	/* ************************************************************************** */
	/* ********************************* Shared ********************************* */
	/* ************************************************************************** */
.gold-star{
	color:#E7C025;
	margin:0 2px;
}
	/* ************************************************************************** */
	/* ********************************** Index ********************************* */
	/* ************************************************************************** */
.review-container{
	margin:0 20px 10px;
	padding:20px;
	box-shadow: 4px 4px 8px #D5DBDD;
	border:1px solid #D8DEDF;
}
.review-container:hover{
	background:none repeat scroll 0 0 #D7EFF6;
}
.review-date{
	margin:5px 0;
	font-size:medium;
}
.review-review{
	text-align:justify;
}
.review-customer{
	font-size:x-large;
}
.review-rating{
	font-size:x-large;
}
.see-more{
	text-align:right;
}
.see-more a{
	padding:10px;
	font-size:medium;
	display:inline-block;
	color:#555;
}
.see-more a:hover{
	color:#999;
	text-decoration:none;
}


	/* ************************************************************************** */
	/* ******************************** Category ******************************** */
	/* ************************************************************************** */
.category-info{
	margin:10px 20px;
	font-size:x-large;
	overflow:hidden;
}
.total{
	font-size:medium;
	margin:0 10px;
}

	/* ************************************************************************** */
	/* ********************************* Review ********************************* */
	/* ************************************************************************** */


/* ********************************************************************************** */
/* ********************************** Reviews Form ********************************** */
/* ********************************************************************************** */
#review-form-block{
	background:#fff;
	padding:0 10px;
}
#review-form{
	margin:10px 0;
}
#review-form .form-block{
	margin: 0 10px 10px;
}
#review-form .form-block input, #review-form .form-block select, #review-form .form-block textarea{
	float:none;
	display:block;
	width:100%;
	padding:5px 1%;
	clear:none;
	font-size:medium;
}
#review-form label{
	font-size:medium;
}
#review-form .radio-block label{
	color: silver;
	font-size: x-large;
}
#review-form .radio-block .active, #review-form .radio-block .hover-active{
	color:#E7C025;
}
#review-form .radio-block input{
	width:auto;
}
#review-form .form-block input[type="submit"]{
	width:auto;
}
#review-form .form-block input[type="checkbox"]{
	width:auto;
 	display:inline-block;
 	vertical-align:middle;
	padding:0;
	margin:0;
}
#review-form .form-block.captcha-block input{
	width:auto;
 	font-size:inherit;
 	padding:0;
 	margin:0;
 	float:right;
 	display:inherit;
 }
.hidden-radio{
	visibility:hidden;
	position:absolute;
}

/* **************************************************************************** */
/* End Customer Reviews ******************************************************* */
/* **************************************************************************** */

/* **************************************************************************** */
/* Departments Module ********************************************************* */
/* **************************************************************************** */

/* Landing + Category Page **************************************************** */
.department-category-title{
	font-size:x-large;
	color: #5CB0CA;
	margin: 0 0 10px;
	font-weight:bold;
}
.department{
	margin:10px 0;
}
.department .department-title a{
	font-weight:bold;
	font-size:large;
}
/* **************************************************************************** */
/* Department + Subpage ******************************************************* */
/* **************************************************************************** */

/* ************************************************************************ */
/* Side-nav *************************************************************** */
/* ************************************************************************ */

.departments-column{
	clear:both;
}
.box{
	padding:5px 15px;
}
.box-title{
	font-size:large;
	margin-bottom:5px;
}
.contact-us-button{
	display:block;
	text-align:center;
}
.contact-us-button a{
	display:inline-block;
	text-decoration:none;
	padding:5px 20px;
	color:#eef4f6;
	background:#359cbd;
	border:1px solid #5cb0ca;
}
.contact-us-button a:hover{
	background:#5CB0CA;
	text-decoration:none;
}
/* ************************************************************************ */
/* Contact-form *********************************************************** */
/* ************************************************************************ */
.contact-form-block{
	background-color: #D7EFF6;
  	border: 1px solid #A9A9A9;
}
.contact-form-block .form-block{
	display:block;
	margin:10px 20px 0;
}
.contact-form-block .text-block input, .contact-form-block select{
	width:100%;
	padding:5px;
	font-size:medium;
}
.contact-form-block textarea{
	width:100%;
	height:150px;
	padding:5px;
	font-size:medium;
}
/* **************************************************************************** */
/* End Departments Module ***************************************************** */
/* **************************************************************************** */
label.ie-hide{
	display:none;
}
@media \0screen {  
  label.ie-hide {display:block;} 
  .search-bar input{padding:12px 10px;}
  .search-icon {
	display:inline;
  }
}
:root label.ie-hide {display: block\9;}
:root .search-bar input{padding:12px 10px;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	label.ie-hide{
		display:none;
	}
}
/* **************************** 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: 990; }
    .formError .formErrorContent { z-index: 991; }
    .formError .formErrorArrow { z-index: 996; }

    .ui-dialog .formError { z-index: 5000; }
    .ui-dialog .formError .formErrorContent { z-index: 5001; }
    .ui-dialog .formError .formErrorArrow { z-index: 5006; }




.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;
}

/* Google Search ************************************************************************************************************* */
.search table, .search table *{
	display:block;
	height:auto!important;
	margin:0;
}
.search .gsc-control-cse{
	padding:0;
	font-family:segoe ui, arial, sans-serif;
	font-size:medium;
}
.search table .gsc-option-menu-invisible{
	display:none;
}
.search .gsc-input{
	float:left;
	width:90%;
}
.search .gsc-search-box{
	overflow:hidden;
}
#content-block-wrap .search .gsc-input-box{
	border-color:#A9A9A9;
	position:relative;
}
#content-block-wrap .search .gsc-input table{
	margin:0;
	border-color:#A9A9A9;
}
#content-block-wrap .search .gsc-input td{
	padding:0;
	margin:0;
}
#content-block-wrap .search .gsc-input input{
	font-size:medium;
	float:none;
	padding:5px!important;
	border-color:#A9A9A9;
}
.search .gsib_b{
	position: absolute;
  	right: 0;
  	top: 0;
}
.search .gsib_b div{
	padding:0;
}
.search .gsib_b a{
	text-decoration: none;
	border: none;
	padding: 9px;
	font-size: 16px;

}

.search .gsib_b span{
	text-decoration: none;
	display: block;
	border: none;
	font-size: 30px;
	display: block;
	color:#ff0000;
}
.search .gsib_b a:hover span{
	color:#152a95;
}
.search td.gsc-search-button{
	width:10%;
	float:left;
	text-align:right;
}
.search input.gsc-search-button{
	width:auto;
	display:inline-block;
	background-color:#5671FF;
	padding:9px 42%;
	border-color:#5671FF;
}
.search input.gsc-search-button:hover{
	background-color:#152A95;
}
.search .gsc-branding{
	clear:both;
	text-align:right;
}
.search .gsc-branding-img, .search .gsc-branding-text{
	display: inline-block;
	vertical-align: middle;
}
.search .gsc-above-wrapper-area{
	float:left;
	width:100%;
}
.search .gsc-result-info-container{
	float:left;
}
.search .gsc-orderby-container{
	float:right;
	
}
.search .gsc-selected-option-container{
	width:auto!important;
	max-width:none;
	padding:0 6px;
}
.search .gsc-control-cse .gsc-option-menu{
	top:auto!important;
}
.search .gcsc-branding{
	text-align:right;
	display:none;
}
.search .gcsc-branding-text, .search .gcsc-branding-img-noclear{
	display:inline-block; 
	width:auto;
	vertical-align:middle;
}
.search .gsc-thumbnail{
	float:left;
}
.search .gs-fileFormat, .search .gs-fileFormatType{
	display:inline-block;
}
.search .gs-fileFormatType{
	margin-left:5px;
}
.search .gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left, .search .gsc-url-bottom{
	display:none;
}
.search .gs-snippet b{
	display:initial;
}
.search .gsc-cursor-box{
	text-align:center;
}
.search .gsc-results .gsc-cursor-box .gsc-cursor-page{
	font-size:18px;
	padding:12px 8px;
	line-height:1;
	display:inline-block;
	color:#fff;
	background: #5671ff;
	margin:0 2px;
	text-decoration:none;
}
.search .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page{
	cursor:normal;
}
.search .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page, .search .gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
	background:#152A95;
	text-decoration:none;
	color:#fff;
	font-weight:normal;
}

body .full-width, #contact-form-block.full-width{
	width:100%;
	float:none;
}