/* @import url('http://example.com/example_style.css'); */

/* custom fonts */
      
          @font-face {
            font-family: 'A2 Standard Sans';
            font-style: normal;
            font-weight: 500;
           src: url(https://48818584.fs1.hubspotusercontent-na1.net/hubfs/48818584/email-template/A2StandardSans-Medium.woff2) format("woff2"), url(https://48818584.fs1.hubspotusercontent-na1.net/hubfs/48818584/email-template/A2StandardSans-Medium.woff) format("woff")
          }
       
          @font-face {
            font-family: 'A2 Standard Sans';
            font-style: bold;
            font-weight: 700;
            src: url(https://48818584.fs1.hubspotusercontent-na1.net/hubfs/48818584/email-template/A2StandardSans-Bold.woff2) format("woff2"), url(https://48818584.fs1.hubspotusercontent-na1.net/hubfs/48818584/email-template/A2StandardSans-Bold.woff) format("woff")
          }   
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

  body {
   /* background-image: url("https://48818584.fs1.hubspotusercontent-na1.net/hubfs/48818584/welcome-lp-back-desktop-2.jpg");*/
    /* bg now controlled in custom field */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-position: top;
    background-color:beige;
    color: #404040;
    min-height: 100vh;
    font-weight: 500; 
  font-family: 'A2 Standard Sans', Arial, sans-serif;
  line-height:160%;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
    margin:0;
    padding:0;
  }
  
  p {
    font-family: 'A2 Standard Sans', Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 140% !important;
  }
  
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  font-family: 'A2 Standard Sans', Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    color: #333;
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  
  h1 {
    font-weight: 900;
    color: #B80720;
    font-size: 2rem;
    line-height: 130%;
    text-wrap:balance;
  }
  
.interactive-button {
  font-family: 'A2 Standard Sans', Arial, sans-serif !important;
  font-weight: 500 !important;
}

.masthead {
    margin:2%;
}
  .main-logo {
    display: block;
    text-align: center;
    top: 2rem;
    opacity: 1 !important;
  }
 .main-logo img {
   max-width:230px;
   width:100%;
   height:auto;  
}


@media (max-width: 790px) {
  .main-logo img {
     max-width:150px;
     width:100%;
     height:auto;  
     margin:1rem auto;
  } 
}

.container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }


.dnd-module p {
  padding: 0 2rem;
  
}
  a.text-white,
  .text-white {
    color: #fff !important;
  }
  
  a.text-white.facebook:hover {
    color: white !important;
  }
  
  a.text-white.youtube:hover {
    color: #f00 !important;
  }
  
  a.text-white.linkedin:hover {
    color: white !important;
  }
  
  .bold {
    font-weight: 700 !important;
  }
  
  ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 1.5 !important;
    margin-bottom: 10px !important;
    letter-spacing: .05em !important;
  }
  
  ul {
    width: 92%;
    margin-left: auto;
  }
  
  .small,
  .source,
  .legal {
    font-size: 12px;
    letter-spacing: .075rem;
    line-height: 1.75 !important;
  }
  
  .copyright {
    color: #fff !important;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  
  .form-panel {
    margin: auto;
    background-color: rgba(247, 245, 242, .9);
    /*padding: 1.5rem 3rem;*/
    border-radius: 12px;
    width: 80vw;
    max-width: 800px;
    margin-bottom:3rem;
  }


  /* form */
/* HubSpot Form Container */
.hs-form-container {
  margin: 0 auto;
  padding: 20px;
}

/* Form Elements */
.hs-form {
  width: 100%;
  font-family: 'A2 Standard Sans', Arial, sans-serif !important;

}

.hs-form-field label {
  display: block;
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  font-family: 'A2 Standard Sans', Arial, sans-serif !important;
}

  fieldset {
    max-width:100%!important;      
  font-family: 'A2 Standard Sans', Arial, sans-serif !important;
}
 
fieldset.form-columns-2 {
    /* border: 1px solid red; */
    width: 100%;
    max-width: 100%;    
}
fieldset.form-columns-2 .input {
  margin-bottom:1rem!important;
}

  @media (min-width: 420px) {
fieldset.form-columns-2 .hs-form-field {
    width: 46% !important;
    float: left;
    margin-right: 4%;
  }
}
/* Text Inputs, Textareas, Selects */
.hs-input {
  width:100%;
  padding: 10px;
  padding-right:0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  line-height: 1.5;
}

/* Focus state */
.hs-input:focus {
  border-color: #0091ae;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 145, 174, 0.3);
}

/* Error States */
.hs-error-msgs {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  margin-top:6px;
}

.hs-error-msgs label {
        font-weight: 500;
        border-radius: 6px;
        border: 2px solid red;
        padding: 6px;
        font-size: 1rem;
        letter-spacing: 0;
        text-align: center;
        margin-top: 10px;
        width: 100%;
        min-width: 100%;
    }

.inputs-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.inputs-list li {
  list-style: none;

}
/* Submit Button */
.hs-button.primary {
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1rem 0;
  background: #B80720;
  font-family: 'A2 Standard Sans', Arial, sans-serif;
  transition: background-color 0.3s;
}

.hs-button.primary:hover {
  background-color: #d62030;
}

/* Required Field Indicator */
.hs-form-required {
  color: #f44336;
  margin-left: 4px;
}

/* Checkbox and Radio Groups */
.hs-fieldtype-checkbox .inputs-list,
.hs-fieldtype-radio .inputs-list {
  margin-top: 5px;
}

.hs-fieldtype-checkbox .inputs-list li,
.hs-fieldtype-radio .inputs-list li {
  margin-bottom: 5px;
}

/* Legal Consent */
.legal-consent-container {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 15px;
}
/* end form */
/* new forms */


data-hsfc-id=Renderer] .hsfc-TextField>*:not(:last-child) {
  font-family: A2 Standard Sans, Arial, sans-serif !important;
}

[data-hsfc-id=Renderer] .hsfc-FieldLabel {
  font-family: A2 Standard Sans, Arial, sans-serif !important;
}

[data-hsfc-id=Renderer] .hsfc-TextInput {
      font-family: A2 Standard Sans, Arial, sans-serif !important;
}

[data-hsfc-id=Renderer] .hsfc-DropdownOptions__List__ListItem {
    font-family: A2 Standard Sans, Arial, sans-serif !important;
}

[data-hsfc-id=Renderer] .hsfc-RichText {
    font-family: A2 Standard Sans, Arial, sans-serif !important;
}

[data-hsfc-id=Renderer] .hsfc-ErrorAlert {
   font-family: A2 Standard Sans, Arial, sans-serif !important;
}

[data-hsfc-id=Renderer] .hsfc-RichText a, [data-hsfc-id=Renderer] .hsfc-RichText a:link {
  color:rgba(184,7,32,1.0);
}

  @media (min-width: 1200px) {
    .container {
      max-width: 1600px !important;
      margin: auto !important;
    }
    .intro-copy {
      font-size: 22px;
    }
    .form-panel {
      max-width: 90%;
      padding: 5rem;
      max-width: 750px;
      padding: 2rem ;
    }
    h1 {
      font-size: 2rem;
    }
    p {
      font-size: 1.2rem;
    }
  }
  
  @media (max-width: 790px) {
 
    .social-section {
      margin-bottom: 20px !important;
      margin-top: 10px !important;
    }
  }
  
  @media ((max-width: 767px)) {
    body {
    /*  background-image: url(https://48818584.fs1.hubspotusercontent-na1.net/hubfs/48818584/welcome-lp-back-mobile.jpg) !important;*/
      background-repeat: no-repeat;
      background-position: center top;
    }
    
    .copyright {}
    section.main-bkg {
      background-position: 80% -20%, right bottom !important;
      background-size: 160% auto, cover !important;
    }
    .main-section {
      background-size: 160% auto !important;
      background-position: 80% -3vh !important;
    }
    
  }


.footer {  
  margin: 0;
    min-height: 0;
    height: fit-content;
    display: block;
    background: #d02631;
    padding: 0px 2.5%;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
  vertical-align: middle;
    align-items: center;
}