.woo-sc-ilink a, a {text-decoration:none;}
/*font awesome */
/*li:before {
 content:"\f002 ";
 font-family: FontAwesome; 
 margin-right: .5em;
 }*/
 
 /*font awesome icon usage*/


/*box hover*/
.background-switch {
  text-align: center;
  padding: 1em;
  max-width: 250px;
  font-size: 2.2em;
  border-radius: 30px;
  background-color: pink;
}
.background-switch:hover {
  background-color: lightblue;
  color: white;  
}
#navigation{border-radius:0px;}
#navigation ul li:first-child, #navigation ul li:first-child a {border-radius:0px;}



#loopedSlider .content {background: rgba(0, 0, 0, 0.7); -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;}
#loopedSlider .content p, #loopedSlider .content h2 {background:none;}

.post-7 .workplace .threecol-one{background:#889785;}
.post-7 .school .threecol-one {background:#9aa6b2;}
.post-7 .community .threecol-one {background:#6087b2;}
.post-7 .threecol-one:hover{background-color:#666;}
.post-7 .threecol-one img{border:0; background:none; padding:0;}
.post-7 .threecol-one h2{padding:5px 10px; color:#fff; line-height:.5em; }
.post-7 .threecol-one p {font-size:14px; font-weight:bold; padding:0 5px 0 10px; color:#fff; margin-bottom:.5em;}
.post-7 .threecol-one a.woo-sc-button {margin-bottom:5px;}


/*shortcode buttons*/
a.woo-sc-button {	
	padding: 6px 13px;	
	border: 1px solid #4081af;
	border-bottom-color: #20559a;
	text-shadow: none;
	/*Border radius*/
	-webkit-border-radius:2px;	-moz-border-radius: 2px;border-radius: 2px;
	/*Box shadow*/
	-webkit-box-shadow: none;	-moz-box-shadow:none;	box-shadow: none;
}

.slides .content > *:last-child,
.slides .content > *:last-child > *:last-child,
.slides .content > *:last-child > *:last-child > *:last-child {
  margin: 0;
}

/*formidable*/
#frm_form_6_container, #frm_form_7_container{background-color:#ffffff; padding:.5em; border: 1px solid #E6E6E6;}
.with_frm_style input[type="text"], .with_frm_style input[type="password"], .with_frm_style input[type="email"], .with_frm_style input[type="number"], .with_frm_style input[type="url"], .with_frm_style input[type="tel"], .with_frm_style select, .with_frm_style textarea, .frm_form_fields_style, .with_frm_style .frm_scroll_box .frm_opt_container, .frm_form_fields_active_style, .frm_form_fields_error_style, .with_frm_style .chzn-container-multi .chzn-choices, .with_frm_style .chzn-container-single .chzn-single {
    -moz-box-sizing: border-box;
    background-color: #fafafa !important;
    border-color: #DDDDDD;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    color: #444444;
    font-size: 13px;
    max-width: 100%;
    padding: 2px;
    width: 100%;
}