/********************************************/
/** Joomla 3.8.4 9/11 TAP Website          **/
/**                                        **/
/** These styles are for all 9/11 TAP      **/
/** Joomla Content including components,   **/
/** modules and plugins. These styles are  **/
/** comproprehensive and are intended to   **/
/** address every styling requirement for  **/
/** the website. There will be, however,   **/
/** many additional CSS files that will be **/
/** included when the website loads which  **/
/** are maintined by individual extensions **/
/** providers. These should be checked for **/
/** website compatability and overridden   **/
/** when necessary                         **/
/**                                        **/
/********************************************/

@charset "utf-8";
/* Import Font Awesome CSS */
@import url("font-awesome.min.css");
.fa:before {
  font-family: fontawesome;
}
.fa {
font: normal normal normal 14px/1 FontAwesome;
}
/***************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
audio:not([controls]) {
	display: none;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background-color: #f5faff;
	color: #00264d;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0;
	scrollbar-face-color: #d9edff !important;
	scrollbar-shadow-color: #b6babf !important;
	scrollbar-highlight-color: #e5f3ff !important;
	scrollbar-3dlight-color: #cce7ff !important;
	scrollbar-darkshadow-color: #9da2a6 !important;
	scrollbar-track-color: #f2f9ff !important;
	scrollbar-arrow-color: #000d1a !important;
}
a {
	color: #2080df;
	font-weight: bold;
	-webkit-text-shadow: 1px 1px 3px rgba(0,64,128, 0);
	-moz-text-shadow: 1px 1px 3px rgba(0,64,128, 0);
	text-shadow: 1px 1px 3px rgba(0,64,128, 0);
	text-decoration: none;
	transition: all 0.4s;
}
a:hover,
a:focus {
	color: #0060ff;
	outline: 0;
	text-decoration: underline;
	-webkit-text-shadow: 2px 2px 3px rgba(0,64,128, 0.25);
	-moz-text-shadow: 2px 2px 3px rgba(0,64,128, 0.25);
	text-shadow: 2px 2px 3px rgba(0,64,128, 0.25);
}
a:focus {
	outline: thin dotted #0073e5;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	border-radius: 10px 10px 0 0;
}
a:active {
	color: #0080ff;
	outline: 0;
	-webkit-text-shadow: 2px 2px 4px rgba(0,0,0, 0.40);
	-moz-text-shadow: 2px 2px 4px rgba(0,0,0, 0.40);
	text-shadow: 2px 2px 4px rgba(0,0,0, 0.40);
}
a.btn  {
	color: #c3d4e5;
}
a.btn:hover,
a.btn:focus {
	color: #e5f2ff;
}
a.btn:active {
	color: #e5f2ff;
}
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}
sup {
	font-weight: 900;
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
p {
	margin: 0 0 9px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	-webkit-text-justify: inter-character;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#k2Container.itemView .itemFullText p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#k2Container.itemListView .catItemView .catItemIntroText {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 1.0em;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
#k2Container .itemBody .article-videos {
	border-radius: 10px;
}
.lead {
	margin-bottom: 18px;
	font-size: 19.5px;
	font-weight: 200;
	line-height: 27px;
}
small {
	font-size: 85%;
}
.small {
	font-size: 85%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
cite {
	font-style: italic;
}
.muted {
	color: #e9eff5;
}
a.muted:hover,
a.muted:focus {
	color: #808080;
}
.text-warning {
	color: #003399;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #a47e3c;
}
.text-error {
	color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
	color: #953b39;
}
.text-info {
	color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
	color: #2d6987;
}
.text-success {
	color: #468847;
}
a.text-success:hover,
a.text-success:focus {
	color: #356635;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.floatLeft {
	display:block;
	float:left;
	position:relative;
}
.floatRight {
	display:block;
	float:right;
	position:relative;
}
.flex-container {
	align-items: stretch;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
}
.flex-item {
	align-self: flex-start;
	-ms-flex: 1; /* IE 10 */ 
	-webkit-flex: 1; /* Safari 6.1+ */
	flex: 1;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	font-size: 14px;
	line-height: 16px;
	margin: 0.5em 0.25em;
	order: 0;
	overflow-wrap: break-word;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
}
.small-item {
	max-width: 80px;
	flex-basis: 80px;
}
.med-item {
	max-width: 160px;
	flex-basis: 160px;
}
.large-item {
	max-width: 240px;
	flex-basis: 240px;
}
.x-large-item {
	max-width: 320px;
	flex-basis: 320px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	text-rendering: optimizelegibility;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #00264d;
}
h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0.45em 0;
}
h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0.37em 0;
}
h3 {
	font-size: 1.3em;
	line-height: 1.15em;
	margin: 0.6em 0 0.3em;
}
h4 {
	font-size: 1.15em;
	line-height: 1.10em;
	margin: .22em 0;
}
h5 {
	font-size: 1.05em;
	line-height: 1.0em;
	margin: .15em 0;
}
h6 {
	font-size: 0.85em;
	line-height: 1.0em;
	margin: .08em 0;
}
h1 small {
	font-size: 1.5em;
}
h2 small {
	font-size: 1.25em;
}
h3 small {
	font-size: 1.15em;
}
h4 small {
	font-size: 1.0em;
}
.jevbootstrap h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	margin: 0.45em 0;
}
.jevbootstrap h2 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0.37em 0;
}
.jevbootstrap h3 {
	font-size: 1.3em;
	line-height: 1.15em;
	margin: 0.6em 0 0.3em;
}
.jevbootstrap h1, .jevbootstrap h2, .jevbootstrap h3, .jevbootstrap h4, .jevbootstrap h5, .jevbootstrap h6 {
	color: inherit;
	font-family: inherit;
	font-weight: bold;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.page-header {
	padding-bottom: 8px;
	margin: 18px 0 27px;
	border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0.5em 0 0.75em 1.5em;
  list-style-position: inside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0.5em 0 0.75em 2.5em;
}
li {
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: break-word;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}
ul.articles,
ol.articles {
	padding: 0;
	margin: 0 0 1.0em 1.0em;
}
ul.articles ul.articles,
ul.articles ol.articles,
ol.articles ol.articles,
ol.articles ul.articles {
	margin-bottom: 0.75em;
}
li.articles {
	hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: break-word;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
  line-height: 1.5em;
  margin: 0 0 0.75em 0;
}
div.unstyled {
  font-weight: normal;
  line-height: 1.5em;	
} 
.unstyled ul,
.unstyled ol {
  margin-left: 1.5em;
  list-style: none;
}
div.inline {
  font-weight: normal;
  line-height: 1.5em;  
}
.inline ul,
.inline ol {
  margin-left: 0;
  list-style: none;
}
.inline ul > li,
.inline ol > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 0px;
  padding-right: 0.5em;
}
.inline ul > li:after,
.inline ol > li:after {
  content: "—";
  margin-left: 0.5em;
}
.inline ul > li:last-child:after,
.inline ol > li:last-child:after {
  content: " ";
}
.num-w-parenthesis {
  font-weight: normal;
  line-height: 1.5em;
}
.num-w-parenthesis ol {
  list-style: none;
  counter-reset: paren_list_item;
  list-style-position: inside;
}
.num-w-parenthesis ol li::before {
	content: " (" counters(paren_list_item, ".", decimal);
	direction: rtl;
	display: inline-block;
	margin-left: -1.0em;
	margin-right: 0.5em;
	text-align: right;
	width: 2.0em;
}
.num-w-parenthesis ol li {
  counter-increment: paren_list_item;
}
.star-bullet, .disc-bullet, .asterisk-bullet {
  line-height: 1.5em;
}
.star-bullet ul, .disc-bullet ul, .asterisk-bullet ul {
	list-style: none;
}
.star-bullet li::before, .disc-bullet li::before, .asterisk-bullet li::before {
  display: inline-block;
  font-size:1em;
	left:-.25em;         /* position the bullet L- R relative to list item */
	margin-left: -1.0em;
	position:relative;  /* position bullet relative to list item */
	top: -0.1em;          /* vertical align bullet position relative to list item */
	width: 1.0em;
}
.star-bullet li ul li::before, .disc-bullet li ul li::before, .asterisk-bullet li ul li::before {
  font-size:0.85em;
	left:-.25em;         /* position the bullet L- R relative to list item */
	margin-left: -1.0em;
	position:relative;  /* position bullet relative to list item */
	top: -0.1em;          /* vertical align bullet position relative to list item */
}
.star-bullet li ul li ul li::before, .disc-bullet li ul li ul li::before, .asterisk-bullet li ul li ul li::before {
  font-size:0.75em;
	left:-.25em;         /* position the bullet L- R relative to list item */
	margin-left: -1.0em;
	position:relative;  /* position bullet relative to list item */
	top: -0.1em;          /* vertical align bullet position relative to list item */
}
.star-bullet li::before {
  content: "\2605";
}
.star-bullet li ul li::before {
	content: "\2606";
}
.star-bullet li ul li ul li::before {
	content: "\2B50";
}
.disc-bullet li::before {
  content: "\25CF";
}
.disc-bullet li ul li::before {
	content: "\25CF";
}
.disc-bullet li ul li ul li::before {
	content: "\25CB";
}
.asterisk-bullet li::before {
  content: "\273D";
}
.asterisk-bullet li ul li::before {
	content: "\273C";
}
.asterisk-bullet li ul li ul li::before {
	content: "\273B";
}
.nn-list {
	font-weight: normal;
	line-height: 1.5em;
}
.nn-list ol {
  counter-reset: nnl_item;
  list-style: none;
  list-style-position: inside;
  margin: 0.5em 0 0.75em 2.0em;
}
.nn-list ol li::before {
	content: " ." counters(nnl_item, ".");
	direction: rtl;
	display: inline-block;
	margin-left: -2.5em;
	margin-right: 0.5em;
	text-align: right;
	width: 2.0em;
}
.nn-list ol li {
	counter-increment: nnl_item;
}
.urn-list {
  counter-reset: urn_item_one;
	font-weight: normal;
	line-height: 1.5em;
}
.urn-list ol {
  list-style: none;
  list-style-position: inside;
  margin: 0.5em 0 0.75em 1.5em;
}
.urn-list ol li::before {
  counter-increment: urn_item_one;
	content: " ." counter(urn_item_one, upper-roman);
	direction: rtl;
	display: inline-block;
	margin-left: -2.5em;
	margin-right: 0.5em;
	text-align: right;
	width: 2.0em;
}
.urn-list ol li {
  counter-reset: urn_item_two;
}
.urn-list ol li ol li::before {
	content: " ." counter(urn_item_two, upper-alpha);
  counter-increment: urn_item_two;
}
.urn-list ol li ol li {
  counter-reset: urn_item_three;
}

.urn-list ol li ol li ol li::before {
	content: " ." counter(urn_item_three, decimal);
  counter-increment: urn_item_three;
}
.urn-list ol li ol li ol li {
  counter-reset: urn_item_four;
}
.urn-list ol li ol li ol li ol li::before {
	content: " ." counter(urn_item_four, lower-roman);
  counter-increment: urn_item_four;
}
.uan-list {
  counter-reset: uan_item_one;
	font-weight: normal;
	line-height: 1.5em;
}
.uan-list ol {
  list-style: none;
  list-style-position: inside;
  margin: 0.5em 0 0.75em 1.5em;
}
.uan-list ol li::before {
	content: " ." counter(uan_item_one, upper-alpha);
  counter-increment: uan_item_one;
	direction: rtl;
	display: inline-block;
	margin-left: -2.5em;
	margin-right: 0.5em;
	text-align: right;
	width: 2.0em;
}
.uan-list ol li {
  counter-reset: uan_item_two;
}
.uan-list ol li ol li::before {
	content: " ." counter(uan_item_two, decimal);
  counter-increment: uan_item_two;
}
.uan-list ol li ol li {
  counter-reset: uan_item_three;
}

.uan-list ol li ol li ol li::before {
	content: " ." counter(uan_item_three, lower-alpha);
  counter-increment: uan_item_three;
}
.uan-list ol li ol li ol li {
  counter-reset: uan_item_four;
}
.uan-list ol li ol li ol li ol li::before {
	content: " ." counter(uan_item_four, lower-roman);
  counter-increment: uan_item_four;
}
.bold-markers ol li::before, .bold-markers ul li::before {
	font-weight: bold;	
}
.black-markers ol li::before, .black-markers ul li::before {
	color: #0080ff;
}
.blue-markers ol li::before, .blue-markers ul li::before {
	color: #0080ff;
}
.red-markers ol li::before, .red-markers ul li::before {
	color: #ff0040;
}
.black-markers ul li ul li::before {
	color: #00264a;
}
.blue-markers ul li ul li::before {
	color: #0080ff;
}
.red-markers ul li ul li::before {
	color: #ff0040;
}
.black-markers ul li ul li ul li::before {
	color: #00264a;
}
.blue-markers ul li ul li ul li::before {
	color: #0080ff;
}
.red-markers ul li ul li ul li::before {
	color: #ff0040;
}
dl {
  margin: 1.0em 1.0em 2.0em 0;
}
dt,
dd {
  line-height: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 1.5em;
  padding: 0;
}
dd:last-child {
	content: " ";
}
div.dl-horizontal{
	width: 100%;
  *zoom: 1;
}
.dl-horizontal dl:before,
.dl-horizontal dl:after {
  content: "";
  display: table;
  line-height: 0;
}
.dl-horizontal dl:after {
  clear: both;
}
.dl-horizontal dt {
  clear: left;
  float: left;
  max-height: 4.0em;
  overflow: hidden;
  text-align: right;
  text-overflow: clip;
  white-space: wrap;
  width: 180px;
}
.dl-horizontal dt:after {
	content: ":";
}
.dl-horizontal dd {
  margin-left: 190px;
}
.dl-horizontal dd:last-child {
	padding-bottom: 1.0em;
}
hr {
	background: #302858;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#cfcdff), color-stop(0.5, #00264d), to(#cfcdff));
	background-image: -webkit-linear-gradient(left, #cfcdff, #00264d, #cfcdff);
	background-image: -moz-linear-gradient(left, #cfcdff, #00264d, #cfcdff);
	background-image: -o-linear-gradient(left, #cfcdff, #00264d, #cfcdff);
	background-image: linear-gradient(left, #cfcdff, #00264d, #cfcdff);
	border: 0;
	clear: both;
	height: 1px;
	margin:1.0em 0 1.5em;
	text-align: center;
	width: 100%;
}
/**** Clear Spaces ****/
.clear-space-above {
	clear: both;
}
.clr {
	clear:both;
	height:0;
	line-height:0;
	display:block;
	float:none;
	padding:0;
	margin:0;
	border:none;
}
/**** End Clear Spaces ****/
system-pagebreak {
	background-color: #2080df;
}
system-pagebreak:after {
	background-color: #2080df;
}
abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #e9eff5;
}
abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
    background: #fafcff;
    border-left: 10px solid #c3ced9;
    box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
    clear: both;
    line-height: 1.5em;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	color: #cad1d9 !important;
	content: "\201C" !important;
	font-family: "Times New Roman", Times, serif;
	font-size: 7em;
	font-weight: bold;
	line-height: 0.1em;
	margin-right: 0.125em;
	vertical-align: -0.375em;
	text-shadow: 1px 1px 2px rgba(0,26,51,0.35);
}
blockquote p {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;
    background: none;
    color: #3d454d;
    font-family: Georgia, serif;
    font-size: 1.15em;
    font-style: italic;
    line-height: 1.4em;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}
blockquote p:first-child {
	text-indent: 4em;
	margin-top: -1.5em;
}
blockquote footer {
	color: #3d454d;
	font-family: Georgia, serif;
	font-size: 1.15em;
	font-style: normal;
	line-height: 1.4;
	margin-top: 0.75em;
	margin-left: 1em;
}
blockquote footer:before {
	content: "\2014 \0020 \0020";
	margin-left: -1em;
}
blockquote footer:after {
	content: " \0020 \0020 \2014";
}
blockquote cite{
	color: #3d454d;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.5;
}
blockquote cite a {
	color: #3674b3;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.5;
}
blockquote cite:after{
	content: "\003a";
}
blockquote p cite{
	color: #3d454d;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.5;
}
blockquote p cite a {
	color: #3674b3;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-style: italic;
	line-height: 1.5;
}
blockquote p cite:after{
	content: "\003a";
}
.jevbootstrap blockquote {
    border-left: 5px solid #e3e6f5;
    line-height:1.7;
    margin: 0 0 20px;
    padding: 0 0 0 15px;
}
figure.bquote {
	display: table;
}
figcaption.bquote {
	caption-side: bottom;
	color: #3d454d !important;
	display: table-caption;
	font-family: Georgia, serif !important;
	font-size: 1.0em;
	font-style: italic;
	line-height: inherit !important;
}
blockquote small {
	display: block;
	line-height: 18px;
	color: #6b8299;
}
blockquote small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
/* for four levels of nested quotations */
q {background-color: #fafcff; font-style:italic;}
q {quotes: '“' '”' '‘' '’' '“' '”' '‘' '’';}
 /* extra content definitions for pre-2011 WebKit */
q:before {content: '“'; content: open-quote;}
q:after {content: '”'; content: close-quote;}
q q:before {content: '‘'; content: open-quote;}
q q:after {content: '’'; content: close-quote;}
q q q:before {content: '“'; content: open-quote;}
q q q:after {content: '”'; content: close-quote;}
q q q q:before {content: '‘'; content: open-quote;}
q q q q:after {content: '’'; content: close-quote;}
  /* q in blockquote */
blockquote p q {quotes: '‘' '’' '“' '”' '‘' '’' '“' '”';}
 /* extra content definitions for pre-2011 WebKit */
blockquote p q:before {content: '‘'; content: open-quote;}
blockquote p q:after {content: '’'; content: close-quote;}
blockquote p q q:before {content: '“'; content: open-quote;}
blockquote p q q:after {content: '”'; content: close-quote;}
blockquote p q q q:before {content: '‘'; content: open-quote;}
blockquote p q q q:after {content: '’'; content: close-quote;}
blockquote p q q q q:before {content: '“'; content: open-quote;}
blockquote p q q q q:after {content: '”'; content: close-quote;}

p.pull-quote-left {
  background-color: #fcf4eb;
	background-position: 0.5em 0.25em;
  background-repeat: no-repeat;
  border-left: 10px solid #d9cec3;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
  color: #3d365e;
  float: left;
  font: italic bold 1.15em Verdana, Geneva, sans-serif;
  line-height: 1.4em;
  margin: 0 1em  1em 0 !important;
	padding: 0.5em 0.5em 0.5em 1.0em;
  text-align: left;  
  text-indent: 2.0em;
  width: 280px;
} 
.pull-quote-left span{
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 1.0em;
}
.pull-quote-left::before,
.pull-quote-right::before {
	color: #d9cec3;
	content: "\201C";
	font-family: "Times New Roman", Times, serif;
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.2em;
	text-shadow: 1px 1px 2px rgba(51,26,0,0.35);
	vertical-align: -0.350em;
	margin-left: -0.6em;
}
p.pull-quote-right {
	background-color: #fcf4eb;
	background-position: 0.5em 0.25em;
	background-repeat: no-repeat;
	border-left: 10px solid #d9cec3;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	color: #331f0a;
	float: right;
	font: italic bold 1.15em Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	margin: 0 0 1em 1em !important;
	padding: 0.5em 0.5em 0.5em 1.0em;
	text-align: left;
	text-indent: 2.0em;
	width: 280px;
}
/* Right Pull Quote=pull-quote-right, */
.pull-quote-right span {
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  padding: 1.0em;
}
img {
	border: 0;
	height: auto;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
a[title="Edit"] img {
	box-shadow: 0 0 6px 3px rgba(0,128,255,0); 
	max-width: 28px;
	transition: box-shadow 0.4s;
}
a:hover[title="Edit"] img {
	box-shadow: 0 0 6px 3px rgba(0,128,255,.5);
}
header.header {
	overflow:hidden;
}
header.header img {
	border-radius: 0;
	height: auto;
	max-width: 1920px;
	width: 1920px;
}
@media (max-width: 1201px ) {
	img {
		border-radius:6px;
	}
	header.header img {
		width: 1200px;
	}
}
@media (max-width: 640px ) {
	img {
		border-radius:0;
		max-width: 620px;
		width: 100%;
		height: auto;
	}
	header.header img {
		width: 640px;
	}
	span.wf_caption {
		margin: 1em auto !important;
		float: none !important
	}
	.large-item {
		max-width: 640px;
		flex-basis: 640px;
	}
	.x-large-item {
		max-width: 640px;
		flex-basis: 640px;
	}
	.large-item img {
		max-width: 240px;
	}
	.x-large-item img{
		max-width: 320px;
	}
}
@media (max-width: 480px ) {
	header.header img {
		width: 480px;
	}
}
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: middle;
}
table {
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	border-color: #7a8a99;
	display: table;
	font-size: 16px;
	overflow-x: auto; 
	margin: 0.35em 1em 0.5em 0;
	width: auto;
}
table[style*="float: right"] {
	margin: 0.35em 0 0.5em 1em !important;	
}
thead {
	display: table-header-group;
	border-color: inherit;
	font-weight: bold;
	max-width: 100%;
	text-align: left;
	vertical-align: baseline;
}
tbody {
	display: table-row-group;
	border-color: inherit;
	padding: 0.5em;
	text-align: left;
}
tfoot {
	border-color: inherit;
  display: table-footer-group;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}
tfoot td {
	display: table-cell;
	line-height: 1.15em;
	white-space:initial;
	width:auto;
}
col {
	display: table-column;
}
colgroup {
	display: table-column-group;
}
table > tr {
	vertical-align: middle;
}
tr {
	display: table-row;
}
td, th {
	display: table-cell;
}
th {
	font-weight: bold;
	padding: 0.25em 0.5em 0.125em !important;
}
td {
	padding: 0.125em 0.5em;
}
tfoot td {
	padding: 0.5em 0.5em 0.125em;
}
caption {
	background: transparent;
	color: #00264a;
	display: table-caption;
	font-size: 20px;
	font-weight: bold;
	padding: 0.125em 0.75em 1.25em;
	text-align: center;
}
.borderless-plain-table {
	background-color: #fafcff ;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	font-weight: normal;
	line-height: 1.5em;
	margin: 1.0em 0;	
	max-width: 860px;
	overflow-x: auto;
	padding: 0.5em;	
}
.borderless-plain-table table {
	background-color: #fafcff;
	margin: 0.125em 0 1.0em !important; 
	width: 100%;
}
 table.plain-table {
	background-color: #fafcff !important;
	box-shadow: none;
	margin: 0.125em 0 1.0em !important; 
	width: 100% !important;
}
.borderless-plain-table caption {
	background-color: #fafcff;
	padding: 0.125em 0.75em 1.25em;
}
.small-right-align-table {
	background-color: #fafcff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	font-weight: normal;
	float: right;
	line-height: 1.5em;
	margin: 1.0em 1.5em 0.5em 1.0em;	
	max-width: 860px;
	overflow-x: auto;
	padding: 0.5em;
	position: relative;
}
.small-right-align-table table {
	margin: 1.0em 0 1.0em;
	width: 33%;
}
.small-right-align-table caption {
	padding: 0.75em;
}
.small-left-align-table {
	background-color: #fafcff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	float: left;
	font-weight: normal;
	line-height: 1.5em;
	margin: 1.0em 1.0em 0.5em 1.5em;	
	max-width: 860px;
	overflow-x: auto;
	padding: 0.5em;
	position: relative;
}
.small-left-align-table table {
	margin: 1.0em 0 1.0em;
	width: 33%;
}
.small-left-align-table caption {
	padding: 0.75em;
}
.small-center-align-table {
	background-color: #fafcff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	clear: both;
	display: table;
	font-weight: normal;
	line-height: 1.5em;
	margin: 1.0em auto 0.5em;
	overflow-x: auto;
	padding: 0.5em;
	position: relative;
}
.small-center-align-table table {
	margin: 1.0em 0 1.0em;
	width: auto;
}
.small-center-align-table caption {
	padding: 0.75em;
}
.bordered-table table{
	border-width: 1px;
	border-style: solid;	
}
.head-footer-border thead tr{
	border-bottom: 1px solid #7a8a99;
}
.head-footer-border tfoot td {
	border-top: 1px solid #7a8a99;
}
.left-column-border tbody td:nth-of-type(1),
.left-column-border thead th:nth-of-type(1),
.left-column-border tfoot td:nth-of-type(1){
	border-right: 1px solid #7a8a99;
}
.all-rows-borders thead tr,
.all-rows-borders tbody tr,
.all-rows-borders tfoot tr {
	border-bottom: 1px solid #7a8a99;
}
.all-columns-borders tbody td,
.all-columns-borders thead th,
.all-columns-borders tfoot td {
	border-right: 1px solid #7a8a99;
}
.all-columns-borders tbody td:last-child,
.all-columns-borders thead th:last-child,
.all-columns-borders tfoot td:last-child {
	border-right: none;
}
.grid-table tbody td,
.grid-table thead th,
.grid-table tfoot td{
	border: 1px solid #7a8a99;
}
.stripped-rows tbody tr:nth-of-type(odd){
	background:rgba(195,206,217,0.3);
}
.stripped-columns tbody td:nth-of-type(even),
.stripped-columns thead th:nth-of-type(even){
	background:rgba(195,206,217,0.3);
}
.stripped-columns tfoot td:nth-of-type(even){
	background:none;
}
.stripped-rows-and-columns tbody td:nth-of-type(even),
.stripped-rows-and-columns tbody tr:nth-of-type(odd),
.stripped-rows-and-columns thead th:nth-of-type(even){
	background: rgba(195,206,217,0.2);
}
.stripped-rows-and-columns tfoot td:nth-of-type(even),
.stripped-rows-and-columns tfoot tr:nth-of-type(odd){
	background:none;
}
div.plain-responsive-table {
	font-weight: normal;
	line-height: 1.5em;
	overflow-x:auto;
}
#resp-table-full-width-container {
	display: block;
	margin: 0 auto;
	max-width: 886px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
}
#resp-table-left-inset-container {
	background-color: #fafcff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	display: block;
	float:left;
	margin:0 20px 10px 0;
	max-width: 340px;
	padding-bottom: 30px;
	width: 100%;
}
#resp-table-right-inset-container {
	background-color: #fafcff;
	border-radius: 8px;
	box-shadow: 1px 1px 3px 0px rgba(0,26,51,0.35);
	display: block;
	float: right;
	margin: 0 0 10px 20px;
	max-width: 340px;
	padding-bottom: 30px;
	width: 100%;
}
.resp-table span {
	width:100%;
}
.resp-table-full-width {
	background-color: #fafcff;
	-webkit-display: table;
	display: table;
	margin: 0 auto;
	max-width: 870px;
	padding: 0 16px;
	width: calc(100% - 32px);
}
.resp-footer-table-full-width {
	background-color: #fafcff;
	border-radius: 0 0 8px 8px;
	-webkit-display: table;
	display: table;
	margin: 0 auto;
	max-width: 870px;
	padding: 0 16px;
	width: calc(100% - 32px);
}
.resp-table-left-inset {
  background-color: #fafcff;
	-webkit-display: table;
	display: table;
	max-width:320px;
	padding:0.5em;
	width: 100%;
}
.resp-footer-table-left-inset {
  background-color: #fafcff;
	border-radius: 0 0 8px 8px;
	-webkit-display: table;
	display: table;
	max-width:320px;
	padding:0.5em;
	width: 100%;
}
.resp-table-right-inset {
  background-color: #fafcff;
	-webkit-display: table;
	display: table;
	max-width:320px;
	padding:0.5em;
	width: 100%;
}
.resp-footer-table-right-inset {
  background-color: #fafcff;
  border-radius: 0 0 8px 8px;
  -webkit-display: table;
  display: table;
  max-width: 320px;
  padding: 0.5em;
  width: 100%;
}
#resp-table-title {
	background-color: #fafcff;
	border-radius: 8px 8px 0 0;
	-webkit-display: table-caption;
	display: table-caption;
	text-align: center;
}
#resp-table-title h3 {
	color: #00264a;
	font-size: 24px;
	font-weight: 600;
	width:100%;
}
#resp-table-title h3.four-col-inset {
	color: #00264a;
	font-size: 24px;
	font-weight: 600;
	width: 100%;
}
#resp-table-header{
	-webkit-display: table-header-group;
	display: table-header-group;
	background-color: transparent;
	}
.resp-table-header-cell {
	-webkit-display: table-cell;
	display: table-cell;
	padding: 0.5em;
	text-align: justify;
	border-bottom: 1px solid #00264a;
}
.resp-table-header-cell span {
color: #00264a;
font-size: 16px;
font-weight: 600;
width:100%;
}
.resp-table-header-cell span.four-col-inset,
.resp-table-header-cell span.four-col-centered {
    font-size: 12px;
}
.resp-table-header-cell span.two-col-inset {
    font-size: 15px;
}
.resp-table-header-cell span.three-col-inset {
    font-size: 14px;
}
.resp-table-header-cell span.three-col-centered {
    font-size: 14px;
}
#resp-table-body{
	border-bottom: 1px solid #00264a;
	-webkit-display: table-row-group;
	display: table-row-group;
}
.resp-table-row {
	-webkit-display: table-row;
	display: table-row;
}
.resp-table-body-cell {
	-webkit-display: table-cell;
	display: table-cell;
	padding: 0.5em;
}
.resp-table-body-cell span {
	color: #00264a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	width:100%;
}
.resp-table-body-cell span.four-col-inset,
.resp-table-body-cell span.four-col-centered  {
	font-size: 12px;
}
.resp-table-body-cell span.two-col-inset  {
	font-size: 15px;
}
.resp-table-body-cell span.three-col-inset  {
	font-size: 14px;
}
.resp-table-body-cell span.three-col-centered {
	font-size: 14px;
}
#resp-table-footer {
	border-radius: 0 0 8px 8px;
	-webkit-display: table-footer-group;
	display: table-footer-group;
	background-color: transparent;
}
.resp-table-footer-cell {
	-webkit-display: table-cell;
	display: table-cell;
	padding: 0.5em;
	text-align: justify;
	border-top: 1px solid #00264a;
}
.resp-table-footer-cell span {
	color: #143f66;
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 85%;
	width:100%;
}
.resp-table-footer-cell span.four-col-inset,
.resp-table-footer-cell span.four-col-centered {
	font-size: 12px;
}
.resp-table-footer-cell span.two-col-inset {
	font-size: 13.5px;
}
.resp-table-footer-cell span.three-col-inset {
	font-size: 12px;
}
.resp-table-footer-cell span.three-col-centered {
	font-size: 12px;
}
@media all and (min-width: 1780px) {
	#resp-table-full-width-container #resp-table-title h3 {
		font-size: 32px;
	}
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 13.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 13.5px;
	}
}
@media all and (max-width: 1779px) {
	#resp-table-full-width-container #resp-table-title h3 {
		font-size: 28px;
	}
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 13.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 14.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 14.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 13px;
	}
}
@media all and (max-width: 1679px) {
	#resp-table-full-width-container #resp-table-title h3 {
		font-size: 24px;
	}
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 13.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 12.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 13.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 12.5px;
	}
}
@media all and (max-width: 1469px) {
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered{
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 13.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 12px;
	}
}
@media all and (max-width: 1375px) {
	#resp-table-full-width-container #resp-table-title h3 {
		font-size: 20px;
	}
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 13.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 12px;
	}
}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 12px;
	}
@media all and (max-width: 1296px) {
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 10px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 16px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 11.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 12.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 11.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 11px;
	}
	#resp-table-left-inset-container {
	clear:both;
	float:none;
	margin:0 auto;
	max-width: 340px;
	width: 100%;
	}
	#resp-table-right-inset-container {
		clear:both;
		display: block;
		float: none;
		margin: 0 auto;
		max-width: 340px;
		width: 100%;
	}
	div.small-left-align-table {
		float: none;
		margin: 1.0em auto 0.5em;	
	}
	div.small-right-align-table {
		float: none;
		margin: 1.0em auto 0.5em;	
	}
	.small-left-align-table table {
		float:none;
		margin: 1.0em auto 1.0em;
	}
	.small-right-align-table table {
		float:none;
		margin: 1.0em auto 1.0em;
	}
}
@media all and (max-width: 1156px) {
	#resp-table-full-width-container #resp-table-title h3 {
		font-size: 18px;
	}
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 9px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered{
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 11.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered{
		font-size: 10px;
	}
}
@media all and (max-width: 767px) {
	#resp-table-full-width-container #resp-table-title h3,
	#resp-table-full-width-container #resp-table-title h3.four-col-inset,
	#resp-table-full-width-container #resp-table-title h3.three-col-inset,
	#resp-table-full-width-container #resp-table-title h3.two-col-inset {
		font-size: 20px;
	}
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 10px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 15px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 12.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 11.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered {
		font-size: 10.5px;
	}
	div.small-left-align-table {
		float: left;
		margin: 1.0em 1.0em 0.5em 1.5em;	
	}
	div.small-right-align-table {
		float: right;
		margin: 1.0em 1.5em 0.5em 1.0em;
	}
	.small-left-align-table table {
		float:left;
		margin: 1.0em 0 1.0em;
	}
	.small-right-align-table table {
		float:right;
		margin: 1.0em 0 1.0em;
	}
}
@media all and (max-width: 640px) {
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 9px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 14.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 13px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 9.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 9.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered{
		font-size: 9.5px;
	}
}
@media all and (max-width: 600px) {
	#resp-table-full-width-container .resp-table-header-cell span,
	#resp-table-full-width-container .resp-table-body-cell span {
		font-size: 8px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span {
		font-size: 11px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.two-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.two-col-centered {
    font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.two-col-centered {
		font-size: 12.5px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.three-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.three-col-centered {
    font-size: 14px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.three-col-centered {
		font-size: 12px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.four-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.four-col-centered {
    font-size: 10.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.four-col-centered {
		font-size: 9px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.five-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.five-col-centered {
    font-size: 10px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.five-col-centered {
		font-size: 9px;
	}
	#resp-table-full-width-container .resp-table-header-cell span.six-col-centered,
	#resp-table-full-width-container .resp-table-body-cell span.six-col-centered {
    font-size: 10.5px;
	}
	#resp-table-full-width-container .resp-table-footer-cell span.six-col-centered{
		font-size: 9px;
	}
	div.small-left-align-table {
		float: none;
		margin: 1.0em auto 0.5em;	
	}
	div.small-right-align-table {
		float: none;
		margin: 1.0em auto 0.5em;	
	}
	.small-left-align-table table {
		float:none;
		margin: 1.0em auto 1.0em;
	}
	.small-right-align-table table {
		float:none;
		margin: 1.0em auto 1.0em;
	}
}
/***** Petition *****/
.petition-signup-banner a {
	background: url("../../../images/petitions/petition-signers-banner_eddf4.jpg") no-repeat center;
	border-radius: 10px;
	display: block;
	height: 20vw;
	transition: all 1s;
	width: 44vw;
}
.petition-signup-banner a:hover,.petition-signup-banner a:active {
	background: url("../../../images/petitions/petition-signers-banner-hover_b7fe1.jpg") no-repeat center; 
}

#page {
    background: #8bb7e4 !important;
}
.lgl-form-header {
    background: #cce5ff !important;
}
#lgl-form {
    background: #f2f9ff !important;
}
.col-sm-offset-2 {
    margin-left: 10% !important;
}
.col-sm-8 {
    width: 80% !important;
}
/***** End Petition *****/
#map_canvas img,
.google-maps img {
	max-width: none;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button,
input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
	cursor: pointer;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
input[placeholder="Search ..."] {
	color:#748da6;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr {
		color: #660066;
	}
		.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #DBE3EE;
		page-break-inside: avoid;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
del {
	color: red;
	text-decoration: line-through;
}
ins {
	border-bottom: 1px solid green;
	text-decoration: none;
	color: green;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.date .k-button{
    height: 30px !important;
    padding: 0 18px !important;
}
div.login + div {
  background-color: rgba(242, 249, 255, 0.75);
}
div.login + div  li > a {
  background-color: rgba(255, 255, 255, 0) !important;
  border: 1px solid #99ccff !important;
  transition: all 0.35s;
}
div.login + div li > a:hover,
div.login + div li > a:active,
div.login + div li > a:focus {
  background-color: rgba(255, 255, 255, 0.75) !important;
  border: 1px solid #b2d9ff !important;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-bottom-left-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.why_truth_matters a {
    background: #596c80; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ); /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 2px solid;
    *border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #adbdcc !important;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 9px 20px;
    text-align: center;
    text-decoration: none;
    transition-property: background, color;
    -webket-transition-duration: 0.75s;
    transition-duration: 0.75s;
    vertical-align: middle;
    *zoom: 1;
}
.why_truth_matters a:hover, .why_truth_matters a:focus, .why_truth_matters a:active {
    background: #3e4b59; /* Old browsers */
    background: -moz-linear-gradient(top,  #62778c 0%, #12161a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62778c), color-stop(100%,#12161a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #62778c 0%,#12161a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #62778c 0%,#12161a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #62778c 0%,#12161a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #62778c 0%,#12161a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62778c', endColorstr='#12161a',GradientType=0 ); /* IE6-9 */
    color: #c3d4e5 !important;
}
.img-rounded {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.img-polaroid {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #cbc9d5;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.img-circle {
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before,
.row:after {
	display: table;
	content: "";
	line-height: 0;
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	min-height: 1px;
	margin-left: 20px;
}
#system-message-container {
    margin: 1.0em !important;
    background-color: rgba(242, 249, 255, 0.75);
    border-radius: 10px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.span12 {
	width: 940px;
}
.span11 {
	width: 860px;
}
.span10 {
	width: 780px;
}
.span9 {
	width: 700px;
}
.span8 {
	width: 620px;
}
.span7 {
	width: 540px;
}
.span6 {
	width: 460px;
}
.span5 {
	width: 380px;
}
.span4 {
	width: 300px;
}
.span3 {
	width: 220px;
}
.span2 {
	width: 140px;
}
.span1 {
	width: 60px;
}
.offset12 {
	margin-left: 980px;
}
.offset11 {
	margin-left: 900px;
}
.offset10 {
	margin-left: 820px;
}
.offset9 {
	margin-left: 740px;
}
.offset8 {
	margin-left: 660px;
}
.offset7 {
	margin-left: 580px;
}
.offset6 {
	margin-left: 500px;
}
.offset5 {
	margin-left: 420px;
}
.offset4 {
	margin-left: 340px;
}
.offset3 {
	margin-left: 260px;
}
.offset2 {
	margin-left: 180px;
}
.offset1 {
	margin-left: 100px;
}
.row-fluid {
	overflow: visible;
	width: 100%;
	*zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	display: block;
	width: 100%;
	min-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-left: 2.127659574%;
	*margin-left: 2.0744680846383%;
}
.row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
	margin-left: 2.127659574%;
}
.row-fluid .span12 {
	width: 99.99999999%;
	*width: 99.946808500638%;
}
.row-fluid .span11 {
	width: 91.489361693%;
	*width: 91.436170203638%;
}
.row-fluid .span10 {
	width: 82.978723396%;
	*width: 82.925531906638%;
}
.row-fluid .span9 {
	width: 74.468085099%;
	*width: 74.414893609638%;
}
.row-fluid .span8 {
	width: 65.957446802%;
	*width: 65.904255312638%;
}
.row-fluid .span7 {
	width: 57.446808505%;
	*width: 57.393617015638%;
}
.row-fluid .span6 {
	width: 48.936170208%;
	*width: 48.882978718638%;
}
.row-fluid .span5 {
	width: 40.425531911%;
	*width: 40.372340421638%;
}
.row-fluid .span4 {
	width: 31.914893614%;
	*width: 31.861702124638%;
}
.row-fluid .span3 {
	width: 23.404255317%;
	*width: 23.351063827638%;
}
.row-fluid .span2 {
	width: 14.89361702%;
	*width: 14.840425530638%;
}
.row-fluid .span1 {
	width: 6.382978723%;
	*width: 6.3297872336383%;
}
.row-fluid .offset12 {
	margin-left: 104.255319138%;
	*margin-left: 104.14893615928%;
}
.row-fluid .offset12:first-child {
	margin-left: 102.127659564%;
	*margin-left: 102.02127658528%;
}
.row-fluid .offset11 {
	margin-left: 95.744680841%;
	*margin-left: 95.638297862277%;
}
.row-fluid .offset11:first-child {
	margin-left: 93.617021267%;
	*margin-left: 93.510638288277%;
}
.row-fluid .offset10 {
	margin-left: 87.234042544%;
	*margin-left: 87.127659565277%;
}
.row-fluid .offset10:first-child {
	margin-left: 85.10638297%;
	*margin-left: 84.999999991277%;
}
.row-fluid .offset9 {
	margin-left: 78.723404247%;
	*margin-left: 78.617021268277%;
}
.row-fluid .offset9:first-child {
	margin-left: 76.595744673%;
	*margin-left: 76.489361694277%;
}
.row-fluid .offset8 {
	margin-left: 70.21276595%;
	*margin-left: 70.106382971277%;
}
.row-fluid .offset8:first-child {
	margin-left: 68.085106376%;
	*margin-left: 67.978723397277%;
}
.row-fluid .offset7 {
	margin-left: 61.702127653%;
	*margin-left: 61.595744674277%;
}
.row-fluid .offset7:first-child {
	margin-left: 59.574468079%;
	*margin-left: 59.468085100277%;
}
.row-fluid .offset6 {
	margin-left: 53.191489356%;
	*margin-left: 53.085106377277%;
}
.row-fluid .offset6:first-child {
	margin-left: 51.063829782%;
	*margin-left: 50.957446803277%;
}
.row-fluid .offset5 {
	margin-left: 44.680851059%;
	*margin-left: 44.574468080277%;
}
.row-fluid .offset5:first-child {
	margin-left: 42.553191485%;
	*margin-left: 42.446808506277%;
}
.row-fluid .offset4 {
	margin-left: 36.170212762%;
	*margin-left: 36.063829783277%;
}
.row-fluid .offset4:first-child {
	margin-left: 34.042553188%;
	*margin-left: 33.936170209277%;
}
.row-fluid .offset3 {
	margin-left: 27.659574465%;
	*margin-left: 27.553191486277%;
}
.row-fluid .offset3:first-child {
	margin-left: 25.531914891%;
	*margin-left: 25.425531912277%;
}
.row-fluid .offset2 {
	margin-left: 19.148936168%;
	*margin-left: 19.042553189277%;
}
.row-fluid .offset2:first-child {
	margin-left: 17.021276594%;
	*margin-left: 16.914893615277%;
}
.row-fluid .offset1 {
	margin-left: 10.638297871%;
	*margin-left: 10.531914892277%;
}
.row-fluid .offset1:first-child {
	margin-left: 8.510638297%;
	*margin-left: 8.4042553182766%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
	float: right;
}
.container {
	margin-right: auto;
	margin-left: auto;
	*zoom: 1;
}
.container:before,
.container:after {
	display: table;
	content: "";
	line-height: 0;
}
.container:after {
	clear: both;
}
.container-fluid {
	padding: 0;
	*zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: "";
	line-height: 0;
}
.container-fluid:after {
	clear: both;
}
address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px;
}
code,
pre {
	padding: 0 3px 2px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 11px;
	color: #302858;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f6f9;
	border: 1px solid #e1e0e8;
	white-space: nowrap;
}
pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f2f9ff !important;
	border: 1px solid #cbc9d5;
	border: 1px solid rgba(0,0,0,0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
pre.prettyprint {
	margin-bottom: 18px;
}
pre code {
	padding: 0;
	color: inherit;
	white-space: pre;
	white-space: pre-wrap;
	background-color: transparent;
	border: 0;
}
.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}
form {
	border-radius:8px;
	color: #00264d;
	margin: 0 1.0em 1.2em;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 18px;
	font-size: 19.5px;
	line-height: 36px;
	color: #302858;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 13.5px;
	color: #e9eff5;
}
label,
input,
button,
select,
textarea {
	font-size: 0.9rem;
	font-weight: normal;
	line-height: 18px;
}
input,
button,
select,
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
	display: block;
	margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	display: inline-block;
	height: 18px;
	padding: 4px 6px;
	margin-bottom: 9px;
	font-size: 13px;
	line-height: 18px;
	color: #475059;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	vertical-align: middle;
}
input,
textarea,
.uneditable-input {
	width: 206px;
}
textarea {
	height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	background-color: #f7fbff;
	border: 1px solid rgb(204, 217, 229);
	-webkit-box-shadow: inset 0 1px 1px rgba(63, 112, 162, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(63, 112, 162, 0.075);
	box-shadow: inset 0 1px 1px rgba(63, 112, 162, 0.075);
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	border-color: rgba(33,43,66,0.8);
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(173, 204, 235, .075), 2px 2px 5px rgba(173, 204, 235, .6);
	-moz-box-shadow: inset 0 1px 1px rgba(173, 204, 235, .075), 2px 2px 5px rgba(173, 204, 235, .6);
	box-shadow: inset 0 1px 1px rgba(173, 204, 235, .075), 2px 2px 5px rgba(173, 204, 235, .6);
}
input[type="radio"],
input[type="checkbox"] {
	margin: 2px 0 0;
	*margin-top: 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}
select,
input[type="file"] {
	height: 28px;
	*margin-top: 4px;
	line-height: 28px;
}
select {
    background-color: #fafdff;
    border: 1px solid #c9d0d6;
    width: 220px;
}
select[multiple],
select[size] {
	height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #302858;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
	color: #e9eff5;
	background-color: #fcfcfc;
	border-color: #cbc9d5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.025);
	cursor: not-allowed;
}
.uneditable-input {
	overflow: hidden;
	white-space: nowrap;
}
.uneditable-textarea {
	width: auto;
	height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #e9eff5;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #e9eff5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #e9eff5;
}
.radio,
.checkbox {
	min-height: 18px;
	padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 10px;
}
.input-mini {
	width: 60px;
}
.input-small {
	width: 120px;
}
.input-medium {
	width: 200px;
}
.input-large {
	width: 280px;
}
.input-xlarge {
	width: 360px;
}
.input-xxlarge {
	width: 720px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
input,
textarea,
.uneditable-input {
	margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
	margin-left: 20px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
	width: 926px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
	width: 846px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
	width: 766px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
	width: 686px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
	width: 606px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
	width: 526px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
	width: 446px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
	width: 366px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
	width: 286px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
	width: 206px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
	width: 126px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
	width: 46px;
}
.controls-row {
	*zoom: 1;
}
.controls-row:before,
.controls-row:after {
	display: table;
	content: "";
	line-height: 0;
}
.controls-row:after {
	clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
	float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
	padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	cursor: not-allowed;
	background-color: #e9eff5;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
	background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
	color: #003399;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	color: #003399;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
	border-color: #003399;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
	border-color: #a47e3c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
	color: #003399;
	background-color: #ccddff;
	border-color: #003399;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
	color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
	border-color: #b94a48;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
	border-color: #953b39;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
	color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
	border-color: #468847;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
	border-color: #356635;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
	color: #468847;
	background-color: #dff0d8;
	border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
	color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
	border-color: #3a87ad;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
	border-color: #2d6987;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
	border-color: #e9322d;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
	padding: 17px 20px 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	background-color: #f2f9ff;
	border-top: 1px solid #e5e5e5;
	*zoom: 1;
}
.form-actions:before,
.form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}

.form-button-grad {
  background: -webkit-linear-gradient(#62778c, #475766); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#62778c, #475766); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#62778c, #475766); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#62778c, #475766); /* Standard syntax */
  color: #adbdcc;
}

.form-button-grad:hover, .form-button-grad:active {
  background: -webkit-linear-gradient(#475766, #2d3640); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#475766, #2d3640); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#475766, #2d3640); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#475766, #2d3640); /* Standard syntax */
  color: #c3d4e5;
}

.help-block,
.help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 9px;
	vertical-align: middle;
	font-size: 0;
	white-space: nowrap;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-append .dropdown-menu,
.input-append .popover,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input,
.input-prepend .dropdown-menu,
.input-prepend .popover {
	font-size: 13px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input,
.input-prepend input,
.input-prepend select,
.input-prepend .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: top;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.input-append input:focus,
.input-append select:focus,
.input-append .uneditable-input:focus,
.input-prepend input:focus,
.input-prepend select:focus,
.input-prepend .uneditable-input:focus {
	z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 18px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	background-color: #eee;
	border: 1px solid #cbc9d5;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .add-on,
.input-prepend .btn,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.input-append .active,
.input-prepend .active {
	background-color: #a9dba9;
	border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
	margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 3px 3px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
	margin-right: -1px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
	margin-left: -1px;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
}
.input-prepend.input-append .btn-group:first-child {
	margin-left: 0;
}
.com_finder .watch-read-act-on-it, 
.com_finder #system-message-container,
.com_finder .finder {
	max-width: 960px;
}
.com_finder .watch-read-act-on-it {
	margin: 1em auto 0;
	padding: 20px;	
}
.com_finder #system-message-container {
	margin: 0 auto;
}
.com_finder .finder{
	background-color: rgba(255,255,255,0.75);
	border-color: #ffffff #dae6f2 #dae6f2 #ffffff;
	border-radius: 8px;
	border-style:solid;
	border-width:1px;
	margin: 0 auto;
	padding: 0px 20px;
}
.com_finder .finder .element-invisible.finder {
	display: none;
}
div#search-form {
	background-color: #f2f9ff;
	border-color: #ffffff #dae6f2 #dae6f2 #ffffff;
	border-radius: 6px;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0 15px;
	padding: 0 1.0em 0;
}
div.finder {
	padding-top: 0;
}
div#search-form form#finder-search fieldset.word {
	padding:1.0em 0 1.0em;
}
div#search-form div#search-results {
	background: #f2f9ff;
	border-radius: 10px;
	padding:1em 1.5em;
	margin-top:-0.5em;
}
input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	margin-bottom: 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#search-form #search-query-explained {
	background: #f2f9ff;
	padding:1em 0.5em;
}
#search-form #search-result-empty {
	background: #f2f9ff;
	padding:1em 0.5em;
}
#search-form #advancedSearch #finder-filter-window #filter_date2_btn,
#search-form #advancedSearch #finder-filter-window #filter_date1_btn {
	background: #86a3bf !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #86a3bf 0%, #547599 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #86a3bf 0%,#547599 100%) !important; /* W3C */
	border-radius: 0 50% 50% 0 !important;
	height: 28px;
	line-height: 0;
	width: 24px;
	}
#search-form #advancedSearch #finder-filter-window  #filter_date2_btn:hover,
#search-form #advancedSearch #finder-filter-window  #filter_date2_btn:focus,
#search-form #advancedSearch #finder-filter-window  #filter_date2_btn:active,
#search-form #advancedSearch #finder-filter-window  #filter_date1_btn:hover,
#search-form #advancedSearch #finder-filter-window  #filter_date1_btn:focus,
#search-form #advancedSearch #finder-filter-window  #filter_date1_btn:active {
	background: #98b9d9 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #98b9d9 0%, #6289b3 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #98b9d9 0%,#6289b3 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #98b9d9 0%,#6289b3 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #98b9d9 0%,#6289b3 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #98b9d9 0%,#6289b3 100%) !important; /* W3C */
}
.form-search {
	color: #00264d;
	width: 260px;
}
@media (min-width: 641px) {
	.form-search {
		float: right;
		margin: -43px 0 0;
	}
	.form-search div.finder {
		padding-top: 0;
		margin:0 !important;
	}
}
@media (max-width: 640px) {
	.form-search {
		float: none;
		margin: -1.5em auto 0;
		padding-left: 0;
	}
	.form-search div.finder {
		padding-top: 16px;
		margin: 10px 0 4px !important;
	}
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-search .input-append .search-query {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
	-webkit-border-radius: 0 14px 14px 0;
	-moz-border-radius: 0 14px 14px 0;
	border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
	-webkit-border-radius: 14px 0 0 14px;
	-moz-border-radius: 14px 0 0 14px;
	border-radius: 14px 0 0 14px;
}
.form-search input,
.form-search textarea,
.form-search select,
.form-search .help-inline,
.form-search .uneditable-input,
.form-search .input-prepend,
.form-search .input-append,
.form-inline input,
.form-inline textarea,
.form-inline select,
.form-inline .help-inline,
.form-inline .uneditable-input,
.form-inline .input-prepend,
.form-inline .input-append,
.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
	display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
	display: inline-block;
}
.form-search label {
	font-weight: bold;
	padding-right: 0.5em;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
#member-registration .controls > textarea {
	width: 77% !important;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 9px;
}
legend + .control-group {
	margin-top: 18px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 0.5em;
	*zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 180px;
	*margin-left: 0;
}
.form-horizontal .controls:first-child {
	*padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
	margin-top: 9px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}
.table {
	width: 100%;
	margin-bottom: 18px;
}
.table th,
.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
.table th {
	font-weight: bold;
}
.table thead th {
	vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
	border-top: 0;
}
.table tbody + tbody {
	border-top: 2px solid #ddd;
}
.table .table {
	background-color: #fff;
}
.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}
.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapse;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
	border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
	border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
	background-color: rgba(232, 237, 250, 1.0) !important;
	margin: 0;
}
.table-hover tbody tr:nth-child(even):hover > td,
.table-hover tbody tr:nth-child(even):hover > th {
	background-color: rgba(224, 240, 255, 1.0);
}
.table-hover tbody tr:nth-child(odd):hover > td,
.table-hover tbody tr:nth-child(odd):hover > th {
	background-color: rgba(220, 235, 250, 1.0);
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
	display: table-cell;
	float: none;
	margin-left: 0;
}
.table td.span1,
.table th.span1 {
	float: none;
	width: 44px;
	margin-left: 0;
}
.table td.span2,
.table th.span2 {
	float: none;
	width: 124px;
	margin-left: 0;
}
.table td.span3,
.table th.span3 {
	float: none;
	width: 204px;
	margin-left: 0;
}
.table td.span4,
.table th.span4 {
	float: none;
	width: 284px;
	margin-left: 0;
}
.table td.span5,
.table th.span5 {
	float: none;
	width: 364px;
	margin-left: 0;
}
.table td.span6,
.table th.span6 {
	float: none;
	width: 444px;
	margin-left: 0;
}
.table td.span7,
.table th.span7 {
	float: none;
	width: 524px;
	margin-left: 0;
}
.table td.span8,
.table th.span8 {
	float: none;
	width: 604px;
	margin-left: 0;
}
.table td.span9,
.table th.span9 {
	float: none;
	width: 684px;
	margin-left: 0;
}
.table td.span10,
.table th.span10 {
	float: none;
	width: 764px;
	margin-left: 0;
}
.table td.span11,
.table th.span11 {
	float: none;
	width: 844px;
	margin-left: 0;
}
.table td.span12,
.table th.span12 {
	float: none;
	width: 924px;
	margin-left: 0;
}
.table tbody tr.success > td {
	background-color: #dff0d8;
}
.table tbody tr.error > td {
	background-color: #f2dede;
}
.table tbody tr.warning > td {
	background-color: #ccddff;
}
.table tbody tr.info > td {
	background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
	background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
	background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
	background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
	background-color: #c4e3f3;
}
.admintable {}
.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #f2f9ff;
	border: 1px solid #cbc9d5;
	border: 1px solid rgba(171,193,214,0.75);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #0066cc;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #c2daf2 !important;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #302858;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #e9eff5;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	opacity: 1.0;
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cbc9d5;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}
/******** MAXIMENUCK ********/

div#maximenuck.maximenuckh ul.maximenuck li.maximenuck.level1 li.maximenuck:not(.headingck),
div#maximenuck li.maximenuck.maximenuflatlistck:not(.level1):not(.headingck),
div#maximenuck .maxipushdownck li.maximenuck:not(.headingck) {
    border-bottom: 1px solid rgba(69, 120, 172, 0.5);
    margin-bottom: 7px;
    margin-right: 26px;
    padding-bottom: 0.3em;
}

div#maximenuck ul.maximenuck li ul.maximenuck2 li.maximenuck.tap-join-us {
	margin-bottom: 16px;
}
li.maximenuck .sclogin .logout-link {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #f2f9ff;
    font-weight: bold;
    transition: color 0.5s;
}
li.maximenuck .sclogin .logout-link:hover {
    color: #ff9f40 !important;
}
li.maximenuck .sclogin #sclogin-form {
    margin: 0 1em 0;
}
div.mobilemaximenuck {
    margin: 0 0 1em;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin {
    display: block;
    margin-left: 44px;
    margin-top: -35px;
}
 div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin a {
    color: #ff7f00 !important;
    display: inline !important;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin a:hover {
    color: #ff9f40 !important;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin {
    display: block;
    margin-left: 0;
    margin-top: 0;
}

div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin {
    display: block;
    font-weight:bold;
    margin-left: 46px;
    margin-top: -35px;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin #sclogin-form {
    margin: 0;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin .sclogout-button {
	margin:35px 0 0 -44px;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin #scLogoutButton input.logout-link {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #f2f9ff;
    font-weight: bold;
    padding-left: 0;
}
div.mobilemaximenuckitem .sclogin-modal-links.sclogin a#login-modal {
	color: #ff7f00 !important;
	margin-right: 5px !important;
	margin-left: 20px !important;
	font-size: 1.25em !important;
	font-weight: bold !important;
}
div.mobilemaximenuckitem div.maximenuck.tap-login .sclogin #scLogoutButton input.logout-link:hover {
	color: #ff9f40 !important;
}
/******** END MAXIMENUCK ********/

div#easyprofile.view_profile {
    background-color: rgba(247, 251, 255, 0.75);
    padding: 1em;
}
div#easyprofile.view_profile #jsn-form {
	border: 3px solid rgb(217,236,255);
	border-radius: 8px;
}
div#easyprofile.view_profile #jsn-form .z-content-inner {
    background-color: rgba(217, 236, 255, 0.75);
    border-radius: 8px;
    padding: 1em;
}
#jsn-form.flat > ul > li > a {
    color: #1f364d;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    text-shadow: none;
    white-space: wrap !important;
}
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a {
    background: #bdc3c7 none repeat scroll 0 0;
    box-shadow: none;
    color: #002699 !important;
    text-shadow: none;
}
#jsn-form.flat > ul.z-tabs-nav > li.z-active > a:hover {
    background: rgb(217,236,255) none repeat scroll 0 0 !important;
    color: #000080 !important;
}
#jsn-form.flat.contained > ul > li a, #jsn-form.flat.clean > ul > li a
.typeahead {
	z-index: 1051;
	margin-top: 2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#jsn-form.flat > ul > li > a {
    color: #1f364d;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    text-shadow: none;
}
#jsn-form.flat.mini > ul > li > a {
    font-size: 14px !important;
}
#jsn-profile-tabs > .z-tab > a.z-link {
    overflow: visible !important;
    white-space: wrap !important;
}
#jsn-form.flat.contained > ul > li a, #jsn-form.flat.clean > ul > li a {
    background: rgb(143, 173, 204) none repeat scroll 0 0 !important;
    transition: background .3s;
}
#jsn-form.flat.contained > ul > li a, #jsn-form.flat.clean > ul > li a:hover {
    background: rgb(172, 202, 229) none repeat scroll 0 0 !important;
}
.well {
	background-color: transparent;
	border: none;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
	margin: 0.75em 0 0;
	min-height: 20px;
	padding: 0.5em;
}
.well.tap_petition_count {
	margin: 1em 0 0 !important;
	padding: 0 1.0em;
}
.well blockquote {
	border-color: #919599;
	border-color: rgba(145,149,153,0.50);
}
.well-large {
	padding: 1.25em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.well-small {
	padding: 0.75em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.well.well-small.k-filters label {
 font-size: 1.0em;
 font-weight:bold;
}
.well.latest-newsletters-left {
	background-color: rgba(255,255,255,0.75);
	margin: 0.75em 0.5em;
}
.well.latest-newsletters-right {
	background-color: rgba(255,255,255,0.75);
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}
.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.75;
	filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
button.close {
	padding: 3;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
.btn {
	*border: 0;
	*display: inline;
	*margin-left: .3em;
	*zoom: 1;
	background: #748da6 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%) !important; /* W3C */
	border-color: #86a3bf #748da6 #2d3640;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	border: 1px solid;
	color: #dae7f2 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 0.65em 0.5em;
	text-align: center;
	text-shadow: none;
	transition-duration: 0.33s;
	transition-property: background, color;
	vertical-align: middle;
}
.k-toolbar .btn {
	padding: 0.5em 0.75em;	
}
.btn.disabled,
.btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn:active,
.btn.active {
	background-color: #cbc9d5 \9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.btn:first-child {
	border: 1px solid #666666;
	*margin-left: 0;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #5798d9 !important; /* Old browsers */
    *background-color: #5798d9 !important;
    background: -moz-linear-gradient(top,  #5798d9 0%, #335980 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5798d9), color-stop(100%,#335980)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #5798d9 0%,#335980 100%) !important; /* W3C */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5798d9', endColorstr='#335980',GradientType=0 ) !important; /* IE6-9 */
    color: #f2f9ff !important;
    text-decoration:none;
}
.btn:focus {
	outline: thin dotted #302858;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.95;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 16.25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 10px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-top: 4px;
}
.btn-small {
	padding: 0.25em 0.5em;
	font-size: 0.9em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
	margin-top: 0;
}
.toolbar-cancel .btn-small {
	background: #e54242 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #cc5252 0%, #ff3333 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cc5252), color-stop(100%,#ff3333)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cc5252 0%,#ff3333 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cc5252 0%,#ff3333 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cc5252 0%,#ff3333 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #cc5252 0%,#ff3333 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ) !important; /* IE6-9 */
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #cc5252 0%, #ff3333 100%) repeat scroll 0 0 !important;
    border-color: #ff3333 !important;
    border-radius: 8px !important;
	color: #4d3636 !important;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0.25em 0.5em
	font-size: 9.75px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
	color: #c3d4e5;
}
.btn-primary {
    background: #748da6 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ) !important; /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 1px solid;
    *border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #adbdcc;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 0.5em;
    text-align: center;
    text-shadow: none !important;
    transition-property: background, color;
    -webket-transition-duration: 0.33s;
    transition-duration: 0.33s;
    vertical-align: middle;
    *zoom: 1;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-inverse.active {
    background: #5798d9 !important; /* Old browsers */
    *background-color: #5798d9 !important;
    background: -moz-linear-gradient(top,  #5798d9 0%, #335980 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5798d9), color-stop(100%,#335980)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #5798d9 0%,#335980 100%) !important; /* W3C */
    border-radius: 8px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5798d9', endColorstr='#335980',GradientType=0 ) !important; /* IE6-9 */
    color: #f2f9ff !important;
    text-decoration:none;
}
.btn-primary:active,
.btn-primary.active {
	background: #475766; \9;
	color: #e5f2ff;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	*background-color: #f89406;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
	color: #f2f9ff;
	background-color: #f89406;
	*background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #f2dae0 !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ccadb5 !important;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f)) !important;
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f) !important;
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0) !important;
	border-color: #bd362f #bd362f #802420 !important;
	*background-color: #bd362f !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font-size: 0.9em !important;
	line-height: 1.4em;
	padding: 0.5em;
	transition-property: background-color, background-image, color;
	transition-duration:  0.2s !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active
.btn-danger.active
  {
	color: #ffffff !important;
	background-color: #e5372e !important;
	background-image: -moz-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f23730),to(#d9342b)) !important;
	background-image: -webkit-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: -o-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: linear-gradient(to bottom,#f23730,#bd362f) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff23730', endColorstr='#ffd9342b', GradientType=0) !important;
	*background-color: #d9342b !important;
}

.btn-danger.disabled,
.btn-danger[disabled] {
	color: #ccadb5;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.btn-success {
	background-color: #29a629 !important;
	background-image: -moz-linear-gradient(top,#29a629,#4dbf4c) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#29a629),to(#4dbf4c)) !important;
	background-image: -webkit-linear-gradient(top,#29a629,#4dbf4c) !important;
	background-image: -o-linear-gradient(top,#29a629,#4dbf4c) !important;
	background-image: linear-gradient(to bottom,#29a629,#4dbf4c) !important;
	border-color: #42a642 #42a642 #208020 !important;
	*background-color: #29a629 !important;
	border-color: #86a3bf #748da6 #2d3640;
	border: 1px solid;
	*border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #adbdcc;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
	background-color: #60bf60 !important;
	background-image: -moz-linear-gradient(top,#1dbf1d,#60bf60) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#1dbf1d),to(#60bf60)) !important;
	background-image: -webkit-linear-gradient(top,#1dbf1d,#60bf60) !important;
	background-image: -o-linear-gradient(top,#1dbf1d,#60bf60) !important;
	background-image: linear-gradient(to bottom,#1dbf1d,#60bf60) !important;
	border-color: #42a642 #42a642 #138013 !important;
	*background-color: #60bf60 !important;
	color: #e5ffe5 !important;
}

.btn-success.disabled,
.btn-success[disabled] {
	color: #ccffcc;
	background-color: #5c995c;
	*background-color: #499249;
}
.btn-success:active,
.btn-success.active {
	background-color: #408140 \9;
}
#acyusersubscription .btn {
	*background-color: #4d994c !important;
	*display: inline;
	*margin-left: .3em;
	*zoom: 1;
	background-color: #59b359 !important;
	background-image: -moz-linear-gradient(top,#52cc52,#4d994c) !important;
	background-image: -o-linear-gradient(top,#52cc52,#4d994c) !important;
	background-image: -webkit-linear-gradient(top,#52cc52,#4d994c) !important;
	background-image: linear-gradient(to bottom,#52cc52,#4d994c) !important;
	background-repeat: repeat-x;
	border-color: #4d994c #4d994c #397339 !important;
	-moz-border-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	border-radius: 0 8px 8px 0;
	color: #c2ccc2 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 9px 20px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	text-shadow: none;
	transition-duration:  0.2s !important;
	transition-property: background-color, background-image, border-color;
	vertical-align: middle;
}
#acyusersubscription .btn:first-child {
	*background-color: #992643 !important;
	*border: 0;
	background-color: #992643 !important;
	background-image: -moz-linear-gradient(top,#bf264d,#802d41) !important;
	background-image: -o-linear-gradient(top,#bf264d,#802d41) !important;
	background-image: -webkit-linear-gradient(top,#bf264d,#990f32) !important;
	background-image: linear-gradient(to bottom,#bf264d,#802d41) !important;
	background-repeat: repeat-x;
	border-color: #bf264d #802d41 #802d41 #bf264d !important;
	-moz-border-border-radius: 8px 0 0 8px !important;
	-webkit-border-radius: 8px 0 0 8px !important;
	border-radius: 8px 0 0 8px !important;
	border: 1px solid #004d99;
	color: #ccc2cc !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	transition-duration: 0.2s !important;
	transition-property: background-color, background-image;
  width: 22px;
}
#acyusersubscription .btn:last-child {
	-moz-border-border-radius: 0 8px 8px 0 !important;
	-webkit-border-radius: 0 8px 8px 0 !important;
	border-radius: 0 8px 8px 0 !important;
  width: 22px;
}
#acyusersubscription .btn.disabled,
#acyusersubscription .btn[disabled] {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}
#acyusersubscription .btn.disabled:first-child,
#acyusersubscription .btn[disabled]:first-child {
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
#acyusersubscription .btn:active,
#acyusersubscription .btn.active {
	*background-color: #00b300 !important;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	background: #00b300 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #00ff00 0%, #00b300 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #00ff00 0%,#00cc00 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #00ff00 0%,#00cc00 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #00ff00 0%,#00cc00 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #00ff00 0%,#00cc00 100%) !important; /* W3C */
	border-radius: 0 8px 8px 0;
}
#acyusersubscription .btn:first-child:active,
#acyusersubscription .btn.active:first-child {
	background-color: #cbc9d5 \9;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
}
#acyusersubscription .btn::first-child {
	*margin-left: 0;
}
#acyusersubscription .btn:hover,
#acyusersubscription .btn:focus,
#acyusersubscription .btn:active,
#acyusersubscription .btn.active {
    background: #00b300 !important; /* Old browsers */
    *background-color: #00b300 !important;
    background: -moz-linear-gradient(top,  #00ff00 0%, #00b300 100%) !important; /* FF3.6+ */
    background: -webkit-linear-gradient(top,  #00ff00 0%,#00cc00 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #00ff00 0%,#00cc00 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #00ff00 0%,#00cc00 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #00ff00 0%,#00cc00 100%) !important; /* W3C */
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    color: #f2f9ff !important;
    text-decoration:none;
}
#acyusersubscription .btn:first-child:hover,
#acyusersubscription .btn:first-child:focus,
#acyusersubscription .btn:first-child:active,
#acyusersubscription .btn.active:first-child {
    background: #e50039 !important; /* Old browsers */
    *background-color: #e50039 !important;
    background: -moz-linear-gradient(top,  #ff3366 0%, #cc0033 100%) !important; /* FF3.6+ */
    background: -webkit-linear-gradient(top,  #ff3366 0%,#cc0033 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3366 0%,#cc0033 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3366 0%,#cc0033 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #ff3366 0%,#cc0033 100%) !important; /* W3C */
    -webkit-border-radius: 8px 0 0 8px !important;
    -moz-border-radius: 8px 0 0 8px !important;
    border-radius: 8px 0 0 8px !important;
    border: 1px solid #e50039;
    color: #f5faff !important;
		font-size: 14px !important;
    text-decoration:none;
    width: 22px;
}
#acyusersubscription .btn:focus {
	outline: thin dotted #302858;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#acyusersubscription .btn:first-child:focus {
	outline: thin dotted #302858;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
#acyusersubscription .btn.active,
#acyusersubscription .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  width: 22px;
}
#acyusersubscription .btn.disabled,
#acyusersubscription .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
  width: 22px;
}
#acyusersubscription .btn-success {
    background: #748da6 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ) !important; /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 1px solid;
    *border: 0;
    -webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
    color: #adbdcc !important;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 9px 20px;
    text-align: center;
    text-shadow: none;
    transition-property: background, color;
    -webket-transition-duration: 0.33s;
    transition-duration: 0.33s;
    vertical-align: middle;
    *zoom: 1;
}
#acyusersubscription .btn-success:first-child {
    background: #748da6 !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ) !important; /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 1px solid;
    *border: 0;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    color: #adbdcc !important;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 9px 20px;
    text-align: center;
    text-shadow: none;
    transition-property: background, color;
    -webket-transition-duration: 0.33s;
    transition-duration: 0.33s;
    vertical-align: middle;
    *zoom: 1;
}
#acyusersubscription .btn-success:hover,
#acyusersubscription .btn-success:focus,
#acyusersubscription .btn-success:active,
#acyusersubscription .btn-success.active {
	*background-color: #36cc33 !important;
	background-color: #59b359 !important;
	background-image: -moz-linear-gradient(top,#04ff00,#36cc33) !important;
	background-image: -o-linear-gradient(top,#04ff00,#36cc33) !important;
	background-image: -webkit-linear-gradient(top,#04ff00,#36cc33) !important;
	background-image: linear-gradient(to bottom,#04ff00,#36cc33) !important;
	background-repeat: repeat-x;
	border-color: #4d994c #4d994c #397339 !important;
	-moz-border-radius: 0 8px 8px 0 !important;
	-webkit-border-radius: 0 8px 8px 0 !important;
	border-radius: 0 8px 8px 0 !important;
	border: 1px solid #00ff00 !important;
	color: #f2f9ff !important;
	text-decoration:none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	transition-duration: 0.2s !important;
	transition-property: background-color, background-image, border-color;
}
#acyusersubscription .btn-success:first-child:hover,
#acyusersubscription .btn-success:first-child:focus,
#acyusersubscription .btn-success:first-child:active,
#acyusersubscription .btn-success.active:first-child:: {
	*background-color: #5798d9 !important;
	background: #5798d9 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #5798d9 0%, #335980 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #5798d9 0%,#335980 100%) !important; /* W3C */
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	border-radius: 8px 0 0 8px;
	color: #f2f9ff !important;
	text-decoration:none;
}
#acyusersubscription .btn-danger {
	color: #f2f9ff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49 !important;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f)) !important;
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f) !important;
	background-repeat: repeat-x;
	border-radius: 0 8px 8px 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0) !important;
	border-color: #bd362f #bd362f #802420 !important;
	*background-color: #bd362f !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	transition-property: background-color, background-image;
	transition-duration:  0.2s !important;
}
#acyusersubscription .btn-danger:first-child {
	color: #f2f9ff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #da4f49 !important;
	background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f)) !important;
	background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: -o-linear-gradient(top,#ee5f5b,#bd362f) !important;
	background-image: linear-gradient(to bottom,#ee5f5b,#bd362f) !important;
	background-repeat: repeat-x;
	border-radius: 8px 0 0 8px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0) !important;
	border-color: #bd362f #bd362f #802420 !important;
	*background-color: #bd362f !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	transition-property: background-color, background-image;
	transition-duration:  0.2s !important;
}
#acyusersubscription .btn-danger:hover,
#acyusersubscription .btn-danger:focus,
#acyusersubscription .btn-danger:active
#acyusersubscription .btn-danger.active
  {
	color: #ffffff !important;
	background-color: #e5372e !important;
	background-image: -moz-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f23730),to(#d9342b)) !important;
	background-image: -webkit-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: -o-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: linear-gradient(to bottom,#f23730,#bd362f) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff23730', endColorstr='#ffd9342b', GradientType=0) !important;
	*background-color: #d9342b !important;
	border-radius: 0 8px 8px 0;
}
#acyusersubscription .btn-danger:first-child:hover,
#acyusersubscription .btn-danger:first-child:focus,
#acyusersubscription .btn-danger:first-child:active
#acyusersubscription .btn-danger.active:first-child  {
	color: #ffffff !important;
	background-color: #e5372e !important;
	background-image: -moz-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f23730),to(#d9342b)) !important;
	background-image: -webkit-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: -o-linear-gradient(top,#f23730,#d9342b) !important;
	background-image: linear-gradient(to bottom,#f23730,#bd362f) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff23730', endColorstr='#ffd9342b', GradientType=0) !important;
	*background-color: #d9342b !important;
	border-radius: 8px 0 0 8px;
}
#acyusersubscription .btn-danger.disabled,
#acyusersubscription .btn-danger[disabled] {
	color: #f2f9ff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
#acyusersubscription .btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
#acyusersubscription .btn-group:first-child {
	*margin-left: 0;
}
#acyusersubscription .btn-group + .btn-group {
	margin-left: 5px;
}
.btn-info {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#2f96b4));
	background-image: -webkit-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: -o-linear-gradient(top,#5bc0de,#2f96b4);
	background-image: linear-gradient(to bottom,#5bc0de,#2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	*background-color: #2f96b4;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
	color: #fff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top,#444,#222);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
	background-image: -webkit-linear-gradient(top,#444,#222);
	background-image: -o-linear-gradient(top,#444,#222);
	background-image: linear-gradient(to bottom,#444,#222);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222 #222 #000000;
	*background-color: #222;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
	color: #fff;
	background-color: #222;
	*background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
	background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
	*padding-top: 7px;
	*padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
	*padding-top: 3px;
	*padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
	*padding-top: 1px;
	*padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #08c;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
	color: #302858;
	text-decoration: none;
}
.btn-group {
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 0;
	vertical-align: middle;
	white-space: nowrap;
	*margin-left: .3em;
}
.btn-group:first-child {
	*margin-left: 0;
}
.btn-group + .btn-group {
	margin-left: 5px;
}
.btn-toolbar {
	font-size: 0;
	margin-top: 9px;
	margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
	margin-left: 5px;
}
.btn-group > .btn {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group > .btn + .btn {
	margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
	font-size: 13px;
}
.btn-group > .btn-mini {
	font-size: 9.75px;
}
.btn-group > .btn-small {
	font-size: 12px;
}
.btn-group > .btn-large {
	font-size: 16.25px;
}
.btn-group > .btn:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.btn-group > .btn.large:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
	z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
	background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
	background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
	background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
	background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
	background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
	background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
	background-color: #222;
}
.btn .caret {
	margin-top: 8px;
	margin-left: 3px;
}
.btn-large .caret {
	margin-top: 6px;
}
.btn-large .caret {
	border-left-width: 5px;
	border-right-width: 5px;
	border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
	margin-top: 8px;
}
.dropup .btn-large .caret {
	border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.btn-group-vertical {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btn-group-vertical > .btn {
	display: block;
	float: none;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
	margin-left: 0;
	margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #ccddff;
	border: 1px solid #d4e7fa;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.alert,
.alert h4 {
	color: #003399;
}
.alert h4 {
	margin: 0;
}
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 0;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 {
	color: #468847;
}
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
	color: #b94a48;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
	font-weight: bold;
}
.alert-info h4 {
	color: #3a87ad;
}
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
	margin-bottom: 0;
}
.alert-block p + p {
	margin-top: 5px;
}
.nav {
	margin-left: 0;
	margin-bottom: 18px;
	list-style: none;
}
.nav > li > a {
	display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	color: #e9eff5;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
	*zoom: 1;
}
.nav-tabs:before,
.nav-tabs:after,
.nav-pills:before,
.nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
	clear: both;
}
.nav-tabs > li,
.nav-pills > li {
	float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 12px;
	padding-left: 12px;
	margin-right: 2px;
	line-height: 14px;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
	border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-pills > li > a {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #fff;
	background-color: #08c;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
	border-color: #ddd;
	z-index: 2;
}
.nav-pills.nav-stacked > li > a {
	margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
	margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.nav .dropdown-toggle .caret {
	border-top-color: #08c;
	border-bottom-color: #08c;
	margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #005580;
	border-bottom-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
	margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
	cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
	color: #fff;
	background-color: #e9eff5;
	border-color: #e9eff5;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
	border-color: #e9eff5;
}
.tabbable {
	*zoom: 1;
}
.tabbable:before,
.tabbable:after {
	display: table;
	content: "";
	line-height: 0;
}
.tabbable:after {
	clear: both;
}
.tab-content {
	overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
	border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
	display: none;
}
.tab-content > .active,
.pill-content > .active {
	display: block;
}
.tabs-below > .nav-tabs {
	border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
	margin-top: -1px;
	margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
	border-bottom-color: transparent;
	border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
	border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
	float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
	min-width: 74px;
	margin-right: 0;
	margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
	float: left;
	margin-right: 19px;
	border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
	border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
	border-color: #ddd transparent #ddd #ddd;
	*border-right-color: #fff;
}
.tabs-right > .nav-tabs {
	float: right;
	margin-left: 19px;
	border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
	margin-left: -1px;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
	border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
	border-color: #ddd #ddd #ddd transparent;
	*border-left-color: #fff;
}
.nav > .disabled > a {
	color: #e9eff5;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}
.navbar {
	overflow: visible;
	margin-bottom: 18px;
	*position: relative;
	*z-index: 2;
}
.navbar-inner {
	min-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top,#ffffff,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#ffffff,#f2f2f2);
	background-image: -o-linear-gradient(top,#ffffff,#f2f2f2);
	background-image: linear-gradient(to bottom,#ffffff,#f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	border: 1px solid #d4d4d4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	box-shadow: 0 1px 4px rgba(0,0,0,0.065);
	*zoom: 1;
}
.navbar-inner:before,
.navbar-inner:after {
	display: table;
	content: "";
	line-height: 0;
}
.navbar-inner:after {
	clear: both;
}
.navbar .container {
	width: auto;
}
.nav-collapse.collapse {
	height: auto;
	overflow: visible;
}
.navbar .brand {
	float: left;
	display: block;
	padding: 11px 20px 11px;
	margin-left: -20px;
	font-size: 20px;
	font-weight: 200;
	color: #555;
	text-shadow: 0 1px 0 #ffffff;
}
.navbar .brand:hover,
.navbar .brand:focus {
	text-decoration: none;
}
.navbar-text {
	margin-bottom: 0;
	line-height: 40px;
	color: #555;
}
.navbar-link {
	color: #555;
}
.navbar-link:hover,
.navbar-link:focus {
	color: #302858;
}
.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #ffffff;
}
.navbar .btn,
.navbar .btn-group {
	margin-top: 5px;
}
.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
	margin-top: 0;
}
.navbar-form {
	margin-bottom: 0;
	*zoom: 1;
}
.navbar-form:before,
.navbar-form:after {
	display: table;
	content: "";
	line-height: 0;
}
.navbar-form:after {
	clear: both;
}
.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
	margin-top: 5px;
}
.navbar-form input,
.navbar-form select,
.navbar-form .btn {
	display: inline-block;
	margin-bottom: 0;
}
.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
	margin-top: 3px;
}
.navbar-form .input-append,
.navbar-form .input-prepend {
	margin-top: 5px;
	white-space: nowrap;
}
.navbar-form .input-append input,
.navbar-form .input-prepend input {
	margin-top: 0;
}
.navbar-search {
	position: relative;
	float: left;
	margin-top: 5px;
	margin-bottom: 0;
}
.navbar-search .search-query {
	margin-bottom: 0;
	padding: 4px 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.navbar-static-top {
	position: static;
	margin-bottom: 0;
}
.navbar-static-top .navbar-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	margin-bottom: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
	border-width: 0 0 1px;
}
.navbar-fixed-bottom .navbar-inner {
	border-width: 1px 0 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
	padding-left: 0;
	padding-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 940px;
}
.navbar-fixed-top {
	top: 0;
}
.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0,0,0,.1);
}
.navbar-fixed-bottom {
	bottom: 0;
}
.navbar-fixed-bottom .navbar-inner {
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
	-moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
	box-shadow: 0 -1px 10px rgba(0,0,0,.1);
}
.navbar .nav {
	position: relative;
	left: 0;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.navbar .nav.pull-right {
	float: right;
	margin-right: 0;
}
.navbar .nav > li {
	float: left;
}
.navbar .nav > li > a {
	float: none;
	padding: 11px 15px 11px;
	color: #0066cc;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
}
#kunena .navbar .nav > li > a {
	float: none;
	padding: 11px 15px 11px;
	color: #66a6ff;
	text-decoration: none;
	text-shadow: none;
}
.navbar .nav .dropdown-toggle .caret {
	margin-top: 8px;
}
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
	background-color: transparent;
	color: #302858;
	text-decoration: none;
}
#kunena .navbar .nav > li > a:focus,
#kunena .navbar .nav > li > a:hover {
	background-color: transparent;
	color: #a6cbff;
	text-decoration: none;
}
#kunena .navbar .nav > li > a:active {
	color: #8cbcff !important;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
	color: #555;
	text-decoration: none;
	background-color: #e6e6e6;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	-moz-box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
	box-shadow: inset 0 3px 8px rgba(0,0,0,0.125);
}
#kunena.layout .navbar .nav > .active > a,
#kunena.layout .navbar .nav > .active > a:hover,
#kunena.layout .navbar .nav > .active > a:focus {
	background-color: #204880;
	-webkit-box-shadow: inset 0 3px 8px rgba(0,30,62,1);
	-moz-box-shadow: inset 0 3px 8px rgba(0,30,62,1);
	box-shadow: inset 0 3px 6px 2px rgba(0,30,62,1);
}
#kunena.layout .navbar .nav > .active > a {
	color: #8cbcff;
}
#kunena.layout .navbar .nav > .active > a:hover,
#kunena.layout .navbar .nav > .active > a:focus {
	color: #a6cbff;
}
.navbar .btn-navbar {
	display: none;
	float: right;
	padding: 7px 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #ededed;
	background-image: -moz-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f2f2),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: -o-linear-gradient(top,#f2f2f2,#e6e6e6);
	background-image: linear-gradient(to bottom,#f2f2f2,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	*background-color: #e6e6e6;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
	color: #fff;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
	background-color: #cbc9d5 \9;
}
.navbar .btn-navbar .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f2f9ff;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
}
.btn-navbar .icon-bar + .icon-bar {
	margin-top: 3px;
}
.navbar .nav > li > .dropdown-menu:before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cbc9d5;
	border-bottom-color: rgba(0,0,0,0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}
.navbar .nav > li > .dropdown-menu:after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position: absolute;
	top: -6px;
	left: 10px;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
	border-top: 7px solid #cbc9d5;
	border-top-color: rgba(0,0,0,0.2);
	border-bottom: 0;
	bottom: -7px;
	top: auto;
}
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
	border-top: 6px solid #fff;
	border-bottom: 0;
	bottom: -6px;
	top: auto;
}
.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
	border-top-color: #302858;
	border-bottom-color: #302858;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #e6e6e6;
	color: #555;
}
.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}
.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0;
}
.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
	left: auto;
	right: 12px;
}
.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
	left: auto;
	right: 13px;
}
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
	left: auto;
	right: 100%;
	margin-left: 0;
	margin-right: -1px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.navbar-inverse .navbar-inner {
	background-color: #1b1b1b;
	background-image: -moz-linear-gradient(top,#222222,#111111);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#222222),to(#111111));
	background-image: -webkit-linear-gradient(top,#222222,#111111);
	background-image: -o-linear-gradient(top,#222222,#111111);
	background-image: linear-gradient(to bottom,#222222,#111111);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
	border-color: #252525;
}
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
	color: #e9eff5;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}
.navbar-inverse .brand:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .nav > li > a:focus {
	color: #fff;
}
.navbar-inverse .brand {
	color: #e9eff5;
}
.navbar-inverse .navbar-text {
	color: #e9eff5;
}
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
	background-color: transparent;
	color: #fff;
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
	color: #fff;
	background-color: #111111;
}
.navbar-inverse .navbar-link {
	color: #e9eff5;
}
.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
	color: #fff;
}
.navbar-inverse .divider-vertical {
	border-left-color: #111111;
	border-right-color: #222222;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: #111111;
	color: #fff;
}
.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
	border-top-color: #e9eff5;
	border-bottom-color: #e9eff5;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}
.navbar-inverse .navbar-search .search-query {
	color: #fff;
	background-color: #515151;
	border-color: #111111;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
	color: #86a3bf;
}
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
	color: #86a3bf;
}
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
	color: #86a3bf;
}
.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
	padding: 5px 15px;
	color: #302858;
	text-shadow: 0 1px 0 #fff;
	background-color: #fff;
	border: 0;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.15);
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	outline: 0;
}
.navbar-inverse .btn-navbar {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e0e0e;
	background-image: -moz-linear-gradient(top,#151515,#040404);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#151515),to(#040404));
	background-image: -webkit-linear-gradient(top,#151515,#040404);
	background-image: -o-linear-gradient(top,#151515,#040404);
	background-image: linear-gradient(to bottom,#151515,#040404);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
	border-color: #040404 #040404 #000000;
	*background-color: #040404;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
	color: #fff;
	background-color: #040404;
	*background-color: #000000;
}
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
	background-color: #000000 \9;
}
@media (max-width: 640px) {
	.breadcrumb {
		display:none;
	}
	.lock-crumbs-to-top {
		background-color: rgba(255,255,255,1.00) !important;
		top: 0px !important;
	}
}
@media (min-width: 641px) {
	.breadcrumb {
		display:inherit;
	}
}
#breadcrumbs {
	background-color: rgba(255,255,255,0.55);
	height: 32px;
	padding-top: 2px;
	width: 100%
}
.lock-crumbs-to-top {
	background-color: rgba(255,255,255,1.00) !important;
	height: 32px;
	left: 0;
	position: fixed;
	top: 32px;
	z-index: 1;
}
.breadcrumb {
	padding: 4px 15px;
	margin: 0 0 12px;
	list-style: none;
	background-color: rgba(255,255,255,0.55);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.breadcrumb > li {
    color: #3380cc !important;
    display: inline-block;
    margin-bottom: 0;
    text-shadow: 2px 2px 2px rgba(0, 38, 77, 0.15) !important;
	*display: inline;
	*zoom: 1;
}
.breadcrumb > li > .divider {
	padding: 0 5px;
	color: #adbdcc !important;
}
.breadcrumb li.active span {
    color: #3380cc;
    font-weight: 600;
}
.breadcrumb li > a {
	color: #3380cc;
	font-weight: 400;
	text-shadow: 2px 2px 2px rgba(0, 38, 77, 0.15) !important;
	-webkit-transition: color 0.5s, font-weight 0.5s; /* Safari */
	transition: color 0.5s, font-weight 0.5s;
}
 .breadcrumb li > a:hover, .breadcrumb li > a:focus{
	color: #1f75cc !important;
	font-weight: 600;
}
.breadcrumb li span.divider > img {
	margin-bottom: 4px;
}
.pagination {
	margin: 18px 0;
}
.pagination ul {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
	float: left;
	padding: 4px 12px;
	line-height: 18px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
	background-color: #f2f9ff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
	color: #e9eff5;
	cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
	color: #e9eff5;
	background-color: transparent;
	cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left-width: 1px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
.pagination-centered {
	text-align: center;
}
.pagination-right {
	text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
	padding: 11px 19px;
	font-size: 16.25px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
	padding: 2px 10px;
	font-size: 12px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
	padding: 0 6px;
	font-size: 9.75px;
}
.pager {
	margin: 18px 0;
	list-style: none;
	text-align: center;
	*zoom: 1;
}
.pager:before,
.pager:after {
	display: table;
	content: "";
	line-height: 0;
}
.pager:after {
	clear: both;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #f2f9ff;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #e9eff5;
	background-color: #fff;
	cursor: default;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}
.modal-header .close {
	margin-top: 2px;
}
.modal-header h3 {
	margin: 0;
	line-height: 30px;
}
.modal-body {
	position: relative;
	overflow-y: auto;
	max-height: 400px;
	padding: 15px;
}
.modal-form {
	margin-bottom: 0;
}
.modal-footer {
	padding: 14px 15px 15px;
	margin-bottom: 0;
	text-align: right;
	background-color: rgba(255,255,255,0.75);
	border-top: 1px solid #ddd;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #fff;
	-moz-box-shadow: inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	*zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
	display: table;
	content: "";
	line-height: 0;
}
.modal-footer:after {
	clear: both;
}
.modal-footer .btn + .btn {
	margin-left: 5px;
	margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
	margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
	margin-left: 0;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1010;
	display: none;
	max-width: 276px;
	padding: 1px;
	text-align: left;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	border: 1px solid #cbc9d5;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
}
.popover.top {
	margin-top: -10px;
}
.popover.right {
	margin-left: 10px;
}
.popover.bottom {
	margin-top: 10px;
}
.popover.left {
	margin-left: -10px;
}
.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.popover-title:empty {
	display: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.popover .arrow {
	border-width: 11px;
}
.popover .arrow:after {
	border-width: 10px;
	content: "";
}
.popover.top .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #e9eff5;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -11px;
}
.popover.top .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff;
}
.popover.right .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #e9eff5;
	border-right-color: rgba(0,0,0,0.25);
}
.popover.right .arrow:after {
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff;
}
.popover.bottom .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #e9eff5;
	border-bottom-color: rgba(0,0,0,0.25);
	top: -11px;
}
.popover.bottom .arrow:after {
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff;
}
.popover.left .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #e9eff5;
	border-left-color: rgba(0,0,0,0.25);
}
.popover.left .arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px;
}
.thumbnails {
	margin-left: -20px;
	list-style: none;
	*zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
	display: table;
	content: "";
	line-height: 0;
}
.thumbnails:after {
	clear: both;
}
.row-fluid .thumbnails {
	margin-left: 0;
}
.thumbnails > li {
	float: left;
	margin-bottom: 18px;
	margin-left: 20px;
}
.thumbnail {
	display: block;
	padding: 4px;
	line-height: 18px;
	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 .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
	border-color: #08c;
	-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);
}
.thumbnail > img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail .caption {
	padding: 9px;
	color: #555;
}
.label,.badge {
	display: inline-block;
	padding: 2px 4px;
	font-size: 10.998px;
	font-weight: bold;
	line-height: 14px;
	color: #00264a;
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #b2d9ff
}
.label {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.star {
	color: red;
}

.badge {
	padding-left: 9px;
	padding-right: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}
.label:empty,
.badge:empty {
	display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.label-important,
.badge-important {
	background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
	background-color: #953b39;
}
.label-warning,
.badge-warning {
	background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
	background-color: #c67605;
}
.label-success,
.badge-success {
    background-color: #b2d9ff;
    margin-left: 0.5em;
}
.label-success[href],
.badge-success[href] {
    background-color: #b2d9ff;
}
.label-info,
.badge-info {
	background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
	background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
	background-color: #302858;
}
.label-inverse[href],
.badge-inverse[href] {
	background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
	position: relative;
	top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
	top: 0;
}
@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-moz-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-ms-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
@-o-keyframes progress-bar-stripes {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 40px 0;
	}
}
@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}
.progress {
	overflow: hidden;
	height: 18px;
	margin-bottom: 18px;
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,#f2f9ff,#f9f9f9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f2f9ff),to(#f9f9f9));
	background-image: -webkit-linear-gradient(top,#f2f9ff,#f9f9f9);
	background-image: -o-linear-gradient(top,#f2f9ff,#f9f9f9);
	background-image: linear-gradient(to bottom,#f2f9ff,#f9f9f9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.progress .bar {
	width: 0%;
	height: 100%;
	color: #fff;
	float: left;
	font-size: 12px;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #0e90d2;
	background-image: -moz-linear-gradient(top,#149bdf,#0480be);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
	background-image: -webkit-linear-gradient(top,#149bdf,#0480be);
	background-image: -o-linear-gradient(top,#149bdf,#0480be);
	background-image: linear-gradient(to bottom,#149bdf,#0480be);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: width .6s ease;
	-moz-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}
.progress .bar + .bar {
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
	background-color: #149bdf;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
}
.progress.active .bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-moz-animation: progress-bar-stripes 2s linear infinite;
	-ms-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
	background-color: #dd514c;
	background-image: -moz-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#c43c35));
	background-image: -webkit-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: -o-linear-gradient(top,#ee5f5b,#c43c35);
	background-image: linear-gradient(to bottom,#ee5f5b,#c43c35);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
	background-color: #ee5f5b;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-success .bar,
.progress .bar-success {
	background-color: #5eb95e;
	background-image: -moz-linear-gradient(top,#62c462,#57a957);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#57a957));
	background-image: -webkit-linear-gradient(top,#62c462,#57a957);
	background-image: -o-linear-gradient(top,#62c462,#57a957);
	background-image: linear-gradient(to bottom,#62c462,#57a957);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
	background-color: #62c462;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-info .bar,
.progress .bar-info {
	background-color: #4bb1cf;
	background-image: -moz-linear-gradient(top,#5bc0de,#339bb9);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#5bc0de),to(#339bb9));
	background-image: -webkit-linear-gradient(top,#5bc0de,#339bb9);
	background-image: -o-linear-gradient(top,#5bc0de,#339bb9);
	background-image: linear-gradient(to bottom,#5bc0de,#339bb9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
	background-color: #5bc0de;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.progress-warning .bar,
.progress .bar-warning {
	background-color: #faa732;
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffab44f', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
	background-color: #fbb450;
	background-image: -webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,0.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,0.15)),color-stop(.75,rgba(255,255,255,0.15)),color-stop(.75,transparent),to(transparent));
	background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: -o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
	background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
}
.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 9px 15px;
	border-top: 1px solid #e5e5e5;
}
.carousel {
	position: relative;
	margin-bottom: 18px;
	line-height: 1;
}
.carousel-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}
.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}
.carousel-inner > .active {
	left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}
.carousel-inner > .next {
	left: 100%;
}
.carousel-inner > .prev {
	left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}
.carousel-inner > .active.left {
	left: -100%;
}
.carousel-inner > .active.right {
	left: 100%;
}
.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #fff;
	text-align: center;
	background: #222;
	border: 3px solid #fff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.right {
	left: auto;
	right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.carousel-indicators {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 5;
	margin: 0;
	list-style: none;
}
.carousel-indicators li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	text-indent: -999px;
	background-color: #cbc9d5;
	background-color: rgba(255,255,255,0.25);
	border-radius: 5px;
}
.carousel-indicators .active {
	background-color: #fff;
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	background: #302858;
	background: rgba(0,0,0,0.75);
}
.carousel-caption h4,
.carousel-caption p {
	color: #fff;
	line-height: 18px;
}
.carousel-caption h4 {
	margin: 0 0 5px;
}
.carousel-caption p {
	margin-bottom: 0;
}
.hero-unit {
	padding: 60px;
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 200;
	line-height: 27px;
	color: inherit;
	background-color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.hero-unit h1 {
	margin-bottom: 0;
	font-size: 60px;
	line-height: 1;
	color: inherit;
	letter-spacing: -1px;
}
.hero-unit li {
	line-height: 27px;
}
.pull-right {
	float: right;
}
div.header-search.pull-right {
	margin: 0 10% 0 -100%;
}
.pull-left {
	float: left;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.invisible {
	visibility: hidden;
}
.affix {
	position: fixed;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
}
.visible-print {
	display: none !important;
}
@media print {
	.visible-print {
		display: inherit !important;
	}
	.hidden-print {
		display: none !important;
	}
}
@media (max-width: 767px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom,
	.navbar-static-top {
		margin-left: -20px;
		margin-right: -20px;
	}
	.container-fluid {
		padding: 0;
	}
	.dl-horizontal dt {
		float: none;
		clear: none;
		width: auto;
		text-align: left;
	}
	.dl-horizontal dd {
		margin-left: 0;
	}
	.container {
		width: auto;
	}
	.row-fluid {
		width: 100%;
	}
	.row,
	.thumbnails {
		margin-left: 0;
	}
	.thumbnails > li {
		float: none;
		margin-left: 0;
	}
	[class*="span"],
	.uneditable-input[class*="span"],
	.row-fluid [class*="span"] {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.span12,
	.row-fluid .span12 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid [class*="offset"]:first-child {
		margin-left: 0;
	}
	.input-large,
	.input-xlarge,
	.input-xxlarge,
	input[class*="span"],
	select[class*="span"],
	textarea[class*="span"],
	.uneditable-input {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,
	.input-append input,
	.input-prepend input[class*="span"],
	.input-append input[class*="span"] {
		display: inline-block;
		width: auto;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 0;
	}
}
@media (max-width: 480px) {
	.nav-collapse {
		-webkit-transform: translate3d(0,0,0);
	}
	.page-header h1 small {
		display: block;
		line-height: 18px;
	}
	input[type="checkbox"],
	input[type="radio"] {
		border: 1px solid #cbc9d5;
	}
	.form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	}
	.form-horizontal .controls {
		margin-left: 0;
	}
	.form-horizontal .control-list {
		padding-top: 0;
	}
	.form-horizontal .form-actions {
		padding-left: 10px;
		padding-right: 10px;
	}
	.media .pull-left,
	.media .pull-right {
		float: none;
		display: block;
		margin-bottom: 10px;
	}
	.media-object {
		margin-right: 0;
		margin-left: 0;
	}
	.modal-header .close {
		padding: 10px;
		margin: -10px;
	}
	.carousel-caption {
		position: static;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 724px;
	}
	.span12 {
		width: 724px;
	}
	.span11 {
		width: 662px;
	}
	.span10 {
		width: 600px;
	}
	.span9 {
		width: 538px;
	}
	.span8 {
		width: 476px;
	}
	.span7 {
		width: 414px;
	}
	.span6 {
		width: 352px;
	}
	.span5 {
		width: 290px;
	}
	.span4 {
		width: 228px;
	}
	.span3 {
		width: 166px;
	}
	.span2 {
		width: 104px;
	}
	.span1 {
		width: 42px;
	}
	.offset12 {
		margin-left: 764px;
	}
	.offset11 {
		margin-left: 702px;
	}
	.offset10 {
		margin-left: 640px;
	}
	.offset9 {
		margin-left: 578px;
	}
	.offset8 {
		margin-left: 516px;
	}
	.offset7 {
		margin-left: 454px;
	}
	.offset6 {
		margin-left: 392px;
	}
	.offset5 {
		margin-left: 330px;
	}
	.offset4 {
		margin-left: 268px;
	}
	.offset3 {
		margin-left: 206px;
	}
	.offset2 {
		margin-left: 144px;
	}
	.offset1 {
		margin-left: 82px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 710px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 648px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 586px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 524px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 462px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 400px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 338px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 276px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 214px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 152px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 90px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 28px;
	}
}
@media (min-width: 1200px) {
	.row {
		margin-left: -20px;
		*zoom: 1;
	}
	.row:before,
	.row:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row:after {
		clear: both;
	}
	[class*="span"] {
		float: left;
		min-height: 1px;
		margin-left: 20px;
	}
	.container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 940px;
	}
	.span12 {
		width: 940px;
	}
	.span11 {
		width: 860px;
	}
	.span10 {
		width: 780px;
	}
	.span9 {
		width: 700px;
	}
	.span8 {
		width: 620px;
	}
	.span7 {
		width: 540px;
	}
	.span6 {
		width: 460px;
	}
	.span5 {
		width: 380px;
	}
	.span4 {
		width: 300px;
	}
	.span3 {
		width: 220px;
	}
	.span2 {
		width: 140px;
	}
	.span1 {
		width: 60px;
	}
	.offset12 {
		margin-left: 980px;
	}
	.offset11 {
		margin-left: 900px;
	}
	.offset10 {
		margin-left: 820px;
	}
	.offset9 {
		margin-left: 740px;
	}
	.offset8 {
		margin-left: 660px;
	}
	.offset7 {
		margin-left: 580px;
	}
	.offset6 {
		margin-left: 500px;
	}
	.offset5 {
		margin-left: 420px;
	}
	.offset4 {
		margin-left: 340px;
	}
	.offset3 {
		margin-left: 260px;
	}
	.offset2 {
		margin-left: 180px;
	}
	.offset1 {
		margin-left: 100px;
	}
	.row-fluid {
		width: 100%;
		*zoom: 1;
	}
	.row-fluid:before,
	.row-fluid:after {
		display: table;
		content: "";
		line-height: 0;
	}
	.row-fluid:after {
		clear: both;
	}
	.row-fluid [class*="span"] {
		display: block;
		width: 100%;
		min-height: 28px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		margin-left: 2.127659574%;
		*margin-left: 2.0744680846383%;
	}
	.row-fluid [class*="span"]:first-child {
		margin-left: 0;
	}
	.row-fluid .controls-row [class*="span"] + [class*="span"] {
		margin-left: 2.127659574%;
	}
	.row-fluid .span12 {
		width: 99.99999999%;
		*width: 99.946808500638%;
	}
	.row-fluid .span11 {
		width: 91.489361693%;
		*width: 91.436170203638%;
	}
	.row-fluid .span10 {
		width: 82.978723396%;
		*width: 82.925531906638%;
	}
	.row-fluid .span9 {
		width: 74.468085099%;
		*width: 74.414893609638%;
	}
	.row-fluid .span8 {
		width: 65.957446802%;
		*width: 65.904255312638%;
	}
	.row-fluid .span7 {
		width: 57.446808505%;
		*width: 57.393617015638%;
	}
	.row-fluid .span6 {
		width: 48.936170208%;
		*width: 48.882978718638%;
	}
	.row-fluid .span5 {
		width: 40.425531911%;
		*width: 40.372340421638%;
	}
	.row-fluid .span4 {
		width: 31.914893614%;
		*width: 31.861702124638%;
	}
	.row-fluid .span3 {
		width: 23.404255317%;
		*width: 23.351063827638%;
	}
	.row-fluid .span2 {
		width: 14.89361702%;
		*width: 14.840425530638%;
	}
	.row-fluid .span1 {
		width: 6.382978723%;
		*width: 6.3297872336383%;
	}
	.row-fluid .offset12 {
		margin-left: 104.255319138%;
		*margin-left: 104.14893615928%;
	}
	.row-fluid .offset12:first-child {
		margin-left: 102.127659564%;
		*margin-left: 102.02127658528%;
	}
	.row-fluid .offset11 {
		margin-left: 95.744680841%;
		*margin-left: 95.638297862277%;
	}
	.row-fluid .offset11:first-child {
		margin-left: 93.617021267%;
		*margin-left: 93.510638288277%;
	}
	.row-fluid .offset10 {
		margin-left: 87.234042544%;
		*margin-left: 87.127659565277%;
	}
	.row-fluid .offset10:first-child {
		margin-left: 85.10638297%;
		*margin-left: 84.999999991277%;
	}
	.row-fluid .offset9 {
		margin-left: 78.723404247%;
		*margin-left: 78.617021268277%;
	}
	.row-fluid .offset9:first-child {
		margin-left: 76.595744673%;
		*margin-left: 76.489361694277%;
	}
	.row-fluid .offset8 {
		margin-left: 70.21276595%;
		*margin-left: 70.106382971277%;
	}
	.row-fluid .offset8:first-child {
		margin-left: 68.085106376%;
		*margin-left: 67.978723397277%;
	}
	.row-fluid .offset7 {
		margin-left: 61.702127653%;
		*margin-left: 61.595744674277%;
	}
	.row-fluid .offset7:first-child {
		margin-left: 59.574468079%;
		*margin-left: 59.468085100277%;
	}
	.row-fluid .offset6 {
		margin-left: 53.191489356%;
		*margin-left: 53.085106377277%;
	}
	.row-fluid .offset6:first-child {
		margin-left: 51.063829782%;
		*margin-left: 50.957446803277%;
	}
	.row-fluid .offset5 {
		margin-left: 44.680851059%;
		*margin-left: 44.574468080277%;
	}
	.row-fluid .offset5:first-child {
		margin-left: 42.553191485%;
		*margin-left: 42.446808506277%;
	}
	.row-fluid .offset4 {
		margin-left: 36.170212762%;
		*margin-left: 36.063829783277%;
	}
	.row-fluid .offset4:first-child {
		margin-left: 34.042553188%;
		*margin-left: 33.936170209277%;
	}
	.row-fluid .offset3 {
		margin-left: 27.659574465%;
		*margin-left: 27.553191486277%;
	}
	.row-fluid .offset3:first-child {
		margin-left: 25.531914891%;
		*margin-left: 25.425531912277%;
	}
	.row-fluid .offset2 {
		margin-left: 19.148936168%;
		*margin-left: 19.042553189277%;
	}
	.row-fluid .offset2:first-child {
		margin-left: 17.021276594%;
		*margin-left: 16.914893615277%;
	}
	.row-fluid .offset1 {
		margin-left: 10.638297871%;
		*margin-left: 10.531914892277%;
	}
	.row-fluid .offset1:first-child {
		margin-left: 8.510638297%;
		*margin-left: 8.4042553182766%;
	}
	input,
	textarea,
	.uneditable-input {
		margin-left: 0;
	}
	.controls-row [class*="span"] + [class*="span"] {
		margin-left: 20px;
	}
	input.span12,
	textarea.span12,
	.uneditable-input.span12 {
		width: 926px;
	}
	input.span11,
	textarea.span11,
	.uneditable-input.span11 {
		width: 846px;
	}
	input.span10,
	textarea.span10,
	.uneditable-input.span10 {
		width: 766px;
	}
	input.span9,
	textarea.span9,
	.uneditable-input.span9 {
		width: 686px;
	}
	input.span8,
	textarea.span8,
	.uneditable-input.span8 {
		width: 606px;
	}
	input.span7,
	textarea.span7,
	.uneditable-input.span7 {
		width: 526px;
	}
	input.span6,
	textarea.span6,
	.uneditable-input.span6 {
		width: 446px;
	}
	input.span5,
	textarea.span5,
	.uneditable-input.span5 {
		width: 366px;
	}
	input.span4,
	textarea.span4,
	.uneditable-input.span4 {
		width: 286px;
	}
	input.span3,
	textarea.span3,
	.uneditable-input.span3 {
		width: 206px;
	}
	input.span2,
	textarea.span2,
	.uneditable-input.span2 {
		width: 126px;
	}
	input.span1,
	textarea.span1,
	.uneditable-input.span1 {
		width: 46px;
	}
	.thumbnails {
		margin-left: -20px;
	}
	.thumbnails > li {
		margin-left: 20px;
	}
	.row-fluid .thumbnails {
		margin-left: 0;
	}
}
@media (max-width: 979px) {
	body {
		padding-top: 0;
	}
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		position: static;
	}
	.navbar-fixed-top {
		margin-bottom: 18px;
	}
	.navbar-fixed-bottom {
		margin-top: 18px;
	}
	.navbar-fixed-top .navbar-inner,
	.navbar-fixed-bottom .navbar-inner {
		padding: 5px;
	}
	.navbar .container {
		width: auto;
		padding: 0;
	}
	.navbar .brand {
		padding-left: 10px;
		padding-right: 10px;
		margin: 0 0 0 -5px;
	}
	.nav-collapse {
		clear: both;
	}
	.nav-collapse .nav {
		float: none;
		margin: 0 0 9px;
	}
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	.nav-collapse .nav .nav-header {
		color: #555;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,
	.nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #0066cc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.nav-collapse .btn {
		padding: 4px 10px 4px;
		font-weight: normal;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,
	.nav-collapse .nav > li > a:focus,
	.nav-collapse .dropdown-menu a:hover,
	.nav-collapse .dropdown-menu a:focus {
		background-color: #f2f2f2;
	}
	.navbar-inverse .nav-collapse .nav > li > a,
	.navbar-inverse .nav-collapse .dropdown-menu a {
		color: #e9eff5;
	}
	.navbar-inverse .nav-collapse .nav > li > a:hover,
	.navbar-inverse .nav-collapse .nav > li > a:focus,
	.navbar-inverse .nav-collapse .dropdown-menu a:hover,
	.navbar-inverse .nav-collapse .dropdown-menu a:focus {
		background-color: #111111;
	}
	.nav-collapse.in .btn-group {
		margin-top: 5px;
		padding: 0;
	}
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,
	.nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,
	.nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,
	.nav-collapse .navbar-search {
		float: none;
		padding: 9px 15px;
		margin: 9px 0;
		border-top: 1px solid #f2f2f2;
		border-bottom: 1px solid #f2f2f2;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	}
	.navbar-inverse .nav-collapse .navbar-form,
	.navbar-inverse .nav-collapse .navbar-search {
		border-top-color: #111111;
		border-bottom-color: #111111;
	}
	.navbar .nav-collapse .nav.pull-right {
		float: none;
		margin-left: 0;
	}
	.nav-collapse,
	.nav-collapse.collapse {
		overflow: hidden;
		height: 0;
	}
	.navbar .btn-navbar {
		display: block;
	}
	.navbar-static .navbar-inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 980px) {
	.nav-collapse.collapse {
		height: auto !important;
		overflow: visible !important;
	}
}
.small {
	font-size: 11px;
	line-height: 14px;
}
iframe,
svg {
	border: none;
	max-width: 100%;
}
.iframe-bordered {
	border-style: solid;
	border-width: 2px;
	border-top-color: rgba(125, 152, 179, 0.7);
	border-left-color: rgba(125, 152, 179, 0.7);
	border-bottom-color: rgba(204, 229, 255, 0.7);
	border-right-color: rgba(204, 229, 255, 0.7);
	border-radius: 10px;
}
.nowrap {
	white-space: nowrap;
}
.center,
.table td.center,
.table th.center {
	text-align: center;
}
a.disabled,
a.disabled:hover {
	color: #e9eff5;
	background-color: transparent;
	cursor: default;
	text-decoration: none;
}
.hero-unit {
	text-align: center;
}
.hero-unit .lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}
.btn .caret {
	margin-bottom: 7px;
}
.btn.btn-micro .caret {
	margin: 5px 0;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
body.modal {
	padding-top: 0;
}
.row-even,
.row-odd {
	padding: 5px;
	width: 99%;
	border-bottom: 1px solid #ddd;
}
.row-odd {
	background-color: transparent;
}
.row-even {
	background-color: #f9f9f9;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .row-reveal {
	visibility: hidden;
}
.row-fluid:hover .row-reveal {
	visibility: visible;
}
.btn-wide {
	width: 80%;
}
.nav-list > li.offset > a {
	padding-left: 30px;
	font-size: 12px;
}
.blog-row-rule,
.blog-item-rule {
	border: 0;
}
.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
.row-fluid .offset2 {
	margin-left: 16.89361702%;
}
.row-fluid .offset3 {
	margin-left: 25.404255317%;
}
.row-fluid .offset4 {
	margin-left: 33.914893614%;
}
.row-fluid .offset5 {
	margin-left: 42.425531911%;
}
.row-fluid .offset6 {
	margin-left: 50.93617020799999%;
}
.row-fluid .offset7 {
	margin-left: 59.446808505%;
}
.row-fluid .offset8 {
	margin-left: 67.95744680199999%;
}
.row-fluid .offset9 {
	margin-left: 76.468085099%;
}
.row-fluid .offset10 {
	margin-left: 84.97872339599999%;
}
.row-fluid .offset11 {
	margin-left: 91.489361693%;
}
.navbar .nav > li > a.btn {
	padding: 4px 10px;
	line-height: 18px;
}
.nav-tabs.nav-dark {
	border-bottom: 1px solid #302858;
	text-shadow: 1px 1px 1px #000;
}
.nav-tabs.nav-dark > li > a {
	color: #F8F8F8;
}
.nav-tabs.nav-dark > li > a:hover {
	border-color: #302858 #302858 #111;
	background-color: #777777;
}
.nav-tabs.nav-dark > .active > a,
.nav-tabs.nav-dark > .active > a:hover {
	color: #ffffff;
	background-color: #555555;
	border: 1px solid #222;
	border-bottom-color: transparent;
}
.thumbnail.pull-left {
	margin: 0 10px 10px 0;
}
.thumbnail.pull-right {
	margin: 0 0 10px 10px;
}
.width-10 {
	width: 10px;
}
.width-20 {
	width: 20px;
}
.width-30 {
	width: 30px;
}
.width-40 {
	width: 40px;
}
.width-50 {
	width: 50px;
}
.width-60 {
	width: 60px;
}
.width-70 {
	width: 70px;
}
.width-80 {
	width: 80px;
}
.width-90 {
	width: 90px;
}
.width-100 {
	width: 100px;
}
.height-10 {
	height: 10px;
}
.height-20 {
	height: 20px;
}
.height-30 {
	height: 30px;
}
.height-40 {
	height: 40px;
}
.height-50 {
	height: 50px;
}
.height-60 {
	height: 60px;
}
.height-70 {
	height: 70px;
}
.height-80 {
	height: 80px;
}
.height-90 {
	height: 90px;
}
.height-100 {
	height: 100px;
}
hr.hr-condensed {
	margin: 10px 0;
}
.list-striped,
.row-striped {
	border-top: none;
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
}
.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row-fluid {
	background-color: #e8f2fa;
	border-color: #ffffff #dae6f2 #dae6f2 #ffffff;
	border-radius: 8px;
	border-style:solid;
	border-width:1px;
	padding: 1em;
}
.list-striped li:nth-child(odd),
.list-striped dd:nth-child(odd),
.row-striped .row:nth-child(odd),
.row-striped .row-fluid:nth-child(odd) {
	background-color: #f2f9ff;
}
.list-striped li:hover,
.list-striped dd:hover,
.row-striped .row:hover,
.row-striped .row-fluid:hover {
	background-color: #e8f2fa;
}
.row-striped .row-fluid {
	width: 97%;
}
.row-striped .row-fluid [class*="span"] {
	min-height: 10px;
}
.row-striped .row-fluid [class*="span"] {
	margin-left: 8px;
}
.row-striped .row-fluid [class*="span"]:first-child {
	margin-left: 0;
}
.list-condensed li {
	padding: 4px 5px;
}
.row-condensed .row,
.row-condensed .row-fluid {
	padding: 4px 5px;
}
.list-bordered,
.row-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.radio.btn-group input[type=radio] {
	display: none;
}
.radio.btn-group > label:first-of-type {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
}
fieldset.radio.btn-group {
	padding-left: 0;
}
.tab-content {
	overflow: visible;
}
.tabs-left .tab-content {
	overflow: auto;
}
.nav-tabs > li > span {
	display: block;
	margin-right: 2px;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	border: 1px solid transparent;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.btn-micro {
	padding: 1px 4px;
	font-size: 10px;
	line-height: 8px;
}
.btn-group > .btn-micro {
	font-size: 10px;
}
.tip-wrap {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 100;
}
.page-header {
	margin: 2px 0px 10px 0px;
	padding-bottom: 5px;
}
.input-prepend .chzn-container-single .chzn-single {
	border-color: #cbc9d5;
	height: 26px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.input-prepend .chzn-container-active .chzn-single-with-drop {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
}
.input-prepend .chzn-container-single .chzn-drop {
	border-color: #cbc9d5;
}
.input-prepend > .add-on,
.input-append > .add-on {
	vertical-align: top;
}
.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.form-vertical .control-label {
	float: none;
	width: auto;
	padding-right: 0;
	padding-top: 0;
	text-align: left;
}
.form-vertical .controls {
	margin-left: 0;
}
.width-auto {
	width: auto;
}
.btn-group .chzn-results {
	white-space: normal;
}
.accordion-body.in:hover {
	overflow: visible;
}
.invalid {
	color: #9d261d;
	font-weight: bold;
}
input.invalid {
	border: 1px solid #9d261d;
}
.tooltip {
	max-width: 400px;
}
.tooltip-inner {
	max-width: none;
	text-align: left;
	text-shadow: none;
}
th .tooltip-inner {
	font-weight: normal;
}
.tooltip.hasimage {
	opacity: 1;
}
.tip-text {
	text-align: left;
}
.btn-group > .btn + .dropdown-backdrop + .btn {
	margin-left: -1px;
}
.btn-group > .btn + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	*padding-top: 5px;
	*padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 5px;
	padding-right: 5px;
	*padding-top: 2px;
	*padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-backdrop + .dropdown-toggle {
	*padding-top: 5px;
	*padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-backdrop + .dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px;
	*padding-top: 7px;
	*padding-bottom: 7px;
}
.dropdown-menu {
	text-align: left;
}
div.modal {
	position: fixed;
	top: 10%;
	left: 50%;
	z-index: 1050;
	width: 580px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #e9eff5;
	border: 1px solid rgba(0,0,0,0.3);
	*border: 1px solid #e9eff5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	outline: none;
}
div.modal.fade {
	-webkit-transition: opacity .3s linear, top .3s ease-out;
	-moz-transition: opacity .3s linear, top .3s ease-out;
	-o-transition: opacity .3s linear, top .3s ease-out;
	transition: opacity .3s linear, top .3s ease-out;
	top: -25%;
}
div.modal.fade.in {
	top: 10%;
}
.modal-batch {
	overflow-y: visible;
}
@media (max-width: 767px) {
	div.modal {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
	}
	div.modal.fade {
		top: -100px;
	}
	div.modal.fade.in {
		top: 20px;
	}
}
@media (max-width: 480px) {
	div.modal {
		top: 10px;
		left: 10px;
		right: 10px;
	}
}
@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 0.5em;
	*margin-right: 0.5em;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
[class^="fa-icon-"],
[class*=" fa-icon-"] {
	position: relative;
}
[class^="fa-icon-"]:before,
[class*=" fa-icon-"]:before {
	color: #00264d;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	left: 0;
	text-decoration: inherit;
	position: absolute;
}
[class^="fa-icon-"].disabled,
[class*=" fa-icon-"].disabled {
	font-weight: normal;
}
.mod_events_latest_rsslink a img {
	height: 30px;
	margin-right: 0.5em;
	width: 30px;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-ban-circle:before,
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-remove:before,
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.maximenuck .fa-home:before {
	color: #f2f9ff;
	margin-right: 4px;
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.fa-icon-group:before {
	content: "\f0c0";
}
.fa-icon-gavel:before {
	content: "\f0e3";
}
.fa-icon-facebook:before {
	content: "\f082";
}
.fa-icon-share:before {
	content: "\f1e0";
}
.fa-icon-globe:before {
	content: "\f0ac";
	font-size: 1.25em;
	margin-left: -1px;
}
.fa-icon-cogs:before {
	content: "\f085";
	font-size: 1.2em;
	margin-left: -0.14em;
}
.fa-icon-film:before {
	content: "\f008";
}
.fa-icon-graduation-cap:before {
	content: "\f19d";
    margin-left: -4px;
}
.fa-icon-video-camera:before {
	content: "\f03d";
}
.fa-icon-university:before {
	content: "\f19c";
}
.fa-icon-umbrella:before {
	content: "\f0e9";
    font-size: 1.25em;
    margin-left: -1px;
}
.fa-icon-balance-scale:before {
	content: "\f24e";
	margin-left: -4px;
}
.fa-icon-building:before {
	content: "\f1ad";
    font-size: 1.2em;
    margin-left: 1px;
}
.fa-icon-tasks:before {
	content: "\f0ae";
}
.fa-icon-television:before {
	content: "\f26c";
	margin-left: -1px;
}
.fa-hand-o-down:before {
	content: "\f0a7";
	margin-left: -1px;
}
.fa-icon-book:before {
	content: "\f02d";
	margin-left: -1px;
}
.fa-icon-square:before {
 	color: #00264a;
	content: '\f0c8';
	font-size: 0.54em;
	margin: 0 2em 0 -1.5em !important;
	vertical-align:middle;
}
.fa-icon-square-o:before {
	color: #00264a;
	content: '\f096';
	font-size: 0.54em;
	margin: 0 2em 0 -1.5em !important;
}
.fa-icon-bars:before {
	content: "\f0c9";
	margin-left: -1px;
}
.fa-icon-money:before {
	content: "\f0d6";
	margin-left: -1px;
}
.fa-icon-university:before {
	content: "\f19c";
	margin-left: -1px;
}
.fa-icon-superpowers:before {
	content: "\f2dd";
	margin-left: -1px;
}
.fa-icon-comment-o:before {
	content: "\f0e5";
	margin-left: -1px;
}
.fa-icon-comment:before {
	content: "\f075";
	margin-left: -1px;
}
body.site {
	background: #dcdce4 url('../../../images/site/template/blueprint-bckground-pale.jpg') repeat fixed;
	border-top: 3px solid #0088cc;
	padding: 0;
}
body.site.fluid {
	background-color: #e9edf2;
}
@media (max-width: 640px ) {
	body.site {
		padding-top: 0px !important;
	}
}
@media (min-width: 641px ) {
	body.site {
		padding-top: 0px !important;
	}
}
.thumbnail {
	margin-bottom: 9px;
}
.accordion-group {
	background: #fff;
}
.site-title {
	font-size: 40px;
	line-height: 48px;
	font-weight: bold;
}
.brand {
	color: #004466;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
	float: none;
}
.brand:hover {
	color: #08c;
	text-decoration: none;
}
.header {
	background-color: #d9ecff;
	margin: 0;
}
header.header {
    background-color: #010508;
    margin: 0;
}
.header .finder {
	margin-top: 14px;
}
.header .finder .btn {
	margin-top: 0px;
}
.navigation {
	padding: 0;
	border-top: 0px solid rgba(0,0,0,0.075);
	border-bottom: 0px solid rgba(0,0,0,0.075);
	margin-bottom: 5px;
}
.navigation .nav-pills {
	margin-bottom: 0;
}
.hero-unit {
	background-color: #08C;
}
.hero-unit > * {
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.container {
	max-width: 960px;
}

@media not handheld and ( min-width: 525px) {
	.main-content {
		padding: 0 20px;
	}
}
@media (max-width: 524px) {
	.main-content {
		padding: 0;
	}
}
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
	.main-content {
		padding: 0;
	}
}
.body .container {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}
.well .page-header {
	margin: 0px 0px 5px 0px;
}
.content-blocks-style {
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/*.sidebar-nav {
	background-color: rgba(235, 244, 255, 0.5);
	padding: 0 0.5em;
}*/
@media only screen and (max-width: 768px) {
    #sidebar, #sidebar .sidebar-nav, #sidebar .sidebar-nav .watch-read-act-on-it {
    	display:none;
    }
}

.sidebar-nav h1,
.sidebar-nav h2,
.sidebar-nav h3,
.sidebar-nav h4,
.sidebar-nav h5,
.sidebar-nav h6 {
	margin: 12px 4px;
}
.module-header {
	padding-bottom: 17px;
	margin: 20px 0 18px 0;
	border-bottom: 1px solid #e9eff5;
}
.item-title {
	margin-bottom: 9px;
}
.item-content {
	margin: 18px 0;
}
.item-subtitle {
	margin-bottom: 9px;
}
.pull-right.item-image {
	margin: 0 0 18px 20px;
}
.pull-left.item-image {
	margin: 0 20px 18px 0;
}
.header .nav > li:last-child > .dropdown-menu,
.item-actions .dropdown-menu,
.item-comment .dropdown-menu {
	left: initial;
	right: 0;
}
.article-index {
	margin: 0 0 10px 10px;
}
.list-item-title {
	margin-bottom: 9px;
}
.list-item-content {
	margin: 18px 0;
}
.list-item-subtitle {
	margin-bottom: 9px;
}
.items-more,
.content-links {
	padding: 15px 0;
}
.img_caption .left {
	float: left;
	margin-right: 1em;
}
.img_caption .right {
	float: right;
	margin-left: 1em;
}
.img_caption .left p {
	clear: left;
	text-align: center;
}
.img_caption .right p {
	clear: right;
	text-align: center;
}
.img_caption {
	text-align: center !important;
}
.img_caption.none {
	margin-left: auto;
	margin-right: auto;
}
figure {
	display: table;
}
figure.pull-center,
img.pull-center {
	margin-left: auto;
	margin-right: auto;
}
figcaption {
	display: table-caption;
	caption-side: bottom;
}
#aside .nav .nav-child {
	border-left: 2px solid #ddd;
	padding-left: 5px;
}
#aside + div + div {
	margin: 0 auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	text-align: justify;
	text-justify: inter-character;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.navigation .nav-child {
	position: absolute;
	top: 95%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #cbc9d5;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.navigation .nav-child.pull-right {
	right: 0;
	left: auto;
}
.navigation .nav-child .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.navigation .nav-child a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #302858;
	white-space: nowrap;
}
.navigation .nav > li {
	position: relative;
}
.navigation .nav > li:hover > .nav-child,
.navigation .nav > li > a:focus + .nav-child {
	display: block;
}
.navigation .nav-child:before {
	position: absolute;
	top: -7px;
	left: 9px;
	display: inline-block;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #cbc9d5;
	border-left: 7px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.navigation .nav-child:after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ffffff;
	border-left: 6px solid transparent;
	content: '';
}
.navigation .nav-child li > a:hover,
.navigation .nav-child li > a:focus,
.navigation .nav-child:hover > a {
	text-decoration: none;
	color: #fff;
	background-color: #08c;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
@media (max-width: 480px) {
	.item-info > span {
		display: block;
	}
	.blog-item .pull-right.item-image {
		margin: 0 0 18px 0;
	}
	.blog-item .pull-left.item-image {
		margin: 0 0 18px 0;
		float: none;
	}
}
@media (max-width: 768px) {
	body {
		padding-top: 0;
	}
	.header {
		background: transparent;
	}
	.header .brand {
		float: none;
		display: block;
		text-align: center;
	}
	.header .nav.pull-right,
	.header-search {
		float: none;
		display: block;
	}
	.header-search form {
		margin: 0;
	}
	.header-search .search-query {
		width: 90%;
	}
	.header .nav-pills > li > a {
		border: 1px solid #ddd;
		border-bottom: 0;
		margin: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.header .nav-pills > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.header .nav-pills > li:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.modal.fade {
		top: -100%;
	}
	.nav-tabs {
		border-bottom: 0;
	}
	.nav-tabs > li {
		float: none;
	}
	.nav-tabs > li > a {
		border: 1px solid #ddd;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin-right: 0;
	}
	.nav-tabs > li:first-child > a {
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}
	.nav-tabs > li:last-child > a,
	.nav-tabs > .active:last-child > a {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		border-bottom: 1px solid #ddd;
	}
	.nav-tabs > li > a:hover {
		border-color: #ddd;
		z-index: 2;
	}
	.nav-tabs.nav-dark > li > a {
		border: 1px solid #302858;
	}
	.nav-tabs > li:last-child > a,
	.nav-tabs > .active:last-child > a {
		border-bottom: 1px solid #302858;
	}
	.nav-tabs.nav-dark > li > a:hover {
		border-color: #302858;
	}
	.nav-pills > li {
		float: none;
	}
	.nav-pills > li > a {
		margin-right: 0;
	}
	.nav-pills > li > a {
		margin-bottom: 3px;
	}
	.nav-pills  > li:last-child > a {
		margin-bottom: 1px;
	}
	.form-search > .pull-left,
	.form-search > .pull-right {
		float: none;
		display: block;
		margin-bottom: 9px;
	}
}
@media (max-width: 980px) {
	.navbar-fixed-top {
		margin-bottom: 0 !important;
	}
	.item-comment .item-image {
		display: none;
	}
	.well {
		padding: 10px;
	}
	.well.tap_petition_count {
		margin: 1em 0 0 !important;
		padding: 0 10px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#login-form .input-small {
		width: 62px;
	}
}
dl.tabs {
	float: left;
	margin-bottom: -1px;
}
dl.tabs dt.tabs {
	float: left;
	margin-left: 3px;
	padding: 4px 10px;
	background-color: #F0F0F0;
	border-top: 1px solid #cbc9d5;
	border-left: 1px solid #cbc9d5;
	border-right: 1px solid #cbc9d5;
}
dl.tabs dt:hover {
	background-color: #F9F9F9;
}
dl.tabs dt.open {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}
dl.tabs dt.tabs h3 {
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
}
dl.tabs dt.tabs h3 a {
	color: #0066CC;
}
dl.tabs dt.tabs h3 a:hover {
	color: #3399ff;
	text-decoration: none;
}
dl.tabs dt.open h3 a {
	color: #000;
	text-decoration: none;
}
div.current dd.tabs {
	margin: 0;
	padding: 10px;
	clear: both;
	border: 1px solid #cbc9d5;
	background-color: #FFF;
}
#helpsite-refresh {
	vertical-align: top;
}
#pop-print {
	float: right;
	margin: 10px;
}
code {
	white-space: pre-wrap;
}
#filter-search {
	vertical-align: top;
}
.editor {
	overflow: hidden;
	position: relative;
}

.footer{
	background-color: rgba(255,255,255,0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

@media (min-width: 641px) {
	.footer {
		float: left;
		margin: 1em 0;
		width: 98%;
		padding: 0.5% 1%;
	}
	.footer-inner {
		border-radius: 8px;
		float: left;
		margin: 0;
		padding: 0.5em 0 0.5em;
		width: 100%;
	}
	.footer-left, .footer-right, .footer-center {
		background-color: rgba(255,255,255,0.95);
    border-bottom-color: #cdd9e4;
    border-left-color: #ffffff;
    border-radius: 8px;
    border-right-color: #cdd9e4;
    border-style: solid;
    border-top-color: #ffffff;
    border-width: 1px;
		float: left;
		min-height: 76px;
		line-height: 2em;
		vertical-align: middle;
	}
	.footer-left {
		margin: 0 4.25% 0 0;
		min-height: 110px;
		padding: 0.5em 1%;
		text-align: left;
		width: calc(20% - 4px);
	}
	.footer-left ul {
		padding: 0;
		margin: 0.5em 0 0.75em 0em;
		list-style-position: inside;
	}
	.footer-center {
		margin: 0 4.25% 0 0;
		min-height: 110px;
		padding: 0.5em 1%;
		text-align: center;
		width: calc(45.75% - 4px);
	}
	.footer-right {
    margin: 0;
    min-height: 110px;
    padding: 0.5em 1% 0.5em 0.75%;
    text-align: right;
    width: calc(20% - 4px);
  }
	.sourcecoast.socialstream .from img {
		border-radius: 6px;
		width: 60px;
		height: 60px;
	}
	.sourcecoast.socialstream .preview .image img {
		width: 200px !important;
	}
}

@media (max-width: 640px) {
	.footer {
		height: 160px;
		margin: 0;
		padding:1%;
	}

	.footer-inner {
		border-radius: 8px;
		height: 100%;
		padding: 1.0em 0 0.5em;
		width: 100%;
	}

	.footer-left {
		background-color: rgba(255,255,255,0.75);
		border-radius: 8px 0 0 8px;
		float: left;
		min-height: 126px;
		line-height: 2em;
		margin: 0;
		padding: 1%;
		text-align: left;
		vertical-align: middle;
		width: 25%;
	}
	.footer-center {
		background-color: rgba(255,255,255,0.75);
		border-radius: 0;
		float: left;
		min-height: 126px;
		line-height: 2em;
		margin: 0;
		padding: 0.5em 0;
		text-align: center;
		vertical-align: middle;
		width: 46%;
	}
	.footer-right {
		background-color: rgba(255,255,255,0.75);
		border-radius: 0 8px 8px 0;
		float: left;
		min-height: 126px;
		line-height: 2em;
		margin: 0;
		padding: 1%;
		text-align: right;
		vertical-align: middle;
		width: 25%;
	}
}
.footer-left ul>li, .footer-center ul>li, .footer-right ul>li {
  list-style-type: none;
}


/** Specic content **/

/** MaxiMenuCK **/

ul#accordeonck239 li {
    color: #00264d;
    font-weight: bold;
}

@media (min-width: 641px ) {
	.watch-read-act-on-it {
		align-items: center;
		background-color: rgba(255,255,255,0.75);
		border-bottom-color: #cdd9e4;
		border-left-color: #ffffff;
		border-radius: 10px;
		border-right-color: #cdd9e4;
		border-style: solid;
		border-top-color: #ffffff;
		border-width: 1px;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		min-height: 3.0em;
		padding: 0.25em;
		width: calc(100% - 0.5em);
	}
}
@media (max-width: 640px ) {
	.watch-read-act-on-it {
		align-items: center;
		-moz-border-bottom-colors: none;
		-moz-border-left-colors: none;
		-moz-border-right-colors: none;
		-moz-border-top-colors: none;
		background-color: rgba(255,255,255,0.75);
		border-left-color: #ffffff;
		border-top-color: #ffffff;
		border-right-color: #cdd9e4;
		border-bottom-color: #cdd9e4;
		border-style: solid;
		border-width: 1px;
		border-image: none;
		border-radius: 0;
		display: flex;
		justify-content: center;
		height: auto;
		margin: 0 0 0 -2px;
		min-height: 3.0em;
		padding: 0.25em;
		width: calc(100% - 0.5em);
	}
}
.watch-read-act-on-it h2 {
	color: #00264d;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.1em;
	margin: 0;
	text-align: center;
	text-shadow: 0 0 17px #f2f9ff;
	vertical-align: middle;
  	visibility: hidden !important;
}

#content .contactUs {
  background: rgba(255, 255, 255, 0.65) none repeat scroll 0 0;
  margin: 0 0.5em 1.1em;
  padding: 0.5em;
}

iframe#iframepreview {
	background-color: rgba(204,230,255,1.0) !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.btn.jmodedit {color:#adbdcc;}

/* JCE Image Caption Styles */

span.wf_caption {
	width: 100%;
}

.jce_fullpage_container {
	width:100%;
	height:auto;
	margin:20px auto 20px auto;
}

.jce_halfpage_container {
	width:60%;
	height:auto;
	margin:20px 20px 20px 0;
}

span.wf_caption img {
	width:97.5%;
}

span.wf_caption span {
	font-size: 12px;
	font-style: italic;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	line-height: 14px;
	overflow-wrap: break-word;
	text-align: justify !important;
	text-justify: inter-character;
	word-wrap: break-word;
}

span.wf_caption a#content-link.jcepopup {
	display: inline !important;
}

/**** JCE Maedia Player ****/
.wf-responsive-iframe-container iframe, .wf-responsive-object-container object, .wf-responsive-embed-container embed, .wf-responsive-video-container video, .wf-responsive-video-container iframe {
	border-radius: 8px;
}


/* JWPlayer Plugin Styles */

#jwplayerplg407id27181a562875e2b742c7eaaa41dd234d {
	border-radius: 15px !important;
}

.jwplayer {
	border-radius: 10px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
}

.jw-skin-911to-play-btn-only .jw-icon{
	font-family:'jw-icons';
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-weight:normal;
	text-transform:none;
	background-color:transparent;
	font-variant:normal;
	-webkit-font-feature-settings:"liga";
	-moz-font-feature-settings:"liga=1";
	-moz-font-feature-settings:"liga";
	-ms-font-feature-settings:"liga" 1;
	-o-font-feature-settings:"liga";
	font-feature-settings:"liga";
	-moz-osx-font-smoothing:grayscale;
}
.jw-skin-911to-play-btn-only {
	background-color: #0f2e4d !important;
	border-radius: 40px;
	height: 40px !important;
	width: 40px !important;
}
.jw-skin-911to-play-btn-only.jw-tab-focus:focus {
	outline: none !important;
	box-shadow: none;
}
.jw-skin-911to-play-btn-only .jw-title {
    display: none !important;
}
.jw-skin-911to-play-btn-only .jw-controls.jw-logo {
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-controls .jw-controls-right {
    display: none !important;
}
.jw-skin-911to-play-btn-only .jw-media {
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-preview {
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-overlays {
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-controlbar {
    bottom: 0;
	border-top:#2b343d 1px solid;
    display: table;
    height: 36px !important;
    margin: 0;
    opacity: 1;
    padding: 0 0 0.125em !important;
    width: 36px !important;
}
.jw-skin-911to-play-btn-only .jw-controlbar.jw-background-color {
    background: rgba(15, 46, 77, 1) none repeat scroll 0 0 !important;
    border-radius: 50%;
}
.jw-skin-911to-play-btn-only .jw-group.jw-controlbar-left-group {
	;
}
.jw-skin-911to-play-btn-only .jw-icon-playback {
    min-width: 36px;
}
.jw-skin-911to-play-btn-only .jw-icon-playback::before {
    content: "";
    font-size: 1.5em;
    margin: 0;
}
.jw-skin-911to-play-btn-only .jw-icon-inline::after, .jw-icon-tooltip::after {
    font-size: 1em;
    height: 100%;
    width: 100%;
}
.jw-skin-911to-play-btn-only .jw-button-color {
    color: rgba(138, 184, 229, 0.5) !important;
}
.jw-skin-911to-play-btn-only .jw-icon-inline {
    height: 36px !important;
    line-height: 36px !important;
}
.jw-skin-911to-play-btn-only .jw-text{
    color: rgba(115, 153, 191, 0.75) !important;
}
.jw-skin-911to-play-btn-only .jw-button-color {
    color: rgba(138, 184, 229, 0.5) !important;
}
.jw-skin-911to-play-btn-only .jw-button-color:hover {
    color: rgba(115, 153, 191, 1) !important;
}
.jw-skin-911to-play-btn-only .jw-toggle{
	color:#2e96ff;
}
.jw-skin-911to-play-btn-only .jw-toggle.jw-off{
    color: #e5f2ff;
}
.jw-skin-911to-play-btn-only .jw-controlbar .jw-icon:before {
	padding: 0 0 0 0.3em;
}
.jw-skin-911to-play-btn-only .jw-icon-display {
    color: rgba(138, 184, 229, 0.5) !important;
}
.jw-skin-911to-play-btn-only .jw-icon-display:hover {
    color: rgba(115, 153, 191, 1) !important;
}
.jw-skin-911to-play-btn-only .jw-icon-display:before{
	padding-left:0;
}
.jw-skin-911to-play-btn-only .jw-display-icon-container{
	border-radius:50%;border:1px solid #2b343d;
}
.jw-skin-911to-play-btn-only .jw-buffer.jw-reset,
.jw-skin-911to-play-btn-only.jw-state-buffering .jw-buffer.jw-reset {
	display: none !important;
}
/*.jw-skin-911to-play-btn-only.jw-state-buffering {
	height: 36px !important;
	width: 36px !important;
}*/
.jw-skin-911to-play-btn-only .jw-icon-tooltip .jw-active-option{
	background-color:#ff0046;
    color: #e5f2ff;
}
.jw-skin-911to-play-btn-only .jw-dock .jw-dock-button{
	border-radius:50%;
	border:1px solid #2b343d;
}
.jw-skin-911to-play-btn-only .jw-dock .jw-overlay{
	border-radius:2.5em;
}
.jw-skin-911to-play-btn-only .jw-group.jw-controlbar-center-group {
	display:none !important;
}
.jw-skin-911to-play-btn-only .jw-group.jw-controlbar-right-group {
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-playlist{
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-menu,.jw-skin-911to-play-btn-only .jw-volume-tip{
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-skip{
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-skip .jw-text,.jw-skin-911to-play-btn-only .jw-skip .jw-icon-inline{
    display: none !important;
}
.jw-skin-911to-play-btn-only .jw-skip.jw-skippable:hover .jw-text,
.jw-skin-911to-play-btn-only .jw-skip.jw-skippable:hover .jw-icon-inline{
	display: none !important;
}
.jw-skin-911to-play-btn-only .jw-captions {
	display:none !important;
}

.jw-skin-911to-play-btn-only .jw-icon-prev,
.jw-skin-911to-play-btn-only .jw-icon-next,
.jw-skin-911to-play-btn-only .jw-text-elapsed,
.jw-skin-911to-play-btn-only .jw-icon-playlist {
	display:none !important;
}

/* End JWPlayer Plugin Styles */

/* JWPlayer Left Column Styles */
.audio-video-911tap {
	margin: 1em auto;
}
.audio-video-911tap iframe {
	border-radius: 10px;
}
.jwplayer-iframe-container {
	clear: both;
	margin: 1em auto;
}
.jwplayer-iframe-container iframe {
	border-radius: 10px;
}
.moduletable-911to-video-std {
	margin-top: 1.0em;
}

.moduletable-911to-video-std h3 {
	font-size: 1.25em !important;
	margin:0 0.5em !important;
}

.jwp-media-group .custom-911to-video-std {
	margin-top: 1em;
}

.jwp-media-group .jwp-media-item {
    background-color: rgba(0, 26, 51, 1);
    border-radius: 8px;
    margin-bottom: 2em;
    padding: 0.5em 0;
}

.jwp-media-group .jwp-media-item-title {
	margin: 0 0 0.5em;
	padding: 0 1.0em;
}

.jwp-media-group .jwp-media-item-title h3 {
	color: #f2f9ff;
	font-size: 1.25em;
}
.moduletable-911to-video-std .jwp-media-group .jwp-media-item-title h3 {
	font-size: 1.0em !important;
}

.jwp-media-group .jwp-media-item-desc {
	margin: 0.5em 0.5em 0
}

.jwp-media-group .jwp-media-item-desc p {
	color: #f2f9ff;
	font-size: 0.75em !important;
	line-height: 1.5em !important;
	margin:0
}
.moduletable.video-library {
	background-color: rgba(0, 38, 77, 0.95);
	margin: 0 auto;
	max-width: 100%;
	padding: 2em 0 4em;
}
.moduletable.video-library h3 {
	color: #f2f9ff;
	font-size: 1.5em;
	line-height: 1.15em;
	margin: 0.6em 0 1em;
	text-align: center;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.75);
}
.moduletable.video-library div {
	border-radius: 8px;
	margin: 0 auto;
	max-width: 990px;
}
div.trusic-public-access .jwp-media-item {
  width: 100% !important;
}

/*** player in article  ***/

.itemBody > div > div .jwp-media-item {
    background-color: rgba(0, 26, 51, 1);
    border-radius: 8px;
    margin-bottom: 2em;
    padding: 0.5em 0;
    width: 320px;
}

.itemBody > div > div .jwp-media-item .jwp-media-item-title {
    line-height: 2em !important;
    margin: 0 0 0.5em;
    min-height: 6.5em;
    padding: 0 1em;
}

.itemBody > div > div .jwp-media-item .jwp-media-item-title h3 {
    color: #f2f9ff;
	font-size: 1em;
	line-height: 1.15em;
}

.itemBody > div > div .jwp-media-item .jwp-media-item-desc {
    margin: 0.5em 0.5em 0;
    min-height: 140px;
}

.itemBody > div > div .jwp-media-item .jwp-media-item-desc p {
	color: #f2f9ff;
    font-size: 0.75em !important;
    line-height: 1.5em !important;
	margin:0
}

/* End JWPlayer Left Column Styles */

/* End JWPlayer  */

/*Docman TGable Styles */

div.jwp-docman-list-table {
    display: table;
    margin: 0 0 1em 0.5em;
}
div.jwp-docman-list-table-caption {
	display: table-caption;
}
div.jwp-docman-list-table-column-group {
	display: table-column-group;
}
div.jwp-docman-list-table-header-group {
	display: table-header-group;
}
div.jwp-docman-list-table-footer-group {
	display: table-footer-group;
}
div.jwp-docman-list-table-row-group {
	display: table-row-group;
}

div.jwplayer-table-cell {
    display: table-cell;
    padding: 0.5em 0;
    vertical-align: middle;
    width: 36px;
}
div.title-text-table-cell {
    display: table-cell;
    padding: 0.85em 0.5em 0;
    vertical-align: top;
}
div.jw-simple-play-button div:nth-child(3) {
	display: none;
}
div.docman-table-cell {
    display: table-cell;
    padding: 0.75em 0.5em 0;
    vertical-align: top;
}
div.jwp-docman-list-table-column {
	display: table-column;
}
div.jwp-docman-list-table-row {
	display: table-row;
}
.k-ui-namespace, .k-ui-namespace *, .k-ui-namespace *:before, .k-ui-namespace *:after {
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.75) !important;
	margin: 0 1em;
}
.k-ui-namespace .docman_list__content {
	width: 100% !important;
}
.k-ui-namespace table td {
	border-top: 1px solid #e9eff5 !important;
}
.k-ui-ltr.k-ui-namespace.com_docman {
	background-color: rgba(247, 251, 255, 0.75);
	border-radius: 8px;
	padding-bottom: 1em;
}
.k-ui-ltr.k-ui-namespace.com_docman .k-toolbar a.btn span {
	background-color: transparent !important;
}
.k-ui-ltr.k-ui-namespace.com_docman .k-toolbar a.btn span:after {
	background-color: transparent !important;
}
.k-ui-namespace .k-toolbar {
    background: transparent none repeat scroll 0 0 !important;
}
.k-ui-namespace, .k-ui-namespace *, .k-ui-namespace *::before, .k-ui-namespace *::after {
	background-color: transparent;
	box-sizing: border-box;
	margin: 0;
}
.k-ui-namespace .mod_docman ul {
	margin: 0.5em !important;
}
.k-toolbar.k-js-toolbar a span {
	background-color: transparent !important;
}

.docman_download_label{
	background-color: transparent !important;	
}
.docman_download__info{
	background-color: transparent !important;	
}
.k-ui-namespace .docman_download__filename {
	background-color: #dae6f2 !important;
	border-color: #b8c2cc;
	border-radius: 8px;
	border-style: dotted;
	border-width: 1px;
	font-size: .9em;
	font-style: italic;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
	line-height: 1.15em;
	margin: 0;
	overflow-wrap: break-word;
	padding: 5px;
	white-space: normal;
	word-wrap: break-word;
}
.k-ui-namespace *, .k-ui-namespace *::before, .k-ui-namespace *::after {
	background-color: transparent !important;
	margin: 0.1em 0;
}
.k-ui-namespace .docman_table_layout {
	max-width: 1280px;
	margin: 0 auto;
}
.k-ui-namespace .jqtree-whitespace, .k-ui-namespace .jqtree-toggler,
.k-ui-namespace .jqtree-icon, .k-ui-namespace .jqtree-title {
	display: inline-block;
	font-size: 15px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}
.k-ui-ltr.k-ui-namespace.com_docman {
	margin: 0 auto 1em;
	max-width: 50%;
	min-height: 120px;
	padding: 1.0em;
}
.com_docman #toolbar-new,
.com_docman #toolbar-newCategory {
	color: #f2f9ff !important;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #59b359 !important;
	background-image: -moz-linear-gradient(top,#52cc52,#4d994c) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#52cc52),to(#4d994c)) !important;
	background-image: -webkit-linear-gradient(top,#52cc52,#4d994c) !important;
	background-image: -o-linear-gradient(top,#52cc52,#4d994c) !important;
	background-image: linear-gradient(to bottom,#52cc52,#4d994c) !important;
	background-repeat: repeat-x;
	color: #dae6f2 !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff52cc52', endColorstr='#ff4d994c', GradientType=0) !important;
	border-color: #4d994c #4d994c #397339 !important;
	*background-color: #4d994c !important;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	transition-property: background-color, background-image, border-color, color;
	transition-duration:  0.2s !important;
}
.com_docman #toolbar-new:hover,
.com_docman #toolbar-new:focus,
.com_docman #toolbar-new:active,
.com_docman #toolbar-newCategory:hover,
.com_docman #toolbar-newCategory:focus,
.com_docman #toolbar-newCategory:active {
	background-color: #36d936 !important;
	background-image: -moz-linear-gradient(top,#41d941,#4ebf4c) !important;
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#41d941),to(#4ebf4c)) !important;
	background-image: -webkit-linear-gradient(top,#41d941,#4ebf4c) !important;
	background-image: -o-linear-gradient(top,#41d941,#4ebf4c) !important;
	background-image: linear-gradient(to bottom,#41d941,#4ebf4c) !important;
	border-color: #4d994c #4d994c #397339 !important;
	*background-color: #41d941 !important;
	color: #ffffff !important;
}
.k-ui-namespace .docman_block {
	margin-left: 0.5em;
}
.k-ui-ltr.k-ui-namespace.com_docman::after{
	content: <br />;
}
.k-ui-ltr.k-ui-namespace.com_docman .docman_category {
	margin: 0 0 0.75em !important;
}
.k-ui-ltr.k-ui-namespace.com_docman h3.koowa_header {
	;
}
.docman_item .footable-visible .koowa_header__item span.label-success {
	color: #cc00cc;
}
.form-group.docman-search-date {
	margin-bottom: 0.75em !important;
}
.k-ui-namespace .koowa_header__item {
    vertical-align: top;
}
.k-ui-namespace table td * {
	font-size: 16px;
}
.k-ui-namespace table td.k-no-wrap a.btn-small,
.k-ui-namespace table td.koowa_table__manage a.btn-mini  {
	font-size: 0.9em !important;
}
.k-ui-namespace .koowa_header__item--image_container {
    padding-right: 12px;
}
.k-ui-namespace .docman_category h3.koowa_header span.k-icon-document-folder{
	color: #d9a357;	
}
.k-ui-namespace table td span.k-icon-document-folder,
.k-ui-namespace table td span.k-icon-document-document,
.k-ui-namespace table td span.k-icon-document-pdf,
.k-ui-namespace table td span.k-icon-document-archive,
.k-ui-namespace table td span.k-icon-document-video,
.k-ui-namespace table td span.k-icon-document-audio,
.k-ui-namespace table td span.k-icon-document-image
{
	font-size: 24px;	
}
span.k-icon-document-folder {
	color: #d9a357;
}
span.k-icon-document-pdf {
	color: #ff0040;		
}
span.k-icon-document-document,
span.k-icon-document-audio,
span.k-icon-document-video {
	color: #4000ff;
}
span.k-icon-document-archive {
	color: #80797b;
}
span.k-icon-document-image {
	color: #739900;
}
.k-ui-namespace .k-tree .k-icon-folder-opened,
.k-ui-namespace .k-tree .k-icon-folder-closed {
	color: #d9a357;
	font-size: 18px;
	margin-right: 8px;
}
.koowa_media {
	padding: 0 1em;
}
.k-ui-namespace .docman_list__sidebar {
	width: 480px;
	border-right: none;
}
.k-ui-namespace .docman_list__content {
	float: left;
}
/* reCaptchaContainer62 Styles for Right Module Position */

div#recaptchaContainer62 {
	margin:0 auto 0 auto;
	width:100% !important;
}

div#recaptchaContainer62 div#recaptcha_widget_div div#recaptcha_area td.recaptcha_image_cell {
	width:100% !important;
}

div#recaptchaContainer62 div#recaptcha_widget_div div#recaptcha_area  div#recaptcha_image {
	width:100% !important;
}

div#recaptchaContainer62 div#recaptcha_widget_div div#recaptcha_area  div#recaptcha_image img {
	width:100% !important;
}

div#recaptchaContainer62 div#recaptcha_widget_div div#recaptcha_area  input#recaptcha_response_field {
	width:95% !important;
}
div#recaptchaContainer62 div#recaptcha_widget_div div#recaptcha_area  span#recaptcha_privacy {
	float:left;
	font-size:0;
	height: 25px;
	margin-left: 8px;
	margin-top:-10px;
	width: 25px;
}
div#recaptchaContainer62 div#recaptcha_widget_div div#recaptcha_area  span#recaptcha_privacy a:after {
	content: url("https://www.911tap.org/templates/ae911truth/css/images/site/logos-icons/captcha/privacy-lock.jpg");
	height: 25px;
	width: 25px;
}
#recaptcha_area #recaptcha_table tbody tr td:nth-child(3) {
	margin:0 !important; padding:0 !important; width:0;
}

#recaptcha_area #recaptcha_table tbody tr td:nth-child(3) img {
	width: 0 !important;
}

#dynamic_recaptcha_1 iframe[title="recaptcha widget"] .rc-anchor-light {
    background: #dae6f2 none repeat scroll 0 0 !important;
    border: 1px solid #c3cfd9 !important;
    color: #00264d !important;
}

iframe[src="https://www.google.com/recaptcha/api2/anchor?k=6LdIKv8SAAAAAFL7Y30UtiKkrZMBDGgU51Wy5ChT&co=aHR0cHM6Ly93d3cuOTExdHJ1dGhvdXRyZWFjaC5vcmc6NDQz&hl=en-GB&v=r20151214133724&theme=light&size=normal&cb=rrptay73h2e"] .rc-anchor {
    border-radius: 8px;
    box-shadow: 2px 2px 4px 0 rgba(0, 38, 77, 0.5);
}


iframe[src="https://www.google.com/recaptcha/api2/anchor?k=6LdIKv8SAAAAAFL7Y30UtiKkrZMBDGgU51Wy5ChT&co=aHR0cHM6Ly93d3cuOTExdHJ1dGhvdXRyZWFjaC5vcmc6NDQz&hl=en-GB&v=r20151214133724&theme=light&size=normal&cb=rrptay73h2e"] .rc-anchor-pt {
	color: #406080 !important;
}

/* reCaptchaContainer62 Styles for Right Module Position */

/* RSForms specific styles */

fieldset#rsform_9_page_0 div.formBody p, fieldset#rsform_9_page_0 div.rsform-block .formControlLabel, fieldset#rsform_9_page_0 div.rsform-block div.formControls div.formBody  {
  width: 100%;
}

@media (min-width: 767px) {
	div.petition_signatures_banner span {
		display: inline-table !important;
	}
	div.customae_news_flash span {
		display: inline-table !important;
	}
}
@media (max-width: 766px) {
	div.petition_signatures_banner span {
		display: block !important;
		margin: 0 auto !important;
	}
	div.customae_news_flash span {
		display: block !important;
		margin: 0 auto !important;
	}
}

@media (min-width: 641px) {

	div.petition_signatures_banner p {
		margin: 0 0 9px !important;
	}
	div.customae_news_flash p {
		margin: 0 0 9px !important;
	}
}
@media (max-width: 640px) {
	div.petition_signatures_banner p {
		margin: 0 !important;
	}
	div.customae_news_flash p {
		margin: 0 !important;
	}
}

.formHidden {
	position: absolute;
	left: -20000px;
	top: -20000px;
	opacity: 0;
}

.formRed
{
	color: red;
	font-weight: bold;
}

.formError {
	color: #CF4D4D;
	font-weight:bold;
	font-size:10px;
}

.formNoError {
	display:none;
}

.formField {
	display: block;
	overflow: auto;
}

.formClr {
	clear:both;
	display: block;
}

fieldset.formFieldset {
	margin-bottom: 10px;
}

fieldset.formFieldset legend {
	padding: 0 2px;
	font-weight: bold;
	font-size: 16px;
}

fieldset.formFieldset ol.formContainer {
	margin: 0;
	padding: 0;
}

fieldset.formFieldset ol.formContainer li {
	background-image: none;
	list-style: none;
	padding: 5px;
	margin: 0;
	clear: both;
}

strong.formRequired {
	font-weight: bold;
	font-style: normal;
	margin-left: 3px;
}

div.formCaption {
	display: block;
	float: left;
	width: 25%;
	min-height: 12px;
}

div.formBody {
	display: block;
	float: left;
}

.formFieldset .formBody label {
	display: inline;
	margin: 3px;
}

.formTableLayout {
	border: none;
}

.formTableLayout > tbody > tr {
	border: none;
}

.formTableLeft,
.formTableRight {
	border: none;
}

.formTableLayout tr td label {
	display: inline;
	margin: 3px;
}

.formTableLayout tr.rsform-block,
.formTableLayout tr.rsform-block > td {
	border: 0;
}

.formTableLayout tr.rsform-block > td {
	padding: 3px;
}

.form2LinesLayout .formField label {
	display: inline;
	margin: 3px;
}

div.formDescription {
	margin-left: 3px;
	padding-left: 3px;
	font-size: 11px;
	font-weight: normal;
}

div.calheader{
	text-align:center !important;
}

.rsformProgress {
	text-align: center;
	font-size: 14px;
}

.rsformProgressContainer {
	width: 100%;
	height: 4px;
	border: solid 1px #c7c7c7;
	overflow: hidden;
	margin: 0 0 10px !important;
	background: #fff;
}

.rsformProgressBar {
	height: 4px;
	background: green;
	margin: 0px !important;
}

.rsformVerticalClear {
	overflow: hidden;
	display: block;
}

p.rsformVerticalClear {
	margin: 0;
    padding-left: 1.0em;
}

/* responsive - desktop/default version */

.formResponsive .rsformProgress p {
	display: none;
}

.formResponsive .rsformProgressContainer {
  height: 18px;
  margin-bottom: 18px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.formResponsive .rsformProgressContainer .rsformProgressBar {
	width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
      -ms-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.formResponsive .formHorizontal input,
.formResponsive .formHorizontal textarea,
.formResponsive .formHorizontal select,
.formResponsive .formHorizontal .formValidation,
.formResponsive .formHorizontal .uneditable-input,
.formResponsive .formHorizontal .input-prepend,
.formResponsive .formHorizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  *zoom: 1;
}

.formResponsive .formHorizontal .hide {
  display: none;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 18px;
  *zoom: 1;
}

.formResponsive .formHorizontal .rsform-block:before,
.formResponsive .formHorizontal .rsform-block:after {
  display: table;
  content: "";
}

.formResponsive .formHorizontal .rsform-block:after {
  clear: both;
}

.formResponsive .formHorizontal .formControlLabel {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.formResponsive .formHorizontal .formControls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 32%;
  *margin-left: 0;
}

.formResponsive .formHorizontal
.rsform-block.rsform-block-send .formControls {
  margin-left: 0;
}

.formResponsive .formHorizontal
.rsform-block-proposal-instructions .formControls {
	margin-left: 10% !important;
}

.formResponsive .formHorizontal
.rsform-block-proposal-instructions .formControls
.formBody {
	float: left;
}

.formResponsive .formHorizontal .formControls:first-child {
  *padding-left: 160px;
}

.formResponsive .formHorizontal p.formDescription {
  margin-top: 0;
  margin-bottom: 0;
  width:75%;
}

.formResponsive .formHorizontal .form-actions {
  padding-left: 160px;
}

.formResponsive {
  margin: 1.0em 0 0;
}

.formResponsive fieldset {
  padding: 0;
  margin: 1.0em 0 0;
  border: 0;
}

.formResponsive select,
.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
}

.formResponsive input,
.formResponsive textarea {
  width: 100%;
}

.formResponsive #rsform_6_page_0 input,
.formResponsive #rsform_6_page_0 textarea {
    margin-bottom: -1em;
    width: 100% !important;
}

.formResponsive #rsform_6_page_0.formHorizontal .formControls {
	margin-left: 0 !important;
	clear: both;
}

.formResponsive #rsform_6_page_0.formHorizontal .formControlLabel {
	clear:both;
	width: 23% !important;
}

.formResponsive #rsform_6_page_0.formHorizontal
.rsform-block-donation-selection select {
	width: 100%;
}

.formResponsive #rsform_6_page_0 .rsform-block-donation-selection input {
	width:95% !important;
}

.formResponsive #rsform_6_page_0.formHorizontal
.rsform-block-donation-selection .formControls {
	margin-left: 9% !important;
}

.formResponsive #rsform_6_page_0.formHorizontal
.rsform-block-donation-selection .formControlLabel {
	width: 6% !important;
}

.formResponsive textarea {
  height: auto;
}

.formResponsive textarea,
.formResponsive input[type="text"],
.formResponsive input[type="password"] {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
      -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

.formResponsive textarea:focus,
.formResponsive input[type="text"]:focus,
.formResponsive input[type="password"]:focus,
.formResponsive select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
}

.formResponsive input[type="submit"],
.formResponsive input[type="reset"],
.formResponsive input[type="button"],
.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  width: auto;
}

.formResponsive select,
.formResponsive input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}

.formResponsive select {
  width: 220px;
  border: 1px solid #bbb;
}

.formResponsive select.rsform-select-box-small {
	width: 70px;
}

.formResponsive select[multiple],
.formResponsive select[size] {
  height: auto;
}

.formResponsive select:focus,
.formResponsive input[type="file"]:focus,
.formResponsive input[type="radio"]:focus,
.formResponsive input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.formResponsive input[type="radio"],
.formResponsive input[type="checkbox"] {
  /*min-height: 18px;*/
  padding-left: 18px;
  float: left;
  margin-right: 5px;
}

.formResponsive .formBody {
	float: none;
	width:95%;
}

.rsform-block-submitdonation .formControls .formBody {
	width: 210px !important;
}

.formResponsive .rsform-block-trusic-resubmission-message .formBody {
	width: 100% !important;
}

.formResponsive label {
	height: 18px;
	margin: 3px 5px 3px 0;
	float: left;
	padding: 0px;
}

.formResponsive input[type="button"],
.formResponsive input[type="submit"],
.formResponsive input[type="reset"],
.formResponsive input[type="button"]:first-child,
.formResponsive input[type="reset"]:first-child,
.formResponsive input[type="submit"]:first-child {
	background: #748da6; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ); /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 1px solid;
    *border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #adbdcc !important;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 9px 20px;
    text-align: center;
    transition-property: background, color;
    -webkit-transition-duration: 0.33s;
    transition-duration: 0.33s;
    vertical-align: middle;
    *zoom: 1;
}

.formResponsive input[type="button"]:hover,
.formResponsive input[type="reset"]:hover,
.formResponsive input[type="submit"]:hover,
.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active,
.formResponsive input[type="button"].focus,
.formResponsive input[type="reset"].focus,
.formResponsive input[type="submit"].focus,
.formResponsive input[type="button"].disabled,
.formResponsive input[type="reset"].disabled,
.formResponsive input[type="submit"].disabled,
.formResponsive input[type="button"][disabled],
.formResponsive input[type="reset"][disabled],
.formResponsive input[type="submit"][disabled],
.formResponsive input[type="button"]:first-child:hover,
.formResponsive input[type="reset"]:first-child:hover,
.formResponsive input[type="submit"]:first-child:hover,
.formResponsive input[type="button"]:first-child:active,
.formResponsive input[type="reset"]:first-child:active,
.formResponsive input[type="submit"]:first-child:active,
.formResponsive input[type="button"]:first-child:focus,
.formResponsive input[type="reset"]:first-child:focus,
.formResponsive input[type="submit"]:first-child:focus,
.formResponsive input[type="button"].disabled:first-child,
.formResponsive input[type="reset"].disabled:first-child,
.formResponsive input[type="submit"].disabled:first-child,
.formResponsive input[type="button"][disabled]:first-child,
.formResponsive input[type="reset"][disabled]:first-child,
.formResponsive input[type="submit"][disabled]:first-child
 {
    background: #5798d9 !important; /* Old browsers */
    *background-color: #5798d9 !important;
    background: -moz-linear-gradient(top,  #5798d9 0%, #335980 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5798d9), color-stop(100%,#335980)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #5798d9 0%,#335980 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5798d9', endColorstr='#335980',GradientType=0 ) !important; /* IE6-9 */
    color: #f2f9ff !important;
    text-decoration:none;
}

.formResponsive input[type="button"]:active,
.formResponsive input[type="reset"]:active,
.formResponsive input[type="submit"]:active,
.formResponsive input[type="button"].active,
.formResponsive input[type="reset"].active,
.formResponsive input[type="submit"].active {
  background-color: #748da6 \9;
}

.formResponsive .formError {
  color: #b94a48;
  padding-left: 5px;
  vertical-align: middle;
  font-size: 13px;
  font-weight: normal;
  margin: 3px 5px 3px 0;
  height: 18px;
  display: block;
}

.formResponsive input.rsform-error,
.formResponsive textarea.rsform-error,
.formResponsive select.rsform-error
{
  color: #b94a48;
  border-color: #b94a48;
}

.formResponsive input.rsform-error:focus,
.formResponsive textarea.rsform-error:focus,
.formResponsive select.rsform-error:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
     -moz-box-shadow: 0 0 6px #d59392;
          box-shadow: 0 0 6px #d59392;
}

.formResponsive input.rsform-calendar-button {
	margin-bottom: 3px;
}

/* responsive - mobile versions */

@media screen and (max-width: 650px) {
  .formResponsive .formHorizontal input[type="checkbox"],
  .formResponsive .formHorizontal input[type="radio"] {
    border: 1px solid #ccc;
  }
  .formResponsive .formHorizontal .rsform-block {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .formResponsive .formHorizontal .formControls {
    margin-left: 0;
  }

  .formResponsive input[type="text"],
  .formResponsive input[type="password"],
  .formResponsive textarea,
  .formResponsive select {
	width: 100% !important;
  }
  .formResponsive .formHorizontal .formControlLabel {
	float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
}

.recaptcha_input_area_text {
	float: none !important;
}

/* #g-recaptcha-93 iframe {
	width:80% !important;
} */

.rsform-block.google-2-captcha {
	margin-bottom: 2.5em !important;
}

.rsform-block-google-2-captcha.formControlLabel {
    text-align: left !important;
    width: 25% !important;
    margin-bottom: 1.0em;
}

.rsform-block.google-2-captcha .formControls {
	margin-left: 0 !important;
}

.rsform-block.google-2-captcha .formControls
.formBody {
	margin-bottom: 3.0em;
}


.rsformMaps img {
	max-width: none !important;
}

.rsform-map-geolocation {
	list-style: none outside none;
    margin: 0;
    width: 455px;
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #E8E7E7;
    height: auto;
	position: absolute;
	z-index: 999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.rsform-map-geolocation li a {
	padding: 4px;
	text-decoration: none;
	display: block;
	line-height: 20px;
}

.rsform-map-geolocation li a:hover{
	text-decoration: none;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.rsform-thankyou-msg {
	background-color: rgba(255,255,255,0.75);
	border-radius: 10px;
	padding: 0.5em;
	margin: 1em 0.5em 0;
}
#rsform-message-container {
	margin: 1.0em 0.5em 0 !important;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 10px;
	padding: 0.5em;
}
#rsform-message-container > p {
	font-weight: bold !important;
}
.rsform-submit-button {
	background-color: rgba(255,255,255,0.75) !important;
	margin: -1em 0 0 1em;
}
#userForm .formControls input {
	color: #00264a;
}
#content .rsform-thankyou-msg .centering-div {
	display: block !important;
	margin: 1em auto !important;
	max-width: 50vw !important;
}
@media screen and (max-width: 639px){
#content .rsform-thankyou-msg .centering-div {
	display: block !important;
	margin: 1em auto !important;
	max-width: 100vw !important;
	}
}


/****** End RSForms ******/

/****** ACYMailing Styles ******/

/**  ACYMailing Component Default Styles **/

/**
 * @package    AcyMailing for Joomla!
 * @version    4.7.2
 * @author     acyba.com
 * @copyright  (C) 2009-2014 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.acyba-hiddentext{display:none}

span.onload
{
	background-image:url(https://www.911tap.org/templates/ae911truth/images/spinner.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding:2px 20px;
}

#acy_content span.loading,#acy_content span.spanloading{
	padding:2px 20px;
	display:inline;
}

div.onload{
	background-image:url(https://www.911tap.org/templates/ae911truth/images/spinner.gif);
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	float : right;
	margin-left : 3px;
}

.searchtext
{
	background-color: rgb(204, 229, 255);
	color : #000d1a;
	font-weight:bold;
}

th.titletoggle{
	width:65px;
	white-space: nowrap;
}

th.titledate{
	width:150px;
	white-space: nowrap;
}

th.titlesender{
	width:150px;
	white-space: nowrap;
}

th.titlelink, th.titleorder{
	width:100px;
}

th.titlebox, th.titleid, th.titlenum{
	width:30px;
	white-space: nowrap;
}

th.titlecolor{
	width:12px;
}

td.key{
	padding-bottom: 1.0em;
	white-space: wrap !important;
}

td.key+td {
	padding-bottom: 1.0em;
}

td.key+td label {
	margin-top: 1.0em;
}

#acy_content a.acyupgradelink{
	color:#A44097;
	font-style:italic;
	font-size:10px;
	}

div.roundsubscrib{
	width:12px;
	height:12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 10px;
	float : right;
	margin-left : 3px;
	margin-top : 1px;
	margin-bottom : 1px;
}

div.rounddisp{
	border : 1px solid;
	border-color : gray;
}

div.roundsub{
	border : 2px solid;
	border-color : green;
}
div.roundunsub{
	border : 2px solid;
	border-color : red;
}
div.roundconf{
	border : 2px solid;
	border-color : orange;
}

div.acymailing_footer{
	padding-top : 20px;
	font-size : 10px;
}

div.acymailing_list{
	border : 1px solid #cbc9d5;
	margin : 10px;
	padding : 10px;
}

div.acymailing_list:hover{
	background-color : #FFFFDD;
}

.list_description{
	padding : 0;
}

.list_name{
	font-size : 14pt;
}

.acymailing_forward{
	display: table;
	margin: 1.0em auto 2.0em auto;
	text-align:left;
	width:60%;
}

.acymailing_forward #forward_sender_information #friend_table label{
	min-width:100px;
}

.acymailing_forward #forward_sender_information #friend_table input{
	min-width:100px;
	width: 100% !important;
}

.acymailing_forward .btn.btn-primary {
	margin: 1.0em 0 2.0em 0;
}

.acymailing_forward label {
	color: #00264d;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	margin-right: 4px;
	min-width: 100px;
}

.acymailing_forward tr, .acymailing_forward td{
	border:0px;
}

#forward_addfriend{
	text-align:left;
	cursor:pointer;
}

#forward_sender_message{
	text-align:left;
	}

div#iframedoc, div#iframetemplate, div#iframetag{
	height:300px;
	display:none;
	border:2px solid #cbc9d5;
}
#iframedoc iframe, #iframetemplate iframe, #iframetag iframe{
	border: 0 none;
}

div.newsletter_body {
	clear:both;
	margin-top:10px;
	border-radius: 8px;
}
div.newsletter_body body{
	border-radius: 10px;
	margin: 0;
	padding: 0;
}
.newsletter_header img {
	border-radius: 8px;
}
#newsletter_preview_area {
	max-width: 100% !important;
}
.newsletter_container {
	background-color: #cce6ff !important;
}
.newsletter_inner_container {
	background-color: #cce6ff !important;
}
.newsletter_inner_container > table {
	background-color: #cce6ff !important;
}
.newsletter_inner_container .section_divider {
	background-color: #cce6ff !important;
}
.newsletter_inner_container .section_divider:first-child {
	background-color: #f5faff !important;
}

@media screen and (max-width: 639px) and (min-width: 410px){
	div#acyarchiveview {
		background-color: rgb(204, 230, 255) !important;
		border:#f2f9ff;
		border-radius: 8px;
		display: block;
		margin: 1em auto;
		max-width: 410px;
		padding: 0.5em 0;
	}
	div#acyarchiveview div {
		padding: 0 0.5em;
	}
}

@media screen and (max-width: 767px) and (min-width: 640px){
		div#acyarchiveview {
		background-color: rgb(204, 230, 255) !important;
		border:#f2f9ff;
		border-radius: 8px;
		display: block;
		margin: 1em auto;
		max-width: 614px;
		padding: 0.5em 0;
	}
	div#acyarchiveview div {
		padding: 0 0.5em;
	}
	div#acyarchiveview div h2.contentheading {
		color: #00264d;
		font-size: 2em;
		font-weight: bold;
		margin: 0 0.5em -1em;
		max-width: 480px;
		padding: 1em 1em 0;
	}
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
	div#acyarchiveview {
		background-color: rgb(204, 230, 255) !important;
		border:#f2f9ff;
		border-radius: 8px;
		display: block;
		margin: 1em auto;
		max-width: 720px;
	  padding: 1em 0;
	}
	div#acyarchiveview div {
		padding: 0 0.5em;
	}
	div#acyarchiveview div h2.contentheading {
    color: #00264d;
    font-size: 2em;
    font-weight: bold;
    margin: 0 1em -1em;
    max-width: 600px;
    padding: 1em 1em 0;
	}
}
div#acyarchiveview {
	background-color: rgb(204, 230, 255) !important;
	border:#f2f9ff;
	border-radius: 8px;
	display: block;
	margin: 1em auto;
	max-width: 768px;
  padding: 1em 0;
}
div#acyarchiveview div {
	padding: 0 1em;
}
div#acyarchiveview div h2.contentheading {
    color: #00264d;
    font-size: 2em;
    font-weight: bold;
    margin: 0 1em -1em;
    max-width: 600px;
    padding: 1em 1em 0;
	}

div#acyarchiveview .newsletter_body + div {
	background-color: #cce6ff !important;
}

div#acyarchiveview div div {
	position: static;
	float: right !important;
	margin-right: -40px;
}

#acymailing_module_formAcymailing98221 {
	margin: 0 auto;
	border: 10px solid #ffffff;
}

.hideonline{
	display:none;
}

img.captchaimagecomponent{
	border:1px solid #dedce4;
}

.icon-16-refuse {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-16-refuse.png); background-repeat: no-repeat; width:16px; height:16px; float:right;margin-left:3px;}
.icon-32-stats {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-stats.png);}
.icon-32-schedule {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-schedule.png) !important; background-position:0% 0% !important;}
.icon-32-import {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-import.png) !important; background-position:0% 0% !important}
.icon-32-acyexport {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acyexport.png);}
.icon-32-acylist {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acylist.png);}
.icon-32-unschedule {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-unschedule.png) !important; background-position:0% 0% !important;}
.icon-32-process {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-process.png);}
.icon-32-acyusers {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acyusers.png);}
.icon-32-copy {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-copy.png);}
.icon-32-acytemplate {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acytemplate.png) !important; background-position:0% 0% !important;}
.icon-32-tag {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-tag.png) !important; background-position:0% 0% !important;}
.icon-32-replacetag {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-replacetag.png) !important; background-position:0% 0% !important;}
.icon-32-acyaction {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acyaction.png);}
.icon-32-acymailing {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acymailing.png);}
.icon-32-fields {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-fields.png);}
.icon-32-filter {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-filter.png);}
.icon-32-share {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-share.png);}
.icon-32-acyprint {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acyprint.png);}
.icon-32-bounces {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-bounces.png);}
.icon-32-installbounces {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-installbounces.png);}
.icon-32-spamtest {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-spamtest.png);}
.icon-32-acysend {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acysend.png) !important; background-position:0% 0% !important;}
.icon-32-acypreview {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-acypreview.png) !important; background-position:0% 0% !important;}
.icon-32-joomlanotification {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-32-joomlanotification.png);}
.icon-48-import {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-import.png);}
.icon-48-acyexport {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acyexport.png);}
.icon-48-process {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-process.png);}
.icon-48-stats {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-stats.png);}
.icon-48-acymailing {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acymailing.png);}
.icon-48-acytemplate {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acytemplate.png);}
.icon-48-newsletter {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-newsletter.png);}
.icon-48-autonewsletter {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-autonewsletter.png);}
.icon-48-campaign {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-campaign.png);}
.icon-48-fields {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-fields.png);}
.icon-48-filter {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-filter.png);}
.icon-48-share {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-share.png);}
.icon-48-acylist {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acylist.png);}
.icon-48-acyaction {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acyaction.png);}
.icon-48-acyupdate {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acyupdate.png);}
.icon-48-acyconfig {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acyconfig.png);}
.icon-48-acyusers {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-acyusers.png);}
.icon-48-bounces {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-bounces.png);}
.icon-48-joomlanotification {background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-48-joomlanotification.png);}


.icon-14-acyaction { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-action.png); vertical-align:middle; }
.icon-14-tag { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-tag.png); vertical-align:middle; }
.icon-14-acyprint { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-print.png); vertical-align:middle; }


.btn-small .icon-acymailing { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-acymailing.png); vertical-align:middle; }
.btn-small .icon-process { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-process.png); vertical-align:middle; }
.btn-small .icon-acypreview { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-acypreview.png); vertical-align:middle; }
.btn-small .icon-export { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-export.png); vertical-align:middle; }
.btn-small .icon-acyexport { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-export.png); vertical-align:middle; }
.btn-small .icon-acyaction { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-action.png); vertical-align:middle; }
.btn-small .icon-acysend { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-sendtest.png); vertical-align:middle; }
.btn-small .icon-import { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-import.png); vertical-align:middle; }
.btn-small .icon-stats { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-chart.png); vertical-align:middle; }
.btn-small .icon-replacetag { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-replace-tag.png); vertical-align:middle; }
.btn-small .icon-unschedule { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-unschedule.png); vertical-align:middle; }
.btn-small .icon-spamtest { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-spamtest.png); vertical-align:middle; }
.btn-small .icon-acyprint { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-print.png); vertical-align:middle; }
.btn-small .icon-acytemplate { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-template.png); vertical-align:middle; }
.btn-small .icon-schedule { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-schedule.png); vertical-align:middle; }
.btn-small .icon-bounces { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-bounce.png); vertical-align:middle; }
.btn-small .icon-installbounces { background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-color-bounce-rules.png); vertical-align:middle; }
.btn-small .icon-acyusers{ background-image:url(https://www.911tap.org/templates/ae911truth/images/icons/icon-14-acyusers.png); vertical-align:middle; }

a .icon16{
	border: 1px solid transparent;
}

a:hover .icon16{
	border: 1px solid #3399ff;
}

.acyschedule{
	display:inline-block;
	height:16px;
	width:16px;
	background-image:url(https://www.911tap.org/templates/ae911truth/images/schedule.png)
}

div.acymailing_messages{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-top-style:solid;
	border-top-width:2px;
	font-weight:bold;
	margin:5px 10px;
	padding:0;
}

.acymailing_messages li{
	list-style-type : none;
	background:none;
	padding-left:0px;
}

.acymailing_messages ul{
	padding:3px 0 3px 25px;
	margin:10px;
}

div.acymailing_warning{
	background-color:#EFE7B8;
	border-bottom-color:#F0DC7E;
	border-top-color:#F0DC7E;
	color:#CC0000;
}

div.acymailing_success{
	background-color:#CCFFBB;
	border-bottom-color:#00AA00;
	border-top-color:#00AA00;
	color:#00AA00;
}

div.acymailing_info{
	background-color:#C3D2E5;
	border-bottom-color:#84A7DB;
	border-top-color:#84A7DB;
	color:#0055BB;
}

div.acymailing_error{
	background-color:#E6C0C0;
	border-bottom-color:#DE7A7B;
	border-top-color:#DE7A7B;
	color:#CC0000;
}

div.acychart, table.acychart{
	border:1px solid #dedce4;
	padding:2px;
}

#acy_content input,#acy_content textarea,#acy_content select,
#acy_content fieldset input,#acy_content fieldset textarea,#acy_content fieldset select,
#acy_content fieldset img,#acy_content fieldset button{
	float:none;
}

#acy_content label{
	float:none;
	display:inline;
}
#acy_content fieldset{
	border:1px solid #cbc9d5;
	background-color:#FFFFFF;
}
#acy_content table.admintable td.key ,#acy_content table.admintable td.paramlist_key {
	background-color:#f2f9ff;
	border-bottom:1px solid #e7e6ec;
	border-right:1px solid #e7e6ec;
	color:#655f83;
	font-weight:bold;
	text-align:right;
	width:140px;
	padding:7px;
}

#acy_content table.admintable td{
	padding:7px;
}

#acy_content table.admintable td input{
	margin-bottom:0px;
}

#acy_content input, #acy_content select, #acy_content textarea{
	padding:3px;
	border-radius:3px;
}
#acy_content input[type=checkbox], #wysija input, #wysija select{
	padding:0px;
}
#acy_content input[type=radio]{
	margin-left:10px;
	padding:1px;
}

#acy_content div.acyheader{
	background-repeat:no-repeat;
	color:#0B55C4;
	font-size:22px;
	font-weight:bold;
	line-height:48px;
	margin-left:10px;
	padding-left:55px;
	width:auto;
	height:auto;
}

#acy_content dd{
	width:auto;
}

#acy_content div.current select {
	margin-bottom:0px;
	}

#acy_content fieldset legend{
		position:static;
		float:none;
		top : 0px !important;
}

#acy_content div.current{
	background-color:#F9F9F9;
}

#acyarchivelisting td, #acyarchivelisting tr, #acymodifyform td, #acymodifyform tr{
	border:0 none;
}

#acyuserinfo td{
	padding: 4px;
}

#acyarchivelisting img{
	border:0 none;
}

div.acytagpopup .familymenu a{
	display:block;
	float:left;
	border-left: 1px solid #cbc9d5;
	border-bottom:3px solid #cbc9d5;
	background:url(https://www.911tap.org/templates/ae911truth/images/grey_strip.png) repeat-x center;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding: 5px 10px 6px;
	white-space:nowrap;
	margin-bottom:3px;
}


div.acytagpopup .familymenu a:hover,div.acytagpopup .familymenu a.selected{
	 color:#fff;
	 background:url(https://www.911tap.org/templates/ae911truth/images/blue_strip.png) no-repeat center bottom #3f7899;
}

div.acytagpopup #inserttagdiv{
	float:right;
}
div.acytagpopup #plugarea{
	 clear:both;
	 padding :10px;
	 width:700px;
}
div.acytagpopup table.adminlist tr.selectedrow td{
	 background-color:#FDE2BA;
}

table.acltable thead{
	background-color:#5471B5;
	color:white;
}

table.acltable{
	border-collapse: collapse;
	background-color:white;
}
table.acltable td
{
	padding:4px;
		border: #cbc9d5 1px solid;
}

table.acltable th{
	padding: 5px 15px;
	border: #cbc9d5 1px solid;
	}

table.acltable td.checkfield{
	text-align:center;
}

table.acltable tr.aclline:hover{
	background-color:#CDE6E3;
}


#unsubpage .unsubsurvey, #unsubpage .unsubintro {
	padding:10px;
	}

#unsubpage .unsuboptions{
	padding-left:20px;
}


div#wysija{
	background:url(https://www.911tap.org/templates/ae911truth/images/editorback.png) no-repeat;
	height:25px;
	width:150px;
	padding:7px 12px;
}

#wysija span{
	width:15px;
	height:16px;
	display:inline-block;
	background:url(https://www.911tap.org/templates/ae911truth/images/typo.png) no-repeat;
	cursor:pointer;
	vertical-align:middle;
	}

#wysija span.ielement{
	background-position:-19px 0px;
}

#wysija span.uelement{
	background-position:-38px 0px;
}

#wysija span.belementselected{
	background-position:0px -29px;
}
#wysija span.ielementselected{
	background-position:-19px -29px;
}
#wysija span.uelementselected{
	background-position:-38px -29px;
}

div.acyfilterarea{
	border-left:3px solid #cbc9d5;
	padding:5px;
	margin-left:10px;
}

#acy_content td.acytdcheckbox{
	width:35px;
	background-image:url(https://www.911tap.org/templates/ae911truth/images/checkbox.png);
	background-repeat:no-repeat;
	background-position:14px 3px;
}

#acy_content tr:hover td.acytdcheckbox{
	background-position:-56px 3px;
}

#acy_content tr.selectedrow td.acytdcheckbox{
	background-position:-126px 3px;
}

.receiveemailbox_hidden{
	display:none
}

#acy_content tfoot td{
	text-align:center;
}

#acy_content fieldset.radio {
	border: 0;
	margin-bottom: 5px;
	background-color:transparent;
}
#acy_content fieldset.adminform {
	padding: 5px 17px 17px;
}
#acy_content fieldset.adminform legend {
	margin: 0px;
	padding: 0px 3px;
	border: 0px solid;
	width: auto;
}
body.com_acymailing #acy_content table td.order input {
	width:20px;
	margin-bottom:0px;
}
body.com_acymailing div.modal-body iframe {
	border:0px;
}

.modal-body{
	max-height: none !important;
}

#acy_content .close {
	float:right;
}

.acyheaderarea{
	margin-bottom:10px;
}

#acyuserinfo label, #acyusersubscription label{display:inline;}

#acyusersubscription input[type="radio"] {
	float:none;
	margin-right:4px;
}

#trcontact_me span {
	display:block;
}

#trcontact_me td.key {
	vertical-align:top;
}

#trcomments td.key {
	vertical-align: top;
}

.onlyprint{display:none}

body.com_acymailing #toolbar button{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius: 4px;
}

body.com_acymailing .modal-body iframe{
	max-height:100%;
}

#acynavbar div.navbar-inner{
	background-color: #FAFAFA;
	background-image: linear-gradient(to bottom, #FFFFFF, #F2F2F2);
	background-repeat: repeat-x;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.refreshCaptcha{
	background-image:url(../images/refresh.png);
	width:16px;
	height:16px;
	display:block;
	float:right;
	cursor:pointer;
}
.refreshCaptchaForward{
	background-image:url(../images/refresh.png);
	width:16px;
	height:16px;
	display:inline-table;
	cursor:pointer;
}

#dateDetails{
	background-color:#17568c;
	color:#fff;
	padding:7px 12px;
	border-radius: 8px;
	position:fixed;
}
.dateDetailType{
	padding-bottom: 5px;
}
.dateDetailType input{
	width: 30px !important;
}
.dateBtn{
	padding-top:5px;
}

#acyarchivelisting a.modal, #acy_content a.modal{position:static !important;margin:0 !important;width:auto !important;}



/**  ACYMailing 911TruthOUtreach Component Styles  **/

/**
 * @package    AcyMailing for Joomla!
 * @version    4.7.2
 * @author     acyba.com
 * @copyright  (C) 2009-2014 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

#acyarchivelisting .inputbox, #acyuserinfo .inputbox{
	color:#596c80 !important;
	border:1px solid #c2c8cf;
	border-radius: 2px !important;
	margin-right: 10px!important;
	padding: 6px 10px 2px 6px !important;
}

#acyarchivelisting .inputbox.required, #acyuserinfo .inputbox.required {
	border: 1px solid #bf3054;
}

#acyarchivelisting .inputbox:hover, #acyuserinfo .inputbox:hover{
	background-image: none;
	border:1px solid rgba(7,4,26,0.8) !important;
	box-shadow: 0 1px 1px rgba(107,131,153,0.075) inset, 0 0 8px rgba(89,109,128,0.6) !important;
	-moz-box-shadow: 0 1px 1px rgba(107,131,153,0.075) inset, 0 0 8px rgba(89,109,128,0.6) !important;
	-webkit-box-shadow: 0 1px 1px rgba(107,131,153,0.075) inset, 0 0 8px rgba(89,109,128,0.6) !important;
	outline: 0 none;
}

#acyarchivelisting .inputbox:focus, #acyuserinfo .inputbox:focus{
	background-image: none;
	border:1px solid rgba(7,4,26,0.8) !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(18,9,64,0.6) !important;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(18,9,64,0.6) !important;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset, 0 0 8px rgba(18,9,64,0.6) !important;
	outline: 0 none;
}

#acyarchivelisting .button, #acymodifyform .button, #unsubbutton_div .button {
	background: #748da6 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #748da6 0%,  100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%) !important; /* W3C */
	border-width: 1px;
	border-style: solid;
	border-color: #748da6 #36414d #36414d #748da6 !important;
	border-radius: 8px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	transition-duration: 0.33s;
	transition-property: all;
	vertical-align: middle;
}

#acyarchivelisting .button:hover, #acymodifyform .button:hover, #unsubbutton_div .button:hover{
	background: #5798d9 !important; /* Old browsers */
	*background-color: #5798d9 !important;
	background: -moz-linear-gradient(top,  #5798d9 0%, #335980 100%) !important; /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #5798d9 0%,#335980 100%) !important; /* W3C */
	color: #ffffff !important;
}

#acyarchivelisting table{
	border:0px !important;}

#acyarchivelisting .contentheading{
	color:#000;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-bottom:4px;
}

#acyarchivelisting .contentpane form{
	background-color: #FFFFFF;
	border-style: solid;
	border-color:#cbc9d5;
	border-width: 1px;
	padding: 10px;
}


#acyarchivelisting .contentpane .contentdescription{
	color:#585379;
	font-size: 1.25em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}

#acyarchivelisting .acynewbutton a:hover, #acyarchivelisting .acynewbutton a:focus{
	background-color:transparent;
	color:#cf5402;
}

#acyarchivelisting .sectiontableheader{
	color:#302858;
	padding-top:25px;}

#acyarchivelisting .contentpane thead{
	border-bottom:1px solid #cbc9d5;
	height:30px;
}

#acyarchivelisting .contentpane tbody{
	color:#302858;
}

#acyarchivelisting .sectiontableheader a{
	color:#302858;
	text-decoration:none;
	background-color:transparent;
	font-weight:bold;
	font-size:12px;
}

#acyarchivelisting .sectiontableheader a:hover{
	background-color:transparent;
	color:#655f83;
}

#acyarchivelisting .contentpane tbody .sectiontableentry1{
	text-align:center;
	height:30px;
	background-color: rgba(220,235,250,1);
	border-bottom:1px solid #f2f9ff;
}

#acyarchivelisting .contentpane tbody .sectiontableentry1:hover{
	text-align:center;
	height:30px;
	background-color: rgba(232,241,250,1);
}

#acyarchivelisting .contentpane tbody .sectiontableentry1 a{
	background-color:transparent;
	color:#655f83;
	text-decoration:none;
}

#acyarchivelisting .contentpane tbody .sectiontableentry1 a:hover{
	color:#000;
	background-color:transparent;
	text-decoration:underline;
}

#acyarchivelisting .contentpane tbody .sectiontableentry2{
	text-align:center;
	height:30px;
	background-color:#f2f9ff;
	border-bottom:1px solid #fff;
}

#acyarchivelisting .contentpane tbody .sectiontableentry2:hover{
	text-align:center;
	height:30px;
	background-color:#e6e6e6;
}

#acyarchivelisting .contentpane tbody .sectiontableentry2 a{
	text-decoration:none;
	color:#655f83;
	background-color:transparent;
}

#acyarchivelisting .contentpane tbody .sectiontableentry2 a:hover{
	color:#000;
	background-color:transparent;
	text-decoration:underline;
}

#acylistslisting .componentheading{
	color:#00264d;
	font-weight:bold;
	border-bottom:2px solid #a09db1;
	margin-bottom:10px;
	font-weight:bold;
	font-size:1.2em;
	padding-bottom:4px;
}

.componentheading{
	color:#00264d;
	font-weight:bold;
	border-bottom: 2px solid #a09db1;
	margin:1.0em;
	padding-bottom:0.25em;
}

#acylistslisting .list_name a{
	background-color: transparent;
	color:#655f83;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#acylistslisting .list_name a:hover, #acylistslisting .list_name a:focus {
	text-decoration:underline;
	background-color:transparent;
	color:#655f83;
}

#acylistslisting .list_description{
	color:#302858;
	padding:0px;
}

#acylistslisting p{
	line-height: 15px;
	margin: 3px 0;}

div.acymailing_list:hover{
	background-color :#f2f9ff;
}

#acylistslisting .contentpane thead td{
	padding-top:20px;
}

#acylistslisting div.acymailing_list{
	border:none;
	border-bottom:1px solid #cbc9d5;
	margin: 0px;
	padding-top: 10px;
}

#acyusersubscription th{
	background-color: rgba(206,224,242,0.75);
	background-image: linear-gradient(bottom, rgb(206,224,242) 21%, rgb(249,252,255) 64%);
	background-image: -o-linear-gradient(bottom, rgb(206,224,242) 21%, rgb(249,252,255) 64%);
	background-image: -moz-linear-gradient(bottom, rgb(206,224,242) 21%, rgb(249,252,255) 64%);
	background-image: -webkit-linear-gradient(bottom, rgb(206,224,242) 21%, rgb(249,252,255) 64%);
	background-image: -ms-linear-gradient(bottom, rgb(206,224,242) 21%, rgb(249,252,255) 64%);
    border-color: #f2f9ff #e5f3ff #cee0e5 #f2f9ff;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #5f7082;
    padding: 4px 5px;
}


#acyusersubscription tr{
	border-bottom:1px solid #fff !important;}

#acyusersubscription .acystatus{
	padding-top:20px;
	padding-bottom: 25px;
}

#acymodifyform {
	background-color: rgba(255,255,255,0.75);
	border-radius: 8px;
	margin:1.0em;
	padding:1.0em;
}

#acymodifyform .adminform{
	color:#5f7082;
	text-align:left;
}

#adminForm {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 8px;
	color:#00264d;
	display: block;
	margin: 0 auto 1em;
	padding: 1em;
	text-align:left;
	width: 95%;
}

#acymodifyform fieldset{
	padding:0px;
}

#acyuserinfo{
	background-color: rgba(255,255,255,1.0);
	border: medium none;
	margin-bottom: 1.0em;
}

#acyuserinfo tbody {
	border-radius: 8px;
}

#acyuserinfo #trname td{
	padding-top:10px;}

#acyuserinfo #trplus td{
	padding-bottom:10px;}

#acyuserinfo select{
	border:1px solid #dcc2b2;}

#acyuserinfo .key{
	color:#596c80;
	font-weight:bold;
	font-size:11px;
	padding-left: 0px;
}

#acyusersubscription{
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

#acymodifyform legend{
	color:#5f7082;
	font-size:1.5em;
	font-weight:bold;
	padding:0 0 4px;
	border-bottom:1px solid #adc3d9;
	margin-bottom:0.5em;
}

#acyuserinfo input{
	margin:0 5px;
}

#acyusersubscription thead tr {
	display:none;
}

#acyusersubscription .list_name{
    color: #2d4359;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding-top: 20px;
 	padding-left: 0.5em;
    text-align: left;
}

#acyusersubscription .list_description{
    color: #2d4359;
    font-size: 0.9em;
    text-align: left;
 	padding-left: 0.5em;
}

#acymodifyform .acymodifybutton{
	text-align:center;
}

#unsubpage{
padding: 20px 20px 40px;
font-size:11px;
border:1px solid #cbc9d5;}

#unsubpage .unsubsurvey, #unsubpage .unsubintro{
	padding:0px;}

#unsubpage input{
	margin-right:5px;}

#unsubpage .unsubintro{
	font-weight:bold;
	color:#000;
	font-size:12px;
	padding:0px;
	border-bottom: 1px solid #000;
	padding-bottom:4px;
	margin-bottom:10px;}

#unsubpage .unsuboptions{
	padding:0px;}


#unsubpage .unsubsurveytext{
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 30px;
	padding-bottom: 4px;
}

#unsubpage .unsuboptions div{
	font-size: 11px;
	margin-top: 6px;
	font-weight:normal;
}

#unsubpage .unsubsurvey div{
	font-size: 11px;
	margin-top: 6px;
	font-weight:normal;
}


#unsubpage .unsubsurvey textarea{
	margin-top:15px;
	border:1px solid #cbc9d5;
	width:100%;
	margin-bottom: 10px;
	background-color::#fff;
	border-radius:15px;
}

#unsubpage .unsubsurvey textarea:hover{
	border:1px solid #aaa;
	border-right:1px solid #e9eff5;
	border-bottom:1px solid #e9eff5;
}

#unsubpage .input{
	padding-right:10px;
}

#unsubbutton_div{
	text-align:center;
}


#acyuserinfo .invalid {
border:1px solid #e9eff5 !important;}

@media (min-width: 641px) {

	div#acyarchivelisting {
	min-height: 764px;
	}
}

div#acyarchivelisting {
	padding-left: 1.0em;
	padding-right: 1.0em;
}

input#acymailingsearch {
	color: #00264d;
}

/**  ACYMailing Module Default CSS  **/

/**
 * @package    AcyMailing for Joomla!
 * @version    4.7.2
 * @author     acyba.com
 * @copyright  (C) 2009-2014 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

div.acymailing_module, .acymailing_module div{
	padding: 0 !important;
	margin: 0 !important;
	border-style:none !important;
}

table.acymailing_form{
	margin:auto;
	border:0px !important;
}

a.acymailing_togglemodule{
	display : block;
	font-size:16px;
}

.acymailing_mootoolsbutton p{
	text-align:center;
}

.acysubbuttons{
	text-align:center;
}

img.captchaimagemodule{
	border:1px solid #dedce4;
	float: left;
}

.captchakeymodule .captchafield{
	margin-top:3px;
	margin-left:2px;
}

#captcha_forward:after {
	content: "\APlease enter the security code displayed in the image.\A";
	white-space: pre;
}

.acymailing_fulldiv tr, .acymailing_fulldiv td{
	border:0px;
}

.acymailing_module_form td {
	padding-bottom: 5px;
	vertical-align:top;
}

div.acymailing_module_error {
	color: #400;
	background-color: #fdd;
	padding: 1em !important;
	margin-bottom:10px;
}

div.acymailing_module_success {
	color: #130;
	background-color: #dfc;
	padding: 1em !important;
	z-index: 10;
	margin-bottom:10px;
}

.acymailing_module_form .acymailing_introtext{
	 padding-bottom:10px;
	 display:block;
}

.refreshCaptchaModule{
	background-image:url(../images/refresh.png);
	width:16px;
	height:16px;
	display:block;
	float:left;
	cursor:pointer;
}

.acymailing_fulldiv a.modal{position:static !important;margin:0 !important;width:auto !important;}

/** ACYMailing 911TruthOutreach Module Styles **/

/**
 * @package    AcyMailing for Joomla!
 * @version    4.7.2
 * @author     acyba.com
 * @copyright  (C) 2009-2014 ACYBA S.A.R.L. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.acymailing_module .inputbox{
	color:#62778c !important;
	border-bottom:1px solid #b8c8d9 !important;
	border-left:1px solid #c3d4e5 !important;
	border-right:1px solid #c3d4e5 !important;
	border-top:1px solid #e9eff5 !important;
	border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	margin-right: 10px!important;
	padding: 2px !important;
	background-image: linear-gradient(bottom, rgb(242, 249, 255) 21%, rgb(255, 255, 255) 58%) !important;
	background-image: -o-linear-gradient(bottom, rgb(242, 249, 255) 21%, rgb(255, 255, 255) 58%) !important;
	background-image: -moz-linear-gradient(bottom, rgb(242, 249, 255) 21%, rgb(255, 255, 255) 58%) !important;
	background-image: -webkit-linear-gradient(bottom, rgb(242, 249, 255) 21%, rgb(255, 255, 255) 58%) !important;
	background-image: -ms-linear-gradient(bottom, rgb(242, 249, 255) 21%, rgb(255, 255, 255) 58%) !important;
    transition-property: background-image, box-shadow, border-bottom, border-left, border-right, border-top, color;
    -webket-transition-duration: 0.33s;
    transition-duration: 0.33s;

}

.acymailing_module .inputbox:hover{
	color:#3e4c59 !important;
	background-image: rgb(255, 255, 255) 21%, rgb(255, 255, 255) !important;
	border-bottom:1px solid #a3b1bf !important;
	border-left:1px solid #adbdcc !important;
	border-right:1px solid #adbdcc !important;
	border-top:1px solid #b8c8d9 !important;
	box-shadow: inset 0 8px 5px 3px #edf4fa !important;
	-moz-box-shadow: inset 0 8px 5px 3px #edf4fa !important;
	-webkit-box-shadow: inset 0 8px 5px 3px #edf4fa !important;
}

.acymailing_module .inputbox:focus{
	border:1px solid #bbb !important;}

.acysubbuttons input.button, .acysubbuttons input.btn, .acysubbuttons .button, .acysubbuttons button.validate, .acymailing_mootoolsbutton a:link, .acymailing_mootoolsbutton a:visited  {	color:#fff !important;
    background: #748da6; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ); /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 1px solid;
    *border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #adbdcc;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 9px 20px;
    text-align: center;
    transition-property: background, color;
    -webket-transition-duration: 0.33s;
    transition-duration: 0.33s;
    vertical-align: middle;
    *zoom: 1;
}

.acysubbuttons input.button:hover, .acysubbuttons input.btn:hover,
.acysubbuttons .button:hover, .acysubbuttons button.validate:hover,
.acymailing_mootoolsbutton a:hover, .acymailing_mootoolsbutton a:active,
.acymailing_mootoolsbutton a:focus {
    background: #5798d9 !important; /* Old browsers */
    *background-color: #5798d9 !important;
    background: -moz-linear-gradient(top,  #5798d9 0%, #335980 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5798d9), color-stop(100%,#335980)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #5798d9 0%,#335980 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #5798d9 0%,#335980 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5798d9', endColorstr='#335980',GradientType=0 ) !important; /* IE6-9 */
    color: #f2f9ff !important;
    text-decoration:none;
}

.acymailing_module_form td{
	padding-bottom:0px;}


.acymailing_module .acyfield_html {
	display:inline-block;
	padding-right:10px !important;}

.acymailing_module .acymailing_mootoolsbutton p{
	text-align:left;}

.acymailing_module a.acymailing_togglemodule{
	display:inline;
		font-size: 14px;
		font-weight: bold;}


.acymailing_module table.acymailing_form {
	margin:0px;}

.acymailing_module .acymailing_module_form td{
	padding-bottom:8px;}

.acymailing_mootoolsbutton a:link, .acymailing_mootoolsbutton a:visited {
	text-decoration:none !important;
	display:inline-block;
}

.acymailing_form {
	margin:0px;}

.acymailing_form label{
	margin-right:10px;
	}

.acymailing_module .acymailing_module_form td{
	padding-bottom:8px;}

.acymailing_module .acymailing_module_form .acymailing_lists a:link, .acymailing_module .acymailing_module_form .acymailing_lists a:visited{
	color:#adbdcc;
	text-decoration:none;}

.acymailing_module form a:hover, .acymailing_module form a:active, .acymailing_module form a:focus{
	color:#c3d4e5!important;
	background-color:transparent !important;}

.acymailing_module .acymailing_module_form .acymailing_lists .acymailing_checkbox{
	margin-right:10px;}


.acymailing_module_form .acymailing_lists a:hover{
	background-color:transparent;
	color:#B90041;
	text-decoration:underline;}

.acymailing_module_form .acymailing_form a:link{
	background-color:transparent;
	color:#000;
	text-decoration:none;}

.acymailing_module_form .acymailing_form a:hover{
	background-color:transparent;
	color:#B90041;
	text-decoration:underline;}

.acymailing_module .acyfield_html input{
	margin-right:10px;
	margin-left:10px;
	border:none !important;
	background:none !important;
	filter:none !important;}

.acymailing_form .checkbox{
	border: none !important;
	background:none !important;
	filter: none !important;}

.acymailing_module .invalid{
border:1px solid #e9eff5 !important;}

/* ACY Mialing Online Newsletter */

table.newsletter_inner_container {
	background-color:#ECF2FF !important;
	width: 540px !important;
}
td.newsletter_inner_container {
	background-color:#ECF2FF !important;
	width: 540px !important;
}
td.section_divider {
	background-color:#ECF2FF !important;
}
td.w30 {
	background-color:#ECF2FF !important;
}
table.newsletter_body {
	background-color:#ECF2F8 !important;
	width:540px !important;
}


/** End Acy 911truthoutreach.org styles **/

/** AcyMailing Facebook Join Us Styles **/


.contentpane.modal{
	background-color: rgba(229, 242, 255, 0.5);
}

.moduletable.acy-facebook-join-tap {
    background-color: #f2f9ff;
    border: medium none;
    height: auto;
    margin: 0 auto;
    padding: 0.5em;
    text-align: left;
}

.acy-facebook-join-tap h3 {
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 0.3em 0 0.5em;
}

.acy-facebook-join-tap table.acymailing_form {
	margin: 1em 0;
}

.acy-facebook-join-tap .acymailing_module_form td{
	font-weight: bold;
	line-height: 1.5em !important;
	padding-bottom: 0;
}

.acy-facebook-join-tap .acymailing_module_form td span label {
	font-weight: normal;
    margin-top: 0.5em !important;
}

.acy-facebook-join-tap .acymailing_module_form .acymailing_introtext {
	line-height: 1.2em;
	padding-bottom: 1.0em;
}

.acy-facebook-join-tap .acymailing_module_form td input {
	margin-bottom: 5px;
	margin-right: 0.5em;
}

.acy-facebook-join-tap .acymailing_module_form .inputbox {
	height: 2em;
}

.acy-facebook-join-tap .acymailing_module_form td.acyfield_contact_me  {
    padding-top: 1.5em;
}


.acy-facebook-join-tap .acymailing_module_form td.captchakeymodule {
    padding-top: 1em;
}

.acy-facebook-join-tap .acymailing_module_form td.acysubbuttons {
	padding-top: 1em;
	text-align: left;
}
.acy-facebook-join-tap .acymailing_module_form td.acyfield_comments textarea {
width:82%;
height:10em
}

/**
 * @version		$Id: k2.css 1913 2013-02-08 22:35:11Z joomlaworks $
 * @package		K2
 * @author		JoomlaWorks http://www.joomlaworks.net
 * @copyright	Copyright (c) 2006 - 2013 JoomlaWorks Ltd. All rights reserved.
 * @license		GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
 */

/*
### Legend ###
Font families used:
	font-family:Georgia, "Times New Roman", Times, serif;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-family:Arial, Helvetica, sans-serif;

Colors used:
	#f7fafe (light blue) used as background on all toolbars, category and user/author boxes

*/



/*----------------------------------------------------------------------
	Common Elements
----------------------------------------------------------------------*/

/* --- Global K2 container --- */
#k2Container.itemView {
	background: rgba(255, 255, 255, 0) none repeat scroll 0 0 !important;
}
#k2Container.articleList {margin: 1.0em auto;max-width: 65em;}
#k2Container {border-radius: 5px;margin-top:2.5em;margin:0.5em;padding:0 0 1.5em;}
#k2Container.itemListView.home_page{margin-top: 30px;}
body.contentpane #k2Container {padding:16px;} /* used in popups */
#k2Container .articleList {margin: 1em 0;}

/* --- General padding --- */
.k2Padding {padding:4px;}

/* --- Zebra rows --- */
.even {background:#eff5fc;padding:2px;border-bottom:1px dotted #d4dcef;}
.odd {background:#e7effc;padding:2px;border-bottom:1px dotted #d4dcef;}

/* --- RSS feed icon --- */
div.k2FeedIcon {float: right;margin: 0; padding:4px 8px;width: 30px;}
div.k2FeedIcon a,
div.k2FeedIcon a:hover {display:block;float:right;margin:0;padding:0;width:16px;height:16px;background:url(../k2_images/fugue/feed.png) no-repeat 50% 50%;}
div.k2FeedIcon a span,
div.k2FeedIcon a:hover span {display:none;}


/* --- Rating --- */
.itemRatingForm {display:block;vertical-align:middle;line-height:25px;float:left;}
.itemRatingLog {font-size:11px;margin:0;padding:0 0 0 4px;float:left;}
div.itemRatingForm .formLogLoading {background:url(../k2_images/system/loading.gif) no-repeat left center;height:25px;padding:0 0 0 20px;}
.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {background:transparent url(../k2_images/system/transparent_star.gif) left -1000px repeat-x;}
.itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}
.itemRatingList li {display:inline;background:none;padding:0;}
.itemRatingList a,
.itemRatingList .itemCurrentRating {position:absolute;top:0;left:0;text-indent:-1000px;height:25px;line-height:25px;outline:none;overflow:hidden;border:none;cursor:pointer;}
.itemRatingList a:hover {background-position:left bottom;}
.itemRatingList a.one-star {width:20%;z-index:6;}
.itemRatingList a.two-stars {width:40%;z-index:5;}
.itemRatingList a.three-stars {width:60%;z-index:4;}
.itemRatingList a.four-stars {width:80%;z-index:3;}
.itemRatingList a.five-stars {width:100%;z-index:2;}
.itemRatingList .itemCurrentRating {z-index:1;background-position:0 center;margin:0;padding:0;}
span.siteRoot {display:none;}

/* --- CSS added with Javascript --- */
.smallerFontSize {font-size:100%;line-height:inherit;}
.largerFontSize {font-size:150%;line-height:140%;}

/* --- ReCaptcha --- */
.recaptchatable .recaptcha_image_cell,
#recaptcha_table {background-color:#fff !important;}
#recaptcha_table {border-color: #c4c2cf !important;}
#recaptcha_response_field {border-color: #c4c2cf !important;background-color:#fff !important;}

/* --- Primary lists in modules --- */
div.k2LatestCommentsBlock ul,
div.k2TopCommentersBlock ul,
div.k2ItemsBlock ul,
div.k2LoginBlock ul,
div.k2UserBlock ul.k2UserBlockActions,
div.k2UserBlock ul.k2UserBlockRenderedMenu,
div.k2ArchivesBlock ul,
div.k2AuthorsListBlock ul,
div.k2CategoriesListBlock ul,
div.k2UsersBlock ul {} /* Example CSS: padding:0;margin:0;list-style:none;*/

div.k2LatestCommentsBlock ul li,
div.k2TopCommentersBlock ul li,
div.k2ItemsBlock ul li,
div.k2LoginBlock ul li,
div.k2UserBlock ul.k2UserBlockActions li,
div.k2UserBlock ul.k2UserBlockRenderedMenu li,
div.k2ArchivesBlock ul li,
div.k2AuthorsListBlock ul li,
div.k2CategoriesListBlock ul li,
div.k2UsersBlock ul li {} /* Example CSS: display:block;clear:both;padding:2px 0;border-bottom:1px dotted #c4c2cf;*/

.clearList {display:none;float:none;clear:both;} /* this class is used to clear all previous floating list elements */
.lastItem {border:none;} /* class appended on last list item */

/* --- Avatars --- */
.k2Avatar img {display:block;float:left;background:#fff;border:1px solid #c4c2cf;padding:2px;margin:2px 4px 4px 0;}

/* --- Read more --- */
a.k2ReadMore {
	border: none;
	color: #73ace5 !important;
	cursor: pointer;
	font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	transition: all 0.4s;
}

a.k2ReadMore:hover {
	color:#5ca1e5 !important;
	-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.40);
	-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.40);
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.40);
}

/* --- Pagination --- */
div.k2Pagination {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 8px;
	color: #004dc9;
	margin: 0 0 4px;
	padding: 1em 8px;
	text-align: center;
	vertical-align: bottom;
}

/* --- Pagination (additional styling for Joomla! 1.6+) --- */
div.k2Pagination ul {text-align:center;}
div.k2Pagination ul li {display:inline;font-size: 1.1em;margin:0 0.35em 0 0.35em;}
div.k2Pagination ul li a {color:#004dc9;}
div.k2Pagination ul li.active a {color:#006c99;font-weight:bold;}

/* --- Extra fields: CSV data styling --- */
table.csvData {}
table.csvData tr th {}
table.csvData tr td {}

/* --- Featured flags: the classes are repeated further below to indicate placement in the CSS structure --- */
div.itemIsFeatured,
div.catItemIsFeatured,
div.userItemIsFeatured {background:url(../k2_images/system/featuredItem.png) no-repeat 100% 0;}



/*----------------------------------------------------------------------
	Component: Item view
----------------------------------------------------------------------*/
a.itemPrintThisPage {display:block;width:160px;margin:4px auto 16px;padding:4px;background:#f2f9ff;border:1px solid #c4c2cf;text-align:center;color:#595379;font-size:13px;}
a.itemPrintThisPage:hover {background:#eee;text-decoration:none;}

div.itemView {background:#f2f9ff; padding:8px 0 24px 0;margin:0 0 1.5em 0;border-bottom:1px dotted #c4c2cf;} /* this is the item container for this view */
div.itemIsFeatured {} /* Attach a class for each featured item */
span.itemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
span.itemEditLink a {padding:2px 12px;border:1px solid #c4c2cf;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
span.itemEditLink a:hover {background:#3399ff;}

div.itemHeader {padding-left: 1.0em;padding-right: 1.0em;border-radius:5px;}
	div.itemHeader span.itemDateCreated {color:#00264a;font-size:11px;}
	div.itemHeader h2.itemTitle {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size: calc(1.8vw + 16px);font-weight:bold;line-height:110%;padding:10px 0 4px;margin:0;text-align:center;}
	div.itemHeader h2.itemTitleRow2 {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:36px;font-weight:bold;line-height:110%;padding:10px 0 4px;margin:-0.35em 0 0;text-align:center;}
	div.itemHeader h2.itemTitle span {}
	div.itemHeader h2.itemTitle span sup {font-size:12px;color:#3399ff;text-decoration:none;} /* "Featured" presented in superscript */
	div.itemHeader h3.itemSubTitle1 {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:28px;font-weight:bold;line-height:110%;padding:10px 0 4px;margin:0;text-align:center;}
	div.itemHeader h4.itemSubTitle2 {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:20px;font-weight:bold;line-height:110%;padding:10px 0 4px;margin:0;text-align:center;}
	div.itemHeader span.itemAuthor {display:block;padding:10px 0 0;margin:0;}
	div.itemHeader span.itemAuthor a {}
	div.itemHeader span.itemAuthor a:hover {}
	div.itemToolbar {padding: 0.125em 1.0em;margin: 16px -8px 0 -8px;border-top: 1px solid #d8e4f0;border-bottom: 1px solid #ffffff;background: #ebf4fc;}
	div.itemToolbar ul {text-align:right;list-style:none;padding:0;margin:0;}
	div.itemToolbar ul li {display:inline;list-style:none;padding:0 4px 0 8px;margin:0;border-left:1px solid #c4c2cf;text-align:center;background:none;font-size:12px;}
	div.itemToolbar ul > li:first-child {border:none;} /* remove the first CSS border from the left of the toolbar */
	div.itemToolbar ul li a {font-size:12px;font-weight:normal;}
	div.itemToolbar ul li a:hover {}
	div.itemToolbar ul li a span {}
	div.itemToolbar ul li a.itemPrintLink {}
	div.itemToolbar ul li a.itemPrintLink span {}
	div.itemToolbar ul li a.itemEmailLink {}
	div.itemToolbar ul li a.itemEmailLink span {}
	div.itemToolbar ul li a.itemVideoLink {}
	div.itemToolbar ul li a.itemVideoLink span {}
	div.itemToolbar ul li a.itemImageGalleryLink {}
	div.itemToolbar ul li a.itemImageGalleryLink span {}
	div.itemToolbar ul li a.itemCommentsLink {}
	div.itemToolbar ul li a.itemCommentsLink span {}
	div.itemToolbar ul li a img {vertical-align:middle;}
	div.itemToolbar ul li span.itemTextResizerTitle {}
	div.itemToolbar ul li a#fontDecrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontDecrease img {width:13px;height:13px;background:url(../k2_images/system/font_decrease.gif) no-repeat;}
	div.itemToolbar ul li a#fontIncrease {margin:0 0 0 2px;}
	div.itemToolbar ul li a#fontIncrease img {width:13px;height:13px;background:url(../k2_images/system/font_increase.gif) no-repeat;}
	div.itemToolbar ul li a#fontDecrease span,
	div.itemToolbar ul li a#fontIncrease span {display:none;}

div.itemRatingBlock {padding:8px 0;}
	div.itemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#e9eff5;}

div.itemBody {padding:0.5em;margin:0;}

div.itemImageBlock {float: left;margin-top:20px;}
	span.itemImage {display: block;float: left !important;margin: 0 2em 1em 0;text-align: left;width: 320px;}
	span.itemImage img {border:1px solid #c4c2cf;border-radius: 15px;margin-top: 8px;padding:8px;}
	span.itemImageCaption {color: #00264d;display: block;font-size: 0.8em;font-style: italic;line-height: 1.35em;margin: 0 0 2em;padding: 0 3%;text-align: left;width: 94% !important;}
	span.itemImageCredits {color:#00264d;float:left;display:block;font-size:11px;font-style:italic;padding: 12px 3px 3px;}

div.itemIntroText {padding:4px 0 12px 0;}
	div.itemIntroText img {}

div.itemFullText {}
	div.itemFullText h3 {margin:0;padding:0.85em 0 1.0em;}
	div.itemFullText p {}
	div.itemFullText img {border: 1px solid #c4c2cf; border-radius: 10px; margin-bottom: 2px !important; padding: 0;}

div.itemFullText .subscription_confirm-notice {
	max-width: 768px;
	margin: 0 auto;
}

span.jcemediabox-zoom-span {border: 1px solid #c4c2cf !important; border-radius: 15px; margin-bottom: 9px; padding: 0.55em 0.05em 0.55em 0.55em !important;}

a.jcepopup span.jcemediabox-zoom-span {
	width: 97% !important;
}
#jcemediabox-popup-caption p {
	border:0 none;
	line-height:1.2em;
	margin: 0;
	padding: 5px;
}
#sbox-window {
	background-color: rgba(0, 38, 77, 0.5);
}
#sbox-content {
	background-color: rgba(0, 0, 0, 0.5);
}
#jcemediabox-popup-body, #jcemediabox-popup-container,
#jcemediabox-popup-content, #jcemediabox-popup-iframe,
#jcemediabox-popup-img, #jcemediabox-popup-loader,
#jcemediabox-popup-object, #jcemediabox-popup-overlay,
#jcemediabox-popup-page {
	font-size: 1em !important;
}
@media screen and (max-width: 640px) {
	#jcemediabox-popup-body, #jcemediabox-popup-container,
	#jcemediabox-popup-content, #jcemediabox-popup-iframe,
	#jcemediabox-popup-img, #jcemediabox-popup-loader,
	#jcemediabox-popup-object, #jcemediabox-popup-overlay,
	#jcemediabox-popup-page {
		font-size: 1em !important;
	}
}
div.itemExtraFields {border-top: 1px solid #a3b8cc;margin: 16px 0 2em;padding: 8px 0 0;}
	div.itemExtraFields h3 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.itemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.itemExtraFields ul li {display:block;}
	div.itemExtraFields ul li span.itemExtraFieldsLabel {color:#2a22a0;display:block;float:left;font-weight:bold;margin:0 0.5em 0 0;max-width:30%;text-shadow:1px 1px 1px #a09db1;}
	div.itemExtraFields ul li span.itemExtraFieldsValue {}

div.itemContentFooter {display:block;text-align:right;padding:4px;margin:16px 0 4px 0;border-top:1px solid #ddd;color:#e9eff5;}
	span.itemHits {float:left;}
	span.itemDateModified {}

div.itemSocialSharing {padding:0.5em 1.0em;}
	div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
	div.itemFacebookButton {float:left;margin-right:24px;width:200px;}
	div.itemGooglePlusOneButton {}

div.itemLinks {margin:16px 0;padding:0;}

div.itemCategory {padding:4px 4px 4px 1.0em;border-bottom:1px dotted #c4c2cf;}
	div.itemCategory span {font-weight:bold;color:#595379;padding:padding:0 4px 0 0;}
	div.itemCategory a {}
div.itemTagsBlock {padding:4px;border-bottom:1px dotted #c4c2cf;padding:4px 4px 4px 1.0em;}
	div.itemTagsBlock span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.itemTagsBlock ul.itemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.itemTagsBlock ul.itemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.itemTagsBlock ul.itemTags li a {}
	div.itemTagsBlock ul.itemTags li a:hover {}

div.itemAttachmentsBlock {border-bottom:1px dotted #c4c2cf;padding:4px 4px 4px 1.0em;}
	div.itemAttachmentsBlock span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.itemAttachmentsBlock ul.itemAttachments {list-style:none;padding:0;margin:0;display:block;}
	div.itemAttachmentsBlock ul.itemAttachments li {display:inline-block;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.itemAttachmentsBlock ul.itemAttachments li a {}
	div.itemAttachmentsBlock ul.itemAttachments li a:hover {}
	div.itemAttachmentsBlock ul.itemAttachments li span {font-size:10px;color:#e9eff5;font-weight:normal;}

/* Author block */
div.itemAuthorBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;}
	div.itemAuthorBlock img.itemAuthorAvatar {float:left;display:block;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails {margin:0;padding:4px 0 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName {margin:0 0 4px 0;padding:0;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a {font-family:Georgia, "Times New Roman", Times, serif;font-size:16px;}
	div.itemAuthorBlock div.itemAuthorDetails h3.authorName a:hover {}
	div.itemAuthorBlock div.itemAuthorDetails p {}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl {font-weight:bold;color:#595379;border-right:1px solid #c4c2cf;padding:0 8px 0 0;margin:0 4px 0 0;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail {font-weight:bold;color:#595379;}
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorUrl a,
	div.itemAuthorBlock div.itemAuthorDetails span.itemAuthorEmail a {font-weight:normal;}

/* Author latest */
div.itemAuthorLatest {margin:16px;padding:0;}
	div.itemAuthorLatest h3 {}
	div.itemAuthorLatest ul {}
		div.itemAuthorLatest ul li {}
			div.itemAuthorLatest ul li a {}
			div.itemAuthorLatest ul li a:hover {}

/* Related by tag */
div.itemRelated {margin-bottom:16px;padding: 0 0 0 1.0em;} /* Add overflow-x:scroll; if you want to enable the scrolling features, as explained in item.php */
	div.itemRelated h3 {}
	div.itemRelated ul {}
		div.itemRelated ul li {}
		div.itemRelated ul li.k2ScrollerElement {float:left;overflow:hidden;border:1px solid #c4c2cf;padding:4px;margin:0 4px 4px 0;background:#fff;} /* you need to insert this class in the related li element in item.php for this styling to take effect */
		div.itemRelated ul li.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}
			a.itemRelTitle {}
			div.itemRelCat {}
				div.itemRelCat a {}
			div.itemRelAuthor {}
				div.itemRelAuthor a {}
			img.itemRelImg {}
			div.itemRelIntrotext {}
			div.itemRelFulltext {}
			div.itemRelMedia {}
			div.itemRelImageGallery {}

/* Video */
div.itemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../k2_images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.itemVideoBlock div.itemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.itemVideoBlock span.itemVideo {display:block;overflow:hidden;}
	div.itemVideoBlock span.itemVideoCaption {color:#eee;float:left;display:block;font-size:11px;font-weight:bold;width:60%;}
	div.itemVideoBlock span.itemVideoCredits {color:#eee;float:right;display:block;font-style:italic;font-size:11px;width:35%;text-align:right;}

/* Image Gallery */
div.itemImageGallery {margin:0 0 16px 0;padding:0;}

/* Article navigation */
div.itemNavigation {background: #ebf4fc none repeat scroll 0 0;border-bottom: 1px solid #ffffff;border-top: 1px solid #d8e4f0;margin: 0 -8px 24px;padding: 0.25em 0.5em 0.25em 1em;}
	div.itemNavigation span.itemNavigationTitle {color:#7a8a99;}
	div.itemNavigation a.itemPrevious {padding:0 12px;}
	div.itemNavigation a.itemNext {padding:0 12px;}

/* Comments */
div.itemComments {background:#f7fafe;border:1px solid #ddd;padding:16px;}

	div.itemComments ul.itemCommentsList {margin:0 0 16px;padding:0;list-style:none;}
	div.itemComments ul.itemCommentsList li {padding:4px;margin:0;border-bottom:1px dotted #ddd;}
	div.itemComments ul.itemCommentsList li.authorResponse {background:url(../k2_images/system/stripes.png) repeat;}
	div.itemComments ul.itemCommentsList li.unpublishedComment {background:#ffeaea;}
	div.itemComments ul.itemCommentsList li img {float:left;margin:4px 4px 4px 0;padding:4px;background:#fff;border-bottom:1px solid #d7d7d7;border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2;}
	div.itemComments ul.itemCommentsList li span.commentDate {padding:0 4px 0 0;margin:0 8px 0 0;border-right:1px solid #c4c2cf;font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li span.commentAuthorName {font-weight:bold;font-size:14px;}
	div.itemComments ul.itemCommentsList li p {padding:4px 0;}
	div.itemComments ul.itemCommentsList li span.commentAuthorEmail {display:none;}
	div.itemComments ul.itemCommentsList li span.commentLink {float:right;margin-left:8px;}
	div.itemComments ul.itemCommentsList li span.commentLink a {font-size:11px;color:#e9eff5;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentLink a:hover {font-size:11px;color:#3399ff;text-decoration:underline;}

	div.itemComments ul.itemCommentsList li span.commentToolbar {display:block;clear:both;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a {font-size:11px;color:#e9eff5;text-decoration:underline;margin-right:4px;}
	div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {font-size:11px;color:#3399ff;text-decoration:underline;}
	div.itemComments ul.itemCommentsList li span.commentToolbarLoading {background:url(../k2_images/system/searchLoader.gif) no-repeat 100% 50%;}

div.itemCommentsPagination {padding:4px;margin:0 0 24px 0;}
	div.itemCommentsPagination span.pagination {display:block;float:right;clear:both;}

div.itemCommentsForm h3 {margin:0;padding:0 0 4px 0;}
	div.itemCommentsForm p.itemCommentsFormNotes {border-top:2px solid #c4c2cf;}
	div.itemCommentsForm form {}
	div.itemCommentsForm form label.formComment {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formName {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formEmail {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formUrl {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form label.formRecaptcha {display:block;margin:12px 0 0 2px;}
	div.itemCommentsForm form textarea.inputbox {display:block;width:350px;height:160px;margin:0;}
	div.itemCommentsForm form input.inputbox {display:block;width:350px;margin:0;}
	div.itemCommentsForm form input#submitCommentButton {display:block;margin:16px 0 0 0;padding:4px;border:1px solid #c4c2cf;background:#eee;font-size:16px;}
	div.itemCommentsForm form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.itemCommentsForm form .formLogLoading {background:url(../k2_images/system/loading.gif) no-repeat left center;}

/* "Report comment" form */
div.k2ReportCommentFormContainer {padding:8px;width:480px;margin:0 auto;}
	div.k2ReportCommentFormContainer blockquote {width:462px;background:#DBE3EE;border:1px solid #DBE3EE;padding:8px;margin:0 0 8px 0;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconLeft {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:left;}
	div.k2ReportCommentFormContainer blockquote span.quoteIconRight {font-style:italic;font-weight:bold;font-size:40px;color:#135CAE;line-height:30px;vertical-align:top;display:block;float:right;}
	div.k2ReportCommentFormContainer blockquote span.theComment {font-family:Georgia, "Times New Roman", Times, serif;font-style:italic;font-size:12px;font-weight:normal;color:#000;padding:0 4px;}
	div.k2ReportCommentFormContainer form label {display:block;font-weight:bold;}
	div.k2ReportCommentFormContainer form input,
	div.k2ReportCommentFormContainer form textarea {display:block;border:1px solid #DBE3EE;font-size:12px;padding:2px;margin:0 0 8px 0;width:474px;}
	div.k2ReportCommentFormContainer form #recaptcha {margin-bottom:24px;}
	div.k2ReportCommentFormContainer form span#formLog {margin:0 0 0 20px;padding:0 0 0 20px;font-weight:bold;color:#CF1919;}
	div.k2ReportCommentFormContainer form .formLogLoading {background:url(../k2_images/system/loading.gif) no-repeat left center;}

/* Back to top link */
div.itemBackToTop {text-align:right;}
	div.itemBackToTop a {text-decoration:underline;margin-right:1.0em;}
	div.itemBackToTop a:hover {text-decoration:underline;}



/*----------------------------------------------------------------------
	Component: Itemlist view (category)
----------------------------------------------------------------------*/

div.itemListCategoriesBlock {}

/* --- Category block --- */
div.itemListCategory {background: rgba(255,255,255,0.75);border-width:1px;border-style:solid;border-color: #ffffff #dae6f2 #dae6f2 #ffffff; border-radius: 8px; padding:8px;}
	span.catItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #c4c2cf;text-align:right;}
	span.catItemAddLink a {background: #e5f2ff none repeat scroll 0 0;border: 1px solid #b8cfe5;border-radius: 5px;padding: 4px 16px;text-decoration: none;}
	span.catItemAddLink a:hover {background:#cce5ff;color:#163859;}
	div.itemListCategory img {float:left;display:block;background:transparent;border:none;border-radius: 15px;margin:0 1.5em 0 0;}
div.itemListCategory h2 {color: #00264d; font-size:2.0em;font-weight: bold;line-height:1.2em;margin:22px;text-decoration: none;}
	div.itemListCategory p {}
main#content {
	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
	border-radius: 10px;
	box-sizing: content-box;
	min-height: 208px;
	padding: 0 0 1.0em 0;
}
main#content div.itemListView.home_page div.itemListCategory img {
	height:auto !important;
}
main#content div.itemListView.evidence_page div.itemListCategory img {
	height:auto !important;
	width:420px !important;
}
div#sidebar {
	box-sizing: content-box;
	padding: 0 0 1.0em 0;
}
div#aside {
	box-sizing: content-box;
	padding: 0 0 1.0em 0;
}
.item-page {
	padding: 1.0em;
}

div.itemListView.evidence_page div.itemListSubCategories img, div.itemListSubCategories img {
	height:auto !important;
	width:160px;
}

img.itemListSubcategoriesSecondaryImage {
	width:97% !important;
}


/* --- Sub-category block --- */
div.itemListSubCategories {margin: 1em 0;}
	div.itemListSubCategories h3 {}
		div.subCategoryContainer {background: none repeat scroll 0 0 #f2f9ff;border-width:1px;border-style:solid;border-color: #ffffff #dae6f2 #dae6f2 #ffffff;border-radius: 6px;float: left;margin: 0 0 1em;padding: 0;}
		div.subCategoryContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */
		div.subContainerContainer:nth-child(3n+1) {} /* this adds a 1em  right margin to the first container in a two column layout */
			div.subCategory {background:#f2f9ff;height: auto !important;margin:4px;padding:8px;}
				div.subCategory a.subCategoryImage,
				div.subCategory a.subCategoryImage:hover {text-align:center;display:block;}
				div.subCategory a.subCategoryImage img,
				div.subCategory a.subCategoryImage:hover img {background: none repeat scroll 0 0 #f2f9ff;border: 1px solid #e7e6ec;float: left;margin: 0 1.0em 0 0;padding: 0.5em;border-radius: 15px;}
				div.subCategory h2 {}
				div.subCategory h2 a {}
				div.subCategory h2 a:hover {}
				div.subCategory p {}

/* --- Item groups --- */
div.itemList {background-color: transparent;border-width:1px;border-style:solid;border-color: transparent; border-radius: 5px;margin-top:1.0em;}
div#itemListLeading {
	margin-bottom: 0;
}
div#itemListPrimary {
	margin-bottom: 1.0em;
}
div.catItemHeader {color:#00264d;}
/*** Category Item Header Heights ***/
.petition_count_banner {
	background-color: #08111a;
	background-image: url("../../../images/petitions/Petition-Banner-w-Count.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: background-image 0.33s ease 0s;
}
.petition_count_banner p {
color: #ff7f00;
font-family: Georgia,serif;
font-weight: 600;
text-align: right;
text-shadow: 0 0 0 transparent;
transition: text-shadow 0.33s ease 0s;
vertical-align: bottom;
}
.petition_count_banner:hover {
  background-image: url('../../../images/petitions/Petition-Banner-w-Count-hover.jpg');
}
.petition_count_banner p:hover {
  text-shadow: 2px 2px 2px rgba(0,38,77,0.5);
}
.well.tap_petn_count_right a, .well.tap_petn_count_left a {
	text-decoration:none;
}
/*** Category Item Header Heights ***/
@media (min-width: 1677px) {
	div#itemListLeading div.catItemHeader{
		min-height: 8em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 6.5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 9.5em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 6.5em;
	}
	.home_page div#itemListLeading .catItemHeader {
	    margin-left: 0.5em;
  		min-height: 8.5em;
	}
	.home_page div#itemListPrimary .catItemHeader {
	    margin-left: 0.75em;
	    min-height: 9.5em;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 1em 0 0 !important;
		padding: 0 1em;
	}
	.petition_count_banner {
		border-radius: 0.25vw;
		height: 13.33vw;
		margin: 0 auto;
		width: 20.75vw;
	}
	.petition_count_banner p {
		font-size: 2.0vw;
		line-height: 23.5vw;
		padding-right: 14.5vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 20.75vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 20.75vw;
	}
	div#aside .latest_events {
		display:none;
	}
	#aside .well.latest-newsletters-right {
		display: none;
	}
}
@media (max-width: 1676px) and (min-width: 1440px) {
	div#itemListLeading div.catItemHeader{
		min-height: 8em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 6.5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 11em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 6.5em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 10em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 11em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 1.04582vw 0 0 !important;
		padding: 0 1.04582vw;
	}
	.petition_count_banner {
		border-radius: 0.4vw;
		height: 13.16vw;
		margin: 0 auto;
		width: 20.48vw;
	}
	.petition_count_banner p {
		font-size: 1.75vw;
		line-height: 23.5vw;
		padding-right: 14.5vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 20.48vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 20.48vw;
	}
	#aside .well.latest-newsletters-right {
		display: none;
	}
}
@media (max-width: 1439px) and (min-width: 1280px) {
	div#itemListLeading div.catItemHeader{
		min-height: 8em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 6.5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 12em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 6.5em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 11em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 12em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw 0 0 !important;
		padding: 0 0.9582vw;
	}
	.petition_count_banner {
		border-radius: 0.4vw;
		height: 13.03vw;
		margin: 0 auto;
		width: 20.28vw;
	}
	.petition_count_banner p {
		font-size: 1.75vw;
		line-height: 23.2vw;
		padding-right: 14.5vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 20.28vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 20.28vw;
	}
	#aside .well.latest-newsletters-right {
		display: none;
	}
}
@media (max-width: 1279px) and (min-width: 1152px) {
	div#itemListLeading div.catItemHeader{
		min-height: 9em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 7.5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 12em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 7.5em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 11.5em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 12em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw 0 0 !important;
		padding: 0 0.8582vw;
	}
	.petition_count_banner {
		border-radius: 0.8vw;
		height: 12.63vw;
		margin: 0 auto;
		width: 19.65vw;
	}
	.petition_count_banner p {
		font-size: 1.65vw;
		line-height: 22.5vw;
		padding-right: 14vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 19.65vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 19.65vw;
	}
	div#aside .latest_events {
		display:none;
	}
	#aside .well.latest-newsletters-right {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 18vw !important;
		margin: 0 auto;
		padding-left: 30px;
		width: 18vw !important;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
@media (max-width: 1151px) and (min-width: 999px) {
	div#itemListLeading div.catItemHeader{
		min-height: 10em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 7.5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 12.5em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 7.5em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 13em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 12.5em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw 0 0 !important;
		padding: 0 0.8582vw;
	}
	.petition_count_banner {
		border-radius: 0.75vw;
		height: 12.62vw;
		margin: 0 auto;
		width: 19.64vw;
	}
	.petition_count_banner p {
		font-size: 1.75vw;
		line-height: 22.5vw;
		padding-right: 14vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 19.64vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 19.64vw;
	}
	div#aside .latest_events {
		display:none;
	}
	#aside .well.latest-newsletters-right {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 18vw !important;
		margin: 0 auto;
		padding-left: 30px;
		width: 18vw !important;
	}
	span.itemImage {
		display: block;
		float: left !important;
		height: auto;
		margin: 0 auto 1em;
		text-align: left;
		width: 100%;
	}
	span.itemImage img {
		border-radius: 15px;
		border: 1px solid #c4c2cf;
		display: block;
		float: none;
		height: 36vw !important;
		margin: 0 auto;
		padding-left: 8px;
		width: 36vw !important;
	}
	div.itemFullText {
	    clear: both;
	}
	header.header {
		background-color: #010508;
		margin: 0;
		overflow: hidden;
		width: 98.35vw !important;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
@media (max-width: 998px) and (min-width: 769px) {
	div#itemListLeading div.catItemHeader{
		min-height: 8.5em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 6em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 10em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 6em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 10em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 10em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw 0 0 !important;
		padding: 0 0.8582vw;
	}
	.petition_count_banner {
		border-radius: 0.8vw;
		height: 12.36vw;
		margin: 0 auto;
		width: 19.24vw;
	}
	.petition_count_banner p {
		font-size: 1.75vw;
		line-height: 21.5vw;
		padding-right: 13.5vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 19.24vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 19.24vw;
	}
	div#aside .latest_events {
		display:none;
	}
	#aside .well.latest-newsletters-right {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 22vw !important;
		margin: 0 auto;
		padding-left: 28px;
		width: 22vw !important;
	}
	span.itemImage {
		display: block;
		float: left !important;
		height: auto;
		margin: 0 auto 1em;
		text-align: left;
		width: 100%;
	}
	span.itemImage img {
		border-radius: 15px;
		border: 1px solid #c4c2cf;
		display: block;
		float: none;
		height: 36vw !important;
		margin: 0 auto;
		padding-left: 8px;
		width: 36vw !important;
	}
	div.itemFullText {
	    clear: both;
	}
	header.header {
		background-color: #010508;
		margin: 0;
		overflow: hidden;
		width: 97.78vw !important;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
@media (max-width: 768px) and (min-width: 641px) {
	div#itemListLeading div.catItemHeader{
		min-height: 9.5em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 10em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 5em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 10em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 10em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw !important;
		padding: 1.8vw 0.9582vw;
	}
	.petition_count_banner {
		border-radius: 1.75vw;
		height: 39.84vw;
		margin: 0 auto;
		width: 62vw;
	}
	.petition_count_banner p {
		font-size: 4.6vw;
		line-height: 70vw;
		padding-right: 46vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 54vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 85vw;
	}
	#aside .well.latest-newsletters-left {
		display: none;
	}
	div.itemListCategory h2 {
		margin: 0 0 1em;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 62vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 100%;
	}
	#aside .well.latest-newsletters-left {
		display: none;
	}
	div.itemListCategory h2 {
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: left;
		height: 28vw !important;
		margin: 0 1.5em 0 0;
		padding-left: 24px;
		width: 28vw !important;
	}
	header.header {
		background-color: #010508;
		margin: 0;
		overflow: hidden;
		width: 97.5vw !important;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
@media (max-width: 640px) and (min-width: 481px) {
	div#itemListLeading div.catItemHeader{
		min-height: 11em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 6em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 12em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 6em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 12em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 10em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw !important;
		padding: 1.8vw 0.9582vw;
	}
	.petition_count_banner {
		border-radius: 1.75vw;
		height: 39.84vw;
		margin: 0 auto;
		width: 62vw;
	}
	.petition_count_banner p {
		font-size: 5.75vw;
		line-height: 71vw;
		padding-right: 43vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 62vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 100%;
	}
	#aside .well.latest-newsletters-left {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 36vw !important;
		margin: 0 auto;
		padding-left: 24px;
		width: 36vw !important;
	}
	span.itemImage {
		display: block;
		float: left !important;
		height: auto;
		margin: 0 auto 1em;
		text-align: left;
		width: 100%;
	}
	span.itemImage img {
		border-radius: 15px;
		border: 1px solid #c4c2cf;
		display: block;
		float: none;
		height: 74vw !important;
		margin: 0 auto;
		padding-left: 10px;
		width: 74vw !important;
	}
	div.itemFullText {
	    clear: both;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
/* iPhone 6+ Breakpoint: */
@media (min-width: 376px) and (max-width: 480px) {
	div#itemListLeading div.catItemHeader{
		min-height: 12em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 7em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 11em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 7em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 14.5em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 11em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw !important;
		padding: 1.8vw 0.9582vw;
	}
	.petition_count_banner {
		border-radius: 1.75vw;
		margin: 0 auto;
		height: 57.83vw;
		margin: 0 auto;
		width: 90vw;
	}
	.petition_count_banner p {
		font-size: 7.5vw;
		line-height: 103vw;
		padding-right: 64vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 90vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 90vw;
	}
	#aside .well.latest-newsletters-left {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 42vw !important;
		margin: 0 auto;
		padding-left: 24px;
		width: 42vw !important;
	}
	span.itemImage {
		display: block;
		float: left !important;
		height: auto;
		margin: 0 auto 1em;
		text-align: left;
		width: 100%;
	}
	span.itemImage img {
		border-radius: 15px;
		border: 1px solid #c4c2cf;
		display: block;
		float: none;
		height: 80vw !important;
		margin: 0 auto;
		padding-left: 8px;
		width: 80vw !important;
	}
	div.itemFullText {
	    clear: both;
	}
	/****** GDPR Styles ******/
	body {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--iframe {
		padding: 0 !important;
	}
	body.contentpane #k2Container {
		padding: 0;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
		/*iPhone 6 Breakpoint: */
@media (min-width: 323px) and (max-width: 375px) {
	div#itemListLeading div.catItemHeader{
		min-height: 13.5em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 8.5em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 11.5em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 8.5em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 15.5em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 11.5em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw !important;
		padding: 1.8vw 0.9582vw;
	}
	.petition_count_banner {
		border-radius: 1.75vw;
		margin: 0 auto;
		height: 57.83vw;
		margin: 0 auto;
		width: 90vw;
	}
	.petition_count_banner p {
		font-size: 7.5vw;
		line-height: 103vw;
		padding-right: 64vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 90vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 90vw;
	}
	#aside .well.latest-newsletters-left {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 42vw !important;
		margin: 0 auto;
		padding-left: 0;
		width: 42vw !important;
	}
	span.itemImage {
		display: block;
		float: left !important;
		height: auto;
		margin: 0 auto 1em;
		text-align: left;
		width: 100%;
	}
	span.itemImage img {
		border-radius: 15px;
		border: 1px solid #c4c2cf;
		display: block;
		float: none;
		height: 70vw !important;
		margin: 0 auto;
		padding-left: 8px;
		width: 70vw !important;
	}
	div.itemFullText {
	    clear: both;
	}
	/****** GDPR Styles ******/
	body {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--iframe {
		padding: 0 !important;
	}
	body.contentpane #k2Container {
		padding: 0;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
/* 1Phone 4-5 Breakpoint */
@media (max-width: 322px) {
	div#itemListLeading div.catItemHeader{
		min-height: 13.5em;
	}
	div#itemListLeading ._Broadcast_PSAs .catItemHeader {
		min-height: 9em;
	}
	div#itemListPrimary div.catItemHeader{
		min-height: 12.5em;
	}
	div#itemListPrimary ._Broadcast_PSAs .catItemHeader {
		min-height: 9em;
	}
	.home_page div#itemListLeading .catItemHeader {
		min-height: 15em !important;
	}
	.home_page div#itemListPrimary .catItemHeader {
		min-height: 12.5em !important;
	}
	.well.tap_petn_count_right, .well.tap_petn_count_left {
		margin: 0.9vw !important;
		padding: 1.8vw 0.9582vw;
	}
	.petition_count_banner {
		border-radius: 1.75vw;
		margin: 0 auto;
		height: 57.83vw;
		margin: 0 auto;
		width: 90vw;
	}
	.petition_count_banner p {
		font-size: 7.5vw;
		line-height: 103vw;
		padding-right: 64vw;
	}
	div#aside div.custom {
		margin: 0 auto;
		width: 90vw;
	}
	div#aside div.sourcecoast.socialstream {
		margin: 0 auto;
		width: 90vw;
	}
	#aside .well.latest-newsletters-left {
		display: none;
	}
	div.itemListCategory h2 {
		clear: both;
		color: #00264d;
		font-size: 2.0em;
		font-weight: bold;
		line-height: 1.2em;
		margin: 1em 0;
		text-decoration: none;
	}
	div.itemListCategory img {
		background: transparent;
		border-radius: 15px;
		border: none;
		display: block;
		float: none;
		height: 48vw !important;
		margin: 0 auto;
		padding-left: 36px;
		width: 48vw !important;
	}
	span.itemImage {
		display: block;
		float: left !important;
		height: auto;
		margin: 0 auto 1em;
		text-align: left;
		width: 100%;
	}
	span.itemImage img {
		border-radius: 15px;
		border: 1px solid #c4c2cf;
		display: block;
		float: none;
		height: 70vw !important;
		margin: 0 auto;
		padding-left: 8px;
		width: 70vw !important;
	}
	div.itemFullText {
	    clear: both;
	}
	/****** GDPR Styles ******/
	body {
		padding-left: 6px;
		padding-right: 6px;
	}
	.fancybox-slide--iframe {
		padding: 0 !important;
	}
	body.contentpane #k2Container {
		padding: 0;
	}
	/****** Docman ******/
	.k-ui-ltr.k-ui-namespace.com_docman {
    max-width: 100%;
	}
}
@media (min-width: 1001px) {
	div#itemListPrimary div.itemContainer {
		width: 49.0% !important;
	}
}
@media (max-width: 1000px) {
	div#itemListPrimary div.itemContainer {
		width: 100% !important;
	}
}
@media (max-width: 1210px) {
	div.itemContainer {
			width: 100% !important
	}
}
/*.sourcecoast.socialstream .message {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 0.75em;	
	width: 19vw;
}
.sourcecoast.socialstream .author {
	font-size: 0.9em;
	line-height: 1.1em;
	margin-bottom: 0.75em;	
	width: 19vw;
}*/

div#itemListPrimary > div.itemContainer:nth-child(3n+1) {
	margin-right: 2% !important;
} /* this adds a 1em  right margin to the first container in a two column layout */

div#itemListSecondary {
	margin-bottom: 1.0em;
}
div#itemListLinks {background-color: #f5f7fa;margin: 0 -8px;padding: 0 8px;}

div.itemContainer {float:left;}

div.itemContainerLast {} /* this class is appended to the last container on each row of items (useful when you want to set 0 padding/margin to the last container) */

/* --- Item block for each item group --- */
div.catItemView {padding:4px;} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */

#k2Container .itemList .catItemView {
	align-items: flex-start;
	border-color: #ffffff #dae6f2 #dae6f2 #ffffff;
	border-style: solid;
	border-width: 1px;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-start;
	margin-bottom: 1.0em;
	padding: 0 0.5em;
} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */
#k2Container .itemList #itemListLinks .catItemView {
	background-color: rgba(255,255,255,0.75);
	border-color: #ffffff #dae6f2 #dae6f2 #ffffff;
	border-radius: 10px;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	margin-bottom: 0.75em;
	padding: 0.5em 0.25em;
	width: 99%;
} /* this is the item container for this view - we add a generic padding so that items don't get stuck with each other */
#k2Container.itemView.user-relations {
	margin: 0 auto;
	max-width: 980px;
}

/* Additional class appended to the element above for further styling per group item */
div.groupLeading {
	background-color: rgba(255,255,255,0.75);
	border-radius: 8px;
	padding: 0 0.5em;
}
div.groupPrimary {
	background-color: rgba(255,255,255,0.75);
	border-radius: 8px;
}
div.groupPrimary .catItemIntroText {
	clear:both;
	margin-left: 0.75em;
}
@media (min-width: 1677px) {
	div.groupPrimary {
		min-height: 47.5em;
	}
	div.groupPrimary.home_page {
		min-height: 47.5em;
		padding: 0 0.5em;
	}
}
@media (min-width: 1440px) and (max-width: 1676px) {
	div.groupPrimary {
		min-height: 50em;
	}
	div.groupPrimary.home_page {
		min-height: 50em;
		padding: 0 0.5em;
	}
}
@media (min-width: 1280px) and (max-width: 1439px) {
	div.groupPrimary {
		min-height: 52em;
	}
	div.groupPrimary.home_page {
		min-height: 56.5em;
		padding: 0 0.5em;
	}
}
@media (min-width: 1152px) and (max-width: 1279px) {
	div.groupPrimary {
			min-height: 69em;
	}
	div.groupPrimary.home_page {
		min-height: 62em;
		padding: 0 0.5em;
	}
}
@media (min-width: 999px) and (max-width: 1151px) {
	div.groupPrimary {
			min-height: 79em;
	}
	div.groupPrimary.home_page {
		min-height: 74.0em;
		padding: 0 0.5em;
		width:100% !important;
	}
}
@media (min-width: 769px) and (max-width: 998px) {
	div.groupPrimary {
		min-height: 22em;
	}
	div.groupPrimary.home_page {
		min-height: 46em;
		padding: 0 0.5em;
		width:100% !important;
	}
}
@media (min-width: 80px) and (max-width: 768px) {
	div.groupPrimary {
		min-height: 0;
	}
	div.groupPrimary.home_page {
		min-height: 0;
		padding: 0 0.5em;
		width: 96.5%% !important;
	}
	div.groupLeading, div.groupPrimary {
		border-top: 2px solid #ffffff;
		box-shadow: 0.1em 0.1em 0.2em 0.05em rgba(207,218,229,0.5);
	}
}
	div.groupSecondary {
		background-color: rgba(255,255,255,0.75);
		border-radius: 5px;
	}
	div.groupLinks {padding:0;margin:0;}
	div.catItemView.groupLinks div.catItemImageBlock {float:left;margin:0.75em 1.0em 1.0em 0.5em}

	div.catItemIsFeatured {} /* Attach a class for each featured item */

	span.catItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
	span.catItemEditLink a {background: #e5f2ff none repeat scroll 0 0;border: 1px solid #b8cfe5;border-radius: 3px;font-family: Arial,Helvetica,sans-serif;font-size: 11px;font-weight: normal;padding: 2px 12px;text-decoration: none;}
	span.catItemEditLink a:hover {background:#cce5ff;}
	span.catItgemHeader {}
	div.catItemHeader span.catItemDateCreated {color:#a09db1;font-size:11px;}
	div.catItemHeader h3.catItemTitle {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:24px;font-weight:bold;line-height:110%;padding:12px 0 6px 0;margin:0;}
	div.catItemHeader h3.catItemTitleRow2 {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:24px;font-weight:bold;line-height:100%;padding:0;margin:0;}
	div.catItemHeader h3.catItemTitle span {}
	div.catItemHeader h3.catItemTitle span sup {font-size:12px;color:#c4c2cf;text-decoration:none;} /* superscript */
	div.catItemHeader h3.catItemTitle a {color:#004d99 !important;-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);}
	div.catItemHeader h3.catItemTitle  a:hover{color:#006cd9 !important; text-decoration:none;-webkit-text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.40);-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.40);text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.40);}
	div.catItemHeader span.catItemAuthor {display:block;font-size: 0.85em;line-height: 1.25em;padding:0;margin:0.5em 0 0;}
	div.catItemHeader span.catItemAuthor a {color:#004d99 !important;}
	div.catItemHeader span.catItemAuthor a:hover {color:#006cd9 !important;}

	div.groupPrimary div.catItemHeader h3.catItemTitle {font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:20px;font-weight:bold;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.groupPrimary > div.catItemBody > div.catItemImageBlock {margin: 0 1em 1em 0.5em !important;float:left !important;}
	div.groupLeading > div.catItemBody > div.catItemImageBlock {margin: 0 1em 1em 0.5em !important;float:left !important;}
	div.groupLinks h3.catItemTitle {color:#00264d;font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:1.15em;font-weight:bold;line-height:110%;margin:0;padding: 10px 0 0;}
	div.groupLinks h3.catItemTitle a {color:#004d99 !important;}
	div.groupLinks h3.catItemTitle  a:hover{color:#006dc9 !important; text-decoration:none; text-shadow: 2px 2px 1px rgba(18,09,64,0.5);}
	div#itemListLinks div.groupLinks h3.catItemTitle {color:#00264d;font-family:"Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;font-size:1.0em;font-weight:bold;line-height:110%;margin:0;padding: 0.6em 0;}
	div#itemListLinks div.groupLinks h3.catItemTitle a {color:#004d99 !important;}
	div#itemListLinks div.groupLinks h3.catItemTitle  a:hover{color:#006cd9 !important; text-decoration:none; text-shadow: 1px 1px 1px rgba(18,09,64,0.5);}

div.catItemRatingBlock {padding:8px 0;}
	div.catItemRatingBlock span {display:block;float:left;font-style:normal;padding:0 4px 0 0;margin:0;color:#e9eff5;}

div.catItemBody {padding:0;margin:0;}

div.catItemImageBlock {float:left;padding:0 0 10px;margin: 0 !important;}
	span.catItemImage {display:block;text-align:center;margin:0 0.75em 8px 0;}
	span.catItemImage img {border:1px solid #c4c2cf;border-radius:15px;padding:8px;}

div#itemListLinks div.catItemImageBlock {float:left;padding:0;margin: 0 1em 0 0 !important;}
div#itemListLinks h4 {margin: 0.22em 0 1.0em !important;}

div.catItemIntroText {font-size: 0.95em;;font-weight:normal;line-height:inherit;padding:0;margin-right:1.0em;}
@media (max-width: 1439px) and (min-width: 999px) {
	div.catItemIntroText {
	 clear:both;
	}
	div.home_page.groupLeading div.catItemIntroText {
	 clear:none;
	}
	div.itemListLeading div.catItemIntroText {
	 clear:none;
	}
}
@media (max-width: 384px) {
	div.catItemIntroText {
			clear: both;
	}
	div.home_page.groupLeading div.catItemIntroText {
	 clear:none;
	}
}
div.catItemIntroText img {}
div.catItemExtraFields, div.genericItemExtraFields {margin:16px 0 0 0;padding:8px 0 0 0;border-top:1px dotted #ddd;}
	div.catItemExtraFields h4, div.genericItemExtraFields h4 {margin:0;padding:0 0 8px 0;line-height:normal !important;}
	div.catItemExtraFields ul, div.genericItemExtraFields ul {margin:0;padding:0;list-style:none;}
	div.catItemExtraFields ul li, div.genericItemExtraFields ul li {display:block;}
	div.catItemExtraFields ul li span.catItemExtraFieldsLabel, div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {color:#2a22a0;display:block;float:left;font-weight:bold;margin:0 0.5em 0 0;max-width:30%;text-shadow:1px 1px 1px #a09db1;}
	div.catItemExtraFields ul li span.catItemExtraFieldsValue {}

div.catItemLinks {margin:0 1.0em 1.0em 0;padding:0;}
div.catItemLinks div.catItemCategory span {
	font-weight: bold !important; /* !important is used because the selection weight of the body tag is ridiculously high */
}

div.catItemHitsBlock {padding:4px;border-bottom:1px dotted #c4c2cf;}
	span.catItemHits {}

div.catItemCategory {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.catItemCategory span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.catItemCategory a {}

div.catItemTagsBlock {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.catItemTagsBlock span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.catItemTagsBlock ul.catItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemTagsBlock ul.catItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.catItemTagsBlock ul.catItemTags li a {}
	div.catItemTagsBlock ul.catItemTags li a:hover {}

div.catItemAttachmentsBlock {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.catItemAttachmentsBlock span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.catItemAttachmentsBlock ul.catItemAttachments {list-style:none;padding:0;margin:0;display:inline;}
	div.catItemAttachmentsBlock ul.catItemAttachments li {display:inline;list-style:none;padding:0 4px;margin:0;text-align:center;}
	div.catItemAttachmentsBlock ul.catItemAttachments li a {}
	div.catItemAttachmentsBlock ul.catItemAttachments li a:hover {}
	div.catItemAttachmentsBlock ul.catItemAttachments li span {font-size:10px;color:#e9eff5;font-weight:normal;}

/* Video */
div.catItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../k2_images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.catItemVideoBlock div.catItemVideoEmbedded {text-align:center;} /* for embedded videos (not using AllVideos) */
	div.catItemVideoBlock span.catItemVideo {display:block;}

/* Image Gallery */
div.catItemImageGallery {margin:0 0 16px 0;padding:0;}

/* Anchor link to comments */
div.catItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #c4c2cf;}
	div.catItemCommentsLink a {}
	div.catItemCommentsLink a:hover {}

/* Read more link */

div.catItemReadMore {
	display: inline-block;
	margin-bottom: 1.0em;
	margin-top: auto;
}

div.catItemReadMore a {
	background: linear-gradient(#f5faff, #cde6ff) repeat scroll 0 0;
	border-color: #fafcff #e2f0ff #acc9e5;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	border: none;
	box-shadow: 1px 1px 3px 1px rgba(0, 64, 128, 0.25);
	color: #73ace5 !important;
	cursor: pointer;
	font-family: 'Avant Garde', Avantgarde, 'Century Gothic', CenturyGothic, 'AppleGothic', sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 3px 10px 5px;
	text-decoration: none;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	transition: all 0.4s;
}

div.catItemReadMore a::hover {
	background: linear-gradient(#e5f2ff, #b2d9ff) repeat scroll 0 0;
	border-color: #e5f2ff #cce5ff #b2d9ff;
	box-shadow: 2px 2px 5px 2px rgba(0, 64, 128, 0.4);
	color:#5ca1e5 !important;
	text-decoration: none !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.40);
}

/* Modified date */
span.catItemDateModified {display:block;text-align:right;padding:4px;margin:4px 0;color:#e9eff5;border-top:1px solid #ddd;}



/*----------------------------------------------------------------------
	Component: Itemlist view (user)
----------------------------------------------------------------------*/

/* User info block */
div.userView {}
	div.userBlock {background:#f7fafe;border:1px solid #ddd;margin:0 0 16px 0;padding:8px;clear:both;}

		span.userItemAddLink {display:block;padding:8px 0;margin:0 0 4px 0;border-bottom:1px dotted #c4c2cf;text-align:right;}
		span.userItemAddLink a {padding:4px 16px;border:1px solid #c4c2cf;background:#eee;text-decoration:none;}
		span.userItemAddLink a:hover {background:#ffffcc;}

		div.userBlock img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
		div.userBlock h2 {}
		div.userBlock div.userDescription {padding:4px 0;}
		div.userBlock div.userAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
			span.userURL {font-weight:bold;color:#595379;display:block;}
			span.userEmail {font-weight:bold;color:#595379;display:block;}

		div.userItemList {}

/* User items */
div.userItemView {} /* this is the item container for this view */
div.userItemIsFeatured {} /* Attach a class for each featured item */

div.userItemViewUnpublished {opacity:0.9;border:4px dashed #c4c2cf;background:#fffff2;padding:8px;margin:8px 0;}

span.userItemEditLink {float:right;display:block;padding:4px 0;margin:0;width:120px;text-align:right;}
	span.userItemEditLink a {padding:2px 12px;border:1px solid #c4c2cf;background:#eee;text-decoration:none;font-size:11px;font-weight:normal;font-family:Arial, Helvetica, sans-serif;}
	span.userItemEditLink a:hover {background:#ffffcc;}

div.userItemHeader {}
	div.userItemHeader span.userItemDateCreated {color:#e9eff5;font-size:11px;}
	div.userItemHeader h3.userItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
	div.userItemHeader h3.userItemTitle span sup {font-size:12px;color:#CF1919;text-decoration:none;} /* "Unpublished" presented in superscript */

div.userItemBody {padding:8px 0;margin:0;}

div.userItemImageBlock {padding:0;margin:0;float:left;}
	span.userItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.userItemImage img {border:1px solid #c4c2cf;padding:8px;}

div.userItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.userItemIntroText img {}

div.userItemLinks {margin:0 0 16px 0;padding:0;}

div.userItemCategory {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.userItemCategory span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.userItemCategory a {}

div.userItemTagsBlock {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.userItemTagsBlock span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.userItemTagsBlock ul.userItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.userItemTagsBlock ul.userItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.userItemTagsBlock ul.userItemTags li a {}
	div.userItemTagsBlock ul.userItemTags li a:hover {}

/* Anchor link to comments */
div.userItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #c4c2cf;}
	div.userItemCommentsLink a {}
	div.userItemCommentsLink a:hover {}

/* Read more link */
div.userItemReadMore {display:inline;}
	div.userItemReadMore a {}
	div.userItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (tag)
----------------------------------------------------------------------*/
div.tagView {}

div.tagItemList {}

div.tagItemView {border-bottom:1px dotted #c4c2cf;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.tagItemHeader {}
	div.tagItemHeader span.tagItemDateCreated {color:#e9eff5;font-size:11px;}
	div.tagItemHeader h2.tagItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.tagItemBody {padding:8px 0;margin:0;}

div.tagItemImageBlock {padding:0;margin:0;float:left;}
	span.tagItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.tagItemImage img {border:1px solid #c4c2cf;padding:8px;}

div.tagItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.tagItemIntroText img {}

	div.tagItemExtraFields {}
		div.tagItemExtraFields h4 {}
		div.tagItemExtraFields ul {}
			div.tagItemExtraFields ul li {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsLabel {}
				div.tagItemExtraFields ul li span.tagItemExtraFieldsValue {}

	div.tagItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #c4c2cf;}
		div.tagItemCategory span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
		div.tagItemCategory a {}

/* Read more link */
div.tagItemReadMore {display:inline;}
	div.tagItemReadMore a {}
	div.tagItemReadMore a:hover {}



/*----------------------------------------------------------------------
	Component: Itemlist view (generic)
----------------------------------------------------------------------*/
div.genericView {}

div.genericItemList {}

div.genericItemView {border-bottom:1px dotted #c4c2cf;padding:8px 0;margin:0 0 16px 0;} /* this is the item container for this view */

div.genericItemHeader {}
	div.genericItemHeader span.genericItemDateCreated {color:#e9eff5;font-size:11px;}
	div.genericItemHeader h2.genericItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}

div.genericItemBody {padding:8px 0;margin:0;}

div.genericItemImageBlock {padding:0;margin:0;float:left;}
	span.genericItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.genericItemImage img {border:1px solid #c4c2cf;padding:8px;}

div.genericItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.genericItemIntroText img {}

	div.genericItemExtraFields {}
		div.genericItemExtraFields h4 {}
		div.genericItemExtraFields ul {}
			div.genericItemExtraFields ul li {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsLabel {}
				div.genericItemExtraFields ul li span.genericItemExtraFieldsValue {}

	div.genericItemCategory {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #c4c2cf;}
		div.genericItemCategory span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
		div.genericItemCategory a {}

/* Read more link */
div.genericItemReadMore {display:inline;}
	div.genericItemReadMore a {}
	div.genericItemReadMore a:hover {}

/* No results found message */
div#genericItemListNothingFound {padding:40px;text-align:center;}
	div#genericItemListNothingFound p {font-size:20px;color:#e9eff5;}

/* --- Google Search (use Firebug or similar tools to inspect the generated HTML, then style accordingly --- */
#k2GoogleSearchContainer .gsc-control {width:auto !important;}
#k2GoogleSearchContainer .gsc-control .gsc-above-wrapper-area,
#k2GoogleSearchContainer .gsc-control .gsc-resultsHeader,
#k2GoogleSearchContainer .gsc-control .gsc-url-bottom {display:none !important;} /* Hide unneeded elements of the results page */



/*----------------------------------------------------------------------
	Component: Latest view
----------------------------------------------------------------------*/

div.articleList div.latestItemsContainer {width: 98.25% !important;}
div.latestItemsContainer { background-color: rgba(246, 245, 255, 0);float: left;margin: 0 1.0em 1.0em;width: 96.25% !important;}

/* Category info block */
div.latestItemsCategory {background: none repeat scroll 0 0 #f2f9ff;border-radius: 5px;margin: 0;padding: 8px;}
	div.latestItemsCategoryImage {text-align:left;}
	div.latestItemsCategoryImage img {background: none repeat scroll 0 0 #f2f9ff;border: 1px solid #C4C2CF;float: left;margin: 0 30px 20px 0;padding: 4px;}
div.latestItemsCategory h2 {}
div.latestItemsCategory p {}

#k2Container.articleList div.latestItemsCategory {font-size:1.75em;margin: 0 auto;text-align: center;}
#k2Container.articleList div.latestItemsCategory>h2>a {color: #263748!important;font-weight: 900;letter-spacing: 0.5em;text-decoration: none;text-transform: capitalize;word-spacing: 3em;margin-left: 0;display: inline-block;width: 100%;}
#k2Container.articleList div.latestItemsCategory>h2>a:hover {background-color:rgba(38,55,72,0.25);text-decoration:none;}

/* User info block */
div.latestItemsUser {background:#f7fafe;border:1px solid #ddd;margin:0 8px 8px 0;padding:8px;clear:both;}
	div.latestItemsUser img {display:block;float:left;background:#fff;padding:4px;border:1px solid #ddd;margin:0 8px 0 0;}
	div.latestItemsUser h2 {}
	div.latestItemsUser p.latestItemsUserDescription {padding:4px 0;}
	div.latestItemsUser p.latestItemsUserAdditionalInfo {padding:4px 0;margin:8px 0 0 0;}
		span.latestItemsUserURL {font-weight:bold;color:#595379;display:block;}
		span.latestItemsUserEmail {font-weight:bold;color:#595379;display:block;}

/* Latest items list */
div.latestItemList {background-color: #f2f9ff;border-radius: 5px;padding: 0 0.5em 8px;}
#k2Container.articleList .latestItemList h2 {
	font-size: 1.15em;
}
#k2Container.articleList div.latestItemList {padding: 2em;}
#itemListPrimary ._Broadcast_PSAs img {
	width:400px !important;
	margin-left: 0.5em;
	height:100%;
}
#itemListPrimary ._Broadcast_PSAs .catItemHeader {
	min-height: 5em;
}
#itemListPrimary ._Broadcast_PSAs .catItemTitle {
	font-size: 1.5em !important;
}
div.latestItemView {} /* this is the item container for this view */

div.latestItemHeader {}
div.latestItemHeader h3.latestItemTitle {font-family:Georgia, "Times New Roman", Times, serif;font-size:24px;font-weight:normal;line-height:110%;padding:10px 0 4px 0;margin:0;}
#k2Container.articleList div.latestItemHeader {margin-bottom:1.0em;}
#k2Container.articleList div.latestItemHeader>h2>a:before {content: "► "}

span.latestItemDateCreated {color:#e9eff5;font-size:11px;}

#k2Container.articleList div.latestItemBody {padding:0; border-bottom:#3399FF;}
div.latestItemBody {padding:8px 0;margin:0;}

div.latestItemImageBlock {padding:0;margin:0;float:left;}
	span.latestItemImage {display:block;text-align:center;margin:0 8px 8px 0;}
	span.latestItemImage img {border:1px solid #c4c2cf;padding:8px;}

div.latestItemIntroText {font-size:inherit;font-weight:normal;line-height:inherit;padding:4px 0 12px 0;}
	div.latestItemIntroText img {}

div.latestItemLinks {margin:0 0 16px 0;padding:0;}

div.latestItemCategory {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.latestItemCategory span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.latestItemCategory a {}

div.latestItemTagsBlock {padding:4px;border-bottom:1px dotted #c4c2cf;}
	div.latestItemTagsBlock span {font-weight:bold;color:#595379;padding:0 4px 0 0;}
	div.latestItemTagsBlock ul.latestItemTags {list-style:none;padding:0;margin:0;display:inline;}
	div.latestItemTagsBlock ul.latestItemTags li {display:inline;list-style:none;padding:0 4px 0 0;margin:0;text-align:center;}
	div.latestItemTagsBlock ul.latestItemTags li a {}
	div.latestItemTagsBlock ul.latestItemTags li a:hover {}

/* Video */
div.latestItemVideoBlock {margin:0 0 16px 0;padding:16px;background:#010101 url(../k2_images/system/videoplayer-bg.gif) repeat-x bottom;}
	div.latestItemVideoBlock span.latestItemVideo {display:block;}

/* Anchor link to comments */
div.latestItemCommentsLink {display:inline;margin:0 8px 0 0;padding:0 8px 0 0;border-right:1px solid #c4c2cf;}
	div.latestItemCommentsLink a {}
	div.latestItemCommentsLink a:hover {}

/* Read more link */
div.latestItemReadMore {display:inline;}
	div.latestItemReadMore a {}
	div.latestItemReadMore a:hover {}

/* Items presented in a list */
h2.latestItemTitleList {font-size:14px;padding:2px 0;margin:8px 0 2px 0;font-family:Arial, Helvetica, sans-serif;border-bottom:1px dotted #c4c2cf;line-height:normal;}



/*----------------------------------------------------------------------
	Component: Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage {}
.k2AccountPage table {}
.k2AccountPage table tr th {}
.k2AccountPage table tr td {}
.k2AccountPage table tr td label {white-space:nowrap;}
img.k2AccountPageImage {border:4px solid #ddd;margin:10px 0;padding:0;display:block;}
.k2AccountPage div.k2AccountPageNotice {padding:8px;}
.k2AccountPage div.k2AccountPageUpdate {border-top:1px dotted #c4c2cf;margin:8px 0;padding:8px;text-align:right;}
.k2AccountPage table.admintable th.k2ProfileHeading {background: #f2f9ff; border-bottom: 1px solid #d5e0eb !important; font-size: 1.15em; padding: 0.5em 0.5em 1.0em 0.5em !important; text-align:left;}
.k2AccountPage td#userAdminParams {padding:0;margin:0;}
.k2AccountPage table.admintable td.key,
.k2AccountPage table.admintable td.paramlist_key {background:#f2f9ff;border-bottom:1px solid #e7e6ec;border-right:1px solid #e7e6ec;color:#655f83;font-weight:bold;text-align:right;font-size:11px;padding-bottom:1.0em;width:140px;}

/* Profile edit */
.k2AccountPage table.admintable {}
.k2AccountPage table.admintable tr td {}
.k2AccountPage table.admintable tr td span {}
.k2AccountPage table.admintable tr td span label {}



/*----------------------------------------------------------------------
	Modules: mod_k2_comments
----------------------------------------------------------------------*/

/* Latest Comments */
div.k2LatestCommentsBlock {}
div.k2LatestCommentsBlock ul {}
div.k2LatestCommentsBlock ul li {}
div.k2LatestCommentsBlock ul li.lastItem {}
div.k2LatestCommentsBlock ul li a.lcAvatar img {}
div.k2LatestCommentsBlock ul li a {}
div.k2LatestCommentsBlock ul li a:hover {}
div.k2LatestCommentsBlock ul li span.lcComment {}
div.k2LatestCommentsBlock ul li span.lcUsername {}
div.k2LatestCommentsBlock ul li span.lcCommentDate {color:#e9eff5;}
div.k2LatestCommentsBlock ul li span.lcItemTitle {}
div.k2LatestCommentsBlock ul li span.lcItemCategory {}

/* Top Commenters */
div.k2TopCommentersBlock {}
div.k2TopCommentersBlock ul {}
div.k2TopCommentersBlock ul li {}
div.k2TopCommentersBlock ul li.lastItem {}
div.k2TopCommentersBlock ul li a.tcAvatar img {}
div.k2TopCommentersBlock ul li a.tcLink {}
div.k2TopCommentersBlock ul li a.tcLink:hover {}
div.k2TopCommentersBlock ul li span.tcUsername {}
div.k2TopCommentersBlock ul li span.tcCommentsCounter {}
div.k2TopCommentersBlock ul li a.tcLatestComment {}
div.k2TopCommentersBlock ul li a.tcLatestComment:hover {}
div.k2TopCommentersBlock ul li span.tcLatestCommentDate {color:#e9eff5;}



/*----------------------------------------------------------------------
	Modules: mod_k2_content
----------------------------------------------------------------------*/

div.k2ItemsBlock {}

div.k2ItemsBlock p.modulePretext {}

div.k2ItemsBlock ul {}
div.k2ItemsBlock ul li {}
div.k2ItemsBlock ul li a {}
div.k2ItemsBlock ul li a:hover {}
div.k2ItemsBlock ul li.lastItem {}

div.k2ItemsBlock ul li a.moduleItemTitle {}
div.k2ItemsBlock ul li a.moduleItemTitle:hover {}

div.k2ItemsBlock ul li div.moduleItemAuthor {}
div.k2ItemsBlock ul li div.moduleItemAuthor a {}
div.k2ItemsBlock ul li div.moduleItemAuthor a:hover {}

div.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {}

div.k2ItemsBlock ul li div.moduleItemIntrotext {display:block;padding:4px 0;line-height:120%;}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {float:right;margin:2px 0 4px 4px;padding:0;border:2px solid #ddd;}

div.k2ItemsBlock ul li div.moduleItemExtraFields {}
	div.moduleItemExtraFields ul {}
	div.moduleItemExtraFields ul li {}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {display:block;float:left;font-weight:bold;margin:0 4px 0 0;width:30%;}
	div.moduleItemExtraFields ul li span.moduleItemExtraFieldsValue {}

div.k2ItemsBlock ul li div.moduleItemVideo {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCaption {}
div.k2ItemsBlock ul li div.moduleItemVideo span.moduleItemVideoCredits {}

div.k2ItemsBlock ul li span.moduleItemDateCreated {}

div.k2ItemsBlock ul li a.moduleItemCategory {}

div.k2ItemsBlock ul li div.moduleItemTags {}
div.k2ItemsBlock ul li div.moduleItemTags b {}
div.k2ItemsBlock ul li div.moduleItemTags a {padding:0 2px;}
div.k2ItemsBlock ul li div.moduleItemTags a:hover {}

div.k2ItemsBlock ul li div.moduleAttachments {}

div.k2ItemsBlock ul li a.moduleItemComments {border-right:1px solid #c4c2cf;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemComments:hover {}
div.k2ItemsBlock ul li span.moduleItemHits {border-right:1px solid #c4c2cf;padding:0 4px 0 0;margin:0 8px 0 0;}
div.k2ItemsBlock ul li a.moduleItemReadMore {}
div.k2ItemsBlock ul li a.moduleItemReadMore:hover {}

div.k2ItemsBlock a.moduleCustomLink {}
div.k2ItemsBlock a.moduleCustomLink:hover {}



/*----------------------------------------------------------------------
	Modules: mod_k2_user (mod_k2_login will be removed in v2.6)
----------------------------------------------------------------------*/

div.k2LoginBlock {}
	div.k2LoginBlock p.preText {}

	div.k2LoginBlock fieldset.input {margin:0;padding:0 0 8px 0;}
	div.k2LoginBlock fieldset.input p {margin:0;padding:0 0 4px 0;}
	div.k2LoginBlock fieldset.input p label {display:block;}
	div.k2LoginBlock fieldset.input p input {display:block;}
	div.k2LoginBlock fieldset.input p#form-login-remember label,
	div.k2LoginBlock fieldset.input p#form-login-remember input {display:inline;}
	div.k2LoginBlock fieldset.input input.button {}

	div.k2LoginBlock ul {}
	div.k2LoginBlock ul li {}

	div.k2LoginBlock p.postText {}

div.k2UserBlock {}
	div.k2UserBlock p.ubGreeting {border-bottom:1px dotted #c4c2cf;}
	div.k2UserBlock div.k2UserBlockDetails a.ubAvatar img {}
	div.k2UserBlock div.k2UserBlockDetails span.ubName {display:block;font-weight:bold;font-size:14px;}
	div.k2UserBlock div.k2UserBlockDetails span.ubCommentsCount {}

	div.k2UserBlock ul.k2UserBlockActions {}
		div.k2UserBlock ul.k2UserBlockActions li {}
		div.k2UserBlock ul.k2UserBlockActions li a {}
		div.k2UserBlock ul.k2UserBlockActions li a:hover {}

	div.k2UserBlock ul.k2UserBlockRenderedMenu {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li a:hover {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul {} /* 2nd level ul */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul li a {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul {} /* 3rd level ul (and so on...) */
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li {}
		div.k2UserBlock ul.k2UserBlockRenderedMenu li ul ul li a {}

	div.k2UserBlock form {}
	div.k2UserBlock form input.ubLogout {}



/*----------------------------------------------------------------------
	Modules: mod_k2_tools
----------------------------------------------------------------------*/

/* --- Archives --- */
div.k2ArchivesBlock {}
div.k2ArchivesBlock ul {}
div.k2ArchivesBlock ul li {}
div.k2ArchivesBlock ul li a {}
div.k2ArchivesBlock ul li a:hover {}

/* --- Authors --- */
div.k2AuthorsListBlock {}
div.k2AuthorsListBlock ul {}
div.k2AuthorsListBlock ul li {}
div.k2AuthorsListBlock ul li a.abAuthorAvatar img {}
div.k2AuthorsListBlock ul li a.abAuthorName {}
div.k2AuthorsListBlock ul li a.abAuthorName:hover {}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem {display:block;clear:both;}
div.k2AuthorsListBlock ul li a.abAuthorLatestItem:hover {}
div.k2AuthorsListBlock ul li span.abAuthorCommentsCount {}

/* --- Breadcrumbs --- */
div.k2BreadcrumbsBlock {}
div.k2BreadcrumbsBlock span.bcTitle {padding:0 4px 0 0;color:#e9eff5;}
div.k2BreadcrumbsBlock a {}
div.k2BreadcrumbsBlock a:hover {}
div.k2BreadcrumbsBlock span.bcSeparator {padding:0 4px;font-size:14px;}

/* --- Calendar --- */
div.k2CalendarBlock {height:190px;margin-bottom:8px;} /* use this height value so that the calendar height won't change on Month change via ajax */
div.k2CalendarLoader {background:#fff url(../k2_images/system/k2CalendarLoader.gif) no-repeat 50% 50%;}
table.calendar {margin:0 auto;background:#fff;border-collapse:collapse;}
table.calendar tr td {text-align:center;vertical-align:middle;padding:2px;border:1px solid #f4f4f4;background:#fff;}
table.calendar tr td.calendarNavMonthPrev {background:#f3f3f3;text-align:left;}
table.calendar tr td.calendarNavMonthPrev a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthPrev a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarCurrentMonth {background:#f3f3f3;}
table.calendar tr td.calendarNavMonthNext {background:#f3f3f3;text-align:right;}
table.calendar tr td.calendarNavMonthNext a {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarNavMonthNext a:hover {font-size:20px;text-decoration:none;}
table.calendar tr td.calendarDayName {background:#e7e6ec;font-size:11px;width:14.2%;}
table.calendar tr td.calendarDateEmpty {background:#fbfbfb;}
table.calendar tr td.calendarDate {}
table.calendar tr td.calendarDateLinked {padding:0;}
table.calendar tr td.calendarDateLinked a {display:block;padding:2px;text-decoration:none;background:#eee;}
table.calendar tr td.calendarDateLinked a:hover {display:block;background:#135cae;color:#fff;padding:2px;text-decoration:none;}
table.calendar tr td.calendarToday {background:#135cae;color:#fff;}
table.calendar tr td.calendarTodayLinked {background:#135cae;color:#fff;padding:0;}
table.calendar tr td.calendarTodayLinked a {display:block;padding:2px;color:#fff;text-decoration:none;}
table.calendar tr td.calendarTodayLinked a:hover {display:block;background:#BFD9FF;padding:2px;text-decoration:none;}

/* --- Category Tree Select Box --- */
div.k2CategorySelectBlock {}
div.k2CategorySelectBlock form select {width:auto;}
div.k2CategorySelectBlock form select option {}

/* --- Category List/Menu --- */
div.k2CategoriesListBlock {}
div.k2CategoriesListBlock ul {}
div.k2CategoriesListBlock ul li {}
div.k2CategoriesListBlock ul li a {}
div.k2CategoriesListBlock ul li a:hover {}
div.k2CategoriesListBlock ul li a span.catTitle {padding-right:4px;}
div.k2CategoriesListBlock ul li a span.catCounter {}
div.k2CategoriesListBlock ul li a:hover span.catTitle {}
div.k2CategoriesListBlock ul li a:hover span.catCounter {}
div.k2CategoriesListBlock ul li.activeCategory {}
div.k2CategoriesListBlock ul li.activeCategory a {font-weight:bold;}

	/* Root level (0) */
	ul.level0 {}
	ul.level0 li {}
	ul.level0 li a {}
	ul.level0 li a:hover {}
	ul.level0 li a span {}
	ul.level0 li a:hover span {}

		/* First level (1) */
		ul.level1 {}
		ul.level1 li {}
		ul.level1 li a {}
		ul.level1 li a:hover {}
		ul.level1 li a span {}
		ul.level1 li a:hover span {}

			/* n level (n) - like the above... */

/* --- Search Box --- */
div.k2SearchBlock {position:relative;}
div.k2SearchBlock form {}
div.k2SearchBlock form input.inputbox {}
div.k2SearchBlock form input.button {}
div.k2SearchBlock form input.k2SearchLoading {background:url(../k2_images/system/searchLoader.gif) no-repeat 100% 50%;}
div.k2SearchBlock div.k2LiveSearchResults {display:none;background:#fff;position:absolute;z-index:99;border:1px solid #c4c2cf;margin-top:-1px;}
	/* Live search results (fetched via ajax) */
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults {list-style:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li {border:none;margin:0;padding:0;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a {display:block;padding:1px 2px;border-top:1px dotted #eee;}
	div.k2SearchBlock div.k2LiveSearchResults ul.liveSearchResults li a:hover {background:#fffff0;}

/* --- Tag Cloud --- */
div.k2TagCloudBlock {padding:8px 0;}
div.k2TagCloudBlock a {padding:4px;float:left;display:block;}
div.k2TagCloudBlock a:hover {padding:4px;float:left;display:block;background:#135cae;color:#fff;text-decoration:none;}

/* --- Custom Code --- */
div.k2CustomCodeBlock {}



/*----------------------------------------------------------------------
	Modules: mod_k2_users
----------------------------------------------------------------------*/

div.k2UsersBlock {}
div.k2UsersBlock ul {}
div.k2UsersBlock ul li {}
div.k2UsersBlock ul li.lastItem {}
div.k2UsersBlock ul li a.ubUserAvatar img {}
div.k2UsersBlock ul li a.ubUserName {}
div.k2UsersBlock ul li a.ubUserName:hover {}
div.k2UsersBlock ul li div.ubUserDescription {}
div.k2UsersBlock ul li div.ubUserAdditionalInfo {}
	a.ubUserFeedIcon,
	a.ubUserFeedIcon:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../k2_images/fugue/feed.png) no-repeat 50% 50%;}
	a.ubUserFeedIcon span,
	a.ubUserFeedIcon:hover span {display:none;}
	a.ubUserURL,
	a.ubUserURL:hover {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../k2_images/fugue/globe.png) no-repeat 50% 50%;}
	a.ubUserURL span,
	a.ubUserURL:hover span {display:none;}
	span.ubUserEmail {display:inline-block;margin:0 2px 0 0;padding:0;width:16px;height:16px;background:url(../k2_images/fugue/mail.png) no-repeat 50% 50%;overflow:hidden;}
	span.ubUserEmail a {display:inline-block;margin:0;padding:0;width:16px;height:16px;text-indent:-9999px;}

div.k2UsersBlock ul li h3 {clear:both;margin:8px 0 0 0;padding:0;}
div.k2UsersBlock ul li ul.ubUserItems {}
div.k2UsersBlock ul li ul.ubUserItems li {}


/* Specific 9/11 Truth Outreach Components */

div#k2ModuleBox206 {
	background-color: rgba(255,255,255,0.5);
}
div#k2ModuleBox206 ul {
 margin: 0 0 9px;
 list-style-type: none;
}

div.customae_news_flash {
	margin: 0 auto 0 auto;
}

#aside .custom_why_truth_matters.jmoddiv {
    background-color: rgb(240, 247, 255) !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset !important;
    padding: 1em !important;
}

/********************************************/
/*** BEGIN Find Your Regional Coordinator ***/
/********************************************/
ul.menu {
  list-style-type: none;
} 
ul.menu li {
  padding: 5px 5px 5px 0;
  font-size: 1em;
  font-family: "Trebuchet MS", Arial, sans-serif;
  float: left;
  height: 55px;
  text-align: center;
  width: 120px;
}
ul.menu li a {
  background: url("../../../images/regions/us-state-flags-sprites.png") no-repeat;
  background-position: 0 0;
  background-origin: padding-box;
  color: #3e6e9e !important;
  display: block;
  height: 27px;
  line-height: 80px;
  margin: 0 auto;
  padding-bottom: 0px;
  text-decoration: none !important;
  transition: background all 0.33s ease 0s !important;
  -webkit-transition: all 0.33s ease 0s !important;
  /* For Safari 3.1 to 6.0 */
  vertical-align: bottom;
}
ul.menu li a:hover {
  background: url("../../../images/regions/us-state-flags-sprites-hover.png") no-repeat;
  color: #0060bf !important;
}
p.anchor-separator {
  clear: both;
  height: 0;
  margin: 0 !important;
  text-align: center;
}
p.anchor-separator a {
  color: transparent !important;
  text-shadow: none !important;
}
div.region-block {
  clear: both;
}
div.region-panel-odd {
  background-color: rgba(10, 56, 102, 0.15);
  border-radius: 8px;
  clear: both;
  padding: 42.286vh 2.286vh 38.857vh;
}
div.region-panel-even {
  background-color: rgba(0, 64, 128, 0.05);
  border-radius: 8px;
  clear: both;
  padding: 42.286vh 2.286vh 38.857vh;
}
div.region-panel-last {
  background-color: rgba(10, 56, 102, 0.15);
  border-radius: 8px;
  clear: both;
  padding: 42.286vh 2.286vh 38.857vh margin-bottom: 4.571vh;
}
@media only screen {
  /* Small screens - Define mobile style */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 10.5vh 2.286vh 9.714vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 15vh 0;
  }
}
@media only screen and (max-width: 40em) {
  /* Small screens - max-width 640px, mobile-only styles, use when QAing mobile issue */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 0 2vh;
  }
  div.region-panel-last {
    margin-bottom: 4vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 1vh 0 21vh;
  }
}
@media only screen and (min-width: 40.063em) {
  /* Medium screens - min-width 641px, medium screens */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 10.5vh 2.286vh 9.714vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 15vh 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* Medium screens - Medium screens - min-width 641px and max-width 1024px, use when QAing tablet-only issues */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 10.1vh 2.286vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 10.1vh 0;
  }
}
@media only screen and (min-width: 64.063em) {
  /* Large screens - min-width 1025px, large screens */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 25.2vh 2.286vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 20.2vh 0;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* Large screens - min-width 1025px and max-width 1440px, use when QAing large screen-only issues*/
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 25.3vh 2.286vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 20.3vh 0;
  }
}
@media only screen and (min-width: 90.063em) {
  /* XLarge screens - min-width 1441px, xlarge screens */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 25.4vh 2.286vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 20.4vh 0;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  /* XLarge screens - min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 25.5vh 2.286vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 20.5vh 0;
  }
}
@media only screen and (min-width: 120.063em) {
  /* XXLarge screens - min-width 1921px, xxlarge screens */
  div.region-panel-odd,
  div.region-panel-even,
  div.region-panel-last {
    padding: 25.6vh 2.286vh;
  }
  div.region-panel-last {
    margin-bottom: 4.571vh;
  }
  div.region-panel-odd .region-block,
  div.region-panel-even .region-block,
  div.region-panel-last .region-block {
    margin: 20.6vh 0;
  }
}
br.clear-both {
  clear: both;
}
ul.menu li.alabama a {
  background-position: 0 -10px;
}
ul.menu li.alaska a {
  background-position: 0 -368px;
}
ul.menu li.arizona a {
  background-position: 0 -725px;
}
ul.menu li.arkansas a {
  background-position: 0 -1088px;
}
ul.menu li.california a {
  background-position: 0 -1413px;
}
ul.menu li.colorado a {
  background-position: 0 -43px;
}
ul.menu li.connecticut a {
  background-position: 0 -400px;
}
ul.menu li.delaware a {
  background-position: 0 -758px;
}
ul.menu li.florida a {
  background-position: 0 -1125px;
}
ul.menu li.georgia a {
  background-position: 0 -1445px;
}
ul.menu li.hawaii a {
  background-position: 0 -75px;
}
ul.menu li.idaho a {
  background-position: 0 -433px;
}
ul.menu li.illinois a {
  background-position: 0 -795px;
}
ul.menu li.indiana a {
  background-position: 0 -1168px;
}
ul.menu li.iowa a {
  background-position: 0 -1478px;
}
ul.menu li.kansas a {
  background-position: 0 -108px;
}
ul.menu li.kentucki a {
  background-position: 0 -465px;
}
ul.menu li.lousiana a {
  background-position: 0 -825px;
}
ul.menu li.maine a {
  background-position: 0 -1085px;
}
ul.menu li.maryland a {
  background-position: 0 -1510px;
}
ul.menu li.massachusetts a {
  background-position: 0 -141px;
}
ul.menu li.michigan a {
  background-position: 0 -498px;
}
ul.menu li.minnesota a {
  background-position: 0 -860px;
}
ul.menu li.mississippi a {
  background-position: 0 -1218px;
}
ul.menu li.missouri a {
  background-position: 0 -1543px;
}
ul.menu li.montana a {
  background-position: 0 -173px;
}
ul.menu li.nebraska a {
  background-position: 0 -530px;
}
ul.menu li.nevada a {
  background-position: 0 -893px;
}
ul.menu li.new-hampshire a {
  background-position: 0 -1250px;
}
ul.menu li.new-jersey a {
  background-position: 0 -1575px;
}
ul.menu li.new-mexico a {
  background-position: 0 -205px;
}
ul.menu li.new-york a {
  background-position: 0 -565px;
}
ul.menu li.north-carolina a {
  background-position: 0 -925px;
}
ul.menu li.north-dakota a {
  background-position: 0 -1283px;
}
ul.menu li.ohio a {
  background-position: 0 -1608px;
}
ul.menu li.oklahoma a {
  background-position: 0 -238px;
}
ul.menu li.oregon a {
  background-position: 0 -595px;
}
ul.menu li.pennsylvania a {
  background-position: 0 -958px;
}
ul.menu li.rhode-island a {
  background-position: 0 -1315px;
}
ul.menu li.south-carolina a {
  background-position: 0 -1640px;
}
ul.menu li.south-dakota a {
  background-position: 0 -270px;
}
ul.menu li.tennessee a {
  background-position: 0 -628px;
}
ul.menu li.texas a {
  background-position: 0 -990px;
}
ul.menu li.utah a {
  background-position: 0 -1348px;
}
ul.menu li.vermont a {
  background-position: 0 -1673px;
}
ul.menu li.virginia a {
  background-position: 0 -303px;
}
ul.menu li.washington a {
  background-position: 0 -660px;
}
ul.menu li.west-virginia a {
  background-position: 0 -1023px;
}
ul.menu li.wisconsin a {
  background-position: 0 -1380px;
}
ul.menu li.wyoming a {
  background-position: 0 -1705px;
}
ul.menu li.district-of-columbia a {
  background-position: 0 -335px;
}
ul.menu li.us-virgin-islands a {
  background-position: 0px -693px;
}
ul.menu li.puerto-rico a {
  background-position: 0 -1055px;
}

/********************************************/
/**** END Find Your Regional Coordinator ****/
/********************************************/

/* RS Forms */

#userForm {
	margin: 0 0.5em 1.1em 0.5em !important;
}

.formResponsive fieldset {
	padding: 0 1em !important;
}

/* JFBConnect */

div.moduletable_socialmediaConnect {
	background-color: #f2f9ff;
	margin:1em !important;
	width:92%;
}

.sourcecoast .intro {
	margin-bottom: 0.5em;
}

div.mceEditor {
	margin-bottom: 1.0em;
}

.social-login {
	margin-right:0.5em !important;
}

.sourcecoast .intro {
	margin-left: 13px;
}

div#jfbcSocialMediaButtons {
    align-content: space-between;
    align-items: center;
    background: -moz-linear-gradient(top, rgba(249,252,255,0.75) 0%, rgba(249,252,255,0.95) 25%, rgba(249,252,255,1) 50%, rgba(249,252,255,1) 51%, rgba(249,252,255,0.95) 75%, rgba(249,252,255,0.75) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249,252,255,0.75) 0%,rgba(249,252,255,0.95) 25%,rgba(249,252,255,1) 50%,rgba(249,252,255,1) 51%,rgba(249,252,255,0.95) 75%,rgba(249,252,255,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249,252,255,0.75) 0%,rgba(249,252,255,0.95) 25%,rgba(249,252,255,1) 50%,rgba(249,252,255,1) 51%,rgba(249,252,255,0.95) 75%,rgba(249,252,255,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 8px;
    bottom: 0;
    display:flex;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bff9fcff', endColorstr='#bff9fcff',GradientType=0 ); /* IE6-9 */
    height: 60px;
    justify-content: space-around;
    margin-right: 2px;
    padding: 0 10px;
    position: fixed;
    right: 0px;
    width: 248px;
    z-index: 1000;
}
div.JFBC-Config {
    width: auto;
}
.sourcecoast.facebook, .sourcecoast.linkedin,
.sourcecoast.twitter, .sourcecoast.google,
.sourcecoast.pinterest {
    background: #fafcff repeat scroll 0 0;
    padding: 5px 3px 0;
    border-radius: 4px;
}
/****** END JFBCONNECT ******/
/****** BEGIN GDPR ******/
.gdpr-fancybox-container .sourcecoast.facebook {
   background: transparent;	
}
.cc-window.cc-banner.cc-type-opt-out.cc-color-override--384205738.cc-window {
	background-image: linear-gradient(rgb(51, 76, 101), rgb(30, 42, 53));
}
.cc-window.cc-banner.cc-type-opt-out.cc-color-override--384205738.cc-window .cc-compliance {
	margin-right: 20px;
}
/****** END GDPR ******/
/* Joomla User Interface */

div.k2AccountPage table.admintable div#country_chzn {
	margin-bottom: 1.0em !important;
}

div.profile-edit {
	background-color: rgba(242, 249, 255, 0.5);
	margin:1.0em;
}

/* End Joomla User INterface */

/* Joom Donations */

.jd-container {
    padding: 1em;
    width: 96.5%;
    width: calc(100% - 2em);
    background-color: rgba(242,249,255, 0.5);
    border-radius: 8px;
    margin-top: 1em;
}

.jd-container .jd-page-title {
	margin: 0 1em;
	display: block;
	float: left;
}

.jd-container .jd-facebook {
	margin-left: 1.75em;
}

.scopengraph {
	height:4.0em;
	margin-top: 0em;
}

.jd-container .jd-message {
	background-color: rgba(242, 249, 255, 0.75);
    border-radius: 8px;
    font-size: 1.0em !important;
    padding: 1.0em;
}

.jd-container .jd-message p {
	margin: 0 0 4px;
}

.jd-message.paypal-redirect {
	background-color: rgba(242, 249, 255, 0.75);
    border-radius: 8px;
	color: #89B7E8;
	font-size: 2.0em;
	font-weight: bold;
	min-width: 280px;
	text-align: center;
	vertical-align: middle;
	padding: 1.0em;
}

.jd-container .form.form-horizontal {
    background-color: rgba(242, 249, 255, 0.75);
    border-radius: 8px;
    margin: 1em 0 !important;
    padding: 1em;
}

.jd-container .form.form-horizontal .form-actions {
	background-color: transparent;
}

.jd-container .form.form-horizontal span.required {
	color: red !important;
    padding-left: 0 !important;
}

input[name="payment_method"], input[name="donation_type"] {
	margin: -3px 8px 0 0 !important;
}

input[name="accept_term"] {
	margin: 2px 8px 0 0 !important;
}

/* End Joom Donations */

/* Simple IMage Gallery Pro */

ul.sigProContainer.sigProClassic.singleThumbGallery {
	list-style-type: none;
}


ul.sigProPolaroids li.sigProThumb {
    background: #fff none repeat scroll 0 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    color: #333;
    display: block;
    float: left;
    font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
    font-size: 0.9em;
    list-style: outside none none !important;
    margin: 2.0em 1.0em 2.5em 1.0em;
    padding: 1em;
    text-align: center;
    text-decoration: none;
    transform: rotate(-2deg);
}

ul.sigProPolaroids span.sigProPseudoCaption, ul.sigProPolaroids span.sigProCaption {
    color: #00264d;
    display: block;
    font-family: "Avant Garde",Avantgarde,"Century Gothic",CenturyGothic,"AppleGothic",sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    height: 2em;
    line-height: 1em;
    padding: 0.5em;
    text-align: left;
}

.mfp-zoom-out-cur .mfp-bottom-bar .mfp-title {
	color: #f2f9ff;
 	line-height: 1.25em;
 	margin: 0.5em 0 1em 1.5em;
 	padding-right: 2.0em;
 	text-align: left;
 	word-wrap: break-word;
}

 .mfp-zoom-out-cur .mfp-bottom-bar .mfp-title a.sigProDownloadLink {
    background: rgba(0, 0, 0, 0) url("https://www.911tap.org/images/jw_sigpro/disk.png") no-repeat scroll left center;
    display: block;
    margin: 0.5em 0 0 -1.5em;
    padding: 0.25em 0.25em 0.5em 1.5em !important;
 }

/* END Simple IMage Gallery Pro */

/* End Specific 9/11 Truth Outreach Components */

/* Custom HTML Modules */

.why_truth_matters div a{
    background: #748da6; /* Old browsers */
    background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#748da6', endColorstr='#36414d',GradientType=0 ); /* IE6-9 */
    border-color: #86a3bf #748da6 #2d3640;
    border: 1px solid;
    *border: 0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #adbdcc;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
    *margin-left: .3em;
    padding: 9px 20px;
    text-align: center;
    transition-property: background, color;
    -webket-transition-duration: 0.33s;
    transition-duration: 0.33s;
    vertical-align: middle;
    *zoom: 1;
}

.why_truth_matters div a:hover, .why_truth_matters div a:focus, .why_truth_matters div a:active {
    background: #748da6; /* Old browsers */
    background: -moz-linear-gradient(top,  #62778c 0%, #12161a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62778c), color-stop(100%,#12161a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #62778c 0%,#12161a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #62778c 0%,#12161a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #62778c 0%,#12161a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #62778c 0%,#12161a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62778c', endColorstr='#12161a',GradientType=0 ); /* IE6-9 */
    color: #c3d4e5;
}

/*** DocMan Styles ***/

div.koowa.com_docman {
    background-color: rgba(242, 249, 255, 0.75);
    border-radius: 8px;
    margin: 1em auto;
    max-width: 960px !important;
    padding: 0.5em 1em 3em;
    /*height: 91.35%;*/
}

div.koowa.com_docman .docman_download.docman_download--right a {
	color: #b8cfe5 !important;
}

div.koowa.com_docman .docman_download.docman_download--right a:hover,
div.koowa.com_docman .docman_download.docman_download--right a:active {
	color: #cce7ff !important;
}
div.koowa .docman_download {
    display: table-cell !important;
    float: right;
    margin: 10px 0 10px 10px;
    text-align: center;
    width: 120px;
}
div.koowa .docman_download .btn {
 line-height: 14px !important;
}
div.koowa .docman_download .btn-large {
    font-size: 16.25px;
    padding: 8px 19px;
}
.koowa .docman_description {
    display: table-cell !important;
    padding-bottom: 10px;
}
/*** END DocMan Styles ***/

/*** JEvents Admin ***/

#jevcontent_tbl {
	max-width: 900px !important;
}

#jevents .jevbootstrap .adminform div#myEditTabsContent {
	border-color: #a1c3e5;
	border-radius: 0 10px;
	border-style: solid;
	border-width: 0 1px 1px;
	padding: 1em 0.5em;
}
#jevents .jevbootstrap .adminform #myEditTabs {
	margin-bottom: 0;
}
/* Agenda and Minutes */
#jevents .adminform .jev-agenda-minutes .jev-edit-heading {
	margin-bottom: 0.5em !important;
}
#jevents .adminform .jev-agenda-minutes .jev-edit-heading h2 {
	color: #00264D !important;
	text-decoration: underline !important;
}
#jevents #adminForm .jev_edit_event_notice p {
	font-size: 0.95em;
	line-height: 1.15em;
}
/* Gemeral Front End Editing Classes */
.jeventslight .adminform .btn {
	background-color: #edf1f5;
	*background-color: #edf1f5; /* For I.E. re3tarded browsers */
	background: rgba(247, 251, 255, 1) -webkit-linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important;
	background: rgba(247, 251, 255, 1) -o-linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important;
	background: rgba(247, 251, 255, 1) -moz-linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important;
	background: rgba(247, 251, 255, 1) linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important;
	background-repeat: repeat-x;
	border-color: rgba(11, 12, 13, 0.1) rgba(11, 12, 13, 0.1) #7d98b3;
	border-image: none;
	border-radius: 0 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(247, 251, 255, 0.2) inset, 0 1px 2px rgba(11, 12, 13, 0.05);
	color: #00264d !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	text-decoration:none;
	text-shadow: 0 1px 1px rgba(247, 251, 255, 0.75);
	transition: all 0.4s;
	vertical-align: middle;
}
.jeventslight .adminform .btn.active.btn-success {
	background-color: #99ff99;
	*background-color: #99ff99; /* For I.E. re3tarded browsers */
	background-image: -webkit-linear-gradient(#98d998, #63a663); /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#98d998, #63a663); /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#98d998, #63a663); /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#98d998, #63a663); /* Standard syntax */
	color: #f7fbff !important;
	transition: all 0.4s;
}
.jeventslight .adminform .btn.active.btn-success:hover,
.jeventslight .adminform .btn.active.btn-success:focus {
	background-color: #7db37d !important;
	*background-color: #7db37d !important; /* For I.E. re3tarded browsers */
	background-image: -webkit-linear-gradient(#7db37d, #338033) !important; /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#7db37d, #338033) !important; /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#7db37d, #338033) !important; /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#7db37d, #338033) !important; /* Standard syntax */
}
.jeventslight .adminform .btn:hover, .jeventslight .adminform .btn:focus {
	background-image: -webkit-linear-gradient(#dae0e5, #b8c2cc) !important; /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#dae0e5, #b8c2cc) !important; /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#dae0e5, #b8c2cc) !important; /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#dae0e5, #b8c2cc) !important; /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dae0e5', endColorstr='#b8c2cc',GradientType=0 ) !important; /* IE6-9 */
	color: #000000  !important;
}
.jeventslight #toolbar-box {
	margin-left: 1.0em;
}
.jevlocations #toolbar-box {
	padding-left: 1em;
}
#toolbar #toolbar-apply .btn {
	background: #62c462; /* Old browsers */
	background: -moz-linear-gradient(top, #62c462 0%, #51a351 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#62c462)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #62c462 0%, #51a351 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #62c462 0%, #51a351 100%); /* IE10+ */
	background: linear-gradient(to bottom, #62c462 0%, #51a351 100%); /* W3C */
	border: 1px solid #51a351;
	border-radius: 8px;
	color: #f7fbff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	transition-duration: 0.15s;
	transition-property: background-image, color;
	vertical-align: middle;
}
#toolbar #toolbar-apply .btn:hover,
#toolbar #toolbar-apply .btn:focus {
	background: #33cc33; /* Old browsers */
	background: -moz-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33cc33), color-stop(100%,#47b347)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #33cc33 0%, #47b347 100%) !important; /* W3C */
	color: #ffffff !important;
 }
#toolbar #toolbar-save .btn {
	background: #62c462; /* Old browsers */
	background: -moz-linear-gradient(top, #62c462 0%, #51a351 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#62c462), color-stop(100%,#62c462)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #62c462 0%, #51a351 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #62c462 0%, #51a351 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #62c462 0%, #51a351 100%); /* IE10+ */
	background: linear-gradient(to bottom, #62c462 0%, #51a351 100%); /* W3C */
	border: 1px solid #51a351;
	border-radius: 8px;
	color: #f7fbff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	transition-duration: 0.15s;
	transition-property: background-image, color;
	vertical-align: middle;
}
#toolbar #toolbar-save .btn:hover,
#toolbar #toolbar-save .btn:focus {
	background: #33cc33; /* Old browsers */
	background: -moz-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33cc33), color-stop(100%,#47b347)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #33cc33 0%, #47b347 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #33cc33 0%, #47b347 100%) !important; /* W3C */
	color: #ffffff !important;
 }
#toolbar #toolbar-cancel .btn {
	background: #748da6; /* Old browsers */
	background: -moz-linear-gradient(top, #ee6666 0%, #aa0000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ee6666), color-stop(100%,#aa0000)) !image-rendering: ; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee6666 0%, #aa0000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee6666 0%, #aa0000 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee6666 0%, #aa0000 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #ee6666 0%, #aa0000 100%) !important; /* W3C */
	border: 1px solid #aa0000;
	border-radius: 8px;
	color: #f7fbff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 4px 12px;
	text-align: center;
	transition-duration: 0.15s;
	transition-property: background-image, color;
	vertical-align: middle;
}
#toolbar #toolbar-cancel .btn:hover,
#toolbar #toolbar-cancel .btn:focus {
	background: #ee6666; /* Old browsers */
	background: -moz-linear-gradient(top, #ff4444 0%, #cc0000 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4444), color-stop(100%,#cc0000)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff4444 0%, #cc0000 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff4444 0%, #cc0000 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff4444 0%, #cc0000 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, #ff4444 0%, #cc0000 100%) !important; /* W3C */
	color: #ffffff !important;
 }
.chzn-container-single .chzn-single {
	background: rgba(247, 251, 255, 1) -webkit-linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important; /* For Safari 5.1 to 6.0 */
	background: rgba(247, 251, 255, 1) -o-linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important; /* For Opera 11.1 to 12.0 */
	background: rgba(247, 251, 255, 1) -moz-linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important; /* For Firefox 3.6 to 15 */
	background: rgba(247, 251, 255, 1) linear-gradient(center top , #f7fbff 20%, #f4f8fc 50%, #e6eaed 52%, #ecf0f4 100%) !important; /* Standard syntax */
	border: 1px solid #adb0b3;
	border-radius: 5px;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(11, 12, 13, 0.1);
	color: #00264d;
	display: block;
	height: 23px;
	line-height: 24px;
	overflow: hidden;
	padding: 0 0 0 8px;
	position: relative;
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.4s;
}
.chzn-container-single .chzn-single:hover, .chzn-container-single .chzn-single:focus {
	background: rgba(247, 251, 255, 1) -webkit-linear-gradient(center top , #e4ebf2 20%, #e1e9f0 50%, #d3dbe0 52%, #dae1e8 100%) !important; /* For Safari 5.1 to 6.0 */
	background: rgba(247, 251, 255, 1) -o-linear-gradient(center top , #e4ebf2 20%, #e1e9f0 50%, #d3dbe0 52%, #dae1e8 100%) !important; /* For Opera 11.1 to 12.0 */
	background: rgba(247, 251, 255, 1) -moz-linear-gradient(center top , #e4ebf2 20%, #e1e9f0 50%, #d3dbe0 52%, #dae1e8 100%) !important; /* For Firefox 3.6 to 15 */
	background: rgba(247, 251, 255, 1) linear-gradient(center top , #e4ebf2 20%, #e1e9f0 50%, #d3dbe0 52%, #dae1e8 100%) !important; /* Standard syntax */
	color: #000000;
}
.chzn-container-single a.chzn-single:hover, .chzn-container-single a.chzn-single:focus {
	color: #000000 !important;
	text-decoration: none;
}

.chzn-container-multi .chzn-choices li.search-choice {
	background-clip: padding-box;
	background-color: #7db37d !important
	*background-color: #7db37d !important; /* For I.E. re3tarded browsers */
	background-image: -webkit-linear-gradient(#f4f8fc, #ecf0f4) !important; /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#f4f8fc, #ecf0f4) !important; /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#f4f8fc, #ecf0f4) !important; /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#f4f8fc, #ecf0f4) !important; /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fc', endColorstr='#ecf0f4',GradientType=0 ) !important; /* IE6-9 */
	border: 1px solid #ecf0f4;
	border-radius: 3px;
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #00264d;
	cursor: default;
	line-height: 13px;
	margin: 3px 0 3px 5px;
	padding: 3px 20px 3px 5px;
	position: relative;
}
.chzn-container-multi .chzn-choices li.search-choice:hover,
.chzn-container-multi .chzn-choices li.search-choice:focus {
	background-image: -webkit-linear-gradient(#e1e9f0, #dae1e8) !important; /* For Safari 5.1 to 6.0 */
	background-image: -o-linear-gradient(#e1e9f0, #dae1e8) !important; /* For Opera 11.1 to 12.0 */
	background-image: -moz-linear-gradient(#e1e9f0, #dae1e8) !important; /* For Firefox 3.6 to 15 */
	background-image: linear-gradient(#e1e9f0, #dae1e8) !important; /* Standard syntax */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e9f0', endColorstr='#dae1e8',GradientType=0 ) !important; /* IE6-9 */
	color: #000000  !important;
}
.jevbootstrap input[disabled], .jevbootstrap select[disabled],
.jevbootstrap textarea[disabled], .jevbootstrap input[readonly],
.jevbootstrap select[readonly], .jevbootstrap textarea[readonly] {
	background-color: #e1e7ed;
	border: 1px solid #a3b8cc;
	border-radius: 4px 4px 0;
	box-shadow: 0 1px 1px rgba(0, 38, 77, 0.075) inset;
	color: #000000;
	cursor: not-allowed;
	font-size: 0.8em;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.jeventslight #adminForm #myEditTabsContent {
	background-color: #fafcff;
}
.jeventslight #adminForm #myEditTabsContent #jform_agendaattachementstitle-lbl {
	font-size: 1.25em;
	line-height: 1.0em;
}
.jeventslight #adminForm #myEditTabsContent p {
	font-size: 0.95em;
	font-weight: 600;
	line-height: 1.0em;
}
.jevbootstrap label, .jevbootstrap input, .jevbootstrap button, .jevbootstrap select, .jevbootstrap textarea {
	font-size: 0.95em;
	font-weight: normal;
	line-height: 1em;
}
.jevbootstrap .nav > li > a {
	background-color: #e4edf7;
	border-color: #b8cde5;
	border-style: solid;
	border-width: 1px 1px 0;
	color: #6386a6 !important;
	font-size: 0.95em;
	line-height: 1em;
	margin-bottom: -1px;
	text-decoration: none;
}
.jevbootstrap .nav > li > a:hover,
.jevbootstrap .nav > li > a:focus {
	background-color: #f7fbff;
	border-color: #c2daf2;
	border-style: solid;
	border-width: 1px 1px 0;
	color: #000000 !important;
	text-decoration: none;
}
.jevbootstrap .nav-tabs > .active > a {
	background-color: #f7fbff;
	color: #00264d !important;
	text-decoration: none;
}
.jevbootstrap .nav-tabs > .active > a:hover,
.jevbootstrap .nav-tabs > .active > a:focus {
	background-color: #fafcff;
	color: #000000 !important;
	text-decoration: none;
}
.jevbootstrap .nav-tabs > .active > a, .jevbootstrap .nav-tabs > .active > a:hover, .jevbootstrap .nav-tabs > .active > a:focus {
	background-color: #f7fbff;
	border-color: #a1c3e5;
	border-style: solid;
	border-width: 1px 1px 0;
	color: #00264d;
	cursor: default;
	font-size: 0.95em;
	line-height: 1em;
	margin-bottom: -1px;
}
/*** JEvents Locations ***/
.jevlocations #toolbar-new .btn-success {
    background-color: #99ff99;
	*background-color: #99ff99; /* For I.E. re3tarded browsers */
    background-image: -webkit-linear-gradient(#98d998, #63a663); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#98d998, #63a663); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#98d998, #63a663); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#98d998, #63a663); /* Standard syntax */
    color: #f7fbff !important;
	border-color: #63a663;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.jevlocations #toolbar-new .btn-success:hover,
.jevlocations #toolbar-new .btn-success:focus {
    background-color: #7db37d !important;
	*background-color: #7db37d !important; /* For I.E. re3tarded browsers */
    background-image: -webkit-linear-gradient(#7db37d, #338033) !important; /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#7db37d, #338033) !important; /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#7db37d, #338033) !important; /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#7db37d, #338033) !important; /* Standard syntax */
	color: #ffffff !important;
}
.jevlocations #toolbar-delete .btn {
    background-color: #99ff99;
	*background-color: #99ff99; /* For I.E. re3tarded browsers */
    background-image: -webkit-linear-gradient(#ee6666, #aa0000); /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#ee6666, #aa0000); /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#ee6666, #aa0000); /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#ee6666, #aa0000); /* Standard syntax */
    color: #f7fbff !important;
	border-color: #aa0000;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.jevlocations #toolbar-delete .btn:hover,
.jevlocations #toolbar-delete .btn:focus {
    background-color: #ee6666 !important;
	*background-color: #ee6666 !important; /* For I.E. re3tarded browsers */
    background-image: -webkit-linear-gradient(#ff4444, #cc0000) !important; /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#ff4444, #cc0000) !important; /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#ff4444, #cc0000) !important; /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#ff4444, #cc0000) !important; /* Standard syntax */
	color: #ffffff !important;
}
.jevlocations #toolbar-config .btn,
.jevlocations #toolbar-publish .btn,
.jevlocations #toolbar-unpublish .btn,
.jevlocations #toolbar-edit .btn,
.jevlocations #toolbar-back .btn {
    background: #33cc33; /* Old browsers */
    background: -moz-linear-gradient(top, #748da6 0%, #36414d 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#748da6), color-stop(100%,#36414d)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #748da6 0%, #36414d 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #748da6 0%, #36414d 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #748da6 0%, #36414d 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #748da6 0%, #36414d 100%) !important; /* W3C */
    color: #f7fbff !important;
	border-color: #36414d;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.jevlocations #toolbar-config .btn:hover,
.jevlocations #toolbar-config .btn:focus,
.jevlocations #toolbar-publish .btn:hover,
.jevlocations #toolbar-publish .btn:focus,
.jevlocations #toolbar-unpublish .btn:hover,
.jevlocations #toolbar-unpublish .btn:focus,
.jevlocations #toolbar-edit .btn:hover,
.jevlocations #toolbar-edit .btn:focus,
.jevlocations #toolbar-back .btn:hover,
.jevlocations #toolbar-back .btn:focus {
    background-color: #7db37d !important;
	*background-color: #7db37d !important; /* For I.E. re3tarded browsers */
    background-image: -webkit-linear-gradient(#4d6680, #242b33) !important; /* For Safari 5.1 to 6.0 */
    background-image: -o-linear-gradient(#4d6680, #242b33) !important; /* For Opera 11.1 to 12.0 */
    background-image: -moz-linear-gradient(#4d6680, #242b33) !important; /* For Firefox 3.6 to 15 */
    background-image: linear-gradient(#4d6680, #242b33) !important; /* Standard syntax */
    color: #ffffff !important;
}
.jevlocations #toolbar-box h1 small {
	font-size: 1.15em !important;
	font-weight: bold;
}
/*** JEvents Locations Details Page ***/
.events-location-details.flexbox-dist-wrap {
    -webkit-align-content: space-between;
    align-content: space-between;
    -webkit-align-items: flex-start;
	align-items: flex-start;
    background-color: #f5faff !important;
	background-image: -webkit-radial-gradient(#ebf5ff, #f7fbff);
	background-image: -moz-radial-gradient(top, #ebf5ff, #f7fbff);
	background-image: -o-radial-gradient(#ebf5ff, #f7fbff);
	background-image: radial-gradient(#ebf5ff, #f7fbff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7fbff', endColorstr='#ffebf5ff', GradientType=0);
	background-repeat: repeat;
	background-size: cover;
    border-radius: 10px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	height: auto;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 1.0em;
	width: auto;
}
.events-location-details .flex-box-element {
    display: block;
    max-width: 442px;
    margin: 1em;
    padding: 0;
    vertical-align: top;
}
.events-location-details .locations-details-table {
	display: table;
}
.events-location-details .locations-details-table-row {
	display: table-row;
}
.events-location-details .locations-details-table-cell {
	display: table-cell;
}

/** END Location Deatil Page **/
/** BEGIN JEvents MOdule **/
.well.latest_events {
	background-color: rgba(255,255,255, 0.75);
	margin: 0.75em 0.5em;
}
/** END Jevents MOdule

/** Jevents Admin Panel **/
#jevents .jevbootstrap .adminform #myEditTabsContent .row div {
	font-size: 0.98em;
	margin-left: 0;
	padding: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
 	hyphens: auto;
}
#jevents .jevbootstrap .adminform #myEditTabsContent .row img {
	border: 0;
	height: auto;
	margin-right: 6px;
	margin-bottom: 10px;
	max-width: 100%;
	vertical-align: middle;
	width: auto;
}
#jevents .jevbootstrap .adminform #myEditTabsContent #jeveditor.row img {
	margin: 0 !important;
}

#jevents .jevbootstrap .adminform #myEditTabsContent #jeveditor.row {
	padding: 0 !important;
}

div#jevents .adminform input,
div#jevents .adminformtextarea,
div#jevents .adminforminputbox,
div#jevents .adminform#rinterval,
div#jevents .adminform#count,
div#jevents .adminform#until {
    padding: 3px 5px;
    width: auto;
    margin: 3px 0;
}

/** Membership Pro **/

.osm-container {
    background-color: rgba(247, 251, 255, 0.75);
    border-radius:8px;
    padding: 1em;
    width: 96% !important;
}
#jcemediabox-popup-page .osm-taskbar li, #jcemediabox-popup-overlay .osm-taskbar li, #jcemediabox-popup-body .osm-taskbar li, #jcemediabox-popup-loader .osm-taskbar li, #jcemediabox-popup-container .osm-taskbar li, #jcemediabox-popup-content .osm-taskbar li, #jcemediabox-popup-iframe .osm-taskbar li {
	list-style-type:none !important;
}
.osm-container .osm-item-heading-box {
	background: #f2f9ff url("../../../images/membership/background.png");
}
h1.osm-page-title {
    display: none;
}

/******* Kuena *******/

#kunena.layout {
	padding: 1.0em;
}
#kunena.layout .alert.alert-info.kfrontend h1 {
	margin: 0;
}
#kunena.layout .kthead-title a:link,
#kunena.layout .kthead-title a:visited,
#kunena.layout .kthead-title a:active {
	color: #246bb3;
}
#kunena.layout .breadcrumbs-2 .kforum-pathway a {
	font-size: 0.9em;
}
#kunena.layout .img-circle {
	height: 36px;
	width: 36px;
}
#kunena.layout #nav-menu img, #kunena.layout .span3 .img-circle {
		height: 80%;
    width: 80%;
}
#kunena.layout .navbar-inner {
	border-radius: 8px;
	padding: 0;
}
#kunena.layout .navbar-inner .nav  li {
	line-height: 1.875em;
	margin: 0.0675em;
}
#kunena.layout .navbar-inner .dropdown.mobile-user {
	margin: 0;
}
#kunena.layout #nav-menu {
	width: 190px;
	padding: 0.75em;
}
#kunena.layout #ktopicsform .topic-list-tr .btn {
	background: #a1c3e5 !important;
	background: -moz-linear-gradient(top, #a1c3e5 0%, #6b8199 100%) !important;
	background: -ms-linear-gradient(top, #a1c3e5 0%,#6b8199 100%) !important;
	background: -o-linear-gradient(top, #a1c3e5 0%,#6b8199 100%) !important;
	background: -webkit-linear-gradient(top, #a1c3e5 0%,#6b8199 100%) !important;
	background: linear-gradient(to bottom, #a1c3e5 0%,#6b8199 100%) !important;
	background-color: rgba(0, 0, 0, 0);
	border-color: #596c80 #a1c3e5 #8fadcc !important;
	border-radius: 4px !important;
	color: #292e33 !important;
	margin-top: -4px;
	padding: 0.125em 0.5em;
	transition: background 0.5s, border-color 0.5s, color 0.5s;
}
#kunena.layout #ktopicsform .topic-list-tr .btn:hover,
#kunena.layout #ktopicsform .topic-list-tr .btn:focus,
#kunena.layout #ktopicsform .topic-list-tr .btn:active {
	background: #409fff !important;
	background: -moz-linear-gradient(top, #409fff 0%, #3075bf 100%) !important;
	background: -ms-linear-gradient(top, #409fff 0%,#3075bf 100%) !important;
	background: -o-linear-gradient(top, #409fff 0%,#3075bf 100%) !important;
	background: -webkit-linear-gradient(top, #409fff 0%,#3075bf 100%) !important;
	background: linear-gradient(to bottom, #409fff 0%,#3075bf 100%) !important;
	background-color: rgba(0, 0, 0, 0);
	border-color: #335880 #5ca1e5 #8fadcc !important;
	color: #0d131a !important;
}
#kunena.layout .btn-group > .btn:first-child {
	margin-left: 0;
	border-radius: 8px 0 0 8px !important;
	border: 1px solid #666666;
}
#kunena.layout .btn-toolbar.btn-marging .btn.openmodal,
#kunena.layout .btn-toolbar.btn-marging #btn_unthankyou,
#kunena.layout .btn-toolbar.btn-marging #btn_thankyou {
	background: #86a3bf !important;
	background: -moz-linear-gradient(top, #86a3bf 0%, #547599 100%) !important;
	background: -ms-linear-gradient(top, #86a3bf 0%,#547599 100%) !important;
	background: -o-linear-gradient(top, #86a3bf 0%,#547599 100%) !important;
	background: -webkit-linear-gradient(top, #86a3bf 0%,#547599 100%) !important;
	background: linear-gradient(to bottom, #86a3bf 0%,#547599 100%) !important;
	border: 1px solid #666666;
	border-radius: 8px !important;
	height: 34px;
	line-height: 17px;
	margin-left: 5px;
	padding: 0;
	width: 30px;;
}
#kunena.layout .btn-group > .btn [class^="icon-"],
#kunena.layout .btn-group > .btn [class*=" icon-"] {
	color: #dae7f2;
}
#kunena.layout .btn-group > .btn + .dropdown-toggle {
	border: 1px solid #666666;
	border-radius: 0 8px 8px 0 !important;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	padding: 0.65em 0.5em;
}
#kunena.layout .kunena-topic-item .profile-expand.center .heading.btn.btn-small {
	font-size: 12px;
	padding: 4px 10px;
}
#kunena.layout #ktopicsform input.btn {
border-radius: 0 8px 8px 0 !important;
height: 29px;
line-height: 15px;
padding: 0;
width: 36px;
}
#kunena.layout .form-search.pull-right .btn.btn-default {
	border-radius: 0 50% 50% 0 !important;
	height: 30px;
	line-height: 0px;
	padding: 0;
	width: 28px;
}
#kunena.layout #ktopicsform input.btn,
#kunena.layout .form-search.pull-right .btn.btn-default {
	background: #86a3bf !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #86a3bf 0%, #547599 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #86a3bf 0%,#547599 100%) !important; /* W3C */
}
#kunena.layout #ktopicsform input.btn:active,
#kunena.layout #ktopicsform input.btn:focus,
#kunena.layout #ktopicsform input.btn:hover,
#kunena.layout .form-search.pull-right .btn.btn-default:active,
#kunena.layout .form-search.pull-right .btn.btn-default:focus,
#kunena.layout .form-search.pull-right .btn.btn-default:hover {
	background: #98b9d9 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #98b9d9 0%, #6289b3 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #98b9d9 0%,#6289b3 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #98b9d9 0%,#6289b3 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #98b9d9 0%,#6289b3 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #98b9d9 0%,#6289b3 100%) !important; /* W3C */
/* .btn {
	*border: 0;
	*display: inline;
	*margin-left: .3em;
	*zoom: 1;
	background: #748da6 !important;
	background: -moz-linear-gradient(top,  #748da6 0%, #36414d 100%) !important;
	background: -ms-linear-gradient(top,  #748da6 0%,#36414d 100%) !important;
	background: -o-linear-gradient(top,  #748da6 0%,#36414d 100%) !important;
	background: -webkit-linear-gradient(top,  #748da6 0%,#36414d 100%) !important;
	background: linear-gradient(to bottom,  #748da6 0%,#36414d 100%) !important;
	border-color: #86a3bf #748da6 #2d3640;
	-moz-border-radius: 8px !important;
	-webkit-border-radius: 8px !important;
	border-radius: 8px !important;
	border: 1px solid;
	color: #dae7f2 !important;
	cursor: pointer;
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 0.65em 0.5em;
	text-align: center;
	text-shadow: none;
	transition-duration: 0.33s;
	transition-property: background, color;
	vertical-align: middle; */
}
#kunena.layout #ktopicsform .input-append .btn.btn-primary:first-child {
	background: #86a3bf !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #86a3bf 0%, #547599 100%) !important; /* FF3.6+ */
	background: -ms-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* IE10+ */
	background: -o-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* Opera 11.10+ */
	background: -webkit-linear-gradient(top,  #86a3bf 0%,#547599 100%) !important; /* Chrome10+,Safari5.1+ */
	background: linear-gradient(to bottom,  #86a3bf 0%,#547599 100%) !important; /* W3C */
	border-radius: 8px !important;
	height: 28px;
	line-height: 24px;
	margin-right: 5px;
	padding: 0;
	width: 44px;
}
#kunena.layout form[action="/forum/search"] #search .btn.btn-small,
#kunena.layout form[action="/forum/search"] .btn-toolbar.pull-right .btn.btn-small {
	border-radius: 8px !important;
	border: none;
	font-size: 12px;
	font-weight: bold;
	height: 12px;
	line-height: 12px;
	margin-left: 0;
	padding: 0.65em 0.5em;
	width: 12px;
}
#kunena.layout .alert.alert-info.kfrontend h1 {
	margin: 0;
}
#kunena.layout .btn-group {
	background: #56697c;
	border-radius: 8px !important;
	font-size: 13px;
	vertical-align: middle;
}
#kunena.layout .btn-group > .btn {
	*border: 0;
	*display: inline;
	*margin-left: .3em;
	*zoom: 1;
	border-radius: 8px !important;
	border: 1px solid;
	color: #dae7f2 !important;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 0;
	padding: 0.65em 0.5em;
	text-align: center;
	text-shadow: none;
	transition-duration: 0.33s;
	transition-property: background, color;
	vertical-align: middle;
}
#kunena.layout td.kcol-category-icon,
#kunena.layout div.kwhoisonline td.kcol-first,
#kunena.layout div.kgenstats td.kcol-first,
#kunena.layout div.kfrontstats td.kcol-first {
	min-width: 27px;
}
.layout#kunena div.kblock > div.kheader,
.layout#kunena .kblock div.kheader {
	background: #5081b3 !important;
}
#kunena.layout #btn_thankyou, #kunena.layout #btn_unthankyou {
	border-radius: 4px !important;
	height: 17px;
	line-height: 18px;
	padding: 0.125em 0.5em;
	width: 65px;
}
#kunena.layout .kicon-button span {
    background-color: inherit;
    background-image: inherit;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    margin: 0;
}
#kunena.layout #btn_quickreply.kicon-button {
	font-size: 0.9em;
	line-height: 145%;
	padding: 0.125em 0.5em;
	}
#kunena.layout .btn.openmodal {
	height: 34px;
	width: 20px;
}
#kunena.layout td.kprofileboxcnt ul.kprofilebox-link li {
	font-size: .917em;
	height: 26px;
	line-height: 10px;
	margin-top: 5px;
	padding-left: 10px !important;
}
#kunena.layout .kprofilebox-link .btn {
	border: 0 !important;
	width: 100px;
 }
#kunena.layout div.kmessage-buttons-row {
	min-height: 26px
}
#kunena.layout ul.kpost-profile li {
	font-size: 0.75em;
}
.layout#kunena #ktop {
	border-color: #5388B4 !important;
}
#kunena.layout tr.krow1 td {
	background-color: #f2f9ff;
}
#kunena.layout .kforum-pathway {
	background-color: rgba(255,255,255,0);
}
#kunena.layout div#kforum-head {
	background-color: #dae6f2;
}
#kunena.layout #btn_thankyou,
#kunena.layout #btn_unthankyou,
#kunena.layout #btn_list,
#kunena.layout .klist-actions .btn,
#kunena.layout .kmessage-left .btn,
#kunena.layout #topic-actions .btn,
#kunena.layout .kmessage-buttons-row .btn,
#kunena.layout #btn_reply,
#kunena.layout #btn_quote,
#kunena.layout #btn_quickreply {
	background-color: #00cc00;
	border-radius: 4px;
}
#kunena.layout #btn_unfavorite,
#kunena.layout #btn_favorite,
#kunena.layout #btn_unsubscribe,
#kunena.layout #btn_subscribe {
	background-color: #5384b5;
	border-radius: 4px;
}
#kunena.layout #btn_sticky,
#kunena.layout #btn_unsticky,
#kunena.layout #btn_unlock,
#kunena.layout #btn_lock,
#kunena.layout #btn_moderate,
#kunena.layout #btn_delete,
#kunena.layout #btn_edit {
	background-color: #ccb299 !important;
	border-radius: 4px;
}
#kunena.layout .btn-primary.active,
#kunena.layout .btn-warning.active,
#kunena.layout .btn-danger.active,
#kunena.layout .btn-success.active,
#kunena.layout .btn-info.active,
#kunena.layout .btn-inverse.active {
	border-radius: 4px;
	color: #c3d4e5;
}
#kunena.layout div.kmsg-header h2 {
	background-color: #253546;
}
#kunena.layout #status-form label.btn.btn-link {
	border: none;
	border-radius: 14px !important;
	margin: 0;
	padding: 4px 0;
	width: 220px;
}
#kunena.layout span.kmessage-informmarkup {
    background-color: #e9edf2;
    color: #525c66;
    height: 16px;
    border-top: 1px dotted #b4babf;
    border-right: 1px dotted #b4babf;
    border-left: 1px dotted #b4babf;
    padding: 2px 5px;
    border-radius: 4px;
}
#kunena.layout .kwho-admin, #kunena.layout a.kwho-admin {
	color: #0000cc !important;
	font-weight: bold !important;
}
#kunena.layout .kwho-user, #kunena.layout a.kwho-user {
	color: #0062b3 !important;
	margin-right: 0.5em;
}
#kunena.layout #status-form input[type="radio"] + label {
	padding: 0;
}
#kunena.layout #statustext a.btn.btn-link {
	border: none;
	border-radius: 14px !important;
	margin: 0;
	padding: 5.5px 0;
	width: 220px;
}
#kunena.layout #announcement {
margin-bottom: 18px;
}
#kunena.layout #announcement a.btn.btn-link {
	border: none;
	border-radius: 14px !important;
	margin: 0;
	padding: 5.5px 0;
	width: 220px;
}
#kunena.layout #settings a.btn.btn-link {
	border: none;
	border-radius: 14px !important;
	margin: 0;
	padding: 5.5px 0;
	width: 220px;
}
#kunena.layout #allread a.btn.btn-link {
	border: none;
	border-radius: 14px !important;
	margin: 0;
	padding: 5.5px 0;
	width: 220px;
}
#kunena.layout #logout-form button.btn.btn-link {
	background: #4274a6 !important;
	background: -moz-linear-gradient(top, #4274a6 0%, #1f354d 100%) !important;
	background: -ms-linear-gradient(top, #4274a6 0%, #1f354d 100%) !important;
	background: -o-linear-gradient(top, #4274a6 0%, #1f354d 100%) !important;
	background: -webkit-linear-gradient(top, #4274a6 0%, #1f354d 100%) !important;
	background: linear-gradient(to bottom, #4274a6 0%, #1f354d 100%) !important;
	border-color: #4c88bf #4274a6 #1a2b40;
	border-radius: 14px !important;
	border: 1px solid;
	margin: 0;
	padding: 5.5px 0;
	transition: background 0.5s;
	width: 220px;
}
#kunena.layout #logout-form button.btn.btn-link:hover {
	background: #528fcc !important;
	background: -moz-linear-gradient(top, #528fcc 0%, #2e4f73 100%) !important;
	background: -ms-linear-gradient(top, #528fcc 0%, #2e4f73 100%) !important;
	background: -o-linear-gradient(top, #528fcc 0%, #2e4f73 100%) !important;
	background: -webkit-linear-gradient(top, #528fcc 0%, #2e4f73 100%) !important;
	background: linear-gradient(to bottom, #528fcc 0%, #2e4f73 100%) !important;
	border-color: #5ca3e5 #528fcc #2a4566;
}

#kunena.layout .profilebox li {
	font-size: 10pt !important;
	line-height: 14px;
	list-style: none;
	margin: 0.25em 0 0;
	padding: 0;
	text-align: left;
}
#kunena.layout .pagination ul > .active > a, .pagination ul > .active > span {
	color: #b8c8d9;
}
#kunena.layout .kwho-user {
    color: #4000ff;
}
#kunena.layout .kwho-admin {
    color: #ff7f00;
}
#kunena.layout .kl {
	margin-top: 0.5em;
}
#kunena.layout #ktab a {
	background-color: #395673 !important;
}
#kunena.layout #ktopmenu #ktab li {
	width: auto;
}
#kunena.layout #ktopmenu #ktab li a {
padding: 0 10px 4px;
}
#kunena.layout textarea, #kunena.layout textarea.kmedium {
    font-size: 14px;
}
.well.kunena-modules {
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	margin: 0.5em;
}
.well.kunena-modules .klatest-subject a {
	font-size: 16px;
	font-weight: bold;
}
.well.kunena-modules .klatest-cat,
.well.kunena-modules .klatest-author {
	font-size: 12px;
}
.well.kunena-modules div.kstats-module ul li {
	background: url("https://www.911tap.org/templates/ae911truth/images/arrow.png") no-repeat left center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	list-style: none !important;
	margin-bottom: 0px;
	padding-left: 10px;
}
/*******  Responsive Banner Slider *******/

.theme-bar .nivo-controlNav {
	background: -webkit-linear-gradient(top, rgba(51, 76, 101, 0.65), rgba(24, 32, 40, 0.65)) !important; /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(51, 76, 101, 0.65), rgba(24, 32, 40, 0.65)) !important; /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(51, 76, 101, 0.65), rgba(24, 32, 40, 0.65)) !important; /* For Firefox 3.6 to 15 */
	background: rgba(0, 45, 89, 0.65) linear-gradient(to bottom, rgba(51, 76, 101, 0.65), rgba(24, 32, 40, 0.65)) repeat scroll 0 0 !important; /* Standard CSS */
	border-radius: 0 0 8px 8px !important;
	border-top: 1px solid #000d1a;
	bottom: -41px;
	height: 30px;
	left: 0;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	transition: all 200ms ease-in-out 0s;
	width: 100%;
	z-index: 10;
}
.theme-bar .nivo-directionNav a {
    color: #8bb7e4 !important;
    text-decoration: none;
    text-transform: uppercase;
}
.theme-bar .nivo-directionNav a:hover {
	color: #b2d9ff !important;
	text-shadow: 0px 0px 6px rgba(255,255,255, 0.75);
}
.theme-bar .nivo-controlNav a {
    background: rgba(0, 0, 0, 0) url("../images/bullets-tap.png") no-repeat scroll 0 0 !important;
    border: 0 none;
    display: inline-block;
    height: 22px;
    margin: 5px 2px 0;
    text-indent: -9999px;
    width: 22px;
}
.theme-bar .nivo-controlNav a.active {
    background-position: 0 -22px !important;
}
.theme-bar.slider-wrapper {
	border: 0 none !important;
	overflow: hidden;
	position: relative;
}
.moduletable.top_banner_slider {
	margin: 1em auto 0 !important;
	max-width: 990px !important;
	padding: 0 0.5em;
}
.theme-bar .nivoSlider img {
    border-radius: 8px;
    display:none;
    left:0px;
    position:absolute;
    top:0px;
}

/******* End Responsive Banner Slider *******/

/******* CiviCRM ******/

.crm-news-feed-item-title {
	cursor: pointer;
	color: #f0f2ff !important;
	font-weight: normal;
}
.crm-news-feed-item-preview {
	color: #c3c9e5 !important;
}
/*******  Custom HTML Modules *******/


/*******  END - Custom HTML Modules *******/

/********** 	END     **********/