/* breakpoints */
.image img {
  max-width: 100%;
  height: auto;
}

.image a {
  display: inline-block;
  max-width: 100%;
}

.image .image-caption {
  display: block;
  font-style: italic;
  font-size: 0.9375rem;
  color: #000000;
}

.image-default-size img {
  max-width: none;
  width: auto !important;
}

figure {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 3rem;
}

figure img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

figure.float-left, figure.float-right {
  margin-top: 0;
  margin-left: 0;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  max-width: 30%;
  text-align: center;
}

figure.float-left img, figure.float-right img {
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  figure.float-left, figure.float-right {
    max-width: 40%;
  }
}

@media only screen and (max-width: 35.9375em) {
  figure.float-left, figure.float-right {
    max-width: 50%;
  }
}

@media only screen and (max-width: 23.75em) {
  figure.float-left, figure.float-right {
    max-width: 100%;
    margin-right: 1rem;
    margin-left: 1rem;
    margin-bottom: 0.5rem;
  }
}

figure.float-right {
  margin-left: 1rem;
  margin-right: 0;
}

@media only screen and (max-width: 23.75em) {
  figure.float-right {
    margin-right: 1rem;
  }
}

figure figcaption {
  font-size: 1.25rem;
  font-weight: 700;
}

[class*="image-fit"] {
  --fit: cover;
}

[class*="image-fit"][class*="-contain"] {
  --fit: contain;
}

[class*="image-fit"][class*="-cover"] {
  --fit: cover;
}

[class*="image-fit"] img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: var(--fit) !important;
  object-fit: var(--fit) !important;
}

.image-full-size img {
  width: 100% !important;
  height: auto !important;
}

.image-left .component-content > div > img {
  float: left;
}

.image-position {
  --xpos: center;
  --ypos: center;
}

.image-position.xpos-center {
  --xpos: center;
}

.image-position.xpos-left {
  --xpos: left;
}

.image-position.xpos-right {
  --xpos: right;
}

.image-position.ypos-bottom {
  --ypos: bottom;
}

.image-position.ypos-center {
  --ypos: center;
}

.image-position.ypos-top {
  --ypos: top;
}

.image-position img {
  -o-object-position: var(--xpos) var(--ypos) !important;
  object-position: var(--xpos) var(--ypos) !important;
}

.provider-image {
  position: relative;
}

.provider-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom-width: 0px !important;
}

.provider-image img {
  border-radius: 1rem;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: auto;
  -o-object-position: top center;
  object-position: top center;
}

@media only screen and (max-width: 35.9375em) {
  .provider-image img {
    width: 100%;
  }
}

.provider-image .video-icon {
  border: none;
  margin: 0;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  content: "\f144";
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 12.25rem;
  right: 1.25rem;
  display: none;
}

@media only screen and (min-width: 23.8125em) and (max-width: 61.9375em) {
  .provider-image .video-icon {
    right: 15%;
  }
}

@media only screen and (max-width: 35.9375em) {
  .provider-image .video-icon {
    right: 1.25rem;
  }
}

.provider-image.square,
.provider-image .square {
  border-radius: 1rem;
}

.provider-image.square img,
.provider-image .square img {
  border-radius: 0rem;
}

.image-right .component-content > div > img {
  float: right;
}

.square {
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
}

.square img {
  position: absolute;
}

.nav-site-logo img {
  width: 100%;
  height: 100%;
}
