/**
 * Theme Name:  Free Speakers Theme
 * Theme URI:   http://free-speakers.org
 * Description: Theme and template files for Free Speakers website
 * Author:      William Swartwood
 * Author URI:  
 * Version:     0.1.0
 * Tags:
 *
 * License:     GPLv2+
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
 
 
 
/*////////////////////////////////////////*/
/*////////////  GLOBAL RESETS  ///////////*/
/*////////////////////////////////////////*/

html,body,body div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video,a {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
	display: block;
}


a img {
	border: none;
	text-decoration: none;
}


 a {
	color: #258fbf;
	text-decoration: none;
}


#content a:hover {
	color: #000;
	border-bottom: none;
}


p {
	margin: 15px 0 15px 0;
}




/*////////////////////////////////////////*/
/*////////////  GLOBAL  ///////////*/
/*////////////////////////////////////////*/

body {
	background-color: #0A3247;
	font-family: "Open Sans", Helvetica Arial, Sans-Serif;
}

h1 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #f60;
}

h3 {
	font-size: 18px;
}

#content h3.supplemental {
	font-size: 20px;
	line-height: 25px;
	margin: 20px 0 20px 0;
	font-weight: 600;
	color: #198dc4;
}


div#content-feature p:first-child  {
	margin-top: 0;
}


div#content-feature p:first-child  {
	margin-top: 0;
}
 
 
#header-tools .region-selector a.region-changer {
	background-color: #0A3347;
}
 
/*////////////////////////////////////////*/
/*////////////  WP GENERAL         ///////////*/
/*////////////////////////////////////////*/


img.aligncenter {
	clear: both;
 	margin: 0 auto;	
 	text-align: center;
 	display: block;
 	padding: 20px 0 20px 0;
}


img.alignleft { 
	float: left;
	padding: 10px 10px 10px 0
}


img.alignright { 
	float: right;
	padding: 10px 0 10px 10px;
}


section#content-feature ul {
	margin: 20px 0 20px 40px;
}
 
 
#content ol {
 	margin: 10px 0 10px 40px;
 }
 

 /*////////////////////////////////////////*/
/*////////////  PAGINATION  ///////////*/
/*////////////////////////////////////////*/

 
section#content-feature  ul.pagination {
	display: block;
	overflow: hidden;
	padding: 0 0 1em 0;
	text-align: center;
	color: black;
	text-transform: uppercase;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 17px;
}

.pagination li span, .pagination li a {
	padding: 2px;
	color: #198dc4;
	border-bottom: 1px solid transparent;
	font-weight: bold;
}


.pagination .current, .pagination a:hover {
	font-weight: bold;
	color: #000;
}

.pagination .inactive {
	font-weight: bold;
	color: #198dc4;
}


.pagination a.prev-post {
	margin-right: -4px;
	text-align: left;
}

.pagination a.next-post {
	text-align: right;
	float: right;
	margin-right: 0;
}


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

#logo-header-wrapper {
 	width: 100%;
 	background-color: #fff;
 	min-width: 1160px;
}
 
 
#logo-header {
	width: 1060px;
	margin: 0 auto;
	background-image: url(/wp-content/themes/free-speakers/images/src/header-watermark-sh.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 150px;
	padding: 0 50px 0 50px;
	text-align: right;
}
 
 
 
 
#logo {
	float: left;
	width: 300px;
	height: 75px;
	padding-top: 13px;
}


#header-tools {
	float: right;
	width: 660px;
	height: 75px;
	padding-top: 8px;
}


#header-tools h1 {
	text-transform: uppercase;
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 8px;
}


#header-tools h1 a {
	color: #000;
	text-decoration: none;
}


/*////////////////////////////////////////*/
/*////////////  HEADER TABS  ///////////*/
/*////////////////////////////////////////*/

#header-tabs {
	clear: both;
}

#header-tabs a {
	background-color: #ff8000;
	border-radius: 7px 7px 0px 0px; 
	-moz-border-radius: 7px 7px 0px 0px; 
	-webkit-border-radius: 7px 7px 0px 0px; 
	border: 1px solid #ff8000;
	padding: 5px 10px 5px 10px;
	color: #fff;
	margin-left: 5px;
	display: inline-block;
}


#header-tabs a:hover {
	background-color: #198DC4;
	border: 1px solid #198DC4;
	text-decoration: none;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/*////////////////////////////////////////*/
/*////////////  NAV  ///////////*/
/*////////////////////////////////////////*/

#nav-wrapper {
 	min-width: 1160px;
	background-color: #198DC4;
	border-top: 3px solid #ff8000;
	color: #fff;
	padding: 10px 0 10px 0;
}

#nav {
 	width: 1060px;
	margin: 0 auto;
	padding: 0 50px 0 50px;
}



/*////////////////////////////////////////*/
/*////////////  LOGO  ///////////*/
/*////////////////////////////////////////*/

#logo {
	text-align: center;
	width: 172px;
}


#logo a {
	color: #000;
	text-decoration: none;
}


#logo strong {
	font-weight: 300;
	font-size: 20px;
}


#logo h2 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 9px;
}


/*////////////////////////////////////////*/
/*////////////  SLIDESHOW  ///////////*/
/*////////////////////////////////////////*/


#home-slide-wrapper {
	padding: 17px 0 0 0;
	background-color: #fff;
}


#home-slide {
	width: 1060px;
 	min-width: 1060px;
	margin: 0 auto;	
	overflow: hidden;
}


/*////////////////////////////////////////*/
/*////////////  HOME - SLIDESHOW ///////////*/
/*////////////////////////////////////////*/

body #home-splash {
	float: left;
	width: 1060px;
	min-width: 1060px;
}


body #home-splash ul.carousel {
	list-style-type: none;
	width: 1060px;
	margin-left: 0;

}


body #home-splash ul.carousel li {
	padding:0;
}


#home-splash .slideshow {
	margin: auto 0;
	text-align: center;
	position:relative;
}
	

body  #home-splash  .slideshow a {
	text-decoration:none;
	color:#000;
	border: none;
}
		
		
#home-splash .slide {
	z-index:100;
	height: 350px;
	width: 1060px;
	position:relative;
}

#home-slide-wrapper {
	position: relative;
	z-index: 5;
}


#home-slide-wrapper #home-splash .slide .slide-text strong {
	font-weight: 300;
}


#home-slide-wrapper #home-splash .slide .slide-text p {
	margin: 0;	
}

#home-splash .slide img {
	width: 1140px;
}
		
		
#home-splash .slides-pagination {
	display: none;
}
	
	

OFFbody.chicago .slide-text {
	color: #fff;
	width: 570px;
	position: absolute;
	top: 17px;
	left: 455px;
	font-size: 19px;
	line-height: 28px;
	text-align: left;
}



OFFbody.milwaukee .slide-text {
	color: #fff;
	width: 450px;
	position: absolute;
	top: 23px;
	left: 580px;
	font-size: 19px;
	line-height: 28px;
	text-align: left;

}

.slide-text {
	color: #fff;
	width: 1020px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	background-color: #000;	
	background-color: rgba(0, 0, 0, 0.6); 
	*background-color: #000;
	padding: 10px 20px 10px 20px;
	font-weight: 300;
}




/*////////////////////////////////////////*/
/*////////////  HOME CONTENT  ///////////*/
/*////////////////////////////////////////*/

#easyas123 {
	background-image: url(/wp-content/themes/free-speakers/images/src/easyasbak.jpg);
	height: 241px;
	width: 461px;
	color: #fff;
	padding: 10px 15px 10px 15px;
	background-repeat: no-repeat;
	margin: 30px 0 0 100px;
}

#easyas123 h4 {
	font-size: 30px;
	font-weight: 300;
}

#easyas123 ol {
	font-size: 15px;
	line-height: 20px;
	margin: 20px 0 20px 30px;
}


#easyas123 em {
	font-size: 12px;
	line-height: 15px;
}


/*////////////////////////////////////////*/
/*////////////  SPEAKER SPOTLIGHT  ///////////*/
/*////////////////////////////////////////*/


#speaker-home-spotlight {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	overflow: hidden;
}


#speaker-home-spotlight #spotlight-image {
	float: left;
	width: 92px;
}


#speaker-home-spotlight #spotlight-content {
	float: right;
	width: 575px;
}


#speaker-home-spotlight h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}


#speaker-home-spotlight h3, 
#speaker-home-spotlight h4  {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
}


#speaker-home-spotlight h3 a, 
#speaker-home-spotlight h4 a {
	color: #258FBF;
	text-decoration: none;
	font-weight: 600;
}




#speaker-home-spotlight a.spotmore {
	color: #FF9901;
	text-decoration: underline;
	font-weight: bold;
}


/*////////////////////////////////////////*/
/*////////////  HOME ABOUT  ///////////*/
/*////////////////////////////////////////*/

#home-about {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	overflow: hidden;
}


#home-about h2 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 10px;
}


/*////////////////////////////////////////*/
/*////////////  HOME TOPIC FEATURE  ///////////*/
/*////////////////////////////////////////*/

#featured-home-speech-topic {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding-top: 20px;
	overflow: hidden;
}

#featured-topic-image {
	float: left;
	width: 43px;
}


#featured-home-speech-topic #featured-topic-content {
	float: right;
	width: 250px;
}

#featured-topic-content a.request-this-speech {
	font-size: 95%;
}

#featured-home-speech-topic h3 {
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
}

a.request-this-speech {
	background-image: url(/wp-content/themes/free-speakers/images/src/request-button.jpg);
	width: 250px;
	height: 53px;
	display: block;
	color: #fff;
	position: realative;
	margin-left: -5px;
}

a.request-this-speech span {
	display: block;
	padding: 12px 0 0 28px;
}


#featured-home-speech-topic h4 {
	color: #aaa;
	font-size: 14px;
	margin-bottom: 5px;
}

#featured-home-speech-topic h4 a {
	color: #aaa;
}


#featured-home-speech-topic h5 {
	color: #258fbf;
	margin-bottom: 5px;
	margin-top: 10px;
	font-size: 18px;
}


#featured-home-speech-topic h5 a {
	color: #258fbf;
}

#featured-home-speech-topic h6 {
	font-weight: 600;
	margin-bottom: 5px;
	font-size: 14px;
}


#featured-home-speech-topic p {
	margin: 8px 0 8px 0;
	font-size: 15px;
	line-height: 22px;
}


/*////////////////////////////////////////*/
/*////////////  HOME TESTIMONIAL  ///////////*/
/*////////////////////////////////////////*/


#home-testimonial h3 {
	font-size: 20px;
	font-weight: 600;
}

#home-testimonial {
	background-image: url(/wp-content/themes/free-speakers/images/src/testimonial-ghost-small.jpg);
	color: #000;
	background-repeat: no-repeat;
	background-position: 20px, 60px;
	font-size: 15px;
	line-height: 22px;
}


#home-testimonial em {
	text-align: left;
	display: block;
	margin-left: 30px;
}


/*////////////////////////////////////////*/
/*////////////  CONTENT  ///////////*/
/*////////////////////////////////////////*/


#content-wrapper {
	background-color: #fff;
 	min-width: 1160px;
 	clear: both;
}


#content {
	width: 1060px;
	overflow: hidden;
	margin: 0 auto;	
	padding: 20px 50px 20px 50px;
	
}


#feature-home-content {
	width: 690px;
	float: left;
	border-right: 1px solid #ccc;
	padding-right: 30px;
	margin-right: 20px;
}


#supplemental-home-content {
	width: 310px;
	float: right;
}


#content-feature {
	float: left;
	width: 780px;
	border-right: 1px solid #ccc;
	padding-right: 30px;
	margin-right: 20px;
}


#main-sidebar {
	float: right;
	width: 210px;
}

/*////////////////////////////////////////*/
/*////////////  SIDEBARS  ///////////*/
/*////////////////////////////////////////*/

#sidebar-intro,
#sidebar-speaker,
#sidebar-topic {
	margin-bottom: 20px;
}


#sidebar-intro strong {
	font-weight: 500;
}


#sidebar-speaker h1,
#sidebar-topic h1 {
	background-color: #198FC1;
	border: 4px solid #0CBFDD;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 4px 3px 4px 3px;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	margin: 0;
}


.sidebar-list ul {
	list-style-type: none;
	font-size: 15px;
	margin-top: 5px;
}


.sidebar-list ul li {
	margin-top: 5px;
}


.sidebar-list h2 {
	font-weight: 300;
}


.sidebar-list li a {
	color: #000;
	padding-left: 19px;
}

.sidebar-list h1 a {
	color: #fff;
}
#content .sidebar-list h1 a:hover {
	color: #e2effd;
}

.sidebar-list li a:hover,
.sidebar-list li a.current {
	color: #000;
	background-image: url(/wp-content/themes/free-speakers/images/src/arrow-hover-blue.jpg);
	background-position: 0 5px;
	background-repeat: no-repeat;
}



/*////////////////////////////////////////*/
/*////////////  TSR LISTS  ///////////*/
/*////////////////////////////////////////*/

.tsr-sort {
	padding: 5px 0 5px 0;
	margin:  5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: right;
}

.tsr-paging {
	padding: 5px 0 5px 0;
	margin:  5px 0 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
}

.tsr-sort span a,
.tsr-paging span a {
	display: inline-block;
	padding: 0 5px 0 5px;
}



section#content-feature  ul.tsr-list {
	overflow: hidden;
	margin-left: 0;
}


ul.tsr-list li {
	overflow: hidden;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}


ul.tsr-list li:last-child {
	border-bottom: none;
}


ul.tsr-list .tsr-image {
	float: left;
	width: 92px;
}


ul.tsr-list .tsr-content {
	float: right;
	width: 668px;
}

.tsr-content h2, 
.tsr-content h3  {
	font-size: 17px;
	line-height: 20px;
	font-weight: 300;
	margin-bottom: 5px;
}


.tsr-content h2 a, 
.tsr-content h3 a {
	color: #258FBF;
	text-decoration: none;
	font-weight: bold;
}


.tsr-content h4 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	color: #777;
	margin-bottom: 5px;
}


.tsr-content h4 a {
	color: #777;
	text-decoration: none;
	font-weight: 500;
}


.tsr-content p {
	margin-top: 0;
}



.tsr-more  {
	color: #ff9901;
    font-weight: bold;
    text-decoration: underline;
}


ul#topic-category .tsr-image {
	width: 43px;
}


ul#topic-category .tsr-content {
	width: 726px;
}

ul#topic-category .tsr-content h3 {
	color: #000;
}


ul#topic-category .tsr-content h3 a {
	color: #000;
}



ul#topic-category .request-this-speech span {
	padding: 12px 0 0 18px;
}

/*////////////////////////////////////////*/
/*////////////  NEWS  ///////////*/
/*////////////////////////////////////////*/

section#content-feature  ul#news-room-group,
section#content-feature  ul#sound-bites-group  {
	list-style-type: none;
	margin: 0;
}


ul#news-room-group li,
ul#sound-bites-group  li {
	overflow: hidden;
	padding: 5px 0 5px 0;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}


ul#news-room-group li:last-child,
ul#sound-bites-group li:last-child {
	border-bottom: none;
}


ul#news-room-group li h3,
ul#sound-bites-group li h3  {
	font-weight: normal;
	font-style: italic;
}



/*////////////////////////////////////////*/
/*////////////  REQUEST FORM  ///////////*/
/*////////////////////////////////////////*/

form#request-speech-wm,
form#contact-form   {
	font-family: "Open Sans",sans-serif;
	color: #777;
	font-size: 14px;
}

form#request-speech-wm input[type="checkbox"], form#request-speech-wm input[type="text"],
form#contact-form input[type="checkbox"], form#contact-form input[type="text"]
 {
    background: #fbfbfb none repeat scroll 0 0;
}


form#request-speech-wm input[type="checkbox"], form#request-speech-wm input[type="text"],
form#contact-form input[type="checkbox"], form#contact-form input[type="text"]  {
    background: #fbfbfb none repeat scroll 0 0;
}

form#request-speech-wm input[type="text"],
form#contact-form input[type="text"]  {
    font-size: 24px;
    margin: 2px 6px 16px 0;
    padding: 3px;
    width: 550px;
}

form#request-speech-wm  input[type="text"],
form#contact-form  input[type="text"] {
    font-size: 24px;
    margin: 2px 6px 16px 0;
    padding: 3px;
    width: 550px;
}

form#request-speech-wm input[type="checkbox"], input[type="color"], input[type="date"], input[type="datetime-local"], input[type="datetime"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="radio"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    color: #32373c;
    outline: 0 none;
    transition: border-color 0.05s ease-in-out 0s;
}



/*////////////////////////////////////////*/
/*////////////  TESTIMOLIALS  ///////////*/
/*////////////////////////////////////////*/

section#content-feature  ul#testimonials-group {
	list-style-type: none;
	margin: 50px 0 0 0;
}


ul#testimonials-group li {
	padding: 10px 50px 40px 90px;
	margin: 0;
	background-image: url(/wp-content/themes/free-speakers/images/src/quote-ghost-small-light.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



ul#testimonials-group li em  {
	display: block;
	text-align: right;
}



/*////////////////////////////////////////*/
/*////////////  FAQs  ///////////*/
/*////////////////////////////////////////*/

dl#faq-group dt {
	font-weight: bold;
	
}

dl#faq-group dd{
	margin-bottom: 25px;
	
}

dl#faq-group dd p {
	margin-top: 0;
	
}

/*////////////////////////////////////////*/
/*////////////  SPEAKER DETAIL ///////////*/
/*////////////////////////////////////////*/

#speaker-intro {
	font-size: 15px;
	line-height: 25px;
}


#speaker-intro h1 {
	margin-bottom: 0;
}


#speaker-intro strong {
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	margin-top: 0;
}

#speaker-intro h3 strong {
	font-size: 20px;
	margin-top: 10px;
}



#speaker-bio {
	font-size: 10px;
	line-height: 20px;
}

#speaker-bio p {
	font-size: 13px;
	line-height: 18px;
	
}

#speaker-bio h2 {
	font-size: 20px;
	line-height: 35px;
	font-weight: 600;
	margin-top: 10px;

}

.avatar {
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#speaker-social {
	list-style-type: none;
	font-size: 14px;
	line-height: 20px;
}


#speaker-social li {
	margin-bottom: 15px;
}



#speaker-social img {
	height: 15px;
	width: 15px;
}


/*////////////////////////////////////////*/
/*////////////  JOIN GRID ///////////*/
/*////////////////////////////////////////*/

table#member-comparison-chart {
	font-size: 12px;
	border-collapse: collapse;
	margin: 15px 0 30px 0;
}


#member-comparison-chart tr th {
	text-align: left;
	font-weight: bold;
	padding: 5px;
}

#member-comparison-chart tr th.sub-header  {
	background-color: #198dc4;
	color: #fff;	
	font-size: 16px;
}


#member-comparison-chart tr td {
	text-align: center;
	padding: 5px;
}

#member-comparison-chart tr.member-content td {
	text-align: left;
}

#member-comparison-chart thead tr th {
	width: 25%;
	text-align: center;
	font-weight: bold;
	background-color: #198dc4;
	color: #fff;
	font-size: 16px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#member-comparison-chart thead tr th.elite,
#member-comparison-chart tr td.elite  {
	background-color: #0D3246;
	color: #fff;
}

#member-comparison-chart tr th.elite  {
	position: relative;
}

#member-comparison-chart tr th.elite img {
	position: absolute;
	top: -17px;
	left: 160px;
	z-index: 100;
}


#member-comparison-chart  td {
	overflow: hidden;
	vertical-align: top;
}

#member-comparison-chart div.member-bullet {
	float: left;
	width: 16px;
	padding-top: 3px;
}

#member-comparison-chart div.member-content {
	float: right;
	width: 228px;
}



section#content-join-grid table#member-comparison-chart th,
section#content-join-grid table#member-comparison-chart td {
    border: 2px solid #ECF3F9;
}


section#content-join-grid table#member-comparison-chart thead tr th {
    border: 2px solid #fff;
}

tr.zebra-row td,
tr.zebra-row th {
	background-color: #ECF3F9;
}

table#member-comparison-chart tr.checkmark td {
	color: #00B200;
	font-weight: bold;
	font-size: 17px;
	vertical-align: middle;	
}


#member-comparison-chart td.buyrow  {
	color: #198dc4;
	font-size: 16px;
	font-weight: bold;	
}


#member-comparison-chart td.buyrow  p,
#member-comparison-chart td.elitebuy p {
	margin: 10px 0 10px 0;
}


#member-comparison-chart td.buyrow a {
	display: inline-block;
	background-color: #198dc4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 20px 5px 20px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#member-comparison-chart td.elitebuy {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #0D3246;
}


#member-comparison-chart td.elitebuy a {
	background-color: #f60;
}

#member-comparison-chart td.elitebuy a:hover,
#member-comparison-chart td.buyrow a:hover {
	background-color: #59B200;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.join-header-dark {
	background-color: #0D3246;
}


/*////////////////////////////////////////*/
/*////////////  CONTACT ///////////*/
/*////////////////////////////////////////*/



#contact-form {
	margin: 0 0 0 0;
	float: left;
}


span.omitted {
	color: #f60;
	font-weight: normal;
}



#contact-form input {
	width: 400px;
	border-radius: 5px 5px 5px 5px;
	height: 25px;
	border: 1px solid #ccc;
	font-size: 16px;
    font-family: Lato, arial, sans-serif;

}

#contact-form textarea {
	width: 400px;
	border-radius: 5px 5px 5px 5px;
	height: 150px;
	border: 1px solid #ccc;
	font-size: 16px;
    font-family: Lato, arial, sans-serif;
}

#contact-form #submit-form {   
	background-color: #76A933;
    border: 3px solid #C9DEB6;
    color: #fff;
    font-size: 13px;
    padding: 8px;
    width: 200px;
    text-align: center;
    height: 40px;
}

#contact-form #submit-form:hover {   
    border: 3px solid #76A933;
    color: #000;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	font-weight: bold;
}




/*////////////////////////////////////////*/
/*////////////  FOOTER  NAV ///////////*/
/*////////////////////////////////////////*/

#nav-footer #menu-footer {
	padding: 10px 0 10px 0;
	list-style-type: none;
	text-align: left;
	font-size: 14px;
}


#nav-footer #menu-footer li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 15px 0 15px;
}

#nav-footer #menu-footer li:first-child {
	padding: 0 15px 0 0;
}


#nav-footer #menu-footer li {
	display: inline;
	border-right: 1px solid #fff;
	padding: 0 15px 0 15px;
}


#nav-footer #menu-footer li:last-child {
	border-right: none;
}

#nav-footer #menu-footer li a {
	color: #fff;	
}

#nav-footer #menu-footer li#menu-item-48 {
	border-right: 0;
}


#nav-footer #menu-footer li.current-menu-item a {
	color: #0A3247;
}



/*////////////////////////////////////////*/
/*////////////  COPYRIGHT & SOCIAL ///////////*/
/*////////////////////////////////////////*/


#copyright {
	float: left;
	text-align: left;
	overflow:hidden;
	list-style-type: none;
	font-size: 14px;
	padding: 7px 0 0 0;
}


#copyright li {
	float: left;
	text-align: left;
	padding-right:30px;
}



#social-media {
	float: right;
	text-align: right;
	overflow:hidden;
	list-style-type: none;
}

#social-media li {
	float: right;
	text-align: right;
	padding-left: 8px;

}

/*////////////////////////////////////////*/
/*////////////  FOOTER  ///////////*/
/*////////////////////////////////////////*/

#nav-footer-wrapper {
	min-width: 1060px;
	background-color: #198DC4;
 	min-width: 1160px;
 	border-top: 3px solid #ff8000;

}


#nav-footer {
	width: 1060px;
	overflow: hidden;
	margin: 0 auto;	
	color: #fff;
	padding: 0 50px 0 50px;
}


#social-footer-wrapper {
 	min-width: 1160px;
	background-color: #0A3247;
}


#social-footer {
	width: 1060px;
	overflow: hidden;
	margin: 0 auto;	
	color: #fff;
	padding: 20px 50px 0 50px;
	overflow:hidden;
}


#social-footer a {
	color: #fff;
}

#smd {
	font-size: 14px;
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 40px;
	color: #fff;
}

#smd a {
	color: #fff;
}


