html, body{
  font-family: 'Roboto', sans-serif;
}

.blue-dark {
  color: #023047;
}

.cyan {
  color: #219ebc;
}

.dark-yellow {
  color: #ffb703;
}

.light-yellow {
  color: #ffdc7e;
}

.white {
  color: #ffffff;
}

.light-grey {
  color: #f3f3f3;
}

/* Typography */
.has-small-font-size {
  font-size: 10px;
}

.has-medium-font-size {
  font-size: 14px;
}

.has-normal-font-size {
  font-size: 16px;
}

.has-large-font-size {
  font-size: 24px;
}

.has-black-color {
  color: #000000;
}

.has-dark-blue-color {
  color: #023047;
}

.has-cyan-color {
  color: #219ebc;
}

.has-light-cyan-color {
  color: #cff6ff;
}

.has-dark-yellow-color {
  color: #ffb703;
}

.has-light-yellow-color {
  color: #ffdc7e;
}

.has-light-grey-color {
  color: #f3f3f3;
}

.has-white-color {
  color: #ffffff;
}

/* Header */
#block-eyescreen-site-branding a > img {
  max-height: 60px;
}

#block-eyescreen-main-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#block-eyescreen-main-menu ul > li {
  float: left;
  display: block;
  text-align: center;
  padding: 0 10px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #219ebc;
}

#block-eyescreen-headerbutton ul, #block-eyescreen-headerbutton-2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#block-eyescreen-headerbutton ul > li:hover, #block-eyescreen-headerbutton-2 ul > li:hover {
  background: #219ebc;
}

#block-eyescreen-headerbutton ul > li, #block-eyescreen-headerbutton-2 ul > li {
  float: left;
  margin: 10px;
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: #ffb703;
  color: #ffffff;
  border-radius: 50px;
  font-weight: 500;
}

#block-eyescreen-headerbutton ul > li a, #block-eyescreen-headerbutton-2 ul > li a {
  color: #ffffff;
}

/* Menu */
nav > ul > li a {
  color: #219ebc;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
}

nav > ul > li a:hover {
  color: #ffb703;
  text-decoration: none;
}

/* Typography */
a {
  color: #219ebc;
}

/* Images */
.img-responsive, .img-responsive > img {
  width: 100%;
  height: auto;
}

/* Gutenberg Overrides */
.wp-block-button__link {
  text-decoration: none;
}

/* Forms */
label {
  margin-bottom: 2px;
}

.form-item {
  margin: 5px;
}

input[type=radio], input[type=checkbox] {
  display: inline-block;
}

.form-text, .form-select, button, input[type=text], input[type=email], input[type=date], optgroup, select, textarea {
  border: 1px solid #999999;
  padding: 8px 10px;
  font-size: 16px;
  background: #f8f8f8;
  display: block;
  max-width: 99%;
}

.captcha__title {
  font-size: 16px;
}

/* Buttons */
.form-submit {
  background: #219ebc;
  color: #ffffff;
  padding: 10px 15px;
  border: 0;
  text-transform: uppercase;
}

.form-submit:hover {
  background: #ffb703;
  color: #ffffff;
  border: 0;
}

/* Blog */
.blog-list-title {
  min-height: 70px;
}

.blog-list-tag::after {
  content: " | ";
  font-size: 20px;
}

/* Accordions */
.acc-group .acc-label {
  position: relative;
  cursor: pointer;
  display: block;
  border-bottom: 1px dotted #f3f3f3;
  padding: 5px 0;
}

.acc-label:hover {
  color: #ffb703;
}

.acc-group .acc-label::after {
  content: "\f27e";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 16px;
  color: #219ebc;
  right: 10px;
  float: right;
}

.acc-group .acc-container.active .acc-label::after {
  content: "\f281";
  font-family: "bootstrap-icons";
  font-weight: bold;
  font-size: 14px;
  color: #219ebc;
  right: 10px;
}

.acc-group .acc-content {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  word-break: break-word;
}

.acc-group .acc-container.active .acc-content {
  height: 100%;
  word-break: break-word;
}

/* Footer */
footer {
  background: #f3f3f3;
}

footer p {
  font-size: 0.9rem;
}

footer h6 {
  font-size: 1rem;
}

#block-eyescreen-footer-2  ul  {
  padding-left: 0px !important
}

#block-eyescreen-footer-2 > ul > li {
  list-style: none;
  margin: 10px 0;
  font-weight: bolder;
}

#block-block-eyescreen-site-branding-footer {
  font-size: 1.3rem;
  font-weight: bold;
  color: #219ebc;
}

#block-block-eyescreen-site-branding-footer > a {
  display: block;
}

/*# sourceMappingURL=style.css.map */
    
.webform-progress-tracker .progress-text{
  display: block
}

#block-eyescreen-main-menu  ul{
  width:80%;
  margin: 10px auto !important;
}

@media screen and (min-width: 768px) {
  #block-eyescreen-main-menu ul{
    width:100%;
    margin: auto;
  }
}



