/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Open Sans';
  src: url("/assets/fonts/OpenSans-Regular-webfont.eot");
  src: url("/assets/fonts/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/OpenSans-Regular-webfont.woff") format("woff"), url("/assets/fonts/OpenSans-Regular-webfont.ttf") format("truetype"), url("/assets/fonts/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.col-xs, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: flex-start;
          align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 49rem) {
  .col-sm, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }

  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }

  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }

  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }

  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end; }

  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media only screen and (min-width: 65rem) {
  .col-md, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; }

  .col-md-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }

  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }

  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }

  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }

  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end; }

  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
@media only screen and (min-width: 76rem) {
  .col-lg, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }

  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }

  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }

  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }

  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
                -ms-grid-row-align: flex-start;
            align-items: flex-start; }

  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center; }

  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
                -ms-grid-row-align: flex-end;
            align-items: flex-end; }

  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }

  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }

  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
.page__home .links-bar-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 65rem) {
    .page__home .links-bar-section {
      margin-bottom: unset; } }
  .page__home .links-bar-section__image {
    margin-bottom: 1rem;
    text-align: center; }
  .page__home .links-bar-section__title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.9rem; }
  .page__home .links-bar-section__content {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0.4rem 0.5rem;
    line-height: 1.3;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    color: #565656; }
  .page__home .links-bar-section__links {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    margin-top: 1rem; }
    @media only screen and (min-width: 65rem) {
      .page__home .links-bar-section__links {
        text-align: unset; } }

.page__blog .top-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal; }

.blog-post-list {
  margin-top: 2rem; }
  .blog-post-list article {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem; }
    .blog-post-list article:not(:last-of-type) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.blog-post-list__item__image {
  position: relative;
  margin-bottom: 0.5rem; }
  .blog-post-list__item__image > img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: auto;
    max-height: 240px; }
.blog-post-list__item__info {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 580px;
  border-radius: 0 2px 2px 0;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px 10px 10px;
  display: block;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  will-change: background-color; }
  .blog-post-list__item__info:hover {
    background-color: #0072f2; }
  .blog-post-list__item__info-title {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 5px;
    color: #e9f0f2; }
  .blog-post-list__item__info-author, .blog-post-list__item__info-date {
    color: #fff;
    display: block;
    float: left;
    font-size: 11px;
    padding-right: 6px;
    margin-right: 6px; }
.blog-post-list__item__excerpt {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 1rem; }
.blog-post-list__item__links {
  margin-top: 1.5rem; }
  .blog-post-list__item__links a.button {
    font-size: 12px;
    font-size: 0.75rem; }

.page__blog-post {
  margin-top: 2rem; }
  .page__blog-post img {
    width: 85%;
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .page__blog-post-meta {
    font-size: 12px;
    font-size: 0.75rem;
    color: #888;
    text-align: center; }
    @media only screen and (min-width: 65rem) {
      .page__blog-post-meta {
        text-align: right; } }
  .page__blog-post blockquote {
    padding: 0 20px;
    padding: 0 1.25rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    border-left: 5px solid #eee;
    font-style: italic;
    color: #888; }
  .page__blog-post .post-title {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal; }

.blog-post-list__sidebar {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 2rem; }
  .blog-post-list__sidebar-content {
    margin-top: 2rem;
    position: -webkit-sticky;
    position: sticky;
    top: 2rem; }
  .blog-post-list__sidebar__title {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 1rem; }
    .blog-post-list__sidebar__title:not(:first-of-type) {
      margin-top: 1rem; }
  .blog-post-list__sidebar-subscribe-form {
    padding: 0.35rem 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem; }
    .blog-post-list__sidebar-subscribe-form [type='color'], .blog-post-list__sidebar-subscribe-form [type='date'], .blog-post-list__sidebar-subscribe-form [type='datetime'], .blog-post-list__sidebar-subscribe-form [type='datetime-local'], .blog-post-list__sidebar-subscribe-form [type='email'], .blog-post-list__sidebar-subscribe-form [type='month'], .blog-post-list__sidebar-subscribe-form [type='number'], .blog-post-list__sidebar-subscribe-form [type='password'], .blog-post-list__sidebar-subscribe-form [type='search'], .blog-post-list__sidebar-subscribe-form [type='tel'], .blog-post-list__sidebar-subscribe-form [type='text'], .blog-post-list__sidebar-subscribe-form [type='time'], .blog-post-list__sidebar-subscribe-form [type='url'], .blog-post-list__sidebar-subscribe-form [type='week'], .blog-post-list__sidebar-subscribe-form input:not([type]), .blog-post-list__sidebar-subscribe-form textarea {
      padding: 0.3rem 0.4rem;
      font-size: 0.8rem;
      width: 100%;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 2px; }
    .blog-post-list__sidebar-subscribe-form label + input {
      margin-top: 0.4rem; }
    .blog-post-list__sidebar-subscribe-form .form-element + .form-element {
      margin-top: 1rem; }
    .blog-post-list__sidebar-subscribe-form .mt-1-5 {
      margin-top: 1.5rem; }
    .blog-post-list__sidebar-subscribe-form .ta-right {
      text-align: right; }

.post-links {
  margin-top: 2rem; }
  .post-links > .next-link {
    text-align: right; }

.page__courses th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px; }
.page__courses td {
  padding: 0rem;
  font-size: 14px;
  font-style: italic; }
.page__courses tr:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee; }

.page__teachings table {
  border-color: #eeeeee;
  width: 85%; }

.course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
  padding: 1rem 0; }
  .course-item:first-of-type {
    padding-top: 0; }
  .course-item:last-of-type {
    border-bottom: unset; }
  .course-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
            flex: 0 0 7rem; }
  .course-item__content {
    padding-left: 1.5rem;
    font-size: 0.875rem; }
    .course-item__content .course-content__title {
      font-weight: bold;
      font-size: 1.1rem;
      line-height: 1.15;
      margin-bottom: 0.3rem; }
    .course-item__content .course-content__description {
      font-size: 0.9rem;
      font-style: italic;
      line-height: 1.2;
      margin-bottom: 0.3rem; }
    .course-item__content .course-content__details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0.3rem 0;
      color: #3e3e3e;
      font-size: 0.875rem; }
      .course-item__content .course-content__details .spacer {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 2rem;
        line-height: 0.5; }
      .course-item__content .course-content__details .course-content__delivery {
        font-style: italic; }
    .course-item__content .course-content__email {
      margin-top: 0.7rem; }
    .course-item__content .course-content__more-info {
      margin-top: 0.7rem;
      font-size: 0.9rem;
      font-weight: 500; }

.page__terms > h1 {
  margin-bottom: 2rem; }

#bookeoStartMobile {
  background-color: #0072f2 !important;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #fff !important;
  text-align: center !important;
  text-align: middle !important;
  height: 20px !important;
  width: 200px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important; }

.page {
  margin-bottom: 2rem; }
  .page > h1, .page > h2 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700; }
  .page > h1:first-of-type {
    margin-bottom: 2rem; }
  .page > h2 {
    font-size: 18px;
    font-size: 1.125rem; }
  .page > h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600; }
  .page p {
    font-size: 14px;
    font-size: 0.875rem; }
  .page hr {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.course-list {
  text-align: left;
  font-size: 0.85rem; }

.one_to_one_page_styled_block .block {
  margin-bottom: 1.5rem; }
  .one_to_one_page_styled_block .block + p {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0.8rem 0; }
.one_to_one_page_styled_block .title {
  font-size: 1rem;
  font-style: italic;
  font-weight: bold; }
.one_to_one_page_styled_block .content {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: normal; }

.body-font-size {
  font-size: 14px;
  font-size: 0.875rem; }

.testimonials {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-left: 2rem; }

.one_to_one_page_testimonials .block .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.8rem; }
.one_to_one_page_testimonials .block .content {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  text-anchor: 15px;
  margin-top: 30px; }
.one_to_one_page_testimonials .block .author {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: right;
  margin-bottom: 20px; }

.center-image {
  margin: 0 auto;
  display: block; }

.page__courses th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px; }
.page__courses td {
  padding: 0rem;
  font-size: 14px;
  font-style: italic; }
.page__courses tr:not(:last-of-type) {
  border-bottom: 1px solid #eeeeee; }

.page__teachings table {
  border-color: #eeeeee;
  width: 85%; }

.course-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
  padding: 1rem 0; }
  .course-item:first-of-type {
    padding-top: 0; }
  .course-item:last-of-type {
    border-bottom: unset; }
  .course-item__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 7rem;
            flex: 0 0 7rem; }
  .course-item__content {
    padding-left: 1.5rem;
    font-size: 0.875rem; }
    .course-item__content .course-content__title {
      font-weight: bold;
      font-size: 1.1rem;
      line-height: 1.15;
      margin-bottom: 0.3rem; }
    .course-item__content .course-content__description {
      font-size: 0.9rem;
      font-style: italic;
      line-height: 1.2;
      margin-bottom: 0.3rem; }
    .course-item__content .course-content__details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0.3rem 0;
      color: #3e3e3e;
      font-size: 0.875rem; }
      .course-item__content .course-content__details .spacer {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        font-size: 2rem;
        line-height: 0.5; }
      .course-item__content .course-content__details .course-content__delivery {
        font-style: italic; }
    .course-item__content .course-content__email {
      margin-top: 0.7rem; }
    .course-item__content .course-content__more-info {
      margin-top: 0.7rem;
      font-size: 0.9rem;
      font-weight: 500; }

.site-header__navigation ul {
  list-style: none;
  border-bottom: 2px solid #eeeeee;
  text-align: right; }
.site-header__navigation li {
  display: inline-block; }
  .site-header__navigation li a {
    padding: 8px 12px;
    padding: 0.5rem 0.75rem;
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    text-transform: uppercase;
    color: inherit;
    font-weight: 500;
    border-bottom: 2px solid #eeeeee;
    will-change: border-bottom-color, color;
    -webkit-transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in;
    transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in;
    position: relative;
    top: 2px; }
    .site-header__navigation li a img.flag {
      position: relative;
      top: 2px; }
    .site-header__navigation li a:hover, .site-header__navigation li a.current {
      border-bottom-color: #0072f2; }
    .site-header__navigation li a.active, .site-header__navigation li a:hover {
      color: #0072f2; }

.site-footer .site-footer-sections {
  border: solid #eeeeee;
  border-width: 2px 0;
  padding-top: 1.5rem;
  padding-bottom: .5rem; }
.site-footer__logo a {
  will-change: opacity;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
.site-footer__logo a:hover {
  opacity: 0.7; }
.site-footer__logo a > img {
  width: 70%;
  display: block;
  margin: auto; }
.site-footer__contact-us ul {
  list-style: none;
  padding-left: 0; }
  @media only screen and (min-width: 65rem) {
    .site-footer__contact-us ul {
      padding-left: 2rem; } }
.site-footer__contact-us a {
  color: #0072f2; }
.site-footer__copyright {
  margin-top: 1rem;
  font-size: 0.7rem;
  text-align: center; }
  @media only screen and (min-width: 65rem) {
    .site-footer__copyright {
      text-align: unset; } }
.site-footer__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .site-footer__section:not(:last-of-type) {
    margin-bottom: 2rem; }
  @media only screen and (min-width: 65rem) {
    .site-footer__section {
      margin-bottom: unset; } }
.site-footer__section-links {
  margin-top: 1rem;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem; }
  @media only screen and (min-width: 65rem) {
    .site-footer__section-links {
      text-align: unset; } }
.site-footer__section-title {
  margin-bottom: 0.5rem;
  text-align: center; }
.site-footer__section-content {
  font-size: 12.5px;
  font-size: 0.78125rem; }

.styled-form {
  margin-top: 2rem; }

.styled-form__form {
  padding: 30px;
  padding: 1.875rem; }

.styled-form__header {
  padding: 20px 30px 15px 30px;
  padding: 1.25rem 1.875rem 0.9375rem 1.875rem;
  color: #0c73e6;
  border-radius: 10px 10px 0 0;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
  text-align: center; }
  .styled-form__header-title {
    font-size: 1.4rem;
    font-weight: bold; }
  .styled-form__header-description {
    font-size: 1.3rem;
    margin-top: 0.2rem; }

.styled-form__form label {
  display: inline-block;
  color: #706e6b;
  font-size: .90rem;
  line-height: 1.5;
  margin-right: 0.75rem;
  margin-bottom: 0.125rem; }

.styled-form__form label > abbr {
  color: rgba(245, 0, 0, 0.8);
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle; }

.styled-form__form legend {
  position: relative;
  color: #0072f2;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem; }
  .styled-form__form legend > span {
    display: none;
    position: absolute;
    left: -3.7rem;
    top: -0.5rem;
    background-color: #0072f2;
    color: #FFF;
    font-size: 1rem;
    border-radius: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 2rem;
    width: 2rem;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (min-width: 65rem) {
      .styled-form__form legend > span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
.styled-form__form fieldset {
  border: none; }
  .styled-form__form fieldset:not(:last-of-type) {
    margin-bottom: 2rem; }
.styled-form__form [type='color'], .styled-form__form [type='date'], .styled-form__form [type='datetime'], .styled-form__form [type='datetime-local'], .styled-form__form [type='email'], .styled-form__form [type='month'], .styled-form__form [type='number'], .styled-form__form [type='password'], .styled-form__form [type='search'], .styled-form__form [type='tel'], .styled-form__form [type='text'], .styled-form__form [type='time'], .styled-form__form [type='url'], .styled-form__form [type='week'], .styled-form__form input:not([type]), .styled-form__form textarea {
  background-color: white;
  border: 1px solid #dddbda;
  border-radius: 0.25rem;
  width: 100%;
  -webkit-transition: border 0.1s linear, background-color 0.1s linear;
  transition: border 0.1s linear, background-color 0.1s linear;
  display: inline-block;
  padding: 0 1rem 0 0.75rem;
  line-height: 1.875rem;
  min-height: calc(1.875rem + (1px * 2)); }
.styled-form__form input:focus {
  box-shadow: none;
  outline: none; }
.styled-form__form input:invalid {
  /* border-bottom-color: rgba(245,0,0,0.7); */ }

.styled-form__form-links {
  text-align: right; }

*,
*::after,
*::before {
  box-sizing: border-box; }

body {
  background-color: #fff;
  font-family: "Open Sans", Verdana, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh; }
  body > header img.page-banner {
    width: 100%;
    height: auto;
    background-size: cover; }
  body > main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  body > footer {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-bottom: 2rem; }

.button {
  display: inline-block;
  background: #0072f2;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
  border: 1px solid #0066d9;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out; }

a {
  text-decoration: none;
  color: #0072f2; }

.block-display {
  display: block; }

hr {
  border: none;
  border-bottom: 2px solid #eeeeee; }

.page-container {
  margin: 0 auto;
  width: 100%;
  max-width: 940px; }

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

.bookeoStartMobile {
  width: 350px;
  background-color: blue; }

.center-image {
  margin-left: auto;
  margin-right: auto;
  display: block; }

.left {
  float: left;
  padding: 10px; }

.clearfix {
  overflow: auto; }
