/**
*********************
* Base global styles.
********************
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans-Bold.ttf");
  font-weight: 700;
}

/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
.dialog-off-canvas-main-canvas {
  position: relative;
}

.page-title {
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  color: #1c2f46;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}

@media only screen and (min-width: 62.065rem) {
  .page-title {
    margin-top: 4rem;
    padding-top: 1.5rem;
    text-align: left;
    font-size: 3.25rem;
  }
}

body {
  position: relative;
  display: block;
  margin: auto;
  word-break: break-word;
  color: #0f0f0f;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.view {
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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