/* KEYWORDS: +all, +chrome, +linux, +mozilla, +os, +webkit, +universal, -android, -edge, -firefox, -gecko, -ie, -ie10, -ie11, -ie7, -ie8, -ie9, -ipad, -iphone, -khtml, -mac, -macos, -mobile, -opera, -presto, -safari, -trident, -trident3, -trident4, -trident5, -trident6, -trident7, -upbrowser, -win, -windows, -windowsphone, -windowsxp, -winphone, -winxp */

/*** START responsive/global/common.css ***/
/* Common CSS for this layout */

/* =GENERAL */
body {
	background-color: #ffffff;
	color: #333333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6em;
}
@media (max-width: 767px) {

}
img[align="left"], img[style*="left"] {margin-right: 15px; margin-bottom: 5px;}
img[align="right"], img[style*="right"] {margin-left: 15px; margin-bottom: 5px;}
.clr, .clear {clear: both; overflow: hidden;}
.font-awesome {font-family: 'FontAwesome';}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 {color: #0877a0; font-size: 38px; line-height: 1.1em; margin-top: 20px; margin-bottom: 10px;}
h2 {color: #333; font-size: 30px; line-height: 1.2em; margin-top: 20px; margin-bottom: 10px;}
h3 {color: #333; font-size: 22px; line-height: 1.3em; margin-top: 20px; margin-bottom: 10px;}
h4 {color: #333; font-size: 18px; line-height: 1.4em; margin-top: 20px; margin-bottom: 10px;}
h5 {color: #333; font-size: 16px; line-height: 1.5em; margin-top: 20px; margin-bottom: 10px;}
h6 {color: #0877a0; font-size: 35px; line-height: 1.6em; margin-top: 20px; margin-bottom: 10px;}

.modal-header h1, .modal-header h2, .modal-header h3, .modal-header h4, .modal-header h5, .modal-header h6 {padding: 0; margin: 0;}

h1.pageTitle:empty {display: none;}

@media (max-width: 991px) {
	h1 {font-size: 30px;} h2 {font-size: 24px;} h3 {font-size: 18px;}
	h4 {font-size: 18px;} h5 {font-size: 16px;} h6 {font-size: 15px;}
}
@media (max-width: 767px) {
	h1 {font-size: 24px;} h2 {font-size: 20px;} h3 {font-size: 16px;}
	h4 {font-size: 15px;} h5 {font-size: 15px;} h6 {font-size: 14px;}
}
@media (max-width: 479px) {
	h1 {font-size: 22px;} h2 {font-size: 20px;} h3 {font-size: 18px;}
	h4 {font-size: 16px;} h5 {font-size: 15px;} h6 {font-size: 14px;}
}

.iconBarLabel {
	float: right;
	font-size: 14px;
	line-height: 1em;
	margin: 0;
	padding: 0 0 0 30px;
}
.muted a {
	color: #999999;
}
.well, .well a, .well a:hover {
	color: #999999;
}
.img-responsive-inline {max-width: 100%; height: auto;}
.img-responsive-inline-important {max-width: 100% !important; height: auto !important;}

@media (min-width: 1200px) {
	.lg-text-left {text-align: left;} .lg-text-right {text-align: right;} .lg-text-center {text-align: center;}
	.lg-pull-left {float: left;} .lg-pull-right {float: right;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.md-text-left {text-align: left;} .md-text-right {text-align: right;} .md-text-center {text-align: center;}
	.md-pull-left {float: left;} .md-pull-right {float: right;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.sm-text-left {text-align: left;} .sm-text-right {text-align: right;} .sm-text-center {text-align: center;}
	.sm-pull-left {float: left;} .sm-pull-right {float: right;}
}
@media (min-width: 480px) and (max-width: 767px) {
	.xs-text-left {text-align: left;} .xs-text-right {text-align: right;} .xs-text-center {text-align: center;}
	.xs-pull-left {float: left;} .xs-pull-right {float: right;}
}
@media (max-width: 479px) {
	.xxs-text-left {text-align: left;} .xxs-text-right {text-align: right;}	.xxs-text-center {text-align: center;}
	.xxs-pull-left {float: left;} .xxs-pull-right {float: right;}
}

div[table-class~="notransform"] {
	border: 0 none;
	padding: 0;
	margin:0;
	overflow: inherit;
}
.navbar-toggle {
	line-height: 1em;
}
.navbar-toggle label {
	padding: 0; margin: 0;
	text-transform: uppercase;
	color: #666;
}
.navbar-inverse .navbar-toggle label {
	color: #ffffff;
}
.navbar-toggle label::before {
	font-family: 'FontAwesome';
	content: '\f0c9';
	padding-right: 5px;
}

/* =CSS VARIABLES */
a {color: #0877a0;}
a:hover, a:focus {color: #065370;outline: none;}

.content {
	padding-bottom: 20px;
}
.sideBar h3 {
	margin-top: 0px;
}
.sideBar ul {
	list-style-type: none; padding: 0; margin: 0;
}

.sideBar a {
	padding: 10px 15px;
	display: block;
	color: #777777;
}
.sideBar a:hover {
	text-decoration: none;
	background-color: #EEEEEE;
}
.sideBar ul.nav {
	border-top: 1px solid #e5e5e5;
	border-radius: 5px;
	margin-bottom: 15px;
}

.sideBar ul.nav > li {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.sideBar ul.nav > li:first-child {
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;

}
.sideBar ul.nav > li:last-child {
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
}
.sideBar ul ul a {
	padding-left: 30px;
}
.sideBar ul ul ul a {
	padding-left: 50px;
}
.sideBar ul ul ul ul a {
	padding-left: 70px;
}
.sideBar li.currentPageLi > a,
.sideBar li.currentPageLi > a:hover {
	color: #0877a0;
}

/* =FORMS */
.formRequired {color: #B94A48;}
.error input[type="text"],
.error input[type="password"],
.error input[type="email"],
.error select,
.error textarea {
	border-color: #B94A48;
	color: #B94A48;
}
.error .help-inline,
.checkoutError {
	color: #B94A48;
}
.formRequired {
	color:	#B94A48;
	padding-left: 3px;
}

.form-inline input[type="text"],
.form-inline input[type="password"],
.form-inline input[type="email"],
.form-inline select {
	width: 180px;
}

/* =SIDE NAVIGATION */
/* the second level of side navigation (by default, support doesn't support it's styling) */
ul.nav-stacked ul {list-style-type: none; padding: 0; margin: 0;}
ul.nav-stacked ul li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 12px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

ul.nav-stacked ul ul li a {
	padding-left: 48px;
}
ul.nav-stacked ul ul ul li a {
	padding-left: 66px;
}

/* =SOCIAL ICONS */
/* https://github.com/FortAwesome/Font-Awesome/blob/master/css/font-awesome.css */
/* http://fortawesome.github.com/Font-Awesome/ */
.social {
	font-size: 20px;
	text-shadow: 1px 1px 1px #fff;
}
.social a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.social a::before {
	font-family: 'FontAwesome';
	padding-right: 5px;
}
.social a:hover,
.social a:focus {
	text-decoration: none;
	font-size: 30px ; /* !for(webkit firefox opera) */
	outline: none;
	color: #0877a0;
}
.social a span {display: none;}

.social a.twitter::before {content: '\f081';}
.social a.facebook::before {content: '\f082';}
.social a.pinterest::before {content: '\f0d3';}
.social a.gplus::before {content: '\f0d4';}
.social a.linkedin::before {content: '\f08c';}
.social a.skype::before {content: '\f17e';}
.social a.tumblr::before {content: '\f174';}
.social a.instagram::before {content: '\f16d';}
.social a.youtube::before {content: '\f166';}
.social a.flickr::before {content: '\f16e';}
.social a.newsletter::before {content: '\f15c';}
.social a.mail::before {content: '\f0e0';}
.social a.mail2::before {content: '\f003';}
.social a.rss::before {content: '\f143';}

.social a.twitter:hover, .social a.twitter:focus {color: #41C8F5;}
.social a.facebook:hover, .social a.facebook:focus {color: #456CAF;}
.social a.pinterest:hover, .social a.pinterest:focus {color: #D73532;}
.social a.gplus:hover, .social a.gplus:focus {color: #BB3627;}
.social a.linkedin:hover, .social a.linkedin:focus {color: #1D6DA2;}
.social a.skype:hover, .social a.skype:focus {color: #00C0ED;}
.social a.tumblr:hover, .social a.tumblr:focus {color: #2C4661;}
.social a.instagram:hover, .social a.instagram:focus {color: #6D5346;}
.social a.youtube:hover, .social a.youtube:focus {color: #E03C3B;}
.social a.flickr:hover, .social a.flickr:focus {color: #FF0084;}
.social a.rss:hover, .social a.rss:focus {color: #FE9900;}

/* =HEADER */
.logo-container {
	padding-top: 40px;
}
ul.top-nav {
	padding: 0; margin: 0; list-style-type: none;
	display: inline-block;
	margin-top: 26px;
}
ul.top-nav li {
	padding: 0; margin: 0;
	display: inline-block;
	margin-left: 10px;
}
ul.top-nav a {
	color: #777777;
	font-size: 12px;
}

.header-block {
	margin-top: 13px;
}

.top-social {
	font-family: 'FontAwesome';
	font-size: 20px;
	text-align: right;
	margin-top: 5px;
	display: inline-block;
}
.top-social p {
	margin: 0; padding: 0; display: inline;
}
.top-social a, .top-social a:hover, .top-social a:focus {
	color: #aaaaaa;
	text-decoration: none;
	margin-right: 5px;

	-ms-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.top-social a[href*="linkedin"]:hover {color: #0074B1;}
.top-social a[href*="twitter"]:hover {color: #55ACEE;}
.top-social a[href*="facebook"]:hover {color: #3A5795;}

.top-search {
	background-color: #f4f4f4;
	width: 140px;
	position: relative;
	display: inline-block;
	/* taskId.16820319 2022/10/05 */
	display: none !important;
}
.top-search form {
	padding: 0; margin: 0;
}
.top-search input[type="text"] {
	border: 0 none;
	background-color: transparent;
	border-radius: 0;
	width: 110px;
	padding: 1px 10px;
	font-size: 12px;
	color: #777;
}
.top-search input[type="submit"], .top-search input[type="submit"]:hover, .top-search input[type="submit"]:focus {
	font-family: 'FontAwesome';
	font-size: 14px;
	border-radius: 0;
	border: 0 none;
	padding: 2px 10px;
	right: 0px;
	top: 0px;
	position: absolute;
	color: #777;
	background-color: transparent;
	height: 30px;
	vertical-align: middle;
}
@media (max-width: 849px) {
	.logo-container img {
		max-height: 43px;
	}
}
@media (max-width: 767px) {
	.logo-container {
		padding-top: 15px;
		padding-bottom: 0px;
	}
	ul.top-nav {
		margin-top: 15px;
		line-height: 1.2em;
	}
	ul.top-nav li {
		margin-left: 4px;
		margin-right: 4px;
	}
	.header-block > * {
		display: inline-block;
	}
}

/* =CONTENT */
.body {
	padding-top: 40px;
	padding-bottom: 40px;
}
.body:nth-child(even) {
	background-color: #F2F2F2;
	box-shadow:
		inset 0 10px 10px rgba(0,0,0,0.03),
		inset  0 -10px 10px rgba(0,0,0,0.03);
}
.body h2 {margin: 0;}
.body p {margin-bottom: 0px; margin-top: 20px;}
.body p:first-child {margin-top: 0px;}
.body img[align="left"] {margin-right: 30px;}
.body img[align="right"] {margin-left: 30px;}
@media (max-width: 479px) {
	.body img[align="left"],
	.body img[align="right"] {
		float: none;
		margin-left: 0;
		margin-right: 0px;
		margin-bottom: 15px;
	}
}

.content {
	padding-bottom: 40px;
	clear: both;
	overflow: hidden;
}
.cms-content .collapsed {
	display: none;
}
.inner-content-table {
	width: 100%;
}
.inner-content-table td:first-child {
	padding-right: 30px;
}
.inner-content-table td {
	vertical-align: top;
	padding-bottom: 30px;
}
@media (max-width: 767px) {
	.inner-content-table, .inner-content-table tbody, .inner-content-table tr, .inner-content-table td {
		display: block;
		padding: 0; margin: 0;
	}
	.inner-content-table tr {
		padding-bottom: 30px;
	}
	.inner-content-table td:first-child {
		padding-bottom: 15px;
		padding-right: 0px;
	}
	.inner-content-table td:first-child img {
		margin-right: 15px;
		margin-bottom: 5px;
	}
}

/* login form */
.login-form {
	background-color: #f5f5f5;
	padding: 15px 30px;
	display: inline-block;
}

/* hide password recovery link taskId.16804486 /members-login/ */
.login-form .control-group:last-child {display: none;}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 4px;
}
.login-form input[type="submit"] {
	margin-top: 15px;
	margin-bottom: 15px;
}
.login-form label.checkbox {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: normal;
	line-height: 1em;
	cursor: pointer;
}


/* =FOOTER */
footer {
	background-color: #3a3a3a;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #bbbbbb;
	font-size: 14px;
}
footer a,
footer a:hover,
footer a:focus {
	color: #bbbbbb;
	text-decoration: none;
}
footer a:hover,
footer a:focus {
	color: #fff;
}
ul.footer-nav {
	list-style-type: none; padding: 0; margin: 0;
	margin-bottom: 15px;
}
ul.footer-nav li {
	padding: 0; margin: 0; display: inline-block;
	padding-right: 15px;
}
ul.footer-nav li::before {
	font-family: 'FontAwesome'; padding-right: 5px;
}

ul.footer-sitemap,
ul.footer-sitemap ul {
	padding: 0; margin: 0; list-style-type: none;
}
ul.footer-sitemap {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 40px;
	clear: both;
	overflow: hidden;
	line-height: 1.3em;
}
ul.footer-sitemap li {
	padding: 0; margin: 0;
}
ul.footer-sitemap > li {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
ul.footer-sitemap a:hover,
ul.footer-sitemap a:focus {
	color: #fff;
	text-decoration: none;
}
ul.footer-sitemap > li > a {
	text-transform: uppercase;
	margin-bottom: 10px;
	display: block;
}
ul.footer-sitemap ul > li {
	position: relative;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 5px;
}
ul.footer-sitemap ul > li::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	position: absolute;
	left: -10px;
	top: 1px;
}

/* make members only look like section title taskId.16804426 */
ul.footer-sitemap li.pageId2671 {
	margin-left: 0px;
	margin-top: 20px;
}
ul.footer-sitemap li.pageId2671 > a {
	text-transform: uppercase;
}
ul.footer-sitemap li.pageId2671::before {
	content: '';
}
@media (max-width: 767px) {
	ul.footer-sitemap {
		margin-bottom: 0px;
	}
	ul.footer-sitemap > li {
		width: 33.3333%;
		margin-bottom: 30px;
	}
}
@media (max-width: 479px) {
	ul.footer-sitemap > li {
		width: 50%;
	}
}
@media (max-width: 339px) {
	ul.footer-sitemap > li {
		width: 100%;
		float: none;
	}
}


/* =SITEMAP */
ul.sitemap, ul.sitemap ul {list-style-type: none; padding: 0; margin: 0; margin-left: 25px;}
ul.sitemap li {margin-top: 5px; margin-bottom: 5px;}
ul.sitemap li::before {
	content: "\f07c";
	font-family: 'FontAwesome';
	padding-right: 5px;
	color: #0877a0;
}
ul.sitemap li.leafNode::before {content: '\f0f6'}

.phoneLink::before {
	content: "\f095";
	font-family: 'FontAwesome';
	padding-right: 5px;
}



.copyright {
	margin-top: 10px;
}

.nav-tabs {
	margin-bottom: 15px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {background-color: #0877a0; border-color: #0877a0;}

/* =AJAX LOADER START */
.ajax-loader {
	background-color: rgba(0,0,0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;

	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.ajax-loader::after {
	font-family: 'FontAwesome';
	font-size: 50px;
	content: '\f110';
	content: '\f1ce';
	content: '\f017';
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ddd;
	padding-left: 5px;
	padding-right: 5px;

	-webkit-animation:
		pulsate 1s ease-out,
		spin 2s linear;
	animation:
		pulsate 1s ease-out,
		spin 2s linear;

	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.ajax-loader.loading {
	display: block;
}
.ajax-loader.loading.clicked {
	display: none;
}
@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
	50% {
		-webkit-transform: scale(1,1);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
}
@keyframes pulsate {
	0% {
		transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
	50% {
		transform: scale(1,1);
		opacity: 1;
	}
	100% {
		transform: scale(0.8, 0.8);
		opacity: 0.5;
	}
}
@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}
@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}
@media (max-width: 767px) {.ajax-loader::after {left: 44%;}}
@media (max-width: 479px) {.ajax-loader::after {left: 40%;}}
/* =AJAX LOADER END */

.top-alert {
	color: red;
	text-align: center;
	padding: 15px;
	display: none;
}

/* =PARTNER LOGOS */
.partner-logos {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 10px;
}
.partner-logos .theatre-container {
	x-margin-left: -15px;
	x-margin-right: -15px;
}
.partner-logos-control {
	cursor: pointer;
	color: #cccccc;
	font-size: 30px;
	position: absolute;
	top: 50%;
}
.partner-logos-next {right: 0px;}
.partner-logos-prev {left: 0px;}
@media (max-width: 479px) {
	.partner-logos .theatre-container > div {
		width: 50%;
	}
}
@media (max-width: 359px) {
	.partner-logos .theatre-container > div {
		width: 100%;
	}
}


.certifications {
	min-width: 250px;
}
.certification {
	padding-bottom: 15px;
}
.certifications h4,
.certifications h5 {
	margin: 0; padding: 0;
}
.certifications h4 {
	font-size: 16px;
}
.certifications h5 {
	color: #777;
	font-size: 14px;
}
.certification h4::before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: 7px;
	color: #F79320;
}

.iframe-container {
	width: 1140px;
	max-width: 100%;
	height: 800px;
	max-height: 100%;
}



/* START: Form F34 */
.event-detail-long-desc {
	white-space: pre-wrap;
}
/* END: Form F34 */


@media (max-height: 799px) {
	.iframe-container {height: 500px;}
}
@media (max-height: 599px) {
	.iframe-container {height: 300px;}
}


.extra-content {
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.extra-content > div {
	width: 400px;
	max-width: 50%;
}
.latest-feeds {
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;	
	margin-right: 20px;
	height: 250px;
}
.latest-feeds-in {
	height: 200px;
	overflow-y: auto;
}
.latest-feeds h3 {
	margin: 0;
	padding: 10px 15px 9px;
	font-family: Helvetica,Roboto,"Segoe UI",Calibri,sans-serif;
	font-size: 21px;
	color: #292f33;	
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.home-social-widgets {
    padding-top: 30px;
}
.latest-feeds h3 a {
	color: #333;	
}
.latest-feeds h3 a:hover,
.latest-feeds h3 a:focus {
    color: #0877a0;
    text-decoration: none;
}
.content .latest-feeds ul {
	padding: 0; margin: 0; list-style-type: none;	
}
.content .latest-feeds li {
	padding: 0; margin: 0; 	
	clear: both;
	overflow: hidden;
	padding: 10px 15px;
	border-bottom: 1px solid #e8e8e8;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	    -ms-flex-flow: row nowrap;
	        flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.latest-feeds ul:last-child li:last-child {
	border-bottom: 0 none;	
}
.latest-feeds-date {
	width: 50px;
	text-align: center;
	display: block;
	float: left;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	overflow: hidden;
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}
.latest-feeds-day {
	background-color: #339fc6;
	color: #fff;
	font-weight: bold;
	font-size: 18px;	
}
.latest-feeds-month-year {
	background-color: #f2f2f2;	
	font-size: 14px;
}
.latest-feeds-date span {
	display: block;
}
.latest-feeds li > a {
	display: block;
	float: left;
	width: -webkit-calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: calc(100% - 70px);
	margin-left: 10px;	
	font-size: 15px;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3em;
	font-family: Arial;
	color: #000;
}
.latest-feeds li:nth-child(n+7) {
	display: none;	
}
.latest-feeds li > a:hover {
	color: #0877a0;
}
.twitter-block {
	border: 1px solid #e8e8e8;
	border-radius: 5px;	
	height: 250px;
	overflow: hidden;
	position: relative;
}
.twitter-block h3 {
    background-color: #fff;
    height: 44px;
    left: 0;
    margin: 0;
    padding-left: 15px;
    position: absolute;
    top: 0;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;    
}
.twitter-block h3 a {
    color: #333333;
}
.twitter-block h3 a:hover,
.twitter-block h3 a:focus {
    color: #0877a0;
    text-decoration: none;
}
.twitter-block h3 span {
    x-font-size: 13px;
    x-color: #0877a0;
}
.twitter-block iframe {
    width: 400px !important;
    max-width: 100% !important;
}
@media (max-width: 599px) {
	.extra-content > div {
		width: 400px;
		max-width: 100%;
		margin: 0 auto 20px;
	}	
	.extra-content {
		display: block;
		padding-bottom: 50px;
	}
	.latest-feeds {
		margin-right: 0px;	
	}
}


/* login box */
.login-box {
	font-size: 14px;	
}
.login-box input[type="text"], .login-box input[type="password"] {
	border: 1px solid #aaa;	
	padding: 4px;
}
.login-box input[type="checkbox"] {
	margin-top: 3px;
}
.login-box label.checkbox {
	font-weight: normal;	
	padding-top: 0px;
	margin-top: 5px;
}
.login-box .close {
	display: none;
}
.login-box .alert {border: 1px solid #A31F08; border-radius: 5px; color: #A31F08; padding: 5px 10px; margin-bottom: 0px; background-color: #ffe5e1; line-height: 1.6em;}
.login-box input[type="submit"] {
	margin-top: 5px; margin-bottom: 5px;
	font-size: 16px;
}
.ipop-login-box.iPopBlock.styled .iPopBox {
	background-color: #fff;
}
.iPopBlock {
	z-index: 10000;	
}

/* /apply-online-form/ */
.xform th,
.xform td {
	padding-top: 5px;
	padding-bottom: 5px;	
}
.xform th {
	padding-right: 20px;	
}
.xform th {
	font-weight: normal;	
}
.xform input[type="text"],
.xform input[type="email"],
.xform input[type="password"],
.xform select {
	display: inline-block;	
	width: auto;
	max-width: 100% !important;
}
.xform fieldset {
	border: 1px solid #d7d7d7;
	padding: 30px;	
}
.xform legend {
	background-color: #0877a0;	
	color: #fff;
	padding: 10px 15px;
	display: inline-block;
	margin-top: 20px;
	width: auto;
}
.xform input[style*="width:20px"] {
	width: 50px !important;	
}
.xform input[style*="width:40px"] {
	width: 70px !important;
}
.xform textarea {  
	max-width: 100%;	
}
@media (max-width: 767px) {
	.xform table,
	.xform tr,
	.xform td,
	.xform th,
	.xform tbody {
		display: block;
		padding: 0; margin: 0;
		border: 0 none;	
	}
	.xform tr {
		margin-bottom: 15px;	
	}
	.xform th {
		padding-bottom: 5px;	
	}
	.xform fieldset {
		padding: 15px;	
	}
	.xform legend {
		padding: 5px 10px;
		margin-top: 10px;
	}	
	.xform select[multiple] {
		width: 100% !important;	
	}
}

#F10 input[type="checkbox"] {
	margin-right: 5px;	
}
@media (max-width: 767px) {
	#form_D182 td {
		padding: 0 !important;	
	}		
}


/* =dymamic placeholders START */
/* remove placeholders */
.dynamic-placeholders ::-webkit-input-placeholder {
	color: transparent;
}
.dynamic-placeholders ::-moz-placeholder {
	color: transparent;
}
.dynamic-placeholders :-ms-input-placeholder {
	color: transparent;
}
.dynamic-placeholders :-moz-placeholder {
	color: transparent;
}
.dynamic-placeholders-box {
    max-width: 100%;
    width: 400px;
}
.dynamic-placeholders > div {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.dynamic-placeholders input[type="text"],
.dynamic-placeholders input[type="email"],
.dynamic-placeholders input[type="password"],
.dynamic-placeholders select,
.dynamic-placeholders textarea {
	height: 60px;
	padding: 17px 15px 0px;
	width: 400px;
	max-width: 100%;
	font-size: 16px;
}
.dynamic-placeholders textarea {
	height: 150px;	
	width: 100%;
	padding: 25px 15px 0px;
}
.dynamic-placeholders span.selectWrapper {
	display: block;
	width: 100%;	
}
.dynamic-placeholders select {
	padding: 15px 10px 0px;	
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
	/* /* padding-left: 13px !for(mac); */
 */
}
.dynamic-placeholders input[type="checkbox"],
.dynamic-placeholders input[type="radio"] {
	margin: 0; padding: 0;
	margin-right: 10px;
}
.dynamic-placeholders label {
	margin: 0;
	position: absolute;
	left: 15px;
	top: 17px;	
	transition: all 0.2s;
	pointer-events: none;	
	color: #333333;
	font-weight: 300;
}
.dynamic-placeholders input:focus ~ label,
.dynamic-placeholders .filled ~ label,
.dynamic-placeholders select ~ label,
.dynamic-placeholders .selectWrapper ~ label,
.dynamic-placeholders textarea:focus ~ label {
	font-size: 12px;
	top: 3px;
}
.dynamic-placeholders input.filled:invalid ~ label {
	color: red;	
}
.dynamic-placeholders input[type="checkbox"] ~ label,
.dynamic-placeholders input[type="radio"] ~ label {
	pointer-events: inherit;	
	font-size: 16px;
	position: static;
	color: #333333;
	display: inline;
	cursor: pointer;
}
.dynamic-placeholders input[type="checkbox"].filled:invalid ~ label,
.dynamic-placeholders input[type="radio"].filled:invalid ~ label {
	color: #333333;
}
/* set of checkboxes/radio buttons */
.dynamic-placeholders > div > div.radio,
.dynamic-placeholders > div > div.checkbox {
	order: 2;	
	padding: 0;
	margin: 0;
	/* remove width 100% if want options to float */
	width: 100%;
}
.dynamic-placeholders > div > div.radio label,
.dynamic-placeholders > div > div.radio + label,
.dynamic-placeholders > div > div.checkbox label,
.dynamic-placeholders > div > div.checkbox + label {
	pointer-events: inherit;	
	font-size: 16px;
	position: static;
	color: #333333;
	display: inline;
	cursor: pointer;		
}
.dynamic-placeholders > div > div.radio + label,
.dynamic-placeholders > div > div.checkbox + label {
	order: 1;	
	width: 100%;
	font-weight: bold;
	margin-bottom: 3px;
}
.dynamic-placeholders > div > div.radio > label,
.dynamic-placeholders > div > div.checkbox > label {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;	
}
/* file */
.dynamic-placeholders > div > .fmFileUpload,
.dynamic-placeholders > div > input[type="file"] {
	width: 100%;
	order: 2;	
	font-weight: 300;
}
.dynamic-placeholders > div > .fmFileUpload + label,
.dynamic-placeholders > div > input[type="file"] + label {
	position: static;	
	font-size: 16px;
	width: 100%;
	order: 1;
	font-weight: bold;
	margin-bottom: 5px;
}
.dynamic-placeholders .xFormError {
	display: none;	
}
.dynamic-placeholders input.filled:invalid ~ label,
.dynamic-placeholders input.clicked:invalid ~ label {
	color: #b94a48;	
}
/* .dynamic-placeholders input.not-valid,
.dynamic-placeholders .not-valid select */
.dynamic-placeholders .xFormError ~ input[type="password"],
.dynamic-placeholders .xFormError ~ input[type="text"],
.dynamic-placeholders .xFormError ~ input[type="email"],
.dynamic-placeholders .xFormError ~ textarea,
.dynamic-placeholders .xFormError ~ select {
	border-color: #eed3d7;
	background-color: #f9eded;
}
.dynamic-placeholders .xFormError ~ label {
	color: #b94a48;
}
.alert-danger {
	background-color: #f9eded;	
}
@media (max-width: 767px) {
	.dynamic-placeholders > div {
		margin-bottom: 10px;
	}	
	.dynamic-placeholders input[type="text"],
	.dynamic-placeholders input[type="email"],
	.dynamic-placeholders input[type="password"],
	.dynamic-placeholders select,
	.dynamic-placeholders textarea {
		font-size: 13px;	
		padding: 20px 10px 0;		
	}	
	.dynamic-placeholders input[type="text"],
	.dynamic-placeholders input[type="email"],
	.dynamic-placeholders input[type="password"],
	.dynamic-placeholders select {
		height: 50px;	
	}	
	.dynamic-placeholders select {
		padding: 20px 5px 0px;	
	}	
	.dynamic-placeholders label {
		left: 10px;
		top: 15px;	
	}
	.dynamic-placeholders input:focus ~ label,
	.dynamic-placeholders .filled ~ label,
	.dynamic-placeholders select ~ label,
	.dynamic-placeholders .selectWrapper ~ label,
	.dynamic-placeholders textarea:focus ~ label {
		top: 5px;
	}		
}

.dynamic-placeholders-over input[type="text"], 
.dynamic-placeholders-over input[type="email"], 
.dynamic-placeholders-over input[type="password"], 
.dynamic-placeholders-over select {
	height: 45px;
	padding: 5px 15px;
	background-color: #fff;
	font-weight: 300;
}
.dynamic-placeholders-over .xFormError ~ input[type="password"],
.dynamic-placeholders-over .xFormError ~ input[type="text"],
.dynamic-placeholders-over .xFormError ~ input[type="email"],
.dynamic-placeholders-over .xFormError ~ textarea,
.dynamic-placeholders-over .xFormError ~ select {
	background-color: #fff;
	border-color: #b94a48;	
}
.dynamic-placeholders-over select {
	padding: 5px 10px;	
}
.dynamic-placeholders-over textarea {
	background-color: #fff;	
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 300;
}
.dynamic-placeholders-over label {
	height: 10px;
	display: inline-block;
	background-color: #fff;	
	line-height: 1em;
	padding-left: 5px;
	padding-right: 5px;
	left: 10px;
	top: 13px;
}
.dynamic-placeholders-over input:focus ~ label, 
.dynamic-placeholders-over .filled ~ label, 
.dynamic-placeholders-over select ~ label, 
.dynamic-placeholders-over .selectWrapper ~ label, 
.dynamic-placeholders-over textarea:focus ~ label {
	top: -7px;
}
.dynamic-placeholders-over > div {
	margin-bottom: 20px;	
}

@media (max-width: 767px) {
	.dynamic-placeholders-over > div {
		margin-bottom: 15px;	
	}	
	.dynamic-placeholders-over label {
		top: 15px;	
	}	
}
/* =dymamic placeholders END */
/*** END responsive/global/common.css ***/

/*** START responsive/global/news.css ***/
/* News */
.newsListItem {
	margin-bottom: 15px;	
}
.newsListItem h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.newsItem h1.pageTitle {
	margin: 0; padding: 0;	
	margin-bottom: 15px;
}
.newsItem .newsDate {
	font-size: 14px;	
}
.news > div > table {
	margin-top: 30px;	
}
.newsDate,
.newsDate a, .newsDate a:hover, .newsDate a:focus {
	color: #999;	
	text-decoration: none;
}
.itemList {
	margin-top: 30px;	
}
.itemList h2 {
	margin-top: 0px;
	margin-bottom: 5px;	
}

.listType,
.listType ~ ul.pagination {
	border-bottom: 1px dashed #d7d7d7;	
	display: block;
	clear: both;
	overflow: hidden;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news-list .release-date {
	font-size: 14px;
	display: inline;
	padding-right: 10px;
}


.news-table td {
	padding-bottom: 30px;	
}
.news-table td:first-child {
	padding-right: 30px;	
}
.news-table h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.news-table .newsDate a {
	color: #333333;
	font-size: 16px;
}
@media (min-width: 768px) {
	.news-table td:first-child {
		width: 240px;	
	}
}
@media (max-width: 767px) {
	.news-table,
	.news-table > tbody,
	.news-table > tbody > tr,
	.news-table > tbody > tr > td,
	.news-table > tbody > tr > td:first-child {
		display: block;
		padding: 0; margin: 0;	
	}
	.news-table > tbody > tr > td:first-child {
		margin-bottom: 10px;	
	}
	.news-table > tbody > tr {
		padding-bottom: 30px;	
	}
}

/* simple table news - /aca-media-releases/, /member-news/ */
.news-table-sm {font-size: 15px;}
.news-table-sm td {vertical-align: top;	padding-bottom: 5px;}
.news-table-sm td:first-child {font-size: 13px;	padding-right: 20px;}
.news-table-sm .news-item-link-pdf img {border: 0 none; box-shadow: none; margin-left: 10px;}
@media (max-width: 479px) {
	.news-table-sm, .news-table-sm tbody, .news-table-sm tr, .news-table-sm td {
		display: block;	padding: 0; margin: 0;
	}	
	.news-table-sm tr {
		padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #d7d7d7;	
	}
}
/*** END responsive/global/news.css ***/

/*** START responsive/global/gallery.css ***/
/* Gallery */
.typeFancybox ul {
		padding: 0; margin: 0; list-style-type: none;
}
/* styles are copied from bootstrap .thubnail */
.galleria-thumbnails-container .galleria-thumbnails .galleria-image,
.typeFancybox li {
  display: inline-block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;

	margin-right: 5px;
	margin-bottom: 5px;
}

.galleria-thumbnails-container .galleria-thumbnails .galleria-image:hover,
.galleria-thumbnails-container .galleria-thumbnails .galleria-image:focus,
.typeFancybox li:hover,
.typeFancybox li:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}




/*** END responsive/global/gallery.css ***/

/*** START responsive/global/e-commerce.css ***/
/* E-commerce */
.navbar-ecs {
	margin-top: 51px;	
}


/* =MY ACCOUNT */

/* =CHECKOUT */
#ecsAccountMode label,
#ecsAccountMode input {
	display: inline-block;
}
#ecsAccountMode label {
	margin-right: 10px;
}
.checkoutRadio  {
	padding-bottom: 5px;	
}
.checkoutRadioText {
	padding-top: 3px;	
}
.crmLocationName input {
	margin-right: 5px;	
}


/*** END responsive/global/e-commerce.css ***/

/*** START responsive/global/blog.css ***/
/* Blog */
.blogContent div.sitePath {
	padding-bottom: 15px;	
}
.blogContent div.sitePath:before {
	font-family: 'FontAwesome';
	content: '\f015';
	padding-right: 5px;	
	font-size: 16px;
}
.blogContent div.sitePath a {
	text-decoration: none;
}
.blogContent div.sitePath > span:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-right: 7px;
	padding-left: 7px;
}
.blogContent div.sitePath > span:last-child {
	cursor: text;	
}
.blogContent div.sitePath > span:last-child:after {
	content: '';	
}

/* =BLOG =TAG CLOUD */
#blogTagCloud .blogTag {
	width: auto;
	padding-left: 10px;
	padding-bottom: 5px;
}
#blogTagCloud .blogTag a {
	width: auto;
	padding: 0;
	border: 0 none;
	text-decoration: none;
}
#blogTagCloud .pop15 a {font-size: 180%;}
#blogTagCloud .pop14 a {font-size: 170%;}
#blogTagCloud .pop13 a {font-size: 160%;}
#blogTagCloud .pop12 a {font-size: 155%;}
#blogTagCloud .pop11 a {font-size: 150%;}
#blogTagCloud .pop10 a {font-size: 145%;}
#blogTagCloud .pop9 a {font-size: 140%;}
#blogTagCloud .pop8 a {font-size: 135%;}
#blogTagCloud .pop7 a {font-size: 130%;}
#blogTagCloud .pop6 a {font-size: 125%;}
#blogTagCloud .pop5 a {font-size: 120%;}
#blogTagCloud .pop4 a {font-size: 115%;}
#blogTagCloud .pos3 a {font-size: 110%;}
#blogTagCloud .pop2 a {font-size: 105%;}
#blogTagCloud .pop1 a {font-size: 100%;}

#blogTagList a {
	display: block;	
	border-radius: 3px;
	margin-bottom: 3px;
}
#blogTagList a:hover {

}
#blogTagList .active a {
	background-color: #0088CC;
	color: #fff;
}
h3.sideTitleCategories:before,
h3.sideTitleArchive:before,
h3.sideTitlePopularTopics:before,
h3.sideTitleRecentPosts:before,
h3.sideTitleRecentComments:before,
h3.sideTitleAuthors:before,
h3.sideTitleTags:before,
h3.sideTitleNewsletter:before {
	font-family: 'FontAwesome';
	content: '\f07c';
	padding-right: 5px;
	font-size: 16px;
	font-weight: normal;
}
h3.sideTitleArchive:before {content: '\f133';}
h3.sideTitlePopularTopics:before {content: '\f005';}
h3.sideTitleRecentPosts:before {content: '\f07c';}
h3.sideTitleRecentComments:before {content: '\f0e6';}
h3.sideTitleAuthors:before {content: '\f0c0';}
h3.sideTitleTags:before {content: '\f02c'}
h3.sideTitleNewsletter:before {content: '\f0e0'}



/* =LIST */
#blogPosts h2,
h2.postSubject {
	padding: 0; margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 24px;
}
.postedBy {
	padding-top: 10px;	
}
.postBody {
	padding-bottom: 15px;	
}
.rPostItem {
	margin-bottom: 10px;	
}
.CommentsItem {
	margin-bottom: 15px;	
}
.well h3 {
	margin-top: 0px;	
}
.well a {
	text-decoration: underline;	
}
.blogAuthors .blogAuthor {
	clear: both;
	overflow: hidden;	
	margin-bottom: 10px;
}


/* =POST */

/* =CUSTOMIZATION */
/* sidebar */
.col-blog-sidebar .well {
	background-color: #f2f2f2;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
}
.col-blog-sidebar .well, 
.col-blog-sidebar .well a, 
.col-blog-sidebar .well a:hover {
	color: #333333;
}
.col-blog-sidebar h3 {
	color: #666;
	font-size: 16px;		
}
.col-blog-sidebar .well a.btn,
.col-blog-sidebar .well a.btn:hover,
.col-blog-sidebar .well a.btn:focus,
.readMore a.btn,
.readMore a.btn:hover,
.readMore a.btn:focus {
	font-size: 16px;	
	color: #fff;
	margin-top: 5px;
	padding: 5px 15px;
}
.rPostItem {
	line-height: 1.6em;	
}
.blogArchiveYear > span {
	cursor: pointer;
	text-decoration: underline;	
}
.blogArchiveYear .blogArchiveItem {
	margin-left: 15px;	
}

/* blog list */
#blogPosts .blogPost {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;	
}
#blogPosts .links,
#blogPosts .postFooter {
	display: none;
}

/* blog post */
.postDate {
	color: #999;	
}
#blogPost hr {
	margin-top: 10px;
	margin-bottom: 10px;	
}
/*** END responsive/global/blog.css ***/

/*** START responsive/global/navigation.css ***/
/* Navigation */
.caret {
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown-menu {
  background-color: rgba(255,255,255,0.95);
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu .divider {
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  color: #333333;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0877a0;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0877a0), to(#0877a0));
  background-image: -webkit-linear-gradient(top, #0877a0, 0%, #0877a0, 100%);
  background-image: -moz-linear-gradient(top, #0877a0 0%, #0877a0 100%);
  background-image: linear-gradient(to bottom, #0877a0 0%, #0877a0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0877a0', endColorstr='#ff0877a0', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #0877a0;
  text-decoration: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(transparent), to(transparent));
  background-image: -webkit-linear-gradient(top, transparent, 0%, transparent, 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, transparent 100%);
  background-image: linear-gradient(to bottom, transparent 0%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-header {
  color: #999999;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.navbar-inverse .nav > li > a {
	color: #ffffff;
}
.navbar-inverse .nav .caret {
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;		
}
.nav > li > a {
	color: #333333;	
}
.nav > li > a:hover,
.nav > li > a:focus {
	color: #333333;
	background-color: #FFF-hover;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, 
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
	background-color: transparent;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
}

.nav.open > a,
.nav.open > a:hover,
.nav.open > a:focus {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}

.nav.open > a .caret,
.nav.open > a:hover .caret,
.nav.open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.nav .nav-divider {
  background-color: #e5e5e5;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li > a {
  margin-right: 2px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}

.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}

.nav .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav a:hover .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  background-color: #FFF;
  border-radius: 4px;
}
.navbar-nav > li > a {
  color: #333333;
  border-radius: 0px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
  color: #0877A0;
  background-color: #FFF;
}

.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-brand {
  color: #333333;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-toggle {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border: 0 none;
  border-radius: 0px;
  width: 100%;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: transparent;
  border: 1px solid #dddddd;
  border: 0 none;
  border-bottom: 1px solid #dddddd;  
}
.navbar-toggle label {
	font-weight: normal;	
}
.navbar-toggle .icon-bar {
  display: block;
  background-color: #666;
  border-radius: 1px;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav > .dropdown > a:hover .caret,
.navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
  color: #0877A0;
  background-color: #FFF;
}

.navbar-nav > .open > a .caret,
.navbar-nav > .open > a:hover .caret,
.navbar-nav > .open > a:focus .caret {
  border-top-color: #0877A0;
  border-bottom-color: #0877A0;
}

.navbar-nav > .dropdown > a .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar-inverse {
  background-color: #5276AE;
  border-color: #5276AE;
  border-width: 0px;
}

.navbar-inverse .navbar-brand {
  color: #ffffff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-collapse, 
.navbar-inverse .navbar-form {
	border-color: #5276AE;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f5ffbe;
  background-color: #39527a;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #365c98;
  background-color: #365c98;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	border-color: #638FCE;
	background-color: #638FCE;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #9FC767;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-fixed-top, 
.navbar-fixed-bottom {
	border-radius: 0;	
}
@media screen and (max-width: 768px) {
	.dropdown-menu > li > a {
	  color: #333333;
	}
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover {
  color: #333333;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

/* =CUSTOM STYLES */
@media (min-width: 768px) and (max-width: 1199px) {
	.nav {
		width: 100%;
	}
} 
.navbar {
	border: 0 none;
	/* to cover caption image */	
	z-index: 10000;
}
.navbar .navbar-collapse {
	border-bottom: 1px solid #d7d7d7;	
}
.navbar-nav > li > a {
	font-size: 18px;
	text-transform: uppercase;	
}
.navbar-nav > li.activeBranch > a {
	color: #0877a0;
	font-weight: bold;	
}
.navbar-nav > .dropdown > a .caret {
	display: none;	
}
/*.navbar-nav > .dropdown > .dropdown-menu > li:first-child a {
	font-weight: bold;
}
.navbar-nav > .dropdown > .dropdown-menu > li:nth-child(2) a {
	border-top-width: 2px;
	border-top-style: solid;	
}*/

@media (min-width: 768px) {
	.nav > li > a {
		padding-top: 34px;
		padding-bottom: 34px;	
	}
	.container > .navbar-collapse {
		padding-left: 0px;
		padding-right: 0px;	
	}	
	.navbar-nav > li:first-child > a {
		padding-left: 0px;	
	}
	.navbar-nav > li:last-child > a {
		padding-right: 0px;	
	}
	.dropdown-menu {
		padding-top: 0px;
		padding-bottom: 0px;
		border-radius: 0;	
		border: 0 none;
	}
	.dropdown-menu > li > a {
		padding: 8px 15px;			
	}
	.dropdown-menu > li + li > a {
		border-top: 1px dotted #ccc;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 14px;	
	}
}
@media (max-width: 767px) {
	.navbar-nav {
		margin-top: 10px;
		margin-bottom: 10px;	
	}	
}

/*** END responsive/global/navigation.css ***/

/*** START responsive/global/media.css ***/
/* Media */
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {

}
@media print {
	body {
		padding-top: 0px;	
	}
	h1.pageTitle {
		margin-top: 0px;
		padding-top: 0px;	
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 768px) and (max-width: 979px) {

}
@media (max-width: 767px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}

}
@media (max-width: 480px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}
}
@media (max-width: 979px) {

}
@media (min-width: 980px) {

}
@media (min-width: 768px) and (max-width: 1199px) {
	/* replace fixed spacing with full-width on smaller resolutions */
	.container {max-width: 100%;}
	
	/* fix horizontal scrolling on smaller resolutions */
	/*.row {margin-left: 0px; margin-right: 0px;}*/
}
@media (min-width: 980px) and (max-width: 1199px) {

} 
/*** END responsive/global/media.css ***/

/*** START responsive/global/buttons.css ***/
/* Buttons */
.btn {
	font-size: 24px;
	border-radius: 0;
	padding: 7px 20px;
}
a.btn, a.btn:hover, a.btn:focus {
	text-decoration: none;
	color: #fff;	
}
.btn 			{background-color: #0877a0; 			border: 1px solid #0877a0;				color: #fff;}
.btn-default 	{background-color: #474949;	border: 1px solid #474949;		color: #ffffff;}
.btn-primary 	{background-color: #428bca;	border: 1px solid #428bca;		color: #ffffff;}
.btn-success 	{background-color: #5cb85c;	border: 1px solid #5cb85c;		color: #ffffff;}
.btn-info 		{background-color: #5bc0de;		border: 1px solid #5bc0de;		color: #ffffff;}
.btn-warning 	{background-color: #f0ad4e;	border: 1px solid #f0ad4e;		color: #ffffff;}
.btn-danger 	{background-color: #d9534f;		border: 1px solid #d9534f;		color: #ffffff;}

.btn:hover, .btn:focus 					{background-color: #0877a0; 			border: 1px solid #0877a0; 			color: #fff;}
.btn-default:hover, .btn-default:focus 	{background-color: #3a3c3c;	border: 1px solid #3a3c3c;	color: #ffffff;}
.btn-primary:hover, .btn-primary:focus 	{background-color: #357ebd;	border: 1px solid #357ebd;	color: #ffffff;}
.btn-success:hover, .btn-success:focus 	{background-color: #4cae4c;	border: 1px solid #4cae4c;	color: #ffffff;}
.btn-info:hover, .btn-info:focus 		{background-color: #46b8da;		border: 1px solid #46b8da;		color: #ffffff;}
.btn-warning:hover, .btn-warning:focus 	{background-color: #eea236;	border: 1px solid #eea236;	color: #ffffff;}
.btn-danger:hover, .btn-danger:focus 	{background-color: #d43f3a;	border: 1px solid #d43f3a;	color: #ffffff;}

.btn-link, .btn-link:hover, .btn-link:focus {background-color: transparent; border-color: transparent; color: #0877a0;}


@media (max-width: 767px) {
	.btn {
		padding: 5px 15px;	
		font-size: 22px;
	}	
}

/*** END responsive/global/buttons.css ***/

/*** START responsive/global/comments.css ***/
/* Comments */

/* comments form */
.enterComment {
	margin-top: 20px;		
}
#commentEnterFirstName, #commentEnterLastName, #commentEnterEmailName {
	display: inline-block;	
	padding-right: 10px;
}
.postCommentBlock {
	clear: both;
	overflow: hidden;
}
.postCommentBlock input, 
.postCommentBlock input:hover, 
.postCommentBlock input:focus {
	margin: 0;
	background-color: #737E85;
	color: #fff;
	border: 0 none;
}

/* list of comments */
.CommentsBody {
	border-left: 5px solid #ccc;
	padding-left: 15px;	
}
.CommentsCreatedAgo {
	border-bottom: 1px dashed;
}
.CommentedBy {
	font-style: italic;
}

.cmtMessage {
	color: #0877A0;	
	font-size: 18px;
}
/*** END responsive/global/comments.css ***/

/*** START responsive/global/megamenu.css ***/
/* =MEGAMENU */

/* remove ipop styles later */
/*.ipop-megamenu.iPopBlock {
	background-color: rgba(255,255,255,0.7);
	z-index: 10001;
}
.ipop-megamenu.iPopBlock.styled .iPopBox {
	background-color: #f5f5f5;
	border: 2px solid #cdcdcd;
	box-shadow: none;
}
.ipop-megamenu .iPopCloseBtn {
	background-image: none;
}
.ipop-megamenu .iPopCloseBtn:before {
	content: '\f00d';
	font-family: 'FontAwesome';
	color: #aaa;
}*/

/* Top menu */
.nav {
	position: relative;
}
.navbar-nav li {
	position: static;
}

.megamenu-close {
	display: none;
	font-family: 'FontAwesome';
	font-size: 16px;
	position: absolute;
	top: 10px;
	right: 15px;
	color: #aaa;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.megamenu-close:hover {
	color: #0877a0;
}
.megamenu-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);
	z-index: 10001;
	display: none;
}
.megamenu-container {
	display: none;
	position: absolute;
	top: 80px;
	left: 0px;
	margin: 0px auto;
	z-index: 10002;
	background-color: #f5f5f5;
	border: 1px solid #d7d7d7;
	box-shadow: none;
	width: 1140px;
	padding: 0px 20px 15px;
}
@media (min-width: 768px) and (max-width: 1199px) {
	.megamenu-container {
		width: 100%;
	}
}
.megamenu p {
	margin-bottom: 5px;
}
.megamenu .h2 {
	color: #0877a0;
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	padding-top: 15px;
	margin-bottom: 15px;
}
.megamenu .h3 {
	margin: 0;
	margin-bottom: 5px;
	color: #0877a0;
	font-size: 17px;
}
.megamenu .submenu {
	font-size: 12px;
	line-height: 1.4em;
}
.megamenu .submenu ul {
	padding: 0; margin: 0; list-style-type: none;
}
.megamenu .submenu li {
	padding: 0; margin: 0;
}
.megamenu .submenu ul a {
	color: #333333;
	text-decoration: none;
}
.megamenu .submenu ul a:hover {
	color: #0877a0;
}
.megamenu .submenu ul a:before {
	font-family: 'FontAwesome';
	content: '\f0da';
	margin-right: 5px;
}
.megamenu .clr {
	display: none;
	height: 0;
}
.megamenu .row > div {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.megamenu .clr:nth-child(6n + 6) {display: block;}
}
@media (max-height: 799px) {
	.megamenu img {
		width: 70px;
		height: 70px;	
	}	
}
@media (max-width: 991px) {
	.megamenu .clr:nth-child(4n + 4) {display: block;}
}
@media (max-width: 767px) {
	.megamenu-container {max-width: 95%; left: 20px; top: -20px;}
	.megamenu-close {display: inline-block;}
}
@media (max-width: 649px) {
	.megamenu img {display: none;}
}
@media (max-width: 479px) {
	.megamenu-container {max-width: 96%; left: 5px; top: -20px;}
	.megamenu .row > div {
		float: none;
		width: 100%;
	}
}
@media (max-width: 319px) {
	.megamenu-container {max-width: 92%;}

}
/*** END responsive/global/megamenu.css ***/

/*** START responsive/global/print.css ***/
/* @media print {
	* {
		position: static !important;	
		page-break-after: auto;
		page-break-before: auto;
		page-break-inside: auto;
		x-overflow: hidden !important;
		text-align: justify;
		
	}
	header {
		padding: 0; margin: 0;
	}
	.logo-container {
		padding: 0; margin: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	nav,
	.header-block,
	footer,
	aside,
	.navbar,
	.btn,
	.home-boxes,
	.partner-logos,
	.cms-content .main,
	.pagination {
		display: none !important;	
	}
	.cms-content .main .row > .col-sm-6 {
		float: left;
		width: 50%;	
	}
	.body {
	    padding-top: 5px;
	    padding-bottom: 5px;
    }
	.page-title,
	h1.page-title-with-bg {
		display: inline-block !important;	
		padding: 0 !important; 
		margin: 0 !important;
		margin-bottom: 20px !important;
		
	}
	* {
		page-break: avoid !important;	
		page-break-after: avoid !important;	
		page-break-before: avoid !important;	
	}
    a[href]:after {
        content: "";
    }	
	.col-blog-main {
		width: 100%;	
	}
	.content-table > tbody,
	.content-table > tbody > tr,
	.content-table > tbody > tr > td:first-child {
		display: inline !important;	
		page-break-inside: avoid;
	}
}*/

@media print {
	* {
		position: static !important;	
		page-break-after: auto;
		page-break-before: auto;
		page-break-inside: auto;
		x-overflow: hidden !important;
		text-align: justify;
		
	}
	header {
		padding: 0; margin: 0;
	}
	.logo-container {
		padding: 0; margin: 0;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.cms-content .main .row > .col-sm-6 {
		float: left;
		width: 50%;	
	}
	.body {
	    padding-top: 5px;
	    padding-bottom: 5px;
    }
	.page-title,
	h1.page-title-with-bg {
		display: inline-block !important;	
		padding: 0 !important; 
		margin: 0 !important;
		margin-bottom: 20px !important;
		
	}
	* {
		page-break: avoid !important;	
		page-break-after: avoid !important;	
		page-break-before: avoid !important;	
	}
    a[href]:after {
        content: "";
    }	
	.col-blog-main {
		width: 100%;	
	}
	.content-table > tbody,
	.content-table > tbody > tr,
	.content-table > tbody > tr > td:first-child {
		display: inline !important;	
		page-break-inside: avoid;
	}
    
    ul.footer-sitemap {
        cler: both;
        overflow:  hidden;
    }
    ul.footer-sitemap > li {
        width: 33.3333%;    
        height: 270px;
        display: block;
    }
    .hidden-print,
    .collapse,
    .navbar {
        display: block !important;
    }
    .collapse {
        height: auto !important;
    }
    .breadcrumb {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .top-search, 
    .top-social,
    footer img,
    .navbar-toggle
    {
        display: none !important;
    }
    .navbar-nav > li {
        display: inline-block !important;
        
    }
    .navbar-nav > li > a {
        font-size: 16px !important;
        
    }
    
    h1.page-title-with-bg {
        padding-top: 20px !important ;     /* !for(webkit) */
    
    }
    
}
/*** END responsive/global/print.css ***/

/*** START responsive/global/events.css ***/
.all-events-search {
	margin-bottom: 30px;
}
.all-events-search table {
	margin-bottom: 10px;
}
.all-events-search td {
	padding-right: 20px;	
}
.all-events-search .btn {
	font-size: 16px;
	padding: 6px 12px;
	margin-right: 10px;
}
.all-events-search .button-reset,
.all-events-search .button-reset:hover,
.all-events-search .button-reset:focus {
	background-color: #f5f5f5;
	color: #333333;	
	border-color: #f5f5f5;
}
.all-events-search #date0_h24,
.all-events-search #date0_ii,
.all-events-search #date1_h24,
.all-events-search #date1_ii {
	display: none;	
}
.search-control {
	color: #fff;	
}
.all-events-search input[type="text"],
.all-events-search select {
	width: 160px;
	border: 1px solid #d7d7d7;
	padding: 4px;
	height: auto;	
	color: #333333;
}
.all-events-search #d407 select,
.all-events-search #d417 select {
	width: auto;	
}
.all-events-search #d407,
.all-events-search #d417 {
	display: none;	
}
@media (min-width: 768px) {
	.all-events-search table,
	.all-events-search tbody,
	.all-events-search tr,
	.all-events-search td {
		display: block;	padding: 0; margin: 0;
	}
	.all-events-search table {
		margin-bottom: 20px;	
	}
	.all-events-search tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;	
	}
	.all-events-search td {
		width: -webkit-calc(33.3333% - 20px);
		width: -moz-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);	
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.all-events-search input[type="text"],
	.all-events-search select {
		width: 100%;	
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.all-events-search td {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);	
	}	
}
@media (max-width: 767px) {
	.all-events-search table,
	.all-events-search tbody,
	.all-events-search tr,
	.all-events-search td {
		display: block;	padding: 0; margin: 0;
	}
	.all-events-search table {
		margin-bottom: 20px;	
	}
	.all-events-search tr {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;	
	}
	.all-events-search td:not(:last-child) {
		padding-right: 20px;	
		padding-bottom: 10px;
	}
}
@media (max-width: 479px) {
	.all-events-search td {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);	
	}	
	.all-events-search input[type="text"],
	.all-events-search select {
		width: 100%;	
	}
}

.events-bar {
	background-color: #f5f5f5;
	padding: 10px;	
	margin-bottom: 30px;
}
.events-view span {
	cursor: pointer;
}
.view-posterboard {color: #0877a0;}
.view-stream {color: #ddd;}
.view-list .view-posterboard {color: #ddd;}
.view-list .view-stream {color: #0877a0;}

.events {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
			
	
	margin-left: -10px;
	margin-right: -10px;
	font-size: 14px;
	line-height: 1.6em;
}
.event {
	width: -webkit-calc(33.3333% - 20px);
	width: -moz-calc(33.3333% - 20px);
	width: calc(33.3333% - 20px);		
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	padding-bottom: 15px;
	display: none;
}
.event-public.event {
	display: block;	
}
body:not(.view-list) .event-public.event {
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}
body:not(.view-list) .event-public.event > div.event-desc {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	   -moz-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;	
	display: -webkit-box;	
	display: -webkit-flex;	
	display: -moz-box;	
	display: -ms-flexbox;	
	display: flex;
	-webkit-flex-flow: column nowrap;
	    -ms-flex-flow: column nowrap;
	        flex-flow: column nowrap;
}
body:not(.view-list) .event-public.event > div.event-desc > .event-tags {
	margin-top: auto;	
	padding-top: 5px;
}

body:not(.view-list) .event:nth-child(1n + 1) {border-bottom: 3px solid #01646A;}
body:not(.view-list) .event:nth-child(2n + 1) {border-bottom: 3px solid #F79320;}
body:not(.view-list) .event:nth-child(3n + 1) {border-bottom: 3px solid #53873D;}
.event-desc {
	padding: 10px;	
	padding-bottom: 0px;
}
.event-date {
	font-size: 13px;	
}
.event-date i {
	font-size: 11px;	
}
.event h4 {
	margin-top: 0px;
	margin-bottom: 5px;		
}
.event img {
	width: 100%;	
}
.view-list .events {
	display: block;	
	margin-right: 10px;
}
.view-list .event {
	width: 100%;
	clear: both;
	overflow: hidden;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #d7d7d7;
	background-color: #fff;
}

.view-list .event-desc {
	padding: 0;
}
.view-list .event img {
	width: 150px;
	float: left;
	margin-right: 15px;	
}
@media (min-width: 768px) {
	.view-list .event > a {
		width: 170px;
		float: left;
		display: block;
	}
	.view-list .event > .event-desc {
		width: -webkit-calc(100% - 170px);
		width: -moz-calc(100% - 170px);
		width: calc(100% - 170px);
		float: left;
		display: block;
	}	
}
@media (max-width: 979px) {
	.event {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);	
	}	
}
@media (max-width: 767px) {
	.event {
		width: -webkit-calc(33.3333% - 20px);
		width: -moz-calc(33.3333% - 20px);
		width: calc(33.3333% - 20px);	
	}
	.view-list .event-short-desc {
		clear: both;
		overflow: hidden;
		padding-top: 10px;
	}
	.view-list .event img {
		width: 100px;	
	}
}
@media (max-width: 599px) {
	.event {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);	
	}
}
@media (max-width: 479px) {
	.event {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);	
	}
	.event h4 {
		clear: both;
		overflow: hidden;	
		padding-top: 10px;
	}
	.view-list .event-short-desc {
		padding-top: 0px;	
	}
}
@media (max-width: 379px) {
	.event {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);	
	}
}

/* event detail page */
.event-detail-table {
	width: 100%;	
	margin-bottom: 30px;
}
.event-detail-table td {
	background-color: #f5f5f5;	
	padding-right: 30px;
	vertical-align: middle;
}
.event-detail-table td:first-child {
	width: 430px;	
}
.event-detail-buttons {
	margin-top: 10px;
	margin-bottom: 10px;	
}
.event-detail-table .btn,
.event-detail-table .btn:hover,
.event-detail-table .btn:focus {
	font-size: 16px;
	padding: 6px 12px;
	border: 0 none;
	margin-right: 10px;
	margin-bottom: 10px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.event-detail-table .btn:hover {
	color: #0877a0;	
	background-color: #fff;
}
.event-detail-location {
	position: relative;	
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.event-detail-location:empty {
	display: none;	
}
.event-detail-location:before {
	font-family: 'FontAwesome';	
	content: '\f041';
	padding: 0; 
	margin: 0;
	position: absolute;
	left: 0px;
}
.event-detail-table .event-tags a,
.event-detail-table .event-tags a:hover,
.event-detail-table .event-tags a:focus {
	font-size: 16px;	
}
.event-share-icons {
	margin-top: 15px;	
}
@media (max-width: 767px) {
	.event-detail-table img {
		width: 200px;		
	}
	.event-detail-table td:first-child {
		width: 230px;	
	}	
}
@media (max-width: 599px) {
	.event-detail-table img {
		width: 100px;		
	}
	.event-detail-table td:first-child {
		width: 130px;	
	}	
}
@media (max-width: 479px) {
	.event-detail-table,
	.event-detail-table tbody,
	.event-detail-table td,
	.event-detail-table tr,
	.event-detail-table td:first-child {
		display: block;
		width: 100%;	
		padding: 0; margin: 0;
	}
	.event-detail-table td:first-child {
		text-align: center;	
	}	
	.event-detail-table td:last-child {
		padding: 20px;	
	}
	.event-detail-table img {
		width: 400px;
		max-width: 100%;
		margin: 0 auto 20px;	
	}
}

/* add event form */
#F34 {
	background-color: #f2f2f2;
	padding: 15px;	
	width: 600px;
	max-width: 100%;
}
#F34 label {
	display: block;
	margin: 0; padding: 0;
	font-weight: normal;
}
#F34 span[datatype="systype_datefuture"] select {
	width: auto;
	display: inline;
}
#F34 td {
	padding: 5px 10px;	
}
@media (max-width: 479px) {
	#F34 table,
	#F34 tr,
	#F34 td,
	#F34 th,
	#F34 tbody {
		display: block;	
	}
}

/* make calendar smaller */
#ui-datepicker-div.ui-datepicker {width: 200px;}
#ui-datepicker-div.ui-datepicker table {font-size: 11px;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-title {font-size: 13px;}
#ui-datepicker-div.ui-datepicker td span, 
#ui-datepicker-div.ui-datepicker td a {line-height: 1.6em;}
#ui-datepicker-div.ui-datepicker th {line-height: 1.6em;}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev, 
#ui-datepicker-div.ui-datepicker .ui-datepicker-next {top: 0px;}

.event-tags a, .event-tags a:hover, .event-tags a:focus {
	text-decoration: none;
	font-size: 13px;	
}
.event-tags a:before {
	font-family: 'FontAwesome';
	content: '\f02b';
	margin-right: 3px;
}

h2.category-title {
	padding-bottom: 10px;
	margin-bottom: 10px;	
}

.row-event-types {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;	
	margin: 0;
}
.row-event-types > div:first-child {
	width: -webkit-calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: calc(100% - 250px);
	padding: 0;
	padding-right: 10px;
}
.row-event-types > div:last-child {
	width: 250px;
	padding: 0;
	padding-left: 10px;
}
.announcements h3 {
	margin: 0;
	border-bottom: 2px solid #fff;	
	margin-bottom: 10px;
}
.announcements img {
	width: 100%;	
}
.announcements h4 {
	margin: 0;
}
.announcement {
	background-color: #f5f5f5;	
	margin-bottom: 20px;
}
.announcement-desc {
	padding: 15px;	
}
.announcement-is-added .tr-announcement-hide {
	display: none;	
}
.event-detail-table .btn[href="#"] {
	x-display: none;	
}
@media (max-width: 767px) {
	.row-event-types {
        -webkit-flex-flow: column-reverse nowrap;
            -ms-flex-flow: column-reverse nowrap;
                flex-flow: column-reverse nowrap;
	}	
	.row-event-types > div:first-child,
	.row-event-types > div:last-child {
		width: 100%;	
	}
	.row-event-types > div:first-child {
		padding-right: 0px;
	}
	.row-event-types > div:last-child {
		padding-left: 0px;
	}
	.announcement {
		clear: both;
		overflow: hidden;
	}
	.announcement img {
		width: 150px;
	}
	.announcement > a {
		float: left;	
		display: block;	
		width: 150px;
		margin-right: 10px;
	}
	.announcement > .announcement-desc {
		float: left;
		font-size: 13px;
		line-height: 1.6em;
		width: -webkit-calc(100% - 160px);
		width: -moz-calc(100% - 160px);
		width: calc(100% - 160px);	
	}
	
	/* show announcements */
	.row-event-types {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
        -webkit-flex-flow: column nowrap;
            -ms-flex-flow: column nowrap;
                flex-flow: column nowrap;	
	}
}
@media (max-width: 479px) {
	.announcement > a {
		display: none;
	}
	.announcement > .announcement-desc {
		width: 100%;	
	}
}

.ipop-preview-announcement .event-detail-date {
	display: none;
}
.ipop-no-place-selected .event-detail-location {
	display: none;	
}
/*** END responsive/global/events.css ***/

/*** START responsive/home/common.css ***/
/* Common CSS for this layout */

/* =HOME SLIDESHOW */
.home-slideshow {
	border: 3px solid #fff;
	box-shadow: 2px 2px 2px #333;
	position: relative;
}
.home-slideshow-caption {
	position: absolute;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;	
	left: 0px;
	bottom: 10%;
	text-align: center;
}
.home-slideshow-caption h4 {
	padding: 0; margin: 0;
	margin-bottom: 30px;
	font-size: 42px;	
	font-style: normal;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;	
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.7);
	color: #fff;
}
.home-slideshow-caption-desc {
	background-color: rgba(0,0,0,0.7);
	padding: 15px 30px;
	color: #fff;
}
.home-slideshow-control {
	position: absolute;
	top: 0px;
	width: 7%;
	height: 100%;
	cursor: pointer;
	
	transition: all 0.2s ease-in-out;	
}
.home-slideshow-control:hover {
	width: 15%;	
}
.home-slideshow-control.left {
	left: 0px;	
background: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to right, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
}
.home-slideshow-control.right {
	right: 0px;
	
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.5)));
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=1 );	
}
.home-slideshow-control:focus {
	outline: none;	
}
@media (max-width: 767px) {
	.home-slideshow-caption {
		bottom: 5%;	
	}
	.home-slideshow-caption-desc {
		display: none;	
	}
	.home-slideshow-caption h4 {
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 36px;	
	}
}
@media (max-width: 479px) {
	.home-slideshow-caption h4 {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 24px;	
		border: 0 none;
	}	
	.home-slideshow-caption {
		top: 10px;	
	}
}

/* =HOME BOXES */
.home-boxes td {
	width: 33.3333%;	
	vertical-align: top;
	background-color: #fff;
	padding-bottom: 15px;
}
.home-boxes td p:not(:first-child),
.home-boxes td h3 {
	padding-left: 15px;
	padding-right: 15px;	
	margin: 0;
}
.home-boxes td h3 {
	margin-bottom: 10px;	
}
.home-boxes td:nth-child(1) h3 {color: #058991;}
.home-boxes td:nth-child(2) h3 {color: #00a730;}
.home-boxes td:nth-child(3) h3 {color: #e16a04;}

.home-boxes td img {
	margin-bottom: 15px;
	width: 100%;	
}
.home-boxes td:first-child {
	border-right: 30px solid #F2F2F2;
}
.home-boxes td:last-child {
	border-left: 30px solid #F2F2F2;
}

@media (min-width: 768px) {
	.home-boxes td img {
		width: 100% !important;
		height: auto !important;
	}	
	.home-boxes table, .home-boxes tbody, .home-boxes tr, .home-boxes td {
		display: block;
		padding: 0;
		margin: 0;
		border: 0 none !important;
	}
	.home-boxes tr {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}
	.home-boxes td {
		width: calc(33.3333% - 15px);
		flex: 0 0 auto;
		padding-bottom: 15px;
	}
}
@media (min-width: 1024px) {
	.home-boxes td {
		width: calc(33.3333% - 25px);
	}	
}
@media (max-width: 767px) {
	
	.home-boxes {
		font-size: 13px;	
	}
	.home-boxes table, .home-boxes tbody, .home-boxes tr, .home-boxes td {
		display: block;	
	}
	.home-boxes td {
		width: 100%;
		clear: both;
		overflow: hidden;	
		padding-bottom: 0px;
	}	
	.home-boxes td h3 {
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.home-boxes td {
		line-height: 1.5em;	
	}
	.home-boxes td:first-child {
		border-right: 0px none;
		border-bottom: 30px solid #F2F2F2;
	}
	.home-boxes td:last-child {
		border-left: 0 none;
		border-top: 30px solid #F2F2F2;
	}
	.home-boxes td img {
		width: 200px !important;	
		float: left;
		margin-bottom: 0px;
		margin-right: 15px;
	}	
	.home-boxes td > *:first-child {
		padding-left: 0px;
	}
}
@media (max-width: 479px) {
	.home-boxes td {
		padding-bottom: 15px;
	}
	.home-boxes td img {
		float: none;
		width: 100% !important;
	}
	.home-boxes td > *:first-child {
		padding-right: 0px;
	}
}

/* =HOME MAIN CONTENT */
.content ul {
	padding: 0; margin: 0; list-style-type: none;	
	margin-left: 30px;
	margin-right: 15px;
}
.content li {
	padding: 0; margin: 0; 
	position: relative;
}
.content li:before {
	font-family: 'FontAwesome';	
	font-size: 14px;
	content: '\f00c';
	margin-right: 5px;
	position: absolute;
	left: -20px;
	top: 2px;
}
.content .btn {
	margin-left: 15px;	
	margin-bottom: 7px;
	margin-top: 7px;
}
@media (max-width: 1199px) {
	.content table, .content tr, .content td, .content tbody {
		display: block;	
	}	
	.content .btn {
		margin-left: 0px;
		margin-right: 15px;	
		margin-top: 20px;
	}
}
@media (max-width: 991px) {
	.content img {
		width: 300px;	
	}
}
@media (max-width: 767px) {
	.content img {
		width: 200px;	
	}	
}
@media (max-width: 479px) {
	.content img {
		float: none;	
	}	
}

/*** END responsive/home/common.css ***/
/* TIME: 0.015522003173828 */