﻿.list-group.small .list-group-item {
  padding: 0.25rem 0.5rem;
}

/*====Media Queries====*/
/*====Layout====*/
/*====Validation====*/
/*====Margins====*/
/*====Section styling====*/
/*====FIGMA Typography Styling====*/
/*====Text Styling====*/
.list-group.small .list-group-item {
  padding: 0.25rem 0.5rem;
}

.list-group.small .list-group-item {
  padding: 0.25rem 0.5rem;
}

/*====Media Queries====*/
/*====Layout====*/
/*====Validation====*/
/*====Margins====*/
/*====Section styling====*/
/*====FIGMA Typography Styling====*/
/*====Text Styling====*/
.list-group.small .list-group-item {
  padding: 0.25rem 0.5rem;
}

#ContentPageHeader.content-gray-bg {
  background-color: #71768d;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #ContentPageHeader.content-gray-bg {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image {
    position: relative;
    top: 50px;
    width: 93%;
    margin: auto;
    background-color: #71768d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
  }
}
@media screen and (width < 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image {
    background: none !important;
  }
}
@media screen and (min-width: 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay {
    background-image: linear-gradient(to right, rgba(1, 3, 58, 0.8) 32%, rgba(35, 10, 101, 0.2) 52%);
    padding: 60px 0px 80px 83px;
    border-radius: 8px;
  }
}
@media screen and (min-width: 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay div {
    width: 40vw;
  }
}
@media screen and (width < 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay div {
    margin-left: 20.5px;
    margin-right: 20.5px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay div h1 {
  font-size: 2.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #fff;
  font-weight: bold;
}
@media screen and (width < 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay div h1 {
    font-size: 1.375rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #464c58;
    color: #fff;
  }
}
#ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay div p {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #464c58;
  color: #fff;
}
@media screen and (width < 768px) {
  #ContentPageHeader.content-gray-bg .content-heading-image .content-heading-overlay div p {
    font-size: 1rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    color: #464c58;
    color: #fff;
  }
}

#ContentPage {
  overflow: hidden;
}
#ContentPage h2 {
  font-size: 2rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #464c58;
}
@media screen and (width < 768px) {
  #ContentPage h2 {
    font-size: 1.25rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #464c58;
  }
}
#ContentPage h3 {
  font-size: 1.625rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: #464c58;
}
@media screen and (width < 768px) {
  #ContentPage h3 {
    font-size: 1.375rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    color: #464c58;
  }
}
#ContentPage p, #ContentPage li {
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #464c58;
}
@media screen and (width < 768px) {
  #ContentPage p, #ContentPage li {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #464c58;
  }
}
#ContentPage .video-container {
  max-width: 560px;
}
