.fullwidth-section {
  position: relative;
  width: 100vw;
  right: 50%;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.font-poppins {
  font-family: "Poppins", sans-serif;
}

.font-georgia {
  font-family: "Georgia", sans-serif;
}

.button, .wp-element-button {
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  text-decoration: none !important;
  border-radius: 5px;
  min-width: 176px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.button.button-small, .button-small.wp-element-button {
  font-size: 14px;
  min-height: 40px;
  padding: 8px;
}
.button.button-wide, .button-wide.wp-element-button {
  width: 100%;
}
.button.button-primary, .button-primary.wp-element-button {
  background-color: #34997D;
  color: #fff;
}
.button.button-primary:hover, .button-primary.wp-element-button:hover {
  background-color: rgb(39.0634146341, 114.9365853659, 93.9024390244);
  color: #fff;
}
.button.button-quarternary, .button-quarternary.wp-element-button {
  background: #657e79;
  color: #fff;
}
.button.button-quarternary:hover, .button-quarternary.wp-element-button:hover {
  background: #4d6560;
  color: #fff;
}

.wp-element-button {
  background-color: #34997D;
  color: #fff;
}
.wp-element-button:hover {
  background-color: rgb(39.0634146341, 114.9365853659, 93.9024390244);
  color: #fff;
}

.topbar {
  background-color: #F6F7F9;
  padding: 6px 0;
  font-size: 11px;
  line-height: 1;
}
.topbar .topbar-text {
  margin: 0;
  padding: 0;
}

.navbar-custom {
  background-color: #AEAEAE;
  margin: 0;
  padding: 8px 0;
}
.navbar-custom .container {
  padding: 0 15px;
}
.navbar-custom .main-logo {
  max-width: 145px;
  height: auto;
}
.navbar-custom .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-custom .navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-custom .navbar-brand img {
  max-height: 50px;
  width: auto;
}
.navbar-custom .site-title-logo {
  font-size: 24px;
  font-weight: 700;
  color: #1E2125;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}
.navbar-custom .site-title-logo:hover {
  color: #34997D;
}
.navbar-custom .navbar-nav .sub-menu {
  display: none;
  width: 100%;
  background: #f1f1f1;
  border: 1px solid #9c9c9c;
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 768px) {
  .navbar-custom .navbar-nav .sub-menu {
    position: absolute;
    top: auto;
    z-index: 9999;
    width: 240px;
  }
}
.navbar-custom .navbar-nav .sub-menu.show {
  display: block;
}
.navbar-custom .navbar-nav .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
.navbar-custom .navbar-nav .sub-menu a {
  display: block;
  width: 100%;
  padding: 4px 15px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  background-color: transparent;
  border: 0;
  text-decoration: none;
}
.navbar-custom .navbar-nav .sub-menu a:hover {
  background: #fff;
}
.navbar-custom .navbar-nav .toggle-icon {
  display: inline-block;
  margin-left: 2px;
  width: 30px;
}
@media (min-width: 768px) {
  .navbar-custom .navbar-nav .toggle-icon {
    width: auto;
  }
}
.navbar-custom .navbar-nav .toggle-icon:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.navbar-custom .navbar-nav > li {
  position: relative;
}
@media (min-width: 768px) {
  .navbar-custom .navbar-nav > li.menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
.navbar-custom .navbar-nav > li.menu-item-has-children:last-child .sub-menu {
  right: 0;
}
.navbar-custom .navbar-nav > li > a {
  padding: 8px 0;
  color: #000;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar-custom .navbar-nav > li > a {
    padding: 8px;
  }
}
.navbar-custom .navbar-nav > li > a:hover {
  color: #0569FF;
}
.navbar-custom .navbar-toggler {
  border: none;
  padding: 0;
}
.navbar-custom .navbar-toggler:focus {
  outline: none;
}

.site-footer {
  background-color: #AEAEAE;
  padding: 40px 0 20px;
  color: #1E2125;
}
.site-footer .footer-content h5 {
  color: #1E2125;
  font-size: 15px;
  margin-bottom: 12px;
}
.site-footer .footer-content .footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-content .footer-menu li {
  margin-bottom: 8px;
}
.site-footer .footer-content .footer-menu li a {
  color: #1E2125;
  text-decoration: none;
}
.site-footer .footer-content .footer-menu li a:hover {
  text-decoration: underline;
  color: #0569FF;
}
.site-footer .footer-content .footer-logo {
  max-width: 145px;
  height: auto;
  margin-bottom: 17px;
}
.site-footer .footer-content .footer-site-title {
  font-size: 24px;
  font-weight: 700;
  color: #1E2125;
  margin: 0 0 20px 0;
}
.site-footer .footer-content .footer-disclaimer {
  font-size: 16px;
}
.site-footer .footer-content .copyright-text {
  font-style: italic;
  font-size: 12px;
  margin: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #1E2125;
  line-height: 1.5;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.site-main {
  flex: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5, h6 {
  font-size: 15px;
}

p {
  margin-bottom: 12px;
  line-height: inherit;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

ol, ul {
  margin-left: 30px;
  margin-bottom: 16px;
}
ol:first-child, ul:first-child {
  margin-top: 0;
}
ol:last-child, ul:last-child {
  margin-bottom: 0;
}

a {
  color: #0569FF;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover {
  color: rgb(0, 83.6, 209);
}

img {
  max-width: 100%;
  height: auto;
}

.wp-block-image {
  margin: 16px 0;
}
.wp-block-image:first-child {
  margin-top: 0;
}
.wp-block-image:last-child {
  margin-bottom: 0;
}

/* Sidebar Widget */
.sidebar-widget {
  border: 1px solid #000;
  border-radius: 10px;
  overflow: hidden;
}

.sidebar-widget-title {
  background: #F2F2F2;
  border-bottom: 1px solid #000;
}

/*# sourceMappingURL=main.css.map */
