/*
Theme Name: EDCO
Author: Five Talent
Author URI: https://fivetalent.com/
Description: This theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: edco

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: auto;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #a3a2a2;
	border: 0;
	height: 2px;
	margin: 24px 0px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/hamburger-button.png') no-repeat center top transparent;
	color: transparent;
	width: 40px;
	height: 25px;
	margin-top: 15px;
	margin-right: 15px;
}
.main-navigation ul.nav-menu.toggled-on {
	background-color: #e0e0e0;
	margin-top: 15px;
	margin-bottom: 16px;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
}
body.custom-font-enabled {
	font-family: 'Roboto', sans-serif;
}
a {
	outline: none;
	color: #21759b;
}
a:hover {
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	display: none;
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	background-color: #fff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}
.widget-area {
	margin: 24px 0 0;
	margin: 11.8rem 0 0;
}

/* Header */
.site-header {
	background-color: #f7f7f7;
	height: 55px;
	position: relative;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.site-header h1 a,
.site-header h2 a {
	color: #515151;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
.logo {
	float: left;
	margin: 10px 0px 0px 10px;
	position: relative;
	z-index: 9999;
}

/* Navigation Menu */
.main-navigation {
	text-align: center;
	float: right;
}
.main-navigation li {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}
.main-navigation a {
	color: #5e5e5e;
	font-size: 18px;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;
}
.menu-toggle {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/hamburger-button.png') no-repeat center top transparent;
	color: transparent;
	width: 40px;
	height: 25px;
	margin-top: 15px !important;
	margin-right: 15px !Important;
}
.main-navigation ul.nav-menu.toggled-on {
	background-color: #e0e0e0;
	margin-top: 15px;
	margin-bottom: 16px;
	width: 100%;
	padding-bottom: 12px;
	position: relative;
	z-index: 2;
}
.main-navigation ul.nav-menu.toggled-on li {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 0px;
}
.main-navigation ul.nav-menu.toggled-on li:hover {
	background-color: #f7f7f7;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.main-navigation ul.nav-menu.toggled-on li a {
	text-transform: lowercase;
	text-decoration: none;
	color: #3c3c3b;
	font-size: 30px;
	font-weight: 500;
	display: block;
}

/* Search */
.search-form { text-align: right; width: 100%; position: absolute; margin-top: 8px; right: 15px; }

.search-form input[type="text"] {
  border: none;
  background: transparent;
  padding: 8px 10px 8px 43px;
  width: 150px;
  font-size: 16px;
  color: #3c3c3b;
  background: url('/wp-content/uploads/2015/03/magnifying-glass.png') no-repeat 8px center;
  border: 1px solid transparent;
 }
 .search-form input[type="text"]:focus {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #3c3c3b;
  outline: none;
}

.search-form input[type="text"] {
    color: #666;
}
.menu-main-menu-container { margin-right: 220px; }

/* Search Form Responsive Fixes */

@media screen and (max-width: 925px) {
	.search-form { text-align: right; width: 100%; position: absolute; margin-top: 55px; right: 15px; z-index: 1; } 
	.menu-main-menu-container { margin-right: 15px; }
	.site-header { height: 100px; }
}

/* HTML5 input placeholders */
.search-form input[type="text"]::-webkit-input-placeholder {
  color: #464e54;
  opacity: 1;
}

.search-form input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: #464e54; 
  opacity: 1;
}

.search-form input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
  color: #464e54;
  opacity: 1;
}

.search-form input[type="text"]:-ms-input-placeholder {
  color: #464e54;
  opacity: 1;
}

.search-form input[type="submit"] {
  opacity: 0;
  filter:alpha(opacity=0);
  background: transparent;
  color: #3c3c3b;
  border: none;
  width: 25px;
  min-width: 0;
  height: 37px;
  padding: 5px 0;
  font-size: 18px;
  box-shadow: 0px 0px 0px transparent;
  margin-left: -37px;
}

.search-form input[type="submit"] {
  opacity: 1;
  filter:alpha(opacity=100);
}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin-bottom: 0px;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .events li, .widget-area .widget.widget_recent_entries li {
	padding-top: 15px;
	padding-bottom: 15px;
}
.widget-area .widget a {
	color: #5c5c5c;
	font-size: 18px !important;
	text-decoration: none;
	font-weight: 700;
	line-height: 29px;
	
}
.widget-area .widget li {
	border-bottom: 2px solid #a3a2a2;
	width: 100%;
}
.widget-area .widget a:hover {
	color: #5c5c5c;
	text-decoration: underline;
}
.widget-area .widget a:visited {
	color: #5c5c5c;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}
.ee-ticket-event-speaker-and-sponsor-ticket { display: none !important; }

/* Footer */
footer[role="contentinfo"] {
	clear: both;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0 15px 0;
	background-color: #3c3c3b;
}
footer[role="contentinfo"] a {
	color:  #f7f7f7;
}
footer[role="contentinfo"] a:hover {
	text-decoration: underline;
}


/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #21759b;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #21759b;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #21759b;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}
.home .site-content {
	max-width: 1340px;
	text-align: center;
	margin: 0px auto;
	float: none;
	width: 1340px;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 625px) {
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		margin: 0 auto;
		overflow: hidden;
	}
	.workhorse .site-content {
		float: left;
		width: 65.9%;
		clear: left;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 31.5%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #3c3c3b;
		line-height: 55px;
		text-transform: lowercase;
		white-space: nowrap;
		padding: 0px 18px;
		font-weight: 500;
	}
	.main-navigation li a:hover {
	}
	.main-navigation li {
		margin: 0px;
		position: relative;
	}
	.main-navigation li:hover, .main-navigation li.current-menu-item {
		background-color: #e0e0e0;
		-webkit-transition: background-color 500ms linear;
		-moz-transition: background-color 500ms linear;
		-o-transition: background-color 500ms linear;
		-ms-transition: background-color 500ms linear;
		transition: background-color 500ms linear;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		background: #efefef;
		border-bottom: 1px solid #ededed;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 8px 10px;
		padding: 0.571428571rem 0.714285714rem;
		width: 180px;
		width: 12.85714286rem;
		white-space: normal;
	}
	.main-navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #3c3c3b;
	}
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}

/* Minimum width of 960 pixels. */

@media screen and (min-width: 960px) {
	body {
		background-color: #e0e0e0;
	}
	body .site {
		padding: 0px;
	}
	body.custom-background-empty {
		background-color: #e0e0e0;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}
@media screen and (max-width: 890px) {
	.social-icons {
		width: 50%;
		height: 28px;
		margin-bottom: 15px;
	}
	.footer-phone {
		width: 50%;
		height: 28px;
		text-align: right;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 720px) {
	.nap { 
		display: block;
		margin-top: 12px;
	}
}
@media screen and (max-width: 767px) {
	.home .site-content {
		width: auto !important;
	}
	.main-navigation {
		width: 100%;
		text-align: right;
		margin-top: -57px;
	}
	.menu-toggle {
		display: inline-block;
	}
	.main-navigation ul.nav-menu {
		display: none !important;
	}
	.main-navigation ul.nav-menu.toggled-on {
		display: inline-block !important;
	}
	.main-navigation ul.nav-menu.toggled-on li a {
		text-transform: lowercase;
		text-decoration: none;
		color: #3c3c3b;
		font-size: 30px;
		font-weight: 500;
		display: block;
		text-align: right;
		line-height: 42.85px;
		
	}
	.main-navigation ul.nav-menu.toggled-on li {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 4px;
		padding-bottom: 4px;
		margin-top: 0px;
		display: block;
	}
}
@media screen and (max-width: 440px) {
	.powered {
		display: block; 
		margin-top: 12px;
	}
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

footer h3.widget-title {
	display: none;
}
footer, footer a {
	color: #f7f7f7;
	text-decoration: none;
	font-size: 12px !important;
	font-weight: 500;
}
.site-info {
	padding-left: 20px;
	padding-right: 20px;
}
.social-icons {
	float: left;
}
.social-icons img {
	margin-right: 6px;
}
.footer-phone {
	float: right;
}
.footer-phone a {
	font-size: 18px !important;
}
#nav_menu-2 {
	max-width: 640px;
	margin: 0px auto;
	text-align: center;
}
#text-2 {
	max-width: 660px;
	margin: 0px auto;
	text-align: center;
	clear: both;
	padding-top: 50px;
}
#text-2 a {
	margin-right: 22px;
}
#menu-footer-menu a {
	text-transform: lowercase;
	font-size: 14px !important;
	font-weight: 300;
}
#menu-footer-menu li {
	display: inline-block;
	float: left;
	width: 120px;
}
#menu-footer-menu li a {
	line-height: 26px;
}
#menu-footer-menu li ul li {
	display: block;
	float: none;
}
li#menu-item-119 a, li#menu-item-118 a, li#menu-item-117 a, li#menu-item-116 a, li#menu-item-131 a, li#menu-item-114 a, li#menu-item-111 a, li#menu-item-139 a,
li#menu-item-110 a, li#menu-item-113 a, li#menu-item-112 a, li#menu-item-3578 a {
	font-weight: 300 !important;
}
.menu-item-126 a, .menu-item-127 a, .menu-item-128 a,.menu-item-123 a, .menu-item-121 a, .menu-item-124 a {
	font-weight: 700 !important;
}
.home .site { 
	background-color: transparent;
}
footer {
	bottom: 0;
	width: 100%;
}
.home .wrapper {
	min-height: 823px;
}

.home .entry-header {
	display: none;
}
.home h2 {
	font-size: 23px;
	color: #ffffff;
	font-weight: 300;
	width: 96%;
	margin-top: 50px;
}
.home .entry-content {
	margin-top: 42px;
}

#fsi-full-bg {
	overflow: hidden;
}

#colorbox:focus, #cboxWrapper:focus, #cboxContent:focus {outline:0 !important;}
#colorbox { font-family: 'Roboto', sans-serif !important; font-size: 14px !important; }


/* Interior Slider Tweaks */

.content .slide-content {
	top: 10% !important;
	left: 16.5% !important;
	width: 65% !important;
	height: 29% !important;
	background-color: rgba(0, 0, 0, .4);
	padding: 15px 20px !important;
	border-radius: 5px 5px 5px 5px;
}
.page-id-76 .content .slide-content {
	top: 32% !important;
}
.content .slide-content {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}
.content .slide-content h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 80px;
	font-weight: 700;
	margin-bottom: 8px;
}
.content .slide-content p {
	font-size: 30px;
	font-weight: 500;	
	margin-bottom: 18px;
}
.content .slide-content a {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
	padding: 12px;
	max-width: 165px;
	margin: 0px auto;
	color: #fff;
}
.content .slide-content a:hover {
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
}
.orbit-bullets {
	bottom: 0px !important;
}
.slide-content em {
	line-height: 50px;
}
.custom-slider-get-involved {
	margin-bottom: -42px;
}
/* Homepage Bubbles */

.bubble {
	padding-left: 67px;
	padding-right: 67px;
	width: 22%;
	text-align: center;
	float: left;
	padding-top: 550px;
	height: 316px;
}
.bubble p {
	line-height: 18px;
}

.bubble.move {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/movebubblenew.png') no-repeat 50% 35% transparent;
	color: transparent;
	margin-top: -152px;
}
.bubble.move:hover {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/movebubblenewhover.png') no-repeat 50% 35% #076194;
	-webkit-transition: background-color 1000ms, background-image 1000ms linear;
    -moz-transition: background-color 1000ms, background-image 1000ms linear;
    -o-transition: background-color 1000ms, background-image 1000ms linear;
    -ms-transition: background-color 1000ms, background-image 1000ms linear;
    transition: background-color 1000ms, background-image 1000ms linear;
	color: #ffffff;
}
.bubble.start {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/startbubblenew.png') no-repeat 50% 35% transparent;
	color: transparent;
	margin-top: -152px;
}
.bubble.start:hover {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/startbubblenewhover.png') no-repeat 50% 35% #e55d13;
	-webkit-transition: background-color 1000ms, background-image 1000ms linear;
    -moz-transition: background-color 1000ms, background-image 1000ms linear;
    -o-transition: background-color 1000ms, background-image 1000ms linear;
    -ms-transition: background-color 1000ms, background-image 1000ms linear;
    transition: background-color 1000ms, background-image 1000ms linear;
	color: #ffffff;
}
.bubble.grow {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/growbubblenew.png') no-repeat 50% 35% transparent;
	color: transparent;
	margin-top: -152px;
}
.bubble.grow:hover {
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/growbubblenewhover.png') no-repeat 50% 35% #0c9345;
	-webkit-transition: background-color 1000ms, background-image 1000ms linear;
    -moz-transition: background-color 1000ms, background-image 1000ms linear;
    -o-transition: background-color 1000ms, background-image 1000ms linear;
    -ms-transition: background-color 1000ms, background-image 1000ms linear;
    transition: background-color 1000ms, background-image 1000ms linear;
	color: #ffffff;
}
.bubble a {
	display: none;
}
.bubble:hover a {
	display: block;
	text-align: center;
	background-color: #ffffff;
	border: 0px;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
	padding: 12px;
	max-width: 142px;
	margin: 0px auto;
}
.bubble:hover a:hover {
	background-color: #e1e1e1;
}
.bubble.move:hover a {
	color: #076194;
}
.bubble.start:hover a {
	color: #e55d13;
}
.bubble.grow:hover a {
	color: #0c9345;
}
/* Move, Start, Grow Page Tweaks */ 
.page-id-57 .content .slide-content, .page-id-62 .content .slide-content, .page-id-64 .content .slide-content {
	background-color: transparent;
	width: 98% !important;
	left: 0% !important;
}
.page-id-57 .content .slide-content h2, .page-id-62 .content .slide-content h2, .page-id-64 .content .slide-content h2 {
	font-weight: 700;
	font-size: 48px;
	margin-top: 16px;
}
.page-id-57 .entry-content {
	max-width: 1240px;
	margin: 0px auto;
}
.start-compressed-content, .grow-compressed-content {
	max-width: 1240px;
	margin: 0px auto;
}
.page-id-57 #primary {
	background-color: #edf4f7;
	color: #02080b;
	font-size: 16px;
	margin-top: -26px;
	width: 100%;
	padding-top: 40px;
}
.page-id-62 #primary {
	background-color: #fdf4ee;
	color: #02080b;
	font-size: 16px;
	margin-top: -26px;
	width: 100%;
	padding-top: 40px;
}
.page-id-64 #primary {
	background-color: #edf7f1;
	color: #02080b;
	font-size: 16px;
	margin-top: -26px;
	width: 100%;
	padding-top: 40px;
}
.page-id-57 .content .slide-content, .page-id-62 .content .slide-content, .page-id-64 .content .slide-content {
	top: 0% !important;
	margin-top: 0px !important;
}
.page-id-57 #orbit-inside img.orbit-slide, .page-id-62 #orbit-inside img.orbit-slide, .page-id-64 #orbit-inside img.orbit-slide {
	width: auto !important;
	max-width: none !important;
}
.page-id-57 .custom-slider-move, .page-id-62 .custom-slider-start, .page-id-64 .custom-slider-grow {
	height: 350px;
}

.page-id-57 h1.entry-title, .page-id-62 h1.entry-title, .page-id-64 h1.entry-title {
	display: none;
}
.page-id-57 h3 {
	clear: none;
	font-size: 30px;
	font-weight: 300;
	margin: 0px;
	line-height: 34px;
	color: #02080b;
	padding-top: 14px;
}
.page-id-57 .entry-content {
	padding-left: 20px;
	padding-right: 20px;
}
.page-id-62 h3, .page-id-64 h3 {
	clear: none;
	font-size: 30px;
	font-weight: 300;
	margin: 0px 0px 30px 0px;
	line-height: 22px;
	color: #02080b;
}
.page-id-62 h4 {
	clear: none;
	font-size: 24px;
	font-weight: 300;
	margin: 0px 0px 10px 0px;
	line-height: 28px;
	color: #02080b;
}
.page-id-62 #primary li {
	margin-bottom: 26px;
	margin-left: 20px;
	text-align: justify;
}
.page-id-57 .number {
	clear: both;
}
.page-id-57 .number p, .page-id-62 p, .page-id-64 p {
	text-align: justify;
}
.page-id-57 .number img {
}
.bottom-portion-left, .bottom-portion-right {
	width: 50%;
	float: left;
}
.left-part {
	clear: both;
	padding-left: 5%;
	padding-right: 3%;
	border-right: 2px solid #73a6c3;
	min-height: 421px;
}
.left-part img {
	margin-bottom: 34px;
}
.left-part h3 {
	font-size: 30px;
	margin-bottom: 0px;
	padding-top: 120px;
	line-height: 36px;
}
.right-part {
	padding-left: 5%;
	padding-right: 3%;
}
a.start-orange-button {
	height: 300px;
	width: 300px;
	display: block;
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/start-a-business-bubble.png') no-repeat center top transparent;
	margin-top: 60px;
	float: left;
}
a.start-orange-button:hover {
	height: 300px;
	width: 300px;
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/start-a-business-bubble-hover.png') no-repeat center top transparent;
}
a.grow-green-button {
	height: 300px;
	width: 300px;
	display: block;
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/grow-your-business-bubble.png') no-repeat center top transparent;
	margin-top: 30px;
	float: right;
}
a.grow-green-button:hover {
	height: 300px;
	width: 300px;
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/grow-your-business-bubble-hover.png') no-repeat center top transparent;
}
h3.menu-toggle {
	font-size: 0px;
}
.start-pull {
	background-color: #e55d13;
	color: #fdf4ee;
	text-align: center;
	padding: 30px 37px;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin: 16px 0px 36px 0px;
}
.start-pull-right {
	background-color: #e55d13;
	color: #fdf4ee;
	padding: 30px 37px;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	font-style: italic;
	margin-top: 13px;
	margin-bottom: 15px;
}
.grow-pull {
	background-color: #0c9345;
	color: #fdf4ee;
	text-align: center;
	padding: 30px 37px;
	max-width: 40.8%;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	margin: 16px 0px 36px 0px;
	
}
.grow-pull-right {
	background-color: #0c9345;
	color: #fdf4ee;
	padding: 30px 37px;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	font-style: italic;
	margin-top: 13px;
	margin-bottom: 15px;
}
.start-pull-right p, .grow-pull-right p {
	margin-bottom: 0px;
}
.start-right, .grow-right {
	float: right; 
	margin-left: 40px; 
	max-width: 50%;
	text-align: justify;
}
.start-left, .grow-left  {
	float: left; 
	max-width: 44%;
	text-align: justify;
}
.grow-right h3 {
	margin-bottom: 12px;
	margin-top: 40px;
}
.start-middle {
	border-top: 2px solid #e55d13;
	border-bottom: 2px solid #e55d13;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-top: 25px;
	margin-bottom: 34px;
	clear: both;
}
.grow-middle{
	border-top: 2px solid #0c9345;
	border-bottom: 2px solid #0c9345;
	padding-top: 36px;
	padding-bottom: 36px;
	margin-top: 25px;
	margin-bottom: 34px;
	clear: both;
	margin-top: 15px;
}
.start-middle h3 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #e55d13;
	margin-bottom: 0px;
	font-weight: 500;
}
.grow-middle h3 {
	color: #0c9345;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 500;
}
.start-page-bottom {
	background-color: #e55d13;
	margin: 40px 0px 0px 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
}
.grow-page-bottom {
	background-color: #0c9345;
	margin: 40px 0px 0px 0px;
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
}
.start-page-bottom p, .grow-page-bottom p {
	text-align: center;
	margin-bottom: 0px;
}
.start-page-bottom h3, .grow-page-bottom h3 {
	color: #edf4f7;
	text-align: center;
	font-size: 24px;
}
.start-page-bottom a, .start-page-bottom a:visited {
	font-size: 20px;
	font-weight: 700;
	background-color: #fff;
	padding: 5px 18px 9px 18px;
	border-radius: 5px 5px 5px 5px;
	color: #e55d13;
	text-decoration: none;
}
.grow-page-bottom a, .grow-page-bottom a:visited {
	font-size: 20px;
	font-weight: 700;
	background-color: #fff;
	padding: 5px 18px 9px 18px;
	border-radius: 5px 5px 5px 5px;
	color: #0c9345;
	text-decoration: none;
}
.start-page-bottom a:hover, .grow-page-bottom a:hover {
	background-color: #e1e1e1;
}
.bottom-ctas {
	display: inline-block;
	margin-right: 41px;
	margin-left: 41px;
}
.grow-page-bottom-middle {
	margin: 0px auto;
	max-width: 700px;
}
.page-id-62 .entry-content, .page-id-64 .entry-content {
	padding-right: 20px;
	padding-left: 20px;
}
.
/* Move Page Responsive Tweaks */


@media screen and (max-width: 1023px) {
	
	.bottom-portion-left, .bottom-portion-right {
		width: 100%;
	}
	a.start-orange-button {
		height: 300px;
		width: 300px;
		display: block;
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/start-a-business-bubble.png') no-repeat center top transparent;
		margin-top: 0px;
		float: left;
	}
	a.start-orange-button:hover {
		height: 300px;
		width: 300px;
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/start-a-business-bubble-hover.png') no-repeat center top transparent;
	}
	a.grow-green-button {
		height: 300px;
		width: 300px;
		display: block;
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/grow-your-business-bubble.png') no-repeat center top transparent;
		margin-top: -30px;
		float: right;
	}
	a.grow-green-button:hover {
		height: 300px;
		width: 300px;
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/grow-your-business-bubble-hover.png') no-repeat center top transparent;
	}
	.left-part img {
		margin-bottom: 34px;
	}
	.left-part h3 {
		font-size: 30px;
		margin-bottom: 0px;
		padding-top: 120px;
		line-height: 36px;
		clear: none;
	}
	.left-part {
		border-right: 0px solid transparent;
		padding-top: 0px;
		min-height: 0px;
	}
	.bottom-portion-right {
		padding-bottom: 32px;
	}
}

@media screen and (max-width: 766px) {
	.grow-right, .grow-left, .start-right, .start-left {
		width: 100%;
		max-width: 100%;
	}
	.bottom-ctas {
		display: block;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 710px) {
	.bottom-portion-right {
		width: 113%;
		margin-left: -40px !important;
	}
}
@media screen and (max-width: 650px) {
	
	.left-part img {
		max-width: 50%;
	}
	.left-part h3 {
		padding-top: 55px;
	}
}
@media screen and (max-width: 640px) { 
	a.start-orange-button, a.grow-green-button {
		float: none;
		margin: 0px auto;
	}
	.bottom-portion-right {
		width: 100%;
		margin-left: 0px !important;
	}
	.left-part h3 {
		padding-top: 20px;
	}
	.left-part img {
		max-width: 100%;
		float: none;
		margin: 0px auto;
	}
}
@media screen and (max-width: 480px) { 
	
	.bottom-portion-right {
		width: 113%;
		margin-left: -32px !important;
		padding-bottom: 32px;
	}
	.page-id-57 .content .slide-content h2, .page-id-62 .content .slide-content h2, .page-id-64 .content .slide-content h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.page-id-57 .content .slide-content, .page-id-62 .content .slide-content, .page-id-64 .content .slide-content {
		width: 85% !important;
	}
}
	
/* About Page Tweaks */
.page-id-72 .wrapper { 
	background-color: #e0e0e0;
}

.page-id-72 .entry-header .entry-title {
	display: none;
}
.page-id-72 .site-content {
	margin: -42px 0px 0px 0px;
}
.page-id-72 .site-content p {
	line-height: 20px;
	margin-bottom: 15px;
}
.about-left { 
	width: 25.95%;
	float: left;
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/about-page-bg.jpg') no-repeat center top transparent;
	color: #ffffff;
	padding-left: 12%;
	padding-right: 12%;
	height: 522px;
	padding-top: 42px;
}
.about-right {
	width: 50%;
	float: right;
	background-color: #e0e0e0;
	height: 522px;
	padding-top: 42px;
}
.about-left img, .about-right img {
	margin-bottom: 0px;
}
.about-left h2, .about-right h2 {
	margin: 0px auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 700;
}
.about-left a,  .about-left a:visited {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 13px;
	max-width: 142px;
	margin: 0px auto;
	color: #fff;
	margin-bottom: 50px;
}
.about-left a:hover {
	background-color: #e1e1e1;
	color: #3c3c3b;
	border: 1px solid #e1e1e1;
}
.about-right h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0px auto;
	text-align: center;
}
.about-right a, .about-right a:visited {
	display: block;
	text-align: center;
	color: #3c3c3b;
	border: 1px solid #3c3c3b;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 13px;
	max-width: 142px;
	margin: 0px auto;
}
.about-widgets .text a,.about-widgets .text a:visited {
	display: block;
	text-align: center;
	background-color: transparent;
	border: 1px solid #3c3c3b;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 12px;
	max-width: 142px;
	color: #3c3c3b;
	float: right;
}
.membership-section-text a,.membership-section-text a:visited {
	display: block;
	text-align: center;
	background-color: transparent;
	border: 1px solid #5c5c5c;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 12px;
	max-width: 142px;
	margin: 0px auto;
	color: #5c5c5c;
}
.staff-text a, .staff-text a:visited {
	text-align: center;
	background-color: transparent;
	border: 1px solid #5c5c5c;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 12px;
	max-width: 142px;
	margin: 0px auto;
	color: #5c5c5c;
	clear: both;
}
.about-right a:hover, .about-widgets .text a:hover {
	background-color: #1d1d1d;
	border: 1px solid #1d1d1d;
	color: #fff;
}
.membership-section-text a:hover {
	background-color: #3c3c3b;
	border: 1px solid #3c3c3b;
	color: #fff;
}
.team-left {
	width: 39.5%;
	float: left;
	border-right: 2px solid #c4c4c4;
	padding-left: 5%;
	padding-right: 5%;
}
.team-right {
	width: 40%;
	float: right;
	padding-left: 5%;
	padding-right: 5%;
}
.about-widgets .widget {
	width: 33.2555555%;
	float: left;
	display: inline;
	background-color: #e0e0e0;
}
.about-widgets h3.widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	font-weight: 700;
	color: #7f7f7f;
	text-align: left;
	margin: 0px auto;
	text-transform: capitalize;
	float: left;
	padding-left: 6.5%;
	line-height: 60px;
	margin-bottom: 20px;
}
.about-widgets .text p {
	padding-right: 7%;
}
.about-widgets #execphp-3 {
	border-right: 2px solid #a3a2a2;
	border-left: 2px solid #a3a2a2;
}
.about-widgets .text a {
	margin-top: 12px;
	margin-bottom: 12px;
}
.about-page-feeds {
	padding-right: 7%;
	padding-left: 7%;
	clear: both;
}
.about-widgets .widget_execphp, .about-widgets .widget_text {
	padding-top: 26px;
}
.about-page-feeds .feed-post-image .featured-image {
	width: 100%;
	height: 196px;
}
.about-page-feeds h4 {
	clear: none;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
	font-style: italic;
}
.about-page-feeds h4 a {
	font-style: normal;
}
.about-page-feeds p {
	margin-top: 8px;
	line-height: 20px;
}
.about-page-feeds h4 a {
	font-size: 21px;
	font-weight: 600;
	text-decoration: none;
	color: #3c3c3b;
}
.about-page-feeds h4 a:hover {
	text-decoration: underline;
}
.about-page-feeds li {
	clear: both;
	margin-bottom: 25px;
	background-color: #f7f7f7;
	min-height: 362px;
}
.about-widgets .widget {
	min-height: 871px;
	padding-bottom: 25px;
}
.membership-section {
	background-color: #f7f7f7;
	clear: both;	
	padding-top: 30px;
	padding-bottom: 15px;
}
.membership-section-text {
	max-width: 735px;
	margin: 0px auto;
}
.membership-section-text p {
	color: #3c3c3b;
	font-size: 16px;
}
.membership-section-text p strong {
	font-size: 21px;
}
.membership-section-text h3 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 14px;
	line-height: 30px;
	color: #3c3c3b;
}
.about-widgets-middle {
	padding: 20px;
}
.page-id-95 form img {
	border-radius: 40px;
}
.page-id-72 .the-event .event-logo, .page-id-76 .the-event .event-logo {
	float: none;
	width: 100%;
	height: 180px;
	margin: 0px auto;
	max-width: none;
	text-align: center;
}
.page-id-72 .the-event .event-logo img, .page-id-76 .the-event .event-logo img {
	max-width: 100%;
	height: 180px;
	
}
.page-id-72 .the-event, .page-id-76 .the-event {
	background-color: #f7f7f7;
	min-height: 362px;
	margin-bottom: 24px;
}
.page-id-72 .the-event hr, .page-id-76 .the-event hr {
	background-color: transparent;
	height: 0px;
}
.page-id-72 .the-event .event-title, .page-id-76 .the-event .event-title {
	padding-left: 20px;
	padding-right: 20px;
}
.page-id-72 .the-event .event-title a, .page-id-76 .the-event .event-title a {	
	padding-left: 0px;
	padding-right: 0px;
	font-size: 21px;
	font-weight: 600;
	color: #3c3c3b;
	text-decoration: none;
	line-height: 21px;
}
.page-id-72 .the-event .event-title a:hover, .page-id-76 .the-event .event-title a:hover {	
	text-decoration: underline;
}
.page-id-72 .the-event .event-start, .page-id-76 .the-event .event-start,
.page-id-72 .the-event .event-venue, .page-id-76 .the-event .event-venue,
.page-id-72 .the-event .event-address, .page-id-76 .the-event .event-address {
	font-size: 16px !Important;
	font-style: italic;
	line-height: 16px !Important;
	padding-left: 20px !Important;
	padding-right: 20px !important;
	margin-bottom: 4px;
}
.page-id-72 .the-event .event-description, .page-id-76 .the-event .event-description {
	font-size: 14px !important;
	line-height: 20px !important;
	padding-left: 20px !Important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	margin-top: 8px !important;
}

/* Get Involved Page */

.about-page-feeds header.page-header { display: none; }
.about-page-feeds header.event-header h2 a { font-size: 21px; font-weight: 600; text-decoration: none; color: #3c3c3b; padding: 20px 20px 0px 20px; }
.about-page-feeds .ee-event-img-dv { text-align: center; margin: 0px auto; height: 196px; background-color: #fff; margin-bottom: 20px; }
.about-page-feeds form { display: none; }
.about-page-feeds .espresso_events { clear: both; margin-bottom: 25px; background-color: #f7f7f7; min-height: 362px; }
.about-page-feeds .espresso-event-list-wrapper-dv { padding: 20px; }
.about-page-feeds .espresso_events li { min-height: initial; }


#post-76 header {
	display: none;
}
#post-76 .entry-content {
	margin-top: -40px;
}
.involved-right {
	width: 25.95%;
	float: right;
	background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/get-involved-right.jpg') no-repeat center top transparent;
	color: #ffffff;
	padding-left: 12%;
	padding-right: 12%;
	height: 522px;
	padding-top: 42px;
}
.involved-left {
	width: 50%;
	float: left;
	background-color: #f7f7f7;
	height: 522px;
	padding-top: 42px;
}
.involved-right h2 {
	margin: 0px auto 15px auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 700;
}
.involved-left h2 {
	margin: 0px auto 15px auto;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 45px;
	font-weight: 700;
	color: #5c5c5c;
}
.involved-left p {
	color: #3c3c3b !important;
	font-size: 16px;
	text-align: center;
}
.involved-left h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 14px;
}
.involved-right a, .involved-right a:visited {
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px 5px 5px 5px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	padding: 13px;
	max-width: 142px;
	margin: 0px auto;
	color: #fff;
	margin-bottom: 50px;
	line-height: 18px;
	margin-top: 46px;
}
.involved-right a:hover {
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
}
.involved-left a:hover {
	text-decoration: none;
}
.involved-sub-left, .involved-sub-right {
	width: 45.5%;
	padding-left: 2%;
	padding-right: 2%;
	float: left;
}

@media screen and (max-width: 1245px) {
	.involved-right h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.involved-left h2 {
		font-size: 45px;
		line-height: 45px;
	}
	.involved-left p {
		font-size: 16px;
		line-height: 20px;
	}
	.involved-left h3 {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 14px;
		margin-top: 0px;
	}
	.involved-right a, .involved-right a:visited {
		font-size: 18px;
		margin-bottom: 50px;
		line-height: 18px;
		margin-top: 46px;
	}
	.involved-left a,.involved-left a:visited {
		font-size: 18px;
		line-height: 18px;
		margin-top: 14px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 900px) {
	.involved-right h2 {
		font-size: 32px;
		line-height: 32px;
	}
	.involved-left h2 {
		font-size: 32px;
		line-height: 32px;
	}
}
	

/*About/Get Involved Responsive Fixes */
@media screen and (max-width: 1850px) {
	.content .slide-content h2 {
		font-size: 60px;
	}
}
@media screen and (max-width: 1720px) {
	.about-widgets .widget {
		width: 33.24%;
	}
}
@media screen and (max-width: 1560px) {
	.about-left, .involved-right {
		padding-left: 5%;
		padding-right: 5%;
		width: 40%;
	}
	.content .slide-content p {
		font-size: 18px;
	}
}
@media screen and (max-width: 1450px) {
	.content .slide-content h2 {
		font-size: 36px;
	}
	.about-widgets .widget {
		width: 33.23%;
	}
	.content .slide-content {
		height: 35% !important;
	}
}
@media screen and (max-width: 1300px) {
	.about-widgets .widget {
		width: 33.22%;
	}
}
@media screen and (max-width: 1200px) {
	.content .slide-content h2, .content .slide-content p {
		margin-bottom: 6px;
	}
	.about-widgets .widget {
		width: 33.2%;
	}
	.content .slide-content {
		height: 40% !important;
	}
}
@media screen and (max-width: 1023px) {
	.content .slide-content {
		left: 2.5% !important;
		width: 90% !important;
		height: 55% !important;
		margin-top: -45px !important;
	}
	.about-left, .involved-right {
		padding-left: 2%;
		padding-right: 2%;
		width: 46%;
	}
	.about-widgets .widget {
		width: 33.15%;
	}
	.about-widgets .text p {
		padding-right: 5%;
		padding-left: 5%;
	}
	.about-page-feeds {
		padding-right: 5%;
		padding-left: 5%;
	}
	.page-id-72 .wrapper {
		background-color: #e0e0e0;
	}
}
@media screen and (max-width: 840px) {
	.about-left, .involved-right { 
		width: 80%;
		padding-left: 10%;
		padding-right: 10%;
		float: none;
		min-height: 480px;
	}
	.about-right, .involved-left {
		width: 100%;
		float: none;
		margin-top: -50px;
	}
}
@media screen and (max-width: 766px) {
	.custom-slider-get-involved {
		display: none;
	}
	.page-id-72  .entry-content {
		margin-top: 64px;
	}
	.about-widgets .widget {
		width: 100%;
		padding-bottom: 0px;
		min-height: 0px;
	}
	.about-widgets #execphp-3 {
		border-right: 0px solid transparent;
		border-left: 0px solid transparent;
	}
	.membership-section {
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-id-72 .site-content {
		margin: -64px 0px 0px 0px;
	}
	.about-widgets h3.widget-title {
		padding-left: 5%;
		padding-right: 5%;
		font-size: 44px !important;
	}
	.about-widgets .widget_execphp {
		padding-top: 15px !important;
	}
	.about-page-feeds li {
		margin-bottom: 10px !important;
	}
}
@media screen and (max-width: 670px) {
	.about-left, .team-left, .team-right, .involved-right {
		width: 90%;
		padding-left: 5%;
		padding-right: 5%;
		border-right: 0px solid transparent;
		border-left: 0px solid transparent;
	}
	.about-right {
		min-height: 985px;
	}
	
}
@media screen and (max-width: 590px) {
	.about-left,  {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		min-height: 630px;
	}
	.involved-right {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
		min-height: 500px;
	}
	.about-right img.size-full, .involved-right img.size-full {
		max-width: 75%;
	}
	.team-left, .involved-sub-left, .team-right, .involved-sub-right {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}
	.involved-left {
		min-height: 735px;
	}
	.workhorse .entry-content .team-pic {
		width: 50% !important;
	}
}
@media screen and (max-width: 480px) {
	.about-left h2, .about-right h2, .about-widgets h3.widget-title {
		margin: 0px auto;
		text-align: center;
		font-family: 'Roboto', sans-serif;
		font-size: 48px;
	}
	.about-left {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/about-page-bg.jpg') repeat-y center top transparent;
	}
	.about-right, .involved-left {
		margin-top: 0px;
	}
}
@media screen and (max-width: 420px) {
	.about-right {
		min-height: 900px;
	}
	.involved-left {
		min-height: 820px;
	}
	.workhorse .entry-content .team-pic {
		width: 100% !important;
	}
}

/* Find Info Page */

.page-id-74 .entry-header {
	display: none !important;
}
.page-id-74 #content {
	max-width: 1512px;
	margin: 0px auto;
}
.page-id-74 {
	font-size: 16px;
	color: #3c3c3b;
}
.page-id-74 h2 {
	font-size: 48px;
	font-weight: 300;
	margin: 0px;
	line-height: 75px;
}
.page-id-74 p {
	margin-bottom: 0px;
}
.page-id-74 h4 {
	margin: 0px;
	font-size: 18px;
	font-weight: 700px;
}
.info-grid {
	float: left;
	text-align: center;
	width: 33%;
	margin-top: 56px;
}
.info-grid p {	
	text-align: justify;
}
.info-grid-interior {
	padding: 40px;
}

/* Find Info Page Responsive */

@media screen and (max-width: 1350px) {
	.info-grid-interior {
		padding: 15px;
	}
	.info-grid-interior h2 {
		font-size: 36px;
		line-height: 40px;
	}
	.info-grid-interior p {
		font-size: 16px;
		line-height: 22px;
	}
	.info-grid-interior h4 {
		font-size: 16px;
		line-height: 22px;
	}
}
@media screen and (max-width: 1023px) {
	.info-grid  {
		width: 50%;
		margin-top: 25px;
	}
}
@media screen and (max-width: 650px) {
	.info-grid  {
		width: 100%;
	}
}
	

/* Team Page */

.workhorse .entry-content .team-pic {
	text-align: center;
	width: 25%;
	float: left;
	margin-bottom: 18px;
}
.workhorse .entry-content .team-pic img {
	margin-bottom: -10px;
}
.workhorse .entry-content .team-pic a {
	color: #3e3e3e;
	text-decoration: none;
	font-size: 18px;
}
.workhorse .entry-content .team-pic a:hover {
	text-decoration: underline;
}
.team-page-left {
	width: 65%;
	float: left;
}
.team-page-right {
	text-align: center;
	width: 35%;
	float: right;
}



/* Workhorse Page */

.workhorse {
	max-width: 1140px;
	margin: 0px auto;
	float: none;
}

.workhorse .page h1.entry-title, .workhorse h1.entry-title a, .single-post h1.entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #7f7f7f;
	margin-bottom: 5px;
}
.page-template-default .wrapper, .page-template .wrapper, .single-post .wrapper, .blog .wrapper, .category .wrapper {
	background-color: #e0e0e0;
}
.template-front-page .wrapper {
	background-color: transparent;
}
.workhorse .page .entry-header {
	margin-top: 18px;
	margin-bottom: -2px;
}
.workhorse .entry-content {
	color: #3c3c3b;
	font-size: 16px;
	line-height: 26px;
	background-color: #f7f7f7;
	padding: 25px 50px;
}
.workhorse .widget-area .widget h3 {
	width: 91.9%;
	text-align: left;
	color: #5c5c5c;
	background-color: #f7f7f7;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 300;
	text-transform: none;
	padding: 15px;
	line-height: 40px;
	border-bottom: 2px solid #a3a2a2;
}
.workhorse .widget-area .widget h3.rpwe-title {
	border-bottom: 0px solid transparent;
	line-height: 30px;
}
.rpwe-time {
	font-size: 18px !important;
	color: #5c5c5c !important;
	padding-left: 15px;
}
.rpwe-block ul {
	margin-top: 15px;
}
.see-all {
	margin-left: 15px;
}
#primary.workhorse  {
	float: left;
	max-width: 75%;
}
.workhorse .site-content {
	margin-top: 0px;
}
.workhorse .entry-header img.wp-post-image {
	margin-bottom: 0px;
	width: 100%;
}
.workhorse .widget-area {
	margin-top: 80px;
}

/* Communities Section */ 
.communities-why {
	background-color: #fff;
	padding: 20px;
}
.communities-why h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 36px !important;
	line-height: 48px !important;
	font-weight: 700;
	color: #7f7f7f;
	text-align: center;
	margin: 0px auto;
}
.parent-pageid-104 p, .parent-pageid-104 li {
	font-size: 14px;
	font-weight: normal;
}
.parent-pageid-104 h3 {
	font-size: 24px;
	line-height: 24px;
}
.parent-pageid-104 h2 {
	font-size: 36px;
	line-height: 36px;
}
.widget-area #text-8 a {
	font-size: 14px !important;
	line-height: 28px;
}
.widget-area .widget table {
	width: 100%;
}
.widget-area .widget table tr td {
	padding: 2px 12px;
	background-color: #fff;
	border: 1px solid #a3a2a2;
}
span.rotator, span.pause.active, span.mask.move, .parent-pageid-104 ul.orbit-bullets {
	display: none !important;
}
.page-id-91 td {
	border-top: 0px solid transparent;
	border-bottom: 1px solid #ededed;
	padding: 15px;
	vertical-align: top;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0px !important;
}

/* Members Page */

.member-logo {
	float: left;
	max-width: 150px;
	height: 140px;
	margin-right: 20px;
	margin-top: 15px;
}
.member-logo img {
	width: 100%;
}
.member-name {
	font-size: 21px;
	font-weight: 600;
}
.member-industry .industry-title {
	float: left;
	font-weight: 700;
	margin-right: 8px;
}
.member-contact .wpcf-field-contact-name, .member-contact .contact-seperator {
	float: left;
}

/* News/Blog Feeds */

.entry-header img {
	max-height: 270px;
}
.workhorse .post .entry-header {
	margin-top: 18px;
	margin-bottom: -2px;
}
.workhorse .page .archive-header h1.archive-title {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #7f7f7f;
	margin-bottom: -20px;
	text-transform: capitalize;
}
.archive-header {
	padding-bottom: 0px;
	border-bottom: 2px solid #a3a2a2;
}
.navigation {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.wp-paginate .current {
	background-color: #3c3c3b !important;
	border: 1px solid #3c3c3b !important;
}

/* Events Sections */
#event-list hr {
	padding: 0px;
	clear: both;
	margin: 10px 0px;
}
.event-title {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	line-height: 29px;
}
.event-start, .event-venue, .event-address {
	font-size: 18px !important;
	line-height: 34px !important;
	display: block;
	padding-right: 15px !important;
	padding-left: 15px !important;
	font-family: Roboto, sans-serif !important;
	color: #444 !important;
}
.event-description, .event-description p, .event-description p span, .event-description ul li, .event-description ul li span {
	font-size: 16px !important;
	line-height: 20px !important;
	display: block;
	padding: 0px !important;
	margin: 0px !important;
	font-family: Roboto, sans-serif !important;
	color: #444 !important;
}
#execphp-5 .event-logo, #execphp-5 .event-description {
	display: none;
}
.event-logo {
	float: left;
	max-width: 150px;
	height: 260px;
	margin-right: 20px;
	margin-top: 15px;
}
.site-content .event-title a {
	font-size: 21px;
	font-weight: 600;
	text-decoration: none;
	color: #3C3C3B;
}
.site-content .event-title a:hover {
	text-decoration: underline;
}
.widget-area .widget.widget_black_studio_tinymce li {
	border-bottom: 0px solid transparent;
	font-size: 16px;
}
.widget-area .widget.widget_black_studio_tinymce p {
	font-size: 16px;
}
.entry-content.feed {
	margin-bottom: 30px;
}
.wp-post-image img {
	width: 100%;
	margin-bottom: -2px;
	max-height: 270px;
}
h1.entry-title a {
	text-decoration: none;
}
h1.entry-title a:hover {
	text-decoration: underline;
}
/* Membership Page Main */

.membership-icons {
	float: left;
	text-align: center;
	font-weight: 600;
	width: 23%;
	margin-bottom: 30px;
	margin-right: 10px;
}
.membership-icons.bronze {
	clear: both;
}
.membership-icons h3 {
	font-size: 24px;
	font-weight: 300;
	margin: 0px;
	line-height: 24px;
}

@media screen and (max-width: 1023px) {
	.membership-icons {
		width: 47%;
		margin-right: 10px;
		min-height: 250px;
	}
	.membership-icons.bronze {
		clear: none;
	}
	.member-logo {
		float: none;
		max-width: 100%;
		height: auto;
		margin-right: 0px;
		margin-top: 0px;
	}
	.member-logo img {
		width: auto;
	}		
}
@media screen and (max-width: 767px) {
	.membership-icons {
		width: 23%;
		margin-right: 10px;
		min-height: 250px;
	}
	.membership-icons.bronze {
		clear: both;
	}
}
@media screen and (max-width: 675px) {
	.membership-icons {
		width: 47%;
		margin-right: 10px;
		min-height: 250px;
	}
	.membership-icons.bronze {
		clear: none;
	}
}
@media screen and (max-width: 500px) {
	.membership-icons {
		width: 98%;
		margin-right: 0px;
		min-height: 0px;
	}
	.membership-icons.bronze {
		clear: none;
	}
}

/* Move, Start, Grow Fixes */

.page-id-57 .number div {
	max-width: 50%;
}

.page-id-108 hr, .page-id-2343 hr, .page-id-2349 hr, .page-id-2354 hr {
	clear: both;
}
.communities-bubble {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
.communities-bubble a img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}
.orbit>div {
	text-align: center;
}
@media screen and (min-width: 1950px) {
	#fsi-full-bg img {
		zoom: 1.5;
	}
}
/*Event Espresso Tweaks */
.single-espresso_events .workhorse .entry-header img.wp-post-image, .post-type-archive-espresso_events .workhorse .entry-header img.wp-post-image { width: auto; }
.single-espresso_events .workhorse .entry-header, .post-type-archive-espresso_events .workhorse .entry-header { text-align: center; }
.single-espresso_events .workhorse .entry-header .entry-title, .post-type-archive-espresso_events .workhorse .entry-header .entry-title { text-align: left; }
.widget-area .widget li li { border-bottom: 0px solid transparent; }
	
/* Workhorse Responsive Fixes */
@media screen and (max-width: 1250px) {
	.workhorse {
		padding-left: 20px;
		padding-right: 20px;
	}
@media screen and (max-width: 766px) {
	.workhorse .page h1.entry-title {
		width: 100%;
	}
	#primary.workhorse-body {
		width: 100%;
		float: none;
	}
	.workhorse .widget-area {
		width: 100%;
		float: none;
	}
}


	


/* General Responsive Fixes */

@media screen and (max-width: 1320px) {
	.bubble {
		padding-left: 12px;
		padding-right: 12px;
		width: 31%;
		text-align: center;
		float: left;
		padding-top: 550px;
		height: 316px;
	}
}
@media screen and (max-width: 1100px) {
	.bubble.move {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/movebubblesmall.png') no-repeat 50% 39% transparent;
	}
	.bubble.move:hover, .bubble.move.hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/movehoverbubblesmall.png') no-repeat 50% 39% #076194;
	}
	.bubble.start {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/startbubblesmall.png') no-repeat 50% 39% transparent;
	}
	.bubble.start:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/starthoverbubblesmall.png') no-repeat 50% 39% #e55d13;
	}
	.bubble.grow {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/growbubblesmall.png') no-repeat 50% 39% transparent;
	}
	.bubble.grow:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/growhoverbubblesmall.png') no-repeat 50% 39% #0c9345;
	}
	.bubble {
		padding-left: 12px;
		padding-right: 12px;
		width: 30.5%;
	}
}
@media screen and (max-width: 865px) {
	.bubble {
		padding-left: 67px;
		padding-right: 67px;
		width: 371px;
		text-align: center;
		padding-top: 475px;
		height: 125px;
		float: none;
		margin: 0px auto;
	}
	.bubble.move, .bubble.move:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/movebubblenewhover.png') no-repeat 50% 45% #076194;
		color: #ffffff;
		margin-top: -112px;
	}
	.bubble.start, .bubble.start:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/startbubblenewhover.png') no-repeat 50% 45% #e55d13;
		color: #ffffff;
		margin-top: -100px;
	}
	.bubble.grow, .bubble.grow:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/growbubblenewhover.png') no-repeat 50% 45% #0c9345;
		color: #ffffff;
		margin-top: -100px;
	}
	.home .entry-content h2 {
		font-size: 23.25px;
		margin-top: 0px;
	}
	.home .entry-content {
		margin-top: 16px;
	}
	.bubble a, .bubble a:hover {
		display: block;
		text-align: center;
		background-color: #ffffff;
		border: 0px;
		border-radius: 5px 5px 5px 5px;
		text-transform: lowercase;
		text-decoration: none;
		font-size: 20px;
		font-weight: 700;
		padding: 12px;
		max-width: 142px;
		margin: 0px auto;
	}
	.bubble:hover a:hover {
		background-color: #e1e1e1;
	}
	.move-bottom {
		width: 0;
		height: 0;
		border-left: 253px solid transparent;
		border-right: 253px solid transparent;
		border-top: 100px solid #076194;
		margin: 0px auto;
		position: relative;
		z-index: 99;
	}
	.start-bottom {
		width: 0;
		height: 0;
		border-left: 253px solid transparent;
		border-right: 253px solid transparent;
		border-top: 100px solid #e55d13;
		margin: 0px auto;
		position: relative;
		z-index: 99;
	}
	.grow-bottom {
		width: 0;
		height: 0;
		border-left: 253px solid transparent;
		border-right: 253px solid transparent;
		border-top: 100px solid #0c9345;
		margin: 0px auto;
	}
}
@media screen and (max-width: 525px) {
	.home .entry-content h2 {
		font-size: 18px;
	}
	.bubble {
		padding-left: 15px;
		padding-right: 15px;
	}
	.move-bottom, .start-bottom, .grow-bottom {
		border-left: 200px solid transparent;
		border-right: 200px solid transparent;
	}
@media screen and (max-width: 425px) {
	.home .entry-content h2 {
		font-size: 14px;
	}
	.bubble {
		padding-left: 0px;
		padding-right: 0px;
	}
	.move-bottom, .start-bottom, .grow-bottom {
		border-left: 185px solid transparent;
		border-right: 185px solid transparent;
	}
}
@media screen and (max-width: 390px) {
	.bubble {
		width: 320px;
		padding-top: 370px;
		height: 140px;
	}
	.bubble.move, .bubble.move:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/movehoverbubblesmall.png') no-repeat 50% 45% #076194;
		color: #ffffff;
		margin-top: -112px;
	}
	.bubble.start, .bubble.start:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/starthoverbubblesmall.png') no-repeat 50% 45% #e55d13;
		color: #ffffff;
		margin-top: -100px;
	}
	.bubble.grow, .bubble.grow:hover {
		background: url('https://www.edcoinfo.com/wp-content/uploads/2014/04/growhoverbubblesmall.png') no-repeat 50% 45% #0c9345;
		color: #ffffff;
		margin-top: -100px;
	}
	.move-bottom, .start-bottom, .grow-bottom {
		border-left: 160px solid transparent;
		border-right: 160px solid transparent;
	}
	.bubble.move, .bubble.move:hover {
	
	}
}


#zaposphere-table-broadway { background: transparent; font:300 14px/1.5em Arial, sans-serif; color:#666; border-collapse:separate; border-spacing:0; margin:20px 0; }
#zaposphere-table-broadway caption { font:600 14px/1.5em Arial, sans-serif; text-transform:none; text-align:center; padding:5px 7px 14px; }
#zaposphere-table-broadway td:nth-child(odd) { background:#eee; }
#zaposphere-table-broadway td:nth-child(even) { background:transparent; }
#zaposphere-table-broadway thead td:nth-child(odd) { background:#4d4d4d !important; }
#zaposphere-table-broadway thead td { background:#555 !important; font:600 14px/1.5em Arial, sans-serif; color:#eee; text-transform:none; letter-spacing:0; padding:9px 7px; text-align:center; vertical-align:top; }
#zaposphere-table-broadway td { font:300 14px/1.5em Arial, sans-serif; text-align:center; vertical-align:top; padding:9px 7px; }
#zaposphere-table-broadway thead td p { font:600 1em/1.5em Arial, sans-serif; color:#666; }
#zaposphere-table-broadway td p { font:300 1em/1.5em Arial, sans-serif; color:#666; }




