/*
Theme Name: UnderStrap Child
Theme URI: https://wp-themes.com/understrap
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress UnderStrap child theme.
Template: understrap
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: understrap-child
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
.img-radius img {
    border-radius: 5%;
}
.img-outline img {
    border: 0.25px solid #d5d5d5;
}
.img-shadow img {
    box-shadow: 0px 10px 15px #00000029;
}
.wp-block-group, .wp-block-columns {
  scroll-margin-top: 200px;
}
.fade-in {
  opacity: 0;
}
.container-fluid {
  max-width: 1646px;
  padding-left: 48px;
  padding-right: 48px;
}
.background-group.alignfull > .wp-block-group__inner-container {
  max-width: 1646px;
  padding-left: 48px;
  padding-right: 48px;
  margin: auto;
}
body:not(.home) {
  margin-top: 145px;
}
.bg-primary {
  background-color: white !important;
}
.wrapper {
  padding: 0;
}
.home .margin-group {
  margin: 280px auto;
}
.margin-group, h1.entry-title {
  margin: 80px auto;
}
@media (min-width: 782px) {
  .background-group {
    padding: 80px 0;
    background-image: url("images/comb-right-green.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 110%;
  }
}
@media (max-width: 781px) {
  .home .margin-group {
    margin: 100px auto;
  }
  .margin-group, h1.entry-title {
    margin: 50px auto;
  }
  .background-group {
    padding: 50px 0;
  }
}
.narrow {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.narrow-1390 {
  max-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}
.thinner {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
#cfoam-htc .thinner {
  margin-left: 0;
}
@media (min-width: 782px) {
  .home #no-title-page-wrapper {
    background-image: url("images/comb-bottom-left-green.svg");
    background-repeat: no-repeat;
    background-position: -70% bottom;
    background-size: 60%;
  }
  .home #no-title-page-wrapper > .wrapper-inner {
    background-image: url("images/comb-bottom-right-green.svg");
    background-repeat: no-repeat;
    background-position: 170% bottom;
    background-size: 60%;
  }
}
.wp-block-button__link {
transition-duration: .5s;
  color: #707070;
  background-color: transparent;
  padding: 15px 24px;
  font-size: 20px;
  border: 2px solid #707070 !important;
}
.wp-block-button__link:hover {
  color: white;
  background-color: #7FAA49;
}
.pdf-button .wp-block-button__link {
color: #7FAA49;
	display: flex;
	align-items: center;
	gap:10px;
}
.pdf-button .wp-block-button__link:hover {
  color: white;
}
.pdf-button .wp-block-button__link:after {
content: '';
	display: block;
	background-image: url("images/pdf-download.svg");
	background-repeat: no-repeat;
	background-size: contain;
	height: 18px;
	width: 18px;
}
.pdf-button .wp-block-button__link:hover:after {
	background-image: url("images/pdf-download-white.svg");
}
.no-margin {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
.full-background-image {
  background-size: cover;
  background-position: center;
}
#SR7_2_2 {
  box-shadow: 0 0 20px 20px white;
}
#main li:not(last-child) {
  margin-bottom: 20px;
}
#main li::marker {
  color: #7FAA49;
}
@media (min-width: 1082px) {
  .move-left {
    padding-right: 100px;
  }
  .move-right {
    padding-left: 100px;
  }
}
a {
  transition-duration: .5s;
}
#comprehensive-benefit-analysis a {
  color: #7FAA49;
}
a:hover, #comprehensive-benefit-analysis a:hover {
  color: #7ba740;
}
.pdf-link-group > .wp-block-group__inner-container {
  display: flex;
  justify-content:center;
    align-items: center;
  flex-direction: column;
  gap: 60px;
  margin: 0 auto 40px;
}
.pdf-link {
    display: block;
  width: 100%;
  max-width: 600px;
    margin-bottom: 0;
}
.pdf-link a {
  transition-duration: .5s;
  display: flex;
    justify-content:flex-start;
    align-items: center;
  background-color: #F1F1F1;
  border-radius: 15px;
  padding: 15px 20px;
  color: #707070;
    font-size: 22px;
  line-height: 1.2em;
    font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 10px 15px #00000029;
  width: 100%;
  height: 100%;
      gap:10px;
}
.pdf-link a:before {
  display: block;
  content: '';
  background-image: url("images/pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 80px;
    min-width: 80px;
    max-width: 80px;
  height: 60px;
}
.pdf-link a:hover {
  background-color: #707070;
  color: #F1F1F1;
}
@media (max-width: 781px) {
    .pdf-link-group > .wp-block-group__inner-container {
  gap: 20px;
}
    .pdf-link a {
        flex-direction: column;
  padding: 20px 25px;
    font-size: 25px;
        text-align: center;
}
    .pdf-link a:before {
  width: 150px;
    min-width: 150px;
    max-width: 150px;
  height: 100px;
}
}
.phone-icon, .email-icon {
  display: flex;
  gap: 20px;
  font-size: 20px;
	font-weight: 500;
}
.phone-icon a, .email-icon a {
  color: #707070;
  text-decoration: none;
}
.phone-icon:before, .email-icon:before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
}
.phone-icon:before {
  background-image: url("images/phone-icon.svg");
}
.email-icon:before {
  background-image: url("images/email-icon.svg");
}
.contact-title {
	line-height: 1.1em;
}
.nomargin {
	margin-bottom: 5px !important;
}
.wpforms-container {
  background-color: #F1F1F1 !important;
  border-radius: 25px !important;
  padding: 50px 25px !important;
  box-shadow: 0px 10px 15px #00000029 !important;
  margin: 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-head-container {
  padding: 0 0 20px 0;
}
.wpforms-title {
  font-size: 35px !important;
  color: #7FAA49 !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  text-align: center;
}
.wpforms-container .wpforms-form .wpforms-field-label {
  font-size: 20px !important;
  font-weight: 400 !important;
  color: #707070 !important;
}
div.wpforms-container-full button[type="submit"] {
  box-shadow: 0px 3px 6px #00000029 !important;
  border-radius: 10px !important;
  background-color: white !important;
  color: #707070 !important;
  margin-right: 0;
  margin-left: auto;
  display: block;
}
.wpforms-container .wpforms-form input, .wpforms-container .wpforms-form textarea {
  border: none !important;
  box-shadow: inset 0px 3px 6px #00000029 !important;
  border-radius: 10px !important;
}
@media (max-width: 781px) {
    .wpforms-container {
  margin: 0 -36px !important;
}
    .wpforms-title {
  font-size: 25px !important;
}
  .wpforms-container .wpforms-field.wpforms-one-half {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 780px) {
  .reverse {
    flex-direction: row-reverse;
  }
}
body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #707070;
}
.sub-title {
  font-size: 30px;
  margin-bottom: 40px;
}
.large {
  font-size: 35px;
  color: #7FAA49;
  line-height: 1.2em;
}
.medium {
  font-size: 25px;
}
#cfoam-applications {
  font-size: 30px;
  line-height: 1.2em;
}
h1 {
  font-size: 50px;
  color: #7FAA49;
  line-height: 1.1em;
  text-transform: uppercase;
}
h1.entry-title {
  text-align: center;
}
h2 {
  font-size: 50px;
  color: #7FAA49;
  line-height: 1.1em;
  margin-bottom: 25px;
}
h2 sup {
	top: -.75em;
	font-size: .65em;
}
h2.alternate {
  font-size: 30px;
  color: #707070;
  text-transform:none !important;
  margin-bottom: 25px;
	font-weight: 700;
}
body:not(.home) #main h2 {
  text-transform: uppercase;
}
h2.no-margin {
  margin-bottom: 15px;
}
h3 {
  font-size: 30px;
  margin-bottom: 25px;
  color: #7FAA49;
  line-height: 1.2em;
}
body:not(.home) #main h3 {
  text-transform: uppercase;
}
h4 {
  font-size: 30px;
  line-height: 1.2em;
}
body:not(.home) #main h4 {
  text-transform: uppercase;
}
@media (max-width: 781px) {
  .sub-title {
    font-size: 24px;
  }
  #cfoam-applications {
    font-size: 24px;
      margin: 0 -36px;
  }
  h1 {
    font-size: 35px;
  }
  h2 {
    font-size: 35px;
  }
  h3 {
    font-size: 25px;
  }
     h4 {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 30px;
  }
}
#wrapper-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  border-radius: 0 0 25px 25px;
  z-index: 1000;
}
#wrapper-navbar {
  box-shadow: 0px 10px 15px #00000029;
}
@media (max-width: 500px) {
  #main-nav {
    padding-top: 5px !important;
  }
  #wrapper-navbar .container-fluid {
    flex-direction: column-reverse;
    padding-top: 5px;
  }
  .navbar-toggler {
    width: 100%;
    text-align: right;
    margin-bottom: -20px;
  }
}
#main-nav {
  padding: 30px 0;
}
.navbar-brand {
  max-width: 224px;
}
#main-menu {
  justify-content: flex-end !important;
  gap: 60px;
}
@media (max-width: 1200px) {
  #main-menu {
    gap: 20px;
  }
}
@media (max-width: 992px) {
  #main-menu {
    gap: 10px;
  }
}
@media (max-width: 500px) {
  .navbar-brand {
    max-width: 50%;
      margin: 0;
  }
}
.nav-link {
  font-size: 20px;
  color: #757684;
}
.nav-link:hover, .current-menu-item .nav-link, .nav-link:focus {
  color: #7ba740;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28116, 117, 132, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
@media (min-width: 780px) {
.dropdown-menu[data-bs-popper] {
  top: 94px;
	display: flex;
	gap:0px;
	border-radius: 0 0 20px 20px;
	padding: 20px;
	border:none;
	box-shadow: 0px 10px 15px #00000029;
}
}
.dropdown-item:focus, .dropdown-item:hover {
  color: #7ba740;
  background-color: transparent;
}
@media (min-width: 992px) {
  #menu-item-152 {
    display: none;
  }
}
#wrapper-footer-full, #wrapper-footer {
  background-color: #9491A0;
  color: white;
}
#wrapper-footer-full {
  padding-top: 50px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
  border-radius: 50px 50px 0 0;
}
#wrapper-footer-full p:last-child {
  margin-bottom: 0;
}
#wrapper-footer-full a {
  color: white;
  text-decoration: none;
}
#wrapper-footer-full a:hover {
  color: #7FAA49;
}
#wrapper-footer-full img {
  margin: 0;
}
#wrapper-footer {
  text-align: center;
  padding-top: 0;
  font-size: 15px;
  padding-bottom: 25px;
}
#wrapper-footer-full .menu {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 525px;
  margin: auto;
  padding: 0;
  font-size: 20px;
  line-height: 1.2em;
}
#wrapper-footer-full .row {
  align-items: center;
}
#wrapper-footer-full .row > .footer-widget {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.2em;
}
#wrapper-footer-full .row > .footer-widget:first-child {
  max-width: 250px;
}
#wrapper-footer-full hr {
  border: 1px solid white;
  opacity: 1;
}
#wrapper-footer-full .row > .footer-widget:last-child {
  max-width: 250px;
}
@media (max-width: 781px) {
  #wrapper-footer-full {
    padding-bottom: 30px;
  }
  #wrapper-footer-full .row {
    gap: 30px;
  }
  #wrapper-footer-full .menu, #wrapper-footer-full .row > .footer-widget:first-child {
    max-width: none;
  }
  #wrapper-footer-full .row > .footer-widget:first-child {
    text-align-last: center;
  }
  #wrapper-footer-full .row > .footer-widget:last-child {
    max-width: 300px;
    margin: auto;
    text-align-last: center;
  }
}
#using-carbon h2 {
  max-width: 1150px;
}
@media (min-width: 782px) {
  #using-carbon .wp-block-themepunch-revslider {
    position: relative;
    top: -70px;
  }
  #using-carbon h2 {
    position: relative;
    z-index: 2;
  }
}
#cfoam-applications {
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0px 10px 15px #00000029;
}
#cfoam-applications h3 {
  margin-bottom: 0;
}
#cfoam-applications .wp-block-columns {
  margin: 0;
  gap: 0;
}
#cfoam-applications .wp-block-column {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cfoam-applications .wp-block-column h3, #cfoam-applications .wp-block-column a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cfoam-applications .wp-block-column a {
  color: #7ba740;
  text-decoration: none;
  padding: 20px;
}
#cfoam-applications .wp-block-column a:hover {
  color: white;
  background-color: #7ba740;
  text-decoration: underline;
}
#cfoam-applications .wp-block-columns:first-child .wp-block-column {
  min-height: 40vh;
  padding: 20px;
}
#cfoam-applications .wp-block-columns:first-child {
  background-color: #9591A03B;
}
#cfoam-applications .wp-block-columns:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 781px) {
  #cfoam-applications .wp-block-column {
    min-height: 35vh;
  }
        #cfoam-applications .wp-block-columns:first-child .wp-block-column {
  min-height: 20vh;
}
  #cfoam-applications .wp-block-columns:not(:first-child) {
    position: relative;
  }
  #cfoam-applications .wp-block-columns:not(:first-child) .wp-block-column:last-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    text-shadow: 2px 2px 10px black, 2px 2px 10px black;
    border-top: 1px solid white;
  }
  #cfoam-applications .wp-block-columns:not(:first-child) .wp-block-column:last-child a {
    color: white;
  }
}
.partner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 781px) {
  .partner-wrapper {
    gap: 40px;
  }
  .partner-image {
    max-width: 150px;
  }
}
@media (min-width: 782px) {
  .page-id-12 #no-title-page-wrapper, .page-id-14 #page-wrapper {
    background-image: url("images/hexes.svg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 14vw auto;
  }
  .page-id-14 #page-wrapper {
    background-position: 107% top;
  }
  .page-id-14 #outer-page-wrapper {
    background-image: url("images/hexes.svg");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 14vw auto;
  }
    .page-id-15 #no-title-page-wrapper {
    background-image: url("images/hexes.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 14vw auto;
  }
}
@media (min-width: 1700px) {
  .page-id-12 #no-title-page-wrapper {
    background-size: 18vw auto;
  }
}
.hexes {
  background-image: url("images/horizontal-hexes.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 35vh !important;
  margin: -5vh auto;
}
@media (max-width: 781px) {
  .hexes {
    background-size: auto 100%;
    height: 15vh !important;
  }
}
#additional-applications {
  background-image: url("images/additional-applications-background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px;
  border-radius: 25px;
  box-shadow: 0px 10px 15px #00000029;
}
@media (max-width: 781px) {
  #additional-applications {
    color: white;
    padding: 40px 12px;
      margin: 0 -36px;
  }
}
.wp-block-table table, .wp-block-table td, .wp-block-table th, .wp-block-table thead {
    border:none;
}
.wp-block-table table {
color:#707070;
    font-size: 16px;
    line-height: 1.1em;
}
.wp-block-table th {
   color: #7FAA49;
    font-size: 18px;
    font-weight: 400;
}
.wp-block-table tbody td:not(:first-child), .wp-block-table thead th:not(:first-child) {
   text-align: center;
}
.wp-block-table tbody td:first-child {
   color: #7FAA49;
}
.wp-block-table tr {
border:1px solid #f0f0f0 !important;;
}
.wp-block-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.wp-block-table thead tr {
    background-color: #eeeeee;
}
@media (max-width: 781px) {
 .wp-block-table thead {
    display: none;
}
     .wp-block-table tr {
    display: flex;
         flex-direction: column;
         padding: 10px;
         gap:5px;
}
     .wp-block-table td {
    padding: 0!important;
}
    .wp-block-table tbody td:not(:first-child) {
   text-align: left;
}
     .wp-block-table.table1 td:nth-child(2):before, .wp-block-table.table2 td:nth-child(2):before {
    content:"Test Method: ";
}
    .wp-block-table.table1 td:nth-child(3):before, .wp-block-table.table2 td:nth-child(3):before {
    content:"Units: ";
}
    .wp-block-table.table1 td:nth-child(4):before {
    content:"CFOAM20: ";
}
    .wp-block-table.table1 td:nth-child(5):before {
    content:"CFOAM25: ";
}
    .wp-block-table.table1 td:nth-child(6):before {
    content:"CFOAM30: ";
}
    .wp-block-table.table2 td:nth-child(4):before {
    content:"CFOAM HTC: ";
}
}







