/* 
	Theme Name: United
	Theme URI: http://www.organizedthemes.com/united
	Description: An engaging theme.
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Version: 1.1.3
	License: GNU General Public License
	License URI: license.txt
*/

/* Default Color Styles
----------------------------------------------- 

	Background: 		#03343F
	Link:				#03343F
	Link-hover:			#032634
	Button Background:	#AB1729
	Button Text:		#FFFFFF
	Navigation:			#03343F

*/

/* Reset
----------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }

article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; }

a img { border: 0 }

html { 
	height: 100%; 
	font-size: 100%; 
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
} 

body { 
	margin: 0; 
	min-height: 100%;
	height: auto !important;
	-webkit-font-smoothing: antialiased; 
	font-smoothing: antialiased;
	background-color: #A0C081;
}

figure 			   { margin: 0 }
img, object, embed { max-width: 100%; height: auto; } /* Fluid images */
video 			   { width: 100%; height: auto; }
img 			   { border: 0;	-ms-interpolation-mode: bicubic } /* IE Images */
svg:not(:root) 	   { overflow: hidden } /* Correct IE9 overflow */

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}

.jquery-lightbox { /* Fix borders in lightbox evolution pop-up */
	box-sizing: content-box; 
}

/* Global Elements
----------------------------------------------- */

a, 
a:visited { 
	color: #aa1925; 
	text-decoration: none; 
}

a:hover { 
	color: #022535; 
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}

canvas#particle-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Forms
----------------------------------------------- */

select,
textarea,
input[type="text"],
input[type="password"] {
	color: #3e3e3e;
	font-size: 14px;
	border: 1px solid #ddd;
}

input[placeholder] { 
	text-overflow: ellipsis; 
}

::-moz-placeholder { /* firefox 19+ */
	text-overflow: ellipsis; 
}

input:-moz-placeholder { 
	text-overflow: ellipsis; 
}

a.button,
p.paging-next a,
p.paging-prev a,
input.button,
input[type="button"],
input[type="submit"] {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	padding: 12px 18px;
	text-decoration: none;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #aa1925;
	-webkit-appearance: none;
	-webkit-background-clip: padding-box;
}

a:hover.button,
p.paging-next a:hover,
p.paging-prev a:hover,
input:hover.button,
input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #A0C081;
}

input:focus,
textarea:focus {
	outline: none;
}

/* Typography
----------------------------------------------- */

body {
	font: 16px/1.3 Lucida, Verdana, sans-serif;
}

p {
  margin: 0 0 25px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
	color: #111;
	font-family: Lucida, Verdana, sans-serif;
}

h1,
h2,
h3 {
  line-height: 1.2;
}

h1 {
  font-size: 48.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}


ul,
ol {
  padding: 0;
  margin: 0 0 25px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

blockquote {
	border: none;
	margin: 5px 5px 20px;
	position: relative;
	padding: 25px 30px 5px 77px;
}

blockquote:before {
	content: "\e0c8";
	left: 5px;
	top: 0;
	position: absolute;
	color: #ccc;
	font: 60px 'Icons';
}

blockquote p {
	color: #514f4f;
	font-style: italic;
}

blockquote cite {
	display: block;
	text-align: right;
}

blockquote cite:before {
	content: '\2014';
	margin-right: 2px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}

table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

table th {
  font-weight: bold;
}

table thead th {
  vertical-align: bottom;
}

@font-face {
	font-family: 'Icons';
	src:url('font/Icons.eot');
	src:url('font/Icons.eot?#iefix') format('embedded-opentype'),
		url('font/Icons.woff') format('woff'),
		url('font/Icons.ttf') format('truetype'),
		url('font/Icons.svg#Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Flexslider
----------------------------------------------- */

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0 0 30px; 
	padding: 0;
	position: relative;  
	zoom: 1;
}

.flexslider .slides > li {
	display: none;
	position: relative;
	-webkit-backface-visibility: hidden;
}
 
.flexslider .slides img {
	width: 100%; 
	height: auto;
	display: block;
}

.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {	
	display: block;
}

.flexslider .slides {
	zoom: 1;
}

.flex-container {
	zoom: 1; 
	position: relative;
}

.flex-direction-nav a {
	margin: 0; 
	padding: 0;
	line-height: 0;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 1000;
	cursor: pointer; 
	-webkit-transition: all .3s ease;
	top: 50%;
	font-family: 'Icons';
	font-size: 0;
	opacity: 0;
}

.flex-direction-nav .flex-next {
	right: 35px;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 53px;
	opacity: .7;
}

.flex-direction-nav a:active.flex-next,
.flex-direction-nav a:active.flex-prev {
	opacity: 1;
	-webkit-transform: scale(.9);
	-moz-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.flex-direction-nav .flex-next:before {
	content: "\e0e4";
	font-size: 30px;
	padding: 10px 5px;
	background-color: #000;
	color: #fff;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	left: 12px;
	opacity: .7;
}

.flex-direction-nav .flex-prev:before {
	content: "\e0e6";
	font-size: 30px;
	padding: 10px 5px;
	background-color: #000;
	color: #fff;
}

.flex-control-nav {
	display: none;
}

p.slide-caption {
	position: absolute;
	width: 400px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
	bottom: 20%;
	padding: 17px;
	margin: 0;
	font-weight: 700;
	font-size: 20px;
}

p.caption_left {
	left: 0;
}

p.caption_right {
	right: 0;
}

.slide-caption,
.slide-caption a, 
.slide-caption a:visited,
.slide-box,
.slide-box a,
.slide-box a:visited,
.slide-box h1,
.slide-box h2,
.slide-box h3,
.slide-box h4,
.slide-box h5,
.slide-box h6 {
	color: #fff;
}

div.slide-box {
	position: absolute;
	bottom: 15px;
	padding: 20px;
	width: 400px;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.9);
}

div.slide-box.caption_left {
	left: 15px;
}

div.slide-box.caption_right {
	right: 15px;
}

/* Header
----------------------------------------------- */

#header {
	width: 100%;
	position: fixed;
	z-index: 20;
	background-color: #fff;
	top: 0;
}

.admin-bar #header { /* Moves header bar down when logged in */
	top: 28px;
}

#header-content {
	width: 960px;
	margin: 0 auto;
}

#logo {
	position: fixed;
	width: 100%;
	top: 110px;
	z-index: 1;
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
}

#text-logo {
	position: fixed;
	width: 100%;
	top: 145px;
	z-index: 1;
	text-align: center;
}

#logo h1,
#logo p,
#text-logo h1,
#text-logo p {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-size: 40px;
	font-weight: 700;
}

#tagline {
	position: fixed;
	width: 100%;
	top: 220px;
	z-index: 1;
	text-align: center;
}

#tagline p,
#tagline h2 {
	text-transform: none;
	font-style: italic;
	font-size: 16px;
	line-height: 1.3;
	font-weight: normal;
	max-width: 90%;
	margin: 0 auto;
	color: #fff;
}

/* Navigation
----------------------------------------------- */

#header-content .menu {
	float: left;
	margin: 0;
	list-style-type: none;
}

#header-content > li {
	float: left;
}

#top-menu > li:hover,
#top-menu li.current-menu-item {
	color: #fff;
	background-color: #A0C081;
}

#top-menu li:hover a,
#top-menu li a:hover,
#top-menu li.current-menu-item a {
	color: #fff;
}

#header-content ul#top-menu  ul {
	display: none;
	list-style-type: none;
	margin-left: 0;
	margin-right: 0;
}

#header-content ul#top-menu li:hover > ul {
	display: block;
}

#header-content ul#top-menu  ul {
	position: absolute;
	top: 100%;
	width: 200px;
	background-color: #A0C081;
}

#header-content ul#top-menu ul li {
	float: none;
	position: relative;
	font-size: 16px;
}

#header-content ul#top-menu ul li a {
	display: block;
	padding: 5px 10px;
}

#header-content ul#top-menu li a:hover {
	color: #AB1729;
}

#header-content ul#top-menu ul ul {
	position: absolute;
	left: 100%;
	top: -1px;
}

#mobile-menu { /* Hides the mobile menu */
	display: none;
}

/* Header Mega Menu and Widgets
----------------------------------------------- */

.cbp-hrmenu {
	width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.cbp-hrmenu > ul {
	float: left;
	width: auto;	
	margin: 0 auto;
	padding: 0;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	font-weight: 700;
	font-size: 19px;
}

.cbp-hrmenu > ul > li > a {
	padding: 1em;
	display: inline-block;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background-color: #A0C081;
}

.cbp-hrmenu .cbp-hrsub { /* sub-menu */
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	background-color: #A0C081;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding: 40px;
}

.cbp-hrmenu .cbp-hrsub-inner {
	width: 960px;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .widget {
	width: 280px;
	float: left;
	margin: 10px 20px;
	font-weight: normal;
	font-size: 16px;
}

/* Right Side Navigation Options
----------------------------------------------- */

#nav-right {
	float: right;
}

#nav-right.search-box {
	margin-top: 7px;
}

#nav-right.linking {
	margin-top: 2px;
}

.linking p {
	margin: 0;
	font-weight: 700;
}

#nav-right a.none {
	position: relative;
	top: 17px;
}

#nav-right a:before {
	position: relative;
	font: 33px 'Icons';
	margin-right: 6px;
}

#nav-right a.pointer:before {
	content: "\e077";
	top: 10px;
}

#nav-right a.clock:before {
	content: "\e010";
	top: 10px;
}

#nav-right a.audio:before {
	content: "\e005";
	top: 10px;
}

#nav-right a.phone:before {
	content: "\e0a1";
	top: 9px;
}

#nav-right a.star:before {
	content: "\e01c";
	top: 7px;
}

/* Pages
----------------------------------------------- */

#wrap {
	width: 960px;
	margin: 90px auto 0;
	padding: 25px;
	background-color: #ffffff;
	position: relative;
	z-index: 2;
}

#content {
	width: 590px;
	float: left;
	word-wrap: break-word;
}

#sidebar {
	width: 280px;
	float: right;
	word-wrap: break-word;
}

.content-full #content {
	float: none;
	width: 100%;
}

.content-full #sidebar {
	display: none;
}

.content-right #content {
	float: right;
}

.content-right #sidebar {
	float: left;
}

.feature,
.single .feature,
.tax-series .feature {
	margin-bottom: 25px;
}

p.post-meta {
	font-size: 14px;
}

span.more-link:after {
	content: "\e0e4";
	position: relative;
	top: 3px;
	font-family: 'Icons';
}

.share-links {
	margin-top: 20px;
	margin-bottom: 20px;
}

.share-links,
.share-links span {
	position: relative;
}

.share-links .facebook-share-button {
	top: 3px;
	margin-right: 10px;
}

.share-links .twitter-share-button {
	top: 5px;
	margin-right: -11px;
}

.share-links .google-share-button {
	top: 5px;
	margin-right: -23px;
}

.share-links .pinterest-share-button {
	top: 5px;
}

#content ul li,
.widget ul li {
	list-style-type: none;
}

.widget ul {
	margin-left: 0;
	margin-right: 0;
}

#content ul li:before,
.widget ul li:before {
	/* content: "\e06d"; */
	font: 10px 'Icons';
	margin-right: 5px;
}

#content .sharedaddy ul li:before {
	content: "";
}

#content article.post {
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}

#content article.post:last-of-type {
	margin-bottom: 40px;
}

.single #content article.post {
	border: none;
}

#sidebar iframe {
	max-width: 100%;
	width: 100%;
}

/* Staff Section
----------------------------------------------- */

#content.staff-list,
.tax-series #content,
.tax-speaker #content,
.page-template-templatespage-podcast-list-php #content,
.page-template-templatespage-series-php #content,
.page-template-templatespage-staff-php #content {
	width: 100%;
	margin-bottom: 27px;
}

.tax-staff-group #sidebar {
	display: none;
}

.tax-staff-group article.type-staff,
.page-template-templatespage-staff-php article.type-staff {
	width: 270px;
	float: left;
	background-color: #dddedd;
	margin: 16px;
}

.staff-image {
	position: relative;
	line-height: 0;
	border-bottom: 7px solid #A0C081;
}

.staff-image img {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
}

p.staff-meta {
	position: absolute;
	bottom: 3px;
	margin: 0;
	width: 100%;
	padding: 5%;
}

p.staff-meta a {
	display: inline-block;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	font: normal normal 23px/1.5 'Icons';
	position: relative;
	z-index: 10;
}

p.staff-meta a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	
	-webkit-transition: scale .1s linear;
	-moz-transition: scale .1s linear;
	-ms-transition: scale .1s linear;
	-o-transition: scale .1s linear;
	transition: scale .1s linear;
}

p.staff-meta a:before {
	padding: 3px;
	border-radius: 3px;	
}

.tax-staff-group article.type-staff h2,
.page-template-templatespage-staff-php article.type-staff h2 {
	margin: 6px 5% 5px;
	font-size: 26px;
}

article.type-staff p.job-title {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
}

p.job-title {
	text-transform: uppercase;
	font-size: 13px;
}

.single-staff #content {
	width: 100%;
}

.full-staff-image {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
}

.single-staff p.staff-meta a {
	font-size: 30px;
}

/* Social Icons
----------------------------------------------- */

ul.social-links li.facebook a:before,
p.staff-meta a.facebook:before {
	content: "\e03c";
	background-color: #435D9F;
}

ul.social-links li.forrst a:before,
p.staff-meta a.forrst:before {
	content: "\e03a";
	background-color: #5CB84A;
}

ul.social-links li.twitter a:before,
p.staff-meta a.twitter:before {
	content: "\e02a";
	background-color: #54A4DE;
}

ul.social-links li.flickr a:before,
p.staff-meta a.flickr:before {
	content: "\e03b";
	background-color: #F60086;
}

ul.social-links li.dribbble a:before,
p.staff-meta a.dribbble:before {
	content: "\e040";
	background-color: #BE356E;
}

ul.social-links li.linkedin a:before,
p.staff-meta a.linkedin:before {
	content: "\e035";
	background-color: #2676B5;
}

ul.social-links li.instagram a:before,
p.staff-meta a.instagram:before {
	content: "\e0c0";
	background-color: #3F729B;
}

ul.social-links li.google a:before,
p.staff-meta a.google:before {
	content: "\e038";
	background-color: #DC4B39;
}

ul.social-links li.pinterest a:before,
p.staff-meta a.pinterest:before {
	content: "\e031";
	background-color: #C4202C;
}

ul.social-links li.youtube a:before,
p.staff-meta a.youtube:before {
	content: "\e023";
	background-color: #CD322C;
}

ul.social-links li.vimeo a:before,
p.staff-meta a.vimeo:before {
	content: "\e028";
	background-color: #44BBFF;
}

ul.social-links li.email a:before,
p.staff-meta a.email:before {
	content: "\e03f";
	background-color: #657DAF;
}

ul.social-links li.skype a:before,
p.staff-meta a.skype:before {
	content: "\e02e";
	background-color: #36ADF0;
}

ul.social-links li.yelp a:before,
p.staff-meta a.yelp:before {
	content: "\e024";
	background-color: #36ADF0;
}

ul.social-links li.rss a:before,
p.staff-meta a.rss:before {
	content: "\e04e";
	background-color: #E76B24;
}

ul.social-links li.itunes a:before,
p.staff-meta a.itunes:before {
	content: "\e070";
	background-color: #BF79CD;
}

/* Widgets
----------------------------------------------- */

.widget {
	margin-bottom: 30px;
}

.widget-title {
	color: #333;
	background-color: #fff;
	float: left;
	position: relative;
	z-index: 1;
	margin-bottom: 0;
	padding-right: 15px;
}

.cbp-hrmenu .widget-title { /* Mega Menu Widget Title */
	color: #fff;
	background-color: #A0C081;
}

.cbp-hrmenu .widget { /* Mega Menu Widget Text */
	color: #fff;
}

.widget .line {
	clear: both;
	position: relative;
	z-index: 0;
	margin-bottom: 10px;
	top: -13px;
	border-bottom: 1px solid #333;
}

.cbp-hrmenu .widget .line,
.cbp-hrmenu ul.upcoming .when {
	border-color: #fff;
}

.widget li {
	margin-bottom: 5px;
}

#home-widgets .widget.action {
	width: 100%;
}

.widget.action {
	padding: 20px;
	text-align: center;
	background-color: #dddedd;
	overflow: hidden;
}

.widget.action h3.widget-title {
	background: transparent ;
	float: none;
	font-size: 50px;
	margin-bottom: 20px;
	padding-right: 0;
}

.widget.action p {
	margin-bottom: 35px;
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.widget.action .line {
	display: none;
}

.widget.action div {
	margin-bottom: 13px;
}

.widget_search label.assistive-text {
	display: none;
}

.widget_search input#s {
	padding: 10px;
	width: 180px;
}

.newsletter-form input#email {
	padding: 10px;
}

.newsletter-form span#notification {
	font-size: 12px;
	font-style: italic;
}

.widget.featured-posts .post {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.widget.featured-posts .post p:last-child {
	margin-bottom: 0;
}

.widget.featured-posts .post:last-child {
	border: none;
}

ul.social-links li {
	float: left;
	margin-bottom: 4px;
}

ul.social-links li a:before {
	padding: 8px;
}

ul.social-links li a {
	display: inline-block;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	font: normal normal 25px/1.6 'Icons';
	position: relative;
	z-index: 10;
}

ul.social-links li:before {
	content: '';
}

ul.social-links li:hover a:before {
	background-color: #022535;
}

.ot-facebook iframe {
	background-color: #fff;
}

/* Contact Widget
----------------------------------------------- */

.organizedthemes_contact .address-left {
	float: left;
}

.organizedthemes_contact .address-right {
	float: right;
}

.widget.organizedthemes_contact li:before {
	content: '';
}

ul.times,
.organizedthemes_contact li.fn {
	font-weight: 700;
}

ul.times li.hours {
	font-weight: 400;
}

span.locality,
span.region {
	margin-right: 5px;
}

.organizedthemes_contact li {
	margin-bottom: 3px;
}

#home-widgets .widget {
	float: left;
	width: 280px;
}

#home-widgets .widget.organizedthemes_contact,
#home-widgets .widget.featured-posts {
	width: 595px;
}

/* Podcasts
----------------------------------------------- */

.video-stream {
	margin-bottom: 40px;
}

.podcast-meta {
	margin-bottom: 20px;
	font-size: 14px;
}

.podcast-meta .button {
	margin-left: 20px;
	position: relative;
	float: right;
	top: -5px;
}

.podcast-player {
	margin-bottom: 20px;
}

#content ul li.podcast-item:before,
#content ul li.podcast-series-item:before {
	content: '';
	margin-right: 0;
}

ul.podcast-series {
	margin: 30px 0;
	overflow: hidden;
}

li.podcast-series-item {
	position: relative;
	text-align: center;
	width: 300px;
	height: 200px;
	float: left;
	margin-bottom: 30px;
}

li.podcast-series-item img {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	height: auto;
	position: absolute;
}

li.podcast-series-item .series-title {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 300px;
	height: 200px;
	opacity: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background-color: rgba(0, 0, 0, 0.84);
}

li.podcast-series-item .series-title a {
	width: 300px;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
}

li.podcast-series-item:hover .series-title {
	opacity: 1;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
}

li.podcast-series-item .series-title a h3 {
	color: #fff;
	position: relative;
	top: 35%;
	margin-right: 10%;
	margin-left: 10%;
}

li.podcast-series-item:hover .series-title a h3 {
	top: 40%;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

#message-series {
	margin-left: 0;
	margin-right: 0;
}

#content #message-series li:before {
	content: '';
}

.message-title {
	float: left;
	max-width: 70%;
}

.message-title h2 {
	line-height: 1;
}

#message-series p {
	margin-bottom: 0;
}

#message-series p.podcast-file-links {
	float: right;
	width: 200px;
	margin-top: 11px;
}

#message-series li {
	overflow: hidden;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}

#message-series li:last-child {
	border: none;
}

#message-series li:hover {
	background-color: rgba(0, 0, 0, 0.11);
}

#content .mejs-container {
	margin-bottom: 15px;
}

#content .mejs-container .mejs-controls {
	background-color: #A0C081;
}

#content .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background-color: #fff;
}

#content .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #47575a; 
}

#content .mejs-controls .mejs-time-rail .mejs-time-current {
	background-color: #fff;
}

/* Last Podcast Widget
----------------------------------------------- */

#home-widgets .last-podcast {
	overflow: hidden;
	width: 100%;
	background-color: #dddedd;
	display: table;
	vertical-align: top;
}

#home-widgets .last-podcast .last-podcast-title {
	display: table-cell;
	float: left;
	width: 26%;
	line-height: 1;
	color: #fff;
	background-color: #A0C081;
	padding: 10px 10px 14px 0;
	text-align: right;
	vertical-align: top;
}

.last-podcast-title a {
	color: #fff;
}

#home-widgets .last-podcast h3 {
	line-height: 1;
}

#home-widgets .last-podcast h3.widget-title {
	color: #fff;
	background: transparent;
	margin-bottom: 1px;
	line-height: 1;
	padding: 0;
	float: right;
}

#home-widgets .last-podcast .line {
	visibility: hidden;
}

#home-widgets .last-podcast p {
	font-size: 14px;
	margin: 0;
}

#home-widgets p.rss-link,
#home-widgets p.itunes-link,
#home-widgets p.archive-link {
	float: right;
	margin-right: 6px;
}

#home-widgets .last-message-title {
	display: table-cell;
	width: 74%;
	padding: 10px;
	position: relative;
	vertical-align: top;
	float: left;
}

#home-widgets .title-left {
	float: left;
}

#home-widgets .title-left h3 {
	margin-bottom: 7px;
	padding: 0;
	margin-top: 0;
	position: relative;
}

#home-widgets .last-podcast h3 {
	font-size: 23px;
}

#home-widgets .last-podcast p.podcast-widget-meta {
	font-size: 14px;
	position: relative;
	top: 3px;
}

#home-widgets .podcast-file-links {
	float: right;
	width: 230px;
	padding-right: 2px;
	padding-top: 6px;
}

.podcast-file-links a {
	float: right;
	display: inline-block;
	color: #fff;
	padding: 6px;
	-webkit-font-smoothing: antialiased;
	text-decoration: inherit;
	font: normal normal 30px/1 'Icons';
	position: relative;
	z-index: 10;
	background-color: #A0C081;
	margin-left: 2px;
}

#header-content .podcast-file-links a {
	background-color: #022535;
}

.podcast-file-links a:hover {
	background-color: #aa1925;
}

.podcast-file-links a.listen:before {
	content: "\e08a";
}

.podcast-file-links a.download:before {
	content: "\e0b0";
}

.podcast-file-links a.watch:before {
	content: "\e09c";
}

.podcast-file-links a.notes:before {
	content: "\e09d";
}

/* Footer
----------------------------------------------- */

#footer {
	clear: both;
	font-size: 12px;
	margin-left: -25px;
	padding: 25px;
	margin-right: -25px;
	margin-bottom: -25px;
	background-color: #dedede;
}

#footer p {
	margin-bottom: 0;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

#footer-right ul {
	list-style-type: none;
	margin: 0;
}

#footer-right li {
	float: left;
	padding: 5px;
}

#footer-right .sub-menu,
#footer-right .children {
	display: none;
}

/* The Events Calendar
----------------------------------------------- */

ul.upcoming {
	margin: 0;
}

ul.upcoming li:before {
	content: '';
}

ul.upcoming .when {
	float: left;
	display: inline-block;
	margin-right: 10px;
	border-right: 1px solid #000000;
	padding: 3px 5px 3px 0;
	width: 47px;
	text-align: center;
}

ul.upcoming li {
	overflow: hidden;
	position: relative;
}

ul.upcoming li a {
	position: relative;
	top: 3px;
}

.widget .dig-in {
	clear: both;
	text-align: right;
}

.widget .dig-in:before {
	content: "\e0c1";
	font: 18px 'Icons';
	position: relative;
	top: 2px;
	margin-right: 6px;
}

.widget .dig-in a:hover {
	text-decoration: none;
}

/* Animations
----------------------------------------------- */

.animated,
.flex-active-slide .animation {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.slow {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1x;
	animation-delay: 1s;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}


@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	-moz-animation-name: fadeInDownBig;
	-o-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
	}
	
	70% {
		-webkit-transform: scale(.9);
	}
	
	100% {
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-moz-transform: scale(1.05);
	}
	
	70% {
		-moz-transform: scale(.9);
	}
	
	100% {
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		-o-transform: scale(1.05);
	}
	
	70% {
		-o-transform: scale(.9);
	}
	
	100% {
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	
	70% {
		transform: scale(.9);
	}
	
	100% {
		transform: scale(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}

.preload * { /* prevents animation before page is loaded */
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

/* Comments
----------------------------------------------- */

#comments {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #dcdddc;
}

h3.comments-title {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ol.commentlist {
	list-style-type: none;
	margin-right: 0;
}

ol.commentlist li.comment {
	padding-left: 40px;
	position: relative;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	margin-left: 10px;
}

ol.commentlist li.comment.bypostauthor {
	border-color: #6e878c;
}

ol.commentlist li.comment:before {
	display: none;
}

ol.commentlist li.comment img.avatar {
	position: absolute;
	left: -33px;
	top: 0;
	border-bottom: 10px solid #fff;
}

cite.fn {
	font-size: 20px;
}

.comment-header time {
	font-size: 14px;
}

li.comment .comment-body {
	margin-bottom: 20px;
}

.reply {
	margin-top: 15px;
}

li.comment a.comment-reply-link:before {
	font-family: 'Icons';
	content: "\e0db";
	margin-right: 5px;
	position: relative;
	top: 1px;
}

form#commentform input#author,
form#commentform input#email,
form#commentform input#url,
form#commentform textarea {
	width: 100%;
	padding: 5px;
	-webkit-appearance: none;
}

/* Images and Galleries
----------------------------------------------- */

.alignleft {
	float: left;
	margin-right: 24px;
}

.alignright {
	float: right;
	margin-left: 24px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

dl.gallery-item {
	margin: 0;
}

#content .gallery .gallery-icon img {
	border: 1px solid #ddd;
	padding: 6px;
}

.wp-caption img {
	border-color: #eee;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 24px;
}

p img,
.wp-caption {
	margin-top: 0.4em;
}

.wp-caption {
	background: #eee;
	margin-bottom: 24px;
	max-width: 96%;
	padding: 9px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 12px;
}

.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}

#content .gallery {
	margin: 0 auto 20px;
}

#content .gallery a img {
	border: none;
}

#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}

#content .gallery-columns-4 {
       margin-left: 9%;
}

#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}

/* Pagination
----------------------------------------------- */

.paging {
	margin-bottom: 30px;
	overflow: hidden;
	text-align: center;
}

.paging a {
	display: inline-block;
}

.paging a.next {
	float: right;
}

.paging a.prev {
	float: left;
}

/* Search Form
----------------------------------------------- */

.searchform label.assistive-text {
	display: none;
}

.searchform [type="search"],
.searchform [type="text"] {
	cursor: pointer;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Tablets Only (portrait -- landscape uses desktop view)
----------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 1023px) {

	#wrap,
	.cbp-hrmenu .cbp-hrsub-inner,
	#header-content {
		width: 700px;
	}
	
	#content {
		width: 440px;
	}
	
	#sidebar {
		width: 180px;
	}
	
	.cbp-hrmenu > ul > li {
		font-size: 18px;
	}
	
	.cbp-hrmenu > ul > li > a {
		padding: .6em;
		display: inline-block;
	}
	
	#nav-right a.none {
		top: 9px;
	}
	
	#nav-right.linking {
		margin-top: 0;
		top: -4px;
		position: relative;
	}
	
	.widget_search input#s {
		width: 80px;
	}
	
	li.podcast-series-item,
	li.podcast-series-item .series-title a,
	li.podcast-series-item .series-title {
		width: 310px;
		height: 206px;
	}
		
	ul.podcast-series li:nth-child(even) {
		margin-left: 30px;
	}
	
	p.podcast-file-links,
	#home-widgets p.podcast-file-links {
		width: 89px;
	}
	
	#home-widgets .widget {
		width: 332px;
	}
	
	#home-widgets .last-podcast .last-podcast-title,
	#home-widgets .last-message-title {
		width: 100%;
		display: block;
	}
	
	#home-widgets .last-podcast h3.widget-title {
		float: left;
		width: 40%;
		padding: 10px;
		text-align: left;
		display: inline-block;
	}
	
	#home-widgets .last-podcast-title p {
		float: right;
		width: 40%;
		display: inline-block;
		padding-right: 10px;
		padding-top: 5px;
	}
	
	#home-widgets .last-podcast-title .line {
		clear: none;
	}
		
	#home-widgets p.podcast-file-links {
		padding: 6px 0 0;
		width: 185px;
	}

	#home-widgets .widget.last-podcast,
	#home-widgets .widget.organizedthemes_contact,
	#home-widgets .widget.featured-posts {
		width: 100%;
	}
	
	#sidebar .action h3.widget-title {
		font-size: 26px;
		word-wrap: normal;
		padding-right: 0;
	}
	
	.tax-staff-group article.type-staff {
		margin: 27px;
	}
	
	#wrap dl.column {
		width: 100%;
		padding: 0;
	}
	
}

/* All Smaller Devices
----------------------------------------------- */

@media only screen and (max-width: 767px) {

	.cbp-hrmenu,
	#mobile-menu ul {
		display: none;
	}
	
	#mobile-menu {
		display: inline-block;
		float: left;
		margin-top: 6px;
		margin-bottom: 8px;
	}
	
	#nav-right.linking {
		margin-top: -6px;
	}
	
	#nav-right [type="search"],
	#nav-right [type="text"] {
		height: 26px;
	}
	
	#nav-right input[type="button"],
	#nav-right input[type="submit"] {
		padding: 5px 10px;
	}
	
	select.tinynav {
		border: none;
		background-color: #03343F;
		-webkit-appearance: none;
		padding: 5px 15px;
		color: #fff;
		font-weight: 700;
		-webkit-background-clip: padding-box;
	}
	
	#header-content,
	#wrap {
		width: 90%;
	}

	#logo,
	#text-logo {
		padding-right: 8%;
		padding-left: 8%;
	}
	
	#content,
	#sidebar,
	#home-widgets .widget,
	#home-widgets .widget.organizedthemes_contact,
	#home-widgets .widget.featured-posts,
	.organizedthemes_contact .address-left,
	.organizedthemes_contact .address-right {
		float: none;
		width: 100%;
	}
	
	p.slide-caption {
		position: relative;
		width: 100%;
		bottom: 0;
	}
	
	div.slide-box {
		position: relative;
		bottom: 0;
		width: 100%;
	}
	
	div.slide-box.caption_left {
		left: 0;
	}
	
	div.slide-box.caption_right {
		right: 0;
	}
	
	#sidebar {
		margin-top: 40px;
		border-top: 1px solid #333;
		padding-top: 30px;
	}
	
	#home-widgets .last-podcast .last-podcast-title {
		float: none;
		width: 100%;
		text-align: left;
		display: block;
		padding: 10px 10px 0;
	}
	
	#home-widgets .last-podcast .last-podcast-title,
	#home-widgets .last-podcast .last-message-title {
		float: none;
		width: 100%;
		text-align: left;
		display: block;
		padding: 10px;
	}
	
	#home-widgets .last-podcast h3.widget-title {
		float: left;
		margin-bottom: -7px;
	}
	
	#home-widgets p.podcast-file-links {
		float: left;
		width: 100%;
	}
	
	.podcast-file-links a {
		float: left;
		margin: 10px 4px 10px 0;
	}
	
	#home-widgets span.rss-link,
	#home-widgets span.itunes-link,
	#home-widgets span.archive-link {
		display: none;
	}
	
	.tax-staff-group article.type-staff {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	
	.address-right iframe {
		width: 100%;
	}
	
	#wrap .tribe-events-event-list-meta,
	#wrap .entry-content {
		float: none;
		display: block;
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
		border: none;
	}
	
	#wrap dl.column {
		width: 100%;
	}
	
	#wrap #tribe-events-content {
		padding: 0;
	}
	
	#tribe-events-calendar-header {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	#tribe-events-calendar-header span {
		display: block;
		width: 100%;
	}
	
}

/* Landscape Smartphones
----------------------------------------------- */

@media only screen and (max-width: 568px) {
	
	#home-widgets .last-podcast .last-message-title {
		max-width: 100%;
		float: none;
		margin-top: 20px;
	}
	
	.message-title  {
		max-width: 100%;
		float: none;
	}
	
	.podcast-file-links,
	#home-widgets .podcast-file-links {
		float: none;
		clear: both;
		width: auto;
		padding-top: 20px;
		padding-right: 2px;
		text-align: center;
	}
	
	.podcast-file-links a {
		float: none;
	}
	
	#content .podcast-player {
		max-width: 100%;
	}
	
	#footer-left,
	#footer-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#footer-right ul {
		margin-bottom: 20px;
	}
	
	#footer-right li {
		float: none;
		display: inline-block;
		padding: 5px;
	}
	
}

/* Portrait Smartphones
----------------------------------------------- */

@media only screen and (max-width: 400px) {

	select.tinynav {
		width: 120px;
	}
	
	#nav-right a.pointer:before,
	#nav-right a.clock:before.
	#nav-right a.audio:before {
		top: 11px;
	}
	
	#nav-right a.phone:before {
		top: 10px;
	}
	
	#nav-right a.star:before {
		top: 8px;
	}
	
	.tax-staff-group article.type-staff,
	.page-template-templatespage-staff-php article.type-staff {
		max-width: 100%;
		float: none;
		margin: 16px auto;
	}
	
	.full-staff-image {
		float: none;
		margin: 0 auto 30px;
	}
	
	#sidebar .action h3.widget-title {
		font-size: 26px;
		word-wrap: normal;
		padding-right: 0;
	}
	
}


/* IE Tweaks
----------------------------------------------- */

.ie8 li:before {
	content: '';
}

.ie8 video {
	width: 100%;
}

.flex-direction-nav a {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.flex-direction-nav a:hover.flex-next,
.flex-direction-nav a:hover.flex-prev {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

img.logo {
    height: 60px;
    display: inline-block;
    float: left;
}

.widget_text p {
	font-size: 13px;
}