/**************************************************************************************************
* Press Release Index Page Styles                                                                 *
***************************************************************************************************/

/**************************************************************************************************
* Press Release Hero Banner                                                                       *
***************************************************************************************************/
.hero-banner-press-release {
	height: 0;
	min-height: 50vh;
	display: flex;
	align-items: center;
}

.hero-banner-press-release .hero-banner-content {
	position: relative;
	bottom: 0;
	width: 100%;
}

.hero-banner-press-release h1 {
	color: #002857;
	margin-bottom: 0.5rem;
}

.hero-banner-press-release p {
	color: #000000;
}

/**************************************************************************************************
* Filters Block                                                                                   *
***************************************************************************************************/
.filters-block label {
	display: block;
	margin-bottom: 0.25rem;
	color: #000000;
	text-transform: uppercase;
}

.filters-block input,
.filters-block select {
	width: 100%;
	height: 2.5rem;
	border-radius: 5px;
	margin-bottom: 1rem;
}

.filters-block select {
	padding: 0.5rem;
	background-color: #e4e4e4;
}

.filters-block input {
	padding: 0.5rem;
	border: 2px solid #0099A8;
	outline: none;
}

.filters-block input:focus,
.filters-block input:active {
	border: 3px solid #0099A8;
	outline: none;
}

.filters-block-filters {
	padding-top: 5rem;
	padding-bottom: 3rem;
}

.filters-block-results {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

/**************************************************************************************************
* Press Release Featured Card                                                                     *
***************************************************************************************************/
.press-release-featured-card {
	padding-bottom: 4rem;
}

.press-release-featured-card-image-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1rem;
}

@media (max-width: 767px) {
	.press-release-featured-card-image-bg {
		height: 30vh;
	}
}

.press-release-featured-card-text {
	border-top: 2px solid #e4e4e4;
	margin-left: 2rem;
	/* display: inline-block; */
}

@media (max-width: 767px) {
	.press-release-featured-card-text {
		border-top: 0;
		margin-left: 0;
	}
}

.press-release-featured-card-date {
	text-transform: uppercase;
	margin-top: 0.5rem;
}

.press-release-featured-card-title {
	text-transform: unset;
	color: #002857;
	font-weight: 700;
  /*font-size: 32px;*/
  /*line-height: 38px;*/
	font-size: 2rem;
	line-height: 2.375rem;
  letter-spacing: 0;
	margin-bottom: 1rem;
}

.press-release-featured-card .cta-link {
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

/**************************************************************************************************
* Press Release Card                                                                              *
***************************************************************************************************/
.press-release-card {
	padding-top: 4rem;
	padding-bottom: 4rem;
	border-top: 2px solid #e4e4e4;
}

.press-release-card-image-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 1rem;
}

@media (max-width: 767px) {
	.press-release-card-image-bg {
		height: 30vh;
	}
}

.press-release-card-text {
	margin-right: 10%;
	/* display: inline-block; */
}

@media (max-width: 767px) {
	.press-release-card-text {
		margin-right: 0;
	}
}

.press-release-card-date {
	text-transform: uppercase;
}

@media (max-width: 767px) {
	.press-release-card-date {
		margin-top: 0.5rem;
	}
}

.press-release-card-title {
	text-transform: unset;
	color: #002857;
	font-weight: 700;
	/*font-size: 24px;*/
	/*line-height: 30px;*/
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 0;
	margin-bottom: 1rem;
}

.press-release-card-excerpt {
	margin-bottom: 2rem;
}

.press-release-card-source {
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 1rem;
}

.press-release-card .cta-link {
	margin-top: 1rem;
	margin-bottom: 0.25rem;
}

/**************************************************************************************************
* Press Release - Pagination                                                                      *
***************************************************************************************************/
#press-room .pagination-wrapper {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #e4e4e4;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#press-room .pagination-wrapper .filters-block-results {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#press-room .pagination li {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

#press-room .pagination a {
  color: #404041;
  text-decoration: none;
}

#press-room .pagination .active {
  border-bottom: 2px solid #002857;
}

/**************************************************************************************************
* Press Release Details Page Styles                                                               *
***************************************************************************************************/

/**************************************************************************************************
* Press Release Details Hero Banner                                                               *
***************************************************************************************************/
.hero-banner-press-release-details img {
	width: 100%;
	height: 60vh;
	object-fit: cover;
	object-position: top;
	margin-top: 150px; /* adjust for navbar height */
	border-radius: 2rem;
}

@media (max-width: 767px) {
	.hero-banner-press-release-details img {
		height: 40vh;
		margin-top: 120px;
	}
}

.hero-banner-press-release-details-title {
	margin-top: 1rem;
	margin-bottom: 2rem;
	color: #000000;
	font-weight: bold;
}

.hero-banner-press-release-details-title .details-highlight {
	color: #0099A8;
}

/**************************************************************************************************
* Press Release - Details                                                                         *
***************************************************************************************************/
.press-release-type,
.press-release-source {
	text-transform: uppercase;
	color: #0043AF;
	font-weight: bold;
	margin-bottom: 0;
}

.press-release-type a,
.press-release-source a {
  text-decoration: none;
}

.press-release-date {
	text-transform: uppercase;
	color: #818181;
	margin-bottom: 2rem;
}

.press-release-source-title {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
}

.press-release-source {
	margin-bottom: 2rem;
	padding-right: 2rem;
}

@media (max-width: 767px) {
	.press-release-source {
		padding-right: 0;
	}
}

.press-release h1 {
	color: #002857;
	font-weight: 700;
	/*font-size: 42px;*/
	/*line-height: 52px;*/
  font-size: 2.625rem;
  line-height: 3.25rem;
  letter-spacing: 0;
	margin-bottom: 2rem;
}

.press-release-text {
	margin-bottom: 3rem;
}

.press-release-city {
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
}

/*.press-release-quote,*/
.press-release blockquote {
	border-left: 1px solid #404041;
	padding-left: 1rem;
	margin-bottom: 3rem;
}

.press-release blockquote p {
	color: #002857;
	font-style: italic;
}

.press-release-quote-name {
	color: #000000 !important;
  font-style: normal !important;
	font-weight: bold;
	margin-top: 1rem;
	margin-bottom: 0;
}

.press-release-quote-position {
	text-transform: uppercase;
	color: #818181 !important;
  font-style: normal !important;
	margin-bottom: 0;
}

.press-release-company {
	padding-right: 5%;
}

@media (max-width: 767px) {
	.press-release-company {
		margin-bottom: 1rem;
		padding-right: 0;
	}
}

.press-release-company h3 {
	color: #0099AB;
	font-weight: bold;
	margin-bottom: 1rem;
}

/**************************************************************************************************
* Press Release - Notable Quotes                                                                  *
***************************************************************************************************/
.notable-quotes-wrapper,
.notable-quotes {
	background-color: #f3f3f3;
}

.notable-quotes-wrapper {
  overflow: visible;
}

.notable-quotes {
	position: relative;
  padding-bottom: 6rem;
  border-radius: 2rem 2rem 0 0;
}

.notable-quotes img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: -50px;
}

.notable-quotes-heading {
	color: #002857;
	margin-bottom: 3rem;
}

.notable-quotes-card {
	position: relative;
	padding-right: 2rem;
}

.notable-quotes-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #404041;
    left: -0.5rem;
}

@media (max-width: 767px) {
	.notable-quotes-card::before {
		left: 0;
	}

	.notable-quotes-card {
		padding-left: 1rem;
		margin-bottom: 2rem;
	}
}

.notable-quotes .press-release-quote-name {
	color: #000000;
	font-weight: bold;
	margin-top: 3rem;
	margin-bottom: 0;
}

.notable-quotes .press-release-quote-position {
	text-transform: uppercase;
	color: #818181;
	margin-bottom: 0;
}

/**************************************************************************************************
* Press Release - Quick Facts                                                                     *
***************************************************************************************************/
.quick-facts-wrapper,
.quick-facts {
	background-color: white;
}

.quick-facts {
	position: relative;
}

.quick-facts-heading {
	color: #002857;
	margin-bottom: 3rem;
}

.quick-facts-card {
	position: relative;
	padding-right: 2rem;
}

.quick-facts-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #e4e4e4;
    left: -0.5rem;
}

@media (max-width: 767px) {
	.quick-facts-card::before {
		left: 0;
	}

	.quick-facts-card {
		padding-left: 1rem;
		margin-bottom: 2rem;
	}
}

.quick-facts-title-with-icon {
	display: flex;
	align-items: center;
	justify-items: center;
	margin-bottom: 0.5rem;
}

.quick-facts img {
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
}

.quick-facts-title {
	color: #002857;
	font-weight: bold;
  /*margin-bottom: 0;*/
  margin-bottom: 0.5rem;
}

/*.quick-facts-fact,*/
.quick-facts p {
	color: #002857;
}

/**************************************************************************************************
* Press Release - Related Sectors                                                                 *
***************************************************************************************************/
.related-sectors-wrapper,
.related-sectors {
	background-color: white;
}

.related-sectors-heading {
	color: #002857;
	margin-bottom: 3rem;
}

.related-sectors-card {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
}

.related-sectors-card img {
	width: 70px;
	height: 70px;
	margin-right: 0.5rem;
}

.related-sectors .cta-link a {
	padding-bottom: 2px;
}

/**************************************************************************************************
* Press Release - Additional Resources                                                            *
***************************************************************************************************/
.additional-resources-wrapper,
.additional-resources {
	background-color: #f3f3f3;
}

.additional-resources {
	/*position: relative;*/
  padding-bottom: 6rem;
}

.additional-resources-heading {
	color: #002857;
	margin-bottom: 3rem;
}

.additional-resources-card {
	position: relative;
	padding-right: 2rem;
}

.additional-resources-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #404041;
    left: -0.5rem;
}

@media (max-width: 767px) {
	.additional-resources-card::before {
		left: 0;
	}

	.additional-resources-card {
		padding-left: 1rem;
		margin-bottom: 2rem;
	}
}

.additional-resources-link {
	margin-bottom: 0;
}

.additional-resources-link a {
	text-transform: none;
	padding-bottom: 2px;
}

/**************************************************************************************************
* Press Release - Media Contacts                                                                  *
***************************************************************************************************/
.media-contacts-wrapper,
.media-contacts {
	background-color: white;
}

.media-contacts-heading {
	color: #002857;
	margin-bottom: 3rem;
}

.media-contacts-card {
	position: relative;
	padding-right: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.media-contacts-card::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    background-color: #e4e4e4;
    left: -0.5rem;
}

@media (max-width: 767px) {
	.media-contacts-card::before {
		left: 0;
	}

	.media-contacts-card {
		padding-left: 1rem;
		margin-bottom: 2rem;
	}
}

.media-contacts-name {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
}

.media-contacts-position {
	text-transform: uppercase;
	color: #818181;
	margin-bottom: 1rem;
}

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