:root {
  --links-color: #333333;
  --links-hover-color: #f38b00;
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
  background-color: #f9f9f9;
  color: #333333;
}

a {
  color: var(--links-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a:focus,
a:hover {
  color: var(--links-hover-color);
}

a:not(.button):focus-visible {
  outline: var(--button-border) solid var(--links-hover-color);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-3,
.col-9 {
  padding: 15px;
}

.col-3 {
  width: 25%;
}

.col-9 {
  padding-left: 30px;
  width: 75%;
}

@media (max-width: 1200px) {
  .col-3,
  .col-9 {
    width: 100%;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

.dnd-row > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .dnd-row > .row-fluid {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 767px) {
  .dnd-row > .row-fluid {
    max-width: 100%;
  }
}

.row-fluid {
  width: 100%;
}

.row-fluid:after,
.row-fluid:before {
  content: '';
  display: table;
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 0;
  min-height: 0;
  width: 100%;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 100%;
}

.row-fluid .span11 {
  width: 91.6666666667%;
}

.row-fluid .span10 {
  width: 83.3333333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.6666666667%;
}

.row-fluid .span7 {
  width: 58.3333333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.6666666667%;
}

.row-fluid .span4 {
  width: 33.3333333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.6666666667%;
}

.row-fluid .span1 {
  width: 8.3333333333%;
}

.container-fluid:after,
.container-fluid:before {
  content: '';
  display: table;
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    margin-left: 0;
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:after,
  .row-fluid:before {
    content: '';
    display: table;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 0;
    width: 100%;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.6666666667%;
  }

  .row-fluid .span10 {
    width: 83.3333333333%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.6666666667%;
  }

  .row-fluid .span7 {
    width: 58.3333333333%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.6666666667%;
  }

  .row-fluid .span4 {
    width: 33.3333333333%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.6666666667%;
  }

  .row-fluid .span1 {
    width: 8.3333333333%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:after,
  .row-fluid:before {
    content: '';
    display: table;
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 0;
    min-height: 0;
    width: 100%;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.6666666667%;
  }

  .row-fluid .span10 {
    width: 83.3333333333%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.6666666667%;
  }

  .row-fluid .span7 {
    width: 58.3333333333%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.6666666667%;
  }

  .row-fluid .span4 {
    width: 33.3333333333%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.6666666667%;
  }

  .row-fluid .span1 {
    width: 8.3333333333%;
  }
}

.clearfix:after,
.clearfix:before {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.hidden,
.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
}

h2,
h3 {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #1e345d;
}

h2 {
  font-size: 28px;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

form {
  background: #ffffff;
  padding: 30px;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

form input[type='text'],
form input[type='email'],
form textarea,
select {
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  width: 100%;
}

form button {
  background-color: #f38b00;
  border: none;
  color: white;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.thank-you {
  background: #e6f7e6;
  padding: 40px;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
}

.hero {
  background: #1e345d url('https://image.e.healthtrustpg.com/lib/fe2f117371640575701270/m/1/9cc1a81b-f5ef-439c-a96c-bf5e7edcfc64.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 30px 20px 40px;
}

.hero h2 {
  color: #ffffff;
  font-size: 28px;
  margin: 20px 0;
  text-transform: uppercase;
}

.hero h1 {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  text-transform: uppercase;
}

.info-box {
  background-color: rgba(255, 255, 255, 0.85);
  color: #1e345d;
  font-family: 'Open Sans', Arial, sans-serif;
  padding: 25px;
  border-radius: 0.5rem;
  /* round the corners */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* optional but looks clean */
  border-left: 3px solid rgb(237, 139, 0);
}

.info-box h3 {
  margin-top: 0;
}

input[type='submit'] {
  background-color: #1e345d;
  color: #ffffff;
  padding: 14px 32px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: 0.25s ease;
  display: block;
  margin: 20px 0;
}

input[type='submit']:focus,
input[type='submit']:hover {
  background-color: #f38b00;
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

.layout-widget-wrapper {
  display: block;
  padding: 5px 0;
}

.header-logo-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.form-acknowledgement {
  margin: 15px 0;
}

.form-acknowledgement a {
  display: inline;
  text-decoration: underline;
}

.form-acknowledgement a:focus,
.form-acknowledgement a:hover {
  color: var(--links-hover-color);
  text-decoration: underline;
}

.form-acknowledgement label span {
  line-height: var(--body-line-height);
}

.form-field {
  margin-bottom: 15px;
}

@media only screen and (min-width: 800px) {
  .form-columns-2 .form-field {
    width: 50%;
    float: left;
  }

  .form-columns-2 .form-field:first-child {
    padding-right: 20px;
  }

  .hero h1 {
    font-size: 46px;
  }

  .hero h2 {
    font-size: 30px;
  }
}

.form-required {
  color: red;
  font-size: smaller;
  vertical-align: super;
}

/* Footer Styles */
.footer-area {
  background-color: #f5f5f5;
  padding: 30px 0 0;
}

.footer-area .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-area .fttsocials {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
  gap: 10px;
}

.footer-area .fttsocials a {
  display: inline-block;
  line-height: normal;
  height: 32px;
}

.footer-area .fttsocials img {
  width: 24px;
  height: 24px;
}

.footer-area .row {
  margin: 0;
}

.site-footer {
  background: #e8e8e8;
  font-family: 'Gotham Book', 'Raleway', sans-serif;
  padding: 15px 0;
  margin-top: 0;
}

.site-footer .site-info {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
}

.site-footer .row {
  display: flex;
  min-height: 24px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.site-footer .copyright {
  color: #888888;
  font-size: 13px;
  order: 1;
}

.site-footer .menu-become-a-container {
  font-size: 13px;
  order: 2;
}

.site-footer .menu-become-a-container a {
  color: #888888;
  text-decoration: none;
}

.site-footer .menu-become-a-container a:focus,
.site-footer .menu-become-a-container a:hover {
  text-decoration: underline;
}

.flogo {
  display: block;
  height: auto;
  margin-bottom: 28px;
  max-width: 320px;
  width: 100%;
}

.footer-widget-area .textwidget p {
  color: #4c4c4c;
  display: block;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .site-footer .row {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .site-footer .copyright,
  .site-footer .menu-become-a-container {
    order: 0;
  }
}

/* Hidden Noscript Element */
.noscript-hidden {
  display: none !important;
  visibility: hidden !important;
}