/**********************/
/* Global Settings    */
a, a:link {
	color: #0073BE;
}

a:hover {
	color: #1ec642;
}

a:active {
	color: grey;
}

/********************************/
/* Home Page Width             */
div#sidebar-right {
	width: 300px !important;
}
.flexslider .slides img {
	height: auto !important;
}
@media only screen and (max-width: 480px) {
	div#sidebar-right {
		width: 100% !important;
		float: left;
	}
	
	div.essb_displayed_top {
		width: 12% !important;
	}
	
	#all_content.boxed_width .inner {
		float: left;
	}
}

div.grid_shadow_box h2.grid_title a {
	color: white !important;
	text-shadow: 2px 2px black;
	font-size: 120%;
	line-height: .8;
}

div.grid_shadow_box h2.grid_title {
	line-height: 1.2;
}

div.grid_shadow_box h2.grid_title {
	width: 80% !important;
}

div#title_box_center {
	text-align: left !important;
}

/*************************************/
/* Home Page Slider                  */
ul.slides li {
	display: block !important;
}

div.flexslider {
	margin-bottom: 20px !important;
}

div.flex-caption {
	font-size: 125%;
}

div.flex-caption h2.post-title {
	font-size: 150%;
	text-transform: uppercase;
}

/*************************************/
/* Archive Page                      */
li.archive_ul_li img {
	width: 650px !important;
	height: auto !important;
}

/*************************************/
/* Category Page Styling             */
div#main_content div#content {
	width: 710px;
}

div#main_content div#content div.index_inner div.post {
	width: 335px;
}

/*************************************/
/* EVENT CALENDAR - CALENDAR PAGE    */
a.tribe-events-button {
	color: white !important;
}

h3.tribe-events-month-event-title {
	font-size: 95% !important;
}

td.tribe-events-present > div > a {
	color: white !important;
}

.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}

/***************************/
/* EVENT CALENDAR - WIDGET */
div.tribe-mini-calendar-event h2.entry-title {
	font-size: 110% !important;
}

div.tribe-mini-calendar-event div.duration {
	font-size: 90% !important;
}

div.tribe-mini-calendar-event div.location {
	font-size: 90% !important;
}

p.tribe-events-widget-link {
	font-size: 130%;
}

/*****************************/
/* Menu Social Icons - Fix Display */
li.social-icon i {
	font-size: 170% !important;
	color: black !important;
	display: inline-block !important;
}

li.social-icon i:hover {
	font-size: 170% !important;
	color: rgb(15,117,188) !important;
	display: inline-block !important;
}

/*********************************************/
/* Easy Social Sharing Buttons - Fix Display */
div.essb_displayed_top {
	float: right;
	margin-top: -60px !important;
}

div.post_meta_line {
	width: 100% !important;
	float: left;
}

div.essb_displayed_bottom {
	margin-top: 0 !important;
}

/*********************************************/
/* Simple Post Widget - Front Page           */
div.simple_post h2.simple_title {
	font-size: 130% !important;
}

/************************************************/
/* AJAX Load More Widget - Front Page           */
div#ajax-load-more div.alm-reveal h3 {
	text-transform: uppercase;
	font-size: 135%;
	line-height: 1.2;
	margin-bottom: 5px;
}

div#ajax-load-more div.alm-reveal p.entry-meta {
	font-weight: bold;
}

div#ajax-load-more div.alm-reveal img {
	margin-top: 3px !important;
}

div#ajax-load-more div.alm-listing div.alm-reveal:nth-child(n+2) {
	margin-top: 40px;
}

/********************************************/
/* Sidebar Ad Styles                        */
div.textwidget img {
	width: 100%;
}

div.sidebar-ad-caption {
	background-color: #008795 !important;
	padding: 10px;
	color: white;
	line-height: 1;
	text-transform: none;
	text-align: center;
	margin-top: -40px !important;
	width: 100%px;
}

span.sidebar-ad-save, span.sidebar-ad-code {
	text-align: center;
	font-weight: bold;
	color: yellow;
}

/*******************************************/
/* MailChimp Sidebar Full Subscribe Widget */
div.sidebar-with-border {
	border: 1px solid rgb(204,204,204);
}

div.sidebar-subhead {
	color: red;
	padding-bottom: 10px;
}

label.mce-EMAIL {
	color: rgb(88,88,88) !important;
	display: block !important;
	text-align: left;
	margin-bottom: 0;
	font-size: 80%;
}

input.mc-sidebar-email {
	padding: 2px;
	padding-left: 7px;
}

input.mc-sidebar-submit {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
}

div.sidebar-with-border div.response a {
	font-size: 85% !important;
}

/*******************************************/
/* MailChimp Sidebar Subscribe Button      */
button#wbounce-fire-manually {
	width: 100%;
	background-color: rgb(15,117,188);
	color: white;
	cursor: auto !important;
	padding: 10px;
	font-size: 125%;
	font-weight: bold;
}

button#wbounce-fire-manually:hover {
	background-color: #444444;
}

button#wbounce-fire-manually:active {
	background-color: #1ec642;
}

/*******************************************/
/* wBounce MailChimp Subscribe Popup       */
div.wbounce-footer {
	clear: left;
	color: red !important;
	padding-top: 0;
}

button.wbounce_close_button {
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0;
}

div#mce-error-response {
	color: red;
	font-weight: bold;
	border: 1px solid red;
}

div#mce-success-response {
	color: #1ec642;
	font-weight: bold;
	border: 1px solid #1ec642;
}

div.response a:link {
	display: block !important;
	color: rgb(0,115,190) !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

div.response a:hover {
	display: block !important;
	color: #1ec642 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

div.response a:active {
	display: block !important;
	color: #eeeeee !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

div.response a {
	display: block !important;
	background-color: transparent !important;
	color: rgb(0,115,190) !important;
}

div.modal-footer {
	padding: 0 !important;
	margin: 0 !important;
}

div#subscribe-to-lists {
	clear: both;
}

input#mce-EMAIL {
	color: rgb(88,88,88);
}

button#wbounce-fire-manually {
	font-size: 140% !important;
	line-height: 1.2 !important;
	padding: 8px;
}

img#MTB_Logo {
	float: left;
	margin-right: 40px;
}

div#mc_embed_signup {
	padding: 30px !important;
}

div#mc_embed_signup div.caption-right {
	font-weight: bold;
	font-size: 150%;
}

div#wbounce-modal-sub {
	width: 800px !important;
}

div#mc_embed_signup div.caption-right {
	font-weight: bold;
	font-size: 150%;
}

div#mc_embed_signup em {
	color: rgb(15,117,188) !important;
}

div#mc-subscribe-line-1 {
	vertical-align: middle !important;
	margin-top: -15px;
	margin-bottom: 20px;
}

div#mc-subscribe-line-1 label[for=mce-EMAIL] {
	font-weight: bold;
	font-size: 120%;
	display: inline-block !important;
	vertical-align: middle !important;
}

div#mc-subscribe-line-1 input#mce-EMAIL {
	padding: 5px;
	display: inline-block !important;
	vertical-align: middle !important;
	width: 250px;
	margin-right: 15px;
}

input#mc-embedded-subscribe {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 25px;
}

div.after-no-spam {
	display: inline-block !important;
	vertical-align: middle !important;
	font-weight: bold;
}

img#nospam {
	width: 60px;
	height: 60px;
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 5px;
}

div#mc-subscribe-line-2 {
	vertical-align: middle !important;
	margin-bottom: 20px;
}

div#mce-responses {
	margin-top: 15px;
}

/***************************************/
/* Single Post View Styling            */
div#sidebar-footer {
	padding: 0 !important;
	line-height: 0;
	margin: 0;
}

div#footer_box {
	padding: 0 !important;
	margin: 3px;
}

div#footer_box div.inner {
	padding: 0 !important;
	margin-top: 0 !important;
}

div#mtb-footer {
	width: 100%;
}

div#sidebar-footer div.footer-widget {
	width: 100%;
}

div#sidebar-footer div.textwidget {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

div#mtb-footer div.footer-logo {
	float: left;
	margin-right: 10px;
}

div#mtb-footer img.footer-logo {
	width: 100%;
}

div#mtb-footer div.footer-left {
	width: 45%;
	padding: 10px;
	display: inline-block;
	line-height: 1.2;
	font-size: 80%;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

div#mtb-footer div.footer-logo {
	width: 80px;
	margin-right: 10px;
	float: left;
}

div#mtb-footer div.footer-right {
	width: 50%;
	padding: 10px;
	display: inline-block;
	margin-top: 0 !important;
	padding-top: 0 !important;
	text-align: right;
}

/* Footer Layout */
.footer-left {
	float: left;
	padding-top: 5px;
}

.footer-right {
	float: right;
}

#sidebar-footer .galcolumn {
	width: 100% !important;
}

@media only screen and (max-width: 480px) {
	.footer-left {
		width: 100% !important;
		float: none;
	}
	
	.footer-right {
		width: 100% !important;
		text-align: left !important;
		float: none;
	}
}

/* Content */
@media only screen and (max-width: 480px) {
	.alm-listing li img {
		position: relative !important;
	}
	
	.alm-listing li {
		padding: 0 !important;
	}
}

/* Content Listing */
@media only screen and (min-width: 768px) {
	.archive .post, .search-results .post {
		margin-right: 25px !important;
	}
}

/* AJAX Load More */
div.alm-reveal li img {
	width: 150px;
	height: auto;
}

/* Single Post View */
div.single_title h1 {
	font-size: 200% !important;
}

/* Fix Problem with AC Pagination */
div.single_text > p > br {
	display: none;
}

li.acp_previous_page {
	float: left !important;
	width: 320px !important;
}

li.acp_next_page {
	float: right !important;
	width: 320px !important;
}

div.acp_img_container {
	margin-right: 9px;
}

/* For Finalist Announcements */
table.finalists td {
	vertical-align: top;
}

table.finalists img.portrait-image {
	width: 15em;
}

table.finalists div.submission-title {
	font-weight: bold;
	font-size: 120%;
}

table.finalists div.submitter-name {
	font-weight: bold;
	font-size: 110%;
	margin-top: 15px;
}

table.finalists div.submitter-name a {
	color: black !important;
}

table.finalists div.submitter-name a:hover {
	color: #0073be !important;
}

table.finalists div.submitter-title {
	color: black;
}

/***************************************/
/* Popular Posts Tabbed Widget         */
div#pptwj-2 ul.tab-links {
	display: none !important;
}

div#pptwj-2 div.right-heading {
	margin-bottom: 0;
}

div#pptwj-2 div.pptwj-tabs-wrap {
	padding-top: 0 !important;
}

div#pptwj-2 ul.tab-filter-list {
	background: transparent;
}

div#pptwj-2 ul.list li {
	line-height: 1.3 !important;
	font-size: 115%;
}

div#pptwj-2 ul.list a {
	background-image: none !important;
	padding-left: 0;
}

div#pptwj-2 span.meta {
	display: block;
	margin-top: 5px;
}

/*************************************/
/* Events                            */
div.tribe-events-event-image {
	display: none;
}

.tribe-events-schedule h3 {
	padding-bottom: 10px !important;
}

/**********************************/
/* Latest Posts Sidebar Widget    */
ul.tab-filter-list a {
	color: #0073be !important;
	font-weight: bold;
}

/**********************************/
/* WP-POLLS                       */
div.wp-polls-ans input[type="button"] {
	padding: 10px;
	background-color: #0073be;
	color: white;
	font-weight: bold;
	font-size: 150%;
}

ul.wp-polls-ul li {
	margin-bottom: 20px;
}

/******************************************/
/* YOP-POLLS                              */
div.yop-poll-container {
	width: 100% !important;
}

div[class*="yop-poll-question"] {
	font-weight: bold !important;
	font-size: 125% !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

li[class*="yop-poll-li-answer"] {
	text-indent: -30px !important;
	margin-left: 40px !important;
}

input[name*="yop_poll_answer"] {
	display: inline !important;
}

label[for*="yop-poll-answer"] {
	display: inline !important;
	padding-left: 10px;
}

li[class*="yop-poll-li-custom"] {
	margin-top: 15px !important;
}

input[class*="yop-poll-customfield-3"],
input[class*="yop-poll-customfield-1"],
input[class*="yop-poll-customfield-2"] {
	height: 30px;
	padding-left: 7px;
	border-radius: 5px;
	background-color: #EEEEEE;
}

button.yop_poll_vote_button {
	font-size: 130% !important;
	color: white;
	font-weight: bold;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	background-color: #0073be;
}

button.yop_poll_vote_button:hover {
	background-color: #777777;
}

button.yop_poll_vote_button:active {
	background-color: #1ec642;
}

div.poll-post-note {
	width: 100%;
	font-size: 90%;
	line-height: 1.3;
	font-style: italic;
}

div[id*="yop-poll-results"] {
	display: none;
}

div.yop-poll-container-success {
	font-size: 200% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.yop-poll-container-error {
	font-size: 200% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.logos {
	vertical-align: middle;
	text-align: center;
}

div.logos a {
	display: inline-block !important;
}

div.logos img {
	width: 120px;
	vertical-align: middle;
	display: inline-block !important;
	padding-left: 10px;
	padding-right: 10px;
}

div.logos img.wp-image-14820 {
	width: 180px;
}

body.page-id-14975 h1,
body.page-id-14728 h1,
body.page-id-14857 h1 {
	font-size: 130% !important;
	text-align: center;
}

body.page-id-14975 div.single_thumbnail,
body.page-id-14728 div.single_thumbnail,
body.page-id-14857 div.single_thumbnail {
	display: none;
}

/**********************************/
/* TrendMD Style                  */
body.single-tribe_events div#trendmd-suggestions {
	display: none;
}

body.page-id-15165 div#trendmd-suggestions {
	display: none;
}

body.page-id-9609 div#trendmd-suggestions {
	display: none;
}

/*****************************/
/* Ninja Forms               */
input.ninja-forms-field[type="submit"] {
	font-size: 22px;
	text-align: center;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
}

div.ninja-forms-response-msg {
	color: white;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 0;
	line-height: 1.5;
}

div.ninja-forms-response-msg p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

div.ninja-forms-success-msg {
	background-color: green !important;
	border: 1px solid black !important;
}

input.ninja-forms-field[type='text'],
input.ninja-forms-field[type='number'],
textarea.ninja-forms-field {
	padding: 7px !important;
}

input#ninja_forms_field_64 {
	width: 90%;
}

input#ninja_forms_field_67 {
	width: 85%;
}

div#ninja_forms_field_68_div_wrap,
div#ninja_forms_field_69_div_wrap,
div#ninja_forms_field_70_div_wrap,
div#ninja_forms_field_71_div_wrap,
div#ninja_forms_field_72_div_wrap,
div#ninja_forms_field_73_div_wrap {
	display: inline !important;
	float: left;
}

div#ninja_forms_field_68_div_wrap,
div#ninja_forms_field_71_div_wrap {
	margin-right: 10px;
}

div#ninja_forms_field_70_div_wrap,
div#ninja_forms_field_73_div_wrap {
	margin-top: -6px;
}

div#ninja_forms_field_85_div_wrap,
div#ninja_forms_field_81_div_wrap {
	clear: both;
}

div#ninja_forms_field_81_div_wrap,
div#ninja_forms_field_84_div_wrap,
div#ninja_forms_field_89_div_wrap {
	font-weight: bold;
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 0 !important;
	line-height: 1;
	border-top: 1px solid black;
	padding-top: 10px;
}

div#ninja_forms_field_90_div_wrap {
	font-size: 125%;
	margin-top: -10px !important;
	margin-bottom: 40px;
}

input#ninja_forms_field_74,
input#ninja_forms_field_75 {
	width: 80%;
}

input#ninja_forms_field_76 {
	width: 40%;
}

input#ninja_forms_field_82,
input#ninja_forms_field_79 {
	width: 60%;
}

/************************************/
/* The Events Calendar              */
div#tribe-community-events input[type="text"] {
	padding: 6px;
	font-size: 105%;
	color: #1774C2;
}

div#tribe-community-events input[type="file"] {
	padding: 10px;
	font-size: 110%;
}

div#tribe-community-events input[type="button"],
div#tribe-community-events input[type="submit"],
div#tribe-community-events button#tribe-add-recurrence {
	padding: 10px;
	font-size: 110%;
}

div#tribe-community-events input[type="checkbox"] {
	transform: scale(1.5);
}

select#EventCurrencyPosition {
	display: none;
}

tr.website input,
div#event_custom input[type="text"],
tr.venue input {
	width: 100% !important;
}

div#tribe-community-events input[type="submit"] {
	background-color: #1774C2;
	color: white;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}

/******************************************************/
/* Specific to post 15318 10 Healthcare Transformers  */
body.postid-15318 div.single_text br {
	display: none;
}

body.postid-15318 div.right-heading h3 {
	height: auto;
	line-height: 1.4;
}

div.subhead {
	font-weight: bold !important;
	font-size: 140% !important;
	margin-bottom: 15px;
}

/********************************************/
/* 40 Under 40 Healthcare Innovators (2016) */
img.forty-under-forty {
	width: 250px !important;
}

span.forty-under-forty-name {
	font-size: 200%;
	font-weight: bold;
	display: block;
	margin-top: -30px !important;
	color: #0073be;
	color: white;
	background-color: #0073be;
	width: 97.5%;
	padding: 10px;
}

span.forty-under-forty-affiliation {
	font-size: 130%;
	font-weight: bold;
	display: block;
	margin-top: -30px !important;
	margin-bottom: 0 !important;
	color: white;
	background-color: #0073be;
	width: 97.5%;
	padding: 10px;
	padding-top: 5px;
}

/********************************************/
/* Fix for Stickey Posts                    */
ul.slides li:nth-child(2) img {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
}

ul.slides li:nth-child(2) {
	font-size: 90%;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #dddddd;
}

ul.slides li:nth-child(2) {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #dddddd;
}

ul.slides li:nth-child(2) h2.post-title {
	font-size: 150%;
	margin-top: 5px;
}

ul.slides li:nth-child(2) p:last-child {
	padding-bottom: 7px !important;
}

/*
	CSS Migrated from Jetpack:
*/

/**********************/
/* Global Settings    */
a, a:link {
	color: #0073BE;
}

a:hover {
	color: #1ec642;
}

a:active {
	color: grey;
}

/********************************/
/* Home Page Width             */
div#sidebar-right {
	width: 300px !important;
}

@media only screen and (max-width: 480px) {
	div#sidebar-right {
		width: 100% !important;
		float: left;
	}
	
	div.essb_displayed_top {
		width: 12% !important;
	}
	
	#all_content.boxed_width .inner {
		float: left;
	}
}

div.grid_shadow_box h2.grid_title a {
	color: white !important;
	text-shadow: 2px 2px black;
	font-size: 120%;
	line-height: .8;
}

div.grid_shadow_box h2.grid_title {
	line-height: 1.2;
}

div.grid_shadow_box h2.grid_title {
	width: 80% !important;
}

div#title_box_center {
	text-align: left !important;
}

/*************************************/
/* Home Page Slider                  */
ul.slides li {
	display: block !important;
}

div.flexslider {
	margin-bottom: 20px !important;
}

div.flex-caption {
	font-size: 125%;
}

div.flex-caption h2.post-title {
	font-size: 150%;
	text-transform: uppercase;
}

/*************************************/
/* Archive Page                      */
li.archive_ul_li img {
	width: 650px !important;
	height: auto !important;
}

/*************************************/
/* Category Page Styling             */
div#main_content div#content {
	width: 710px;
}

div#main_content div#content div.index_inner div.post {
	width: 335px;
}

/*************************************/
/* EVENT CALENDAR - CALENDAR PAGE    */
a.tribe-events-button {
	color: white !important;
}

h3.tribe-events-month-event-title {
	font-size: 95% !important;
}

td.tribe-events-present > div > a {
	color: white !important;
}

.tribe-events-month #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next a, .tribe-events-month #tribe-events-header .tribe-events-sub-nav li {
	display: block;
}

/***************************/
/* EVENT CALENDAR - WIDGET */
div.tribe-mini-calendar-event h2.entry-title {
	font-size: 110% !important;
}

div.tribe-mini-calendar-event div.duration {
	font-size: 90% !important;
}

div.tribe-mini-calendar-event div.location {
	font-size: 90% !important;
}

p.tribe-events-widget-link {
	font-size: 130%;
}

/*****************************/
/* Menu Social Icons - Fix Display */
li.social-icon i {
	font-size: 170% !important;
	color: black !important;
	display: inline-block !important;
}

li.social-icon i:hover {
	font-size: 170% !important;
	color: rgb(15,117,188) !important;
	display: inline-block !important;
}

/*********************************************/
/* Easy Social Sharing Buttons - Fix Display */
div.essb_displayed_top {
	float: right;
	margin-top: -60px !important;
}

div.post_meta_line {
	width: 100% !important;
	float: left;
}

div.essb_displayed_bottom {
	margin-top: 0 !important;
}

/*********************************************/
/* Simple Post Widget - Front Page           */
div.simple_post h2.simple_title {
	font-size: 130% !important;
}

/************************************************/
/* AJAX Load More Widget - Front Page           */
div#ajax-load-more div.alm-reveal h3 {
	text-transform: uppercase;
	font-size: 135%;
	line-height: 1.2;
	margin-bottom: 5px;
}

div#ajax-load-more div.alm-reveal p.entry-meta {
	font-weight: bold;
}

div#ajax-load-more div.alm-reveal img {
	margin-top: 3px !important;
}

div#ajax-load-more div.alm-listing div.alm-reveal:nth-child(n+2) {
	margin-top: 40px;
}

/********************************************/
/* Sidebar Ad Styles                        */
div.textwidget img {
	width: 100%;
}

div.sidebar-ad-caption {
	background-color: #008795 !important;
	padding: 10px;
	color: white;
	line-height: 1;
	text-transform: none;
	text-align: center;
	margin-top: -40px !important;
	width: 100%px;
}

span.sidebar-ad-save, span.sidebar-ad-code {
	text-align: center;
	font-weight: bold;
	color: yellow;
}

/*******************************************/
/* MailChimp Sidebar Full Subscribe Widget */
div.sidebar-with-border {
	border: 1px solid rgb(204,204,204);
}

div.sidebar-subhead {
	color: red;
	padding-bottom: 10px;
}

label.mce-EMAIL {
	color: rgb(88,88,88) !important;
	display: block !important;
	text-align: left;
	margin-bottom: 0;
	font-size: 80%;
}

input.mc-sidebar-email {
	padding: 2px;
	padding-left: 7px;
}

input.mc-sidebar-submit {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
}

div.sidebar-with-border div.response a {
	font-size: 85% !important;
}

/*******************************************/
/* MailChimp Sidebar Subscribe Button      */
button#wbounce-fire-manually {
	width: 100%;
	background-color: rgb(15,117,188);
	color: white;
	cursor: auto !important;
	padding: 10px;
	font-size: 125%;
	font-weight: bold;
}

button#wbounce-fire-manually:hover {
	background-color: #444444;
}

button#wbounce-fire-manually:active {
	background-color: #1ec642;
}

/*******************************************/
/* wBounce MailChimp Subscribe Popup       */
div.wbounce-footer {
	clear: left;
	color: red !important;
	padding-top: 0;
}

button.wbounce_close_button {
	padding: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0;
}

div#mce-error-response {
	color: red;
	font-weight: bold;
	border: 1px solid red;
}

div#mce-success-response {
	color: #1ec642;
	font-weight: bold;
	border: 1px solid #1ec642;
}

div.response a:link {
	display: block !important;
	color: rgb(0,115,190) !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

div.response a:hover {
	display: block !important;
	color: #1ec642 !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

div.response a:active {
	display: block !important;
	color: #eeeeee !important;
	font-weight: bold !important;
	text-decoration: underline !important;
}

div.response a {
	display: block !important;
	background-color: transparent !important;
	color: rgb(0,115,190) !important;
}

div.modal-footer {
	padding: 0 !important;
	margin: 0 !important;
}

div#subscribe-to-lists {
	clear: both;
}

input#mce-EMAIL {
	color: rgb(88,88,88);
}

button#wbounce-fire-manually {
	font-size: 140% !important;
	line-height: 1.2 !important;
	padding: 8px;
}

img#MTB_Logo {
	float: left;
	margin-right: 40px;
}

div#mc_embed_signup {
	padding: 30px !important;
}

div#mc_embed_signup div.caption-right {
	font-weight: bold;
	font-size: 150%;
}

div#wbounce-modal-sub {
	width: 800px !important;
}

div#mc_embed_signup div.caption-right {
	font-weight: bold;
	font-size: 150%;
}

div#mc_embed_signup em {
	color: rgb(15,117,188) !important;
}

div#mc-subscribe-line-1 {
	vertical-align: middle !important;
	margin-top: -15px;
	margin-bottom: 20px;
}

div#mc-subscribe-line-1 label[for=mce-EMAIL] {
	font-weight: bold;
	font-size: 120%;
	display: inline-block !important;
	vertical-align: middle !important;
}

div#mc-subscribe-line-1 input#mce-EMAIL {
	padding: 5px;
	display: inline-block !important;
	vertical-align: middle !important;
	width: 250px;
	margin-right: 15px;
}

input#mc-embedded-subscribe {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 25px;
}

div.after-no-spam {
	display: inline-block !important;
	vertical-align: middle !important;
	font-weight: bold;
}

img#nospam {
	width: 60px;
	height: 60px;
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 5px;
}

div#mc-subscribe-line-2 {
	vertical-align: middle !important;
	margin-bottom: 20px;
}

div#mce-responses {
	margin-top: 15px;
}

/***************************************/
/* Single Post View Styling            */
div#sidebar-footer {
	padding: 0 !important;
	line-height: 0;
	margin: 0;
}

div#footer_box {
	padding: 0 !important;
	margin: 3px;
}

div#footer_box div.inner {
	padding: 0 !important;
	margin-top: 0 !important;
}

div#mtb-footer {
	width: 100%;
}

div#sidebar-footer div.footer-widget {
	width: 100%;
}

div#sidebar-footer div.textwidget {
	width: 100%;
	margin: 0 !important;
	padding: 0;
}

div#mtb-footer div.footer-logo {
	float: left;
	margin-right: 10px;
}

div#mtb-footer img.footer-logo {
	width: 100%;
}

div#mtb-footer div.footer-left {
	width: 45%;
	padding: 10px;
	display: inline-block;
	line-height: 1.2;
	font-size: 80%;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

div#mtb-footer div.footer-logo {
	width: 80px;
	margin-right: 10px;
	float: left;
}

div#mtb-footer div.footer-right {
	width: 50%;
	padding: 10px;
	display: inline-block;
	margin-top: 0 !important;
	padding-top: 0 !important;
	text-align: right;
}

/* Footer Layout */
.footer-left {
	float: left;
	padding-top: 5px;
}

.footer-right {
	float: right;
}

#sidebar-footer .galcolumn {
	width: 100% !important;
}

@media only screen and (max-width: 480px) {
	.footer-left {
		width: 100% !important;
		float: none;
	}
	
	.footer-right {
		width: 100% !important;
		text-align: left !important;
		float: none;
	}
}

/* Content */
@media only screen and (max-width: 480px) {
	.alm-listing li img {
		position: relative !important;
	}
	
	.alm-listing li {
		padding: 0 !important;
	}
}

/* Content Listing */
@media only screen and (min-width: 768px) {
	.archive .post, .search-results .post {
		margin-right: 25px !important;
	}
}

/* AJAX Load More */
div.alm-reveal li img {
	width: 150px;
	height: auto;
}

/* Single Post View */
div.single_title h1 {
	font-size: 200% !important;
}

/* Fix Problem with AC Pagination */
div.single_text > p > br {
	display: none;
}

li.acp_previous_page {
	float: left !important;
	width: 320px !important;
}

li.acp_next_page {
	float: right !important;
	width: 320px !important;
}

div.acp_img_container {
	margin-right: 9px;
}

/* For Finalist Announcements */
table.finalists td {
	vertical-align: top;
}

table.finalists img.portrait-image {
	width: 15em;
}

table.finalists div.submission-title {
	font-weight: bold;
	font-size: 120%;
}

table.finalists div.submitter-name {
	font-weight: bold;
	font-size: 110%;
	margin-top: 15px;
}

table.finalists div.submitter-name a {
	color: black !important;
}

table.finalists div.submitter-name a:hover {
	color: #0073be !important;
}

table.finalists div.submitter-title {
	color: black;
}

/***************************************/
/* Popular Posts Tabbed Widget         */
div#pptwj-2 ul.tab-links {
	display: none !important;
}

div#pptwj-2 div.right-heading {
	margin-bottom: 0;
}

div#pptwj-2 div.pptwj-tabs-wrap {
	padding-top: 0 !important;
}

div#pptwj-2 ul.tab-filter-list {
	background: transparent;
}

div#pptwj-2 ul.list li {
	line-height: 1.3 !important;
	font-size: 115%;
}

div#pptwj-2 ul.list a {
	background-image: none !important;
	padding-left: 0;
}

div#pptwj-2 span.meta {
	display: block;
	margin-top: 5px;
}

/*************************************/
/* Events                            */
div.tribe-events-event-image {
	display: none;
}

.tribe-events-schedule h3 {
	padding-bottom: 10px !important;
}

/**********************************/
/* Latest Posts Sidebar Widget    */
ul.tab-filter-list a {
	color: #0073be !important;
	font-weight: bold;
}

/**********************************/
/* WP-POLLS                       */
div.wp-polls-ans input[type="button"] {
	padding: 10px;
	background-color: #0073be;
	color: white;
	font-weight: bold;
	font-size: 150%;
}

ul.wp-polls-ul li {
	margin-bottom: 20px;
}

/******************************************/
/* YOP-POLLS                              */
div.yop-poll-container {
	width: 100% !important;
}

div[class*="yop-poll-question"] {
	font-weight: bold !important;
	font-size: 125% !important;
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}

li[class*="yop-poll-li-answer"] {
	text-indent: -30px !important;
	margin-left: 40px !important;
}

input[name*="yop_poll_answer"] {
	display: inline !important;
}

label[for*="yop-poll-answer"] {
	display: inline !important;
	padding-left: 10px;
}

li[class*="yop-poll-li-custom"] {
	margin-top: 15px !important;
}

input[class*="yop-poll-customfield-3"],
input[class*="yop-poll-customfield-1"],
input[class*="yop-poll-customfield-2"] {
	height: 30px;
	padding-left: 7px;
	border-radius: 5px;
	background-color: #EEEEEE;
}

button.yop_poll_vote_button {
	font-size: 130% !important;
	color: white;
	font-weight: bold;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
	background-color: #0073be;
}

button.yop_poll_vote_button:hover {
	background-color: #777777;
}

button.yop_poll_vote_button:active {
	background-color: #1ec642;
}

div.poll-post-note {
	width: 100%;
	font-size: 90%;
	line-height: 1.3;
	font-style: italic;
}

div[id*="yop-poll-results"] {
	display: none;
}

div.yop-poll-container-success {
	font-size: 200% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.yop-poll-container-error {
	font-size: 200% !important;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.logos {
	vertical-align: middle;
	text-align: center;
}

div.logos a {
	display: inline-block !important;
}

div.logos img {
	width: 120px;
	vertical-align: middle;
	display: inline-block !important;
	padding-left: 10px;
	padding-right: 10px;
}

div.logos img.wp-image-14820 {
	width: 180px;
}

body.page-id-14975 h1,
body.page-id-14728 h1,
body.page-id-14857 h1 {
	font-size: 130% !important;
	text-align: center;
}

body.page-id-14975 div.single_thumbnail,
body.page-id-14728 div.single_thumbnail,
body.page-id-14857 div.single_thumbnail {
	display: none;
}

/**********************************/
/* TrendMD Style                  */
body.single-tribe_events div#trendmd-suggestions {
	display: none;
}

body.page-id-15165 div#trendmd-suggestions {
	display: none;
}

body.page-id-9609 div#trendmd-suggestions {
	display: none;
}

/*****************************/
/* Ninja Forms               */
input.ninja-forms-field[type="submit"] {
	font-size: 22px;
	text-align: center;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
}

div.ninja-forms-response-msg {
	color: white;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 0;
	line-height: 1.5;
}

div.ninja-forms-response-msg p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

div.ninja-forms-success-msg {
	background-color: green !important;
	border: 1px solid black !important;
}

input.ninja-forms-field[type='text'],
input.ninja-forms-field[type='number'],
textarea.ninja-forms-field {
	padding: 7px !important;
}

input#ninja_forms_field_64 {
	width: 90%;
}

input#ninja_forms_field_67 {
	width: 85%;
}

div#ninja_forms_field_68_div_wrap,
div#ninja_forms_field_69_div_wrap,
div#ninja_forms_field_70_div_wrap,
div#ninja_forms_field_71_div_wrap,
div#ninja_forms_field_72_div_wrap,
div#ninja_forms_field_73_div_wrap {
	display: inline !important;
	float: left;
}

div#ninja_forms_field_68_div_wrap,
div#ninja_forms_field_71_div_wrap {
	margin-right: 10px;
}

div#ninja_forms_field_70_div_wrap,
div#ninja_forms_field_73_div_wrap {
	margin-top: -6px;
}

div#ninja_forms_field_85_div_wrap,
div#ninja_forms_field_81_div_wrap {
	clear: both;
}

div#ninja_forms_field_81_div_wrap,
div#ninja_forms_field_84_div_wrap,
div#ninja_forms_field_89_div_wrap {
	font-weight: bold;
	font-size: 130%;
	margin-top: 15px;
	margin-bottom: 0 !important;
	line-height: 1;
	border-top: 1px solid black;
	padding-top: 10px;
}

div#ninja_forms_field_90_div_wrap {
	font-size: 125%;
	margin-top: -10px !important;
	margin-bottom: 40px;
}

input#ninja_forms_field_74,
input#ninja_forms_field_75 {
	width: 80%;
}

input#ninja_forms_field_76 {
	width: 40%;
}

input#ninja_forms_field_82,
input#ninja_forms_field_79 {
	width: 60%;
}

/************************************/
/* The Events Calendar              */
div#tribe-community-events input[type="text"] {
	padding: 6px;
	font-size: 105%;
	color: #1774C2;
}

div#tribe-community-events input[type="file"] {
	padding: 10px;
	font-size: 110%;
}

div#tribe-community-events input[type="button"],
div#tribe-community-events input[type="submit"],
div#tribe-community-events button#tribe-add-recurrence {
	padding: 10px;
	font-size: 110%;
}

div#tribe-community-events input[type="checkbox"] {
	transform: scale(1.5);
}

select#EventCurrencyPosition {
	display: none;
}

tr.website input,
div#event_custom input[type="text"],
tr.venue input {
	width: 100% !important;
}

div#tribe-community-events input[type="submit"] {
	background-color: #1774C2;
	color: white;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
}

/******************************************************/
/* Specific to post 15318 10 Healthcare Transformers  */
body.postid-15318 div.single_text br {
	display: none;
}

body.postid-15318 div.right-heading h3 {
	height: auto;
	line-height: 1.4;
}

div.subhead {
	font-weight: bold !important;
	font-size: 140% !important;
	margin-bottom: 15px;
}

/********************************************/
/* 40 Under 40 Healthcare Innovators (2016) */
img.forty-under-forty {
	width: 250px !important;
}

span.forty-under-forty-name {
	font-size: 200%;
	font-weight: bold;
	display: block;
	margin-top: -30px !important;
	color: #0073be;
	color: white;
	background-color: #0073be;
	width: 97.5%;
	padding: 10px;
}

span.forty-under-forty-affiliation {
	font-size: 130%;
	font-weight: bold;
	display: block;
	margin-top: -30px !important;
	margin-bottom: 0 !important;
	color: white;
	background-color: #0073be;
	width: 97.5%;
	padding: 10px;
	padding-top: 5px;
}

/********************************************/
/* Fix for Stickey Posts                    */
ul.slides li:nth-child(2) img {
	width: 200px;
	height: auto;
	float: left;
	padding-top: 20px;
	padding-right: 15px;
}

ul.slides li:nth-child(2) {
	font-size: 90%;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #dddddd;
}

ul.slides li:nth-child(2) {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #dddddd;
}

ul.slides li:nth-child(2) h2.post-title {
	font-size: 150%;
	margin-top: 5px;
}

ul.slides li:nth-child(2) p:last-child {
	padding-bottom: 7px !important;
}

#mc-subscribe-line-2 {
  margin-top: 1.2em;
}
.metaslider .caption-wrap {
	background: none !important;
	overflow-y: scroll;
	max-height: 190px;
}
.metaslider .rslides_nav {
	color: white;
	top: 40%;
}
.rslides_tabs a {
	padding: 7px !important;
	line-height: initial !important;
	display: inline-block !important;
}
.rslides_tabs li {
	padding: 0px;
	margin: 0px !important;
}
.postid-21497 .metaslider {
	margin-bottom: 18px;
}
.postid-21497 .rslides_tabs {
	display: none;
}
#post-21497 div.single_thumbnail {
	display: none;
}
@media only screen and (max-width: 600px) {
	.rslides {
    background-color: #682C92;
	}
	.rslides li {
		height: 430px;
	}
	.metaslider .rslides_nav {
		top: 30% !important;
	}
}
@media only screen and (min-width: 481px){
	.show-mobile {
		display: none;
	}
	.hide-mobile {
		display: block;
	}
}
@media only screen and (max-width: 480px){
	.show-mobile {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
}