.template-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.template-header {
  box-shadow: rgba(0, 0, 0, 0.133) 5px 7px 7px;
  min-height: 160px;
}
.template-main {
  scroll-behavior: smooth !important;
  flex: 1 1 auto;
  overflow-x: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr minmax(0, 100%) 1fr;
}
.template-content {
  grid-area: 1 / 2 / 1 / 3;
  min-height: 100%;
}
.template-footer {
  display: grid;
  grid-area: 2 / 1 / 2 / 4;
  background-color: #ffffff;
  color: #484848;
}
.blue-button {
  background-color: #005e8f;
  color: #ffffff;
  border: none;
  width: fit-content;
}
.txbtn {
  white-space: nowrap;
  padding: 8px 25px;
  border-radius: 28px;
  font-size: 20px;
  text-decoration: none;
  transition: .4s;
}
.flex-section.justified {
  justify-content: center;
  /* align-items: center; */
}

.flex-section {
  display: flex;
}
.justified {
  justify-content: center;
  /* align-items: center; */
}
.padded_top_bottom_diet_small {
  padding-top: 15px;
  padding-bottom: 15px;
}
input[type=text], input[type=tel], input[type=email] {
  width: 33%;
  padding: 12px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.demo-overlay {
  position: fixed;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  align-items: center;
}
.demo-dialog {
  background-color: #0B273C;
  max-width: 560px;
  border-radius: 8px;
  padding: 1em;
  margin: auto;
  width: fit-content;
  height: fit-content;
  margin: auto;
  vertical-align: middle;
}
dialog {
  background-color: #0B273C;
  max-width: 560px;
  border-radius: 8px;
}
dialog .close-btn, .close-btn {
  float: right;
  background-color: #0B273C;
  border: 1px solid white;
  border-radius: 15px;
  color: white;
  font-size: 20px;
}
.demo-form-label {
  white-space: nowrap;
  padding: 30px 15px 0 0;
  color: white;
}
ul.pillar-check-list {      
  list-style: none;          
} 
ul.pillar-check-list li:before {
  content: '✓ ';     
  color: green;
  font-weight: 800;        
}

@media screen and (min-width: 1024px){
  ul.breadcrumb {
      width: 100%;
      padding: 10px;
      margin: 0;
      list-style: none;
      background-color: #fefefe;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 9999;
  }
  ul.breadcrumb li {
      display: inline;
      font-size: 18px;
  }
  ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: "/\00a0";
  }

  ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
  }
  ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
  }

  #page-header-logo {
      padding: 15px 10px;
  }
  #page-free-demo {
      margin: 0;
      padding: 12px;
  }
  #page-header-phone {
      padding: 20px 10px 0 0;
      /* padding: 15px 10px; */
      text-align: right;
  }
  .pillar-page {
      margin-left: auto;
      margin-right: auto;
      /* border-left: 1px solid #999; */
      /* box-shadow: 12px 0 15px -4px rgba(160, 160, 160, 0.5), -12px 0 8px -4px rgba(160, 160, 160, 0.5); */
      /* border-right: 1px solid #999; */
      width: 77%;
      max-width: 1024px;
      background-color: #fff;

      /* keep interactable items above the overlay */
      position: relative;
      z-index: 3;
  }
  #page-banner {
    position: relative;
    padding: 0 0 0 0;
    min-height: 100px;
    color: white;
  }

  #page-banner h1 {
      position: absolute;
      font-size: 1.5em;
      top: 10px;
      left: 25px;
  }
  #page-banner h2 {
      position: absolute;
      font-size: 1em;
      top: 55px; 
      left: 25px;           
  }
  #page-banner img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100px;
  }
  .page-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px){
  .txbtn {
      font-size: 15px;
  }
  .padded_top_bottom_diet_small {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  ul.breadcrumb {
      width: 100%;
      padding: 10px;
      margin: 0;
      list-style: none;
      background-color: #fefefe;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 9999;
  }
  ul.breadcrumb li {
      display: inline;
      font-size: 18px;
  }
  ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: "/\00a0";
  }
  ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
  }
  ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
  }

  #page-header-bar img {
      width: 60%;
      margin-top: 5px;
  }
  #page-header-logo {
      padding: 10px 10px;
      text-align: center;
  }
  #page-header-phone {
      padding: 10px 10px;
      text-align: center;
  }
  #page-banner {
    padding : 100px 0 0 0;
    position: relative;
    color: white;
  }
  #page-banner h1 {
      position: absolute;
      top: 15px;
      left: 10px;
      font-size: 1.1em;        
  }
  #page-banner h2 {
      position: absolute;
      top: 45px;
      left: 10px;
      font-size: 1em;
  }
  #page-banner img {
      position: absolute;
      height: 100px;
      width:100%;
      left: 0;
      top: 0;
  }
  .page-title {
      font-size: 1.5em;
      font-weight: bold;
  }
}

.funnel{
    width: 230px;
    height: 310px;
    position: sticky;
    top: 30px;
    background-color: white;
    color: black;
    border-radius: 24px;
    float: inline-end;
    margin: 30px 1%;
    transition: width 1s;
}
.funnel.open{
    width: 98%;
    height: unset;
    /* position: sticky;
    top: 60px;
    background-color: white;
    color: black;*/
    /* border-radius: 0px; */
    /* float: unset; */
    margin-top: 30px;
}
#funneltext{
  height: 100%;
}
.centered{
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.sales-slider{
  height: 310px;
}
#slides{
  opacity:1;
  transition-duration: 5s;
}
.is-hidden{
  opacity: 0;
  display: none;
}
.template-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background-color: rgba(0,0,0,0.5); */
  }
  .funnel_padded_small{
    padding: 15px;
  }
  .funnel-button{
    margin: 20px;
  }
  .half-wide {
    width: 50%;
  }
  .slide-image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
  }
  .slider-button {
    padding: 8px 25px;
    border-radius: 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
    border: 1px solid #cccccc;
    cursor: pointer;
    display: block;
    z-index: 99999;
    position: relative;
  }

  .slider-button:hover {
      background-color: #00aeff;
      color: white;
      border: 1px solid #00aeff;
  }
  .slide-header {
    font-size: 24px;
  }
  .slide-words{
    max-width: 1000px;
    font-size: 15px;
  }
  .slide-price {
    font-size: 25px;
  }
  .c0b {
    color: #005E8F;
  }

  .fw4 {
      font-weight: 400;
  }
  .tal {
      text-align: left;
  }
  .lh14 {
      line-height: 1.4em;
  }
  ul li {
    list-style: none;
  }
  .funnel-close{
    position: absolute;
    top: 10px;
    right: 10px;
  }
  @media (max-width: 1520px){
    .pillar-page{
        margin-right: 230px;
        
    }
    
  }
  @media (max-width: 1024px){
    .funnel{
        display: none;
        
    }
    .pillar-page{
        margin-right: auto;
        
    }
    .template-overlay {
      display: none;
    }
    
  }
