/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset – Deleted
2.0 Typography – Deleted
3.0 Elements – Deleted
4.0 Forms – Deleted
5.0 Navigation – Deleted
	5.1 Links – Deleted
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
	12.3 Sidebar
13.0 404 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/*.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: 0 7px !important;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
}*/

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.entry-content ul{
	margin-top: -1.5em;
}
.ui-accordion-content  ul{
	margin-top: -.75em;
}

.ui-accordion-content ul li ul {
    margin-top: 0;
}

.poison-data-text-above-instructions p{
	margin-bottom: 6px;
}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
.site > .global-notification {
  background-color: #006DB5;
  width: 100%;
  padding: .5em 2em;
  color: #FFF;
  text-align: right;
}
.site > .global-notification img{
	vertical-align: bottom;
}
.site > .global-notification p{
	display: inline-block;
	margin: 0;
}
@media screen and (max-width: 960px){
	.site > .global-notification {
	  text-align: center;
	}
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

h5.location-heading {
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: bold;
}
/*--------------------------------------------------------------
12.3 Sidebar
--------------------------------------------------------------*/
.sidebar-menu{

}
.sidebar-menu li{
	margin-bottom: 12px;
}

.event-wrapper {
    margin-bottom: 1.5em;
	/*border-bottom: 1px solid black;*/
}

.event-wrapper h1 {
	font-size: 1.3em;
    font-weight: bold;
}

/* Events */

.event-block-wrap {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	margin-left: 20px;
	position: relative;
}

.event-column {
	width: 70%;
}
.event-icon {
	display: block;
	float:left;
	background: #F8981D;
	border-radius: 4em;
	padding: 0;
	height: 40px;
	width: 40px;
	position: relative;
}
.event-wrap {
	clear: both;
	padding: 1em 0;
	border-top: 1px solid #dedede;
}

.event-content {
	float: left;
	margin-left: 1.5em;
	width: 85%;
}

.event-date-block {
	width: 45px;
	float: left;
}

.event-date-block span {
	text-align: center;
	font-size: 0.9em;
	position: absolute;
	line-height: 1;
	top: 8px;
	left: 8px;
	font-weight: bold;
	color: white;
}

.event-sidebar {
	position: absolute;
	right: 10px;
}

.event-content h1 {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.25em;
}

@media screen and ( max-width: 959px ) {
	.event-sidebar {
		display: none;
	}
	.site-content.events {
		max-width: 90%;
	}
	.event-column {
		width: 100%;
	}
}
/*--------------------------------------------------------------
13.0 404
--------------------------------------------------------------*/
.error-404{
    margin: 15px 0 300px;
    text-align: center;
}

.error-404 .404-widgets .search-form .search-submit{
	top: auto;
	left: 64px;
}

/*-------------------------------------------------------------
Collapsable styling
--------------------------------------------------------------*/
.collapse p{
    display: block;
    border: rgba(0,0,0,0.03) 1px solid;
    background: rgba(0,0,0,0.03);
    margin-top: -5px;
    height: auto !important;
    padding: 15px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.collapse {
    display: none;
}
.collapseLabel {
	background: #FFF;
}

.collapseLabel{
    background: #FFF;
    color: #333;
    background: #FFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 20px;
    position: relative;
    display: block;
    min-width: 100%;
    border-top: rgba(0,0,0,0.1) 1px solid;
    border-bottom: rgba(0,0,0,0.1) 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .20s ease-out;
    -moz-transition: all .20s ease-out;
    -o-transition: all .20s ease-out;
    transition: all .20s ease-out;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.collapseLabel:hover {
	background: rgba(0,0,0,0.04);
}

.login-sidebar-title {
	text-transform: uppercase;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#login-form .login-remember label {
	display: block;
    padding-left: 15px;
    text-indent: -15px;
}

#login-form .login-remember input[type="checkbox"] {
	width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    overflow: hidden;
}

.logFailed {
	color:red;
}
.logSuccess {
	color:green;
}

#div-forms #loginform #rememberme{
	height: auto !important;
}

.featured-poison-login{
	display: inline;
    display: inline-block;
    width: 200px;
    height: 200px;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    margin: 0px 25px 25px 0px;
    font-size: 0px;
}

.featured-poison-login:first-of-type {}

/********************************************************
***** Section for Healthcare professional Dashboard******
*********************************************************/
#div-forms #loginform {
	padding-top: 1.8rem;
	box-sizing: border-box;
}
#div-forms #loginform p.login-remember{
	display: none;
}

#div-forms #loginform p input {
	width: 100%;
}

#div-forms #loginform p label {
	font-weight: 600;
    font-size: 11px;
    font-family: sans-serif;
}

#div-forms #loginform p.login-submit input#wp-submit {
	border-radius: 11px !important;
    padding-left: 6.5rem;
    word-spacing: 1px;
}
#div-forms .login-sidebar-title {
	text-transform: none;
}

h3.press-release-filter {
	width: 150px;
	margin-top:0 !important;
	float:left;
}

.sidebar-menu ul > li > ul > li > ul {
    margin-top: 10px;
}

/********************************************************
***** TablePress ****************************************
*********************************************************/

.tablepress-id-3 td {
	font-size: 16px;
}

/********************************************************
***** TablePress ****************************************
*********************************************************/
.entry-content .fpc-pf-disclaimer {
    display: none;
}