/* #region "./assets/sass/main.scss" */
/*
- type: css/auto
*/
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Medium Screens */
/* XLarge Devices, Wide Screens */
/* XXLarge Devices, Wide Screens */
/* Background color */
.bcg-primary {
  background-color: #004A70;
}

.bcg-secondary {
  background-color: #0085AC;
}

.bcg-tertiary {
  background-color: #D4E4EF;
}

.bcg-white {
  background-color: #fff;
}

/* Text Color */
.tc-primary {
  color: #004A70;
}

.tc-secondary {
  color: #0085AC;
}

.tc-tertiary {
  color: #D4E4EF;
}

.tc-white {
  color: #fff;
}

/* Font weights */
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

/* Text alignements */
.tc-center {
  text-align: center;
}

.tc-left {
  text-align: left;
}

.tc-right {
  text-align: right;
}

/* Font styles */
.fs-italic {
  font-style: italic;
}

/* Line heights */
.lh-1 {
  line-height: 1.2;
}

.modal-form #cboxContent {
  border-radius: 10px;
}

.modal-form #cboxLoadedContent {
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
}

.modal-form a {
  text-decoration: underline;
}
.modal-form a:hover, .modal-form a:focus {
  text-decoration: none;
}
/* #endregion "./assets/sass/main.scss" */


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