html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
.clear {
  clear: both
}
.sticky {}
.bypostauthor {}
.wp-caption {}
.wp-caption-text {}
.gallery-caption {}
.alignright {}
.alignleft {}
.aligncenter {}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}
/*--------- BODY ELEMENTS --------- */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.444em;
  letter-spacing: -0.02em;
  word-spacing: 0.04em;
  max-width: 2400px;
  margin: 0 auto;
  background: #767777;
}
a {
  text-decoration: none;
  transition: .5s;
}
b, strong {
  font-weight: 700;
}
nav, section, footer, div, li, a, input, select, textarea, img, td, article, header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input, select, textarea {
  -webkit-appearance: none;
}
p {
  margin: 0 0 1.5em 0;
  line-height: 1.444em;
}
p:last-child {
  margin: 0 !important;
}
a {
  text-decoration: none;
  transition: .5s;
}
em, i {
  font-style: italic;
}
img {
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.333em;
  box-sizing: border-box;
}
.wrapper {
  display: table;
  margin: 3em auto;
  width: 1500px;
  padding: 3em;
  background: #222;
  color: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
header {
  display: grid;
  gap: 0 5%;
  grid-template-columns: 25% 70%;
  margin: 0 auto 2em auto;
  width: 100%;
  align-items: center;
}
header .left img {
  display: table;
  margin: 0;
  float: left;
  width: 20em;
  max-width: 100%;
}
header .right h1 {
  display: table;
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.333em;
  padding: 0.5em 1em;
  background: #E97132;
  border-radius: 5px;
  margin: 0 0 1em 0;
}
header .right p {
  font-size: 1.333em;
}
.content {
  display: table;
  width: 100%;
  margin: 2em 0 0 0;
}
.content p {
  font-size: 1.111em;
}
.content h2 {
  font-size: 2em;
  font-weight: 700;
  color: #E97132;
  margin: 0 0 1em 0;
}
.content h3 {
  font-size: 1.667em;
  font-weight: 700;
  color: #0d9fd2;
  margin: 0 0 1em 0;
}
.content h4 {
  font-size: 1.444em;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1em 0;
}
.content h5 {
  font-size: 1.222em;
  font-weight: 700;
  color: #0d9fd2;
  margin: 0 0 1em 0;
}
.content ul {
  display: table;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 0;
}
.content ul li {
  font-size: 1.111em;
  line-height: 1.444em;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.content ul li:before {
  content: "\f058";
  left: 0;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.889em;
  position: absolute;
  color: #0d9fd2;
}
.content .twocols {
  display: grid;
  gap: 0 5%;
  grid-template-columns: 47.5% 47.5%;
  width: 100%;
}
.content .twocols .box {
  display: table;
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 2em;
  background: #000;
  color: #fff;
  border-radius: 5px;
}

.content .twocols .box ul li:before {
  content: "\f061";
  color: #fff;
}
.content i.green {
  color: green;
}
.content i.red {
  color: red;
}
.content .btn {
  display: table;
  width: 100%;
  margin: 0 0 1em 0;
  font-size: 1.111em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.333em;
  padding: 0.75em 1em;
  background: #E97132;
  border-radius: 5px;
}
.content .btn:hover {
  color: #fff;
  background: #0d9fd2;
}
footer {
  display: table;
  margin: 2em auto 0 auto;
  width: 100%;
  padding: 2em;
  font-size: 1em;
  line-height: 1.444em;
  text-align: center;
  background: #333;
  color: #fff;
  border-radius: 5px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #E97132;
}
.linkbuttons {
     display: table;
     width: 100%;
     margin: 0;
  }
.mobileheader {
  display: none;
}


/* --------- QUANTUM FORM PAGE ELEMENTS -----------------*/
.content header {
  display: table;
  width: 100%;
  margin: 0;
}
.content header h1.entry-title {
  display: table;
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  color: #E97132;
  text-align: center;
  margin: 0 auto 1em auto;
}
.quantumform {
  display: table;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
.quantumform table tr:nth-of-type(odd) td {
  background: #333;
}
.quantumform table tr td {
  padding: 1em;
}
.quantumform  .wpcf7 .wpcf7-form p {
  margin: 0 !important;
}
.quantumform  input {
  height: 2.667em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: 1px 1px 2px #000;
  border-radius: 5px;
}
.quantumform textarea {
  height: 8em;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  width: 100%;
  padding: 0.5em 0.75em;
  border: 1px solid #ccc;
  margin: 0 0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  resize: none;
  box-shadow: 1px 1px 2px #000;
  border-radius: 5px;
}
.quantumform input[type="submit"] {
  display: table;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  font-weight: 700;
  line-height: 2.667em;
  text-transform: uppercase;
  background: #009fd7;
  cursor: pointer;
  cursor: hand;
  border: none;
  padding: 0 1em;
  height: inherit;
  margin: 0 auto 0 auto;
  width: 100%;
  display: block;
  transition: .5s;
}
.quantumform input[type="submit"]:hover {
  color: #fff;
  background: #E97132;
}
.quantumform div.wpcf7 .ajax-loader {
  visibility: hidden;
  z-index: 999;
  position: relative;
  top: -30px;
  right: 10px;
  float: right;
  margin: 0 0 -20px 0 !important;
}
.quantumform div.wpcf7 br {
  display: none;
}
.quantumform .screen-reader-response {
 display: none;   
}
.quantumform div.wpcf7-response-output {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: red !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
.quantumform div.wpcf7-mail-sent-ng {
  margin: 10px 0 0 0 !important;
  padding: 0 !important;
  color: green !important;
  text-align: center !important;
  font-size: 1em !important;
  border: none !important;
  line-height: 1.25em !important;
}
.quantumform span.wpcf7-not-valid-tip {
  margin: 0 0 5px 0 !important;
  color: red !important;
  font-size: 1em !important;
  font-weight: 300 !important;
  text-align: left !important;
  line-height: 1.25em !important;
}
.quantumform div.wpcf7-validation-errors {
  margin: 0 0 5px 0 !important;
  color: red !important;
  border: none !important;
  font-weight: 300;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
.quantumform div.wpcf7-mail-sent-ok {
  border: none !important;
  margin: 0.556em 0 !important;
  line-height: 1.25em !important;
}
.quantumform table td {
	padding: 5px;
	width: 50%;
}
.quantumform input[type="checkbox"] {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: auto;
	height: auto;
	-webkit-appearance: checkbox;
}
.quantumform input[type="radio"] {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	width: auto;
	height: auto;
	-webkit-appearance: checkbox;
}
.quantumform span.wpcf7-list-item {
	clear: both;
	width: 100%;
	margin: 0 0 5px 0;
}
.quantumform table td label {
   display: table;
}
.quantumform input[type="submit"] {
	width: auto;
	float: left;
}
.quantumform table td a {
    color: #009fd7;
}
.quantumform table td a:hover {
    color: #fff;
}

/* --------- GOOGLE RECAPTCHA ELEMENTS --------- */
.grecaptcha-badge {
  bottom: 100px !important;
}


@media only screen and (max-width : 1600px) and (min-width : 1501px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    width: 92%;
  }
}
@media only screen and (max-width : 1500px) and (min-width : 1249px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    width: 92%;
  }
}
@media only screen and (max-width : 1248px) and (min-width : 1141px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    width: 92%;
  }
}
@media only screen and (max-width : 1140px) and (min-width : 1025px) {
  body {
    font-size: 15px;
  }
  .wrapper {
    width: 92%;
  }
}
@media only screen and (max-width : 1024px) and (min-width : 901px) {
  body {
    font-size: 14px;
  }
  .wrapper {
    width: 92%;
  }
}
@media only screen and (max-width : 900px) and (min-width : 801px) {
  body {
    font-size: 13px;
  }
  .wrapper {
    width: 92%;
  }
}
@media only screen and (max-width : 800px) {
  body {
    font-size: 16px;
  }
  .wrapper {
    width: 92%;
    padding: 1.5em;
  }
  .content .twocols {
    gap: 2em 0;
    grid-template-columns: 100%;
    width: 100%;
  }
  .desktopheader {
    display: none;
  }
  .mobileheader {
    display: table;
    width: 100%;
    position: fixed;
    z-index: 999;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
  }
  .mobileheader .brand {
    display: grid;
    gap: 0 5%;
    grid-template-columns: auto auto;
    width: 100%;
    align-items: center;
    padding: 1em;
    background: #eee;
  }
  .mobileheader .brand .left img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 6em;
  }
  .mobileheader .brand .right h1 {
    display: table;
    width: 100%;
    font-size: 1.556em;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.333em;
    padding: 0;
    background: none;
    border-radius: 5px;
    margin: 0;
  }
  .mobileheader .linkbtns {
    display: grid;
    gap: 0 0%;
    grid-template-columns: 50% 50%;
    width: 100%;
    align-items: center;
  }
  .mobileheader .linkbtns a {
    padding: 1em;
    text-align: center;
    color: #fff;
    font-size: 1.333em;
    font-weight: 700;
  }
  .mobileheader .linkbtns a:first-of-type {
    background: #0d9fd2;
  }
  .mobileheader .linkbtns a:last-of-type {
    background: #E97132;
  }
  .mobileheader .linkbtns a:hover {
    background: #767777;
    color: #fff;
  }
  .topmargin {
    display: table;
    width: 100%;
    margin: 125px 0 0 0;
  }
  .quantumform {
    width: 100%;
  }
  .quantumform table tr td:first-of-type {
    float: left;
    width: 100%;
    padding: 1em 1em 0 1em;
  }
  .quantumform table tr td:last-of-type {
    float: left;
    width: 100%;
  }
  .linkbuttons {
     display: none;
  }
}
@media only screen and (max-width : 690px) {
  .mobileheader .brand .right h1 {
    font-size: 1.333em;
  }
}
@media only screen and (max-width : 480px) {
  .mobileheader .brand .right h1 {
    font-size: 1.111em;
  }
}

/* CHAT BOT WIDGET */


.chatbot-widget {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 100000;
    background: transparent;
    overflow: hidden;
    transition: all 0.25s ease;
  }
  .chatbot-widget {
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
  }

  .chatbot-widget.open {
    width: calc(100vw - 20px);
    max-width: 400px;
    height: 600px;
    max-height: 90vh;
    border-radius: 12px;
  }

  .chatbot-widget iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
  }
	
  .chatbot-widget:not(.open) iframe {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 0;
  }

  @media (max-width: 480px) {
    .chatbot-widget.open {
      left: 10px;
      right: 10px;
      width: calc(100% - 20px);
      max-width: none;
      max-height: 85vh;
    }
  }
  @media (max-width: 380px) {
    .chatbot-widget.open {
      left: 8px;
      right: 8px;
      width: calc(100% - 16px);
      max-height: 80vh;
    }
  }