/* CSS for KYMEA Power Supply Page */
.dl-st-plan {
  color: #f6d50f;
  font-size: 16px;
}

.dl-st-plan:hover {
  color: white;
}

@media (min-width: 1200px) {
  .power-source-col {
    padding: 0;
  }
}

body {
  color: #0069a7;
  font-family: "Gotham-Book";
}

body strong {
  font-family: "Gotham-Bold";
}

#envBodyContent {
  padding: 5em 0;
}

.statement {
  font-family: "Gotham-Bold";
  font-size: 1.5rem;
}


#title-big {
  text-transform: uppercase;
  color: #0061a1;
  font-size: 48px;
  font-weight: 600;
  font-family: "Gotham-Bold";
}

#title-small {
  text-transform: uppercase;
  color: #0061a1;
  font-weight: 600;
  font-size: 24px;
  font-family: "Gotham-Bold";
}

p {
  color: #4d4d4d;
  font-size: 18px;
  font-family: "Gotham-Book";
}

@media (max-width: 767px){
.grid-container {
  flex-wrap: nowrap;
  display: grid;
  grid-template-columns: auto;
  grid-gap: 1rem;
}

.grid-container div {
  margin: 1rem;
  text-align: center;
}

.grid-container img {
  margin: auto;
   width: 250px;
   text-align: center;
}
}

@media (min-width: 768px) {
.grid-container {
  flex-wrap: nowrap;
  display: grid;
  grid-template-columns: 15% 85%;
  grid-gap: 1rem;
}

.grid-container div {
  justify-self: center;
}

.core-values-section {
  margin: 0rem 0rem 0rem 6rem;
  font-size: 1.25rem;
}
}

.grid-container img {
  width: 130px;
}


.grid-container-values-sub {
  display: grid;
  grid-template-columns: 15% 80%;
  grid-gap: 1rem;
}

.grid-container div, .grid-container-values-sub div {
  align-self: center;
}



.value-icon {
  width: 3em;
  justify-self: end;
}

.who-we-are-section {
  background-color: #005782;
  align-items: center;
}

.who-we-are-content {
  margin: 2rem;
}

.who-we-are-content h2 {
  color: #00ace2;
}

.pp-video-container {
  position: relative;
  /* padding-bottom: 48.25%; */
  height: 100%;
  overflow: hidden;
  display: none;
}

.pp-video-container iframe,
.pp-video-container object,
.pp-video-container embed {
  /* position: absolute; */
  /* top: 0;
  left: 0;
  right: 0; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.pp-video-thumbnail {
  position: relative;
  cursor: pointer;

}

.pp-video-thumbnail .pp-video-playbutton {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.pp-video-thumbnail:hover .pp-video-playbutton {
  opacity: 1;
}

@media (max-width: 767px) {
  .pp-video-thumbnail .pp-video-playbutton {
    width: 25%;
  }
}

#ppVideoModal {
  padding: 0 15px;
}

#ppVideoModal .modal-dialog .modal-content {
  background-color: rgba(255,255,255,0);
  border: none;
}

#ppVideoModal .modal-dialog .modal-content .modal-header, #ppVideoModal .modal-dialog .modal-content .modal-body, #ppVideoModal .modal-dialog .modal-content .modal-footer {
  border: none;
}

#ppVideoModal .modal-dialog .modal-content .modal-header button {
  color: white;
}

#ppVideoModal .modal-dialog .modal-content .modal-footer {
  display: none;
}

@media (max-width: 1199px) {
  .pp-video-container {
    /* padding-bottom: 48.25%; */
    padding-bottom: 2rem;
    text-align: center;
    height: 44vw;
  }

  .pp-video-container iframe,
  .pp-video-container object,
  .pp-video-container embed {
    width: 80%;
  }

  .pp-video-thumbnail {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .pp-video-container iframe,
  .pp-video-container object,
  .pp-video-container embed {
    width: 100%;
  }

  #ppVideoModal .modal-dialog {
    margin-top: 3rem;
  }
}

@media (min-width: 576px) {
  #ppVideoModal .modal-dialog {
    max-width: 888px;
  }
}

@media (min-width: 1200px) {
  .pp-video-container {
    margin-bottom: 2rem;
    height: 26vw;
  }
}

@media (min-width: 1919px) {
  .pp-video-container {
    height: 26vw;
  }
}
