/**
* Base global styles.
**/
/**
*********************
* External Fonts
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/** Button & Link colors **/
/* Messages color */
/* Gradients */
/* $main-content-gradient: linear-gradient(156deg, $color--old-lace 26.06%, $color--bleach-white 87.52%) !default; */
/**
*********************
* PX to REM convert
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Variables
********************
**/
/* Font-family */
/* Light Height */
/* Font-weight */
/* Font Size */
/* 16px */
/* 12px */
/* 14px */
/* 18px */
/* 20px */
/* 22px */
/* 24px */
/* 26px */
/* 30px */
/* 32px */
/* 36px */
/* 40px */
/* 54px */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Border Radius */
/* Breakpoints */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
/* DM Sans */
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-100italic.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-200italic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-300italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-500italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-600italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-800italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("../../assets/fonts/dmsans/dm-sans-900italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.dialog-off-canvas-main-canvas {
  position: relative;
}

html {
  font-size: 1rem;
}

body {
  margin: 0;
  padding: 0;
  word-break: break-word;
  color: #3E3E3E;
  background: #FEFCF4 url("/themes/custom/damfailures/assets/images/body-bg.svg") no-repeat right top;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}
*:focus {
  outline-width: 0.0625rem;
  outline-offset: 0.125rem;
}

.user .field--full-name-user .field__label {
  font-weight: 700;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.cta--primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
  text-align: center;
  text-decoration: none;
  color: #278A4F;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  appearance: none;
}
.cta--primary:active {
  transform: translateY(0.0625rem);
}
.cta--primary:hover {
  text-decoration: underline;
}
.cta--primary {
  padding: 0.625rem 1.875rem;
  color: #000;
  border: 0.125rem solid #000;
  border-radius: 1.875rem;
  background-color: #fff;
  font-size: 1.25rem;
}
.cta--primary:hover, .cta--primary:focus {
  text-decoration: none;
  color: #000;
  background-color: #FEF6D8;
}

/**
*********************
* Containers
********************
**/
.container {
  max-width: 78.125rem;
  padding-right: 0.4375rem;
  padding-left: 0.3125rem;
  margin-inline: auto;
}
@media only screen and (min-width: 48rem) {
  .container {
    padding-right: 0.9375rem;
  }
}
@media only screen and (min-width: 62rem) {
  .container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

/**
* Atoms global styles.
**/
/**
* Headings
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

h1, .h1 {
  color: #1E1E1E;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 3.25rem;
}
@media only screen and (min-width: 75rem) {
  h1, .h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}

h2, .h2 {
  color: #1E1E1E;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.875rem;
}

h3, .h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
}
@media only screen and (min-width: 62rem) {
  h3, .h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem;
  }
}

h4, .h4 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

h5, .h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: normal;
}

h6, .h6 {
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
}

/**
* Links
**/
a {
  transition: color 200ms ease-in-out;
  text-decoration: none;
  color: #278A4F;
}
a:hover, a:focus {
  color: rgb(33.3813559322, 118.1186440678, 67.6186440678);
}

/**
* Lists
**/
ul, ol {
  margin: 0 auto 1rem auto;
  padding-left: 1.125rem;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 0;
}

:is(dir, menu, ol, ul) {
  list-style: disc;
}

:is(dir, menu, ol, ul) ul {
  list-style-type: circle;
}

:is(dir, menu, ol, ul) :is(dir, menu, ol, ul) ul {
  list-style-type: square;
}

/**
* Paragraphs
**/
p {
  margin: 0 auto 2.5rem auto;
}
p:last-child {
  margin-bottom: 0;
}

/**
* Buttons
**/
.button,
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-out;
  text-align: center;
  text-decoration: none;
  color: #278A4F;
  font-family: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.875rem;
  appearance: none;
}
.button:active,
input[type=submit]:active {
  transform: translateY(0.0625rem);
}
.button:hover,
input[type=submit]:hover {
  text-decoration: underline;
}
.button,
input[type=submit] {
  padding: 0.625rem 1.875rem;
  color: #000;
  border: 0.125rem solid #000;
  border-radius: 1.875rem;
  background-color: #fff;
  font-size: 1.25rem;
}
.button:hover, .button:focus,
input[type=submit]:hover,
input[type=submit]:focus {
  text-decoration: none;
  color: #000;
  background-color: #FEF6D8;
}

/**
* Blockquote
**/
blockquote {
  margin: 0 0 2.5rem 0;
  padding: 0.25rem 0.625rem 0.25rem 1.4375rem;
  color: #878787;
  border-left: 0.3125rem solid #278A4F;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}
@media only screen and (min-width: 48rem) {
  blockquote {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/**
* Webform Item spaces
**/
.form-item {
  margin-bottom: 1.6875rem;
}
.form-item .description {
  margin-top: 0.3125rem;
}

/**
* Label
**/
label:not(.option) {
  display: inline-block;
  margin-bottom: 1.125rem;
  color: #383838;
  font-weight: 600;
  line-height: 1;
}
label:not(.option).form-required:after {
  margin-left: 0.3125rem;
  content: "*";
  color: #B23535;
}

/**
* Inputs
**/
input[type=text],
input[type=email],
input[type=tel],
input[type=password],
textarea {
  width: 100%;
  padding: 0.8125rem 0.3125rem 0.8125rem 0.9375rem;
  color: #3E3E3E;
  border: 0.0625rem solid #ECEDF0;
  border-radius: 0.875rem;
  outline: none;
  background: #F9F8F4;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  border: 0.0625rem solid #A2986F;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
input[type=password].error,
textarea.error {
  border: 0.0625rem solid #B23535;
}
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=tel]:-webkit-autofill,
input[type=password]:-webkit-autofill,
textarea:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  color: #A2986F;
}

.form-item__search-api-fulltext input {
  padding-left: 2.625rem;
  background-image: url("/themes/custom/damfailures/assets/images/svg/search-icon.svg");
  background-repeat: no-repeat;
  background-position: 0.9375rem center;
}

.views-exposed-form input[type=submit] {
  padding-right: 3.75rem;
  background-image: url("../../components/01-atoms/cta/icons/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.875rem) center;
}

/**
* Select
**/
select {
  width: 100%;
  padding: 0.8125rem 0.3125rem 0.8125rem 0.9375rem;
  color: #3E3E3E;
  border: 0.0625rem solid #ECEDF0;
  border-radius: 0.875rem;
  outline: none;
  background: #F9F8F4;
  font-family: "DM Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.625rem;
  appearance: none;
  background: #F9F8F4 url("../../assets/images/svg/select.svg") no-repeat calc(100% - 0.3125rem) center;
}
select:focus {
  border: 0.0625rem solid #A2986F;
}
select.error {
  border: 0.0625rem solid #B23535;
}
select:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
select::placeholder {
  color: #A2986F;
}

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