/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
	display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
	display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
	outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
	outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
	white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 2 */
	margin: 0;
	/* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
	line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

.investors td {
	vertical-align: top;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: "Miso";
	src: url("../fonts/Miso/miso____-webfont.eot");
	src: url("../fonts/Miso/miso____-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Miso/miso____-webfont.woff") format("woff"), url("../fonts/Miso/miso____-webfont.ttf") format("truetype"), url("../fonts/Miso/miso____-webfont.svg#misoregular") format("svg");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Miso";
	src: url("../fonts/Miso/miso-bol-webfont.eot");
	src: url("../fonts/Miso/miso-bol-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Miso/miso-bol-webfont.woff") format("woff"), url("../fonts/Miso/miso-bol-webfont.ttf") format("truetype"), url("../fonts/Miso/miso-bol-webfont.svg#misobold") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Miso";
	src: url("../fonts/Miso/miso-lig-webfont.eot");
	src: url("../fonts/Miso/miso-lig-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Miso/miso-lig-webfont.woff") format("woff"), url("../fonts/Miso/miso-lig-webfont.ttf") format("truetype"), url("../fonts/Miso/miso-lig-webfont.svg#misolight") format("svg");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Entypo;
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/Entypo/entypo.eot");
	src: url("../fonts/Entypo/entypo.eot?#iefix") format("embedded-opentype"), url("../fonts/Entypo/entypo.woff") format("woff"), url("../fonts/Entypo/entypo.ttf") format("truetype"), url("../fonts/Entypo/entypo.svg#Entypo") format("svg");
}

@font-face {
	font-family: EntypoSocial;
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/EntypoSocial/entypo-social.eot");
	src: url("../fonts/EntypoSocial/entypo-social.eot?#iefix") format("embedded-opentype"), url("../fonts/EntypoSocial/entypo-social.woff") format("woff"), url("../fonts/EntypoSocial/entypo-social.ttf") format("truetype"), url("../fonts/EntypoSocial/entypo-social.svg#EntypoSocial") format("svg");
}

@font-face {
	font-family: IcoMoon;
	font-weight: normal;
	font-style: normal;
	src: url("../fonts/IcoMoon/icomoon.eot");
	src: url("../fonts/IcoMoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/IcoMoon/icomoon.woff") format("woff"), url("../fonts/IcoMoon/icomoon.ttf") format("truetype"), url("../fonts/IcoMoon/icomoon.svg#IcoMoon") format("svg");
}

@font-face {
	font-family: "exo2_regular";
	src: url("../fonts/exo2/exo2-regular-webfont.woff2") format("woff2"),
	url("../fonts/exo2/exo2-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "exo2_bold";
	src: url("../fonts/exo2/exo2-bold-webfont.woff2") format("woff2"),
	url("../fonts/exo2/exo2-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "exo2_extrabold";
	src: url("../fonts/exo2/exo2-extrabold-webfont.woff2") format("woff2"),
	url("../fonts/exo2/exo2-extrabold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "darwinofficebold";
	src: url("../fonts/DarwinOffice/los_andes_-_darwinoffice-bold-webfont.woff2") format("woff2"),
	url("../fonts/DarwinOffice/los_andes_-_darwinoffice-bold-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "darwinofficebold_italic";
	src: url("../fonts/DarwinOffice/los_andes_-_darwinoffice-boldit-webfont.woff2") format("woff2"),
	url("../fonts/DarwinOffice/los_andes_-_darwinoffice-boldit-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "darwinofficeitalic";
	src: url("../fonts/DarwinOffice/los_andes_-_darwinoffice-it-webfont.woff2") format("woff2"),
	url("../fonts/DarwinOffice/los_andes_-_darwinoffice-it-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "darwinofficeregular";
	src: url("../fonts/DarwinOffice/los_andes_-_darwinoffice-regular-webfont.woff2") format("woff2"),
	url("../fonts/DarwinOffice/los_andes_-_darwinoffice-regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:focus {
	outline: none;
}

img,
object,
embed {
	max-width: 100%;
	height: auto;
}

object,
embed {
	height: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

img.responsive {
	max-width: 100%;
	height: auto;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
	max-width: none !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.hide {
	display: none !important;
}

.antialiased {
	-webkit-font-smoothing: antialiased;
}

img {
	display: inline-block;
}

textarea {
	height: auto;
	min-height: 50px;
}

select {
	width: 100%;
}

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
	width: 100%;
	background: white;
}

.fixed {
	width: 100%;
	left: 0;
	position: fixed;
	top: 0;
	z-index: 99;
}

.top-bar {
	overflow: hidden;
	height: 45px;
	line-height: 45px;
	position: relative;
	background: white;
	margin-bottom: 1.875em;
}

.top-bar ul {
	margin-bottom: 0;
	list-style: none;
}

.top-bar .row {
	max-width: none;
}

.top-bar form,
.top-bar input {
	margin-bottom: 0;
}

.top-bar input {
	height: 2.45em;
}

.top-bar .button {
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 0;
}

.top-bar .title-area {
	position: relative;
}

.top-bar .name {
	height: 45px;
	margin: 0;
	font-size: 16px;
}

.top-bar .name h1 {
	line-height: 45px;
	font-size: 1.0625em;
	margin: 0;
}

.top-bar .name h1 a {
	font-weight: bold;
	color: #766f6b;
	width: 50%;
	display: block;
	padding: 0 15px;
}

.top-bar .toggle-topbar {
	position: absolute;
	right: 0;
	top: 0;
}

.top-bar .toggle-topbar a {
	color: #766f6b;
	text-transform: uppercase;
	font-size: 0.8125em;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
	right: 25px;
	top: 50%;
	margin-top: -16px;
	z-index: 999;
}

.top-bar .toggle-topbar.menu-icon a {
	text-indent: -48px;
	width: 34px;
	height: 34px;
	line-height: 33px;
	padding: 0;
	color: #766f6b;
}

.top-bar .toggle-topbar.menu-icon a span {
	position: absolute;
	right: 0;
	display: block;
	width: 16px;
	height: 0;
	-webkit-box-shadow: 0 10px 0 1px #766f6b, 0 16px 0 1px #766f6b, 0 22px 0 1px #766f6b;
	box-shadow: 0 10px 0 1px #766f6b, 0 16px 0 1px #766f6b, 0 22px 0 1px #766f6b;
	z-index: 999999;
	border: 1px solid white;
}

.top-bar.expanded {
	height: auto;
	background: transparent;
}

.top-bar.expanded .title-area {
	background: white;
}

.top-bar.expanded .toggle-topbar a {
	color: #888888;
}

.top-bar.expanded .toggle-topbar a span {
	-webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
	box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
	left: 0;
	position: relative;
	width: auto;
	-webkit-transition: left 300ms ease-out;
	-moz-transition: left 300ms ease-out;
	transition: left 300ms ease-out;
}

.top-bar-section ul {
	width: 100%;
	height: auto;
	display: block;
	background: white;
	font-size: 16px;
	margin: 0;
}

.top-bar-section .divider {
	border-bottom: solid 1px white;
	border-top: solid 1px #e6e6e6;
	clear: both;
	height: 1px;
	width: 100%;
}

.top-bar-section ul li > a {
	display: block;
	width: 100%;
	color: #766f6b;
	padding: 12px 0 12px 0;
	padding-left: 15px;
	font-size: 11.7px;
	font-weight: 400;
	background: white;
}

.top-bar-section ul li > a:hover {
	background: #f7f7f7;
}

.top-bar-section ul li > a.button {
	background: #2ba6cb;
	font-size: 11.7px;
}

.top-bar-section ul li > a.button:hover {
	background: #2284a1;
}

.top-bar-section ul li > a.button.secondary {
	background: #e9e9e9;
}

.top-bar-section ul li > a.button.secondary:hover {
	background: #d0d0d0;
}

.top-bar-section ul li > a.button.success {
	background: #5da423;
}

.top-bar-section ul li > a.button.success:hover {
	background: #457a1a;
}

.top-bar-section ul li > a.button.alert {
	background: #c60f13;
}

.top-bar-section ul li > a.button.alert:hover {
	background: #970b0e;
}

.top-bar-section ul li.active a {
	background: #f7f7f7;
}

.top-bar-section .has-form {
	padding: 15px;
}

.top-bar-section .has-dropdown {
	position: relative;
}

.top-bar-section .has-dropdown > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: solid 0px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0);
	margin-right: 5px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	right: 0;
}

.top-bar-section .has-dropdown.moved {
	position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
	visibility: visible;
}

.top-bar-section .dropdown {
	position: absolute;
	left: 100%;
	top: 0;
	visibility: hidden;
	z-index: 99;
}

.top-bar-section .dropdown li {
	width: 100%;
}

.top-bar-section .dropdown li a {
	font-weight: normal;
	padding: 8px 15px;
}

.top-bar-section .dropdown li.title h5 {
	margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
	color: #766f6b;
	line-height: 22.5px;
	display: block;
}

.top-bar-section .dropdown label {
	padding: 8px 15px 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #555555;
	font-weight: bold;
	font-size: 0.625em;
}

.top-bar-js-breakpoint {
	width: 0px !important;
	visibility: hidden;
}

.js-generated {
	display: block;
}

.show-responsive {
	display: none;
}

#mobilenav,
.mobilebuttons {
	display: none;
}

.mobilebuttons ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.mobilebuttons li {
	display: inline-block;
}

.mobilebuttons .btn {
	float: none;
	margin: 5px 2px;
	font-size: 1.3rem;
	padding: 5px 10px;
	letter-spacing: 0;
}

.mobilebuttons .btn.green {
	background: #02a092;
}

.page-harvardsymp .page-main {
	background: none;
	box-shadow: none;
}

#loggedin {
	width: 960px;
	margin: 25px auto 15px auto;
	padding: 0 20px;
}

#harvardsymp {
	text-align: center;
	padding-bottom: 0px;
}

#harvardsymp h1 {
	font: 35px/35px "Trebuchet MS", Helvetica, sans-serif;
	color: #766f6b;
	margin: 0 0 10px 0;
}

#harvardsymp p {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	margin: 5px 0;
}

#harvardsymp a,
.harvfooterinfoblock a,
.continuereading {
	color: #00a79d;
}

#harvardsymp a:hover,
.harvfooterinfoblock a:hover,
.continuereading:hover {
	color: #00538f;
}

.harvintrocopy {
	margin-bottom: 30px;
	padding: 5px 100px 0;
}

.harvintrocopy sponsorsblock {
	color: #04aaaa;
	font-weight: bold;
}

.harvback {
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

.harvback a {
	color: #766f6b;
}

.sessiontitle h3,
.harvtitle h3 {
	text-transform: uppercase;
	color: #04aaaa;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 22px;
	letter-spacing: 2px;
}

.sessiontitle p {
	color: #04aaaa;
	text-align: center;
	margin: -5px 0 10px 0;
	font-size: 15px;
}

.harvideo-block {
	text-align: center;
	font-size: 14px;
	line-height: normal;
}

.harvideo-block h1 {
	margin-top: 10px;
	margin-bottom: -10px;
	color: #306da4;
}

.harvideo-block .harvpresenter {
	font-size: 15px;
	color: #252525;
	text-align: center;
}

.harvideo-block .harvfeaturecopy {
	font-size: 15px;
}

.harvideo-block .harvfeaturecopy .harvsubhead {
	color: #252525;
	text-align: center;
}

.harvideo-block .harvfeaturecopy .harvsubhead strong {
	font-size: 18px;
	font-weight: normal;
	color: #444;
}

.harvideo-block .img-holder,
.harvvideo-holder .img-holder {
	position: relative;
	border: 1px solid #eae8e7;
	margin: 0 auto 9px;
}

.harvideo-block .img-holder img,
.harvvideo-holder .img-holder img {
	box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, .25);
}

.harvplay {
	position: absolute;
	width: 47px;
	height: 31px;
	background: #bc392e;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	border-radius: 8px;
	display: inline-block;
	vertical-align: top;
}

.harvplay:before {
	content: "";
	position: absolute;
	top: 8px;
	right: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 0 7px 14px;
	border-color: transparent transparent transparent #fff;
}

.harvplay:hover {
	opacity: .8;
}

.harvcontinue {
	color: #02a7a0;
	font-weight: normal;
}

.harvcontinue:hover {
	color: #306da4;
}

.harvvideo-holder,
.category-holder {
	text-align: center;
}

.category-holder .post {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin: 5px 10px 15px 10px;
	border: 0 !important;
	background: #d8d4d3;
	text-align: left;
}

.harvvideo-holder .post {
	display: inline-block;
	vertical-align: top;
	width: 215px;
	margin: 5px 10px 15px 10px;
	border: 0 !important;
}

.category-holder .post.emptycategory {
	opacity: .5;
}

.harvvideo-holder .post a {
	color: #00a59e;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
}

.harvvideo-holder .post a strong {
	font-weight: bold !important;
	display: block;
}

.harvvideo-holder .post a:hover,
.category-holder .post a:hover {
	opacity: .8;
}

.category-holder .post .session {
	background: #02a7a0;
	color: #FFF;
	text-transform: uppercase;
	padding: 3px 10px;
	font-size: 13px;
	letter-spacing: .5px;
}

.category-holder .post .copy {
	color: #585453;
	padding: 3px 10px;
	height: 40px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	line-height: normal;
}

.continuereading {
	display: inline-block;
	text-transform: uppercase;
}

.aligncenter {
	text-align: center;
}

.fullcopy {
	display: none;
}

.continuereading span {
	font-size: 22px;
}

.harvfooterinfoblock {
	text-align: center;
	padding: 0 20px 10px 20px;
	font-size: 16px;
	line-height: normal;
}

.harvfooterinfoblock .sponsorsblock {
	margin-top: 30px;
}

.harvfooterfineprint {
	border-top: 10px solid #cdcccc;
	padding-top: 30px;
}

.harvfooterfineprint .col1,
.harvfooterfineprint .col2,
.harvfooterfineprint .col3 {
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
}

.harvfooterfineprint p {
	margin-top: 0;
}

.harvfooterfineprint .col1 {
	width: 65px;
	text-align: right;
	padding-right: 10px;
}

.harvfooterfineprint .col2 {
	width: 420px;
	padding-right: 20px;
}

.harvfooterfineprint .col3 {
	width: 420px
}

.harvvideodetail {
	text-align: center;
	max-width: 640px;
	margin: auto;
}

.harvvideodetail h1 {
	color: #00a59e;
	margin: 15px 0 0 0;
	line-height: normal;
}

.harvvideodetail h2 {
	color: #00a59e;
	margin: 0;
	line-height: normal;
}

.harvvideodetail .description {
	text-align: left;
	padding-bottom: 100px;
}

.harvvideodetail .description span {
	font-weight: bold;
	color: #306da4;
	float: left;
	display: inline-block;
	padding-right: 5px;
}

@media only screen and (min-width: 0px) {

	.top-bar {
		background: white;
		*zoom: 1;
		overflow: visible;
	}

	.top-bar:before, .top-bar:after {
		content: " ";
		display: table;
	}

	.top-bar:after {
		clear: both;
	}

	.top-bar .toggle-topbar {
		display: none;
	}

	.top-bar .title-area {
		float: left;
	}

	.top-bar .name h1 a {
		width: auto;
	}

	.top-bar input,
	.top-bar .button {
		line-height: 2em;
		font-size: 0.875em;
		height: 2em;
		padding: 0 10px;
		position: relative;
		top: 8px;
	}

	.top-bar.expanded {
		background: white;
	}

	.contain-to-grid .top-bar {
		max-width: emCalc(960px);
		margin: 0 auto;
	}

	.top-bar-section {
		-webkit-transition: none 0 0;
		-moz-transition: none 0 0;
		transition: none 0 0;
		left: 0 !important;
	}

	.top-bar-section ul {
		width: auto;
		height: auto !important;
		display: inline;
	}

	.top-bar-section ul li {
		float: left;
	}

	.top-bar-section ul li .js-generated {
		display: none;
	}

	.top-bar-section li a:not(.button) {
		padding: 0 15px;
		line-height: 45px;
		background: white;
	}

	.top-bar-section li a:not(.button):hover {
		background: #b3b3b3;
	}

	.top-bar-section .has-dropdown > a {
		padding-right: 0px !important;
	}

	.top-bar-section .has-dropdown > a:after {
		content: "";
		display: block;
		width: 0;
		height: 0;
		border: solid 0px;
		border-color: rgba(255, 255, 255, 0) transparent transparent transparent;
		margin-top: 0px;
	}

	.top-bar-section .has-dropdown.moved {
		position: relative;
	}

	.top-bar-section .has-dropdown.moved > .dropdown {
		visibility: hidden;
	}

	.top-bar-section .has-dropdown:hover > .dropdown, .top-bar-section .has-dropdown:active > .dropdown {
		visibility: visible;
	}

	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		border: none;
		content: "\00bb";
		margin-top: -7px;
		right: 5px;
	}

	.top-bar-section .dropdown {
		left: 0;
		top: auto;
		background: transparent;
		min-width: 100%;
	}

	.top-bar-section .dropdown li a {
		color: #766f6b;
		line-height: 1;
		white-space: nowrap;
		padding: 7px 15px;
		background: white;
	}

	.top-bar-section .dropdown li label {
		white-space: nowrap;
		background: white;
	}

	.top-bar-section .dropdown li .dropdown {
		left: 100%;
		top: 0;
	}

	.top-bar-section > ul > .divider {
		border-bottom: none;
		border-top: none;
		border-right: solid 1px white;
		border-left: solid 1px #e6e6e6;
		clear: none;
		height: 45px;
		width: 0px;
	}

	.top-bar-section .has-form {
		background: white;
		padding: 0 15px;
		height: 45px;
	}

	.top-bar-section ul.right li .dropdown {
		left: auto;
		right: 0;
	}

	.top-bar-section ul.right li .dropdown li .dropdown {
		right: 100%;
	}
}

/* IE 8 Fixes */

.orbit-container {
	overflow: hidden;
	width: 100%;
	position: relative;
	background: transparent;
}

.orbit-container .orbit-slides-container {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.orbit-container .orbit-slides-container img {
	display: block;
}

.orbit-container .orbit-slides-container > * {
	position: relative;
	float: left;
	height: 100%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
	position: absolute;
	bottom: 0;
	background-color: #cdcdcd;
	background-color: rgba(255, 255, 255, 0.8);
	color: #54504c;
	width: 100%;
	padding: 10px 14px;
	font-size: 0.875em;
}

.orbit-container .orbit-slides-container > * .orbit-caption * {
	color: #54504c;
}

.orbit-container .orbit-slide-number {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
}

.orbit-container .orbit-slide-number span {
	font-weight: 700;
}

.orbit-container .orbit-timer {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 6px;
	width: 100px;
}

.orbit-container .orbit-timer .orbit-progress {
	height: 100%;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	width: 0%;
}

.orbit-container .orbit-timer > span {
	display: none;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 11px;
	height: 14px;
	border: solid 4px #000;
	border-top: none;
	border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
	right: -6px;
	top: 9px;
	width: 11px;
	height: 14px;
	border: solid 8px;
	border-color: transparent transparent transparent #000;
}

.orbit-container:hover .orbit-timer > span {
	display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	background-color: #766f6b;
	background-color: rgba(118, 111, 107, 0.6);
	width: 50px;
	height: 60px;
	line-height: 50px;
	color: white;
	text-indent: -9999px !important;
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	display: block;
	width: 0;
	height: 0;
	border: solid 16px;
}

.orbit-container .orbit-prev {
	left: 0;
}

.orbit-container .orbit-prev > span {
	border-color: transparent #fff transparent transparent;
}

.orbit-container .orbit-prev:hover > span {
	border-color: transparent #ccc transparent transparent;
}

.orbit-container .orbit-next {
	right: 0;
}

.orbit-container .orbit-next > span {
	border-color: transparent transparent transparent #fff;
	left: 50%;
	margin-left: -8px;
}

.orbit-container .orbit-next:hover > span {
	border-color: transparent transparent transparent #ccc;
}

.orbit-bullets {
	margin: 0 auto 30px auto;
	overflow: hidden;
	position: relative;
	top: 10px;
}

.orbit-bullets li {
	display: block;
	width: 18px;
	height: 18px;
	background: #fff;
	float: left;
	margin-right: 6px;
	border: solid 2px #000;
	-webkit-border-radius: 1000px;
	border-radius: 1000px;
}

.orbit-bullets li.active {
	background: #000;
}

.orbit-bullets li:last-child {
	margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
	display: none;
}

.touch .orbit-bullets {
	display: none;
}

@media only screen and (min-width: 48em) {

	.touch .orbit-container .orbit-prev,
	.touch .orbit-container .orbit-next {
		display: inherit;
	}

	.touch .orbit-bullets {
		display: block;
	}
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.45);
	z-index: 98;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	display: none;
	position: absolute;
	left: 50%;
	z-index: 99;
	height: auto;
	background-color: #fff;
	margin-left: -40%;
	width: 80%;
	background-color: white;
	padding: 1.25em;
	border: solid 1px #666666;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	top: 50px;
}

.reveal-modal .column,
.reveal-modal .columns {
	min-width: 0;
}

.reveal-modal > :first-child {
	margin-top: 0;
}

.reveal-modal > :last-child {
	margin-bottom: 0;
}

.reveal-modal .close-reveal-modal {
	font-size: 1.375em;
	line-height: 1;
	position: absolute;
	top: 0.5em;
	right: 0.6875em;
	color: #aaaaaa;
	font-weight: bold;
	cursor: pointer;
}

@media only screen and (min-width: 48em) {

	.reveal-modal {
		padding: 1.875em;
		top: 6.25em;
	}

	.reveal-modal.small {
		margin-left: -15%;
		width: 30%;
	}

	.reveal-modal.medium {
		margin-left: -20%;
		width: 40%;
	}

	.reveal-modal.large {
		margin-left: -30%;
		width: 60%;
	}

	.reveal-modal.xlarge {
		margin-left: -35%;
		width: 70%;
	}

	.reveal-modal.expand {
		margin-left: -47.5%;
		width: 95%;
	}
}

@media print {

	div:not(.reveal-modal) {
		display: none;
	}
}

/* @group Base */

.chzn-container {
	font-size: 13px;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.chzn-container .chzn-drop {
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0;
	position: absolute;
	top: 29px;
	left: 0;
	z-index: 1010;
}

/* @end */
/* @group Single Chosen */

.chzn-container-single .chzn-single {
	background-color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
	background-image: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
	background-image: linear, false, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #aaaaaa;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	height: 23px;
	line-height: 24px;
	padding: 0 0 0 8px;
	color: #444444;
	text-decoration: none;
}

.chzn-container-single .chzn-default {
	color: #999;
}

.chzn-container-single .chzn-single span {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
	display: block;
	position: absolute;
	right: 26px;
	top: 6px;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

.chzn-container-single .chzn-single abbr:hover {
	background-position: -42px -10px;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
	background-position: -42px -10px;
}

.chzn-container-single .chzn-single div {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 100%;
	width: 18px;
}

.chzn-container-single .chzn-single div b {
	display: block;
	width: 100%;
	height: 100%;
}

.chzn-container-single .chzn-search {
	padding: 3px 4px;
	position: relative;
	margin: 0;
	white-space: nowrap;
	z-index: 1010;
}

.chzn-container-single .chzn-search input {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	outline: 0;
	border: 1px solid #aaa;
	font-family: sans-serif;
	font-size: 1em;
}

.chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

/* @end */

.chzn-container-single-nosearch .chzn-search input {
	position: absolute;
	left: -9000px;
}

/* @group Multi Chosen */

.chzn-container-multi .chzn-choices {
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
	background-image: -webkit-linear-gradient(top, #eeeeee 1%, white 15%);
	background-image: -moz-linear-gradient(top, #eeeeee 1%, white 15%);
	background-image: -o-linear-gradient(top, #eeeeee 1%, white 15%);
	background-image: linear, false, #eeeeee 1%, white 15%;
	border: 1px solid #aaa;
	margin: 0;
	padding: 0;
	cursor: text;
	overflow: hidden;
	height: auto !important;
	height: 1%;
	position: relative;
}

.chzn-container-multi .chzn-choices li {
	float: left;
	list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
	color: #666;
	background: transparent !important;
	border: 0 !important;
	font-family: sans-serif;
	font-size: 100%;
	height: 15px;
	padding: 5px;
	margin: 1px 0;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
	color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#eeeeee", GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear, false, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
	-webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	border: 1px solid #aaaaaa;
	line-height: 13px;
	padding: 3px 20px 3px 5px;
	margin: 3px 0 3px 5px;
	position: relative;
	cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice.search-choice-disabled {
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f4f4", endColorstr="#eeeeee", GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
	background-image: linear, top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%;
	color: #666;
	border: 1px solid #cccccc;
	padding-right: 5px;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
	background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
	display: block;
	position: absolute;
	right: 3px;
	top: 4px;
	width: 12px;
	height: 12px;
	font-size: 1px;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
	background-position: -42px -10px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
	background-position: -42px -10px;
}

/* @end */
/* @group Results */

.chzn-container .chzn-results {
	margin: 0 4px 4px 0;
	max-height: 240px;
	padding: 0 0 0 4px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
	margin: -1px 0 0;
	padding: 0;
}

.chzn-container .chzn-results li {
	display: none;
	line-height: 15px;
	padding: 5px 6px;
	margin: 0;
	list-style: none;
}

.chzn-container .chzn-results .active-result {
	cursor: pointer;
	display: list-item;
}

.chzn-container .chzn-results .highlighted {
	background-color: #3875d7;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3875d7", endColorstr="#2a62bc", GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
	background-image: linear, false, #3875d7 20%, #2a62bc 90%;
	color: #fff;
}

.chzn-container .chzn-results li em {
	background: #feffde;
	font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
	background: transparent;
}

.chzn-container .chzn-results .no-results {
	background: #f4f4f4;
	display: list-item;
}

.chzn-container .chzn-results .group-result {
	cursor: default;
	color: #999;
	font-weight: bold;
}

.chzn-container .chzn-results .group-option {
	padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
	display: none;
}

.chzn-container .chzn-results-scroll {
	background: white;
	margin: 0 4px;
	position: absolute;
	text-align: center;
	width: 321px;
	/* This should by dynamic with js */
	z-index: 1;
}

.chzn-container .chzn-results-scroll span {
	display: inline-block;
	height: 17px;
	text-indent: -5000px;
	width: 9px;
}

.chzn-container .chzn-results-scroll-down {
	bottom: 0;
}

/* @end */
/* @group Active  */

.chzn-container-active .chzn-single {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #5897fb;
}

.chzn-container-active .chzn-single-with-drop {
	border: 1px solid #aaa;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	background-color: #eee;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
	background-image: -webkit-linear-gradient(top, #eeeeee 20%, white 80%);
	background-image: -moz-linear-gradient(top, #eeeeee 20%, white 80%);
	background-image: -o-linear-gradient(top, #eeeeee 20%, white 80%);
	background-image: linear, false, #eeeeee 20%, white 80%;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.chzn-container-active .chzn-single-with-drop div {
	background: transparent;
	border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
	background-position: -18px 2px;
}

.chzn-container-active .chzn-choices {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
	color: #111 !important;
}

/* @end */
/* @group Disabled Support */

.chzn-disabled {
	cursor: default;
	opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
	cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
	cursor: default;
}

/* @group Right to Left */

.chzn-rtl {
	text-align: right;
}

.chzn-rtl .chzn-single {
	padding: 0 8px 0 0;
	overflow: visible;
}

.chzn-rtl .chzn-single span {
	margin-left: 26px;
	margin-right: 0;
	direction: rtl;
}

.chzn-rtl .chzn-single div {
	left: 3px;
	right: auto;
}

.chzn-rtl .chzn-single abbr {
	left: 26px;
	right: auto;
}

.chzn-rtl .chzn-choices .search-field input {
	direction: rtl;
}

.chzn-rtl .chzn-choices li {
	float: right;
}

.chzn-rtl .chzn-choices .search-choice {
	padding: 3px 5px 3px 19px;
	margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
	left: 4px;
	right: auto;
}

.chzn-rtl.chzn-container-single .chzn-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
	padding-left: 0;
	padding-right: 15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
	border-right: none;
}

.chzn-rtl .chzn-search input {
	padding: 4px 5px 4px 20px;
	direction: rtl;
}

.chzn-container-single.chzn-rtl .chzn-single div b {
	background-position: 6px 2px;
}

.chzn-container-single.chzn-rtl .chzn-single-with-drop div b {
	background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {

	.chzn-rtl .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-container-single .chzn-search input, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span {
		background-repeat: no-repeat !important;
		background-size: 52px 37px !important;
	}
}

/* @end */

.common-sprite,
.add-this,
.message,
.facebook,
.twitter,
.linked-in,
.youtube,
.instagram,
.citizen-logo,
.map-search-box input[type="submit"],
.secondary-nav .search-box input[type="submit"],
.page-main .search-box input[type="submit"],
.brand a,
.lt-ie9 .top-bar-section .has-dropdown > a:after,
.top-bar-section > ul > li:last-child.has-dropdown:hover > a:before,
.top-bar-section .has-dropdown:hover > a:before,
.post-comments-link:before {
	background: url("../img/common-s7155ba9bea.png?v5") no-repeat;
}

/* =================================== */

.form-title, .caption-title, .page-title, .widget-title {
	margin: 0;
	padding-top: .2em;
	padding-bottom: .4em;
	border-bottom: 1px solid #54504c;
	margin-bottom: .6em;
	font-family: Miso, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1em;
	font-weight: 300;
}

.form-title > a, .caption-title > a, .page-title > a, .widget-title > a {
	font-weight: 300;
}

.page-item-title, .widget-item-title {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

.widget-media img, .page-media, .page-item-media, .staff-media, .widget-item-media {
	display: block;
	max-width: 100%;
	height: auto;
}

.widget-media img img, .page-media img, .page-item-media img, .staff-media img, .widget-item-media img {
	max-width: 100%;
	height: auto;
	display: block;
}

.lt-ie9 .widget-media img, .widget-media .lt-ie9 img, .lt-ie9 .page-media, .lt-ie9 .page-item-media, .lt-ie9 .staff-media, .lt-ie9 .widget-item-media {
	height: 100%;
	width: 100%;
}

.widget-media {
	text-decoration: none;
	display: block;
}

.widget-media img {
	border: 0;
}

.button-expand a, .button-collapse a, .button-share, .pager-button, .button, .secondary-nav .donate a {
	font-family: Miso, Helvetica, Arial, sans-serif;
	font-size: 20.8px;
	font-size: 1.6rem;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 300;
	color: white;
	border: 0;
	line-height: 1em;
	background: #00528f;
	padding: 0.2em 0.4em;
	margin: 0.3em 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-transition: background 0.3s ease-in, color 0.3s ease-in;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition: background 0.3s ease-in 0s, color 0.3s ease-in 0s;
	-o-transition: background 0.3s ease-in 0s, color 0.3s ease-in 0s;
	transition: background 0.3s ease-in 0s, color 0.3s ease-in 0s;
}

.button-expand a:after, .button-collapse a:after, .button-share:after, .pager-button:after, .button:after, .secondary-nav .donate a:after {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-family: "Entypo";
	font-size: 0.9em;
	line-height: 0;
	content: "\e6d4";
	padding-left: 5px;
}

.button-expand a:hover, .button-collapse a:hover, .button-share:hover, .pager-button:hover, .button:hover, .secondary-nav .donate a:hover, .button.hover {
	background: white;
	color: #00528f;
}

.button-expand a, .button-collapse a, .button-share, .pager-button {
	background-color: transparent;
	background-color: rgba(208, 208, 208, 0.6);
	color: #00528f;
}

.lt-ie9 .button-expand a, .button-expand .lt-ie9 a, .lt-ie9 .button-collapse a, .button-collapse .lt-ie9 a, .lt-ie9 .button-share, .lt-ie9 .pager-button {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99D0D0D0, endColorstr=#99D0D0D0);
	zoom: 1;
}

.button-expand a:hover, .button-collapse a:hover, .button-share:hover, .pager-button:hover {
	background: #00528f;
	color: white;
}

.button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.button.moreinfo {
	float: right;
}

.button-expand, .button-collapse {
	display: block;
}

.button-expand a, .button-collapse a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.button-expand a:after, .button-collapse a:after {
	content: "\E760";
}

.button-collapse a:after {
	content: "\E763";
}

.button-share {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 18.2px;
	font-size: 1.4rem;
}

.button-share:after {
	margin-top: -4px;
	padding-left: 6px;
	font-size: 1.2em;
	content: "\2795";
}

.icon-with-text {
	color: #766f6b;
	font-weight: 400;
}

.icon-with-text:hover {
	color: #54504c;
}

.icon-with-text .icon {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	background-color: #03b2a3;
	border-radius: 4px;
	height: 24px;
	width: 24px;
}

.icon-with-text .icon i {
	margin-top: 4px;
}

.add-this,
.message,
.facebook,
.twitter,
.instagram,
.youtube,
.linked-in {
	display: block;
	margin: 0 auto;
}

.add-this {
	background-position: 0 -232px;
	width: 12px;
	height: 13px;
}

.message {
	background-position: 0 -150px;
	width: 16px;
	height: 10px;
}

.facebook {
	background-position: 0 -198px;
	width: 10px;
	height: 16px;
}

.twitter {
	background-position: -12px -184px;
	width: 14px;
	height: 15px;
}

.instagram {
	background-position: -48px -185px;
	width: 14px;
	height: 15px;
}

.youtube {
	background-position: -32px -184px;
	width: 14px;
	height: 15px;
}

.fa-x {
	width: 21px;
	height: 20px;
	background: url("/assets/img/xlogo.png") no-repeat;
}

.linked-in {
	background-position: 0 -171px;
	width: 16px;
	height: 14px;
}

.citizen-logo {
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	background-position: 0 -77px;
	width: 77px;
	height: 19px;
	display: block;
}

.sub-nav ul,
.nav-section ul,
.page-contact-us .social-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.video-link {
	cursor: pointer;
	position: relative;
}

.video-link:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	display: block;
	width: 60px;
	height: 58px;
	padding-top: 2px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background-color: transparent;
	background-color: rgba(186, 192, 179, 0.8);
	content: "\25B8";
	font-size: 50px;
	line-height: 1;
	text-align: center;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.lt-ie9 .video-link:after {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCBAC0B3, endColorstr=#CCBAC0B3);
	zoom: 1;
}

.video-link:hover:after {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	opacity: 0.9;
}

.reveal-modal {
	z-index: 199;
}

.reveal-modal-bg {
	z-index: 198;
}

.pagination .page-previous {
	float: left;
}

.pagination .page-previous:after {
	display: none;
}

.pagination .page-previous:before {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-family: "Entypo";
	font-size: 0.9em;
	line-height: 0;
	content: "\e6d1";
	padding-right: 5px;
}

.pagination .page-next {
	float: right;
}

.map img, .map object, .map embed {
	max-width: none;
	height: auto;
}

#atic_auth, #at_auth {
	height: 34px;
}

#at15pf {
	height: 24px;
}

body {
	background: #EEE;
}

body, html {
	font: 13px/17px "Trebuchet MS", Helvetica, sans-serif;
	height: 100%;
}

a {
	text-decoration: none;
	color: #00528f;
	font-weight: bold;
}

a:hover, a.active {
	color: #03b2a3;
}

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

.layout-wrap {
	*zoom: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-width: 720px;
}

.layout-wrap:before, .layout-wrap:after {
	content: " ";
	display: table;
}

.layout-wrap:after {
	clear: both;
}

.expo-logo img {
	width: 100%
}

.expo-contact {
	padding: 20px;
	background: #ddd;
	margin: 20px 0;
	clear: both;
	font-size: 18px
}

.page-main {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 65.90909%;
	padding: 15px;
}

.page-main.company-detail {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 55.90909%;
	padding: 20px 120px;
}

.page-main:last-child {
	margin-right: 0;
}

.full-page .page-main {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 100%;
}

.full-page .page-main:last-child {
	margin-right: 0;
}

.page-sidebar {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 31.81818%;
	margin-right: 0;
}

.page-sidebar:last-child {
	margin-right: 0;
}

.full-page .page-sidebar {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 100%;
	margin-top: 20px;
}

.full-page .page-sidebar:last-child {
	margin-right: 0;
}

.full-page .page-sidebar .widget, .full-page .page-sidebar .widget-dynamic {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 31.81818%;
}

.full-page .page-sidebar .widget:last-child, .full-page .page-sidebar .widget-dynamic:last-child {
	margin-right: 0;
}

.full-page .page-sidebar .widget + .widget, .full-page .page-sidebar .widget + .widget-dynamic, .full-page .page-sidebar .widget-dynamic + .widget, .full-page .page-sidebar .widget-dynamic + .widget-dynamic {
	margin-top: 0;
}

.home-widgets .column {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 31.81818%;
	min-height: 610px;
	overflow: hidden;
}

.home-widgets .column:last-child {
	margin-right: 0;
}

/* -- free book -- */
.book-block {
	text-align: center;
	margin: 35px 0 20px 0;
	padding: 40px 0 50px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.book-block h2 {
	color: #706865;
	text-align: center;
	margin: 0 0 20px 0;
	font: 32px exo2_bold, sans-serif;
	font-weight: normal;
}

.book-block img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* -- centers of excellence with map -- */
body.centermap {
	background: #FFF;
}

#centermapcontain {
	width: 100%;
	background: #f8f4f5;
	box-shadow: none;
	padding: 5px 25px 25px 25px;
}

#centermapcontain .page-content {
	font: 15px/23px "Trebuchet MS", Helvetica, sans-serif;
	padding: 0 12px;
	margin: 0;
}

#centermapcontain hr.center {
	border: 9px solid #f8f8f8;
	background: #cbcbcb;
	height: 9px;
	margin-bottom: 0;
}

#centermapcontain h2.centerheading {
	text-align: center;
	color: #776d6b;
	font-size: 27px;
	line-height: normal;
	margin: 15px 0;
}

#centermapcontain .centerbuttons ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: table;
}

#centermapcontain .centerbuttons li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 230px;
	background: #00528e;
	color: #FFF;
	padding: 15px;
	border: 6px solid #FFF;
}

#centermapcontain .centerbuttons li a {
	color: #FFF;
	font-weight: normal;
}

#centermapcontain .centerbuttons li:hover {
	opacity: .8;
}

#centermapcontain .centerbuttons li:nth-child(2) {
	background: #07b1a2;
}

#centermapcontain #center-cats {
	padding: 15px 0 50px 0;
}

#centermapcontain .center-cat {
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	padding: 20px 100px 10px 80px;
	display: flex;
}

#centermapcontain .center-cat:last-of-type {
	border: 0;
}

#centermapcontain .center-cat .col1 {
	flex: 0 0 120px;
}

#centermapcontain .center-cat .col2 {
	flex-grow: 1;
}

#centermapcontain .center-cat .heading {
	font-size: 16px;
	line-height: normal;
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	padding-bottom: 10px;
	display: block;
}

#centermapcontain .center-cat .name {
	text-transform: uppercase;
	font-weight: bold;
}

#centermapcontain .center-cat .heading .more {
	cursor: pointer;
}

#centermapcontain .center-cat .heading .less {
	cursor: pointer;
	display: none;
}

#centermapcontain .center-cat .heading .showmore {
	display: none;
}

#centermapcontain .center-cat .center-listing {
	padding-left: 15px;
}

#centermapcontain .center-cat .center-listing li {
	padding-bottom: 5px;
}

/* -- learn live page  -- */
body.learnlive {
	background: #FFF;
}

#learn-live {
	width: 100%;
	background: #EEE;
}

#learn-live .page-content {
	background: #f7f4f4;
	font: 16px/21px "Montserrat", sans-serif;
	padding: 0;
	margin: 0;
	color: #000;
}

#llsection1 {
	background: repeat-x #e0e0e0 url("/assets/images/learnlive3.jpg") top left;
	display: flex;
	border-bottom: 20px solid #EEE;
}

#llsection1 .col1 {
	position: relative;
	flex-basis: content;
	padding: 20px 20px 0 20px;
}

#llsection1 .col1 img {
	display: block;
}

#llsection1 .col1 a {
	position: absolute;
	top: 237px;
	left: 147px;
	z-index: 2;
	display: inline-block;
	background: #0c5da1;
	padding: 10px 20px;
	color: #FFF;
	font-weight: normal;
}

#llsection1 .col1 a span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	margin-left: 10px;
}

#llsection1 .col1 a:hover {
	background: #1db2a3;
}

#llsection1 .col2 {
	flex-basis: content;
	padding: 65px 0 0 20px;
}

#llsection2 {
	background: repeat-x #e0e0e0 url("/assets/images/learnlive3.jpg") top left;
	display: flex;
	position: relative;
	border-bottom: 20px solid #EEE;
}

#llsection2 .caret {
	position: absolute;
	bottom: 37px;
	left: 50%;
	height: 24px;
	width: 46px;
	margin-left: -23px;
	background: url("/assets/images/learnlive6.png");
}

#llsection2 .col1 {
	padding: 60px 30px 90px 70px;
	flex: 50%;
	color: #5c5c5c;
	line-height: 23px;
}

#llsection2 .col1 span {
	font-weight: bold;
	color: #0c5da1;
	font-size: 20px;
}

#llsection2 .col2 {
	padding: 60px 70px 90px 30px;
	flex: 50%;
	color: #5c5c5c;
	line-height: 23px;
}

#llsection3 {
	background-image: url("/assets/images/learnlive8.png"), url("/assets/images/learnlive5.png");
	background-position: top right, top left;
	background-repeat: no-repeat, repeat-x;
	background-color: #094986;
	display: flex;
	position: relative;
	border-bottom: 20px solid #EEE;
}

#llsection3 .caret {
	position: absolute;
	bottom: 37px;
	left: 50%;
	height: 25px;
	width: 46px;
	margin-left: -23px;
	background: url("/assets/images/learnlive7.png");
}

#llsection3 .col1 {
	color: #FFF;
	padding: 110px 0 120px 60px;
	flex: 50%;
	line-height: 23px;
}

#llsection3 .col1 h2 {
	font-size: 20px;
	margin-bottom: 25px;
	margin-top: 0px;
}

#llsection3 .col2 {
	color: #45e3da;
	font-size: 33px;
	padding: 40px 65px 75px 75px;
	flex: 50%;
	line-height: 40px;
}

#llsection3 .col2 strong {
	font-size: 50px;
}

#llsection4 {
	background: repeat-x #e0e0e0 url("/assets/images/learnlive3.jpg") top left;
	padding: 55px 20px 75px 20px;
	text-align: center;
	position: relative;
}

#llsection4 .caret {
	position: absolute;
	bottom: 27px;
	left: 50%;
	height: 24px;
	width: 46px;
	margin-left: -23px;
	background: url("/assets/images/learnlive6.png");
}

#llsection4 .col1 {
	color: #6a6a6a;
}

#llsection4 .learnlivevideo {
	cursor: pointer;
}

#llsection4 h2 {
	font-size: 25px;
	color: #5b5b5b;
	margin: 0 150px 30px 150px;
}

#llsection5 {
	background: repeat-x #e0e0e0 url("/assets/images/learnlive3.jpg") top left;
	display: flex;
	border-bottom: 20px solid #EEE;
}

#llsection5 .col1 {
	flex: 40%;
}

#llsection5 .col1 img {
	display: block;
}

#llsection5 .col2 {
	color: #0a4a87;
	padding: 55px 90px 20px 20px;
	flex: 50%;
}

#llsection5 .col2 h2 {
	font-size: 38px;
}

#llsection5 .col2 a {
	display: inline-block;
	background: #0c5da1;
	padding: 10px 20px;
	color: #FFF;
	font-weight: normal;
}

#llsection5 .col2 a span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	margin-left: 10px;
}

#llsection5 .col2 a:hover {
	background: #1db2a3;
}

#llsection6 {
	background: #EEE;
}

#llsection6 p {
	margin: 0;
	padding: 20px 30px 20px 30px;
	font-size: 12px;
	line-height: normal;
	color: #666;
	font-style: italic;
}

/* -- flipbook -- */
.flipbook #site-content {
	margin-top: 0px;
}

body.flipbook {
	background: #EEE;
}

#flipbook-page {
	font: 16px/21px "Montserrat", sans-serif;
}

#flipbook-page .page-title {
	margin-bottom: 0;
}

.flipbook-hero {
	margin: 0 -15px;
}

.flipbook-intro {
	background-image: url("/assets/images/learnlive8.png"), url("/assets/images/learnlive5.png");
	background-position: top center, top left;
	background-repeat: no-repeat, repeat-x;
	background-color: #094986;
	margin: 0 -15px;
}

.flipbook-intro .copy {
	color: #FFF;
	padding: 35px 50px;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
}
.connect-btn-contain {
	margin-top: 5px;
}
.connect-btn-contain .connect-heading {
	position: relative;
	text-align: center;
}
.connect-btn-contain .connect-heading::after {
	width: 100%;
	height: 2px;
	background: #09538d;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -2px;
	z-index: 1;
}
.connect-btn-contain .connect-heading span {
	background: #FFF;
	padding: 10px;
	display: inline-block;
	color: #09538d;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;
	z-index: 99;
	position: relative;
}
.connect-btn-contain .connect-buttons {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.connect-btn-contain .connect-buttons a {
	background: #19a69b;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 33%;
	height: 115px;
	padding: 10px;
}
.connect-btn-contain .connect-buttons a:nth-of-type(2n) {
	border-left: 10px solid #FFF;
	border-right: 10px solid #FFF;
}

#flipbook-page .bookcopy {
	padding: 20px 0 20px 0;
}

#flipbook-page .bookcopybtn {
	text-align: center;
}

#flipbook-page .flipbtn {
	display: inline-block;
	background: #0c5da1;
	padding: 10px 20px;
	color: #FFF;
	font-weight: normal;
}

#flipbook-page .flipbtn:hover {
	background: #1db2a3;
}

#flipbook-page .flipbtn span {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	display: inline-block;
	margin-left: 10px;
}

#flipbook-page .moreresources .row {
	display: flex;
	align-items: center;
	gap: 25px;
	padding: 15px 0;
}

#flipbook-page .moreresources .leftcol {
	flex-basis: 315px;
	flex-grow: 0;
	flex-shrink: 0;
}

#flipbook-page .moreresources .leftcol a {
	display: block;
}

#flipbook-page .moreresources .rightcol {
}

#flipbook-page .contactquestions {
	text-align: center;
	padding: 35px 0;
}

#flipbook-page .contactquestions a {
	font-size: 17px;
}

#flipbook-page .gocampaign {
	text-align: center;
	padding-bottom: 20px;
}

#flipbook-page .buttoncontainer .leftcol {
	width: 48.9%;
	display: inline-block;
	margin-right: .75%;
	vertical-align: top;
}

#flipbook-page .buttoncontainer .rightcol {
	width: 48.9%;
	margin-left: .75%;
	display: inline-block;
	vertical-align: top;
}

#flipbook-page .buttonsquare {
	background: #0c5da1;
	color: #FFF;
	text-align: center;
	display: block;
	margin-top: 20px;
	padding: 20px;
	font-weight: normal;
	font-size: 20px;
}

#flipbook-page .buttonsquare:hover {
	background: #1db2a3;
}

#flipbook-page .widebutton {
	margin-top: 20px;
	margin-bottom: 40px;
}

#flipbook-page .widebutton .headline {
	display: block;
	margin-bottom: 10px;
}

#flipbook-page .widebutton .copy {
	display: block;
	font-size: 15px;
}

#flipbook-page .widebutton .buttonsquare {
	padding: 20px 60px;
}

.page-main.groundbreakingpage {
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

#flipbook-page .report-list {
	padding-bottom: 20px;
}

#flipbook-page .report-list .report {
	padding: 20px 0;
	margin: 0 30px;
	display: table;
	border-bottom: 1px solid #0c5da1;
}

#flipbook-page .report-list strong {
	color: #005C95;
}

#flipbook-page .report-list .report .left {
	display: table-cell;
	width: 50%;
}

#flipbook-page .report-list .report .right {
	display: table-cell;
	width: 50%;
	padding: 0 20px;
}

#flipbook-page .report-list .report .bookcopybtn {
	text-align: left;
}

#flipbook-page .moreresources {
	padding: 0 30px;
}

/* -- ld registry -- */
body.page-ldregistry {
	background: #FFF;
}

#ldregistry {
	font: 15px/21px "Montserrat", sans-serif;
	color: #54504c;
}

#ldregistry .ldregistry-hero {
	background: #e8f3f4;
}

#ldregistry .ldregistry-hero img {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

#ldregistry .copycolumns {
	display: flex;
	gap: 50px;
	padding: 0 20px 30px 20px;
}

#ldregistry .copycolumns p {
	margin: 7px 0;
}

#ldregistry .copycolumns a {
	font-weight: normal;
}

#ldregistry .copycolumns ul {
	padding-left: 15px;
	margin-top: 5px;
	list-style: none;
}

#ldregistry .copycolumns ul li {
	padding-bottom: 5px;
}

#ldregistry .copycolumns ul li::before {
	content: "\2022";
	color: #1f8a92;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}

#ldregistry .copycolumns .col {
	flex: 1 1 0px;
}

#ldregistry .copycolumns h2 {
	line-height: normal;
	font-size: 25px;
	color: #1f8a92;
	margin-bottom: 0;
}

#ldregistry .joinbutton {
	color: #FFF;
	background-color: #1f8a92;
	font-size: 20px;
	font-weight: bold !important;
	padding: 7px 10px;
	margin-top: 10px;
	display: inline-block;
}

/* -- resource center -- */
body.page-resource-center {
	background: #FFF;
}

#resource-content-page {
	font: 15px/21px "Montserrat", sans-serif;
	color: #54504c;
}

#resource-content-page .layout-wrap {
	background: #f5f5f5;
}

#resource-content-page .intro {
	padding-top: 15px;
}

#resource-content-page .blue {
	color: #00528f;
}

#resource-content-page .resource-hero {
	position: relative;
	background: #E8E6E7;
	z-index: 1;
}

#resource-content-page .resource-hero .herocopyimage {
	position: absolute;
	z-index: 999;
	width: 50%;
	max-width: 496px;
	height: auto;
	margin-left: 5px;
}

#resource-content-page .introcolumns {
	display: flex;
	gap: 30px;
	padding: 30px 20px 0 20px;
}

#resource-content-page .introcolumns .col {
	flex: 1 1 0px;
}

#resource-content-page .introcolumns h1 {
	line-height: normal;
	font-size: 36px;
	margin-top: -3px;
}

#resource-content-page .introcolumns h1 span {
	display: block;
	font-size: 30px;
}

#resource-content-page .introcolumns p {
	font-size: 19px;
	line-height: 28px;
}

#resource-content-page .connectcopy {
	padding: 20px 20px 0 20px;
}

#resource-content-page .connectcopy .headline {
	text-align: center;
	position: relative;
}

#resource-content-page .connectcopy .headline span {
	display: inline-block;
	padding: 0 10px;
	background: #f5f5f5;
	text-transform: uppercase;
	color: #00528f;
	font-size: 24px;
	font-weight: bold;
	position: relative;
}

#resource-content-page .connectcopy .headline:before {
	content: " ";
	height: 1px;
	width: 100%;
	background: #00528f;
	position: absolute;
	top: 50%;
	left: 0;
}

#resource-content-page .connectcopy .buttons {
	padding-top: 10px;
	display: flex;
	gap: 20px;
}

#resource-content-page .copycolumns {
	display: flex;
	gap: 50px;
	padding: 20px 20px 30px 20px;
}

#resource-content-page .copycolumns a {
	font-weight: normal;
}

#resource-content-page .copycolumns ul {
	padding-left: 15px;
	margin-top: 0;
}

#resource-content-page .copycolumns .col {
	flex: 1 1 0px;
}

#resource-content-page .copycolumns h2 {
	line-height: normal;
	font-size: 18px;
	color: #00528f;
}

#resource-content-page .copycolumns .rc-link,
#resource-content-page .footcopy .rc-link {
	font-weight: bold;
}

#resource-content-page .copycolumns .rc-link:hover,
#resource-content-page .footcopy .rc-link:hover {
	color: #00AFD6 !important;
}

#resource-content-page .footcopy {
	border-top: 1px solid #8bafc9;
	font-size: 13px;
	line-height: normal;
	margin: 0 20px;
	padding: 10px 0;
}

#resource-content-page .sponsorcopy {
	border-top: 1px solid #8bafc9;
	font-size: 13px;
	line-height: normal;
	margin: 0 20px;
	text-align: center;
}

#resource-content-page .formcontent {
	padding: 0 20px;
}

#resource-content-page .formcontent .embedcode {
	margin-bottom: 30px;
}

/* -- cdc campaign info -- */
.page-cdc #site-content {
	margin-top: 0;
}

.page-cancer-related-lymphedema-what-you-need-to-know #site-content .content-section {
	font: 16px/21px "Montserrat", sans-serif;
}

.page-cancer-related-lymphedema-what-you-need-to-know.full-page .page-content {
	color: #5c5c5c !important;
}

.cdcintrocopy {
	padding: 5px 20px;
	font: 16px/21px "Montserrat", sans-serif;
}

.cdcintrocopy blockquote {
	padding: 0 30px;
	font-size: 20px;
	line-height: normal;
	font-style: italic;
	color: #366DAE;
}

.cdcintrocopy blockquote p {
	font-size: 20px;
	line-height: normal;
	font-style: normal;
	margin-top: 5px;
}

.cdc-tabs {
	background: #FFF;
	padding: 20px 20px 0 20px;
}

.cdc-tabs .headline {
	background: #e6eef4;
	font: 30px/30px "Montserrat", sans-serif;;
	margin-bottom: 10px;
	padding: 15px 20px;
}

.cdc-tabs .headline a {
	font-weight: normal;
	color: #366DAE;
}

.cdc-tabs .headline a:hover {
	color: #02a092;
}

.cdc-tabs .page-tabcontainer {
	padding: 0;
}

.cdc-tabs .page-tabcontainer .tab {
	color: #FFF;
	background: #366DAE;
}

.cdc-tabs .page-tabcontainer .tab:hover {
	opacity: .8;
}

.cdc-tabs .page-tabcontainer .panes {
	padding: 20px 0 15px 0;
	font-family: "Montserrat", sans-serif;
}

.cdcfineprint {
	font-size: 11px;
	color: #4e4a47;
	padding: 5px 20px;
}

#cdc-radio {
	padding-top: 10px;
}

.radio-item {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding-right: 15px;
}

.radio-item .title {
	padding: 10px 0 25px 0;
}

.radio-item .radioplayer {
	width: 100%;
}

.cdc-tvitems {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tv-item {
	flex: 0 0 50%;
	padding: 10px 0 5px 0;
}

.tv-item .title {
	padding: 10px 0;
}

.vidcontain {
	position: relative;
}

.vidcontain .inside {
	position: relative;
	display: inline-block;
}

.vidcontain .inside img {
	display: block;
}

.vidcontain.playicon .inside::before {
	position: absolute;
	bottom: -5px;
	right: -10px;
	transform: translate(-50%, -50%);
	content: "";
	height: 37px;
	width: 51px;
	background-image: url("/assets/images/cdc-play.png");
}

.vidcontain.playicon.active .inside::before {
	top: -55555px;
}

.vidcontain.playicon:hover {
	cursor: pointer;
	opacity: .8;
}

#cdc-digital img {
	max-width: 100%;
	height: auto;
}

/* -- lobby action week -- */
body.actionweek {
	background: #FFF;
}

#lobby-action-week {
	width: 100%;
}

#lobby-action-week .blue {
	color: #13b6a8;
}

#lobby-action-week .page-content {
	background: #f7f4f4;
	font: 16px/21px "Montserrat", sans-serif;
	padding: 20px 21px;
	margin: 0;
	color: #000;
}

#lobby-action-week h2.headline,
.homevideoblockcopy h2.headline {
	font: bold 30px/32px "Montserrat", sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
	color: #13b6a8;
}

#lobby-action-week h3.date,
.homevideoblockcopy h3.date {
	margin: 0;
	font: 20px/normal "Montserrat", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #13b6a8;
}

.homevideoblockcopy h3.date {
	margin: 0 50px 20px 50px;
	font: 18px/normal "Montserrat", sans-serif;
	text-align: center;
	color: #13b6a8;
	text-transform: none;
}

#lobby-action-week .photos {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#lobby-action-week .photos li {
	text-align: center;
	padding-right: 6px;
	padding-bottom: 6px;
}

#lobby-action-week .photos img {
	display: block;
}

#lobby-action-week .quotecontainer {
	background: #c6e7e4;
	padding: 20px 15px;
	text-align: center;
	margin-right: 4px;
	margin-top: 4px;
}

#lobby-action-week .quotecontainer .quote {
	font: 22px/normal "Montserrat", sans-serif;
	margin-bottom: 5px;
}

#lobby-action-week .quotecontainer .name {
	font: 16px/normal "Montserrat", sans-serif;
}

#lobby-action-week .middlecontainer {
	margin: 10px 0;
}

#lobby-action-week .middlecontainer .leftcol {
	background: #c6e7e4;
	padding: 20px;
	text-align: center;
	display: inline-block;
	width: 300px;
	vertical-align: top;
	margin-right: 15px;
}

#lobby-action-week .middlecontainer .leftcol .list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#lobby-action-week .middlecontainer .list li {
	padding: 10px 0;
	border-bottom: 1px solid #13b6a8;
	font: 24px/normal "Montserrat", sans-serif;
	text-transform: uppercase;
}

#lobby-action-week .middlecontainer .list li:last-of-type {
	border: 0;
}

#lobby-action-week .middlecontainer .rightcol {
	display: inline-block;
	width: 595px;
	vertical-align: top;
}

#lobby-action-week .middlecontainer .rightcol h2 {
	font: bold 22px/normal "Montserrat", sans-serif;
	margin-bottom: 0;
}

#lobby-action-week .middlecontainer .rightcol p {
	margin: 5px 0;
}

#lobby-action-week .middlecontainer .rightcol ul {
	margin: 0;
	padding: 0 0 0 15px;
}

#lobby-action-week .middlecontainer .rightcol li {
	padding: 5px 0;
}

#lobby-action-week .middlecontainer .rightcol li span {
	color: #000;
}

#lobby-action-week .middlecontainer a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#lobby-action-week .middlecontainer a:hover {
	text-decoration: none;
}

#lobby-action-week .highlight {
	margin: 15px 0;
}

#lobby-action-week .highlight a {
	color: #FFF;
	display: block;
	background: #00b2a4;
	padding: 10px 15px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

#lobby-action-week .highlight a:hover {
	background: #02A092;
}

#lobby-action-week .flipbook {
	background: #c6e7e4;
	padding: 20px;
}

#lobby-action-week .flipbook .leftcol {
	display: inline-block;
	width: 240px;
	vertical-align: top;
}

#lobby-action-week .flipbook .rightcol {
	display: inline-block;
	width: 560px;
	vertical-align: top;
	padding-top: 40px;
}

#lobby-action-week .flipbook h3 {
	font-style: italic;
	margin: 0 0 -5px 0;
	font-size: 24px;
}

#lobby-action-week .flipbook .rightcol p {
	margin: 8px 0;
}

#lobby-action-week .flipbook a {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

#lobby-action-week .flipbook a:hover {
	text-decoration: none;
}

#lobby-action-week .sponsorblock {
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
}

#lobby-action-week .sponsorblock .logoblock {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#lobby-action-week .sponsorblock .logoblock li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

/* -- state of the art -- */
.stateoftheart .page-content {
	margin: 0;
}

#stateoftheart .blue {
	color: #1765ac;
}

#stateoftheart h2 {
	color: #1765ac;
	font-weight: bold;
	font-size: 36px;
}

#stateoftheart h2 span {
	font-weight: normal !important;
}

.stateblock1 {
	padding: 5px 0 10px 0;
}

.stateblock1 .leftcol {
	display: inline-block;
	width: 74.5%;
	vertical-align: top;
	border-right: 1px solid #1765ac;
	padding-right: 15px;
}

.stateblock1 .leftcol ul {
	padding-left: 12px;
}

.stateblock1 .rightcol {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	padding-left: 15px;
	text-align: center;
}

.stateblock1 .rightcol .emph {
	display: block;
	margin-bottom: 5px;
	color: #1765ac;
}

.stateblock1 .rightcol .register {
	text-transform: uppercase;
	font-size: 19px;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}

.stateblock2 {
	border-top: 1px solid #1765ac;
	padding-bottom: 10px;
}

.stateblock2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.stateblock2 li {
	padding: 5px 0;
	text-indent: -1em;
	padding-left: 1em;
}

.stateblock2 .leftcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-right: 15px;
}

.stateblock2 .rightcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-left: 15px;
}

.stateblock2 .rightcol a {
	text-decoration: underline;
	color: #534f4b;
	font-weight: normal;
}

.stateblock2 .rightcol a:hover {
	text-decoration: none;
}

.stateblock3 {
	border-top: 1px solid #1765ac;
	padding-bottom: 20px;
}

.stateblock3 .leftcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-right: 15px;
}

.stateblock3 .rightcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-left: 15px;
}

.stateblock3 .header {
	color: #1765ac;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0;
	display: block;
}

.stateblock3 .header.pad {
	padding-top: 10px;
}

.stateblock3 .adendaitems {
}

.stateblock3 .adendaitems .item {
	padding: 5px 0;
}

.stateblock3 .adendaitems .item .time {
	display: inline-block;
	width: 10%;
	vertical-align: top;
	font-weight: bold;
}

.stateblock3 .adendaitems .item .info {
	display: inline-block;
	width: 89%;
	vertical-align: top;
}

.stateblock4 {
	text-align: center;
	border-top: 1px solid #1765ac;
	border-bottom: 1px solid #1765ac;
	padding: 10px 20px 20px 20px;
}

.stateblock4 h3 {
	font-size: 20px !important;

}

.stateblock5 {
	padding: 5px 20px 0 20px;
	margin-bottom: -10px;
	font-size: 11px;
}

.stateblock5 .leftcol {
	display: inline-block;
	width: 5%;
	vertical-align: top;
}

.stateblock5 .leftcol .image {
	margin-top: 5px;
}

.stateblock5 .centercol {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	padding-right: 10px;
}

.stateblock5 .rightcol {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	padding-left: 15px;
}

.statebutton {
	text-align: center;
	padding: 25px 0 5px 0;
}

.statebutton a {
	background: #1765ac;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 20px 40px;
	border-radius: 30px;
	font-size: 24px;
	font-weight: normal;
}

.statebutton a:hover {
	opacity: .8;
}

/* -- Virtual Lymphatic Summit 2021 -- */
#soh .blue {
	color: #1765ac;
}

#soh .red {
	color: #8d191c;
}

#soh .gray {
	color: #544f4c;
}

#soh .larger {
	font-size: 17px;
}

#soh h2 {
	color: #1765ac;
	font-weight: bold;
	font-size: 36px;
}

#soh h2 span {
	font-weight: normal !important;
}

.soh-stateblock1 {
	padding: 5px 0 10px 0;
	display: table;
}

.soh-stateblock1 .leftcol {
	display: table-cell;
	width: 74.5%;
	vertical-align: top;
	border-right: 1px solid #1765ac;
	padding-right: 15px;
}

.soh-stateblock1 .promotion {
	font-weight: bold;
	font-size: 16px;
}

.soh-stateblock1 .promotion span {
	color: #86171A;
}

.soh-stateblock1 .leftcol ul {
	padding-left: 12px;
}

.soh-stateblock1 .leftcol ul li {
	padding: 5px 0;
}

.soh-stateblock1 .rightcol {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	padding-left: 15px;
	text-align: center;
}

.soh-stateblock1 .rightcol .emph {
	display: block;
	margin-bottom: 5px;
	color: #1765ac;
}

.soh-stateblock1 .rightcol .register {
	text-transform: uppercase;
	font-size: 19px;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}

.soh-stateblock11 {
	padding: 5px 0 10px 0;
	display: table;
}

.soh-stateblock11 .leftcol {
	display: table-cell;
	width: 75%;
	vertical-align: top;
	border-right: 1px solid #1765ac;
	padding-right: 15px;
}

.soh-stateblock11 .promotion {
	font-weight: bold;
	font-size: 16px;
}

.soh-stateblock11 .promotion span {
	color: #86171A;
}

.soh-stateblock11 .leftcol ul {
	padding-left: 12px;
}

.soh-stateblock11 .leftcol ul li {
	padding: 5px 0;
}

.soh-stateblock11 .rightcol {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	padding-left: 15px;
	text-align: center;
}

.soh-stateblock11 .rightcol .emph {
	display: block;
	margin-bottom: 5px;
	color: #1765ac;
}

.soh-stateblock11 .rightcol .register {
	text-transform: uppercase;
	font-size: 19px;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}

.soh-stateblock2 {
	border-top: 1px solid #1765ac;
	padding-bottom: 10px;
}

.soh-stateblock2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.soh-stateblock2 li {
	padding: 2px 0;
}

.soh-stateblock2 .leftcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-right: 15px;
}

.soh-stateblock2 .rightcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-left: 15px;
}

.soh-stateblock2 .rightcol a {
	text-decoration: underline;
	color: #534f4b;
	font-weight: normal;
}

.soh-stateblock2 .rightcol a:hover {
	text-decoration: none;
}

.soh-stateblock3 {
	border-top: 1px solid #1765ac;
	padding-bottom: 20px;
}

.soh-stateblock3 .leftcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-right: 15px;
}

.soh-stateblock3 .rightcol {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
	padding-left: 15px;
}

.soh-stateblock3 .header {
	color: #1765ac;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0;
	display: block;
}

.soh-stateblock3 .header.pad {
	padding-top: 10px;
}

.soh-stateblock3 .adendaitems {
}

.soh-stateblock3 .adendaitems .item {
	padding: 3px 0;
}

.soh-stateblock3 .adendaitems .item .time {
	display: inline-block;
	width: 10%;
	vertical-align: top;
	font-weight: bold;
}

.soh-stateblock3 .adendaitems .item .info {
	display: inline-block;
	width: 89%;
	vertical-align: top;
	padding-bottom: 5px;
}

.soh-stateblock4 {
	text-align: center;
	border-top: 1px solid #1765ac;
	padding: 10px 20px 20px 20px;
}

.soh-stateblock4 h3 {
	font-size: 20px !important;
}

.soh-stateblock5 {
	padding: 5px 20px 0 20px;
	margin-bottom: -10px;
	font-size: 11px;
	border-top: 1px solid #1765ac;
}

.soh-stateblock5 h3 {
	color: #1765ac;
	font-weight: bold !important;
	font-size: 25px !important;
	text-align: center;
}

.soh-stateblock5 h3 a {
	text-decoration: underline;
}

.soh-stateblock5 .leftcol {
	display: inline-block;
	width: 5%;
	vertical-align: top;
}

.soh-stateblock5 .leftcol .image {
	margin-top: 5px;
}

.soh-stateblock5 .centercol {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	padding-right: 10px;
}

.soh-stateblock5 .rightcol {
	display: inline-block;
	width: 47%;
	vertical-align: top;
	padding-left: 15px;
}

.soh-statebutton {
	text-align: center;
	padding: 25px 0 5px 0;
}

.soh-statebutton a {
	background: #1765ac;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	padding: 20px 40px;
	border-radius: 30px;
	font-size: 24px;
	font-weight: normal;
}

.soh-statebutton a:hover {
	opacity: .8;
}

.soh-sponsor {
	text-align: center;
	border-top: 1px solid #1765ac;
	padding: 25px 0 5px 0;
	margin-top: 30px;
}

.soh-sponsor .maintitle {
	text-align: center;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.soh-sponsor .mainfooter {
	text-align: center;
	font-size: 16px;
	margin: 30px 0 50px 0;
}

/* -- wide standard  page -- */
#widepage {
	*zoom: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-width: 720px;
}

#widepage h1 {
	color: #1566ac;
	margin-top: 0;
	font-weight: bold;
}

#widepage .callout {
	background: #d4d7e4;
	color: #81787a;
	padding: 20px 20px 10px 20px;
	line-height: 20px;
}

#widepage .callout a {
	color: #81787a;
	text-decoration: underline;
}

#widepage .callout a:hover {
	text-decoration: none;
}

#widepage .blue {
	color: #1566ac;
}

/* -- video home page -- */
.layout-wrap .video-block {
	text-align: center;
	margin: 35px 0 20px 0;
	padding: 50px 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.homevidcopy {
	font-size: 20px;
	line-height: normal;
	padding: 0 40px;
}

/* -- Home Resource Center Banner -- */
.home #site-content {
	margin-top: 10px;
}

#rc-banner {
	position: relative;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
}

/* -- Home Calendar -- */
#home-events {
	position: relative;
	width: 960px;
	max-width: 100%;
	margin: 10px auto;
}

#home-events .openclick {
	background: #5fc6dc;
	color: #FFF;
	padding: 0 20px 0 85px;
	height: 40px;
	font: 300 33px/40px Miso, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
}

#home-events .openclick:hover {
	background: rgba(0, 171, 208, 0.75);
}

#home-events .openclick:before {
	width: 72px;
	height: 40px;
	content: "";
	background: url("/assets/images/icon-home-calendar.png") no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#home-events .openclick:after {
	width: 33px;
	height: 19px;
	content: "";
	background: url("/assets/images/icon-home-caret.png") no-repeat;
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 10;
}

#home-events .opencopy {
	display: none;
	color: #786f6a;
	line-height: 25px;
	padding: 20px;
}

#home-events em {
	word-break: break-normal;
}

/* -- staff redo 2019 -- */
.staffbios h3 {
	font: 33px Miso, Helvetica, Arial, sans-serif;
	color: #534f4b;
	margin: -5px 0 10px 0;
}

.staff {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-bottom: 50px;
	width: 90%;
}

.staffblock {
	flex-basis: 100px;
	margin: 0 50px 20px 0;
}

.staffblock.wide {
	flex-basis: 150px;
	margin: 0 50px 20px 0;
}

.staffblock img {
	display: block;
}

.stafftitle {
	font: bold 14px "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 0 0 2px;
	color: #534f4b;
}

.stafftitle a {
	color: #534f4b;
	display: block;
}

.stafftitle a:hover {
	color: #13A89E;
}

.staffposition {
	font-style: italic;
	padding-top: 5px;
	line-height: normal;
}

/* -- end -- */
.staff-section {
	display: block;
	float: left;
	margin-right: 1.27273%;
	width: 31.81818%;
}

.staff-section.expo {
	display: block;
	float: left;
	margin-right: 1.27273%;
	text-align: right;
	width: 45.81818%;
}

.staff-section.brochure {
	display: block;
	float: left;
	margin-right: 1.27273%;
	text-align: right;
	width: 50%;
	margin-top: -15px;
	margin-bottom: 10px
}

.fb-share-button {
	vertical-align: top;
	margin-left: 8px
}

.staff-section.expo-fb {
	display: block;
	float: left;
	margin-right: 1.27273%;
	text-align: left;
	width: 30%;
}

.staff-section.big-image {
	display: block;
	float: left;
	margin-right: 1.27273%;
	text-align: right;
	width: 73%;
}

.staff-section.big-image.graphic {
	display: block;
	float: left;
	margin-right: 1.27273%;
	margin-top: 15px;
	text-align: right;
	width: 71%;
}

.staff-section.butty {
	display: block;
	float: left;
	margin-right: 1.27273%;
	text-align: left;
	width: 23%;
	font-size: 10px
}

.staff-section.butty img {

	margin-bottom: -7px
}

.staff-section.butty img.logos {
	margin: 2px 0;
}

.staff-section:last-child {
	margin-right: 0;
}

#site-main {
	min-width: 720px;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px;
	/*margin-bottom: -255px;*/
}

/* -- MAILCHIMP EMAIL FORM -- */
#mc_embed_signup {
	width: 75%;
	padding-bottom: 50px;
}

#mc_embed_signup .mc-field-group {
	padding-bottom: 10px;
}

#mc_embed_signup .mc-field-group label {
	padding-bottom: 2px;
	display: block;
	color: #747379;
}

#mc_embed_signup .mc-field-group .text {
	width: 100%;
	border: 1px solid #747379;
	background: #f8f8f8;
}

#mc_embed_signup .mc-field-group .dropdown {
	width: 100%;
	border: 1px solid #747379;
	padding: 5px 10px;
	background: #f8f8f8;
}

#mc_embed_signup .button {
	background: #1d7b83;
	border-radius: 20px;
	padding: 7px 20px;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 23px;
}

#mc_embed_signup .button:hover {
	color: #FFF !important;
	opacity: .7;
}

/* -- CONTENT PAGE TABS -- */
.page-tabcontainer {
	padding: 27px 0;
}

.page-tabcontainer .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-tabcontainer .tab {
	display: inline-block;
	background: #EEE;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #0f5ea9;
	font: bold 14px "Montserrat", sans-serif;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
}

.page-tabcontainer .tab:hover,
.page-tabcontainer .tab.active {
	background: #366DAE;
	color: #FFF;
}

.page-tabcontainer .tab.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #366DAE;
}

.page-tabcontainer .panes {
	padding: 20px 0;
}

.page-tabcontainer .pane {
	display: none;
}

.page-tabcontainer .pane.active {
	display: block;
}

/* -- CENTERS OF EXCELLENCE Page -- */
#centerspage {
	*zoom: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-width: 720px;
	padding: 0 20px;
}

#centerspage .headcontain {
	text-align: center;
}

#centerspage .headcontain img {
	width: auto;
	max-width: 100%;
}

#centerspage h1 {
	text-align: center;
	color: #00528d;
	margin: 10px 0 0 0;
}

#centerspage h2 {
	text-align: center;
	color: #00528d;
	margin: 5px 0 20px 0;
	line-height: normal;
}

#centerspage .highlight {
	background: #cbdfdc;
	color: #595052;
	padding: 10px 20px 20px 20px;
}

#centerspage .box {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#centerspage .detailcontain {
	color: #595052;
}

#centerspage h3 {
	font-size: 22px;
	margin-bottom: 15px;
}

#centerspage .detailcontain ul {
	padding: 0 0 0 15px;
	margin: 0 0 15px 0;
}

#centerspage .catcontain .item {
	margin: 10px 0;
	display: table;
}

#centerspage .catcontain .logo {
	display: table-cell;
	vertical-align: middle;
	width: 120px;
}

#centerspage .catcontain .desc {
	display: table-cell;
	vertical-align: middle;
	width: 680px;
}

#centerspage .cta {
	text-align: center;
}

#centerspage .cta a {
	display: inline-block;
	padding: 10px 30px;
	background: #00528d;
	color: #FFF;
	border-radius: 20px;
}

#centerspage .cta a:hover {
	opacity: .8;
}

/* -- BOSTON 2021 -- */
.page-boston21 #site-content {
	margin-top: 0;
}

#boston21page {
	*zoom: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-width: 720px;
	padding: 0 20px;
}

#boston21page .headcontain {
	text-align: center;
	margin: 0 -20px;
}

#boston21page .headcontain img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.bostonfeature-block {
	text-align: center;
	font-size: 14px;
	line-height: normal;
	margin: 50px 0 0 0;
}

.bostonfeature-block h1 {
	margin-top: 10px;
	margin-bottom: -10px;
	color: #306da4;
	font-size: 24px;
}

.bostonfeature-block .harvpresenter {
	font-size: 15px;
	color: #252525;
	text-align: center;
}

.bostonfeature-block .bostonfeature-copy {
	font-size: 15px;
}

.bostonfeature-block .bostonfeature-copy .bostonfeature-sub {
	color: #252525;
	text-align: center;
	font-size: 15px;
}

.bostonfeature-block .bostonfeature-copy .bostonfeature-sub strong {
	font-size: 18px;
	font-weight: bold;
	color: #444;
}

.continuereadingboston {
	color: #00a79d;
	display: inline-block;
	text-transform: uppercase;
}

.continuereadingboston span {
	font-size: 22px;
}

.continuereadingboston:hover {
	color: #00538f;
}

.bostonfullcopy {
	display: none;
	color: #525251;
}

.bostonintrocopy {
	margin-bottom: 30px;
	padding: 0 80px 0;
	color: #525251;
	font-size: 14px;
	line-height: 20px;
}

.bostonbuttons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bostonbuttons li {
	display: inline-block;
	width: 49%;
	background: #02A092;
	color: #FFF;
	text-transform: uppercase;
	font-size: 32px;
	padding: 15px 20px;
	text-align: center;
	cursor: pointer;
}

.bostonbuttons li.active {
	background: #1266ae;
	cursor: default;
	display: inline-block;
}

.bostonbuttons li span {
	padding-left: 50px;
	opacity: 0;
}

.bostonbuttons li.active span {
	opacity: 1;
}

.bostonvideos {
	text-align: center;
	margin: 20px 0;
}

.bostonvid {
	display: inline-block;
	vertical-align: top;
	width: 435px;
	margin: 5px 10px 15px 10px;
}

.bostonvid .vidtitle {
	font-weight: bold;
	color: #00a59e;
	font-size: 15px;
}

.bostonvid .vidname {
	color: #00a59e;
	font-size: 15px;
}

#bostonclinicalvideos {
	display: none;
}

/* -- LYMPHATIC FORUM 2019 -- */
.page-forum19 #site-content {
	margin-top: 0;
}

#forum2019page {
	*zoom: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-width: 720px;
	padding: 0 20px;
}

#forum2019page .headcontain {
	text-align: center;
	margin: 0 -20px;
}

#forum2019page .headcontain img {
	width: auto;
	max-width: 100%;
}

#forum2019page h1 {
	text-align: center;
	color: #00528d;
	margin: 10px 0 0 0;
	font: 66px darwinofficebold, normal;
	line-height: normal;
}

#forum2019page h2 {
	text-align: center;
	color: #e64325;
	margin: -10px 0 20px 0;
	line-height: normal;
	font: 48px darwinofficebold_italic, normal;
}

#forum2019page h3 {
	text-align: center;
	color: #635a5b;
	margin: -10px 0 20px 0;
	line-height: normal;
	font: 36px darwinofficeregular, sans-serif;
}

#forum2019page ul {
	padding-left: 17px;
}

#forum2019page p,
#forum2019page li {
	color: #635a5b;
	font-size: 20px;
}

#forum2019page .presented {
	text-align: center;
	font-size: 40px;
}

#forum2019page .presented .space {
	display: inline-block;
	width: 30px;
}

/* -- END -- */
.site-footer {
	min-width: 720px;
	width: 100%;
	overflow: hidden;
}

#site-content {
	padding: 0px;
}

.placeholder {
	color: #bab7b5;
	font-style: italic;
}

input[type="text"], input[type="email"] {
	border: 1px solid #d0d0d0;
	padding: 0.5em 0.6em;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder {
	font-style: italic;
	color: #bab7b5;
}

input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder {
	font-style: italic;
	color: #bab7b5;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder {
	font-style: italic;
	color: #bab7b5;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder {
	font-style: italic;
	color: #bab7b5;
}

.map-search-box, .secondary-nav .search-box, .page-main .search-box {
	position: relative;
}

.map-search-box input[type="text"], .secondary-nav .search-box input[type="text"], .page-main .search-box input[type="text"] {
	padding: 0.4em 2.1em 0.4em 0.6em;
}

.map-search-box input[type="submit"], .secondary-nav .search-box input[type="submit"], .page-main .search-box input[type="submit"] {
	position: absolute;
	top: 4px;
	right: 8px;
	border: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.5;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	background-position: 0 -113px;
	width: 12px;
	height: 12px;
}

.map-search-box input[type="submit"]:hover, .secondary-nav .search-box input[type="submit"]:hover, .page-main .search-box input[type="submit"]:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}

.form-short-subscribe {
	font-size: 0;
}

.form-short-subscribe .email {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 11.7px;
	font-size: 0.9rem;
	width: 60%;
	margin-right: 2%;
}

@media screen and (max-width: 800px) {
	.form-short-subscribe .submit:after {
		display: none;
	}
}

.form-title {
	font-size: 29.9px;
	font-size: 2.3rem;
	color: white;
}

.page-form {
	background-color: transparent;
	background-color: rgba(0, 171, 208, 0.6);
	padding: 20px;
	margin: 20px 0;
	color: #54504c;
}

.lt-ie9 .page-form {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9900ABD0, endColorstr=#9900ABD0);
	zoom: 1;
}

.page-form .input-label, .page-form .success-message {
	font-weight: bold;
	color: #54504c;
}

.page-form input {
	border: 0;
}

.page-form .input-group {
	margin-right: 20px;
}

.page-form .chzn-single {
	font-size: 23.4px;
	font-size: 1.8rem;
	font-family: Miso, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 300;
}

.page-form .submit-group {
	border-top: 9px solid rgba(0, 0, 0, 0.18);
	padding-top: 1em;
	text-align: right;
}

.input-group #status {
	font-size: 13px;
	font-size: 1rem;
}

.input-group #status ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.input-group #status li {
	margin: 0 0 4px;
	padding: 0;
}

.completed .input-group, .completed .submit-group {
	display: none;
}

input.full {
	width: 100%;
}

.input-row {
	font-size: 0;
}

.input-row + .input-row {
	margin-top: 20px;
}

.input-row .half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 49%;
}

.input-row .half + .half {
	margin-left: 2%;
}

.input-label.required:before {
	content: "*";
}

.input-group {
	margin-bottom: 10px;
}

legend + .input-group {
	margin-top: 20px;
	-webkit-margin-top-collapse: separate;
}

.form-horizontal .input-group {
	margin-bottom: 20px;
	*zoom: 1;
}

.form-horizontal .input-group:before, .form-horizontal .input-group:after {
	display: table;
	content: "";
	line-height: 0;
}

.form-horizontal .input-group::after {
	clear: both;
}

.form-horizontal .input-label {
	display: block;
	float: left;
	width: 28%;
	padding-top: 5px;
	text-align: right;
}

.form-horizontal .inputs {
	*display: inline-block;
	*padding-left: 20px;
	margin-left: 30%;
	*margin-left: 0;
	font-size: 0;
}

.form-horizontal .inputs input {
	font-size: 13px;
	font-size: 1rem;
}

.form-horizontal .inputs:first-child {
	*padding-left: 30%;
}

.chzn-container, .chzn-container .chzn-results .no-results {
	font-size: 13px;
	font-size: 1rem;
}

.chzn-container-single .chzn-single {
	position: relative;
	height: auto;
	background-image: none;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	background: #b9e7f1;
	color: #00528f;
	border: 0;
	padding: 2px 10px;
}

.chzn-container-single .chzn-single:after {
	position: absolute;
	top: 13px;
	right: 10px;
	display: block;
	font-family: "Entypo";
	font-size: 1.7em;
	line-height: 0;
	content: "\e6d2";
}

.chzn-container.chzn-container-active .chzn-single {
	background: #b9e7f1;
}

.chzn-container.chzn-container-active .chzn-single-with-drop {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}

.chzn-container-single .chzn-single div b {
	background: transparent;
	width: 0;
	height: 0;
}

.chzn-container.chzn-container-active .chzn-single div b {
	display: none;
}

.chzn-container-single .chzn-search input {
	min-width: 100%;
	border-color: #d0d0d0;
}

.chzn-container-single .chzn-drop {
	-webkit-border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-ms-border-radius: 0 0 8px 8px;
	-o-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
	border: 0;
	color: #00528f;
	width: 148px;
}

.chzn-container .chzn-drop {
	background: #b9e7f1;
}

.page .controls .chzn-container-single .chzn-search input {
	background: #fff;
	padding: 4px;
	font-size: 12px;
	height: auto;
	width: 100%;
	margin-bottom: 4px;
}

.chzn-container .chzn-results li {
	padding: 2px;
	line-height: 16px;
}

.chzn-container .chzn-results .highlighted {
	background: #00528f;
	color: white;
}

.ui-infobox-content {
	padding: 1em 1em .5em;
}

.ui-infobox-light .ui-infobox-content {
	background: white;
	background: -20px bottom no-repeat rgba(255, 255, 255, 0.9);
	color: #766f6b;
	margin: 0 0 0 18px;
}

.ui-infobox-light .ui-infobox-content > * {
	color: #766f6b;
	padding: 0;
	margin: 0;
	text-shadow: none;
}

.ui-infobox-light .ui-infobox-content h3,
.ui-infobox-light .ui-infobox-content p {
	margin-bottom: 10px;
}

.map-search-box {
	background-color: transparent;
	background-color: rgba(0, 171, 208, 0.6);
	padding: 20px;
}

.lt-ie9 .map-search-box {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9900ABD0, endColorstr=#9900ABD0);
	zoom: 1;
}

.map-search-box input[type="text"] {
	width: 100%;
	color: #766f6b;
}

.map-search-box .wrap {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 60%;
	margin-right: 20px;
}

.map-item-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 0.6em;
	border-top: 9px solid rgba(0, 0, 0, 0.18);
	padding-top: 1.2em;
	margin-bottom: 13px;
	margin-bottom: 1rem;
}

.map-item {
	color: #54504c;
}

.map-item ~ .map-item {
	margin-top: 13px;
	margin-top: 1rem;
}

.map-item-title {
	font-size: 13px;
	font-size: 1rem;
	margin: 0;
	font-weight: bold;
	line-height: 1.5;
}

.page-item-list, .staff-member-list, .widget-item-list, .widget-item-list-horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
}

.map-item, .page-item, .staff-member, .widget-item {
	padding: 0;
	margin: 0;
}

.site-header {
	background: white;
	padding-top: 15px;
}

.site-header .top-bar {
	margin: 30px 0 0;
}

.home-row {
	*zoom: 1;
}

.home-row:before, .home-row:after {
	content: " ";
	display: table;
}

.home-row:after {
	clear: both;
}

.brand {
	line-height: 1;
	margin: 0;
	float: left;
}

.brand a {
	display: block;
	color: transparent;
	font: 0/0 a;
	text-shadow: none;
	background-position: 0 0;
	width: 279px;
	height: 77px;
}

.header-right {
	margin-top: -21px;
	text-align: right;
}

.secondary-nav {
	font-size: 0;
	padding: 0;
	display: table-row;
	float: right;
}

.secondary-nav > li {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	margin-left: 10px;
}

.secondary-nav .translate {
	padding: 5px 5px 8px 5px;
	border-radius: 0 0 6px 6px;
}

.secondary-nav .translate #google_translate_element .goog-te-gadget-simple {
	border: 0 !important;
}

.secondary-nav .translate #google_translate_element .goog-te-gadget-icon {
	display: none !important;
}

.secondary-nav .translate #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed {
	font-weight: normal !important;
}

.secondary-nav .translate #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(2) {
	display: none !important;
}

.secondary-nav .translate #google_translate_element .VIpgJd-ZVi9od-xl07Ob-lTBxed span:nth-of-type(3) {
	color: #000 !important;
	content: url("/assets/images/down-caret.png");
}

.secondary-nav .search-box {
	padding-left: 10px;
}

.secondary-nav .search-box .icon {
	cursor: pointer;
	margin-right: 10px;
}

.secondary-nav .search-box #search-form {
	display: none;
	float: right;
}

.secondary-nav .search-box #search-form #query {
	border: 0;
	/*border-bottom: 1px solid #CCC;*/
	margin-top: 10px;
	color: #6B6763 !important;
	padding: 0 0 5px 0 !important;
	font-size: 15px;
}

.sub-nav {
	background: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0 10px 30px 6px rgba(0, 0, 0, 0.02) inset;
	-moz-box-shadow: 0 10px 30px 6px rgba(0, 0, 0, 0.02) inset;
	box-shadow: 0 10px 30px 6px rgba(0, 0, 0, 0.02) inset;
	background-color: #eeeeee;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #fdfdfd));
	background-image: -webkit-linear-gradient(#eeeeee, #fdfdfd);
	background-image: linear-gradient(#eeeeee, #fdfdfd);
	padding: 10px 0;
	font-size: 0;
	border-bottom: 1px solid white;
}

.sub-nav li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 13px;
	font-size: 1rem;
	word-wrap: break-word;
}

.sub-nav li.active a {
	color: #03b2a3;
}

.sub-nav li + li {
	margin-left: 10px;
	border-left: 1px solid #d0d0d0;
	padding-left: 10px;
}

.sub-nav a {
	color: #766f6b;
}

.sub-nav a:hover {
	color: #03b2a3;
}

.top-bar .title-area {
	display: none;
}

.top-bar-section > ul {
	font-size: 0;
	padding: 0;
}

.top-bar-section > ul > li {
	float: none;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.top-bar-section > ul > li > a:not(.button) {
	text-transform: uppercase;
	position: relative;
	z-index: 110;
	height: 42px;
	padding: 7px 10px;
}

.top-bar-section > ul > li > a:not(.button):hover {
	background: white;
}

.top-bar-section > ul > .divider {
	width: 0;
	height: 26px;
	margin: 8px 1.5%;
	border-left: solid 2px #dedcdb;
}

.top-bar-section ul li.has-dropdown > a {
	height: 45px;
}

.top-bar-section ul li.active > a {
	background: white;
	color: #03b2a3;
}

.top-bar-section ul li a:not(.button) {
	line-height: 1.2;
}

.top-bar-section ul li a:hover, .top-bar-section ul li.has-dropdown:hover > a {
	color: #03b2a3;
}

.top-bar-section ul li.has-dropdown:hover > a, .top-bar-section ul li.has-dropdown.hover > a {
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) -4px -2px 4px, rgba(0, 0, 0, 0.1) 4px -2px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) -4px -2px 4px, rgba(0, 0, 0, 0.1) 4px -2px 4px;
	box-shadow: rgba(0, 0, 0, 0.1) -4px -2px 4px, rgba(0, 0, 0, 0.1) 4px -2px 4px;
}

.top-bar-section ul li.has-dropdown.hover > .dropdown {
	visibility: visible;
}

.top-bar-section .has-dropdown > .dropdown {
	padding-left: 0;
	padding: 4px;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px;
	-webkit-border-radius: 0 8px 8px 8px;
	-moz-border-radius: 0 8px 8px 8px;
	-ms-border-radius: 0 8px 8px 8px;
	-o-border-radius: 0 8px 8px 8px;
	border-radius: 0 8px 8px 8px;
	min-width: 110%;
}

.top-bar-section .has-dropdown > .dropdown li > a {
	background: transparent;
}

.top-bar-section .has-dropdown > .dropdown li:not(.js-generated) + li {
	border-top: 1px solid #d0d0d0;
}

.top-bar-section > ul > li:last-child .dropdown {
	right: 0;
	left: auto;
	-webkit-border-radius: 8px 0 8px 8px;
	-moz-border-radius: 8px 0 8px 8px;
	-ms-border-radius: 8px 0 8px 8px;
	-o-border-radius: 8px 0 8px 8px;
	border-radius: 8px 0 8px 8px;
}

.top-bar-section .has-dropdown > a:after {
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: auto;
	height: auto;
	border: 0;
	font-family: "Entypo";
	color: #03b2a3;
	font-size: 1.4em;
	line-height: 1;
	content: "\e6ce";
}

@media screen and (max-width: 800px) {
	.top-bar-section .has-dropdown > a:after {
		display: none;
	}
}

.top-bar-section > ul > li:last-child.has-dropdown:hover > a:before,
.top-bar-section > ul > li:last-child.has-dropdown.hover > a:before {
	right: auto;
	left: -9px;
	background-position: 0 -223px;
	width: 9px;
	height: 9px;
}

.top-bar-section .has-dropdown:hover > a:before,
.top-bar-section .has-dropdown.hover > a:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0px;
	right: -9px;
	background-position: 0 -214px;
	width: 9px;
	height: 9px;
}

.top-bar-section .has-dropdown.hover > a:before {
	visibility: hidden;
}

.top-bar .top-bar-section .has-dropdown > a {
	padding-right: 10px !important;
}

.nav-living {
	width: 25%;
}

.nav-treating {
	width: 22%;
}

.nav-news-events {
	width: 16%;
}

.nav-about {
	width: 11.5%;
}

.nav-news-events.has-dropdown > .dropdown {
	min-width: 128%;
}

.nav-news-events.has-dropdown > .dropdown li a {
	white-space: normal;
}

.orbit-slide-number, .orbit-timer, .orbit-bullets {
	display: none;
}

.orbit-container .orbit-slides-container .orbit-caption {
	min-height: 64px;
	padding-right: 118px;
	font-style: italic;
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 11.7px;
	font-size: 0.9rem;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
	width: 38px;
	height: 38px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	-ms-border-radius: 19px;
	-o-border-radius: 19px;
	border-radius: 19px;
	top: auto;
	left: auto;
	bottom: 13px;
	right: 13px;
}

.orbit-container .orbit-prev span,
.orbit-container .orbit-next span {
	border: 0;
}

.orbit-container .orbit-prev {
	right: 64px;
}

.carousel-nav {
	font-size: 0;
}

.carousel-prev,
.carousel-next {
	display: block;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -12px;
	font-weight: normal;
}

.carousel-prev {
	left: -55px;
}

.carousel-next {
	right: -50px;
}

.carousel-prev:after,
.carousel-next:after {
	display: block;
	font-size: 4.4rem;
	font-family: "Entypo";
	color: #c5c5c5;
	line-height: 1;
	height: 50px;
	width: 50px;
	text-align: center;
}

.orbit-prev:after,
.orbit-next:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -11px;
	font-size: 18.2px;
	font-size: 1.4rem;
	font-family: "Entypo";
	color: #fff;
	line-height: 1;
	height: 18px;
	width: 18px;
	text-align: center;
	text-indent: 0;
}

.orbit-prev:after,
.carousel-prev:after {
	content: "\e6d5";
}

.orbit-next:after,
.carousel-next:after {
	content: "\e6d8";
}

.orbit-next:after {
	margin-left: -8px;
}

.js-carousel,
.js-carousel li {
	padding: 0;
	margin: 0;
}

.caption-title {
	font-size: 46.93px;
	font-size: 3.61rem;
	color: #00528f;
	font-weight: 400;
	padding-top: 25px;
}

.caption-content {
	color: #54504c;
	font-size: 14.3px;
	font-size: 1.1rem;
	line-height: 1.7;
}

.hero {
	background: #f0f0f0;
}

.hero #responsivehero,
.hero .hero-inner {
	position: relative;
	width: 960px;
	max-width: 100%;
	min-width: 720px;
	margin: 0 auto;
}

.hero .hero-inner .js-carousel .caption {
	display: none;
}

.hero .hero-inner .layout-wrap {
	position: relative;
}

.hero .hero-inner .js-carousel li {
	display: block;
}

.hero .hero-inner .js-carousel,
.hero .hero-inner .js-caption {
	height: 375px;
}

.hero .hero-inner .js-caption {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 40;
	width: 402px;
	padding: 25px 25px 0 25px;
	background-color: #cbeeea;
}

.hero-media {
	max-width: none;
	width: 558px;
	height: 375px;
}

.timeline {
	list-style: none;
	padding: 15px;
	margin: 0;
	background: white url(../img/timeline-pattern.png) 39px 0 repeat-y;
	overflow: hidden;
}

.time-group {
	position: relative;
	padding: 0;
	margin: 0 0 0 75px;
}

.time-group .time {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: -75px;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	border-radius: 25px;
	padding: 14px 5px;
	background: #00528f;
	font-family: Miso, Helvetica, Arial, sans-serif;
	font-size: 22.1px;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1;
	color: white;
}

.time-group strong, .time-group b, .time-group a {
	color: #00528f;
}

.time-group:nth-child(even) .time {
	background: #03b2a3;
}

.time-group:nth-child(even) strong, .time-group:nth-child(even) b, .time-group:nth-child(even) a {
	color: #03b2a3;
}

.time-group .time-entry {
	position: relative;
}

.time-group + .time-group {
	margin-top: 18px;
	border-top: 3px solid #d8d8d8;
	padding-top: 18px;
}

.time-group .cover {
	position: absolute;
	top: 50%;
	left: -75px;
	display: block;
	width: 50px;
	height: 300px;
	background: #fff;
	z-index: 10;
}

.time-group:first-child .cover {
	margin-top: -300px;
}

.time-entry {
	position: relative;
	background: #f0f0f0;
	padding: 20px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.time-entry + .time-entry {
	margin: 18px 0 0;
}

.time-entry:before {
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -10px;
	display: block;
	content: "";
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 10px;
	border-right-color: #f0f0f0;
}

.time-entry p {
	margin: 0;
}

.time-entry ul {
	padding: 0 20px;
	list-style: disc;
}

#site-content {
	margin-top: 20px;
}

.page-main, .map-header {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.13);
	color: #766f6b;
}

.lt-ie9 .page-main, .lt-ie9 .map-header {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	zoom: 1;
}

.page-title {
	font-size: 35.1px;
	font-size: 2.7rem;
	color: #54504c;
}

.page-title.researcher {
	margin-bottom: -15px
}

.page-content {
	color: #766f6b;
	margin-top: 24.7px;
	margin-top: 1.9rem;
	margin-bottom: 24.7px;
	margin-bottom: 1.9rem;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5 {
	font-size: 15.6px;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	margin-top: 13px;
	margin-top: 1rem;
	margin-bottom: 13px;
	margin-bottom: 1rem;
}

.page-content.researchers h3 {

	font-size: 1.6em;
	line-height: .4em;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 0;
}

.green-box {
	padding: 15px;
	background: #13a89e;
	color: #fff;
	margin-bottom: 20px;
	font-family: arial, san-serif;
}

h2.inv {
	color: #1768b1;
	border-bottom: 1px solid #1768b1;
	padding-bottom: 3px;
	margin: 0 20px -9px 0
}

h2.inv1 {
	color: #1768b1;
	border-bottom: 1px solid #1768b1;
	padding-bottom: 3px;
	margin: 0 20px 0 0
}

.page-content h1 {
	font-size: 24.7px;
	font-size: 1.9rem;
}

.page-content .content-section + .content-section {
	margin-top: 30px;
}

.page-content .content-section.button-only {
	margin-top: 0;
}

.page-disclaimer {
	margin-top: 20px;
	font-size: 10.4px;
	font-size: 0.8rem;
	color: #54504c;
}

.page-disclaimer .disclaimer-title {
	font-size: 11.7px;
	font-size: 0.9rem;
	font-weight: bold;
}

.disclaimer-title {
	text-transform: uppercase;
	margin: 0;
}

.disclaimer-content {
	font-style: italic;
}

.page-item-list.researchers {
	margin-bottom: 13px;
	margin-bottom: 1rem;
	margin-top: 15px;
}

.page-item {
	*zoom: 1;
}

.page-item:before, .page-item:after {
	content: " ";
	display: table;
}

.page-item:after {
	clear: both;
}

.page-item + .page-item {
	margin-top: 13px;
	margin-top: 1rem;
	padding-top: 13px;
	padding-top: 1rem;
}

.page-item-title {
	font-size: 1em;
	text-transform: uppercase;
	vertical-align: top;
	color: #54504c;
}

.page-item-title.researcher {
	font-size: 1rem;
	text-transform: uppercase;
	vertical-align: top;
	margin-top: -17px;
	color: #54504c;
}

.page-item-title.expo {
	font-size: 1.8em;
	text-transform: capitalize;
	vertical-align: top;
	margin-top: 0;
	line-height: 24px;
	color: #54504c;
}

.page-item-title.expo span {
	font-size: .70em;
	text-transform: capitalize;
	vertical-align: top;
	margin-top: -6px;
	color: #54504c;
}

.expo-social {
	margin: 10px 0;
	clear: both;
	font-family: arial, sans-serif;
	font-size: 10px;
	color: #000
}

.expo-social span {
	height: auto
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices, .stButton .stgoogleplus, .stButton .stBubble_count {
	height: 25px !important;
}

.logos {
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.page-item-title:hover {
	color: #54504c;
}

.page-item-media {
	float: left;
	max-width: 33%;
}

.page-item-media.researcher {
	float: left;
	margin-right: 20px
}

.page-item-media.expo {
	float: left;
	width: 220px;
}

.page-item-content {
	color: #54504c;
}

.page-item-content h3 {
	color: #266FB9;
	margin: 0 0 5px 0;
}

.has-media .page-item-title, .has-media .page-item-content {
	max-width: 64%;
	margin-left: 36%;
}

.page-item-content.blog {
	max-width: 64%;
	margin-left: 24%;
	vertical-align: top
}

.page-item-pagination {
	margin-top: 13px;
	margin-top: 1rem;
	border-top: 9px solid rgba(0, 0, 0, 0.18);
	padding-top: 13px;
	padding-top: 1rem;
	text-align: right;
}

.page-latest-research .page-item-media {
	max-width: 47%;
	margin-bottom: 13px;
	margin-bottom: 1rem;
}

.page-latest-research .has-media .page-item-title {
	max-width: 50%;
	margin-left: 50%;
	font-size: 20.8px;
	font-size: 1.6rem;
	line-height: 1.3;
	text-transform: none;
}

.page-latest-research .has-media .page-item-content {
	margin-left: 0;
	max-width: none;
	clear: both;
}

.page-latest-research .page-item + .page-item {
	margin-top: 19.5px;
	margin-top: 1.5rem;
	border-top: 2px solid #d0d0d0;
	padding-top: 19.5px;
	padding-top: 1.5rem;
}

.sharethis-inline-share-buttons {
	margin: 15px 0;
}

.post-title {
	display: block;
	margin-top: 11.7px;
	margin-top: 0.9rem;
	margin-bottom: 11.7px;
	margin-bottom: 0.9rem;
	font-size: 22.75px;
	font-size: 1.75rem;
	line-height: 1.2;
	font-weight: 400;
	color: #766f6b;
}

.post-title a {
	color: #766f6b;
	font-weight: 400;
}

.post-title a:hover {
	color: #03b2a3;
}

.post-meta {
	font-size: 13px;
	font-size: 1rem;
}

.post-date {
	font-weight: 700;
}

.post-author {
	font-style: italic;
}

.post-comments-link {
	font-size: 11.7px;
	font-size: 0.9rem;
	font-weight: 400;
	padding-left: 20px;
}

.post-comments-link:hover {
	color: #00528f;
}

.post-comments-link:before {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	content: "";
	background-position: 0 -160px;
	width: 15px;
	height: 11px;
	margin-right: 6px;
}

.listing-page .post {
	border-bottom: 2px solid #d0d0d0;
	margin-bottom: 20px;
}

.staff-section-title {
	position: relative;
	margin: 1.2em 0 .2em;
	height: 40.2px;
	height: 3.4rem;
	font-size: 23.4px;
	font-size: 1.8rem;
	line-height: 1.3;
	color: #766f6b;
	font-weight: 400;
}

.staff-section-title > div {
	position: absolute;
	left: 0;
	bottom: 0;
}

.staff-section-title.researcher a {
	color: #1EB6DB;
	font-weight: 300
}

.staff-section-title.researcher a:hover {
	color: #1DB1A3
}

.staff-section.researcher img {
	border-top: 6px solid #1EB6DB;
	padding-top: 7px
}

.staff-member-list {
	font-size: 0;
}

.staff-member {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 100px;
	max-width: 43%;
	font-size: 13px;
	font-size: 1rem;
	min-height: 245px;
}

.staff-member:nth-child(even) {
	margin-left: 14%;
}

.staff-title {
	font-size: 13px;
	font-size: 1rem;
	line-height: 1.3;
	margin: 0.6em 0 0.1em;
	color: #54504c;
}

.staff-title a {
	color: #54504c;
}

.staff-position {
	font-style: italic;
}

.staff-info-box {
	width: 468px;
	width: 36rem;
	margin-left: -234px;
	margin-left: -18rem;
}

.staff-info-box .staff-media {
	float: left;
	margin: 0 20px 20px 0;
}

.staff-info-box .staff-name {
	display: block;
	margin: 0;
	font-size: 18.2px;
	font-size: 1.4rem;
	color: #54504c;
}

.staff-info-box .staff-position {
	display: block;
	font-size: 14.3px;
	font-size: 1.1rem;
	margin: 0 0 1em;
}

.staff-info-box .staff-biography {
	clear: both;
	max-height: 340px;
	overflow: auto;
}

.honor-hero {
	margin-bottom: 40px;
}

.hero-intro {
	display: table;
}

.hero-intro .headshot {
	display: table-cell;
	vertical-align: bottom;
	padding-right: 20px;
}

.hero-intro .name-title {
	display: table-cell;
	vertical-align: bottom;
	color: #54504c;
	font-size: 30px;
	line-height: 30px;
}

.hero-bio a {
	color: #766f6b;
	text-decoration: underline;
	font-weight: normal;
}

.hero-bio a:hover {
	text-decoration: none;
}

.result-item {
	margin-bottom: 45.5px;
	margin-bottom: 3.5rem;
}

.result-title {
	margin: 0 0 0.5em;
	line-height: 1.2;
}

.result-content {
	margin: 0 0 0.5em;
	line-height: 1.7;
}

.result-link {
	font-size: 11.7px;
	font-size: 0.9rem;
	font-weight: 400;
}

.page-main .search-box {
	max-width: 60%;
	margin-bottom: 13px;
	margin-bottom: 1rem;
}

.page-main .search-box input[type="text"] {
	width: 100%;
}

.page-main .search-box input[type="submit"] {
	top: 6px;
}

.story-listing {
	font-size: 0;
}

.story-listing .page-item {
	font-size: 13px;
	font-size: 1rem;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	height: 98px;
	overflow: hidden;
	margin-bottom: 20px;
}

.story-listing .page-item:nth-child(3n+3) {
	margin-right: 0;
}

.story-listing .page-item + .page-item {
	margin-top: 0;
	padding-top: 0;
}

.story-listing .page-item.active {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}

.story-listing .page-item.active a {
	cursor: default;
}

.page-your-stories .page-content {
	color: #54504c;
}

.page-your-stories .story-title {
	font-size: 22.1px;
	font-size: 1.7rem;
	font-weight: 400;
}

.js-active-story {
	margin-bottom: 40px;
}

.page-contact-us .page-content h3 {
	text-transform: uppercase;
	margin-bottom: 0.5em;
}

.page-contact-us .icon-with-text .icon .message {
	margin-top: 7px;
}

.page-contact-us .social-links li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
}

.page-contact-us .social-links li + li {
	margin-left: 5px;
}

.map-header {
	margin-bottom: 20px;
	padding: 15px;
}

.notification-page .brand {
	float: none;
	margin-bottom: 20px;
}

.notification-page .page-main {
	float: none;
	margin: 0 auto;
}

.widget, .widget-dynamic {
	background-color: transparent;
	background-color: rgba(0, 171, 208, 0.6);
	padding: 15px;
	-webkit-transition: background 0.2s ease-in;
	-webkit-transition-delay: 0s;
	-moz-transition: background 0.2s ease-in 0s;
	-o-transition: background 0.2s ease-in 0s;
	transition: background 0.2s ease-in 0s;
	*zoom: 1;
}

.lt-ie9 .widget, .lt-ie9 .widget-dynamic {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9900ABD0, endColorstr=#9900ABD0);
	zoom: 1;
}

.widget:before, .widget:after, .widget-dynamic:before, .widget-dynamic:after {
	content: " ";
	display: table;
}

.widget:after, .widget-dynamic:after {
	clear: both;
}

.widget:hover, .widget-dynamic:hover {
	background: rgba(0, 171, 208, 0.75);
}

.widget + .widget,
.widget + .widget-dynamic,
.widget-dynamic + .widget,
.widget-dynamic + .widget-dynamic {
	margin-top: 20px;
}

.widget-group .widget + .widget, .widget-group .widget + .widget-dynamic, .widget-group .widget-dynamic + .widget, .widget-group .widget-dynamic + .widget-dynamic {
	margin-top: 0;
}

.home .widget-group .widget + .widget, .home .widget-group .widget + .widget-dynamic, .home .widget-group .widget-dynamic + .widget, .home .widget-group .widget-dynamic + .widget-dynamic {
	padding-top: 0;
}

.widget .read-more:hover, .widget-dynamic .read-more:hover {
	color: white;
}

.widget-group {
	margin-bottom: 20px;
}

.widget-dynamic {
	background-color: transparent;
	background-color: rgba(208, 208, 208, 0.6);
}

.widget-dynamic .widget-title, .widget-dynamic .widget-content {
	color: #766f6b;
}

.widget-dynamic:hover {
	background-color: transparent;
	background-color: rgba(208, 208, 208, 0.8);
}

.widget-dynamic.type-facebook {
	padding-bottom: 0;
}

.widget-dynamic.type-facebook .widget-content {
	margin-left: -15px;
}

.widget-dynamic.type-facebook .fb-like-box {
	background: white;
	overflow: hidden;
}

.widget-title {
	color: #fff;
	font-size: 29.9px;
	font-size: 2.3rem;
}

.widget-title > a {
	color: #fff;
}

.widget-title ~ .widget-title {
	margin-top: 13px;
	margin-top: 1rem;
}

.widget-content {
	color: #54504c;
}

.widget-item-list {
	margin-bottom: 13px;
	margin-bottom: 1rem;
}

.widget-item-list-horizontal {
	font-size: 0;
}

.widget-item {
	*zoom: 1;
}

.widget-item:before, .widget-item:after {
	content: " ";
	display: table;
}

.widget-item:after {
	clear: both;
}

.widget-item + .widget-item {
	margin-top: 13px;
	margin-top: 1rem;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	padding-top: 13px;
	padding-top: 1rem;
}

.widget-item-list-horizontal .widget-item + .widget-item {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.widget-item-list-horizontal .widget-item {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin-bottom: 15.6px;
	margin-bottom: 1.2rem;
}

.widget-item-title {
	font-size: 13px;
	font-size: 1rem;
	text-transform: uppercase;
	color: #54504c;
	line-height: 1.2;
}

.widget-item-title:hover {
	color: #54504c;
}

.widget-item-media {
	float: left;
	max-width: 33%;
}

.widget-item-meta {
	margin-bottom: 4px;
	line-height: 1.1;
}

.widget-item-content {
	color: #54504c;
	line-height: 1.3;
}

.has-media .widget-item-title, .has-media .widget-item-meta, .has-media .widget-item-content {
	max-width: 64%;
	margin-left: 36%;
}

.pre-content.widget-area {
	margin-top: 24.7px;
	margin-top: 1.9rem;
}

.pre-content .widget-media,
.post-content .widget-media {
	float: left;
	max-width: 150px;
	margin-right: 20px;
}

.pre-content .has-media .widget-title, .pre-content .has-media .widget-content,
.post-content .has-media .widget-title, .post-content .has-media .widget-content {
	margin-left: 170px;
}

.home .widget + .widget {
	margin-top: 20px;
}

.home .widget-dynamic.type-facebook {
	margin-top: 0;
}

.home .widget-dynamic.type-facebook .widget-title {
	border: 0;
	margin-bottom: 0;
}

.home .widget-dynamic.type-twitter {
	padding-bottom: 0;
}

.home .widget-dynamic.type-news, .widget-dynamic.type-email-signup, .widget-dynamic.type-partners {
	background-color: transparent;
	background-color: rgba(0, 171, 208, 0.6);
}

.lt-ie9 .home .widget-dynamic.type-news, .lt-ie9 .widget-dynamic.type-email-signup, .lt-ie9 .widget-dynamic.type-partners {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9900ABD0, endColorstr=#9900ABD0);
	zoom: 1;
}

.home .widget-dynamic.type-news:hover, .widget-dynamic.type-email-signup:hover, .widget-dynamic.type-partners:hover {
	background: rgba(0, 171, 208, 0.75);
}

.home .widget-dynamic.type-news .widget-title, .widget-dynamic.type-email-signup .widget-title, .widget-dynamic.type-partners .widget-title {
	color: white;
}

.home .widget-dynamic.type-news .widget-content, .widget-dynamic.type-email-signup .widget-content, .widget-dynamic.type-partners .widget-content {
	color: #54504c;
}

.home .widget > .widget-media {
	max-height: 148px;
	overflow: hidden;
}

.page-sidebar .type-posts .widget-item + .widget-item {
	border-top-color: rgba(0, 0, 0, 0.18);
}

.type-partners {
	margin-top: 20px;
}

.type-partners .widget-item {
	width: 18.4%;
}

.type-partners .widget-item + .widget-item {
	margin-left: 2%;
}

.type-partners .widget-item-media {
	float: none;
	max-width: 100%;
}

/* -- homepage overrides March 2018 -- */
#lymphDiseases {
	display: none;
}

#LC, #LE, #LF, #LI, #LM {
	display: none;
}

@media only screen and (min-width: 750px) {
	#lymphDiseases {
		display: block;
		position: relative;
		padding: 20px 0;
		margin: 20px auto 0 auto;
		border-top: 1px solid #766f6b;
		border-bottom: 1px solid #766f6b;
		max-width: 960px;
	}

	#lymphDiseases h3 {
		padding-top: .2em;
		padding-bottom: .4em;
		margin: 0 0 15px 0;
		font-family: Miso, Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		line-height: 1em;
		font-weight: 300;
		color: #766f6b;
		text-align: center;
		font-size: 2.3rem;
	}

	#LD-Wheel {
		width: 55%;
		margin: 0 auto;
	}

	#LD-Wheel img {
		width: 530px;
		max-width: 100%;
		height: auto;
	}

	#LC, #LE, #LF, #LI, #LM {
		position: absolute;
		width: 150px;
		color: #766f6b;
		font-size: 11px;
	}

	#LC {
		position: absolute;
		top: 12%;
		left: 7%;
	}

	#LE {
		top: 8%;
		right: 3%;
	}

	#LF {
		top: 40%;
		left: 3%;
	}

	#LI {
		bottom: 8px;
		right: 2.5%;
		width: 155px;
	}

	#LM {
		bottom: 8px;
		left: 1.75%;
		width: 200px;
	}
}

.home .widget-item-list-horizontal.bxslider,
.home .partner-widget .bx-viewport {
	height: 165px !important;
}

.home .partner-widget .button {
	display: none;
}

.home .partner-widget .widget-dynamic.type-partners {
	background: none;
}

.home .partner-widget .widget-title {
	border: 0;
	color: #766f6b;
	text-align: center;
}

.home .type-partners {
	padding-top: 0;
}

.home .type-partners .widget-item-media {
	padding: 10px;
}

.home-widgets .column {
	min-height: auto;
	height: 350px;
	overflow: hidden;
}

.home-widgets

#
.widget-dynamic.type-partners {
	background: none;
}

.home-widgets .widget-title {
	text-align: center;
	border: 0;
	color: #766f6b;
}

#home-col1 .widget-dynamic .widget-title {
	padding: 0 !important;
	margin: 0 !important;
}

#home-col1 .widget-dynamic .widget-item {
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding-top: 10px;
}

#home-col1 .widget-item-list {
	margin: 0 !important;
}

#home-col1 .widget-dynamic .widget-item-media,
#home-col1 .widget-dynamic .widget-item-content {
	display: none !important;
}

#home-col1 .widget-dynamic .widget-item-title,
#home-col1 .widget-dynamic .widget-item-meta {
	max-width: none !important;
	margin: 0 !important;
}

#home-col1 .widget .widget-title,
#home-col2 .widget .widget-title,
#home-col3 .widget .widget-title {
	border: 0;
	line-height: normal;
	margin: 0;
	padding: 0;
	color: #FFF;
}

.home .widget + .widget-dynamic,
.home .widget + .widget,
#home-col1 .widget:nth-child(4),
#home-col1 .widget:nth-child(5) {
	margin-top: 10px !important;
}

.home .widget + .widget-dynamic {
	padding-top: 5px;
}

#home-col2 .widget img {
	width: 100%;
	max-width: 100%;
}

#home-col1 .widget-dynamic {
	min-height: 206px;
	overflow: hidden;
}

#home-col2 .widget,
#home-col3 .widget {
	height: 62px;
	overflow: hidden;
}

#home-col1 .widget .widget-content,
#home-col2 .widget .widget-content,
#home-col3 .widget .widget-content,
#home-col3 .widget .widget-media,
#home-col2 .widget:nth-child(3) .widget-media,
#home-col2 .widget:nth-child(4) .widget-media {
	display: none;
}

/* -- homepage overrides March 2018 -- */
.archive-carousel {
	position: relative;
}

.archive-carousel .carousel-prev, .archive-carousel .carousel-next {
	background-color: transparent;
	filter: none;
	position: absolute;
	left: 0;
	bottom: 50%;
	margin-bottom: -19px;
	z-index: 20;
}

.archive-carousel .carousel-prev:after, .archive-carousel .carousel-next:after {
	color: #00528f;
}

.archive-carousel .carousel-next {
	left: auto;
	right: 0;
}

.archive-carousel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive-pane {
	width: 100%;
	font-size: 0;
	padding: 0 30px 0 40px;
}

.archive-pane a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	width: 50%;
	font-size: 13px;
	font-size: 1rem;
	text-transform: uppercase;
}

/* -- internal page widget overrides May 2018 -- */
.page .page-sidebar .widget + .widget {
	margin-top: 3px;
}

.page .page-sidebar .widget,
.page .page-sidebar .widget-dynamic {
	padding: 10px 15px;
}

.page .page-sidebar .widget .widget-media,
.page .page-sidebar .widget .widget-content {
	display: none;
}

.page .page-sidebar .widget .widget-title {
	border-bottom: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	letter-spacing: -1px;
}

/* -- END -- */

/* -- FULL SCREEN CENTERED IMAGE Page -- */
.page-fullcenter #site-content {
	margin-top: 0;
	padding-bottom: 255px;
}

.page-fullcenter .site-footer {
	padding-top: 0;
}

.fullcenter .image {
	margin: auto;
	display: block;
}

/* -- END -- */

/* -- CME Page -- */
#cmepage {
	*zoom: 1;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	min-width: 720px;
}

#cmepage .subheadline {
	color: #5a5153;
	text-align: center;
	font: 20px exo2_regular, sans-serif;
}

#cmepage hr {
	background: #2862ab;
	height: 1px;
	border: 0;
}

#cmepage .toplogo {
	text-align: center;
}

#cmepage h1 {
	color: #2762ab;
	text-align: center;
	margin: 0;
	font: 36px exo2_bold, sans-serif;
}

#cmepage h1.slim p {
	margin: 0;
}

#cmepage h2 {
	color: #5a5153;
	text-align: center;
	margin: 0 0 15px 0;
	font: 22px exo2_regular, sans-serif;
}

#cmepage h3 {
	color: #2862ab;
	text-align: center;
	margin: 0 0 5px 0;
	font-size: 50px;
	line-height: normal;
	font: 40px exo2_extrabold, sans-serif;
}

#cmepage h4 {
	color: #2862ab;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	margin: 0;
}

#cmepage .speakers .speaker {
	display: inline-block;
	width: 19.5%;
	vertical-align: top;
	text-align: center;
	padding: 0 10px 5px 10px;
	color: #5a5153;
}

#cmepage .speakers .speaker .name {
	color: #2862ab;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	padding: 5px 0;
}

#cmepage .speakers .speaker .bio {
	line-height: normal;
}

#cmepage .intro {
	color: #5a5153;
}

#cmepage .intro strong {
	font-size: 14px;
}

#cmepage .intro .blue {
	color: #2862ab;
}

#cmepage .curriculum {
	font-size: 16px;
	line-height: normal;
}

#cmepage .leftcol,
#cmepage .rightcol {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

#cmepage .leftcol {
	margin-right: 9%;
}

#cmepage .curriculum .curriculum-intro {
	font: 20px exo2_regular, sans-serif;
	text-align: center;
	padding: 5px 0;
}

#cmepage .curriculum .curriculum-intro strong {
	color: #2862ab;
}

#cmepage .curriculum ol {
	color: #2862ab;
	margin: 5px 0;
	padding-left: 20px;
}

#cmepage .curriculum ol li {
	padding: 5px 0;
}

#cmepage .curriculum ul {
	color: #5a5153;
	padding: 0;
	margin: 0 0 0 16px;
	list-style-type: disc;
}

#cmepage .curriculum ul li {
	color: #5a5153;
	padding: 0 0 0 0;
	margin: 0;
}

#cmepage .curriculum ul strong {
	display: block;
	color: #2862ab;
}

#cmepage .curriculum p {
	color: #5a5153;
	margin: 0;
}

#cmepage .inassoc {
	text-align: center;
	margin: 40px 0 20px 0;
}

#cmepage .inassoc .header {
	color: #5a5153;
	display: block;
	padding-bottom: 10px;
	font: 20px exo2_regular, sans-serif;
}

#cmepage .register {
	text-align: center;
	padding-bottom: 20px;
}

#cmepage .register a {
	display: inline-block;
	background: #2862ab;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 25px;
	border-radius: 25px;
	color: #FFF;
	font: 20px exo2_bold, sans-serif;
}

#cmepage .register a:hover {
	opacity: .7;
}

#cmepage .presenting {
	text-align: center;
}

#cmepage .presenting .title {
	color: #5a5153;
	display: inline-block;
	vertical-align: middle;
	font: 24px exo2_regular, sans-serif;
	padding-right: 10px;
}

#cmepage .presenting img {
	display: inline-block;
	vertical-align: middle;
}

#cmepage .premiere {
	margin-top: -15px;
	text-align: center;
}

#cmepage .premiere .title {
	color: #5a5153;
	font: 16px exo2_regular, sans-serif;
	padding-bottom: 19px;
}

#cmepage .disclaimer {
	color: #5a5153;
	font-size: 12px;
}

#cmepage .cmedetails {
	margin-top: 5px;
}

#cmepage .cmedetails .viewvideos {
	text-align: center;
}

#cmepage .cmedetails .viewvideos a {
	background: #00A49B;
	color: #FFF;
	padding: 5px 15px;
	font-size: 20px;
	text-decoration: none;
}

#cmepage .cmedetails .viewvideos a:hover {
}

#cmepage .cmedetails h2 {
	text-align: left;
	color: #2762ab;
	font: 25px exo2_bold, sans-serif;
}

#cmepage .cmedetails h3 {
	font: 14px exo2_regular, sans-serif;
	text-align: left;
	margin: 15px 0 -10px 0;
}

#cmepage .readdetails {
	text-align: center;
	margin-top: 25px;
	font-size: 23px;
	line-height: 30px;
	color: #00528f;
}

#cmepage .readdetails a {
	text-decoration: underline;
	font-weight: normal;
}

#cme-videolist .col {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	color: #5a5153;
}

#cme-videolist .intro {
	background: #295FA9;
	color: #FFF;
	padding: 6px 15px;
	font: 18px exo2_regular, sans-serif;
	text-transform: uppercase;
}

#cme-videolist li {
	color: #295FA9;
	font-size: 15px;
}

#cme-videolist .video a {
	color: #5a5153;
	display: block;
	padding-bottom: 5px;
	font-weight: normal;
}

#cme-videolist .video a:hover {
	text-decoration: underline;
}

#cmevideo {
	padding-top: 30px;
}

#cmevideo .back {
	margin-left: 30px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

#cmevideo .iframe {
	text-align: center;
}

#cmevideo .description {
	margin: 30px;
	color: #786e6c;
}

#cmevideo .description h3 {
	text-align: left;
	font: 13px sans-serif;
	text-transform: uppercase;
}

#cmelogin {
	margin: 40px 0 50px 50px;
}

#cmelogin .input {
	width: 250px;
	padding: 10px 15px;
	color: #786e6c;
}

#cmelogin .submit {
	background: #00A49B;
	color: #FFF;
	padding: 10px 15px;
	font: 20px Miso, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border: 0;
	letter-spacing: 1px;
	border-radius: 10px;
}

#wordDown_counter {
	color: #CC0000;
}

/* -- lobby stories -- */
#lobbystories #lobbymap {
	padding: 30px 30px 50px 30px;
}

#lobbystories .buttonblock {
	text-align: center;
	padding-bottom: 30px;
}

#lobbystories .buttonblock.small {
	margin-top: 30px;
}

#lobbystories .buttonblock a {
	font: 300 2.3rem/1em Miso, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: rgba(0, 171, 208, 0.6);
	padding: 10px 30px;
	color: #FFF;
}

#lobbystories .buttonblock.small a {
	font: 300 1.5rem Miso, Helvetica, Arial, sans-serif;
	padding: 5px 15px;
}

#lobbystories .buttonblock a:hover {
	opacity: .8;
}

#lobbystories h2 {
	margin-bottom: -10px;
}

#lobbystories .state-search {
	margin: 30px -15px;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
	background: #EEE;
	font-weight: bold;
	color: #000;
}

#lobbystories #story-states {
	color: #FFF;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}

#lobbystories #state-holder {
	margin-top: 15px;
	display: none;
}

#lobbystories select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #03b2a3;
	background-image: none;
}

#lobbystories select::-ms-expand {
	display: none;
}

#lobbystories .center {
	display: inline-block;
	padding-left: 20px;
}

#lobbystories .select {
	position: relative;
	display: flex;
	width: 200px;
	height: 25px;
	line-height: 25px;
	background: #03b2a3;
	overflow: hidden;
}

#lobbystories select {
	flex: 1;
	padding: 0 .5em;
	color: #fff;
	cursor: pointer;
}

#lobbystories .select::after {
	content: "\25BE";
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 1em;
	background: #03b2a3;
	cursor: pointer;
	pointer-events: none;
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
	color: #FFF;
}

#lobbystories .select:hover::after {
	color: #FFF;
}

#lobbystories #story-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#lobbystories #story-list li {
	width: 33%;
	padding: 0 15px 15px 0;
}

#lobbystories #story-list li:nth-of-type(1n+13) {
	display: none;
}

#lobbystories #story-list h3 {
	margin: 0;
	color: #30c9de;
	font-size: 13px;
	text-transform: uppercase;
}

#lobbystories #story-list p {
	margin: 0;
}

#lobbystories #story-list .story-date {
	font-weight: bold;
	margin-bottom: 3px;
}

#lobbystories #story-list a {
	color: #03b2a3;;
}

#lobbystories #story-list a:hover {
	text-decoration: underline;
}

#lobbystories .researchermodal h1 {
	margin: 0;
}

#lobbystories .researchermodal h2 {
	margin: 10px 0 0 0;
}

#lobbysponsors {
	margin-top: 40px;
}

#lobbysponsors .intro {
	text-align: center;
	color: #002242;
	font-size: 11px;
}

#lobbysponsors .logoblock {
	text-align: center;
}

/* -- END -- */

/* -- SUPPORTING MEMBER -- */
.page-supporting-member-page #site-main {
	min-height: auto;
	margin-bottom: 20px;
}

.page-supporting-member-page .page-main {
	padding: 15px 30px;
}

.page-supporting-member-page .page-content,
.page-supporting-member-page h1 {
	margin-top: 0;
}

.page-supporting-member-page .page-content h1 {
	color: #1f8a92;
	font-size: 30px;
}

.page-supporting-member-page .page-content h2 {
	color: #1f8a92;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: -10px;
}

.page-supporting-member-page .page-content ul {
	list-style: none;
	margin: -5px 0 0;
	padding: 0;
}

.page-supporting-member-page .page-content li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.page-supporting-member-page .page-content li a {
	background-color: #2c6299;
	color: #FFF;
	display: block;
	padding: 8px 15px;
	margin: 0 10px 15px 0;
	font-size: 15px;
	font-weight: bold;
}

.page-supporting-member-page .page-content li a:hover {
	opacity: .8;
}

/* -- DONATE PAGE -- */
.page-donate #site-main {
	min-height: auto;
	margin-bottom: 20px;
}

.page-donate .page-main {
	padding: 15px 30px;
}

.page-donate .page-content,
.page-donate h1 {
	margin-top: 0;
	font: 14px/21px "Montserrat", sans-serif;
}

.page-donate .page-content h1 {
	color: #1f8a92;
	font-size: 30px;
}

.page-donate .page-content h3 {
	color: #1f8a92;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 5px;
}

.page-donate .page-content ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin: 0 -10px;
}

.page-donate .page-content li {
	background-color: #dcf1f0;
	padding: 15px 15px 50px 15px;
	margin: 8px 10px;
	color: #58514b;
	width: 31%;
}

.page-donate .page-content li.hover:hover {
	opacity: .8;
	cursor: pointer;
}

.page-donate .page-content li a {
	color: #58514b;
	display: block;
	font-weight: normal;
}

.page-donate .page-content li a:hover {
	color: #58514b;
}

.page-donate #donatetable .button {
	border-radius: 0 !important;
	margin-right: 5px !important;
	font: 15px/21px "Montserrat", sans-serif;
	text-transform: none;
}

.page-donate #donatetable .button::after {
	padding-bottom: 1px;
}

/* -- LET'S TALK PAGE -- */
.page-talk #site-content {
	margin-top: 0;
	padding-bottom: 0;
}

#talkpage {
	background: url(/assets/img/bg-talk.jpg);
	padding: 20px 50px 90px 50px;
	font-family: Nunito, san-serif;
}

#talkpage .talkcenter {
	text-align: center;
}

#talkpage h1 {
	color: #04b1b4;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0;
}

#talkpage .videodiv {
	text-align: center;
}

#talkpage .talkvideo {
	display: none;
}

#talkpage h2 {
	color: #484441;
	font-size: 28px;
	line-height: 38px;
	font-weight: normal;
	margin-top: 20px;
}

#talkpage .download {
	padding: 15px 0;
}

#talkpage .download,
#talkpage .download a {
	color: #04b1b4;
	font-weight: bold;
	font-size: 20px;
}

#talkpage .download a {
	text-decoration: underline;
}

#talkpage .rebroadcast {
	color: #484441;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	margin: 20px auto;
	max-width: 400px;
}

#talkpage .quote {
	color: #04b1b4;
	font-size: 35px;
	line-height: 40px;
	margin: 40px auto 40px auto;
	max-width: 650px;
	font-family: "Cormorant Garamond", Serif;
}

#talkpage .quote span {
	font-size: 28px;
	display: block;
}

#talkpage .sponsored {
	color: #484441;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
	margin: 20px auto 10px auto;
}

/* -- FOOTER -- */
.site-footer {
	box-shadow: 0 0 5px 0 rgba(208, 208, 208, 0.6);
	background: white;
	padding-top: 20px;
}

.footer-nav, .last-links, .site-info {
	*zoom: 1;
	display: block;
}

.footer-nav:before, .footer-nav:after, .last-links:before, .last-links:after, .site-info:before, .site-info:after {
	content: " ";
	display: table;
}

.footer-nav:after, .last-links:after, .site-info:after {
	clear: both;
}

.footer-nav {
	margin-bottom: 20px;
}

.footer-nav > .nav-section {
	display: block;
	float: left;
	margin-right: 2.27273%;
	width: 18.18182%;
}

.footer-nav > .nav-section:last-child {
	margin-right: 0;
}

.footer-nav a {
	display: block;
	font-size: 9.75px;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.2em;
	color: #766f6b;
	padding: 2px;
}

.footer-nav a:hover {
	color: #54504c;
}

.footer-nav ul a {
	text-transform: uppercase;
}

.footer-nav .nav-head {
	font-size: 14.3px;
	font-size: 1.1rem;
	margin-bottom: 4px;
}

.footer-nav .nav-item {
	margin-top: 2px;
	text-transform: uppercase;
}

.tertiary-nav {
	float: left;
	font-size: 0;
	height: 24px;
	padding-top: 8px !important;
}

.tertiary-nav li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 1px 0;
	line-height: 1;
}

.tertiary-nav li + li {
	margin-left: 10px;
	border-left: 1px solid #03b2a3;
	padding-left: 10px;
}

.tertiary-nav a {
	display: block;
	text-transform: uppercase;
	font-size: 10.4px;
	font-size: 0.8rem;
	color: #03b2a3;
}

.social-and-credits {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.social-and-credits.expo {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin-top: 10px;
	float: none
}

.social-and-credits li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 10.4px;
	font-size: 0.8rem;
	line-height: 1;
	text-transform: uppercase;
	color: #766f6b;
}

.social-and-credits li + li {
	margin-left: 8px;
}

.social-and-credits li.text {
	margin-left: 0;
	font-size: 9px
}

.social-and-credits .social a {
	margin-top: 4px;
}

.social .fa-2 {
	font-size: 24px;
	color: #54504C;
	vertical-align: bottom;
}

.social a:hover .fa {
	opacity: .8;
}

.site-info {
	margin: 10px;
	border-top: 2px solid rgba(208, 208, 208, 0.6);
	padding-top: 10px;
	font-size: 0.8rem;
	color: #766f6b;
	text-align: center;
}

/* -- RESEARCHERS PAGE -- */
.researchers-searchbox {
	text-align: center;
	padding: 25px 0 10px 0;
}

.researchers-searchbox h2 {
	font-size: 22px;
	line-height: normal;
}

.researchers-searchbox a {
	color: #766f6b;
	text-decoration: underline;
}

.researchers-searchbox a:hover {
	text-decoration: none;
}

.researchers-searchbox #researchers-searchfield {
	width: 370px;
	background: #F8F8F8;
	color: #766f6b;
	border: 1px solid #766f6b !important;
	padding-right: 40px;
}

.researchers-searchbox input[type="text"]#researchers-searchfield::placeholder {
	color: #766f6b !important;
}

.researchers-searchbox .buttonicon {
	width: 23px;
	height: 23px;
	background: transparent url("/assets/images/searchicon.png");
	margin-left: -35px;
	display: inline-block;
	position: relative;
	top: 6px;
}

#researcherpage h1 {
	margin-bottom: 0;
}

#researcherpage p {
	margin-top: 0;
}

#researcherslist {
	column-count: 3;
	column-gap: 40px;
}

#researcherslist .item {
	padding: 0 10px 10px 0;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid; /* Chrome, Safari */
	page-break-inside: avoid; /* Theoretically FF 20+ */
	break-inside: avoid-column; /* IE 11 */
	display: table; /* Actually FF 20+ */
}

#researcherslist h3 {
	margin: 0;
	color: #30c9de;
	font-size: 13px;
	text-transform: uppercase;
}

#researcherslist h4 {
	margin: 0;
}

#researcherslist .pubmed a,
#researcherslist .focus a {
	color: #30c9de;
}

#researcherslist .pubmed a:hover,
#researcherslist .focus a:hover {
	text-decoration: underline;
}

#researcherslist .focus {
}

#researcherslist .keywords {
	display: none;
}

.researchermodal h1 {
	margin: 0;
}

.researchermodal h2 {
	margin: 7px 0 0 0;
}

/* -- EXPO PAGES -- */
.page-expo #site-content {
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
}

.page-expo .page-main {
	box-shadow: none;
	background: #FFF;
	padding: 0;
}

.page-expo .backlink {
	position: absolute;
	z-index: 99;
	top: 10px;
	left: 10px;
	font-size: 16px;
}

.page-expo .backlink a {
	font-weight: normal;
}

.page-expo .hero {
	position: relative;
}

.page-expo .hero::after {
	width: 448px;
	height: 312px;
	position: absolute;
	background: url("/assets/images/expo-overlay-logo.png");
	content: "";
	z-index: 99;
	bottom: 10px;
	left: 30px;
}

.hero.expodetail::after {
	width: 250px;
	height: 174px;
	background: url("/assets/images/expo-overlay-logo-SMALL.png");
}

.hero.expolanding .hero-inner .js-carousel,
.hero.expolanding .hero-inner .js-caption {
	height: 500px;
}

.hero.expodetail .hero-inner .js-carousel,
.hero.expodetail .hero-inner .js-caption {
	height: 300px;
}

.hero.expodetail .hero-inner .js-caption {
	background: #d3d1d2;
	text-align: center;
}

.hero.expodetail .hero-inner .js-caption img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.expo-inside {
	padding: 20px;
	font-family: "Montserrat", sans-serif;
}

.expo-intro h1 {
	line-height: normal;
	margin-top: 0;
	font-size: 24px;
	padding-right: 50px;
}

.expo-intro p {
	font-size: 18px;
	line-height: normal;
}

.expo-select-category {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}

.expo-categories {
	list-style: none;
	margin: 0 -10px 10px 0;
	padding: 0;
}

.expo-categories li {
	margin: 0 6px 12px 0;
	display: inline-block;
	max-width: 25%;
	background: #eee;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	min-height: 50px;
	line-height: 50px;
	cursor: pointer;
}

.expo-categories div {
	color: #0065AF;
	padding: 2px 10px 5px 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.expo-categories li:hover,
.expo-categories li.active {
	background: #0065AF;
}

.expo-categories li:hover div,
.expo-categories li.active div {
	color: #FFF;
}

#expo-companies {
	padding: 0 0 15px 0;
}

#expo-companies a {
	display: inline-block;
	width: 116px;
	vertical-align: top;
	border: 1px solid #CCC;
	padding: 0 10px;
	margin: 0 6px 6px 0;
}

#expo-companies a:hover {
	border: 1px solid #0065AF;
}

#expo-companies .expo-logo {
	display: none;
}

.expo-credit {
	padding: 20px;
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	color: #173c58;
	font-family: "Montserrat", sans-serif !important;
}

.expo-disclaimer {
	border-top: 1px solid #03B2A3;
	font-size: 14px;
	padding-top: 15px;
}

.expo-tabcontainer {
	border-bottom: 20px solid #EEE;
	padding: 20px 20px 10px 20px;
}

.expo-tabcontainer #st-1 {
	margin-top: 5px !important;
}

.expo-tabcontainer .tabs {
	list-style: none;
	margin: 0;
	padding: 0;
}

.expo-tabcontainer .tab {
	display: inline-block;
	background: #EEE;
	padding: 5px 20px;
	text-transform: uppercase;
	color: #0f5ea9;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
}

.expo-tabcontainer .tab:hover,
.expo-tabcontainer .tab.active {
	background: #0f5ea9;
	color: #FFF;
}

.expo-tabcontainer .tab.active:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #0f5ea9;
}

.expo-tabcontainer .panes {
	padding: 5px 0;
}

.expo-tabcontainer .pane {
	display: none;
	font-size: 15px;
}

.expo-tabcontainer .pane.active {
	display: block;
}

.expo-boxlinks {
	border-bottom: 20px solid #EEE;
	margin: 0 -20px 0 0;
	padding: 20px 0 20px 10px;
}

.expo-boxlinks .headline {
	font-size: 20px;
	color: #766f6b;
	font-weight: bold;
	padding: 0 20px 10px 10px;
}

.expo-boxlinks .box {
	width: 30%;
	display: inline-block;
	margin: 0 10px;
	position: relative;
	border: 1px solid #EEE;
}

.expo-boxlinks .box:hover {
	opacity: .8;
}

.expo-boxlinks .box img {
	display: block;
}

.expo-youtube {
	border-bottom: 20px solid #EEE;
	font-size: 0;
	text-align: center;
	padding: 20px;
}

.expo-images {
	font-size: 0;
}

#mc_embed_signup .error,
#centersearcherror {
	color: #CC0000;
	display: none;
}
