#tier4innerContent h2.page-title { display: none; }

.mer-main {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 22px;
}

.mer-main p {
	margin: 18px 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 22px;
	padding: 0;
}

.mer-main hr {
	margin: 20px 0;
	min-height: 1px;
}

.mer-main h1 {
	color: #003f72;
	font-size: 27px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
	padding-bottom: 6px;
}
.mer-main h2  {
	color: #003f72;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.mer-main h3  {
	color: #000;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mer-main h4  {
	color: #003f72;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.mer-main a, .mer-main a:hover, .mer-main a:visited {
	color: #0083be;
}
.mer-main a:focus {
	outline: none;
}

.mer-main .embed-container {
    position: relative;
  	padding-bottom: 56.25%;
	height: 0;
  	overflow: hidden;
  	max-width: 100%;
}

.mer-main .embed-container iframe,
.mer-main .embed-container object,
.mer-main .embed-container embed {
    position:
    absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#tier4innerContent .mer-main ul {
	padding-left: 0;
	margin-left: 0;
}

#tier4innerContent .mer-main ul li {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	line-height: 22px;
}


.photo-large {
	display: inline-block;
	padding: 0 25px 25px 0;
	max-width: 352px;
	float: left;
}
.photo-large img {
	width: 100%;
	max-width: 352px;
	height: auto;
	/*height: 220px;*/
	border-radius: 5px;
}
.photo-right {
	float: right;
	padding-right: 0;
	padding-left: 25px;
}
.photo-full {

}
.photo-full img {
	width: 100%;
	max-width: 678px;
	height: auto;
	/*max-height: 272px;*/
	border-radius: 5px;
}
.mer-main p.caption {
	font-size: 0.8rem;
}

.photo-pdcen-director {

}
.photo-pdcen-director img {
	width: 182px;
	height: 227px;
}

.photo-pdcen-bldg {

}
.photo-pdcen-bldg img {
	/*width: 100%;*/
	max-width: 678px;
	/*height: 530px;*/
	height: auto;
}


/* Icon Rows */
.icon-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 15px 0;
}
.icon-row .icon {
	display: block;
	margin-right: 20px;
}
.icon-list .icon-row .icon-desc {
	padding-right: 110px;
}
.icon-row .icon img {
	width: 46px;
	height: 46px;
}




/* PDCEN Carousel */
.location-slides {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,1);
	border-radius: 10px;
	border: 2px solid #ccc;
	padding: 24px;
}

.location-slide {
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	align-content: flex-start;
	display: none;
}
.location-slide.active {
	display: flex;
}

.location-details {
	padding-left: 8px;
	padding-right: 40px;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

.location-photo {

}

.location-name {
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #0083be;
	margin-bottom: 16px;
}
.location-city {
	margin-bottom: 16px;
}
.directors-list .director-heading {
	font-weight: bold;
}
.directors-list {
	margin-bottom: auto;
	flex-grow: 1;
}
.location-link {
	width: 50%;
	margin-top: auto;
	bottom: 0;
}

a.location-block-link, a.location-block-link:hover, a.location-block-link:visited {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #0083be;
	border-radius: 20px;
	color: white;
}

.dot-navigation {
	/* Center the content */
	align-items: center;
	display: flex;
	justify-content: center;
	
	/* Reset styles */
	list-style-type: none;
	margin: 24px 0 0 0;
	padding: 0;
}

.dot-navigation__item {
	/* Rounded border */
	border-radius: 9999px;
	height: 0.75rem;
	width: 0.75rem;
	
	/* Inactive dot */
	background-color: transparent;
	border: 1px solid #c2c2c2;
	
	/* OPTIONAL: Spacing between dots */
	margin: 0 0.35rem;
}

/* Active dot */
.dot-navigation__item--active {
	background-color: #0083be;
}

/* End of PDCEN Carousel */



/*.grid-row {
	display: flex;
	flex-direction: row;
}
.grid-row .icon-row {
	width: 50%;
	margin-right: 45px;
}

!* Location Blocks *!
.grid-row .location-block:first-of-type {
	margin-right: 20px;
}
.location-block {
	width: 50%;
	border: 2px solid rgb(0, 131, 190);
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.location-block-filler {
	width: 50%;
	border: 2px solid rgb(255, 255, 255);
	border-radius: 10px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.location-block-primary {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-right: 0 !important;
}

.location-block-photo img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
}

.location-block-primary .location-info-wrapper {
	background-color: rgb(214, 239, 255);
	width: 50%;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: unset;
}

.location-block-primary .director-heading, .location-block-primary .director {
	display: block;
}

.location-block-photo {
	 !*object-fit: cover;*!
 }

.location-block-primary .location-block-photo {
	width: 50%;
	height: auto;
}

.location-block-primary .location-block-photo img {
	border-top-lzeft-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 0;
}
@media screen and (max-width: 730px)!*(max-width: 556px)*! {
	.location-block-primary {
		flex-direction: column;
	}
	.location-block-primary .location-block-photo {
		width: 100%;
	}
	.location-block-primary .location-block-photo img {
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px;
	}
	.location-block-primary .location-info-wrapper {
		width: auto;
		border-top-right-radius: 0;
		border-bottom-left-radius: 8px;
	}
}

.location-number-bkg {
	padding: 4px 5px 6px;
	border-radius: 8px;
	background-color: rgb(15, 61, 114);
	color: #fff;
	line-height: 8px;
}

.location-block-primary .location-block-text .location-number-bkg {
	background-color: #0083be;
}

.loc-primary-header {
	display: flex;
	flex-direction: row;
	border-bottom: 1px solid #0083be;
}

.loc-primary-directors {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 5px;
}

.directors-icon img {
	width: 60px;
	margin-right: 5px;
}

.location-info-wrapper {
	padding: 13px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
}

.location-block-primary .location-city {
	display: none;
}
.location-block-primary .director-heading {
	font-weight: bold;
}

.location-block-text {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-grow: 1;
	width: 100%;
}
.location-block .pin {
	margin-right: 10px;
}
.location-block .pin img {
	width: 20px;
	height: 25px;
}
.location-block .loc-details {
	font-size: 0.95em;
	width: 100%;
}
.location-name {
	font-weight: bold;
}

.location-link {
	width: 100%;
	align-self: flex-end;
	margin-top: 10px;
}

a.location-block-link, a.location-block-link:hover, a.location-block-link:visited {
	display: block;
	width: 100%;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	box-sizing: border-box;
	background-color: #0083be;
	border-radius: 20px;
	color: white;
}*/


.publication-grid {
	margin-bottom: 20px;
}
.publication-block {
	width: 50%;
	background-color: #f6fafc;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.grid-row .publication-block:first-of-type {
	margin-right: 10px;
}
.publication-block .group-name {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 10px;
}
.publication-block .group-name h2 {
	margin: 0;
}
.publication-block .group-name img {
	width: 26px;
	height: 37px;
	margin-right: 10px;
}
.publication-block p {
	margin-top: 0;
}
.publication-block a {
	display: block;
	margin-top: auto;
	margin-bottom: 5px;
	text-decoration: none;
}

/* Feature Blocks */
.feature-block {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
}
.feature-block .photo {
	margin-right: 25px;
}
.feature-block .photo img {
	width: 140px;
	height: 140px;
	border-radius: 5px;
}
.feature-block .blurb h2 {
	margin-top: 0;
	padding-top: 0;
}


/* Feature Links */
.feature-link.light-blue {
	background-color: #d6efff;
	color: #003f72;
}
.feature-link.dark-blue {
	background-color: #0083be;
	color: #fff;
}
.feature-link {
	padding: 20px 25px;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 17px;
	line-height: 20px;
}
.feature-link .link-btn {
	margin-left: auto;
}
.feature-link .link-btn a {
	background-color: #fff;
	text-decoration: none;
	padding: 8px 40px;
	border-radius: 25px;
	text-align: center;
	width: 195px;
	font-family: sans-serif;
	font-weight: normal;
	white-space: nowrap;
	font-size: 16px;
}
.feature-link .link-desc {
	max-width: 58%;
}
.feature-link.dark-blue .link-btn a {
	color: #003f72;
}
.feature-link.light-blue .link-btn a {
	color: #0683be;
}
.feature-link.with-photo {
	align-items: stretch;
	margin-bottom: 25px;
}
.feature-link .photo img {
	max-width: 250px;
	margin-right: 25px;
}
.feature-link-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.feature-link-text .link-desc {
	margin-bottom: 10px;
}
.feature-link-text .link-text a {
	text-decoration: none;
}

.testimonial-row {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	margin-bottom: 25px;
}
.testimonial {
	background-color: #0083be;
	color: #fff;
	padding: 20px 25px;
	border-radius: 8px;
	font-weight: bold;
	width: 50%;
	display: flex;
	flex-direction: column;
}
.testimonial:first-of-type {
	margin-right: 15px;
}
.testimonial .date {
	font-weight: normal;
	margin-top: auto;
	padding-top: 15px;
}

.callout {
	background-color: #0083be;
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	margin-top: 35px;
	padding: 45px;
	text-align: center;
	border-radius: 10px;
}
.callout .btn-yellow {
	display: inline-block;
	background-color: #f3cf45;
	color: #000;
	font-size: 17px;
	font-weight: normal;
	padding: 10px 35px;
	text-decoration: none;
	margin-top: 25px;
	border-radius: 25px;
	
}


.webinar-table {
	margin-top: 25px;
	border-top: 1px;
	border-left: 1px;
	border-collapse: separate;
}
.webinar-table thead {
	background-color: #e5f2f8;
}
.webinar-table thead th, .webinar-table tbody td {
	padding: 20px;
	text-align: left;
	border-bottom: 1px;
	border-right: 1px;
}
.webinar-table tbody {
	background-color: #f6f6f8;
}
.webinar-table tbody tr td:nth-of-type(3) {
	white-space: nowrap;
}
.webinar-table td.title {
	font-weight: bold;
}
.webinar-table td a {
	font-weight: bold;
}


.learning-module {
	padding: 15px;
	background-color: #f6f6f8;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 25px;
}

.learning-module .module-photo {
	margin-right: 15px;
}
.learning-module .module-photo img {
	width: 151px;
	height: 100px;
}

.learning-module .module-info h4 {
	margin-top: 0;
}
.learning-module .register-grid {
	display: flex;
	flex-direction: row;
}
.learning-module .register-grid div:first-of-type {
	margin-right: auto;
}

.more-modules-link {
	text-align: center;
	margin: 30px auto;
}

.more-modules-link a {
	color: #0083be;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 21px;
	font-weight: bold;
}


.event-list {
	margin: 30px 0;
}
.upcoming-event {
	padding: 15px;
	background-color: #f6f6f8;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-bottom: 15px;
}
.upcoming-event .event-photo {
	margin-right: 15px;
}
.upcoming-event .event-photo img {
	width: 150px;
	height: 150px;
}
.upcoming-event .event-info h2 {
	margin-top: 0;
}


.registry-info {
	margin: 25px 0;
}
.registry-info-block {
	background-color: #f6f6f8;
	padding: 25px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
}
.registry-info-block .reg-head {
	color: #0083be;
	font-weight: bold;
}
.registry-info-block .reg-photo {
	min-width: 50px;
	max-width: 50px;
	margin-right: 25px;
	text-align: center;
}
.registry-info-block .reg-photo img {
	width: auto;
	height: 50px;
}



.portrait-block {
	background-color: #f6fafc;
	padding: 25px;
	border-radius: 10px;
	display: inline-flex;
	flex-direction: row;
	align-items: stretch;
}
.photo-pdcen-director {
	margin: 0 15px;
}
.photo-pdcen-director img {
	width: 182px;
	height: 227px;
}
.director-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-weight: bold;
}
.director-info .icon img {
	width: 30px;
	height: 30px;
	border-radius: 8px;
}
.director-info .title {
	color: #003f72;
	padding-bottom: 5px;
	border-bottom: 1px solid #003f72;
	margin-bottom: 5px;
}

.pdcen-team-member {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
}
.member-photo {
	margin-right: 30px;
}
.member-photo img {
	border-radius: 70px;
}

.publications {
	margin-bottom: 30px;
	padding-inline-start: 20px;
}
.mer-main .publications li {
	list-style: none !important;
	margin-bottom: 20px;
}

.mer-main .faq {
	margin-bottom: 10px;
	background-color: #e5f2f8;
	padding: 15px;
	border-radius: 8px;
}

.mer-main .faq .question {
	color: #1f3864;
	font-weight: bold;
}


.whats-new-wrapper {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.whats-new-wrapper .whats-new-content {
	width: 50%;
}
.whats-new-wrapper .whats-new-bubble {
	padding-left: 15px;
	width: 50%;
}
.whats-new-wrapper .whats-new-content p {
	margin-top: 0;
}
.whats-new-wrapper .whats-new-bubble .link-desc {
	max-width: unset;
}

@media screen and (max-width: 550px) {
	.whats-new-wrapper .whats-new-bubble .link-desc ul {
		padding-left: 20px;
	}
}

.columns-container {
	display: flex;
	flex-direction: row;
}
.mer-col-left {
	width: 70.8%;
	background:#fff;
}

.mer-main .mer-col-right h2 {
	margin-top: 5px;
}
.mer-col-right {
	width: 29.2%;
	background-image: url('https://warrelatedillness.va.gov/va_files/2014/responsive/images/gray_nav_bkgd.png');
	background-position: left top;
	background-repeat: repeat-x;
	padding: 5px;
	text-align: center;
}

.whats-new-list {
	display: flex;
	flex-direction: column;
	/*align-items: center;*/
	padding: 0 5px;
}

.whats-new-list a {
	background-color: #0683be;
	border-radius: 10px;
	margin-bottom: 12px;
	padding: 5px 8px;
	color: white;
	text-decoration: none;
}

.whats-new-list a:hover, .whats-new-list a:visited {
	color: white;
}

p.no-padding-after {
	margin-bottom: 0;
}

/*Yao edited CETC top light blue bar*/


.CETC-TopBar.light-blue {
	background-color: #d6efff;
	color: #003f72;
}
.CETC-TopBar.dark-blue {
	background-color: #0083be;
	color: #fff;
}
.CETC-TopBar {
	padding: 8px 25px;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 17px;
	line-height: 20px;
  
.cetc {
	margin-top: 0px;
	margin-left:0px;
	padding-left: 20px;
	margin-right:0;
	
	padding-bottom: 5px !important;
}

.cetc p {font-size: 3.0em}