@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal
}

html {
  min-height: 100%;
  height: 100%;
}

body.caring {
  display: grid;
  font-family: Roboto;
  min-height: 100%;
  height: 100%;
  background-color: #153054;
  color: #ffffff;
}

body.caring--media-select-layout {
  grid-template-rows: min-content 1fr 60px;
  grid-template-columns: 1fr;
  justify-content: center;

  background-image: url('/images/JourneyPX_Reversed_triangle.png');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  background-size: 350px;
}

@media (min-width: 768px) {
  body.caring--media-select-layout {
    grid-template-columns: minmax( 768px, 992px );
  }
}

@media (min-width: 992px)
{
  body.caring--media-select-layout {
    grid-template-rows: auto 60px;
    grid-template-columns: minmax( 992px, 1280px );
  }

  body.caring--media-select-layout {
    background-image: none;
  }
}

.caring--media-select-layout .logo {
  display: none;
  /* position: initial;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 5px 0 0 0; */
}

.caring--media-select-layout .logo img {
  width: 125px;
}

@media (min-width: 992px)
{
  .caring--media-select-layout .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    margin: 15px 15px 0 0;
  }

  .caring--media-select-layout .logo img {
    width: 152px;
  }
}

body.caring > .row {
  flex-direction: column;
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

@media (min-width: 992px)
{
  body.caring > .row {
    flex-direction: row;
  }
}

.media {
  flex-basis: inherit;
}

.media--container {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}

.media--container__header {
  background-color: #3A5C88;
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
}

.media--container__contact {
  display: flex; flex-direction: column; height: 100%;
}

.media--container__contact .buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.media--container__contact .buttons button{
  align-self: flex-start;
  font-size: 80%;
  font-weight: 300;
  color: white;
  background: none;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 18px;
  margin: 0 10px;
}

@media (min-width: 992px)
{
  .media {
    height: 100%;
    flex-basis: 450px;
  }
}

.media--container__contact .media-titles {
  flex: 0;
  text-align: center;
}

.media-titles {
  justify-content: space-evenly;
  gap: 18px;
  margin:0;
  padding: 10px 0 0 0;
}

@media (min-width: 992px)
{
  .media-titles {
    padding: 15px 0 0 12px
  }
}

.media-title
{
  width:210px;
  height: 215px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border: 2px solid #DDE;
  outline: none;
  padding: 0;
}

.media-title .thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 206px;
  height: 165px;
  background-position: center center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #AAA;
}

.play-button {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: rgba( 0, 0, 0, 0.5 );
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-button__rectangle {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid white;
  margin-left: 6px;
}

.media-title .caption {
  text-align: center;
  color: black;
}

.verbiage {
  font-size: 22px;
  padding: 40px 20px 15px 20px;
  background-image: none;
}

.verbiage__contact {
  text-align: left;
}

.verbiage__heading {
  text-align: left;
  font-size: 24px;
}

.verbiage__heading img {
  width: 190px;
}

.verbiage h1 {
  margin-top: 25px;
  font-size: 80%;
}

.verbiage h2 {
  margin-top: 20px;
  font-size: 72%;
  font-weight: 300;
}

.verbiage .buttons {
  margin: 40px 0;
  text-align: center;
}

.verbiage .buttons a {
  font-size: 60%;
  font-weight: 300;
  color: white;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 18px;
  margin: 0 10px;
}

@media (min-width: 768px)
{
  .verbiage {
    font-size: 24px;
    padding: 60px 50px 20px 50px;
  }

  .verbiage__heading {
    font-size: 26px;
  }

  .verbiage__heading img {
    width: 200px;
  }

  .verbiage .buttons a {
    font-size: 80%;
  }

}

@media (min-width: 992px)
{
  .verbiage {
    flex: 1;
    font-size: 26px;
    padding: 200px 30px 20px 75px;
    background-image: url('/images/JourneyPX_Reversed_triangle.png');
    background-repeat: no-repeat; background-position: 0px 35px;
  }

  .verbiage__contact {
    text-align: center;
  }

  .verbiage__heading {
    font-size: 40px;
    text-align: center;
  }

  .verbiage__heading img {
    max-width: 600px;
    width: 100%;
  }

}

body.caring--media-select-layout .media-items > div {
  margin-bottom: 20px;
}

body.caring--media-select-layout .media-items > div:nth-child(odd) {
  padding-left: 10px;
}

body.caring--media-select-layout .media-items > div:nth-child(even) {
  padding-left: 10px;
}

body.caring footer {
  /*display: flex;
  align-items: center;*/
  text-align: center;
  font-size: 80%;
  padding: 5px 10px;
}

@media (min-width: 768px)
{
  body.caring footer {
    font-size: 100%;
    padding: 5px 10px;
  }
}

body.caring--media-viewer-layout {
  grid-template-rows: 60px 1fr 60px;
  grid-template-columns: 1fr;
  justify-content: center;

  background-image: url('/images/JourneyPX_Reversed_triangle.png');
  background-repeat: no-repeat;
  background-position: -3px 15px;
  background-size: 350px;
}

@media (min-width: 768px) {
  body.caring--media-viewer-layout {
    grid-template-columns: minmax( 768px, 992px );
    background-position: 10px 10px;
    background-size: 500px;
  }
}

@media (min-width: 992px)
{
  body.caring--media-viewer-layout {
    grid-template-columns: minmax( 992px, 1280px );
    background-position: 20px 35px;
    background-size: auto;
  }
}

body.caring--media-viewer-layout .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 0 0 0;
}

body.caring--media-viewer-layout .logo a {
  text-decoration: none;
}

body.caring--media-viewer-layout .logo .logo__text {
  padding-right: 6px;
  vertical-align: middle;
  color: white;
}

body.caring--media-viewer-layout .logo img {
  width: 120px;
}

body.caring--media-viewer-layout .video {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  text-align: center;
}

@media (min-width: 992px)
{
  body.caring--media-viewer-layout .video {
    padding-top: 50px;
  }
}

body.caring--media-viewer-layout .video video {
  width: 340px;
}

@media (min-width: 768px) {
  body.caring--media-viewer-layout .video video {
    width: 560px;
  }
}

@media (min-width: 992px)
{
  body.caring--media-viewer-layout .video video {
    width: 700px;
  }
}

body.caring--media-viewer-layout .video .caption {
  margin-top: 6px;
  font-size: 80%;
  font-weight: 300
}

@media (min-width: 992px)
{
  body.caring--media-viewer-layout .video .caption {
    margin-top: 10px;
    font-size: inherit;
    font-weight: 300
  }
}

body.caring--media-viewer-layout .video .buttons {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

body.caring--media-viewer-layout .video .buttons button{
  align-self: flex-start;
  font-size: 80%;
  font-weight: 300;
  color: white;
  background: none;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid white;
  border-radius: 6px;
  padding: 10px 18px;
  margin: 0 10px;
}
