@charset "UTF-8";


/*------------------------------------------------- GLOBALS -------------------------------------------------*/


body {
	color: #575757;
	font-family: proxima-nova;
	font-weight: 300;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
}
table, tr, th, td {
	vertical-align: top;
	font-weight: 300;
}
#wrapper {
	max-width: 768px;
	margin: auto;
	text-align: center;
}

#logo {
	width: 480px;
	height: 80px;
	float: right;
}
#EdgeID {
	height: 80px;
	width: 480px;
}
#main_content {
	padding-top: 20px;
	width: 100%;
	margin: auto;
}
#footer {
	text-align: right;
	float: right;
	clear: both;
}
.rounded_img {
	border-radius: 5px;
	background: #95D4F7;
}
.preview {
	width: 108px;
	margin: 5px;
}
/*------------------------------------------------- TEXT FORMATTING -------------------------------------------------*/

a, a:visited {
	color: rgba(23,93,163,1.00);
	text-decoration: none;
	font-weight: 600;
}
a:hover {
	color: #96393A;
	font-weight: 600;
}

a[data-tooltip]:hover:after {
  content: attr(data-tooltip);
  font-size:0.95em;
  font-weight:400;
  color: #575757;
  padding: 3px;
  text-align:left;
  border:solid 2px #ccc;
  position: absolute;
  left: 600px;
  width:220px;
  background:#ffffff;
  white-space: pre-line;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top:20px;
}

a[search-tooltip]:hover:after {
  content: attr(search-tooltip);
  font-size:0.95em;
  font-weight:400;
  color: #575757;
  padding: 3px;
  text-align:left;
  border:solid 2px #ccc;
  position: absolute;
  width:380px;
  background:#ffffff;
  white-space: pre-line;
  background:#ffffff;
  z-index: 20;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top:25px;
  margin-left:-175px;
}


h1 {
	font-weight: 300;
	font-size: 2em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family:proxima-nova;
	color:#575757;
}
h2 {
	font-size: 1.4em;
	font-weight: 400;
	color:#575757;

}
h3 {
	font-size: 1.3em;
	font-weight: 400;
	line-height: .9em;
	color:#575757;

}
.title_font {
	text-align: center;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-family:proxima-nova;
	color:#575757;


}
.highlight_font {
	font-weight: 600;
	color: #96393A;
}
.highlight_font a {
	font-weight: 600;
	color: #96393A;
}
.highlight_font a:hover {
	font-weight: 600;
	color: #000000;
}
strong, b {
	font-weight: 400;
}

a.language {
color:#999999;
font-size: 0.9em;
font-weight:400;
}

a.language:hover {
color:#333;
font-weight:400;

}

/*------------------------------------------------- MAIN MENU -------------------------------------------------*/

.image_container {
	width: 768px;
	height: 220px;
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
}
.vertical_menu_image {
	border-radius: 5px;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
}
#vertical_menu_links {
	background-color: #175DA3;
	/*opacity: 0.95;
	filter: alpha(opacity=9.5);  For IE8 and earlier */
	border-radius: 5px 5px 5px 5px;
	box-shadow: 2px 2px 2px ;
	-moz-box-shadow: 2px 2px 2px ;
	-webkit-box-shadow: 2px 2px 2px ;
	-ms-box-shadow:2px 2px 2px ;
	text-align: left;
	float: left;
	position: relative;
	top: -8px;
	padding-top: 5px;
	width: 180px;
	margin-right: -768px;
	height: 230px;
	display: inline;
	z-index: 5;
}
#vertical_menu_links ul {
	list-style-type: none;
	position: relative;
	left: -20px;
	top: -8px;
}
#vertical_menu_links ul li {
	line-height: 23px;
}
#vertical_menu_links ul a {
	text-decoration: none;
	font-family: proxima-nova;
	font-weight: 300;
	font-size: 1em;
	color: #fff;
}
#vertical_menu_links ul a:hover {
	color: #FFDD00;
}
#vertical_menu_links:hover {
	-webkit-opacity: 1;
	opacity: 1;
}
#menu_wrapper {
	clear: both;
	width: 768px;
	background-color: #175DA3;
	border-radius: 5px;
	box-shadow: 1px 1px 4px #666;
	-moz-box-shadow: 1px 1px 4px #666;
	-webkit-box-shadow: 1px 1px 4px #666;
	-ms-box-shadow: 1px 1px 4px #666;
	height: 32px;
	opacity: 0.95;
	filter: alpha(opacity=9.5); /* For IE8 and earlier */
}
#menu_wrapper:hover {
	-webkit-opacity: 1;
	opacity: 1;
}
#menu {
	list-style-type: none;
	position: relative;
	left: -38px;
	top: 5px;
	width: 800px;
}
#menu li {
	margin-left: 0;

}
#menu a {
	text-decoration: none;
	font-size: 1em;
	float: left;
	font-family: proxima-nova;
	font-weight: 300;
	letter-spacing: -0.5px;
	padding-left: 1.05%;
	padding-right: 1.05%;
	color: #ffffff;
}
#menu a.selected {
	color: #FFDD00;
}
#menu a:hover {
	color: #FFDD00;
}
/*------------------------------------------------- FRONT PAGE BOXES
 -------------------------------------------------*/

.entry_table {
	border-radius: 5px;
		border-color: #ccc;
	box-shadow: 0px 0px 2px #666  ;
	-moz-box-shadow: 0px 0px 2px #666 ;
	-webkit-box-shadow: 0px 0px 2px #666 ;
	-ms-box-shadow: 0px 0px 2px #666;
	max-width: 760px;
	font-weight: 400;
}
.entry_table td {
	font-weight: 400;
	padding: 5px;
}
.box_table {
	border-radius: 5px;
	border: #cccccc solid 1px;
	max-width: 760px;
}
.box_table img {
	background: #ffffff;
	border: #cccccc solid 1px;
	border-radius: 5px;
}
.box_table img:hover {
	border-radius: 5px;
	border: #D6242A solid 1px;

}
.border_box {
	border-radius: 5px;
	border: #cccccc solid 1px;
}
/*------------------------------------------------- SIDEBAR MENU -------------------------------------------------*/

#right_content {
	text-align: justify;
	float: left;
}
#sidebar {
	clear: both;
}
#sidebar a {
	font-weight: 400;
}
#sidebar a:hover {
	color: #333;
	font-weight: 400;
}
#sidebar ul {
	list-style-type: none;
	list-style-image: none;
}
#sidebar em {
	font-weight: 600;
}
/*------------------------------------------------ MEETING LIST ------------------------------------------------*/


#meeting_row:nth-child(odd) {
	background-color: #EBF6FF;
	border:solid 2px #EBF6FF;
	width: 758px;
	margin:5px;
	border-radius: 5px;
	padding:3px;
	vertical-align: middle;
	line-height: 1.1;
	font-weight: 400;
}

#meeting_row:nth-child(even) {
	background-color: #fff;
	border:solid 2px #EBF6FF;
	width: 758px;
	margin:5px;
	border-radius: 5px;
	padding:3px;
	vertical-align: middle;
	line-height: 1.1;
	font-weight: 400;
	
}

#mtg-select-form {
	display: block;
	margin: 0 auto 0 auto;
}
#today-is {
	text-align: center;
	font-weight: 400;
	width: 100%
}
#form-box {
	position: relative;
	font-weight: 400;
}
#form-table {
	width: 758px;
	background-color: #EBF6FF;
	border-radius: 5px;
	padding: 10px;
	margin: auto;
	text-align: center;
}

#mtg-select-form-mobile {
	display: block;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
}

#form-table td {
	width: 380px;
	text-align: right;
	line-height: 35px;
}
#form-table select {
	width: 185px;
}

#form-table-mobile {
	width: 360px;
	background-color: #EBF6FF;
	border-radius: 5px;
	margin: auto;
	text-align: center;
}
#form-table-mobile td {
	text-align: left;
	padding-left: 5px;
	line-height: 40px;
}
#form-table-mobile select {
	width: 175px;
}

#attention_block {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#wheelchair {
	height: 20px;
}
/*------------------------------------------------- STANDARD TABLE -------------------------------------------------*/
.table_spread {
	clear: both;
	width: 100%;
}
.table_spread th {
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	-webkit-box-shadow: 1px 1px 3px #666;
	-ms-box-shadow: 1px 1px 3px #666;
	background-color: #175DA3;
	text-align: center;
	line-height: 30px;
	color: #fff;
}
.table_centered {
	text-align: center;
	width: 160px;
}
.table_justified {
	padding: 10px;
	text-align: justify;
}
/*------------------------------------------------ ALTERNATING TABLE ------------------------------------------------*/
.alt-table {
	width: 100%;
	border-collapse: collapse;
}
.alt-table th {
	background-color: #95D4F7;
	font-weight: 400;
	padding-right: 3px;
	padding-left: 3px;
}
.alt-table tr:nth-child(even) {
	background-color: #ffffff;
}
.alt-table tr:nth-child(odd) {
	background-color: #EBF6FF;
}

.alt-table td {
	padding-top: 1px;
	text-align: left;
	height: 35px;
	vertical-align: middle;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: 400;
}
/*------------------------------------------------- DEFAULT FORM SETTINGS -------------------------------------------------*/



input[type=text], input[type=email] {
	-webkit-appearance: none;
	border: solid 2px #ccc;
	font-family: proxima-nova;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 30px;
	font-weight: 400;
	outline: medium none;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	font-size: 1em;
	color: #333;
}
input:focus {
	background-image: none;
	border: solid 2px #96393A;
}
 input: {
 background-image: none;
 border: solid 1px #96393A;
}
textarea {
	-webkit-appearance: none;
	border: solid 2px #ccc;
	padding: 5px;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	border-radius: 5px;
	outline: medium none;
	color: #000000;
	color: #575757;
	font-family: proxima-nova;
	overflow: auto;
}
textarea:focus {
	background-image: none;
	border: solid 2px #96393A;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFFFFF;
	border: solid 2px #ccc;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
input[type="checkbox"]:checked {
	border: solid 2px #666;
	background: #95D4F7;
}
 select::-ms-expand {
 display: none;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 4px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #ccc;
	font-family: proxima-nova;
	font-weight: 400;
	font-size: 1.1em;
	text-align: left;
	min-height: 30px;
	color: #666;
	outline: none;
	display: inline-block;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	background: #FFFFFF
}
select:active {
	background-image: none;
}
select:focus {
	background-image: none;
	border: solid 2px #96393A;
}
select [multiple] {
	-webkit-appearance: none;
	padding: 4px;
	margin: 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #ccc;
	font-family: proxima-nova;
	font-weight: 400;
	font-size: 1em;
	text-align: left;
	height: auto;
	color: #666;
	outline: none;
	display: inline-block;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	background-image: none;
}
input[type=submit] {
	-webkit-appearance: none;
	background-color: #175DA3;
	-webkit-opacity: .95;
	opacity: .95;
	box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-ms-box-shadow: 1px 1px 4px #ccc;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	font-size: .9em;
	font-weight: 300;
	border-radius: 5px;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
input[type=submit]:hover {
	color: #FFDD00;
	-webkit-opacity: 1;
	opacity: 1;
}
input[type=button] {
	-webkit-appearance: none;
	background-color: #175DA3;
	box-shadow: 1px 1px 4px #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: 1px 1px 4px #ccc;
	-ms-box-shadow: 1px 1px 4px #ccc;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	border-radius: 5px;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
}
input[type=button]:hover {
	color: #000000;
	background-color: #80BFF0;
	box-shadow: 0px 0px 5px #175DA3 inset;
	-moz-box-shadow: 0px 0px 5px #175DA3 inset;
	-webkit-box-shadow: 0px 0px 5px #175DA3 inset;
	-ms-box-shadow: 0px 0px 5px #175DA3 inset;
}
/*------------------------------------------------- SUBSCRIPTION  -------------------------------------------------*/
	
#subscribe-list {
	font-weight: 300;
	vertical-align: top;
	border: 1px;
	border-color: #fff;
	border-style: solid;
	border-radius: 5px;
}
#subscribe-list li {
	list-style: none;
	list-style-type: none;
	position: relative;
	left: -25px;
}
#color-subscribe {
	background-color: #EBF6FF;
	border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
}
/*------------------------------------------------- STICKY HEADER AND MENUS -------------------------------------------------*/

.front-center {
	text-align: center;
	font-size: 2.5em;
	padding-bottom: 20px;
}
.front-side {
	text-align: center;
	font-size: 2.5em;
	padding-bottom: 20px;
}

@media (min-device-width: 481px) {
.front-center {
	width: 310px;
	padding: 7px;
	float: left;
	text-align: justify;
	font-size: 1em;
}
.front-side {
	width: 208px;
	padding: 7px;
	float: left;
	text-align: justify;
	font-size: 1em;
}
#mast-head {
	position: fixed;
	top: 0px;
	z-index: 1000000;
	height: 80px;
	background-color: #ffffff;
}
#main_content_wrapper {
	position: relative;
	margin-top: 115px;
}

#sidebar-tas{ /* the only difference with 'sidebar' is it is NOT position: fixed */
	max-width: 230px;
	float: left;
	clear: none;
	font-size: 1em;
}#sidebar-tas a {
	font-weight: 400;
}
#sidebar-tas ul {
	text-align: left;
	position: relative;
	left: -30px;
}
#sidebar-tas li {
	border-bottom: 1px solid #E0E0E0;
	min-width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar-tas em {
	font-weight: 600;
	font-style: normal;
}

#sidebar {
	max-width: 230px;
	float: left;
	position: fixed;
	clear: none;
	font-size: 1em;
}
#sidebar a {
	font-weight: 400;
}
#sidebar ul {
	text-align: left;
	position: relative;
	left: -30px;
}
#sidebar li {
	border-bottom: 1px solid #E0E0E0;
	min-width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar em {
	font-weight: 600;
	font-style: normal;
}
#right_content {
	position: relative;
	left: 210px;
	width: 550px;
	padding-top:1px;
}
}
.wpcf7 .wpcf7-not-valid-tip {
	position: static;
	background: inherit;
	border: none;
	color: #96393A;
	font-size: 0.9em;
	font-weight: 400;
	display: block;
	width: 100%;
	padding: 0;
}

/*Wordpress Custom CSS*/

lcp_catlist ul {
	list-style-type: none;
	position: relative;
	left: -20px
}
#content ul.lcp_catlist li {
	list-style-type: none;
	position: relative;
	left: -20px
}
ul.lcp_catlist {
	position: relative;
	left: -20px
}

h2.entry-title {
	text-align:center}


h2.entry-title a {
	font-size: 1em;
	color: #575757;
	font-weight: 600;
	text-align: center;
	pointer-events: none;
    cursor: default;
}
h2.entry-title a:hover {
	font-size: 1em;
	color: #575757;
	font-weight: 600;
	text-align: center;
	pointer-events: none;
    cursor: default;
}

.entry-content {
	text-align:justify !important;
}


.entry-title,
.entry-title a {
    font-size: 1.4em;
	color: #575757;
    text-decoration: none;
	font-weight: 600;
	padding-top: 10px;
	text-align: center;
	pointer-events: none;
   	cursor: default;
}

h1.entry-title a {
	font-size: 1.1em;
	color: #575757;
	font-weight: 400;
	padding:0px;
	text-align: center;
	pointer-events: none;
   	cursor: default;
}
h1.entry-title a:hover {
	font-size: 1.1em;
	color: #575757;
	font-weight: 400;
	text-align: center;
	pointer-events: none;
    cursor: default;
}
hr {
	-webkit-appearance: none;
	width: 100%;
	height: 2px;
	border: 2px;
	color: #175DA3;
	background-color: #175DA3;
}
/*Wordpress Mailpoet form */

.formErrorContent {
	visibility: hidden !important
}

.allmsgs .updated { font-size:1.4;}
