/*
	Theme Name: Sepsis Alliance
	Theme URI: http://www.sepsis.org/
	Description: Sepsis Alliance is the leading sepsis organization in the U.S. working in all 50 states to save lives and reduce suffering from sepsis. 
	Author: Muse Intermedia
	Author URI: http://www.museintermedia.com/
	Version: 1.0

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		
*/

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#3A3035}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	color: #3A3035;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 18px;
	line-height: 1.2;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #3A3035;
	color: #fff;
}

::selection {
	background-color: #3A3035;
	color: #fff;
}

a {
	color: #D52828;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 25px;
	padding: 0;
}

strong {
	font-weight: 700;
}

.red {
	color: #D52828;
}

.mulberry {
	color: #C54090 !important;
}

.charcoal {
	color: #3A3035 !important;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	letter-spacing: 0.050em;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}

h1 {
	font-size: 42px;
    text-align: center;
    color: #ffffff;
    background: #3A3035;
    padding: 20px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
	color: #D52828;
}

/* Objects
--------------------------------------------- */

img,
object,
video,
.wp-caption {
	max-width: 100%;
}

embed,
iframe {
	max-width: 100%;
	height: 350px;
}

.single-podcast iframe {
	height: 200px;
}

.ginput_recaptcha iframe {
	height: auto;
}

img {
	height: auto;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #ffffff;
	border: 1px solid #3A3035;
	box-shadow: none;
	color: #424242;
	font-weight: 300; 
	font-size: 15px;
	padding: 0 10px;
	height: 42px;
    line-height: 42px;
	width: 100%;
}


input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #3A3035 !important;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #3A3035 !important;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #3A3035;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 300; 
	font-size: 15px;
	padding: 0 10px;
	height: 42px;
    line-height: 42px;
	width: auto;
	text-transform: uppercase;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #D52828;
	border: none;
	text-decoration: none;
}

.button {

}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

tbody {
	
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	padding: 6px 0;
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    margin: -50px auto 40px auto;
    position: relative;
    z-index: 1000;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 900px;
}

.home .content {
	padding: 0px 0px 0px 0px;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 300px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.row {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.search-form {
	overflow: hidden;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	margin: -40px -60px 30px;
	padding: 20px;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	padding: 30px;
}

.archive-description {
	padding: 16px 20px;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	font-size: 14px;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 42px;
    text-align: center;
    color: #ffffff;
    background: #3A3035;
    padding: 45px 0px 45px 0px;
    margin: 0px 0px 45px 0px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #ffffff;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #ffffff;
	text-decoration: none;
}

.archive-title,
.widget-title {
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
}

.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;	
    position: relative;
    z-index: 800;	
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.site-header.fixed {
	position: inherit;
}

.site-header.fixed .search-icon {
	z-index: 1500;
}

.logged-in .site-header.fixed .search-icon {
	z-index: 1500;
}

.site-header.fixed .nav-top {
	position: fixed;
	top: 40px;
	z-index: 1500;
	margin: 0px 0px 0px 0px;
}

.logged-in .site-header.fixed .nav-top {
	position: fixed;
	top: 72px;
	z-index: 1500;
	margin: 0px 0px 0px 0px;
}

.site-header.fixed .nav-search-bar { 
	position: fixed;
	top: 0px;
	z-index: 2000;
}

.logged-in .site-header.fixed .nav-search-bar { 
	position: fixed;
	top: 32px;
	z-index: 2000;
}

.site-header.fixed .nav-search-form { 
	position: fixed;
	top: 40px;
	z-index: 2000;
}

.logged-in .site-header.fixed .nav-search-form { 
	position: fixed;
	top: 72px;
	z-index: 2000;
}

.nav-top {
	display: block;
	width: 100%;
	height: 110px;
	overflow: visible;
	box-shadow: 0px 10px 10px 0px rgba(1, 1, 1, 0.5);
	background: #ffffff;
	position: absolute;
    z-index: 4000;
    margin: 40px 0px 0px 0px;
}

.nav-top .nav-top-wrap {
	overflow: visible;
	position: relative;
}

.title-area {
	float: left;
	overflow: hidden;
	width: 122px;
	margin: 10px 0px 0px 0px;
	position: absolute;
    z-index: 3000;
}

.site-title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

.nav-primary .wrap {
	position: relative;
}

.slider-section {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 500;
	margin: 151px 0px 0px 0px;
}

/* CTA Tool */

.cta-tool-icon {
	display: block;
	width: 60px;
	height: 60px;
	overflow: visible;
	position: fixed;
	top: 220px;
	right: -60px;
	z-index: 2000;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	background: #D52828;
	color: #ffffff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.3);
	cursor: pointer;
}

.cta-tool-icon .fa-times {
	display: none;
}

.cta-tool {
	display: block;
	width: 300px;
	height: auto;
	overflow: visible;
	position: fixed;
	top: 250px;
	right: -300px;
	z-index: 1950;
	background: #D52828;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.3);
}

.cta-tool .cta-tool-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-family: 'Nunito Sans', sans-serif;
    font-weight: 900;
	font-size: 16px;
    line-height: 50px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

.cta-tool .cta-tool-image {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cta-tool .cta-tool-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cta-tool .cta-tool-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding: 20px 0px 20px 0px;
}

.cta-tool .cta-tool-content a {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #D52828;
    color: #ffffff;
    padding: 5px 0px 5px 0px;
}

.header-widget-right {
    display: block;
    width: 130px;
    height: 140px;
    overflow: visible;
	position: absolute;
    right: 100px;
    z-index: 3000;
}

.header-widget-right section#nav_menu-4 {
    display: block;
    width: 130px;
    height: 110px;
    overflow: visible;
	text-align: center;
	background: #C54090;
}

.header-widget-right section#custom_html-3 {
    display: block;
    overflow: hidden;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    border-top: 30px solid #C54090;
}

.header-widget-right a {
	display: block;
	width: 100%;
	height: 110px;
	overflow: hidden;
    font-size: 23px;
	letter-spacing: 0.025em;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    padding: 45px 0px 0px 0px;
}

/* Search Bar */

.search-icon {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    float: right;
    padding: 5px 0px 5px 0px;
	font-size: 25px;
	color: #ffffff;
}

.nav-search-bar {
	display: block;
    width: 100%;
    height: 40px;
    overflow: visible;
    background: #3A3035;
    position: absolute;
	top: 0px;
    z-index: 5500;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.nav-search-bar .page-content-wrap {
    overflow: visible;
}

.logged-in .nav-search-bar {
	top: 0px;	
}

.nav-search-bar .menu-sites-menu-container {
	display: inline-block;
    float: left;
	padding: 0px 157px;
}

.nav-search-bar .menu-sites-menu-container .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 280px;
	z-index: 999;
}

.nav-search-bar .menu-sites-menu-container .sub-menu a {
	background-color: #C54090;
	border: none;
	border-top: none;
	border-bottom: 1px solid rgba(255,255,255,.50);
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	position: relative;
	width: 280px;
}

.nav-search-bar .menu-sites-menu-container .sub-menu li:last-of-type a {
	border-bottom: none;
}

.nav-search-bar .menu-sites-menu-container .sub-menu a:hover {
	background-color: #3A3035;
	color: #FFFFFF;
}

.nav-search-bar .menu-sites-menu-container .menu-item:hover {
	position: static;
}

.nav-search-bar .menu-sites-menu-container .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}


.nav-search-bar .menu-sites-menu-container {
	display: inline-block;
    float: left;
}

.nav-search-bar .menu {
	clear: both;
	color: #ffffff;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 40px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.nav-search-bar .menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav-search-bar .menu a {
	color: #ffffff;
	display: block;
	padding: 0px 35px 0px 0px;
	position: relative;
}

.nav-search-bar .menu li:hover,
.nav-search-bar .menu a:hover {
	color: #ffffff;
	text-decoration: none;
}

.nav-search-form {
	display: none;
    width: 100%;
    height: 180px;
    overflow: hidden;
    background: #ffffff;
    position: absolute;
	top: 40px;
    z-index: 5500;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

.search-form {
	display: block;
    width: 80%;
    height: 54px;
    overflow: hidden;
    position: relative;
    margin: 63px auto;
}

.search-form input[type="search"] {
	display: block;
	width: 80%;
	height: 54px;
	overflow: hidden;
    font-weight: 300;
    font-size: 20px;
    line-height: 54px;
    letter-spacing: 0em;
    color: #3A3035;
    text-transform: none;
	text-align: center;
    text-decoration: none;
    padding: 0px 45px 0px 45px;
	margin: 0% auto;
    background: #e3e3e3;
	box-shadow: inset 0px 3px 5.92px 2.08px rgba(1, 1, 1, 0.33);
}

.search-form input[type="submit"] {
	display: block;
	width: 20%;
	height: 54px;
	overflow: hidden;
	position: absolute;
	top: 0%;
	right: 0%;
    font-weight: 700;
    font-size: 16px;
    line-height: 54px;
    letter-spacing: 0em;
	background: #D52828;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background-color: #ffffff;
	clear: both;
	color: #656565;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item, .widget_nav_menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.nav-search-bar .menu .multi-language-resources a:before {
    display: inline-block;
    content: "\f1ab";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-right: 10px;
}

.genesis-nav-menu a {
	color: #666;
	display: block;
	padding: 0px 0px 0px 35px;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: #fff;
	color: #656565;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	background-color: #64c9ea;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 148px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	padding: 10px 18px;
	position: relative;
	width: 130px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #3A3035;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Widget Nav Menu */

.widget_nav_menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 130px;
	z-index: 999;
	background-color: #C54090;
}

.widget_nav_menu .sub-menu li {
	padding: 0px 0px 0px 0px;
}

.widget_nav_menu .sub-menu a {
	background-color: #C54090;
    border-top: none;
    color: #fff;
    font-size: 14px;
    padding: 10px 18px;
    position: relative;
    width: 130px;
    height: auto;
    text-align: center;
}

.widget_nav_menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #3A3035;
}

.widget_nav_menu .menu-item:hover > .sub-menu {
	left: 0px;
	opacity: 1;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	overflow: visible;
    background: #ffffff;
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
	margin-bottom: 20px;
}

.postid-20504 .entry, .postid-20508 .entry, .postid-20479 .entry {
	display: none;
}

.entry-content h1 + p {
	padding: 0px 130px 0px 130px;
}

.entry-content ol,
.entry-content ul,
.quote-caption {
	margin: 30px 0px 0px 0px;
}

.entry-content ol li,
.entry-content ul li {
	margin: 0px 0px 30px 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: none;
}

.entry-content ul > li::before {
  content: "\2022";  
  color: #D52828;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	line-height: 5;
	margin: 0 0 24px -60px;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #64c9ea;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
}

.entry-footer .entry-meta {

}

.entry-footer .entry-tags {

}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #64c9ea;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	padding: 8px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
}

.comment-list li li {
	margin-right: -1px;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #3A3035;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	padding: 0 48px 48px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

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

.widget {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
	margin-bottom: 6px;
	margin-top: 6px;
	text-align: left;
}

.widget ol > li {
	background-image: none;
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget ul > li {
	text-indent: 0;
}

.widget ul > li {
	list-style-position: outside;
	padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	padding-bottom: 30px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar p:last-child,
.sidebar ul {
	margin-bottom: 0;
}

.sidebar li,
.sidebar .more-from-category a {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	padding: 0 0 6px 16px;
}

.sidebar .more-from-category {
	padding-top: 6px;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #3A3035;
	color: #ffffff;
	clear: both;
	font-size: 14px;
}

.footer-widgets .wrap {
	display: block;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	padding: 80px 0px 40px 0px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 25%;
}

.footer-widgets-4 {
	width: 25%;
	text-align: right;
}

.footer-widgets-5,
.footer-widgets-6 {
	width: 100%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6 {
	float: left;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

/* Footer Social Links */

.social-links {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: hidden;
}

.social-links .social-link {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	float: left;
	margin: 0px 10px 10px 0px;
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
}

.social-links .social-link a {
	color: #3A3035;
}

.social-links .social-link .svg-inline--fa {
	display: block;
    height: 20px;
    width: 20px !important;
    margin: 15px auto;
}

/* Footer Navigation Menu */

.footer-widgets ul.menu li {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.footer-widgets ul.menu li a {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0em;
	color: #ffffff;
	text-decoration: none;
}

.footer-widgets ul.menu li a:hover {
	font-weight: 700;
}

/* Footer Credit Logos */

.credit-logos {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px 0px 0px 0px;
}

.credit-logos .credit-logo {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0px 10px 0px 0px;
}

.credit-logos .credit-logo a {
	
}

.credit-logos .credit-logo a img {
	width: auto;
	height: 75px;
}

/* Magnific Popup */

.mfp-wrap {
	z-index: 4000 !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 80%;
  margin: 20px auto;
}

.white-popup .gform_wrapper ul > li, .white-popup .gform_wrapper ul > li.gfield_html p, .white-popup .gform_wrapper ul > li#field_7_10 {
    padding: 0px 20px 0px 20px !important;
}

.white-popup .gform_wrapper ul > li {
	margin: 10px 0px 0px 0px !important;
}

.white-popup .gform_wrapper ul > li.gfield_html {
    padding: 0px 0px 0px 0px !important;
}

.white-popup .gform_wrapper input, .white-popup .gform_wrapper label {
    margin: 0px 0px 10px 0px !important;
}

.white-popup .gform_wrapper .ginput_container_checkbox {
	margin: 10px 0px 0px 0px !important;
}

.white-popup .gform_wrapper .ginput_container_checkbox input {
	height: auto !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF !important;
    right: 0px !important;
    text-align: right !important;
    padding-right: 10px !important;
    width: 100% !important;
    background: #3A3035 !important;
    opacity: 1.0 !important;
}

.white-popup .gform_wrapper .gform_footer {
    padding: 20px 20px 0px 20px !important;
	margin-left: 0% !important;
}

/* Shared Styles */

.page-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.page-content-wrap {
	display: block;
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
}

.deactivate-shadow, .deactivate-shadow .page-content-wrap {
	box-shadow: none !important;
}

.transparent-background {
	background: none !important;
	box-shadow: none !important;
}

.overlay-header {
    margin: -50px auto 40px auto;
    position: relative;
    z-index: 1000;
}

/* Buttons */

.btn-regular {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.050em;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #D52828;
	color: #ffffff;
    padding: 15px 40px 15px 40px;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5); 
}

.downloads .btn-regular {
	margin: 0px 20px 0px 0px;
}

.btn-regular-full-width {
	display: inline-block;
	width: 100%;
	height: auto;
	overflow: visible;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.050em;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #D52828;
	color: #ffffff;
    padding: 15px 40px 15px 40px;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5); 
}

.btn-regular-black {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.050em;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #3A3035;
	color: #ffffff;
    padding: 15px 40px 15px 40px;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5); 
}

.btn-red-text {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: 0.050em;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	color: #D52828;
	padding: 15px 40px 15px 40px;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5); 
}

.btn-white-text {
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
}

.btn-outline {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0.050em;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    background: #f0f0f0;
    border-radius: 50px;
    color: #3A3035;
    padding: 15px 50px 15px 50px;
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
    border: 3px solid #D52828;
}

.btn-download {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: visible;
	font-size: 20px;
	font-weight: 900;
	line-height: 67px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: url('images/btn-download.png') #ffffff right no-repeat;
	color: #D52828;
	padding: 0px 95px 0px 15px;
	box-shadow: 0px 0px 16.56px 1.44px rgba(1, 1, 1, 0.33);
}

/* Collapsible Sections */

.collapseomatic {
	width: 100%;
	padding: 0px 0px 0px 0px !important;
	background-image: none !important;
}

.eck .collapseomatic {
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	overflow: visible !important;
	font-size: 22px !important;
	font-weight: 900 !important;
	line-height: 22px !important;
	text-transform: uppercase !important;
	text-align: center !important;
	text-decoration: none !important;
	background: #D52828 !important;
	color: #ffffff !important;
    padding: 15px 40px 15px 40px !important;
	margin: 0px 0px 20px 0px !important;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5) !important; 
}

.colomat-hover {
	text-decoration: none !important;
}

.collapseomatic span {
    display: inline-block;
	width: 48px;
	height: 47px;
	float: right;
	background: url(images/collapse-close.png) no-repeat;
}

.colomat-close span {
    display: inline-block;
	width: 48px;
	height: 47px;
	float: right;
    background: url(images/collapse-open.png) no-repeat;
}

.collapseomatic_excerpt, .collapseomatic_content {
	margin: 0px 0px 0px 0px !important;
}

/* Cookie Notice */

#cookie-notice {
	z-index: 10000000000 !important;
}

.cookie-notice-container {
    text-align: left !important;
}

#cookie-notice .cn-button {
    margin: 5px 0px 0px 0px !important;
}

/* Gravity Forms */

.gform_wrapper .gfield_required {
	color: #D52828 !important;
}

.gform_wrapper ul > li {
	background: none !important;
	padding-left: 0px !important;
    margin-bottom: 0px !important;
}

.gform_wrapper ul > li::before {
  	display: none !important;
	content: "" !important;
}

.gform_wrapper #input_7_4_3_container {
	display: inline-block;
	float: left;
	width: 48% !important;
	margin: 0% 4% 0% 0% !important;
}

.gform_wrapper #input_7_4_6_container {
	display: inline-block;
	float: left;
	width: 48% !important;
	margin: 0% 0% 0% 0% !important;
}

.gform_wrapper input[type="radio"] {
	height: auto !important;
}

/* Search */

.search-results .flexible-content-full-width-content.search-header {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: -30px 0px 50px 0px;
    z-index: 1000;
    position: relative;
}

.search-results .resources-loop, .search-results .face-loop {
	display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 40px 0px 0px 0px;
}

/****** Flexible Content ******/

.flexible-header-area {
	display: block;
	width: 100%;
	height: 325px;
	overflow: hidden;
}

.flexible-header-area .flexible-header-area-wrap {
	display: block;
    width: 100%;
    height: 325px;
    overflow: hidden;
    background-size: cover !important;
	background-repeat: no-repeat !important;
}

.page-id-101706 .flexible-header-area, .page-id-101706 .flexible-header-area .flexible-header-area-wrap {
	height: 800px;
	background-size: contain !important;
	background-position: center !important;
	background-color: #000000;
}

.sepsis-alliance-connect .flexible-header-area, .sepsis-alliance-connect .flexible-header-area .flexible-header-area-wrap {
	height: 500px;
}

.flexible-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.home .flexible-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: -20px 0px 20px 0px;
    position: relative;
    z-index: 1000;
}

.single-sepsisand .flexible-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: -20px 0px 20px 0px;
    position: relative;
    z-index: 1000;
}

.single-sepsisand .flexible-content-campaign {
	background: #ffffff !important;
}

.single-sepsisand .entry {
	display: none;
}

.flexible-content .page-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	padding: 20px 0px 20px 0px;
}

.flexible-content-automated-resources .page-content-wrap, .flexible-content-related-sepsis-ands .page-content-wrap {
	overflow: visible;
    overflow-y: auto;
	padding: 20px 0px 20px 0px;
}

.flexible-content-automated-resources .resource-item, .flexible-content-related-sepsis-ands .sepsis-and-item {
	border: 1px solid rgba(1, 1, 1, 0.5);
    box-shadow: 0px 0px 15px 1px rgba(1, 1, 1, 0.5);
}

.flexible-content .flexible-content-25-75.page-content, .flexible-content .flexible-content-75-25.page-content {
	padding: 0px 0px 0px 0px;
}

.home .flexible-content .page-content {
	overflow: visible;
	padding: 0px 0px 0px 0px;
}

.newsroom-page .flexible-content .page-content {
    padding: 20px 0px 0px 0px;
}	

.resources-page .flexible-content .page-content {
    padding: 10px 0px 20px 0px;
}	

.flexible-content-h1, .flexible-content-h2, .flexible-content-h3, .flexible-content-h4, .flexible-content-h5, .flexible-content-h6 {
	text-align: center;
	color: #3A3035;
	background: #ffffff;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	padding: 25px 0px 25px 0px;
}

.flexible-content-h1 h1, .flexible-content-h2 h2, .flexible-content-h3 h3, .flexible-content-h4 h4, .flexible-content-h5 h5, .flexible-content-h6 h6 {
	margin: 0px 0px 0px 0px;
}

.flexible-content ol,
.flexible-content ul {
	margin: 30px 0px 0px 0px;
}

.flexible-content ol li,
.flexible-content ul li {
	margin: 0px 0px 30px 40px;
}

.flexible-content ol > li {
	list-style-type: decimal;
}

.flexible-content ul > li {
	list-style-type: none;
}

.flexible-content ul > li::before {
  content: "\2022";  
  color: #D52828;
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

.flexible-content ol ol,
.flexible-content ul ul {
	margin-bottom: 0;
}

ul.list-three-columns {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

ul.list-three-columns li {
	display: inline-block;
	width: 33.3333%;
	float: left;
}

.flexible-content-full-width-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-full-width-content .page-content-wrap {
	width: 1200px;
	overflow: visible;
	background: #ffffff;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5); 
	margin-top: 20px;
}

.home .flexible-content-full-width-content .page-content-wrap {
	width: 900px;
}

.flexible-content-full-width-content p {
	padding: 70px 85px 70px 85px;
}

.flexible-content-full-width-content h1, .flexible-content-full-width-content h2, .home .flexible-content-full-width-content h3 {
	text-align: center;
	color: #ffffff;
	background: #3A3035;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}

.flexible-content-full-width-content h3, .flexible-content-full-width-content h4, .flexible-content-full-width-content h5, .flexible-content-full-width-content h6 {
	color: #3A3035;
	text-transform: none;
	background: #ffffff;
}

.flexible-content-full-width-content .section-title {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.flexible-content-full-width-content .section-content {
    display: block;
    width: 90%;
    height: auto;
    overflow: visible;
    margin: 20px auto;
    padding: 30px 30px 30px 30px;
    border: 2px solid #ffffff;
}

.people-page .flexible-content-full-width-content .section-content {
    display: none;
}

.page-id-92 .flexible-content-full-width-content .section-content {
    display: block !important;
}

.flexible-content-full-width-content .section-content p {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}

.flexible-content-full-width-content .section-content h2, .flexible-content-full-width-content .section-content h3, .flexible-content-full-width-content .section-content h4, .flexible-content-full-width-content .section-content h5, .flexible-content-full-width-content .section-content h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	color: #3A3035;
	text-transform: none;
	background: #ffffff;	
	text-align: left;
}

.flexible-content-full-width-content.section-background .page-content-wrap {
    padding-bottom: 5px;
}

.flexible-content-full-width-content.section-background {
	font-size: 23px;
	line-height: 26px;
	font-weight: 900;
	text-align: center;
	color: #ffffff;
}

.flexible-content-full-width-content.section-background .section-title h3 {
	padding: 30px 0px 30px 0px;
}

.flexible-content-full-width-content.section-background p {
    padding: 0px 0px 0px 0px;
}

.flexible-content-full-width-content.top-border-red p {
    padding: 0px 0px 0px 0px;
}

.flexible-content-full-width-content.top-border-red .page-content-wrap {
	border-top: 35px solid #D52828;
	padding: 40px 80px 40px 80px;
}

.flexible-content-full-width-content.top-border-red .section-content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.flexible-content-full-width-content.top-border-red h3 {
	text-align: left;
    color: #3A3035;
    background: #ffffff;
	padding: 0px 0px 0px 0px;
}

.flexible-content-full-width-content.top-border-red h6 {
	text-align: left;
    color: #D52828;
    background: #ffffff;
	padding: 0px 0px 0px 0px;
}

/* 50-50 */

.flexible-content-50-50 {
	overflow: visible;
	background: #ffffff;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5); 
}

.flexible-content-50-50 .one-half-content {
	padding: 5% 2.5% 5% 2.5%;
}

.flexible-content-50-50 .one-half.image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-50-50.background-image {
	padding: 40px 0px 0px 0px;
	box-shadow: none !important;
}

.flexible-content-sponsor-logos {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-sponsor-logos .page-content-wrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  	grid-gap: 3rem;
}

.flexible-content-sponsor-logos .sponsor-logo {
	
}

.flexible-content-sponsor-logos .sponsor-logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.flexible-content-sponsor-logos .sponsor-logo a img {
	width: 230px;
    height: 90px;
    object-fit: contain;
    mix-blend-mode: multiply;
}

/* Related Content */

.flexible-content-related-content .page-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    padding: 40px 0px 40px 0px;
}

.flexible-content-related-content .page-content-wrap {
    width: 1200px;
    overflow: visible;
    background: #ffffff;
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
}

.flexible-content-related-content .section-content {
    display: block;
    width: 90%;
    height: auto;
    overflow: visible;
    margin: 20px auto;
    padding: 30px 30px 30px 30px;
    border: 2px solid #ffffff;
}

.flexible-content-related-content .section-content a {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 0px 0px 10px 0px;
}

/* Box Content - BG */

.flexible-content-box-content-bg {
	display: block;
	width: 100%;
	height: 1810px;
	overflow: visible;
}

.fundraise .flexible-content-box-content-bg {
	height: 3000px;
}

.sepsis-awareness-month .flexible-content-box-content-bg {
	height: 1100px;
}

.flexible-content-box-content-bg .page-content-wrap {
	overflow: visible;
}

.page-id-35 .flexible-content-box-content-bg {
	height: 1100px;
}

.page-id-136 .flexible-content-box-content-bg {
	height: 2600px;
}

.page-id-43 .flexible-content-box-content-bg {
	height: 2000px;
}

.page-id-113522 .flexible-content-box-content-bg {
	height: 1200px;
}	

.fundraising-toolkit .flexible-content-box-content-bg {
    height: 2200px;
}

.flexible-content-box-content-bg .box-content-bg-item {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	float: left;
	margin: 0% 0% 4% 0%;
	box-shadow: 0px 0px 53.01px 3.99px rgba(1, 1, 1, 0.5);
}

.box-content-bg-item .box-content-bg-item-image {
	display: block;
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
}

.box-content-bg-item .box-content-bg-item-image a span.image-download {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	font-size: 22px;
    font-weight: 900;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
	background: #D52828;
}

.box-content-bg-item .box-content-bg-item-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden; 
}

.box-content-bg-item .box-content-bg-item-container {
	display: block;
	width: 60%;
	height: auto;
	overflow: hidden;
	float: left;
	padding: 4%;
}

.box-content-bg-item .box-content-bg-item-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.box-content-bg-item .box-content-bg-item-content a {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #D52828;
    margin: 2% 4% 0% 0%;
    float: left;
}

.page-id-113533 .box-content-bg-item .box-content-bg-item-content a, .page-id-113562 .box-content-bg-item .box-content-bg-item-content a {
	display: inline;
	text-transform: none;
	font-size: 18px;
    line-height: 1.2;
	font-weight: 400;
	float: none;
	margin: 0% 0% 0% 0%;
}

.box-content-bg-item .box-content-bg-item-content a.box-link {
    display: block;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: 22px;
    font-weight: 900;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    color: #D52828;
    margin: 2% 4% 0% 0%;
    float: none;
}

/* Box Content */

.flexible-content-box-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.flexible-content-box-content .page-content-wrap {
	overflow: visible;
}

.flexible-content-box-content.two-per-row .box-content-item {
	display: inline-block;
	width: 48%;
	height: auto;
	overflow: visible;
	margin: 0% 4% 4% 0%;
	box-shadow: 0px 0px 53.01px 3.99px rgba(1, 1, 1, 0.5);
}

.giving-societies .flexible-content-box-content .box-content-item-content {
	height: 660px;
}

.planned-giving .flexible-content-box-content .box-content-item-content {
	height: 600px;
}

.pediatric-sepsis-week .flexible-content-box-content .box-content-item-content {
	height: 220px;
}

.planned-giving .flexible-content-box-content.two-per-row .box-content-item:nth-of-type(3) {
	margin: 0% 26%;
}

.flexible-content-box-content.two-per-row .box-content-item:nth-of-type(2n) {
	margin: 0% 0% 4% 0%;
}

.flexible-content-box-content.three-per-row .box-content-item {
	display: inline-block;
	width: 30.6666%;
	height: auto;
	overflow: visible;
	margin: 0% 4% 4% 0%;
	box-shadow: 0px 0px 53.01px 3.99px rgba(1, 1, 1, 0.5);
}

.flexible-content-box-content.three-per-row .box-content-item:nth-of-type(3n) {
	margin: 0% 0% 4% 0%;
}

.flexible-content-box-content .box-content-item-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	background: #D52828;
	color: #ffffff;
	padding: 25px 0px 25px 0px;
}

.flexible-content-box-content.smaller-boxes .box-content-item-title {
	font-size: 20px;
}

.flexible-content-box-content.smaller-boxes .box-content-item-content {
	text-align: center;
}

.flexible-content-box-content.smaller-boxes .box-content-item-content a {
	font-size: 18px;
}

.flexible-content-box-content .box-content-item-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 18px;
	font-weight: 300;
	padding: 35px 40px 35px 40px;
}

.page-id-94 .flexible-content-box-content .box-content-item-content {
	text-align: center;
}

/* Resources */

.flexible-content-resources {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0px 50px 0px;
}

.flexible-content-resources .page-content-wrap {
	overflow: visible;
	width: 1000px;
}

/* Box Menu */

.flexible-content-box-menu {
	display: block;
	width: 100%;
	height: 275px;
	overflow: visible;
	margin: -50px 0px 50px 0px;
}

.flexible-content-box-menu .page-content-wrap {
	width: 1000px;
	height: 275px;
	overflow: visible;
	background: #f0f0f0;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
}

.flexible-content-box-menu .box-menu-item {
	display: inline-block;
	width: 33.33333%;
	height: 275px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #636363;
	position: relative;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;	
}

.flexible-content-box-menu .box-menu-item:nth-of-type(3) {
	border-right: none;
}

.flexible-content-box-menu .box-menu-item a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-decoration: none;
}

.flexible-content-box-menu .box-menu-item .box-menu-item-title {
	display: block;
	width: 70%;
	height: auto;
	min-height: 70px;
	overflow: hidden;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	line-height: 31px;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #3A3035;
	margin: 60px auto 30px auto;
}

.flexible-content-box-menu .box-menu-item .box-menu-item-title-link {
	display: block;
	width: 80%;
	height: auto;
	overflow: hidden;
	text-align: center;
	font-size: 22px;
	font-weight: 900;
	line-height: 25px;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #D52828;
	border: 4px solid #D52828;
	margin: 0% auto;
	padding: 10px 0px 10px 0px;
}

.flexible-content-box-menu .box-menu-item .box-menu-item-overlay {
	display: none;
    width: 100%;
    height: 275px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.flexible-content-box-menu .box-menu-item .box-menu-item-overlay .box-menu-item-overlay-box {
	display: block;
	width: 80%;
	height: 77%;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	margin: 10%;
	border: 4px solid #FFFFFF;
	position: absolute;
	z-index: 20;
}

.flexible-content-box-menu .box-menu-item .box-menu-item-overlay .box-menu-item-overlay-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 21px;
	font-weight: 900;
	line-height: 100%;
	letter-spacing: 0em;
	text-transform: uppercase;
	color: #ffffff;	
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	z-index: 20;
}

.flexible-content-box-menu .box-menu-item .box-menu-item-overlay-fade {
	display: block;
    width: 100%;
    height: 275px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 15;
	background: rgba(0,0,0,.60)
}

.flexible-content-box-menu .box-menu-item .box-menu-item-overlay .box-menu-item-overlay-background {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover !important;
}

.flexible-content-box-menu .box-menu-item:hover .box-menu-item-overlay {
	display: block;
}

/* Faces of Sepsis */

.flexible-content-faces-of-sepsis {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px 0px 50px 0px;
	/*background: #f0f0f0;*/
}

.flexible-content-faces-of-sepsis .page-content-wrap {
	width: 1000px;
	overflow: visible;
}

.flexible-content-faces-of-sepsis .flexible-content-face-loop {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	margin-bottom: 2.564102564102564%;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-image {
	display: inline-block;
	width: 25%;
	height: auto;
	overflow: visible;
	float: left;
	margin: 0% 5% 0% 0%;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-image a {
	display: block;
	width: 250px;
	height: 250px;
	overflow: hidden;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	border: 1px solid #D52828; 
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-image a img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content {
	display: inline-block;
	width: 70%;
	height: auto;
	overflow: visible;
	float: left;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content h3 {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	font-size: 34px;
	line-height: 37px;
	font-weight: 900;
	margin: 0px 0px 10px 0px;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content h3 a {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	color: #3A3035;
	text-decoration: none;
	text-align: left;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content .category {
	display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 22px;
    letter-spacing: 0.050em;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #D52828;
    margin: 0px 0px 10px 0px;	
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content .text {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	color: #2f2f2f;
}

/* Faces Loop */

.flexible-content-faces-of-sepsis .flexible-content-loop-item {
	display: inline-block;
	margin-right: 2.564102564102564%;
	width: 23.076923076923077%;
	height: auto;
	overflow: visible;
	float: left;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(5) {
	margin-right: 0%;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-image {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	margin: 0% 0% 2.5% 0%;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-image a {
	display: block;
	width: 230px;
	height: 230px;
	overflow: hidden;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	border: 1px solid #D52828; 
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-image a img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-content h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    font-size: 18px;
    line-height: 21px;
    font-weight: 900;
    margin: 10px 0px 0px 0px;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-content h3 a {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	color: #3A3035;
	text-decoration: none;
	text-align: center;
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-content .category {
	display: none;	
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-content .text {
	display: none;
}

/* Campaign */

.flexible-content-campaign {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	padding: 50px 0px 50px 0px;
	background: #f0f0f0;
}

.flexible-content-campaign .page-content-wrap {
	height: 565px;
	overflow: visible;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
	position: relative;
}

.flexible-content-campaign .campaign-left {
	display: inline-block;
	width: 50%;
	height: 565px;
	overflow: hidden;
	float: left;
	padding: 55px 180px 0px 70px; 
}

.flexible-content-campaign .campaign-left h2 {
	margin: 0px 0px 40px 0px;
	color: #3A3035;
}

.flexible-content-campaign .campaign-left p {
	color: #ffffff;
}

.flexible-content-campaign .campaign-left .btn-red-text {
	margin: 50px 0px 0px 0px;
}

.flexible-content-campaign .campaign-center {
	display: block;
	width: 333px;
	height: 373px;
	overflow: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -166.5px;
	margin-top: -186.5px;
	text-align: center;
}

.flexible-content-campaign .campaign-center .btn-download {
	position: relative;
	top: 50%;
	transform: translateY(-50%); 
}

.flexible-content-campaign .campaign-right {
	display: inline-block;
	width: 50%;
	height: 565px;
	overflow: hidden;
	float: left;
	background-position: right;
}

.flexible-content-campaign.amr .campaign-right {
	color: #ffffff;
	font-size: 24px;
	padding: 170px 0px 0px 85px;
}

.flexible-content-campaign .campaign-right h2 {
	line-height: 1em;
}

/* News & Events */

.flexible-content-news-events {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	background: #ffffff;
	padding: 50px 0px 50px 0px;
}

.flexible-content-news-events .page-content-wrap {
	height: 1300px;
	overflow: visible;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
	background: #f0f0f0;
	position: relative;
}

.flexible-content-news-events .flexible-content-news-events-left {
	display: inline-block;
	width: 50%;
	height: 1300px;
	overflow: visible;
	float: left;
	position: relative;
}

.flexible-content-news-events .flexible-content-news-events-right {
	display: inline-block;
	width: 50%;
	height: 1300px;
	overflow: visible;
	float: left;
	border-left: 1px solid #636363;
	position: relative;
}

.flexible-content-news-events .flexible-content-news-events-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 30px;
	line-height: 33px;
	font-weight: 900;
	text-align: center;
	padding: 20px 0px 20px 0px;
	background: #ffffff;
	color: #3A3035;
	border-bottom: 1px solid #636363;
}

.flexible-content-news-events .flexible-content-news-events-loop {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item {
    display: block;
    width: 90%;
    height: auto;
    overflow: visible;
    padding: 45px 0px 0px 0px;
    margin: 0% auto;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item h3 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 22px;
	line-height: 25px;
	font-weight: 900;
	text-transform: uppercase;	
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item h3 a {
	color: #3A3035;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item .date {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 20px;
    letter-spacing: 0.050em;
    line-height: 23px;
    font-weight: 700;
    text-transform: uppercase;
    color: #D52828;
    margin: 0px 0px 30px 0px;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item.announcement .date {
    display: none;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item .text {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	font-size: 18px;
	line-height: 21px;
	color: #3f3f3f;
	padding: 0px 0px 45px 0px;
	border-bottom: 1px solid #636363;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item.announcement .text {
    margin: 30px 0px 0px 0px;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item:last-of-type .text {
	border-bottom: none;
}

.flexible-content-news-events .flexible-content-news-events-loop .flexible-content-loop-item .text p {
	margin: 0px 0px 30px 0px;
}

.flexible-content-news-events .btn-overview {
	display: block;
	width: 70px;
	height: 70px;
	overflow: visible;
	box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
	background: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	color: #D52828;
	text-align: center;
    position: absolute;
    bottom: -35px;
    left: 50%;	
	margin-left: -35px;
}

/* Events */

.flexible-content-events {
	display: block;
	width: 100%;
	height: auto;
	overflow: visible;
	background: #ffffff;
	padding: 50px 0px 50px 0px;
}

.flexible-content-events .flexible-content-events-wrap {
	overflow: visible;
}

.flexible-content-events .flexible-content-events-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 34px;
	line-height: 37px;
	font-weight: 900;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	color: #3A3035;
}

.flexible-content-events .flexible-content-events-title span {
	color: #D52828;
}

.flexible-content-events .flexible-content-events-loop {
	display: block;
	width: 100%;
	height: 359px;
	overflow: visible;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item {
	display: block;
	width: 45%;
	height: auto;
	overflow: visible;
    margin: 0% 10% 4% 0%;
	float: left;
	box-shadow: 0px 0px 53.01px 3.99px rgba(1, 1, 1, 0.5);
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item:nth-of-type(even) {
	margin: 0% 0% 4% 0%;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item .featured-image {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item .featured-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item .flexible-content-loop-item-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 20px;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item h3 {
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
	font-size: 22px;
	line-height: 25px;
	font-weight: 900;
	text-transform: none;	
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item h3 a {
	color: #3A3035;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item .date {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 23px;
	font-weight: 900;
	text-transform: none;
	color: #D52828;
	margin: 0px 0px 30px 0px;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item .text {
	display: block;
	width: 100%;
	height: auto;
	min-height: 84px;
	overflow: visible;
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	color: #3f3f3f;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item:last-of-type .text {
	border-bottom: none;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item .text p {
	margin: 0px 0px 30px 0px;
}

.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item a.btn-regular, .flexible-content-events .flexible-content-events-loop .flexible-content-loop-item a.btn-regular-black {
	width: 50%;
	box-shadow: none;
}


/* Prinffriendly */

.printfriendly-buttons {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: right;
    margin: 0px 0px 40px 0px;
}

.home .printfriendly-buttons {
	display: none;
}

/* Newsletter Signup */

.newsletter-signup {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #C54090;
	padding: 50px 0px 50px 0px;	
}

.newsletter-signup .newsletter-signup-title {
	display: inline-block;
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 300;
	font-size: 21px;
	color: #ffffff;
	text-transform: uppercase;
}

.newsletter-signup .newsletter-signup-title span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 900;
	font-size: 21px;
	color: #ffffff;
	text-transform: uppercase;
}

.newsletter-signup .newsletter-signup-text {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
}

.newsletter-signup form {
	display: inline-block;
	width: 75%;
	height: auto;
	overflow: hidden;
	float: left;	
}

.newsletter-signup form input.input-one-third {
	display: inline-block;
	width: 33.333333%;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 20px;
	padding: 5px 20px 5px 20px;
}

.newsletter-signup form .fields-top {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.newsletter-signup form .fields-bottom {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	-moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
}

.newsletter-signup form .fields-top, .newsletter-signup form .fields-bottom .radioCheckboxContainer {
	margin-top: 10px;
}

.newsletter-signup form .fields-bottom input {
	height: auto;
	margin: 0px 5px 0px 0px;
}

.newsletter-signup form .fields-bottom label {
	height: auto;
	color: #ffffff;
}

.newsletter-signup form input[type="submit"] {
	display: block;
	width: 33.33333% !important;
	height: auto !important;
	overflow: hidden;
	float: left;	
	font-size: 21px !important;
	padding: 6px 20px 6px 20px !important;
	margin-top: 20px;
}

.newsletter-signup form input[type="submit"]:hover {
	background-color: #3A3035 !important;
}

/* Site Logos */

.site-logos {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	padding: 10px 0px 40px 0px;	
	text-align: center;
}


.site-logos-carousel {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.site-logos-carousel.slick-initialized {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.site-logos-carousel .slick-slide {
	padding: 20px 30px 20px 30px;
}

.site-logos-carousel .slick-slide img {

}

/* Sponsor Logos */

.sponsor-logos {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	padding: 20px 0px 20px 0px;	
}

.page-id-47323 .sponsor-logos, .edi-pledge .sponsor-logos {
	display: none;
}

.sponsor-logos-carousel {
	display: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sponsor-logos-carousel.slick-initialized {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.slick-initialized .slick-track {
    display: flex;
    align-items: center;
}

.sponsor-logos-carousel .slick-slide {
	padding: 15px;
}

.sponsor-logos-carousel .slick-slide img {

}

/* Get Involved */

.get-involved-item {
	display: block;
	width: 100%;
	height: 180px;
	overflow: hidden;
	font-size: 40px;
	line-height: 180px;
	text-align: center;
	background-color: #b9181a;
	color: #ffffff;
	text-shadow: 0px 2px 2px #3A3035;
	margin-bottom: 5%;	
}

.get-involved-item.gi1 {
	background: url(/images/gi-panel01.jpg) no-repeat center center;
    background-size: 690px 180px;	
}

.get-involved-item.gi2 {
	background: url(/images/gi-panel02.jpg) no-repeat center center;
    background-size: 690px 180px;	
}

.get-involved-item.gi3 {
	background: url(/images/gi-panel03.jpg) no-repeat center center;
    background-size: 690px 180px;		
}

.get-involved-item.gi4 {
	background: url(/images/gi-panel04.jpg) no-repeat center center;
    background-size: 690px 180px;		
}

.get-involved-item.gi5 {
	background: url(/images/gi-panel05.jpg) no-repeat center center;
    background-size: 690px 180px;		
}

.get-involved-item.gi6 {
	background: url(/images/gi-panel06.jpg) no-repeat center center;
    background-size: 690px 180px;		
}

.get-involved-item.gi7 {
	background: url(/images/gi-panel07.jpg) no-repeat center center;
    background-size: 690px 180px;		
}

/* Tribe Events */

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    background-color: #D52828 !important;
}

.tribe-events-calendar thead th {
    background-color: #D52828 !important;
    border-left: 1px solid #D52828 !important;
    border-right: 1px solid #D52828 !important;
}

#tribe-bar-form .tribe-bar-submit input[type=submit] {
    background: #D52828 !important;
}

#tribe-bar-views .tribe-bar-views-option {
    font-size: 16px !important;
}

.tribe-events-notices {
    background: #D52828 !important;
    border-radius: 4px;
    border: 1px solid #D52828 !important;
    color: #ffffff;
    margin: 10px 0 18px;
    padding: 8px 35px 8px 14px;
    text-shadow: none;
	font-size: 16px;
}

#tribe-events-bar {
    margin-bottom: 0px !important;
}

.tribe-events-title-bar {
    display: block;
    width: 60%;
    margin: 0px auto;
    overflow: visible;
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
    position: relative;
    z-index: 1250;
}

.tribe-events-title-bar h3 {
	background: #ffffff !important;
	color: #3A3035 !important;
	padding: 20px 0px 20px 0px !important;
	text-align: center !important;
}

.tribe-bar-disabled #tribe-bar-form {
	display: none;
}

#tribe-events-header, #tribe-events-footer {
	margin-bottom: 0px !important;
}

#tribe-events-content {
    margin: -40px 0px 48px 0px;
    background-color: #D52828 !important;
    position: relative;
    z-index: 1000;
    background: none;
	padding: 0px 0px !important;
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);	
}

#tribe-events-content .tribe-events-calendar td {
    background-color: #ffffff;
}

#tribe-events-content a {
	color: #ffffff;
}

#tribe-events-content table.tribe-events-calendar {
	margin: 0px 0 .6em !important;
}

#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-footer .tribe-events-sub-nav li, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li {
    margin-left: 10px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	background: #D52828;
	color: #ffffff;
}

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
    opacity: 1.0 !important;
    filter: Alpha(opacity=100) !important;
}

.tribe-events-tooltip {
	display: none !important;
}

.type-tribe_events.entry {
	box-shadow: none !important;
	margin-bottom: 0px;
}

.tribe-mini-calendar-nav div {
    background: #D52828 !important;
}

.tribe-mini-calendar th {
    padding: 5px 0px 5px 0px;
}

.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background: #D52828 !important;
}

.tribe-events-adv-list-widget .tribe-event-featured .tribe-mini-calendar-event {
	background: #D52828 !important;
}

.tribe-events-widget-link {
	display: none !important;
}

/* Tribe Events - Single Event */

.single-tribe_events .site-container {
    margin: 80px auto 40px auto;
    z-index: 300;
	z-index: 1000;
}

.single-tribe_events .entry {
	
}


.single-tribe_events #tribe-events-content {
	padding: 30px 30px 0px 30px !important;
	background-color: #ffffff !important;
	box-shadow: none;
}

.single-tribe_events .tribe-events-single-event-title {
	background: none;
	color: #3A3035;
	text-transform: none;
	text-align: left;
}

.single-tribe_events #tribe-events-content a {
    color: #D52828;
}

.single-tribe_events .tribe-events-cal-links a {
	color: #ffffff !important;
}

.single-tribe_events .tribe-events-event-meta {
    margin: 0px 0 !important;
}

.single-tribe_events #tribe-events-footer {
    border-top: none;
    padding-top: 0em;
}

/* Landing Page */

.landing-page .flexible-content {
    margin: -50px auto 0px auto;
    position: relative;
    z-index: 1000;
}

/* Team, Board and Advisory Page */

.people-page .flexible-content {
    margin: -50px auto 40px auto;
    position: relative;
    z-index: 1000;
}

.people-loop {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.people-loop .people-loop-wrap {
	margin: 40px auto 80px auto;
}

.people-single-post {
	display: block;
	width: 25%;
	height: auto;
	overflow: hidden;	
	float: left;
	margin: 0px 0px 20px 0px;
}

.people-single-post .people-image {
	display: block;
	width: 80%;
	height: auto;
	overflow: hidden;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0% auto;
}

.people-single-post .people-image a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.people-single-post .people-image a img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.people-single-post .people-content {
	display: block;
	width: 80%;
	height: auto;
	overflow: hidden;
	text-align: center;
	margin: 0% auto;
}

.people-single-post .people-content h3 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
}

.people-single-post .people-content h3 a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 60px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
}

.people-single-post .people-content .people-position {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 13px;
	color: #3A3035;
}

/* Questions */

.faqs-page .flexible-content {
    margin: -70px auto 40px auto;
    position: relative;
    z-index: 1000;
}

.questions {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px 0px 40px 0px;
}

.questions-loop {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.questions-single-post {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 25px 0px 25px 0px;
	border-bottom: 1px solid rgba(0,0,0,.20);
}

.questions-single-post:last-of-type {
	border-bottom: none;
}

.questions-single-post .questions-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 900;
	font-size: 24px;
	line-height: 27px;
	letter-spacing: 0em;
}

.questions-single-post .questions-title .questions-title-content {
	display: inline-block;
	width: 90%;
	height: auto;
	overflow: hidden;
	float: left;
}

.questions-single-post .questions-text {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 10px 80px 10px 0px;
}

/* Faces of Sepsis */

.face-loop-button {
	margin-bottom: 30px;
}

.face-loop-button-wrap {
	background: #D52828;
    padding: 30px 0px;
}

.face-loop-button h3 {
	text-align: center;
    text-transform: uppercase;
    color: #ffffff;
}

.face-loop-button p {
	text-align: center;
    color: #ffffff;
}

.face-loop-button a.btn-regular {
	display: block;
	width: 25%;
	height: auto;
	overflow: hidden;
	margin: 0px auto;
	background: #3A3035;
	box-shadow: none;
}

.face-loop-button a.faces-loop-1 {
	display: block;
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	margin: 0% 2% 4% 0%;
	box-shadow: none;
}

.face-loop-button a.faces-loop-2 {
	display: block;
	width: 48%;
	height: auto;
	overflow: hidden;
	float: left;
	box-shadow: none;
}

.face-loop-filter {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.face-loop {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.face-single-post {
	display: block;
	width: 25%;
	height: auto;
	overflow: hidden;	
	float: left;
	margin: 0px 0px 20px 0px;
}

.face-single-post .face-image {
	display: block;
	width: 240px;
	height: 240px;
	overflow: hidden;	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	border: 1px solid #D52828; 
	margin: 0px auto;
}

.face-single-post .face-image a {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}

.face-single-post .face-image a img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.face-single-post .face-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.face-single-post .face-content h3 {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
}

.face-single-post .face-content h3 a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 50px;
	overflow: hidden;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

/* Faces - Single */

.single-faces .entry-content {
    padding: 0px 30px 30px 30px !important;
}

.sepsis-and-related-content {
    font-weight: 300;
    font-size: 28px;
    margin: 0px 0px 20px 0px;
}

/* Ajax Load More */

.alm-btn-wrap .alm-load-more-btn {
    background: #D52828 !important;
	border-radius: 0px !important;
}

.alm-filters-container .alm-filter {
    display: inline-block !important;
    width: 32%;
    height: auto;
    overflow: hidden;
    padding: 0 0 10px !important;
    margin: 0% 0% 0% 2% !important;
    float: right;
}

.resource-page-new .alm-filters-container .alm-filter {
    display: block !important;
    width: 100%;
}

.alm-filters-container .alm-filter:nth-of-type(3) {
    margin: 0% 0% 0% 0% !important;
}

.alm-filters-container .alm-filter--text-wrap.has-button input[type=text] {
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.alm-filters-container .alm-filter--text-wrap.has-button button, .alm-filters-container .alm-filter--text-wrap button[type=button] {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	-webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 40px !important;
    line-height: 0px !important;	
}

.alm-filters-container .alm-filter--select select {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	-webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    height: 40px !important;
    line-height: 40px !important;	
}

.alm-filters-container .alm-filter--text-wrap {
	padding: 0px !important;
	height: 40px !important;
	border: 1px solid #3A3035 !important;
	-webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.alm-filters-container .alm-filter--tag select,.alm-filters-container .alm-filter--select select {
	border: 1px solid #3A3035 !important;
	color: #424242 !important;
}

.alm-filters-container .alm-filter--text-wrap.has-button input[type=text] {
	height: 38px !important;
}

.alm-btn-wrap .alm-load-more-btn.done, .alm-filters-container .alm-filter label {
	display: none !important;
}

/* Woo Commerce*/

.woocommerce .site-container {
    margin: -35px auto 40px auto;
}

.woocommerce .entry-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 20px auto;
    padding: 30px 30px 30px 30px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	box-shadow: none;
}

.woocommerce ul.products li.product::before, .woocommerce-page ul.products li.product::before {
	content: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li::before, .woocommerce-page .woocommerce-pagination ul.page-numbers li::before {
	content: none;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #D52828 !important;
    color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #3A3035 !important;
}

.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #3A3035 !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #3A3035 !important;
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #fff !important;
	cursor: pointer !important;
	font-weight: 300 !important; 
	font-size: 15px !important;
	padding: 0 10px !important;
	height: 42px !important;
    line-height: 42px !important;
	width: auto !important;
	text-transform: uppercase !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #D52828 !important;
}

.woocommerce .product .entry-content, .woocommerce-page .entry-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 20px auto;
    padding: 30px;
}

.woocommerce .product .entry {
	background: none;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
}

.woocommerce .product .images.woocommerce-product-gallery {
	opacity: 1 !important;
}

.woocommerce .product section.related {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	clear: both;
}

.woocommerce-checkout #payment ul.payment_methods > li {
	list-style-type: none;
}

.woocommerce-message, .woocommerce-info {
    border-top-color: #D52828 !important;
}

.woocommerce-message::before, .woocommerce-info::before {
    color: #D52828 !important;
}

.woocommerce .woocommerce-result-count {
	display: none !important;
}

.woocommerce-footer-about {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	font-weight: 500;
	font-size: 75%;
	margin: 30px 0px 30px 0px;
}

/* Single Posts */

.single .site-container {
    margin: -50px auto 0px auto;
}

.single .entry-content {
    margin: 20px auto;
    padding: 30px;
}

.share {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	margin: 0px 0px 40px 0px;
}

.comments {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;	
}

/* Newsroom */

.newsroom-page .flexible-content {
    margin: -70px auto 40px auto;
    position: relative;
    z-index: 1000;
}

/* Blog Posts */

.blog-loop .blog-loop-wrap {
    overflow: visible;
    margin: 20px auto;
    padding: 30px 30px 30px 30px;
	background: #ffffff;
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
}

.blog-single-post {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
	margin: 0px 0px 20px 0px;
}

.blog-single-post h3 {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

.blog-single-post h3 a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.blog-single-post .date {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.blog-single-post.announcement .date {
	display: none;
}

.blog-single-post .text {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;	
}

.blog-single-post.announcement .text {
	margin: 10px 0px 0px 0px;
}

/* Entry */

.entry .date, .entry .meta {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

.entry .entry-image {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

/* Glossary */

.glossary-loop-filter {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.glossary-single-post {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	margin: 0px 0px 20px 0px;
}

/* Sepsisand... Page */

.sepsisand-page .flexible-content, .sepsisand-page2 .flexible-content {
    margin: -70px auto 40px auto;
    position: relative;
    z-index: 1000;
}


.sepsisand-page2 .alm-filters-container .alm-filter {
    display: block !important;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0% 0% 2% 0% !important;
    float: none;
}

.sepsis-and.page-content {
	overflow: visible;
}

.sepsis-and-wrap.page-content-wrap {
	overflow: visible;
}

.sepsis-and-item {
    display: inline-block;
    width: 48%;
    height: auto;
    overflow: visible;
	float: left;
    margin: 0% 4% 4% 0%;
    box-shadow: 0px 0px 25px 4px rgba(1, 1, 1, 0.5);
}

.sepsis-and-item:nth-of-type(even) {
	margin: 0% 0% 4% 0%;
}

.sepsis-and-item .sepsis-and-image {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sepsis-and-item .sepsis-and-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.sepsis-and-item .sepsis-and-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	min-height: 125px;
}

.sepsis-and-item .sepsis-and-content-wrap {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 40px 30px 40px;
}

.sepsis-and-item .sepsis-and-content .sepsis-and-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #3A3035;
	margin: 0px 0px 10px 0px;
}

.sepsis-and-item .sepsis-and-content .sepsis-and-text p {
	margin: 0px 0px 0px 0px;
}

.sepsis-and-item .sepsis-and-content .sepsis-and-text a {
	color: #3A3035;
}

.nav-sub-pages {
	display: table;
	margin: 0 auto;
	text-align: center;
}

.nav-sub-pages ul {
	min-width: 696px;
	list-style: none;
	padding-top: 20px;
}

.nav-sub-pages ul li {
	display: inline;
	margin: 0px 0px 0px 0px;
}

.nav-sub-pages ul li:after {
	padding: 0px 10px 0px 10px;
	content: "|";
}

.nav-sub-pages ul li:last-of-type:after {
	padding: 0px 0px 0px 0px;
	content: "";
}

/* AMR Superbugs Watchlist */

.amr-superbugs-watchlist .box-content-bg-item .box-content-bg-item-content a {
    display: inline;
    width: auto;
    height: auto;
    overflow: visible;
    font-size: inherit;
    font-weight: 700;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    text-decoration: none;
    color: #D52828;
    margin: 0% 0% 0% 0%;
    float: none;
}

/* Resources */

.resources-page .flexible-content {
    margin: -40px auto 0px auto;
    position: relative;
    z-index: 1000;
}

.resources-loop-filter {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 0px 20px 0px;
}

.resources-loop .page-content-wrap {
	width: 1000px;
	overflow: visible;
	background: none;
	box-shadow: none;
	padding: 0px 0px 0px 0px;
}

.resource-page-new .resources-loop .page-content-wrap {
	width: 1200px;
}

.resource-item {
    display: inline-block;
    width: 45%;
    height: auto;
    overflow: visible;
	float: left;
    margin: 0% 10% 4% 0%;
    box-shadow: 0px 0px 25px 4px rgba(1, 1, 1, 0.5);
}

.resource-item:nth-of-type(even) {
	margin: 0% 0% 2% 0%;
}

.resource-item .resource-item-image {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.resource-item .resource-item-image img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.resource-item .resource-item-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

.resource-item .resource-item-content-wrap {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 30px 40px 30px 40px;
}

.resource-item .resource-item-content .resource-item-content-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 75px;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
	color: #3A3035;
	margin: 0px 0px 10px 0px;
}

.resource-item .resource-item-content .resource-item-content-type {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	color: #D52828;	
}

.resource-item a.btn-regular, .resource-item a.btn-regular-black {
    width: 50%;
    box-shadow: none;
	float: left;
}

.page-id-47323 .resource-item a.btn-regular, .page-id-47323 .resource-item a.btn-regular-black {
	float: none;
}

.page-id-47323 .btn-regular-full-width {
	box-shadow: none;
}

.resource-item a.btn-regular.third, .resource-item a.btn-regular-black.third {
    width: 33.333%;
    box-shadow: none;
	float: left;
}

/* Resource Popups */

.resource-popup {
	display: block;
	width: auto;
    max-width: 70%;
	overflow: hidden;
    position: relative;
    background: #FFF;
    margin: 20px auto;	
}

.resource-popup .mfp-close, .resource-popup-small .mfp-close {
    color: #fff !important;
}

.resource-popup-left {
    display: block;
    width: 50%;
    height: auto;
    float: left;
	line-height: 0px;
}

.resource-popup-right {
    display: block;
    width: 50%;
    height: auto;
    float: left;
}

.resource-popup-content {
	padding: 15px 25px 0px 25px;	
}

.resource-popup-right h4 {
	text-align: center;
    color: #ffffff;
    background: #3A3035;
	text-transform: uppercase;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
}

.resource-popup-small {
	display: block;
	width: auto;
    max-width: 30%;
	overflow: hidden;
    position: relative;
    background: #FFF;
    margin: 20px auto;	
}

.resource-popup-top, .resource-popup-bottom {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	line-height: 0px;
}

.resource-popup-bottom .btn-regular-black {
	width: 100%;
}

/* Stats Counter */

#stats-container {
	display: block;
    overflow: hidden;
}

.stats {
	display: inline-block;
	width: 33.3333%;
	height: auto;
	overflow: hidden;
	float: left;
	min-height: auto;
}

.stats .stat-number {
	font-size: 80px;
	font-weight: 700;
	color: #D52828;
}

/* COVID-19 Landing Page */

.landing-page.covid19-landing-page .flexible-header-area {
	display: none;
}

.landing-page.covid19-landing-page .flexible-content {
    margin: 100px auto 0px auto;
}

.covid19-landing-page .flexible-content-50-50 .one-half.image img {
	width: 75%;
	float: right;
}

.covid19-landing-page .flexible-content-50-50 .one-half.first.image img {
	width: 75%;
	float: left;
}

.covid19-landing-page .flexible-content-full-width-content .page-content-wrap {
    box-shadow: none;
    margin-top: 0px;
}

.covid19-landing-page .flexible-content-full-width-content .section-content {
    width: 100%;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    border: none;
}

.covid19-landing-page .flexible-content-full-width-content .section-content a {
	color: #C54090;	
	text-decoration: underline;
}

.covid19-landing-page .flexible-content-50-50 {
	box-shadow: none;
}

.covid19-landing-page .flexible-content-50-50 .page-content-wrap {
	width: 100%;
}

.covid19-landing-page .flexible-content-full-width-content p, .covid19-landing-page .flexible-content-50-50 p {
	font-size: 30px;
}

.covid19-landing-page h1 {
	background: none;
	padding: 0px 0px 0px 0px;
	text-align: inherit;
}

.covid19-landing-page .flexible-content-full-width-content .section-content h2 {
    font-size: 34px;
}

.covid19-landing-page .flexible-content-full-width-content .section-content h2.magenta {
	color: #C54090;
    font-weight: 400;
    font-size: 38px;
}

.covid19-landing-page .flexible-content ul li {
    margin: 0px 0px 10px 10px;
	font-size: 30px;
}

.covid19-landing-page .flexible-content ul > li::before {
    color: #C54090;
	margin-left: 0em;
}

.covid19-landing-page .flexible-content ul.white-text-columns {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.covid19-landing-page .flexible-content ul.white-text-columns > li::before {
    color: #ffffff;
}

.covid19-landing-page .highlight-box {
	background: #C54090;
	color: #ffffff;
	padding: 40px 50px;
}

.covid19-landing-page .highlight-box p:last-of-type {
	margin-bottom: 0px;
}

.covid19-landing-page .highlight-box a {
	color: #ffffff !important;
}

.covid19-landing-page a.btn-quiz {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	background: #C54090;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff !important;
	border-radius: 10px;
	text-align: center;
	text-decoration: none !important;
}

.covid19-landing-page a.btn-quiz:hover {
	background: #3A3035;
}

.covid19-landing-page a.link-arrow-right {
	text-transform: uppercase;
	font-weight: 700;
	color: #3A3035 !important;
	text-decoration: none !important;
}

.covid19-landing-page a.link-arrow-right i {
	color: #C54090;
}

.covid19-landing-page h1.headline {
	font-weight: 900;
	color: #3a3035 !important;
}

.covid19-landing-page h1.headline span.magenta-highlight {
	font-weight: 900;
	font-size: 100px;
	color: #c84b96 !important;
}

.covid19-landing-page h1.headline .underline {
	display: block;
	background: url('https://sandbox.sepsis.org/wp-content/uploads/2023/05/underline-1.png') no-repeat;
    width: 505px;
    height: 83px;
	overflow: hidden;
}

.covid19-landing-page h1.headline.center .underline {
	margin: 0px auto;
}

/* Get Vaxxed */

.get-vaxxed .flexible-content .page-content {
    padding: 10px 0px 10px 0px;
}

.get-vaxxed .flexible-header-area, .get-vaxxed .flexible-header-area .flexible-header-area-wrap {
	height: 422px;
}

.get-vaxxed .flexible-header-area .header-text-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	text-align: center;
	padding-top: 7%;
}

.get-vaxxed .flexible-header-area .header-text-content-title {
	font-family: "questa-sans", sans-serif;
	font-weight: 800;
	font-size: 70px;
	line-height: 70px;
	letter-spacing: 0em;
	color: #f9ef7b;
}

.get-vaxxed .flexible-header-area .header-text-content-title .line1 {
	
}

.get-vaxxed .flexible-header-area .header-text-content-title .line2 {
	display: none;
}

.get-vaxxed .flexible-header-area .header-text-content-title .line3 {
	display: none;
}

.get-vaxxed .flexible-header-area .header-text-content-subtitle {
	font-family: "questa-sans", sans-serif;
	font-weight: 800;
	font-size: 120px;
	line-height: 120px;
	letter-spacing: 0em;	
	color: #ffffff;
}

.get-vaxxed .flexible-content-full-width-content .section-content {
	padding: 0px;
	border: none;
}

.get-vaxxed .flexible-content-full-width-content .page-content-wrap, .get-vaxxed .flexible-content-50-50 {
	background: none;
	box-shadow: none;
}

.get-vaxxed .flexible-content-33-33-33 {
	height: 450px
}

.get-vaxxed .flexible-content-33-33-33 .page-content-wrap {
	overflow: visible;
}

.get-vaxxed .flexible-content-33-33-33 .one-third {
	background: #ffffff;
	padding: 20px;
	border: 1px solid #C5C5C5;
	box-shadow: 6px 6px 6px 0px rgba(0,0,0, .25);
	min-height: 430px;
}

.get-vaxxed .flexible-content-full-width-content.get-vaxxed-outline .section-content {
    padding: 30px 30px 30px 30px;
    border: 2px solid #fff;
}

.get-vaxxed  .flexible-content-full-width-content.get-vaxxed-outline h2 {
	background: url(https://cdn.sepsis.org/wp-content/uploads/2025/05/gradient-make-responsive.png) center;
}

.get-vaxxed .flexible-content-full-width-content.get-vaxxed-outline .page-content-wrap {
    box-shadow: 0px 0px 29.44px 2.56px rgba(1, 1, 1, 0.5);
}

.get-vaxxed .questions-single-post {
    padding: 10px !important;
    margin-bottom: 5px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 8px !important;
}

.get-vaxxed .questions-single-post .questions-title {
	font-weight: 700 !important;
	font-size: 20px !important;
	color: #1E1E1E !important;
}

.get-vaxxed .collapseomatic span {
	margin: 8px 0px;
    width: 12px !important;
    height: 8px !important;
    background: url(https://www.sepsis.org/wp-content/uploads/2025/06/arrow-down.png) no-repeat !important;
}

.get-vaxxed .colomat-close span {
	margin: 8px 0px;
    width: 12px !important;
    height: 8px !important;
    background: url(https://www.sepsis.org/wp-content/uploads/2025/06/arrow-right.png) no-repeat !important;
}

.get-vaxxed .vaxxing-and-sepsis-title .page-content-wrap {
	border-top: 1px solid #c5c5c5;
}

.get-vaxxed .flexible-content-50-50 .page-content-wrap {
	border-bottom: 1px solid #c5c5c5;
}

/* SEP Links */

.sep-links .flexible-header-area {
    display: none; 
}

.sep-links .flexible-content-full-width-content .section-content {
	border: none;
}

.landing-page.sep-links .flexible-content {
	margin: -30px auto 0px auto;
	z-index: 100 !important;
}

.sep-links .flexible-content-full-width-content .page-content-wrap {
    width: 100%;
}


@media only screen and (max-width: 900px) {
	
/* Get Vaxxed */
	
.get-vaxxed .flexible-header-area, .get-vaxxed .flexible-header-area .flexible-header-area-wrap {
    height: 200px;
}	
	
.get-vaxxed .flexible-header-area .flexible-header-area-wrap img {
	margin: 12.5% auto !important;
}	
	
.get-vaxxed .flexible-content-33-33-33 {
    height: 1350px;
}
	
.get-vaxxed .flexible-header-area .header-text-content {
    padding-top: 15%;
}	

.get-vaxxed .flexible-header-area .header-text-content-title {
	font-size: 23px;
	line-height: 23px;
}	
	
.get-vaxxed .flexible-header-area .header-text-content-subtitle {
	font-size: 35px;
	line-height: 35px;
}	

/* Stats */
	
.stats {
	display: block;
	width: 100%;
}
	
/* Donations Menu */
	
.header-widget-right {
	display: block !important;		
}
	
.header-widget-right section#nav_menu-4 {
    display: block !important;
    height: 80px;
}
	
.header-widget-right a {
    height: 80px;
    padding: 27px 0px 0px 0px;
}
	
.header-widget-right section#custom_html-3 {
    display: none;
}	
	
.face-loop-button a.btn-regular {
	width: 80%;
}
	
/* Box Content */
	
.box-content-bg-item .box-content-bg-item-image, .box-content-bg-item .box-content-bg-item-container {
	width: 100%;
	float: none;
}	
	
/* COVID-19 Landing Page */	
	
.landing-page.covid19-landing-page .flexible-content {
    margin: 10px auto 0px auto;
}
	
.covid19-landing-page .flexible-content-full-width-content p, .covid19-landing-page .flexible-content-50-50 p {
    font-size: 14px;
	line-height: 22px;
}
	
.covid19-landing-page .flexible-content ul li {
    font-size: 14px;
}
	
.covid19-landing-page .flexible-content-full-width-content .section-content h2.magenta {
    font-size: 24px;
}	
	
.covid19-landing-page .flexible-content-full-width-content .section-content h2 {
    font-size: 20px;
}	
	
.covid19-landing-page .flexible-content-full-width-content .section-content {
	width: 80%;
}
	
.covid19-landing-page .flexible-content-50-50 .one-half.image img, .covid19-landing-page .flexible-content-50-50 .one-half.first.image img  {
	width: 100%;
	float: none;
}

.covid19-landing-page .flexible-content-50-50 .one-half {
	/* width: 48.717948717948715% !important; */
}
	
.covid19-landing-page .highlight-box a.btn-quiz {
    padding: 15px 0px 15px 0px;	
}
	
.covid19-landing-page .highlight-box {
    padding: 20px 25px;
}
	
.covid19-landing-page h1.headline span.magenta-highlight {
    font-size: 60px;
}
	
.covid19-landing-page h1.headline .underline {
    width: 100%;
    height: 83px;
    background-size: 100%;
}	
	
}

/********** Media Queries **********/

@media only screen and (max-width: 1200px) {	
	
.site-container, .page-content-wrap, .footer-widgets .wrap, .flexible-content-faces-of-sepsis .page-content-wrap, .flexible-content-full-width-content .page-content-wrap {
	width: 1000px;	
}
	
.home .flexible-content-full-width-content .page-content-wrap {
	width: 900px;	
}	
	
.content {
	width: 700px;
}

.sidebar-primary {
	width: 200px;
}	
	
.header-widget-right {
    display: none;	
}
	
.flexible-content-news-events .page-content-wrap, .flexible-content-news-events .flexible-content-news-events-left, .flexible-content-news-events .flexible-content-news-events-right {
    height: 1500px;
}
	
.people-single-post {
    width: 33.333%;
}
	
.face-single-post {
	width: 33.333%;	
}
	
.face-single-post .face-image {
    margin: 0px auto;
}
	
}

@media only screen and (max-width: 900px) {
	
.page-id-101706 .flexible-header-area, .page-id-101706 .flexible-header-area .flexible-header-area-wrap {
	height: 300px;
}
	
/* Sepsis And */
	
.sepsis-and-filter-left, .sepsis-and-filter-right {
	padding: 0% 5% 0% 5%;	
}
	
.sepsis-and-item {
    display: block;
    width: 100%;
    float: none;
    margin: 0% 0% 4% 0% !important;
}
	
/* Resource Poups */	
	
.resource-popup-left {
	display: none;
}	
	
.resource-popup-right {
    width: 100%;
    float: none;
}

.resource-popup-small, .resource-popup {
	max-width: 80%;
}
	
/* Fonts */
	
h1, .entry-title {
	font-size: 33px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 13px;
}
	
/* Content */

.site-container {
	max-width: 100%;
	padding: 0px 0px 0px 0px;
    margin: 0px auto 20px auto;
}
	
.page-template-landing-page-template .site-container {
    margin: 0px auto 0px auto;
}
	
.home .site-container {
    margin: -20px auto 20px auto;	
}
	
.page-content-wrap {
	width: 100%;
	box-shadow: none !important;
}		
	
.five-sixths,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5,
.footer-widgets-6,
.four-sixths,
.home-middle .widget,
.home-top .widget,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds,
.one-fifth,
.four-fifths {
	margin: 0;
	width: 100%;
}
	
.entry-content h1 + p {
    padding: 0px 40px 0px 40px;
}
	
.content {
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 100%;
}

.content-sidebar-wrap {
	width: 100%;
    float: none;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.full-width-content .content, 
.content-sidebar .content {
	width: 100%;
	float: none;
}

.sidebar-primary {
	display: block;
  	float: none;
  	width: 100%;
}

.sidebar .widget {
    margin: 0px 0px 0px 0px;
}
	
/* Shared Page Styles */

.entry {
    margin-bottom: 0px;
}

.alignleft {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignleft img, img.alignleft, .wp-caption.alignleft {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignleft > a, .alignleft > a > img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}

.alignright {
    float: none;
    text-align: none;
	width: 100% !important;
}

a.alignright img, img.alignright, .wp-caption.alignright, .alignright > img {
	margin: 0px 0px 12px 0px;
	width: 100% !important;
}

.alignright > a, .alignright > a > img {
	display: block;
	margin: 0px auto;	
	text-align: center;
}
	
a.alignnone img, img.alignnone {
    width: 100%;
    margin-bottom: 0px;
}
	
.page-id-115893 a.alignnone img, .page-id-115893 img.alignnone {
    width: auto;
    margin-bottom: 5px;
}	
	
/* Buttons */
	
.btn-outline {
	display: block;
    width: 100%;
}
	
/* Header */
	
.flexible-header-area {
	display: block;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.flexible-header-area .flexible-header-area-wrap {
	display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
	background-size: auto 200px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
	
.nav-search-bar .menu-sites-menu-container {
    display: none;
}
	
.title-area {
    width: 60px;
	margin: 10px 0px 0px 10px;
}
	
.nav-search-bar {
    height: auto;
}
	
.search-form {
    width: 90%;
    margin: 20px auto;	
}
	
.header-widget-right {
    display: none;
}
	
.nav-top {
    height: 80px !important;
	position: relative;
}
	
#mega-menu-wrap-primary {
    width: 100% !important;
    position: absolute;
    top: 0px !important;
    left: 0px !important;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > ul.mega-sub-menu {
    border-top: none !important;
    margin: 0px 0px 20px 0px !important;
	padding: 10px 0px 10px 0px !important;
}	
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
	border-right: none !important;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 90% !important;
    margin: 0% auto 0% auto !important;
	float: none !important;
}	
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 10px 0px 10px 0px !important;
}	
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 5px 17px 5px 17px !important;
}	
	
.slider-section {
    margin: 0px 0px 0px 0px; 
}
	
/* Sponsor Logos */
	
.sponsor-logos {
    padding: 20px 0px 20px 0px;
}	
	
/* Newsletter */
	
.newsletter-signup {
    padding: 20px 0px 20px 0px;
}	
	
.newsletter-signup .newsletter-signup-title, .newsletter-signup form {
    display: block;
    width: 90%;
	float: none; 
	margin: 20px auto;
	text-align: center;
}

.newsletter-signup form input.input-one-third {
    display: block;
    width: 100%;
	float: none;  
	padding: 15px 25px 15px 25px;
}
	
.newsletter-signup form .fields-top, .newsletter-signup form .fields-bottom .radioCheckboxContainer li {
    margin-bottom: 10px;
}	
	
.newsletter-signup form input[type="submit"] {
    display: block;
    width: 100% !important;
	padding: 15px 20px 15px 20px !important;
}
	
/* Flexible Content Fields */
	
.resources-loop .page-content-wrap {
    width: 100%;
}
	
.home .flexible-content {
    margin: 0px 0px 20px 0px;
	z-index: 10;
}
	
.flexible-content .page-content {
    padding: 20px 0px 20px 0px;
}	
	
.flexible-content-full-width-content .page-content-wrap, .home .flexible-content-full-width-content .page-content-wrap {
	width: 100%;	
}
	
.flexible-content-box-menu {
	height: auto;		
	margin: -20px 0px 0px 0px;
}
	
.flexible-content-box-menu .page-content-wrap {
	width: 100%;
	height: auto;		
}
	
.flexible-content-box-menu .box-menu-item {
    display: block;
    width: 100%;
	height: 300px;
    float: none;
    border-right: none;
	border-bottom: 1px solid #636363;
}
	
.flexible-content-box-menu .box-menu-item:nth-of-type(3) {
	border-bottom: none;
}	
	
.flexible-content-box-menu .box-menu-item .box-menu-item-overlay-content {
    display: block;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 20;
}
	
.flexible-content-box-menu .box-menu-item .box-menu-item-overlay, .flexible-content-box-menu .box-menu-item .box-menu-item-overlay-fade {
	display: block;
	height: 500px;	
}	
	
.flexible-content-box-menu .box-menu-item .box-menu-item-title {
	color: #ffffff;	
	margin: 50px auto 20px auto;
}	
	
.flexible-content-box-menu .box-menu-item .box-menu-item-title-link {
    color: #ffffff;	
    border: 4px solid #ffffff;	
}
	
.flexible-content-box-menu .box-menu-item .box-menu-item-overlay .box-menu-item-overlay-title, .flexible-content-box-menu .box-menu-item .box-menu-item-overlay .box-menu-item-overlay-box {
	display: none;	
}	
	
.page-id-35 .flexible-content-box-content-bg {
	height: 900px;
}

.page-id-43 .flexible-content-box-content-bg {
	height: 1400px;
}	
	
.flexible-content-news-events {
    padding: 0px 0px 0px 0px;
}	
	
.flexible-content-news-events .page-content-wrap {
    height: auto;	
}
	
.flexible-content-news-events .flexible-content-news-events-left, .flexible-content-news-events .flexible-content-news-events-right {
    display: block;
    width: 100%;
    height: auto;
    float: none;
	margin-bottom: 50px;
}
	
.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item a.btn-regular, .flexible-content-events .flexible-content-events-loop .flexible-content-loop-item a.btn-regular-black {
    display: block;
	width: 100%;
}	
	
.flexible-content-faces-of-sepsis {
    padding: 20px 0px 20px 0px;
}
	
.flexible-content-faces-of-sepsis .page-content-wrap, .flexible-content-related-content .page-content-wrap {
	width: 100%;
}	
	
.flexible-content-related-content .section-content {
	width: 100%;	
}	
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-image {
    display: block;
    width: 90%;
    float: none;
    margin: 0% auto 5% auto;
}
.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-content {
    display: block;
    width: 90%;
    float: none;
	margin: 0px auto;
	text-align: center;
}	
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item .flexible-content-loop-item-image a {
	margin: 0% auto;	
}	
	
.flexible-content-campaign .page-content-wrap {
    height: auto;
}
	
.flexible-content-campaign .campaign-left {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    padding: 10% 5% 10% 5%;
    margin: 0px auto;
	text-align: center;
}	
	
.flexible-content-campaign .campaign-right {
    display: block;
    width: 100%;
    height: 600px;
	overflow: hidden;
    float: none;
	background-position: center !important;
}
	
.flexible-content-campaign .campaign-center {
    display: none;
}
	
.flexible-content-events {
    padding: 20px 0px 20px 0px;
}
	
.flexible-content-events .flexible-content-events-title {
    margin: 0px 0px 20px 0px;
	text-align: center;
}
	
.flexible-content-events .flexible-content-events-loop {
	height: auto;
}
	
.flexible-content-events .flexible-content-events-loop .flexible-content-loop-item {
    width: 100%;
    margin: 0% 0% 2% 0%;
    float: none;
}
	
.flexible-content-50-50 {
    box-shadow: none;
}	
	
.flexible-content-50-50.background-image {
	padding: 0px 0px 0px 0px;
    color: #ffffff;
}

.flexible-content-50-50.background-image .page-content-wrap {
	background: rgba(0,0,0,.50);
}
	
.flexible-content-50-50 .one-half-content {
    padding: 5% 5% 0% 5%;
}	

.flexible-content-50-50.background-image .page-content-wrap h6 {	
	    color: #ffffff;
}
	
.flexible-content-full-width-content .section-content {
    width: 100%;
    padding: 0% 5% 0% 5%;
    border: none;
}	
	
.flexible-content .flexible-content-25-75.page-content .one-fourth, .flexible-content .flexible-content-25-75.page-content .three-fourths {
	padding: 0% 5% 0% 5%;
}	
	
.flexible-content .flexible-content-75-25.page-content .one-fourth, .flexible-content .flexible-content-75-25.page-content .three-fourths {
	padding: 0% 5% 0% 5%;
}	
	
.flexible-content-box-content.two-per-row .box-content-item {
    display: block;
    width: 100%;
    margin: 0% 0% 2% 0%;
    box-shadow: none;
}
	
.flexible-content-resources .page-content-wrap {
    overflow: visible;
    width: 100%;
}
	
/* ALM */
	
.alm-filters-container {
	padding: 0px 20px 0px 20px;	
}
	
.alm-filters-container .alm-filter {
    display: block !important;
    width: 100%;
    margin: 0% 0% 1% 0% !important;
    float: none;
}	
	
/* Questions */
	
.faqs-page .flexible-content {
    margin: -40px auto 40px auto;
}	
	
.questions-single-post {
    padding: 25px 20px 25px 20px;
}
	
/* Landing Page */
	
.landing-page .flexible-content {
    margin: -40px auto 40px auto;
}
	
/* People */

.people-page .flexible-content {
    margin: -40px auto 0px auto;
}
	
.people-loop .people-loop-wrap {
    margin: 0px auto 40px auto;
}
	
.people-single-post {
    width: 50%;
}
	
/* Faces of Sepsis */
	
.face-single-post {
	width: 100%;	
}
	
.face-loop-button a.faces-loop-1, .face-loop-button a.faces-loop-2 {
    display: block;
    width: 100%;		
	margin: 0px 0px 20px 0px;
}
	
/* Faces Loop - Homepage */
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-image, .flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content {
    display: block;
    width: 100%;
    height: auto;
    overflow: visible;
    float: none;
    margin: 0% 0% 5% 0%;
}
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content {
	padding: 0% 5%;	
}
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content h3 a {
    text-align: center;
}
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content .btn-regular {
	margin: 0px 0px 20px 0px;	
}
	
.flexible-content-faces-of-sepsis .flexible-content-loop-item:nth-of-type(1) .flexible-content-loop-item-content .btn-regular-black {
	margin: 0px 0px 0px 0px !important;	
}

.flexible-content-faces-of-sepsis .flexible-content-loop-item {
	display: block;
	width: 100%;
	float: none;
	margin: 0% 0% 5% 0%;
}
	
/* Resources */
	
.resource-item {
    display: block;
    width: 100%;
	overflow: hidden;
    margin: 0% 0% 2% 0%;
	box-shadow: none;
}
	
.resource-item a.btn-regular, .resource-item a.btn-regular-black {
    display: block;
	width: 100%;
}	
	
/* Single Posts */

.single .site-container {
    margin: 0px auto 0px auto;
}
	
.entry {
	box-shadow: none;	
}	
	
.share {
    margin: 0px 20px 40px 20px;
}	
	
/* Tribe Events */
	
.tribe-events-title-bar {
    width: 100%;
}
	
.tribe-events-list .tribe-events-loop .tribe-event-featured {
	background: none !important;		
}
	
.tribe-events-list .type-tribe_events {
    margin-bottom: 2rem !important;
    padding: 0 1.5rem 1rem !important;
}
	
#tribe-events-content {
    margin: -20px 0px 48px 0px;
    background-color: #ffffff !important;
}
	
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
    margin-top: 0rem !important;
}	
	
.tribe-events-loop .tribe-events-event-meta {
    background: #ffffff !important;
    border: none !important;
    margin-top: 0px !important;
    padding: 0px 0px 0px 0px !important;
	color: #3A3035 !important;
}	
	
#tribe-events-content a {
    color: #3A3035 !important;
}
	
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
    color: #3A3035 !important;
}
	
#tribe-events-footer~a.tribe-events-ical.tribe-events-button {
    margin: 0 auto 0px !important;
}
	
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
    color: #ffffff !important;
}
	
#tribe-mobile-container {
    padding: 20px !important;
}	
	
.tribe-events-loop {
    margin-top: 50px !important;
}	
	
/* Footer */
	
.footer-widgets .wrap {
	width: 100%;
	padding: 40px 0px 0px 0px;
}
	
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4, .footer-widgets-5, .footer-widgets-6 {
    float: none;
    text-align: center;
}
	
.footer-widgets ul.menu li, .footer-widgets ul.menu li a {
	text-align: center;
}
	
.credit-logos .credit-logo {
    float: none;
}
	
.social-links {
    text-align: center;
}
	
.social-links .social-link {
    float: none;
}
	
/* WooCommerce */
	
.woocommerce .site-container {
    margin: 0px auto 40px auto;
}
	
/* Gravity Forms */	
	
.gform_wrapper #input_7_4_3_container {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0% 0% 0% 0% !important;
}

.gform_wrapper #input_7_4_6_container {
	display: block;
	float: none;
	width: 100% !important;
	margin: 0% 0% 0% 0% !important;
}
	
}