.clinical-trials-cols {
  width: 100vw;
  position: relative;
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}
.clinical-trials-cols {
  overflow: hidden;
}
.clinical-trials-cols {
  background-color: #656769;
  padding: 40px 0;
  padding-bottom: 12px;
  margin-bottom: 44px;
}
.clinical-trials-cols#study-4971 {
  background-color: #989400;
}
.clinical-trials-cols > .wp-block-columns > .wp-block-column:nth-of-type(1) {
	flex: 0 1 200px;
}
.clinical-trials-cols > .wp-block-columns >  .wp-block-column:nth-of-type(2) {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
}
.clinical-trials-cols > .wp-block-columns >  .wp-block-column:nth-of-type(2) h2 {
	position: relative;
	font-family: "atrament-web", sans-serif;
	font-size: 34px;
	text-transform: uppercase;
	margin-bottom: -40px;
	padding-left: 30px;
	padding-right: 55px;
	font-weight: normal;
}
.clinical-trials-cols > .wp-block-columns > .wp-block-column:nth-of-type(2) h2:before {
	position: absolute;
	content:"";
	top: 4%;
	left: 0;
	height: 88%;
	width: 1px;
	background-color: #5C676F;
}
.clinical-trials-cols > .wp-block-columns > .wp-block-column:nth-of-type(2) h2:after {
	position: absolute;
	content:"";
	top: 14px;
	right: 0;
	height: 27px;
	width: 27px;
	background-image: url(/wp-content/uploads/2025/08/down-arrow-square-orange.png);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.clinical-trials-cols.showme > .wp-block-columns > .wp-block-column:nth-of-type(2) h2:after {
  transform: scale(-1);
}
.hidden {
	/*background:#dce1e2; */
	border-radius:50px 50px 0 0;
	/* padding:50px 2px 50px 10%; */
	color: #58666c;
	opacity: 0;
	height: 0;
	/* display: none; */
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.showme .hidden {
	opacity: 1;
	height: auto;
	/* display: block; */
}
.top_section {
  margin-bottom: 32px;
}
.bottom_section {
  margin-bottom: 24px;
}
.bottom_section .wp-block-columns {
	gap:2em;
}

.bottom_section_col1 {
	max-width: 40%;
	margin-right: 2%;
}
.ct_id {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.ct_id a {
  color: #E2745A;
}
.ct_id a:hover {
  color: #E2745A;
}
.ct_id > a {
  font-family: 'open sans', serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
  color: #5C676F;
  text-decoration: none !important;
	margin-bottom: 0;
}
.ct_id > a:hover {
  color: #5C676F;
  text-decoration: underline !important;
}
.ct-buttons .wp-block-button {
  border-color: #E2745A;
  margin-bottom: 34px !important;
}
.ct_header-01 {
  font-family: 'open sans', serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.ct_header-02 {
  font-family: 'open sans', serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
  margin-bottom: 14px;
}
.ct_header-03 {
	font-family: 'open sans', serif;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.markercontent h3 {
  font-family: 'open sans';
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 0;
}
.markercontent h4 {
  font-family: 'open sans';
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  margin-top: 0;
}
.dm_cont {

}
.tertiary {
	padding-right: 24px;
	max-height: 425px;
	height: 473px;
	/*
	max-height: 1425px;
	height: 1425px;*/
	overflow: auto;
	font-size: 16px;
	position: relative;
	background-color: #062735;
	background-color: transparent;
	color: #fff;
	padding: 0 12px;
  padding-left: 0;
}

.sloc_cont {
	display: inline-block;
	vertical-align: top;
	line-height: 1.1;
	margin-bottom: 24px;
}
.entry-content .sloc_cont a {
	color: #58666c;
	text-decoration: none;
}
.sloc_cont p {
	font-size: 18px;
	padding: 0 10px 0 0px;
	margin-bottom: 0;
}
.directory-map {
	background-color: #fff;
	/*height: 450px;
	height: 425px;*/
	min-height: 200px;
	width: auto;
	border-radius: 25px;
}
.ct_data_cont {
  font-size: 18px;
	line-height: 1.2;
	margin-bottom:24px;
}
.read-more {
	margin-bottom: 0;
	cursor: pointer;
	font-size: .9rem;
	text-decoration: underline;
}
.brdrt {
	position: relative;
	margin: 24px 0;
	margin: 0;
}
.arrow_cont {
	font-size: 26px;
	position: absolute;
	top: 70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 0;
	cursor: pointer;
}
.arrow_cont i {
  font-weight: 300;
}
.leftarrow_cont {
	left: 0;
	left: -40px;
}
.rightarrow_cont {
	right: 0;
	right:5px;
}
.clinical-trials-cols h2 {
  position: relative;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.clinical-trials-cols h2:before {
  position: absolute;
  content: "\f067";
  top: 12px;
  left: -45px;
  width: 32px;
  height: 32px;
  font-family: 'Font Awesome 5 Pro';
  font-size: 33px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  opacity: .7;
  transition: 500ms;
}
.clinical-trials-cols p,
.clinical-trials-cols p span {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.3;
}
.trial-email-link a {
  color: #fff !important;
}
.trial-email-link a:hover {
  color: #f18903 !important;
}
.clinical-trials-cols .ct_h2 {
  position: relative;
  font-family: "acumin-pro-extra-condensed", sans-serif;
  color: #ffffff;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.clinical-trials-cols .ct-h3 {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.clinical-trials-cols .wp-block-button__link {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 20px 12px 20px;
  border-radius: 0;
  border: 2px solid #fff !important;
  border-left: 20px solid #fff !important;
  background-color: #ffffff;
  background: linear-gradient(to left, #656769 50%, #fff 50%) right;
  background-size: 200%;
  transition: all .3s;
  margin-bottom: 24px;
  text-decoration: none !important;
}
.clinical-trials-cols .wp-block-button__link:hover {
	color: #656769 !important;
	background-position: left;
  background-size: 200%;
}
#study-4971.clinical-trials-cols .wp-block-button__link {
  color: #fff !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  padding: 12px 20px 12px 20px;
  border-radius: 0;
  border: 2px solid #fff !important;
  border-left: 20px solid #fff !important;
  background-color: #ffffff;
  background: linear-gradient(to left, #989400 50%, #fff 50%) right;
  background-size: 200%;
  transition: all .3s;
  margin-bottom: 24px;
  text-decoration: none !important;
}
#study-4971.clinical-trials-cols .wp-block-button__link:hover {
  color: #989400 !important;
  background-position: left;
  background-size: 200%;
}
.clinical-trials-cols a {
	text-decoration: none !important;
}
.clinical-trials-cols .facility-title {
	display: inline-block;
  border-bottom:1px solid #fff;
  padding-top: 5px;
	margin-bottom:0;
  transition: 300ms;
  display: inline;
}
.clinical-trials-cols .facility-title:hover {
  color: #f18903;
  border-bottom:1px solid #f18903;
}
.div-cont p .smaller {
	font-size: 17px;
}

@media all and (max-width: 1470px) {
  .clinical-trials-cols h2 {
    margin-left: 38px;
  }


}


@media all and (max-width: 900px) {
  .bottom_section {
    display: block;
  }
    .bottom_section_col1 {
      width: 100%;
      max-width: none;
      margin-right: 0;
      margin-bottom: 24px;
    }
    .sloc_cont {
      display: block;
    }


}
