/* G search */
#___gcse_0 .gsc-input { padding: 10px 0 5px }
#___gcse_0 .gsc-input table { margin-bottom: 0 }
.letter-sidebar.search { margin-top: 0 }
td.gsib_b { padding-top: 0; padding-bottom: 0 }
button.gsc-search-button-v2 {
	margin-top: 2px;
	padding-top: 13px;
	padding-bottom: 24px;
}
.gs-webResult.gs-result a.gs-title { color: #1a5a86 !important }
.gs-webResult.gs-result a.gs-title:hover { text-decoration: underline }
.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet, .gs-fileFormatType { font-size: 15px }
.gsc-expansionArea .gsc-webResult.gsc-result,
.gsc-expansionArea .gsc-webResult.gsc-result:hover { border-bottom: 1px solid #c7c7c7 }

/* G search end */
.dropcap {
  color: #00487A;
  float: left;
  font-family: 'Roboto', sans-serif;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
.padding-bottom { padding-bottom: 20px }
.sfitemRichText ul { list-style-type: disc; margin-left: 30px; }
ul.sfCategoriesList li.aseptic-card span { color: #000 }
section.featured-article {
	padding-top: 1.875em;
    padding-bottom: 1.875em;
	border-top: 1px solid #c7c7c7;
}
.pda-letter-news-date { color: #fff; position: relative; bottom: 1em }
p a {
	text-decoration: underline;
}
p a strong { 
	color: #00487A !important;
}
p a:hover { text-decoration: none !important }
a.featured-pda-letter-news {
	display: inline-block;
	transition: 0.1s linear;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
}
a.featured-pda-letter-news:hover {
	text-decoration: none;
	transform: translate3d(0, -2px, 0);
	-webkit-transform-style: translate3d(0, -2px, 0);
}
.masonry .masonry__item {
	background: #fff;
	box-shadow: 1px 1px 2px rgba(91,101,130,.1);
	margin-bottom: 2%
}
@media (min-width: 992px) {
	.masonry .masonry__item { width: 23%; margin-right: 1%; margin-left: 1% }
}
.masonry-filter-holder { margin-bottom: 0 }
.masonry__item h4 a { color: #000; }
.masonry__item h4 a:hover { text-decoration: none }
.masonry__item h4 { 
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
}
.masonry__item .pda-letter-post-meta {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #239DE8;
}
.card__body ul.sfCategoriesList li,
.pda-letter-category ul.sfCategoriesList li {
	display: inline-block;
	font-size: 12px;
	background-color: #eee;
	color: #999;
	line-height: 20px;
	height: 20px;
	border-radius: 4px;
	padding: 0 10px;
}
.letter-read-wrapper .btn { 
	color: #fff; 
	margin-bottom: 15px; 
	font-size: 14px;
	padding-right: 0.625em;
    padding-left: 0.625em;
}
.members-only-content {
	font-size: 12px;
	line-height: 12px;
	color: #e67e22;
	display: block;
}
#social-options-wrapper .RadSocialShare_Default { background-color: #f0f6ff }
.pda-letter-sidebar .sf_colsIn.sf_2cols_2in_33 {
	background: #f0f6ff;
	border: 1px solid rgba(91,101,130,.1); 
	padding-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.white-bg-row, .video-row { 
	background: #fff;
	box-shadow: 1px 1px 2px rgba(91,101,130,.1);
	padding-top: 15px;
	margin-left: 15px;
	margin-right: 0;
	margin-bottom: 30px;
}
.white-bg-row { padding-bottom: 15px; }
.video-row { padding-bottom: 5px; }
.video-row h3, .white-bg-row h3 {
	color: #353e44;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    letter-spacing: -0.03em;
}
.white-bg-row h3.featured { margin-top: 70px; }
.white-bg-row h3 { text-transform: none }
.white-bg-row h3 sup { font-size: 10px; vertical-align: super; margin-right: 5px }
.video-row p {
	color: #4f5c65;
    font-size: 16px;
    line-height: 24px;
}
/* making the sidebar sticky
.pda-letter-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 90px;
}*/
h6.ad {
	margin: 0; padding: 0;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
.btn.auto-width {
	padding-left: 0.625em;
	padding-right: 0.625em;
}
.fa-rss {
	color: rgb(244,145,30);
	margin-right: 10px;
	font-size: 1.625em;
}
.boxed-shadow {
	background: #f5f5f5;
	padding: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fa-play-circle {
	font-size: 2em;
	margin-right: 15px;
	color: rgba(0, 72, 122, 0.9);
}
.boxed-shadow h3 {
	font-size: 1.625em;
}
#pda-letter-nav .dropdown > .dropdown__trigger {
	color: #fff;
	padding: 0 15px;
}
#pda-letter-nav .dropdown > .dropdown__trigger:after {
	content: '\f078';
	margin-left: 4px;
	font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-size: 8px;
    position: relative;
    bottom: 2px;
}
#pda-letter-nav .dropdown__content { top: 2px }
.pda-letter-drop-inner li { width: 100%; text-align: left; padding: 0; }
.pda-letter-drop-inner li:not(:last-child) { margin-bottom: 10px }
.pda-letter-drop-inner li a { color: #333; padding: 0 }
.pda-letter-drop-inner li a:hover { color: #2275d7 }
.pda-letter-author-name { display: inline-block; color: #4a90e2 }
h2.pda-letter-article-title {
	margin: 0.29545454545455em 0 5px 0;
	font-size: 2.35714286em;
    line-height: 1.1em;
}
.sub-title {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 20px;
}
.pda-letter-article-meta { margin-bottom: 20px; }
.pda-letter-category ul.sfCategoriesList { margin: 0 }
.author-wrapper {
	margin: 20px auto 10px;
    padding: 30px;
    background: #191c1d;
    color: #fff;
}
.author-wrapper h3 {
	color: #F8B147;
	font-size: 24px;
    padding-top: 0;
    padding-bottom: 0;
    text-transform: uppercase;
	font-weight: 700;
}
.author-wrapper img { 
	border-radius: 50%;
	width: 120px;
	height: auto;
	display: inline-block;
	float: left;
	margin-right: 15px;
}
.author-wrapper strong { color: #F8B147 }
.author-wrapper a { color: #F8B147; }
.author-wrapper p { 
	clear: both;
	overflow: hidden;
}
/* Branding */
.letter-logo {
	clear: both;
    float: none;
    height: 80px;
    width: 340px;
	margin:  0 auto;
    cursor: pointer;
}
ul#tag-names {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 30px;
}
ul#tag-names li:first-child {
    padding: 0 14px 0 0 !important;
}
ul#tag-names li {
    display: inline-block;
    padding: 0 14px;
    font-family: 'Noto Serif', serif;
    font-weight: 400;
    font-style: italic;
    color: #00487A;
    line-height: 30px;
    letter-spacing: 2px;
    font-size: 12px;
}
#letter-logo {
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 18px;
    float: left;
}
#letter-logo img { width: 150px; height: 46px; }
div.letter-logo .pda-letter-tagline {
    display: block;
    font-family: 'Gentium Book Basic', serif;
    font-style: italic;
    font-size: 72px;
    color: #00487A;
    padding: 0 0 0 160px;
    line-height: 46px;
}
/*.event-container div > .generic, .event-container > .generic { padding: 40px 0; background: #f2f3f8; margin-bottom: 0 }*/
/* theme 2 */
.header-middle .logo-area { height: 90px }
.logo-area img { width: 300px; height: auto; margin-top: 10px }
.header-middle { padding: 20px 0; margin-right: 0; margin-left: 0 }
.header-middle > .container { padding-left: 0; padding-right:  0 }
.header-middle .logo-area { padding-left: 0 }
.header-middle .col-sm-12 { padding-left: 0; padding-right: 0 }
.header-middle .ad-area { text-align: right; padding-right: 0 }
#menu1 { border-bottom: 1px solid #ccc }
.nav-area-wrapper { background: #1a5a86; margin-bottom: 20px }
.nav-area-wrapper .event-sections-nav { text-align: left }
.header-featured h2 { 
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 800;
	line-height: 42px;
}
.header-featured .small h2 { 
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
}
.header-featured .pos-vertical-bottom {
	position: absolute !important;
	bottom: 0;
	width: 100%;
	padding: 0 30px 30px;
}
.header-featured .pos-vertical-top {
	position: absolute !important;
	top: 0;
	width: 100%;
	padding: 15px 15px 0;
}
.header-featured p { margin: 0; line-height: 18px }
.header-featured .large { padding-right: 5px }
.header-featured .small { padding-left: 5px }
.header-featured .post-meta-info { margin-top: 8px; }
.header-featured .post-meta-info li { display: block }
.header-featured .post-meta-info li em { margin-right: 6px; font-size: 12px; }
.header-featured .post-meta-info li { font-size: 12px; }
.badge-wrapper .post-badge { font-size: 10px; font-weight: 600; padding: 2px 10px; border-radius: 4px; height: 19px; text-transform: uppercase }
.badge-wrapper .science-badge { background-color: #da1793; color: #ffffff; }
.badge-wrapper .people-badge { background-color: #690aa0; }
.badge-wrapper .sfCategoriesList { margin: 0; padding: 0 }
.badge-wrapper .sfCategoriesList li { display: inline-block; }
.badge-wrapper .sfCategoriesList li span {
	font-size: 10px; 
	font-weight: 600;
	padding: 2px 10px;
	border-radius: 4px;
	height: 19px;
	text-transform: uppercase;
}
.sf_colsIn.sf_2cols_2in_33 > div:first-child { margin-bottom: 15px }
.top-right-card { margin-bottom: 9px }
.header-featured .height-60.featured-card, .header-featured .height-30 { padding: 0 }
/*@media (min-height: 600px) and (min-width: 767px) { .header-featured .featured-card { height: 61vh; } }*/
.header-featured .featured-card { height: 40vh; }
.header-featured .height-30 { height: 19.5vh; }
.pda-letter-wrapper { padding: 20px 0; background: #f2f3f8/*#0087ee #4a90e2*/; margin-bottom: 0; margin-top: 20px; border-top: 1px solid #c7c7c7; }
.pda-letter-article-single { padding: 15px; }
@media (min-width: 992px) { 
	.pda-letter-article-single, .pda-letter-sidebar { padding-left: 0!important }
}
#masonry-drop-down ul li { color: #000000; font-weight: 600 }
.contact-bar h4 { font-size: 20px }
.contact-bar {
    background-color: #fcb408;
    padding: 30px 0;
}
.contact-bar .btn {
    border-color: #252525;
    border-radius: 24px;
    margin-top: 35px;
}
.contact-bar .btn span {
    text-transform: uppercase;
    font-size: 15px;
}
.sf_pagerNumeric { padding-bottom: 15px }
#NavWrapper .sf_cols.row {
	margin-left: 0;
	margin-right: 0;
}
#NavWrapper .sf_cols.row .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}
.pda-letter-sidebar a img { display: block; margin: 0 auto }
.card-content { transition: .3s ease; }
.card-content:hover { transform: translateY(-10px); }
.article-title a:hover { text-decoration: none }
.committee .feature img { border-radius: 50%; width: 120px; height: auto; margin-bottom: 10px }
.committee .feature-8 {
    padding: 2.78571429em 0 1em 0;
}
span.share { display: block; text-align: center; margin-top: 5px }
span.share a { font-size: 1.4em; text-decoration: none; padding: 0 4px }
.letter-staff .feature img { 
	margin-bottom: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.letter-staff .feature span { display: block }
.letter-sidebar { margin-top: 61px }
.ad-area ul.sflist li { border-bottom: none; }
.ad-area ul.sflist li:before { display: none }
.letter-sidebar ul.sflist li {
	border-bottom: none;
	padding-bottom: 15px;
	text-align: center;
}
.letter-sidebar ul.sflist li:before { display: none }
.masonry-filter-holder:not(.masonry-filters--horizontal) .masonry__filters { padding: 0.3em 1.85714286em; }
.pda-letter-content input.sfsearchSubmit { width: 100px; text-align: center; padding: 0 }
.pda-letter-search-res .result-highLighter { display: block; font-size: 0.86em; color: #666; line-height: 1.1em }
.pda-letter-search-res ol li:not(:last-child) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#pda-letter-archive-full-pdf ul li {
    border: 1px solid #ececec;
	border-radius: 4px;
	padding: 1em 1.6em;
	margin-bottom: 1em;
	display: inline-block;
	margin-right: 10px;
}
.letter-archive-wrapper { margin-bottom: 2.85714286em; }
.letter-archive-wrapper ul.sfdownloadList li:not(:last-child) {
    margin-bottom: 1.85714286em;
    padding-bottom: 1.85714286em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.letter-archive-wrapper ul.sfdownloadList li a { font-size: 1.35714286em; }
/* sponsored content badge */
.sponsored-content::before {
	position: absolute;
	top: 2rem;
	right: -0.5rem;
	content: '';
	background: #00487A;
	height: 28px;
	width: 28px;
	transform: rotate(45deg);
}
.sponsored-content::after {
	position: absolute;
	content: attr(data-label);
	top: 11px;
	right: -13px;
	padding: 2px 0;
	width: 10rem;
	background: #00487A;
	color: white;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2);
}
.sponsored-company {
	display: inline-block;
	font-style: italic;
	font-size: 16px;
	font-weight: 600;
}
@media (max-width: 568px) {
	.header-middle { padding: 0 }
	.header-middle .logo-area,
	.header-middle .ad-area,
	.letter-article-cards,
	.letter-sidebar { width: 100% !important }
	.nav-area-wrapper .generic > .container { padding-left: 0; padding-right: 0 }
	ul.event-sections-nav > li { max-height: 48px }
	ul.event-sections-nav li a { font-size: 1.1em }
	ul.event-sections-nav .pda-letter-drop-inner li { 
		width: 100%; 
		float: none;
		padding-left: 10px;
	}
	ul.event-sections-nav .pda-letter-drop-inner li a:after { display: none }
	.header-featured .large { padding-right: 15px }
	.header-featured .small {
		padding-left: 15px;
		padding-top: 15px;
	}
	.header-featured .height-30 {
		height: 24vh;
	}
	.masonry-filter-holder { margin-left: -50px }
	.letter-article-cards .masonry__item {
		margin-bottom: 20px;
	}
	.letter-article-cards .masonry__item .card__top img { height: 24vw }
}