.banner {
  position: absolute;
  width: 100%;
  height: 50vh;
  overflow: hidden;
}

.banner-img-wrap {
  position: absolute;
  background: #0067b955;
  opacity: 0.4;
  width: 100%;
  height: 100%;
}
.banner-img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}

#cpan-badge {
  width: 140px;
}
#statement {
  background-color: #222222dd;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  margin-top: 5px;
  text-transform: uppercase;
}
#statement:hover {
  background-color: #222222;
}
.overlay-top {
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 100%
  );
  opacity: 1;
  height: 50%;
  width: 100%;
}
.overlay-bottom {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 10%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
  height: 50%;
  width: 100%;
}
#mid-content {
  position: relative;
  height: 100%;
}

#col-wrap {
  height: 100%;
  width: 100%;
  position: relative;
}
.left-col {
  /* height: 100%; */
  width: 45%;
  position: relative;
}
.right-col {
  width: 55%;
  padding-bottom: 80px;
  margin-top: calc(25vh + 150px);
}
.left-col-back {
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: linear-gradient(180deg, rgba(47, 41, 81, 1) 10px, rgba(1, 66, 106, 0.7) 30%, rgba(0, 103, 185, 1) 100%); */
}
.left-col-back svg {
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-height: 100%;
}

.left-col-foreground {
  position: relative;
  /* padding-top: 150px; */
}

.site-title {
  position: relative;
  margin-top: 20px;
  padding-left: 20%;
  padding-right: 20px;
  margin-bottom: 15%;
  /* height: 55vh; */
}
.title-back {
  width: 100%;
}
.title-back svg {
  position: absolute;
  width: 105%;
  /* right:-20px; */
  left: 20px;
}
.title-content {
  position: relative;
  padding-top: 14%;
  width: 100%;
}
.site-title h1 {
  font-weight: 700;
  color: #fff;
  font-size: 54px;
}
.site-title p {
  color: #d9e1e2;
  font-size: 24px;
}

.left-col-body {
  color: #fff;
  padding: 0 15% 100px 20%;
}
.left-col-body h2 {
  font-weight: 500;
  color: #ecc3b2;
  font-size: 30px;
}
.content-bit {
  margin-bottom: 50px;
  font-weight: 300;
}
.initiatives li {
  margin-bottom: 10px;
}
.initiatives li a {
  color: #ffffffaa;
  background-color: #01426a33;
  padding: 0 8px 2px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.initiatives li a:hover {
  color: #ffffff;
  background-color: #01426a99;
  text-decoration: none;
}

.content-bit p a {
  color: #fff;
  text-decoration: underline;
}
.left-col-body li {
  list-style-image: url(../../img/bullet-l.svg);
  font-size: 18px;
}
.icon-text-wrap {
  margin: 20px 0;
}
.icon-text {
  display: flex;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #ffffff00;
  transition: all 0.2s ease-in-out;
}
.icon-text:hover {
  border: 1px solid #d9e1e299;
  border-radius: 10px;
  /* box-shadow: 0px 0 5px #fff; */
}

.icon-text .icon {
  width: 22%;
  padding: 10px;
  align-self: center;
  max-width: 120px;
  position: relative;
  transition: all 0.2s ease-in-out;
  top: 0;
}
.icon-text:hover .icon {
  top: -8px;
}
.icon-text:hover {
  color: #fff;
  text-decoration: none;
}

.icon-text .text {
  width: 78%;
  flex-grow: 1;
  padding: 5px;
  align-self: center;
}
.icon-text .text h3 {
  font-weight: 500;
  margin-bottom: 0px;
}
.icon-text .text p {
  margin-bottom: 0px;
}

.init-card {
  padding: 10px 20px;
}

#cpan-phone {
  width: fit-content;
  display: table;
  color: #fff;
  background-color: #331e54;
  padding: 3px 10px;
  border-radius: 5px;
  float: right;
  margin-top: 3px;
}
#cpan-phone a {
  color: #fff;
  font-weight: 200;
}
.init-card h2 li {
  list-style-image: url(../../img/bullet-red.svg);
  font-weight: 500;
  color: #331e54;
  text-indent: -0.9em;
}
.init-card h2 a:hover {
  color: #331e54;
}

#trap {
  fill: linear-gradient(
    180deg,
    rgba(47, 41, 81, 1) 10px,
    rgba(1, 66, 106, 0.7) 30%,
    rgba(0, 103, 185, 1) 100%
  );
}

.home-row {
  padding: 20px 10%;
  margin-bottom: 20px;
}
.home-row a:hover {
  text-decoration: none;
}
#intro-row {
  position: relative;
  color: #fff;
  padding-bottom: 10vh;
}

.main-headline {
  text-shadow: 0px 0 5px #331e5499;
}
.main-headline h2 {
  text-shadow: 0px 0 5px #331e5466;
  font-weight: 500;
  color: #fff;
}
.cpan-box {
  border: 1px solid #e03c31;
  border-radius: 10px;
  padding: 10px 15px 0px;
  margin-bottom: 10px;
  color: #d9e1e2;
  background-color: #01426a88;
}
.cpan-box h3 a {
  color: #fff;
  text-decoration: underline;
}
.cpan-box h3 a:hover {
  color: #d9e1e2;
}
.cpan-box h3 span {
  font-weight: 100;
  font-size: 0.7em;
}
#initiatives-row {
  padding-top: 5%;
  padding-bottom: 5%;
}

#initiatives-row a {
  color: #000;
}
#initiatives-row a:hover {
  text-decoration: none;
}
.proj-wrap {
  flex-grow: 1;
  width: 100%;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.proj-wrap:hover {
  background: #e03c31;
}
.proj-wrap:hover h3 {
  color: #fff;
}
.proj-wrap:hover p {
  color: #fff;
}
.proj-wrap:hover .proj-title {
  border-bottom: #fff 1px solid;
}
.proj-wrap h3 {
  color: #0067b9;
  text-align: center;
  vertical-align: bottom;
  line-height: 1em;
}
.proj-wrap p {
  padding: 10px;
}
.proj-title {
  min-height: 70px;
  border-bottom: #e03c31 1px solid;
}

.headline2 {
  border-bottom: 1px solid #01426a;
  /* padding: 3px; */
  display: flex;
  justify-content: space-between;
}
.headline2 h3 {
  margin-bottom: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  padding: 2px 10px;
  background-color: #01426a;
}
.headline2 h3.past {
  color: #01426a;
  background-color: unset;
  font-size: 22px;
  font-weight: 100;
}
#meetings-row a:hover {
  text-decoration: none;
}

.all-events {
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  background-color: #d9e1e2;
}
#noUpcoming {
  padding: 10px;
  color: #01426a;
  font-weight: 100;
}
.event-wrap {
  display: flex;
  color: #fff;
  border: #ffffff00 1px solid;
  /* margin-right: 20px; */
}
.event-pad {
  flex-grow: 1;
  width: 50%;
  max-width: 50%;
  padding: 20px;
}
.event-pad a:hover {
  text-decoration: none;
}
.event-info .has-icon {
  padding-left: 18px;
  text-indent: -12px;
  margin-bottom: 5px;
}
.event-pad .webcast:hover {
  text-decoration: underline;
}
.event-pad .linked:hover a {
  color: #e03c31;
}
.event-pad .linked:hover a k {
  color: #e03c31;
}

.event-wrap:last-child {
  margin-right: 0;
}
.event-wrap p {
  margin: 0;
  font-size: 16px;
  line-height: 1.1em;
}
.event-wrap .day {
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 2px;
  /* line-height: 18px; */
}
.event-wrap a {
  line-height: 1.1em;
}
.event-wrap .month {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}

.event-wrap .date {
  padding: 5px 0;
  border-bottom: 5px solid #0067b9;
  text-align: center;
  background: #0067b9;
  color: #d9e1e2;
  min-width: 65px;
  border-radius: 5px;
  height: fit-content;
  height: -moz-max-content;
}

.event-wrap .event-info {
  padding: 0 10px;
  color: #331e54;
}
.event-info p {
  margin-bottom: 3px;
}
.event-info a.title p {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #0067b9;
  line-height: 1.1em;
}
.event-info a.title p:hover {
  text-decoration: underline;
}

.event-info a {
  color: unset;
}
.event-info k {
  width: 10px;
  text-align: center;
  color: #331e54;
  font-size: 14px;
}

.event-wrap:hover .date {
  pointer-events: none;
  opacity: 0.8;
}
.event-webinar .date {
  /* border-color: #E03C31; */
  padding-bottom: 0;
}
.event-webinar .date::after {
  content: "Free CME";
  font-size: 9px;
  margin-bottom: 0;
  background-color: #e03c31;
  padding: 2px 7px 3px;
  border-radius: 4px;
}
.event-other .date {
  border-color: #331e54;
}

#news-row {
  /* padding-bottom:100px; */
  width: 100%;
}
.news-headline {
  border-bottom: 1px solid #01426a;
}
.news-headline h3 {
  background-color: unset;
  background: #01426a;
  color: #fff;
  width: fit-content;
}
.all-news {
  padding: 20px 0;
  /* background-color: #eee; */
}

.news-wrap {
  width: 100%;
  min-width: min-content;
  padding: 12px;
  display: flex;
  margin-bottom: 20px;
  /* background-color: #eee; */
  height: fit-content;
}
.news-info {
  width: 70%;
  flex-grow: 1;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  /* height: 200px; */
}
.news-wrap a:hover {
  color: unset;
}
.news-wrap:hover .thumbnail img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.news-wrap h3:hover {
  color: #0067b9;
}
.thumbnail {
  width: 200px;
  height: 200px;
  border-right: 4px solid #ecc3b2;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(90deg, #ecc3b2 10%, #0067b9 100%);
}
h3.news-title {
  font-weight: 500;
  color: #331e54;
}
p.news-date {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  /* margin-top:12px; */
  margin-bottom: 4px;
  align-self: flex-end;
}
.news-wrap p.blurb {
  font-size: 14px;
}
.news-date .from {
  font-style: italic;
  font-weight: 100;
  color: #000;
}
.news-date .source {
  color: #331e5466;
}
#news-row .btn {
  margin: auto;
  width: fit-content;
  display: block;
}
.btn button {
  background-color: #d9e1e2;
  color: #0067b9;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  width: fit-content;
  padding: 5px;
  border-left: 1px solid #e03c31;
}
.btn button:hover {
  text-decoration: underline;
  color: #0067b9;
}

#second-banner {
  background: #0067b9;
  position: relative;
  /* height: 400px; */
}
#second-banner .background {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 0;
}
#second-banner .background img {
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
}
#second-banner .text {
  width: 60%;
  padding: 80px 0;
  min-width: 200px;
  max-width: 800px;
  margin: auto;
  position: relative;
}
#second-banner .text p {
  font-weight: 100;
  font-style: italic;
  color: #fff;
  font-family: "halyard-display", sans-serif;
  font-size: 28px;
  padding: 20px;

  text-align: center;
  border-left: 1px solid #ecc3b2;
  border-right: 1px solid #ecc3b2;
}

.all-materials {
  padding: 10px 10px;
  background-color: #d9e1e2;
}

.material-wrap {
  display: flex;
  padding: 10px;
  border-bottom: 1px solid #fff;
}
.material-wrap:last-child {
  border-bottom: none;
}
.material-wrap:hover {
  background: #ffffff55;
}
.material-info {
  padding: 0px 8px;
  width: 88%;
}
.material-wrap .icon {
  width: 12%;
  min-width: 50px;
  max-width: 90px;
  padding: 5px 8px;
}
.material-info h3 {
  color: #0067b9;
}

.material-info .type {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  margin-bottom: 4px;
}
.material-info .type .from {
  font-style: italic;
  font-weight: 100;
  color: #000;
}
.material-info .type .source {
  color: #331e5466;
}

.material-wrap .icon img {
  width: 100%;
}
.material-info .subhead {
  margin-bottom: 10px;
  font-size: 16px;
}

.post-tags {
  font-size: 12px;
  font-weight: 100;
  margin-bottom: 10px;
}

.post-tags a {
  margin-right: 8px;
}
.post-tags a:hover {
  text-decoration: underline;
}
