/* 	CDFW Content Block Styles
	by webmaster@wildlife.ca.gov
	last updated 4/27/2020
*/
@import url("cagov.font-only.css");
.cdfwtext .card, .cdfwtext .card.photo-left, .cdfwtext .card.photo-right {
  position: relative;
}
.cdfwtext .card-dark {
  color: #ffffff;
}
.cdfwtext .card {
  display: block;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 22px;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0.25rem;
}
.cdfwtext *, .cdfwtext *::before, .cdfwtext *::after {
  box-sizing: border-box;
}
.cdfwtext .card-dark > .card-heading {
  color: #fff;
  background-color: #323A45;
  padding: 10px 15px;
}
.cdfwtext .card .card-heading h2, .cdfwtext .card .card-heading h3 {
  font-size: 1.5rem;
  border: none;
  margin: 0;
}
.cdfwtext .card.photo-left .card-body {
  padding-left: 27%;
  position: relative;
}
.cdfwtext .card.photo-right .card-body {
  padding-right: 27%;
  position: relative;
}
.cdfwtext .card-body {
  background: #fff;
  color: #333;
  padding: 15px;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  font-size: 1.25em;
}
.cdfwtext .card.photo-left .card-body .photo {
  left: 0;
}
.cdfwtext .card.photo-right .card-body .photo {
  right: 0;
}
.cdfwtext .card .photo {
  background-position: 50% 50%;
  background-size: cover;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 25%;
}
.cdfwtext .video-container {
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.cdfwtext .video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.cdfw-text .icon-block-dark {
  background: #323A45;
  color: #fff;
  padding-bottom: 3rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25em;
}
.cdfw-text .icon-block-med {
  background: #046B99;
  color: #fff;
  padding-bottom: 3rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25em;
}
.cdfw-text .icon-block-dark a, .cdfw-text .icon-block-dark a:hover, .cdfw-text .icon-block-dark a:visited, .cdfw-text .icon-block-dark a:focus, .cdfw-text .icon-block-med a, .cdfw-text .icon-block-med a:hover, .cdfw-text .icon-block-med a:visited, .cdfw-text .icon-block-med a:focus {
  color: #fff;
}
.cdfw-text .icon-block-highlight {
  background: #FDB81E;
  color: #333;
  padding-bottom: 3rem !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.25em;
}
.cdfw-text .icon-block-highlight a, .cdfw-text .icon-block-highlight a:hover, .cdfw-text .icon-block-highlight a:visited, .cdfw-text .icon-block-highlight a:focus {
  color: #333;
}
.cdfw-text .shadow2 {
  box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
  transition-property: all;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-duration: 0.3s;
  border: 1px solid #f9f9f9;
  background-color: rgba(255, 255, 255, 0.2);
}
.cdfw-text .row.icon-blocks {
  padding-top: 5rem;
}
.cdfw-text .row.icon-blocks .col-sm-4 {
  margin-bottom: 4rem;
}
.cdfw-text .icon-block-icon-green {
  background-repeat: repeat-x;
  background-image: linear-gradient(225deg, #0aaff9, #046B99);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: all .2s ease-in-out;
  color: #fff;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  font-size: 2.5rem;
  height: 5rem;
  width: 5rem;
}
.cdfw-text .icon-block-icon-green > i, .cdfw-text .icon-block-icon-green span > i {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}