:root {
  /* system-fonts */
  /* https://markdotto.com/2018/02/07/github-system-fonts/ */
  --system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; /* stylelint-disable-line */
  --primary-color: #209BD7;
  --secondary1-color: #0B2D69;
  --secondary2-color: #FF6B78;
  --secondary3-color: #000000;
  --focus-color: #209BD7;
  --footer-color: #ffffff;
  --header-color: ;

  
    --accent-color: initial;
  

  accent-color: var(--accent-color);
}
:focus-visible {
  outline-color: var(--focus-color);
  outline-style: solid;
  outline-width: 3px;
}

::marker {
  color: var(--accent-color);
}

hr {
  border-top-color: var(--primary-color)
}
img {
    max-width: 100%;
    width: 100%;
}
.header-logo .header-logo__link img {
object-fit: contain;
}
/* Grid / DND area */

  



.dnd-section > .row-fluid {
  max-width: 1100px;
}

.dnd-section {
  margin-right: auto;
  margin-left: auto;
}

.dnd-section > .row-fluid,
.dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  margin-left: auto;
}

/* .row-fluid-wrapper {
padding: 0px 20px 0px 20px;
} */

.dnd-section > .row-fluid > *,
.dnd-row > .row-fluid > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
/*  padding-right: 10px !important;
  padding-left: 10px !important; */
}

.dnd-module.span12 {
  padding: 0;
}

.custom-section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.blog-post-section {
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}

.system-page {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    flex-direction: column;
    padding: 0 12px;
}

@media (min-width: 992px) {
  .dnd-column.span1 {
    flex: 0 0 auto;
    width: 8.33333333%; /* stylelint-disable-line */
  }

  .dnd-column.span2 {
    flex: 0 0 auto;
    width: 16.66666667%; /* stylelint-disable-line */
  }

  .dnd-column.span3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .dnd-column.span4 {
    flex: 0 0 auto;
    width: 33.33333333%; /* stylelint-disable-line */
  }

  .dnd-column.span5 {
    flex: 0 0 auto;
    width: 41.66666667%; /* stylelint-disable-line */
  }

  .dnd-column.span6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .dnd-column.span7 {
    flex: 0 0 auto;
    width: 58.33333333%; /* stylelint-disable-line */
  }

  .dnd-column.span8 {
    flex: 0 0 auto;
    width: 66.66666667%; /* stylelint-disable-line */
  }

  .dnd-column.span9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .dnd-column.span10 {
    flex: 0 0 auto;
    width: 83.33333333%; /* stylelint-disable-line */
  }

  .dnd-column.span11 {
    flex: 0 0 auto;
    width: 91.66666667%; /* stylelint-disable-line */
  }

  .dnd-column.span12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* vertical spacing setup */
.dnd-section {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .dnd-section {
    padding: 40.0px 0;
  }
  .dnd-section > .row-fluid > .dnd-column:not(.span12),
  .dnd-row > .row-fluid > .dnd-column:not(.span12) {
    padding-top: 15.0px;
    padding-bottom: 15.0px;
  }
  .dnd-section > .row-fluid > .dnd-column:first-of-type:not(.span12),
  .dnd-row > .row-fluid > .dnd-column:first-of-type:not(.span12) {
    padding-top: 0;
  }
  .dnd-section > .row-fluid > .dnd-column:last-of-type:not(.span12),
  .dnd-row > .row-fluid > .dnd-column:last-of-type:not(.span12) {
    padding-bottom: 0;
  }
}

.hs-image__grid__list__item__image {
object-fit: cover !important;
}


body {
  overflow-wrap: break-word;
  color: #1d1d1d;
  background-color: #ffffff;
  line-height: 1.5;
  font-size: 16px;

  
    font-family: 'Archivo', sans-serif;
  
  
}



/* headings */
/* h1 style */


/* h2 style */


/* h3 style */


/* h4 style */


/* h5 style */


/* h6 style */


/* Display headings */
/* heading display-1 */


/* heading display-2 */


/* heading display-3 */


/* heading display-4 */


/* heading display-5 */


/* heading display-6 */




h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  
    color: #2D243B;
  

  
    font-family: 'Archivo', sans-serif;
  
  
}

h1, h2 {
  font-family: {font=null, font_set=DEFAULT, styles=null, size=40, size_unit=px, color=null, variant=null, fallback=null, style=null, css=font-size: 40px;};
}

h1,
.h1 {
  

  
    --font-size: 40;
  

  
}

h2,
.h2 {
  

  
    --font-size: 32;
  

  
}

h3,
.h3 {
  

  
    --font-size: 28;
  

  
}

h4,
.h4 {
  

  
    --font-size: 24;
  

  
}

h5,
.h5 {
  

  
    --font-size: 20;
  

  
}

h6,
.h6 {
  

  
    --font-size: 18;
  

  
}

.display-1 {
  

  
    --font-size: 80;
  

  
}

.display-2 {
  

  
    --font-size: 70;
  

  
}

.display-3 {
  

  
    --font-size: 64;
  

  
}

.display-4 {
  

  
    --font-size: 60;
  

  
}

.display-5 {
  

  
    --font-size: 54;
  

  
}

.display-6 {
  

  
    --font-size: 50;
  

  
}

/* heading link */


.heading-link {
  
  
    text-decoration: none;
  
}

.heading-link:hover {
  
  
    text-decoration: none;
  
}


@media screen and (max-width: 900px){
  h1 {
  font-size: 32px !important;
  }
  h2 {
  font-size: 24px !important;
  }
}




  
  


:where(a:not(.btn-link)) {
  
    font-family: var(--system-fonts);
  
  
    text-decoration: underline;
  
  font-size: 16px;
  --color: #209BD7;
}

:where(a:not(.btn-link):hover) {
  --hover-color: rgb(62, 185, 245, 90%);
  text-decoration: underline;
}




/* blockquote */
blockquote,
.blockquote {
  border-left: 6px solid #ccc;
  padding-left: 0.8rem;
  margin-left: 3rem;
  
  
  font-size: 18px;
}

blockquote p,
.blockquote p {
  
}
/* Missing Template at Path: \'ChampDoor_theme_2024\/css\/global-theme-settings\/typography\/tables.css\' */


/* Buttons */
/* Primary button */




/* hover color */

  

/* hover background */

  
  

/* hover border */

  
  


/* secondary1 button */




/* hover color */

  

/* hover background */

  
  

/* hover border */

  
  


/* secondary2 button */




/* hover color */

  

/* hover background */

  
  

/* hover border */

  
  


/* secondary3 button */




/* hover color */

  

/* hover background */

  
  

/* hover border */

  
  


.btn-small,
.form--btn-small input[type="submit"],
.form--btn-small input[type="file"]::file-selector-button {

  font-size: 16px;
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

}
.btn-regular,
.form--btn-regular input[type="submit"],
.form--btn-regular input[type="file"]::file-selector-button {

  font-size: 18px;
  padding-top: 12px;
padding-right: 28px;
padding-bottom: 12px;
padding-left: 28px;

}
.btn-large,
.form--btn-large input[type="submit"],
.form--btn-large input[type="file"]::file-selector-button {
  font-size: 20px;
  padding-top: 16px;
padding-right: 36px;
padding-bottom: 16px;
padding-left: 36px;

}

/* button primary */
.btn-primary,
.form--btn-primary input[type="submit"],
.form--btn-primary input[type="file"]::file-selector-button {
  
  
    --color: #fff;
  
  
  
    --bg: #209BD7;
  
  
    font-family: 'Archivo', sans-serif;
  
  
  border: 1px solid #209BD7;

}

.btn-primary:hover,
.form--btn-primary input[type="submit"]:hover {
  
    --hover-color: #ebebeb;
  
  
    --hover-bg: rgb(7, 130, 190, 100%);
  
  
    --hover-border: rgb(7, 130, 190, 100%);
  
}

/* button secondary1 */
.btn-secondary1,
.form--btn-secondary1 input[type="submit"],
.form--btn-secondary1 input[type="file"]::file-selector-button {
  
  
    --color: #fff;
  
  
  
    --bg: #0B2D69;
  
  
    font-family: var(--system-fonts);
  
  
  border: 1px solid #0B2D69;

}

.btn-secondary1:hover,
.form--btn-secondary1 input[type="submit"]:hover {
  
    --hover-color: #ebebeb;
  
  
    --hover-bg: rgb(0, 20, 80, 100%);
  
  
    --hover-border: rgb(0, 20, 80, 100%);
  
}

/* button secondary2 */
.btn-secondary2,
.form--btn-secondary2 input[type="submit"],
.form--btn-secondary2 input[type="file"]::file-selector-button {
  
  
    --color: #000000;
  
  
  
    --bg: rgba(255, 255, 255, 0%);
  
  
    font-family: var(--system-fonts);
  
  
  border: 1px solid #209BD7;

}

.btn-secondary2:hover,
.form--btn-secondary2 input[type="submit"]:hover {
  
    --hover-color: #FFFFFF;
  
  
    --hover-bg: rgb(32, 155, 215, 100%);
  
  
    --hover-border: rgb(32, 155, 215, 100%);
  
}

/* button secondary3 */
.btn-secondary3,
.form--btn-secondary3 input[type="submit"],
.form--btn-secondary3 input[type="file"]::file-selector-button {
  
  
    --color: #FFFFFF;
  
  
  
    --bg: rgba(255, 255, 255, 0%);
  
  
    font-family: var(--system-fonts);
  
  
  border: 1px solid #209BD7;

}

.btn-secondary3:hover,
.form--btn-secondary3 input[type="submit"]:hover {
  
    --hover-color: #ebebeb;
  
  
    --hover-bg: rgb(32, 155, 215, 100%);
  
  
    --hover-border: rgb(32, 155, 215, 100%);
  
}




.icon--primary {
  
}

.icon--primary svg {
  fill: #209BD7;
}

.icon--secondary {
  
}

.icon--secondary svg {
  fill: #0B2D69;
}

.icon--small svg {
  height: 25px;
  width: 25px;
}
.icon--small {
  padding: 15px;

}

.icon--regular svg {
  height: 35px;
  width: 35px;
}

.icon--regular {
  padding: 20px;

}

.icon--large svg {
  height: 55px;
  width: 55px;
}

.icon--large {
  padding: 25px;

}

.icon--circle {
  border-radius: 50%;
}


.form-default input:not(
  [type="checkbox"],
  [type="radio"],
  [type="file"],
  [type="button"],
  [type="reset"],
  [type="submit"]):focus,
.form-default textarea:focus,
.form-default select:focus {
  border-color: #209BD7;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(32, 155, 215, 30%);
}

.form-default {
  
  
  
  
  
  
  
  
  
}

.form-default .submitted-message,
.form-default .hs-richtext {
  
  
  
}

.form-default label:not(.hs-error-msg):not(.hs-main-font-element),
.form-default .fakelabel {
  
  
  
  
}

.form-default .hs-field-desc {
  
  
  
  
}

.form-default input:not(
  [type="checkbox"],
  [type="radio"],
  [type="file"],
  [type="button"],
  [type="reset"],
  [type="submit"]),
.form-default textarea,
.form-default select {
  
  
  
  
}





.form-default input::placeholder,
.form-default textarea::placeholder {
  
  
}

.form-default .hs-error-msg {
  
  
  
}