               @font-face {
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: medium;
  mso-font-alt: ‘Arial’;
}

.skagenfontcolor {
  color: #003363;
}
   
.form-contactme-g {
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.form-contactme-g > .header,
.form-contactme-g > .section,
.form-contactme-g > .footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}

.form-contactme-g > .section {
  margin: 10px 0;
}

.form-contactme-g > .section > .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #333;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }
}

.form-contactme-g > .section > .columns {
  width: 100%;
}
   
   .form-contactme{
 max-width: 700px;
 padding: 20px 12px 10px 20px;
 font: 13px Arial, Helvetica, sans-serif;
 background: #FFFFFF;
}

.stbImage img.center {
  display: block;
  margin-right: auto;
  width: 30%;
}

.helpspan{
  color:#BF0900;
  font-size: 11px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-contactme-line{ 
 border-bottom: 2px solid #da291c;
 margin-bottom: 20px;
 padding-bottom: 3px;
}

.form-contactme label{
 display: block;
 font-size: 16px;

 margin: 0px 0px 20px 0px;
}

 .form-contactme label > span{
 width: 100px;
 font-weight: normal;
 float: left;
 padding-top: 8px;
 padding-right: 5px;
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1
   {
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 49px;
   }

h2
   {
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 42px;
   }

h3
   {
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 18.72px;
   }

h4
   {
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 16px;
   }

.form-contactme  label > div.error-msg{
 width: 230px;
 color:#BF0900;
 float: right;
 padding-top: 8px;
 padding-right: 10px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
display: none;
 
}
.form-contactme span.required{
 color:#BF0900;
}

.form-contactme img.center {
  display: block;
  margin-right: auto;
  width: 35%;
}

.form-contactme input.input-field, .form-contactme .select-field{
 width: 50%; 
}

.form-contactme input.input-field, 
.form-contactme .textarea-field, 
.form-contactme .select-field{
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 border: 1px solid #cfcccc;
 box-shadow: 1px 1px 4px #EBEBEB;
 -moz-box-shadow: 1px 1px 4px #EBEBEB;
 -webkit-box-shadow: 1px 1px 4px #EBEBEB;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 padding: 7px;
 outline: none;
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   
}
.form-contactme .input-field:focus, 
.form-contactme .textarea-field:focus,  
.form-contactme .select-field:focus{
 border: 1px solid #d1e1ee;
}

.form-contactme .textarea-field{
 height:100px;
 width: 50%;
}

.form-contactmebutton{
 border: none;
 padding: 12px 36px 12px 36px;
 background: #003363;
 color: #fff;
  font-size: 19px;
  margin-left: auto;
  margin-right: auto;
 box-shadow: 1px 1px 4px #DADADA;
 -moz-box-shadow: 1px 1px 4px #DADADA;
 -webkit-box-shadow: 1px 1px 4px #DADADA;
 border-radius: 3px;
 -webkit-border-radius: 0px;
 -moz-border-radius: 3px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.form-button:hover {
            opacity: 0.8;
            transition: all 0.1s ease;
            cursor: pointer;
        }

.secondarybtn {
  display: inline-block;
  text-decoration: none;
  color: #003363;
  background-color: #fff;
  border: 2px solid #003363;
  padding: 10px 34px;
  font-size: 19px;
  text-decoration: none;
  box-shadow: 1px 1px 4px #DADADA;
  border-radius: 0;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.secondarybtn:hover {
  background-color: #e6e6e6;
  color: #003363;
  border-color: #001326;
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
}

.inputshow {
display: block;
}

.inputshowinline {
display: inline;
}

.inputhidden {
display: none;
}

.green-checkmark {
 color: #009933;
}

.green-checkmarkfieldvalidation {
        color: #009933;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
}

.red-crossmark {
 color: #FF0000;
}

.red-frame {
 border-color: red;
}

.green-frame {
 border-color: green;
}

.error-msg {
 color: red;
 display: none;
}

.email {
  margin-bottom: 2rem;
}

.email span {
  font-weight: bold;
}

.container {
  background-color: var(--color-surface);
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 350px) {
  .container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

.centernls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  width: 20%;
  padding: 2px;
}

.commentarybox {
    height: 100px;
    width: 75%; /* Set width to 75% */
    padding: 5px; /* Optional: Add padding for better text positioning */
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
    overflow-wrap: break-word; /* Ensure text wraps within the text area */
    word-wrap: break-word; /* For older browsers */
    white-space: pre-wrap; /* Preserve whitespace and wrap text */
    overflow: hidden; /* Hide overflow content */
    resize: none; /* Prevent resizing */
    font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 1px solid #da291c;
}

.commentaryboxarea {
  width: 75%;
  height: 100px;
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #003363;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  resize: none;
  display: block;
  margin: 10px 0;
}

.form-contactme  label > div.error-msg-show{
 width: 230px;
 color: #FF0000;
 float: right;
 padding-top: 8px;
 padding-right: 10px;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
display: block;
}

.options-container {
 display: flex;
 flex-direction: column;
 align-items: flex-start; /* Align items to the left */
 margin: 20px;
 }

.option-item {
 display: inline-flex; /* Keep radio button and label on the same line */
 align-items: center;
 margin-bottom: 10px;
 }

.option-item input[type="radio"] {
 margin: 0;
 }

.option-item label {
  margin: 0 0 0 10px;
  white-space: nowrap;
  display: block;  /* Or inline - be explicit */
}

p
   {
   font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 19px;
   line-height: 1.5;
   }

.large-radio {
      width: 20px; /* Double the default size */
      height: 20px; /* Double the default size */
      margin-right: 10px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      background-color: #fff;
      border: 1px solid #C2C2C2;
      border-radius: 3px;
      outline: none;
      cursor: pointer;
      position: relative;
    }

    .large-radio:checked {
      background-color: #fff;
      border: 1px solid #4CAF50;
    }

    .large-radio:checked::after {
      content: '✔';
      color: #4CAF50;
      font-size: 16px;
      position: absolute;
      top: -2px;
      left: 2px;
    }

    .option-text {
      display: flex;
      align-items: left;
      padding-left: 5px; /* Add 5 pixels of padding to the left side */
      padding-top: 6px;
    }

    .checkbox-wrapper {
    display: inline-flex;
}

/* Large NLS Radio Buttons for Score Rating - Box Style */

.form-nlslargeradiobuttons {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  margin: 20px 0;
  justify-content: flex-start;
}

.form-nlslargeradiobuttons .btn-check {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.form-nlslargeradiobuttons .btn-label {
  width: 150px;
  height: 75px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  border: 2px solid #003363;
  border-radius: 3px;
  background: #ffffff;
  color: #003363;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 1px 1px 4px #EBEBEB;
  -moz-box-shadow: 1px 1px 4px #EBEBEB;
  -webkit-box-shadow: 1px 1px 4px #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  flex-shrink: 0;
}

.form-nlslargeradiobuttons .btn-label:hover {
  border-color: #003363;
  background-color: #003363;
  color: #fff;
  box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
}

.form-nlslargeradiobuttons .btn-check:checked + .btn-label {
  background: #003363;
  color: #fff;
  border-color: #003363;
  box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
  -webkit-box-shadow: 1px 1px 8px rgba(0, 51, 99, 0.3);
}

.form-nlslargeradiobuttons .btn-check:focus + .btn-label {
  outline: 2px solid #003363;
  outline-offset: 2px;
}

/* Mobile responsiveness - vertical layout */
@media only screen and (max-width: 768px) {
  .form-nlslargeradiobuttons {
    flex-direction: column;
    gap: 15px;
  }

  .form-nlslargeradiobuttons .btn-label {
    width: 100%;
    height: 120px;
  }
}

/* Extra small screens */
@media only screen and (max-width: 480px) {
  .form-nlslargeradiobuttons {
    flex-direction: column;
    gap: 15px;
  }

  .form-nlslargeradiobuttons .btn-label {
    width: 100%;
    height: 100px;
    font-size: 14px;
  }
}

.termstext {
   font-size: 14px;
}