/* Define Custom Font */
@font-face {
    font-family: "LL Brown Bold Web";
    src: url("../eot/lineto-brown-bold.eot");
    src: url("../eot/lineto-brown-bold.eot#iefix") format("embedded-opentype"),
         url("../woff2/lineto-brown-bold.woff2") format("woff2"),
         url("../index.html") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Light Web";
    src: url("https://info.risiinfo.com/rs/895-QPI-089/images/lineto-brown-light.eot");
    src: url("https://info.risiinfo.com/rs/895-QPI-089/images/lineto-brown-light.eot#iefix") format("embedded-opentype"),
         url("../woff2/lineto-brown-light.woff2") format("woff2"),
         url("../woff/lineto-brown-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LL Brown Regular Web";
    src: url("../eot/lineto-brown-regular.eot");
    src: url("../eot/lineto-brown-regular.eot#iefix") format("embedded-opentype"),
         url("../woff2/lineto-brown-regular.woff2") format("woff2"),
         url("../woff/lineto-brown-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* Form Container */
#marketo-form-container {
  max-width: 600px;
  margin: 0 auto;
}
/*Above sets total container*/

/* Form Field Styles */
.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm textarea {
  width: 300px !important;
  padding: px;
    margin-bottom: px;
  font-family: 'LL Brown Regular Web', Arial, sans-serif; /* Use your custom font or fallback to Arial and sans-serif */
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.mktoForm .mktoHtmlText {
     font-family: "LL Brown Regular Web" !important;
     font-size: 6px !important;
     width:300px !important; 
}
/*html inputs*/
/* Drop-down Selector Styles */

.mktoForm select {
  width: 300px !important;
  padding: 50px;
  font-family: 'LL Brown regular Web', Arial, sans-serif; /* Use your custom font or fallback to Arial and sans-serif */
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 30px; /* Adjust the height as needed */
  line-height: 50px; /* Adjust the line height as needed */
  background-color: #fff; 
}

/* Form Button Styles */
  .mktoForm .mktoButtonWrap .mktoButton{
  background-image: none !important;
  background-color: #6f0791 !important;
  border: 1px solid #6f0791 !important;
  font-size: 15px !important;
  line-height: 2px !important;
  font-family: "LL Brown Bold Web" !important;
  padding: 15px 15px 15px 15px !important;
  border-radius: 5px !important;
  width: 200px !important;
  Margin-left: -120px !important;
}
/* Form Button Hover Effect */
.mktoForm .mktoButton:hover {
  background-color: #6f0791;
  border-color: #6f0791;
}

/* Form Label Styles */
  .mktoForm label {
  display: block;
  margin-bottom: 5px;
  font-weight: 200 !important;
  font-family: 'LL Brown Bold Web', Arial, sans-serif;
  font-size: 14px;
  color: #323232;
  width: 200px !important;
}

/* Responsive Styles (Optional) */
@media screen and (max-width: 600px) {
 .mktoForm input[type="text"],
 .mktoForm input[type="email"],
 .mktoForm input[type="tel"],
 .mktoForm select,
 .mktoForm textarea {
     }
}

/* Add more custom styles as needed */
