/*!*********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss ***!
  \*********************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap);

/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/styles.scss (1) ***!
  \*************************************************************************************************************************************************************/
:root {
  --primary-color: #1d4ed8;
  --secondary-color: #10b981;
  --third-color: #fbbf24;
  --primary-button-color: var(--primary-color);
  --secondary-button-color: var(--secondary-color);
  --icon-color-1: #6b7280;
  --icon-color-2: #ef4444;
  --color-gunmetal: #2C2E35;
}

body {
  font-family: "Montserrat", "Arial", sans-serif;
  color: #333;
}
body {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  background-image: none;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li a, ol li a {
  color: #2C2E35;
  text-decoration: none;
}
.placeholder {
  background-color: transparent !important;
}
.site-branding__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-title {
  display: inline-block;
}
.block-local-tasks-block {
  margin-block: var(--sp1);
  padding-block: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  list-style: none;
}

.layout-builder .form-control.btn,
.form-control.btn {
  width: auto;
}

button.primary {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

button.secondary {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.container {
  max-width: 1370px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 3;
}
.large-container {
  max-width: 1670px;
  margin: 0 auto;
}
.full-width-container {
  max-width: 100% !important;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}

@media all and (max-width: 1280px) {
  .container {
    max-width: 92% !important;
  }
}
@media all and (max-width: 991px) {
  .container {
    max-width: initial !important;
  }
}
#drupal-off-canvas-wrapper .links li {
  list-style: square;
}
.support-block {
  padding: 30px 0;
  background: #EEE;
  margin-top: 30px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.support-block .button {
  background: #FFF;
  border: 2px solid;
  display: inline-block;
  padding: 5px 20px;
  width: fit-content;
}

.ui-dialog-titlebar-close::after {
  content: 'x';
  font-size: 16px;
  top: -6px;
  position: absolute;
  right: 3px;
  font-weight: bold;
}

.page-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  color: #000000;
}

.page-404 h1 {
  color: #000;
  font-weight: bold;
}

.page-404 h2,
.page-404 p {
  font-weight: bold;
  color: #000;
}

@media (min-width: 992px) {
  .page-404 h2,
  .page-404 p {
    padding-top: 1.5rem;
  }
  .page-404 h1 {
    font-size: 6.2rem;
  }
}
.page-404 a {
  text-decoration: underline;
}

footer {
  color: #FFFFFF;
  background-color: #6140b7;
  padding: 60px 0;
}

footer a {
  text-decoration: underline;
}