@charset "UTF-8";

body,
html {
	height: 100%; /* for UI widgets */
}

html { 
	margin-top: 0px !important; 
}

* html body { 
	margin-top: 0px !important; 
}

body > .container {
	min-width: 330px !important;
}

#maincol {
	margin-bottom: 1em;
	 position: relative;
}

#maincol li {
	margin-bottom: 4px;
}

#maincol .wf_lining {
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid transparent;
  position: relative;
}

#rightcol,
.home #row1,
.home #row2,
.home #row3 {
    font-size: 0.85rem; /* BEWARE: Compounds if more than one selector matches! */
	line-height: 1.3;
}

#rightcol {
    background-color: transparent;
    border-radius: none;
    box-shadow: none;
    padding-bottom: 0.5rem;
}

#rightcol .wf_lining {
    margin-left: 15px;
    margin-right: 15px;
}

#rightcol h2 {
	/*font-size: 1rem;*/
	margin-top: 0.5rem;
	font-weight: bold;
}

#rightcol img {
  width: 100%;
}

#twocols #rightcol h2 {
  font-size: 1.2rem;
}

h1 {
	color: #377688;
	clear: left;
	
}

h1, 
h2, 
h3, 
.title {
    line-height: 1.2;
}

h2.h1 {
	color: #377688;
	clear: left;
}

h1 {
	margin-bottom: 20px;
}

h3, h4, h5, h6 {
	font-weight: bold;
}

h4 {
	font-size: 1em;
}

a,
a:link,
a:hover,
a:visited,
a:active,
a:focus {
	color: #cf181d;
}

footer {
	text-align: center;
	font-size: 7px;
	font-size: 0.6rem;
	margin-top: 2em;
	position: relative;
	left: -30px;
	clear: both;
}

ul { /* not included in normalize.less */
	/* NB this mucks up ul.navbar-nav ! */
	margin: 0;
	padding: 0;
}

label {
	font-weight: normal;
}

ul, 
ol {
	margin-left: 15px;  /* WHY?????? **************/
}

img { /* From wingtheme2.css - Responsive images (ensure images don't scale beyond their parents) */

	max-width: 100%; /* Part 1: Set a maxium relative to the parent */
	width: auto\9; /* IE7-8 need help adjusting responsive images */
	height: auto; /* Part 2: Scale the height according to the width, otherwise you get stretching */
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}







/* STANDARD STYLES ********************************************************************************************************************/

.clearboth {
	clear: both;
}

br.clearboth {
	clear: both;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

.strike,
.done {
	text-decoration: line-through;	
}

.smallprint {
	font-size: 0.9em;
	color: #999;
	margin-top: 2em;
}

#maincol .intro {
	font-size: 1.2em;
}

/* from old bootstrap */
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}

.rounded_box,
#maincol .wf_lining {
  background-color: #FFFFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.5em;
  padding-bottom: 0.5rem;
}

.l4c_green {
	background-color: #377688;
}

.l4c_dk_green {
	background-color: #174f62;
}

.l4c_green,
.l4c_dk_green {
	color:#FFFFFF;
}

.l4c_green a,
.l4c_green a:link,
.l4c_green a:visited,
.l4c_green a:hover,
.l4c_green a:active,
.l4c_dk_green a,
.l4c_dk_green a:link,
.l4c_dk_green a:visited,
.l4c_dk_green a:hover,
.l4c_dk_green a:active{
	color:#FC0;
}

.green_box a,
.green_box a:link,
.green_box a:visited,
.green_box a:hover,
.green_box a:active {
	color:#FC0;
}

.white_box {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding-bottom: 20px;
    padding-top: 5px;
	margin-bottom: 20px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

#rightcol .green_box {
	border-radius: 6px;
	color: white;
	background-color: #377688;
	padding-top: 5px;
	padding-bottom: 20px;
}

.rounded_box .hwrap,
.rounded_box .postwrap,
.green_box .hwrap,
.green_box .postwrap,
.white_box .hwrap,
.white_box .postwrap {
	margin-left: 20px;
	margin-right: 20px;
}

.list_widget .titles .title {
    font-size: 1.2em;
}

/* END OF STANDARD STYLES ********************************************************************************************************************/




#wp-admin-bar-wp-logo {
	display: none;
}

#wp-admin-bar-development > .ab-item {
	text-indent: -9000px;
	width: 20px;
}

#wp-admin-bar-development > .ab-item:before {
	content: '\f308';
	text-indent: 0px;
}


/* HEADER ********************************************************************************************************************/

div.l4cg_logo {
	clear: right;
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-top: 10px;
}

#headrow img {
	float: left;
	margin-right: 20px;
}

#topnav {
    font-size: 0.8em;
    margin: 10px 0 5px 0;
	text-align: right;
	width: auto;
	display: block;
}

#topnav li {
	text-align: right;
	display: inline-block;
}

.region_topnav {
	width: 220px;
	float: right;
}

#l4c_logo {
	float: left;
	position: relative;
	top: -20px;
}

#header {
	margin-top: 0px;
	position: relative;
	min-height: 75px;
}

#strapline {
	line-height: 1.1;
	position: relative;
	/*top: 10px;*/
	color: #377688; /* #377688 is official h1 colour. R had #3B7589  #234E5C  #174F62 = v dark */
	font-size: 1.6em;
	margin-left: 0px;
	width: 5em; /* introduced with "Connect. Access. Resource." */
}

#lfc_headpic, 
#l4c_logo {
	float: left;
	position: relative;
	top: 10px;
}

#l4c_logo {
	top: 6px;
}
#l4c_logo img {
	width: 180px;
}

/*
#beta {
	position: absolute;
	font-weight: bold;
	border-radius: 4px;
	background-color: #FFCC00;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	right: 20px;
	bottom: -26px;
	z-index: 500;
	cursor: pointer;
}

#disclaimer {
	position: absolute;
	border-radius: 6px;
	background-color: #FFFFFF;
	width: 300px;
	z-index: 600;
	border: 2px solid #333;	
	display: none;
	padding-left: 15px;
	padding-right: 15px;
	top: 10px;
	left: 40%;
}

#disclaimer h2 {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}

.region_disclaimer {
	margin-bottom: 10px;
}
*/

#lfc_headpic {
	top: 15px;
}

/* the identifier for the dev site */
#header:after {
	font-size: 1em !important;
	top:75px !important;
	z-index: 200;
}

/* NAVBAR *******************************************************************************************/


#nav_wrapper {
	display: inline-block;
	margin: 0 0 5px 0px;
	background-color: #3B7589;
	width: 100%;
	-moz-box-shadow: 0px 0px 5px 2px #F0F0F0;
	-webkit-box-shadow: 0px 0px 5px 2px #F0F0F0;
	box-shadow: 0px 0px 5px 2px #F0F0F0;
	float: none;
	clear: none;
	position: relative;
	top: 0;
	min-height: 28px;
}

/*
ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
*/
/*
#navmain ul ul {
	display: none;
}
*/

.navbar { 
	border-radius: 0px;
	min-height: auto;
	filter: none;
    background-image: none;
}

.navbar .nav {
    font-weight: normal;
}

.navbar .nav > li {
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6095A5;
	list-style: none;
}

.navbar .dropdown-menu {
  margin-top: 0px;
}

.navbar .nav > li > a {
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-shadow: none;
	background-color: #3b7589;
}

#navmain {
	max-width: 988px;
	margin-top: 3px;
}

.navbar-inner {
	background-color: transparent; /* was background: none; but didn't work in IE */
	background-image: none; /* was background: none; but didn't work in IE */
    border: none;
    box-shadow: none;
    min-height: 20px;
}

.navbar .nav > li.current_page_item > a,
.navbar .nav > li.current_page_ancestor > a {
	color: #000;
}

/*
#navmain a:hover {
	text-decoration: none;
}
*/

.navbar .nav > li.current_page_item > a,
body .navbar .nav > li > a {
	color: #ffffff;
}

#navmain > ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #6095A5;	
}

.navbar .nav > li > a:hover,
.navbar .nav > li.current_page_ancestor > a,
.navbar .nav > li.current_page_item > a {
	background-color: #CF181D;
	color: #ffffff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #3B7589;
}

.dropdown-menu li.page_item {
	list-style-image: url(data:0);
	list-style-type: none !important;
	float: left;
	clear: left;
	width: 100%;
	margin-top: 0px;
	height: 25px;
	vertical-align: top;
	position: static;
	top: 0;
}

.dropdown-menu li.page_item a {
	margin-top: 0px;
	vertical-align: top;
	top: 0 !important;
}



/* NAVBAR USER **/

#navbar_user {
	float: right;
	font-size: 0.85rem;
	padding-left: 10px;
	padding-right: 10px;
}

#navbar_user p {
	margin-top: 3px;
	margin-bottom: 0;
}


/* END OF NAVBAR *******************************************************************************************/


.navbar-toggle {
	float: none;
	margin-left: 10px;
}

.navbar-header {
    float: right;
	position: relative;
	z-index: 100;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
	margin-right: -10px;
	margin-left: -10px;
}

.navbar-collapse {
	border: none;
}

#navmain a {
	text-decoration: none;
}


/* END OF HEADER ********************************************************************************************************************/






.note {
	border-radius: 6px 6px 6px 6px;
	padding: 10px;
	background-color: #EDE1B7;
}

iframe {
	width: 100% !important;
	height: auto !important;
}



/* LISTING PAGES ***************************************************************************/


.listing_page .post {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}

.listing_page .post h3 {
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 16px;
}

.groups .post h3 {
	margin-top: 10px;
}

.single-l4c .categories,
.listing_page .post .categories {
	float: right;
	list-style: none;
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: 0.75em;
}

.single-l4c .categories li,
.listing_page .categories li {
	display: inline;
	margin-left: 0.2em;
	/*font-size: 90%;*/
}

.listing_page .organised_by,
.listing_page .address {
	font-size: 0.8em;
	line-height: 12px;
	margin-top: -4px;
}

.listing {
	position: relative;
	padding-top: 10px;
	margin-top: 30px;
}

#filters {
	float: right;
	margin-bottom: 0px;
}
#filters select {
	width: 130px;
	margin-bottom: 0px;
}

#list_header {
	background-color: #377688;
	margin-bottom: 30px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	border-radius: 6px;
}

.found {
	font-size: 1.1em;
	margin-bottom: -5px;
	color: #FFF;
	margin-top: 5px;
}

#filtered_search_submit {
	padding-top: 4px;
	padding-bottom: 3px;
	color: #000;
	margin-top: 0;
	vertical-align: top;
}



/* END OF LISTING PAGES ***************************************************************************/




.gmnoprint img { 
	max-width: none; 
}

.region_group_map {
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 10px;
	float: right;
}

#maincol > .lining {
	position: relative;
}

.single-l4c h1 span,
.page h1 span,
.pre-title {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	color: #377688;
}

.pre-title {
	float: left;
	margin-bottom: 0px;
	margin-right: 0px;
}

.l4ca_select_group {
	display: inline-block;
	font-size: 12px;
	float: right;
}
.l4ca_select_group a {
	font-family: AmbleBold,Helvetica,Arial,sans-serif;
	font-weight: normal;
}



#twocols .reveal h3 {
	line-height: 20px;
	margin-top: 0;
}

.reveal i:before {
	content: "\f13a";
	width: 1.3em;
	font-family: FontAwesome;
	font-style: normal;
}

.reveal.closed i:before {
  content: "\f138";
  /*cursor: pointer;
  display: inline-block;
  float: left;*/
  width:1.3em;
}

.the-2015-fair-ten-challenge-questions .reveal i:before {
	margin-right: 10px;
}


.the-2015-fair-ten-challenge-questions h2 {
	margin-top: 2em;
	font-weight: bold;
}

.the-2015-fair-ten-challenge-questions .reveal_tail {
	padding: 20px;
	background-color:#FFF2B9;
}


.reveal {
	padding-top: 0.5em;
}

[class^="icon-"], 
[class*=" icon-"] {
	width: 1.2em;
}

#quick_links .reveal_tail li {
	list-style: none;
	margin-left: -0.2em;
}

h2.reveal_head {
	margin-top: 0px;
	margin-bottom: 0px;
}

#coming_up ul {
	list-style: none;
	margin-left: 0;
}

#coming_up .date,
.listing_page .date {
	font-size: 0.8em;
	margin-bottom: 0;
	margin-top: 5px;
}

#coming_up .title {
	font-weight: bold;
}

#coming_up h3 {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.2em;
}

#coming_up .date .action_event {
	float: right;
	display: inline-block;
	color: #FFF;
	background-color: #900;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 8px;
	padding: 2px;
	padding-bottom: 1px;
	margin-top: 2px;
}

#people_who,
#quick_links,
#coming_up,
#skill_level_panel {
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
	padding-top: 0.1rem;
	margin-bottom: 1em;
}

.single-post #maincol .pre-title {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 16px;
}
.single-post .date {
	margin-top: 20px;
	float: right;
	margin-bottom: 0px;
}

.date .author {
	margin-left: 0.5em;
}

#user_panel,
#involve_right {
    border-radius: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1em;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

#involve_right {
	padding-bottom: 0px;
}

#twocols .ui-state-default {
	color: #333 !important;
}

#user_panel p {
	margin: 0px;
}

#involve_right h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.inline li {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0;
	padding-left: 0;
}




/* FORM WIDGET ***************************************************************************/

select {
	width: 100%;
}

.form_widget.region_right {
	background-color: #C5E1EA;
    border-radius: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;	
}

.form_widget.region_right form {
	margin-bottom: 0px;
}

.form_widget.region_right .fswrapper {
	margin-left: 15px;
	margin-right: 14px;
	/*font-size: 0.8em;*/
}

.form_widget.region_right input,
.form_widget.region_right label,
.form_widget.region_right p {
	width: 100%;
	/*font-size: 0.7rem;*/ /* inherit; */
	line-height: 1.2;
	height: auto;
}

.form_widget.region_right input {
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 4px;
}

legend {
	font-size: 16px;
	line-height: 1.2;
	border: none;
	margin-top: 9px;
	margin-bottom: 5px;
}

#sharing legend {
	margin-top: 0px;
}

label {
	margin-bottom: 1px;
	position: relative;
}

label span,
#fsnote p span {
	font-size: 2em;
	color: #377688;
	position: absolute;
	left: -10px;
	top: -2px;
}
#fsnote p {
	position: relative;
	margin-top: 10px;
	color: #377688;
	clear: both;
	width: 90px;
}

#capchatextdiv {
	height: 40px;
	margin-top: 5px;
}

#capchatextdiv img {
	float: left;
	width: 80px;;
	margin-right: 5px;
}

#capchatextdiv input {
	float: right;
	width: 80px;
	/*margin-right: -13px; */
	margin-top: 5px;
}

fieldset {
	margin-right: 0px;
	padding-right: 0px;
}

.form_widget.region_right .submit {
	position: absolute;
	bottom: 10px;
	right: 15px;
	width: 100px;
	height: 20px;
}


/* END OF FORM WIDGET ***************************************************************************/








#wpadminbar #wp-admin-bar-toggle_debug div.ab-item:hover {
	cursor: pointer;
	color: #2EA2CC !important;
}

.make_the_most {
	background-color:  #C5E1EA;
    border-radius: 6px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 0;
	margin-top: 15px;
	padding: 5px;
	width: 40%;
	float: right;
	margin-left: 15px;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.2;
}

.make_the_most .sign {
	font-size: 0.8em;
}

.make_the_most a {
	background: linear-gradient(to bottom, #429DBB 0%, #265766 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #F1F1F1;
    cursor: pointer;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.comments_widget.region_right {
	margin-top: 30px;
	margin-bottom: 10px;
}

.comments_widget .avatar {
	height: 30px;
	width: 30px;
	float: left;
	margin-right: 5px;
}

.comments_widget p {
	margin-left: 35px;
}

.comments_widget .com_content {
	font-size: 0.7rem;
}

.comment_form_widget .logged-in-as {
	display: none;
}





/* SKILLS *******************************************************************************************************/


.level img {
	float: right;
	margin-left: 10px;
	height: 100px;
	width: auto;
}

.level,
.listing .post {
	clear: both;
}

.radio p {
	margin-bottom: 0.2em;
	font-size: 0.8em;
}

.user_box {
	width: auto;
	float: right;
	clear: right;
	margin-top: - 10px;
	margin-left: 5px;
	
}

#involve_right .user_box {
	margin-top: 3px;
}

.user_box .nodata {
	background: none;
	padding: 0;
}

.hide {
	display: none;
}

.user_box .data {
	border-radius: 6px;
	padding: 3px;
	background-color: #377688;
}

.user_box p {
	margin-bottom: 0px;
	color: #FFF;
	text-align: right;
}

.user_box span {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
}

#skills_listing h3  {
	margin-top: 0.3em;
}

#skill_level_panel {
	font-size: 0.8em;
	display: none;
}

#skill_level_panel img {
	height: 100px;
	width: auto;
	float: right;
}

#skill_level_panel h3 {
	line-height: 1.2;
	margin-top: 0.4em;
	margin-bottom: 0em;
}

#skill_level_panel ul {
	margin-left: 14px;
}

#do_formsend_skills {
	clear: both;
}

.rate_skill {
	display: block;
	height: 20px;
	cursor: pointer;
}



/* END OF SKILLS *******************************************************************************************************/




.slideshow_widget {
	border-radius: 6px;
	overflow: hidden;
}

.list_widget.region_right {
	padding-left: 15px;
}
.list_widget.region_right .title {
	font-size: 1.1em;
}
.list_widget.region_right .date {
	font-size: 0.9em;
}

#TB_iframeContent {
	height: 400px !important;
}



/* MAP PAGE *******************************************************************************************************/

#l4c_map {
	width: 100%;
	height: 350px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#people_who fieldset {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	padding-bottom: 3px;
	padding-top: 5px;
}

#people_who .wf_lining p {
	margin-bottom: 0px;
}

#people_who .wf_lining div {
	margin-bottom: 10px;
}

#people_who #group_editors_p {
	margin-bottom: 13px;
}

#people_who #me_p {
	margin-top: 15px;
}

#people_who #logical_and {
	float: right;
	font-size: 0.8em;
	width: 40%;
}

#people_who select {
	width: 286px;
}

#people_who .wf_lining {
	position: relative;
}

#people_who #num_found {
	position: absolute;
	right: 0px;
	bottom: -15px;
	width: 5em;
	padding: 2px;
	border-radius: 4px;
	color: #FFF;
	background-color: #377688;
	text-align: center;
	font-weight: bold;
	display: none;
}

#people_who .active {
	background-color: #C5E1EA;
}

#group_editors_p label.active {
	background-color: #C5E1EA;
}

#search_mask {
	position: absolute;
    height: 100%;
    width: 100%;
	border-radius: 6px;
	z-index: 100;
	background-color: transparent;
}

#search_mask_bg {
	position: absolute;
    background-color: #3b7589;
    height: 100%;
    opacity: 0.9;
    width: 100%;
	border-radius: 6px;
}

#search_mask_contents {
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
	border-radius: 6px;
	/*color: #FFF; */
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
#search_mask_contents p {
	margin: 40% 40px auto 40px;
}


/* END OF MAP PAGE *******************************************************************************************************/





/* UI WIDGET STUFF ************************************************************/



.ui-widget-overlay {
	position: fixed !important;
}

.single-l4c_skill .panel-heading button .ui-button-text,
#maincol .ui-button-text-only .ui-button-text,
.skills .panel-heading button .ui-button-text {
	font-size: 0.9em;
	color: #333;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#maincol .data .ui-button-text {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 0.8em;
}

.single-l4c_skill  .ui-widget-content,
.listing_page .ui-widget-content {
	background: #FFFFFF;
}

.single-l4c_skill .ui-widget-header,
.listing_page .ui-widget-header,
.interestDialog .ui-widget-header {
	background: #333;
}

.single-l4c_skill #dialogBox h3,
.skills #dialogBox h3 {
	display: none;
}

.single-l4c_skill #dialogBox img,
.skills #dialogBox img {
	float: right;
	height: 100px;
	width: auto;
}

.single-l4c_skill #dialogBox,
.listing_page #dialogBox {
	font-size: 0.8em;
}

.listing_page .panel-heading {
	position: relative;
}

.single-l4c_skill .panel-heading button,
.skills .panel-heading button {
	position: absolute;
	right: 10px;
	top: 5px;
}

.single-l4c_skill .panel-heading i,
.skills .panel-heading i {
	float: right;
	width: 30px;
	background: none;
	color: #377688;
}

#skill_intro,
#group_intro,
#short_desc {
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1.2;
}

#skill_intro {
	text-align: center;
}

#group_data {
	margin-left: 10%;
	margin-right: 10%;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.01s ease;
     -moz-transition: height 0.01s ease;
       -o-transition: height 0.01s ease;
          transition: height 0.01s ease;
}

.collapse.in {
  height: auto;
}

#p_rating,
#short_desc {
	font-size: 1.4em;
}

#p_help label {
	display: inline-block;
}

#p_help,
#p_help label {
	font-size: 0.8rem;
}

#p_help {
	display: none;
}

input[type='checkbox']:focus,
input[type='radio']:focus {
	outline: none;
	border-color: #FFF;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#p_help input[type='checkbox'] {
	margin-top: 0px;
	margin-left: 15px;
}

.panel-heading a {
	display: block;
	padding: 10px 15px;
}

.panel-heading a:hover,
.panel-heading a:focus {
	text-decoration: none;
	outline: none;
}

#dialogBox .panel-heading:hover {
	background-color: #DDD;
}

#dialogBox .panel-heading {
	padding: 0px;
}

.ui-dialog .ui-dialog-title {
	font-size: 1.4em;
}

.ui-dialog {
	z-index: 3000;
}

.ui-focus,
.ui-btn:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none ;
  outline: none;
  border: none;
}

#group_data input[type='radio'] {
	margin-top: 0px;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

#people_who input[type='checkbox'],
#group_data input[type='checkbox'],
#me {
	margin-top: 0px;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

#group_data label {
	margin-bottom: 5px;
}

#p_more_involved {
	margin-top: 12px;
}

#delete_group {
	margin-top: 22px;
	font-size: 12px;
}

.single-l4c_skill .ui-dialog-buttonpane,
.skills .ui-dialog-buttonpane,
.groups .ui-dialog-buttonpane,
.interestDialog .ui-dialog-buttonpane {
	position: relative;
}

.single-l4c_skill .ui-dialog-buttonpane .ui-button:first-child,
.skills .ui-dialog-buttonpane .ui-button:first-child,
.groups .ui-dialog-buttonpane .ui-button:first-child, 
.interestDialog .ui-dialog-buttonpane .ui-button:first-child { /* Delete */
	position: absolute;
	float: none;
	left: 15px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	margin: -8px !important;
}


/****************************************************************************/




.post_widget.steering {
	margin-bottom: 0px;
}
.comments_widget.steering {
	margin-top: 0px;
}

#scores {
	float: right;
	width: 7em;
}

#upanel_extras {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top: 5px;
}

.three_column label {
	display: inline-block;
	width: 24%; /* 32%; */
}

.three_column {
	margin-left: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
}

.field {
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 0px;
}

.field label {
	width: 32%;
	float: left
}
.field input {
	width: 32%;
	float: left;
	margin-bottom: 0px;
	display: block;
}

#interest_data .field label,
#interest_data .field input {
	width: 24%;
}

.field .clearboth {
	margin: 0px;
	line-height: 0.1;
}

.field .description {
	margin-left: 32%;
	margin-bottom: 0px;
	font-size: 0.8em;
	font-style: italic;
	clear: left;
}

#interest_data .field .description {
	margin-left: 24%;
}

#under_title p {
	font-size: 0.9em;
	margin-bottom: 2px;
	display: inline-block;
	padding-left: 0px;
}

#online_head {
	margin-right: 0.5em;
}

#online {
	margin-left: 0px;
}

#online li {
	display: inline-block;
	margin-right: 0.5em;
}

#summary ul {
	margin-left: 10px;
	margin-bottom: 0px;
}

.single-l4c_group .boast {
	display: none;
}

#right_stuff {
	position: relative;
}

#right_stuff .l4cg_logo img {
	height: 50px;
	width: auto;
}

#right_stuff .l4cg_logo {
	margin-top: 0px;
}

.wf_post {
	margin-bottom: 2em;
}

.blog #maincol .post .title {
	color: #377688;
	font-size: 33px;
	font-weight: normal;
}

#group_edit_link {
	float: right;
	background-color: #C00;
	color: #FFF;
	border-radius: 4px;
	padding: 2px 4px;
	display: block;
}



/* SINGLE PAGE STUFF ***************************************************/

.single-l4c_skill .post,
.single-l4c_event .post,
.single-l4c_group .post,
.single-l4c_action .post {
	margin-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

.single-l4c #maincol .date,
.single-l4c #maincol .address.header {
	font-size: 1.5em;
}

.single-l4c #maincol .date {
	margin-top: 30px;
}

.take_action,
.take_action:link,
.take_action:visited,
.take_action:hover {
    background: linear-gradient(to bottom, #6DB3D5 0%, #007BB5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 100px;
    color: #F1F1F1;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    padding: 9px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.take_action.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 7px;
}

.take_action.right.header {
	margin-bottom: 15px;
	margin-top: 7px;
}

.single-l4c_group .page-item-1760 >a,
.single-l4c_event .page-item-1799 >a,
.single-l4c_action .page-item-1762 >a,
.single-l4c_skill .page-item-1764 >a,
.blog .page-item-1792 >a {
	background-color: #CF181D;
}



/* SINGLE PAGE TITLE BLOCK ***************************************************/

#maincol #title_block {/* based on wf_lining */
	background-color: #6095A5;
	border-radius: 6px 6px 0px 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 20px;
	color: #FFF;
	position: relative;
}

#title_block h1,
#title_block .pre-title,
#title_block #status {/* based on wf_lining */
	color: #FFF;
}

#title_block a,
#title_block a:link,
#title_block a:hover,
#title_block a:active,
#title_block a:visited {/* based on wf_lining */
	color: #FFF;
}

#title_block img {
	border: 1px solid #FFF;	
	height: 100px;
	width: auto;
	max-width: none;
}

.fair-10-challenge #title_block img {
	border: none;	
}

#title_block .picwrap {
	float: right;
	clear: right;
	height: 100px;
	margin-bottom: 3px;
	position: relative;
}

.single-l4c_skill h1,
.single-l4c_event h1,
.single-l4c_group h1,
.single-l4c_action h1 {
	margin-bottom: 10px;
}

.under_title {
	position: absolute;	
	bottom: 15px;
	margin-bottom: 0px;
}

.title_block_floater {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 0px;
	float: right;
}

.single-l4c_skill h1,
.single-l4c_event h1,
.single-l4c_group h1,
.single-l4c_action h1{
	clear: left;
	margin-top: 0;
}

.single-l4c_skill .categories,
.single-l4c_event .categories,
.single-l4c_group .categories,
.single-l4c_action .categories{
	float: none;
	margin-left: 0px;
}


/* PREV NEXT ARROWS */

.prev_arrow,
.next_arrow {
	text-indent: -9000px;
	background-repeat: no-repeat;
	background-position: left 0px;
	position: absolute;
	height: 50px;
	width: 30px;
	top: 40px;
}

.prev_arrow:hover,
.next_arrow:hover {
	background-position: left -51px;
}

.prev_arrow {
	background-image: url(../images/arrows_prev_green.png);
	left: 3px; /* -30px */
}

.next_arrow {
	background-image: url(../images/arrows_next_green.png);
	right: -9px;
}





/* BETA POPUP SYSTEM ********************************************************************************************/

.beta_popup {
	position: absolute;
	width: 150px;
	background-color: #FC0;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
	left: -185px;
	top: 0;
	z-index: 500;
}

.beta_popup span {
	position: absolute;
	top: 10px;
	right: -20px;
	background-image: url(../images/yellow_pointer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
}

.bp {
	position: relative;
	overflow: visible !important;
}

.beta_popup h4 {
    margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1.1em;
}

.beta_popup .close {
    line-height: 1;
    padding: 0px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
}

.beta_popup .close i {
    margin-left: 5px;
	color: #000 !important;
}

/*
.beta_popup .close:before {
    content: "";
    display: block !important;
    font: 400 16px/1 dashicons;
    height: 20px;
    margin: 2px 0;
    text-align: center;
    width: 20px;
}
*/

/* END OF BETA POPUP SYSTEM ********************************************************************************************/



/* HARD HAT & DISRUPTION WARNINGS ********************************************************************************************/


#rightcol .hard_hat {
	background-color: #FC0;
	padding-top: 0px;
	padding-bottom: 3px;
}

#rightcol .white_box.hard_hat .postwrap {
	padding-top: 3px;
	margin-left: 15px;
	margin-right: 15px;
}

#rightcol .hard_hat .hwrap {
	background: repeating-linear-gradient(45deg, #F90, #F90 10px, #FC0 10px, #FC0 20px);
}

#twocols #rightcol .hard_hat h2 {
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-weight: bold;
	text-shadow: 0px 0px 4px #FFCC00 !important;
}

.diagonal { /* http://24ways.org/2011/css3-patterns-explained/ */
	background: repeating-linear-gradient(45deg, #F90, #F90 10px, #FC0 10px, #FC0 20px);
}


.disruption #join_groups,
.disruption .coverlink {
	display: none;
}

.disruption .postwrap {
	padding-left: 10px;
	padding-right: 5px;
}

.disruption {
	/* background-color: #FC0; */
	font-size: 80%;
}



/* END OF HARD HAT & DISRUPTION WARNINGS ********************************************************************************************/





.how-it-works-for-groups #rightcol .white_box .hwrap,
.how-it-works-for-groups #rightcol .white_box .postwrap {
	margin-left: 15px;
	margin-right: 15px;
}



/* PRIVATE MESSAGING ********************************************************************************************/


.private-messages .wp-editor-tabs {
	display: none;
}

.private-messages #wp-rw-text-editor-editor-tools,
.private-messages #qt_rw-text-editor_toolbar {
	display: none;
}

.private-messages .wp-editor-area {
	height: 300px;
}

.private-messages #send-form input[type='text'] {
	width: 95%;
}

/* END OF PRIVATE MESSAGING ********************************************************************************************/





.region_bottom {
	margin-top: 6em;
}

.region_bottom textarea {
	width: 97%;
	height: 100px;
}


#involve_right .ui-button-text {
	padding-left: 5px;
	padding-right: 5px;
}

#twocols iframe.youtube {
	height: 350px !important;
}


.single-attachment h1 {
	display: none;
}






/* ADMIN GROUPS PAGE **********************************************************************************************************/

.cell_helper {
	position: relative;
}

#ed_details {
	min-height: 100px;
	width: 250px;
	background-color: #EEEEEE;
	position: absolute;
	top: 0px;
	left: 250px;
	border-radius: 6px;
	border: 1px solid #333;
	font-size: 10px;
	z-index: 100;
}

#ed_details table {
	margin-bottom: 0px;
}

#ed_details td {
	padding: 1px 10px 1px 10px;
}

#ed_details .heading {
	width: 90px;
	text-align: right;
	font-weight: bold;
}

.edit_user_link {
	display: inline-block;
}

span.icons {
	float: right;
	right: 0px;
}

.main_editor p {
	position: relative;
}

.pm_user_link .fa-lock {
	font-size: 0.8em;
}

.pm_user_link {
	top: -0.05em;
}

#maincol .fa-stack {
	width: 1em;
	height: 1em;
	line-height: 1em !important;
	vertical-align: auto;
}

#groups_display p {
	font-size: 1em;
}

#group_counts {
	float: right;
	text-align: right;
	margin-top: 16px;
}

#group_counts li {
	display: inline;
	list-style: none;
	margin-left: 1em;
	color: #377688;
}

.main_ed {
	font-weight: bold;
}

.main_ed span {
	font-weight: normal;
}

#ed_details h3 {
	background-color:#000;
	color: #FFF;
	position: relative;
	margin: 0px;
	padding: 2px;
	padding-left: 10px;
	font-size: 1.1em;
	padding-right: 30px;
}

#ed_details h3 .close {
	background-color:#000;
	color: #FFF;
	position: absolute;
	right: 2px;
}

.cell_helper .editor_list {
	display: none;
}

#anomalies li {
	margin-top: 0.3em;
}

#anomalies ul {
	margin-bottom: 0px;
}


#contact_emails textarea {
	width: 95%;
}

#users_online h3,
#anomalies h3 {
	margin-top: 4px;
}

#groups_display .draft td {
	background-color: #EEEEEE;
}


/* END OF ADMIN GROUPS PAGE **********************************************************************************************************/


#users_display,
#locations_display {
	font-size: 0.8rem;			
}

#locations_display .title p {
	margin-bottom: 0px;
}

#users_display .no_sharing {
	background-color: #EEEEEE;
}

.event_or_group {
	display: inline-block;
	padding: 2px;
	width: 4.5em;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	margin-bottom: 2px;
	margin-right: 4px;
	border-radius: 3px;
}

.group .event_or_group {
	background-color: #377688;
	color: #FFF;
}

.event .event_or_group {
	background-color: #FC0;
	color: #333;
}
















.writing-your-group-page iframe {
	width: auto;
	height: 315px !important;
}



/* PROFILE PAGE **********************************************************************************************************/


#profile_groups td,
#profile_skills td {
	font-size: 1.1em;
	line-height: 19.75px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#profile_interests table {
	border: none;
}
#profile_interests td {
	border: none;
	font-size: 1.1em;
	line-height: 1.3;
	padding: 2px 1em 2px 0px;
	width: 30%;
}

#profile_groups .level,
#profile_skills .level {
	width: 20%;
}

#profile_skills .offer_request {
	text-align: right;
	border-left: none;
	vertical-align: bottom;
}

#profile_skills .skill_title {
	border-right: none;
}
.offer_request span {
	display: inline-block;
	padding: 2px;
	width: 4.5em;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	line-height: 1;
	margin-bottom: 2px;
	border-radius: 3px 3px 3px 3px;
}
.offer_request .offer {
	background-color: #ffcc00;
	color: #333;
}
.offer_request .request {
	background-color: #377688;
}

.profile_section,
.profile_section h2,
.profile_section h3 {
	position: relative;
}

.profile_section .inner {
	padding-top: 20px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#pc_district .inner {
	border: none;
	padding: 0;
}

.profile_section label {
	position: relative;
	left: -150px;
	width: 100px;
	display: block;
	background-color: #cf181d;
	border-radius: 3px 3px 3px 3px;
	color: #FFF;
	font-weight: bold;
	padding-left:3px;
}

#map_sharing {
	background-color: #cf181d;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	border-radius: 3px 3px 3px 3px;
	padding: 2px;
	margin-top: 2em;
}

#map_sharing input  {
	position: absolute;
	right: 3px;
	top: -1px;
}

#map_sharing label  {
	padding-right: 20px;
	font-weight: bold;
}

.profile_section input[type="checkbox"] {
	position: absolute;
	right: 3px;
	top: -3px;
}

.profile_section label.open {
	top: 60px;
}

#pc_district label.open {
	top: 20px;
}

#pc_district p {
	margin-bottom: 20px;
}

.privacy-and-sharing-settings #rightcol {
	display: none;
}

.privacy-and-sharing-settings #maincol {
	width: 100%;
}

.privacy-and-sharing-settings h1 .settings {
	font-size: inherit;
	text-transform: inherit;
	display: inline;
	color: #999;
}

#profile_wrapper,
#map_wrapper {
	margin-left: 25%;
	background-color: #f0f0f0;
	border-radius: 6px;
    box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
	padding-top: 1px;
	margin-top: 30px;
	margin-bottom: 20px;
	position: relative;
}

#profile_wrapper .wf_lining {
	position: relative;
	background-color: transparent;
	box-shadow: none;
}

#settings_intro {
	width: 60%;
	font-size: 1.1em;
}

.side_text {
	position: absolute;
	left: -230px; /* -260px */
	width: 210px;
	font-size: 0.9em;
}

.side_text h2 {
	margin-top: 0px;
	font-size: 1.4em;
}

#map_wrapper {
	height: 350px;
	padding: 0;
}

.privacy-and-sharing-settings #l4c_map {
	margin: 0;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
	width: 70%;
}

.privacy-and-sharing-settings #map_results {
	margin: 0;
	margin-left: 0;
	margin-right: 10px;
	border-radius: 6px;
	height: 100%;
	width: 25%;
	overflow-y: auto;
	overflow-x: hidden;
	float: right;
	position: relative;
}

.privacy-and-sharing-settings #map_results p {
	font-size: 0.9em;
	margin-top: 0.5em;
	/*line-height: 1.4;*/
}

.privacy-and-sharing-settings #map_results ul {
	list-style: none;
	font-size: 0.9em;
	margin-left: 0px;
	padding-right: 5px;
}

.privacy-and-sharing-settings #map_results .icons a {
	margin-left: 3px;
}

.privacy-and-sharing-settings #people_who {
	display: none;
}

#map_results {
	margin-top: 30px;
	margin-bottom: 30px;
}

#pc_district_select {
	display: none;
}

#infowindow {
	width: 100px;
}

.gm-style-iw + div img {
	max-width: none !important;
}

#map_results h3,
#map_results h2 {
	position: relative;
	margin-bottom: 0;
}

#map_results h3 span,
#map_results h2 span {
	position: absolute;
	right: 0;
	text-align: right;
}

#maincol #subtotals {
	font-size: 0.8em;
	margin-top: 1px;
}

#map_results #me_p {
	clear: both;
}

.privacy-and-sharing-settings #me_p {
	position: absolute;
	bottom: 20px;
}

.alert_message {
	position: fixed;
	width: 240px; /* 200px */
	top: 50%;
	left: 50%;
	padding: 20px;
	background-color: #fc0; /* #96CDDF; */
	border-radius: 6px;
	margin-left: -100px;
	z-index: 7000;
}

#maincol #controls1,
#maincol #controls2 {
	width: 280px;
	float: left;
	background-color: #EEEEEE; /* #96CDDF; */
}

#maincol #people_who select {
    width: 100%;
}
#maincol #controls1 {
	margin-right: 30px;
}

#maincol #people_who .wf_lining {
	margin: 0px;
}

#maincol #people_who {
	box-shadow: none;
	border: none;
}

.map-2-test #map_results li,
.mapping #map_results li {
	list-style: none;
	width: 260px;
	float: left;
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;
}

.map-2-test #map_results li:nth-child(even),
.mapping #map_results li:nth-child(even) {
	margin-left: 30px;
}

.map-2-test #map_results ul,
.mapping #map_results ul { 
	margin-left: 0px;
}

.l4c_edit_link {
	text-decoration: none;
	float: right;
	font-weight: normal;
	font-size: 0.8em;
	margin-left: 0.3em;
}

h2 .l4c_edit_link {
	font-size: 0.6em;
	
}

#profile_skills .l4c_edit_link {
	display: none;
}

/* END OF PROFILE PAGE **********************************************************************************************************/






/* SUMMARY PAGE **********************************************************************************************************/

#maincol  .hi {
	font-size: 1.3em;
}

.what_next h3,
.action_required h3 {
	font-weight: normal;
	font-size: 1.1rem;
}

.what_next h2,
.what_next h3 {
	margin-top: -0.2em;
}

.what_next h2:before,
.what_next h3:before {
	content: 'What to do next';
	display: block;
	text-transform: uppercase;
	font-size: 0.6em;
	margin-bottom: 0.2em;
}


/*
.action_required {
	position: relative;
	text-indent: 1.7em;
	margin-top: 2em;
	font-weight: bold;
}

.action_required span {
	text-transform: uppercase;
	margin-right: 0.5em;
}

.action_required:before {
	content: "\f071";
	position: absolute;
	left: -1.2em;
	top: -0.3em;
	font-size: 1.5em;
	z-index: 10;
	font-family: FontAwesome;
	color:#fc0;
	width: 1.3em;
	font-weight: normal;
}
*/

p.action_required {
	padding: 15px;
	background-color: #FC0;
	margin-top: 1.5em;
}

p.action_required:before {
	content: 'Action required: ';
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}

.action_required h2,
.action_required h3 {
	margin-top: -0.2em;
}

.action_required h2:before,
.action_required h3:before {
	content: 'Action required';
	display: block;
	text-transform: uppercase;
	font-size: 0.6em;
	margin-bottom: 0.2em;
}

.region_search_settings {
	margin-top: 1em;
	background-color: #eeeeee;
    border-radius: 6px;
	padding: 20px;
    padding-bottom: 0.5rem;
}



/* END OF SUMMARY PAGE **********************************************************************************************************/






/* COPIED FROM l4c_admin.css  ***************************************************************/


h2 .wf_help_link,
h3 .wf_help_link {
	font-size: 16px;
}

.wf_help_side i {
    color: #0074a2;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px;
}

.wf_help_link {
    color: #0074a2;
    cursor: pointer;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    right: 0px;
    position: absolute;
    text-decoration: inherit;
    top: 2px;
}

.wf_help_side i {
    position: absolute;
    height: 20px;
    width: 20px;
	right: 30px;
	top: 10px;
	color: #0074a2;
	cursor: pointer;
}

.wf_help_side .help_popup i {
	right: 5px;
	top: 5px;
}

.help_popup {
	font-family: "Open Sans",​sans-serif;
	font-style: normal;
	position: absolute;
	width: 200px;
	background-color: #EEEEEE;
	border-radius: 6px;
	padding: 10px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
	left: -500px;
	top: -4px;
	z-index: 10000;
	color: #333;
	line-height: 1.5;
}

#twocols .help_popup p {
	font-size: 11.05px;
	font-family: Exasap,Helvetica,Arial,sans-serif !important;
}

.wf_help_side .help_popup {
	left: -465px;
	top: -8px;
}

h2 .help_popup,
h3 .help_popup {
	right: 40px;
	left: auto;
	top: -10px;
}

.help_popup span {
	position: absolute;
	top: 10px;
	right: -20px;
	background-image: url(../images/grey_pointer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 20px;
	height: 20px;
}

.help_popup h4 {
    margin-top: 0px;
	margin-bottom: 2px;
	font-size: 1.1em;
}

.help_popup .close {
    line-height: 1;
    padding: 0px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
}

.help_popup .close i {
    margin-left: 5px;
	color: #000 !important;
}




/* FROM HOMETEST.CSS **********************************************************************************************************/

#home1_left, 
#home2_left, 
#home1_middle, 
#home2_middle {
	height: 200px;
}

#rightcol .post_widget.attachment {
	border-radius: 6px;
	overflow: hidden;
}

#row1 > div,
#row2 > div,
#row3 > div {
	margin-bottom: 20px;
}


/* RED END-LINKS ***********************************************/

#home_map_text,
#join_groups,
#featured_group {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	padding-top: 8px;
	z-index: 100;
	background-image: url(../images/up_pointer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#home_map_text a,
#join_groups a,
.home .region_featured_group .link,
.home .featured_group_widget .link {
	display: block;
	width: 100%;
	background-color: #CF181D;
	border-radius: 6px;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	padding-top: 4px;
	padding-bottom: 4px;
}




/* ROW 1 LEFT ****************************************************/

/* Structure */


#home1_left .rounded_box {
   	height: 100%;
	padding-top: 15px;
}

.logged-in #home1_left .rounded_box {
	/* background: #174F62; */
	padding-left: 15px;
}


/* Content */

#maincol #home1_left p {
	color: #FFF;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2;
}

#maincol #home1_left .sign a {
	background-color: #CF181D;
    border: medium none;
    color: #F1F1F1;
    cursor: pointer;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	display: block;
	font-size: 0.9em;
	text-transform: uppercase;
	margin-top: 10px;
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}

.logged-in #maincol #home1_left p {
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.2;
	margin-bottom: 0px;
}

.logged-in #home1_left #user_info li {
	/* color: #FFF; */
	text-align: left;
	font-size: 0.75rem;
	line-height: 1.1;
	list-style-type: none;
	margin-left: 0px;
}

.logged-in #maincol #home1_left ul {
	margin-left: 0px;
}

.logged-in #home1_left #user_actions li {
	text-align: left;
	list-style-type: none;
	display: inline;
}




/* ROW 1 MIDDLE ****************************************************/


#home1_middle {
	position: relative;
}

#home1_middle .slide img { /* temp fix for badly proportioned photo */
	width: auto;
	max-width: none;
}

.welcome {
	line-height: 1.2;
}

.welcome .slide_text a,
.welcome .slide_text a:link,
.welcome .slide_text a:hover,
.welcome .slide_text a:visited {
	color: #FC0;
}

.welcome .slide_text p {
	margin: 10px 15px;
}

#slideshow.welcome .slide_text {
	padding: 0;
}

.welcome_link {
    background: linear-gradient(to bottom, #429DBB 0%, #265766 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #F1F1F1;
    cursor: pointer;
    padding: 6px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	margin-top: 10px;
}

.welcome_link .postwrap {
	display: none;
}

.welcome_link h2 {
	font-size: 12px;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	color: #FFF;
	font-weight: bold;
}

.region_welcome {
	overflow: hidden;
	border-radius: 6px;
}

.region_welcome img {
	width: 100%;
	height: 200px;
}

/* ROW 2 LEFT ****************************************************/


#home2_left .vscroller_widget,
#home2_left .scrollable {
	height: 100%;
}

#home2_left .scrollable .items {
	margin-left: 20px;
}

#home2_left .scrollable .items .title a {
	color: #333;
}

.vscroller_widget h2 {
	margin-top: 0;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 0px;
	color: #FFF;
	font-weight: bold;
}

.vscroller_widget .hwrap {
	background-color: #377688;
	padding: 5px;
	padding-left: 10px;
}

#home2_left .posts {
	padding-right: 20px;
}




/* ROW 2 MIDDLE ****************************************************/

#home_map {
	background-image: url(../images/map3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100%;
	
	-moz-box-shadow:    inset 0 0 10px #999;
	-webkit-box-shadow: inset 0 0 10px #999;
	box-shadow:         inset 0 0 10px #999;
	position: relative;
}

#home_map_text {
	position: absolute;
	left: 0;
	bottom: 0;
	height: auto;
	width: 100%;
	color: #FFF;
}

#home_map_text h3 {
	color: #FFF;
	position: relative;
	z-index: 100;
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}




/* ROW 1+2 RIGHT: FEATURED GROUP ****************************************************/


.home .featured_group_widget .fader {
	height: 50px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	left: 0;
	background-image: url(../images/fader2_green.png);
	background-repeat: repeat-x;
	background-position: left bottom;	/* background: linear-gradient(to bottom, transparent, #377688); */
}

.home .featured_group_widget .more_link {
	position: absolute;
	bottom: 30px;
	left: 20px;
	z-index: 500;
}

#rightcol .featured_group_widget {
	height: 420px; /* 400 */
	overflow: hidden;
	padding-top: 0px;
}

.featured_group_widget h2 span {
	text-transform:uppercase;
	font-weight: normal;
	font-size: 0.8em;
}

.featured_group_widget .picwrap {
	margin-bottom: 10px;
}





/* ROW 3 ****************************************************/


#row3 {
	margin-top: 0px;
}

#row3 .date {
	font-size: 0.9em;
}

#row3 .title {
	font-weight: normal;
}

#row3 h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0px;
}


/* ROW 3 LEFT ****************************************************/

#row3 .skills_plug {
	background-color: #C5E1EA;
	padding-top: 0px;
	padding-bottom: 10px;
	position: relative;
}

#row3 .skills_plug .postwrap {
	margin-left: 0px;
	margin-right: 0px;
}

.skills_plug h3,
.skills_plug p {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
}

.skills_plug .picwrap {
	position: relative;
	margin-bottom: 5px;
}

.skills_plug h3 {
	position: relative;
	top: -30px;
	z-index: 1;
	color: #FFF;
	margin-bottom: -20px;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

.inspiration {
	color: #377688;
	font-size: 1.2rem;
	margin-left: 40px;
	margin-top: 50px;
}

.inspiration em {
	font-size: 0.7em;
}

.inspiration:before {
	content: "\f0a1"; /* "\2018"; */
	position: absolute;
	left: -50px;
	top: -55px;
	font-size: 6em;
	z-index: -1;
	font-family: FontAwesome;
	color:#C5E1EA;
}

.reveal_tail {
	display: none;
}




/* MEDIA QUERIES ***************************************************/

@media (min-width:992px) {
    
	.container {
     	width:1008px;
    }  
}


@media (min-width:768px) {
	/*
	#navmain li.dropdown:hover > ul.dropdown-menu {
	  display: block;
	}
	*/
	.dropdown-menu li.page_item:before,
	.dropdown-menu li.page_item:after {
		display: none !important;
	}
	
	#navmain .navbar-nav > .open > a,
	#navmain .navbar-nav > .open > a:hover {
		background-color: #cf181d;
		color: #FFF;
	}
	
}



@media (min-width: 768px) and (max-width: 991px) {
	
	#maincol #controls1,
	#maincol #controls2 {
		width: 193px;
	}
	
	.side_text {
		left: -195px;
		width: 150px;
	}
	
	#map_wrapper .side_text {
		left: -165px;
	}

	
	#under_title {
		width: 240px;
	}
	
	#people_who select {
		width: 198px;
	}

	#lfc_headpic {
		top: 5px;
		float: right;
	}
	
	#nav_wrapper {
		top: -20px;
		margin-bottom: -15px;
	}
	
	.container,
	#navmain,
	#header_lining {
		width: 740px;
	}
	
	#beta {
		right: -80px;
		bottom: -10px;
	}
		
	#rightcol .featured_group_widget img {
		width: auto;
		float: right;
		position: relative;
		z-index: 100;
	}
	#rightcol .featured_group_widget {
		height: auto;
	}
	
	#rightcol .featured_group_widget .clearboth{
		display: block;
		margin-bottom: 40px;
	}
	
	#maincol,
	#maincol .wf_widget {
		margin-bottom: 0px;
	}
	
	#strapline {
		width: auto;
		/* margin-left: 200px; */
		/* top: 10px; */
		top: auto;
		font-size: inherit;
		position: absolute;
		left: 10px;
		bottom: 25px;
	}
	
	#header_lining {
		position: relative;
	}
	
	#topnav {
    	float: right; 
	}
	
	.region_topnav {
		width: auto;
		float: none;
	}
	
}


@media (max-width: 767px) {
	
	.privacy-and-sharing-settings .pm_user_link {
		display: none;
	}
	
	.side_text {
		left: -20px;
		width: 100%;
		top: -12em;
	}
	
	#settings_intro {
		margin-bottom: 12em;
	}
	
	#map_wrapper .side_text {
		left: 0px;
		top: -21em;
	}

	#map_wrapper {
		margin-top: 21em;
	}
	
	#maincol #controls1,
	#maincol #controls2 {
		width: 214px;
	}
	
	#twocols #rightcol {
		font-size: 0.8rem;
	}
	
	#disclaimer {
		top: 100px;
		left: 200px;
	}
	
	.white_box img {
		width: 100%;
		height: auto;
	}
	
	#nav_wrapper {
		top: -20px;
		margin-bottom: -15px;
		position: relative;
		z-index: 100;
	}
	
	#lfc_headpic {
		margin-left: 0px;
	}
	
	#lfc_headpic {
		top: 0px;
	}
		
	body .container {
		width: 480px !important;
	}
		
	body {
		padding: 0;
	}
	
	#under_title {
		width: 220px;
	}

	#l4c_logo {
		width: 30%;
		height: auto;
		margin-left: 10px;
	}
	
	#rightcol {
		margin-top: 10px;
	}
		
	#maincol > .wf_lining {
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#beta {
		right: -80px;
		bottom: -10px;
	}
	
	#home1_middle .slide img {
		width: 100%;
	}
	
	#home1_middle {
		height: auto;
	}
	
	#strapline {
		font-size: 1.2em;
		position: relative;
		top: 0px;
		width: auto;
	}
	.region_topnav {
		width: 290px;
		margin-left: 10px;
	}
	
	.navbar-header {
		float: none;
	}
	
	li.page_item {
		clear: left;
	} 
	
	#navmain .dropdown-menu > li > a {
		color: #FFF;
	}
	
	/*
	#navmain .dropdown-menu > li > a:hover {
		color: #FFF;
	}
	*/
	
	#navmain a {
		display: block;
		background-color: transparent;
		color: #FFF;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	#navmain a:hover {
		background-color: #377688;
		color: #FFF;
	}
	
	.navbar-nav > li {
		background-color: #6095a5;
		border-top: 1px solid #377688;
	}
	
	.navbar-nav > li:first-child {
		border-top: 1px solid #6095a5;
	}
	.navbar-nav > li:last-child,
	.navbar-nav > li:last-child li:last-child {
		border-bottom: 1px solid #6095a5;
	}
	
	#navmain .navbar-nav li {
		background-color: #6095a5;
		height: auto !important;
		border-left: none;
		border-right: none;
	}
	
	#navmain .navbar-nav {
		border: none;
		margin-top: 0px;
		padding-bottom: 10px;
	}
	
	#nav_wrapper .container {
		padding-bottom: 10px;
	}
	
	.container > .navbar-collapse {
		margin-left: 0px;
		margin-right: 0px;
	}
	
	#navmain .current_page_parent.dropdown:not(.open) a,
	#navmain .current_page_parent.dropdown:not(.open) a:hover,
	#navmain .current_page_item a,
	#navmain .current_page_item a:hover {
		background-color: #cf181d;
	}
	
	#nav_wrapper .navbar-toggle,
	#nav_wrapper .navbar-toggle:hover {
		background-color: #cf181d;
		color: #FFF;
		padding: 4px 12px;
		margin-bottom: -4px;
	}
	
	#navmain:not(.collapse) {
   		margin-top: 12px;
	}
	
}

@media (max-width: 480px) {
	
	
	#maincol #controls1,
	#maincol #controls2 {
		width: 100%;
		margin-right: 0px;
	}
	
	#strapline {
		font-size: 1em;
	}
	
	.region_topnav {
		width: 60%;
	}
	
	#nav_wrapper {
		margin-top: -8px;
	}
	
	/*
	#navmain {
		max-width: 500px !important;
	}
	*/
	
	body .container {
		width: 100% !important;
	}

}