/* basic elements */
html {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
  display: block; }

/* document metadata */
/* content sectioning */
address, article, aside, footer, header, hgroup, nav, section, h1, h2, h3, h4, h5, h6 {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
  display: block; }

/* text content */
dd, div, dl, dt, figcaption, figure, hr, li, main, ol, p, pre, ul {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
  display: block; }

/* inline text semantics */
a, abbr, b, bdi, bdo, br, cite, code, data, dfn, em, i, kbd, mark, q, rp, rt, rtc, ruby, s, samp, small, span, strong, sub, sup, time, u, var, wbr {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
  display: inline; }

/* image and multimedia */
area, audio, img, map, track, video {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* embedded content */
embed, object, param, source {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* scripting */
canvas, noscript, script {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* demarcating edits */
del, ins {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* table content */
caption, col, colgroup, table, tbody, td, tfoot, th, thead, tr {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* forms */
button, datalist, fieldset, form, input, label, legend, meter, optgroup, option, output, progress, select, textarea {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* interactive elements */
details, dialog, menu, menuitem, summary {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* Web Components */
content, element, shadow, template {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

/* obsolete and deprecated elements */
acronym, applet, basefont, big, blink, center, command, content, dir, font, frame, frameset, isindex, keygen, listing, marquee, multicol, nextid, noembed, plaintext, spacer, strike, tt, xmp {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline; }

h1 {
  font-size: 45px;
  font-weight: 400;
  letter-spacing: -0.018em;
  line-height: 48px; }

h2 {
  font-size: 34px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 40px; }

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.012em;
  line-height: 32px; }

h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

h5, h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0; }

:focus {
  outline: 0; }

body {
  background: #fff;
  font-size: 16px;
  line-height: 20px; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

code, pre.code {
  font-size: 0.75rem;
  font-family: 'Roboto Mono', 'Lucida Console', Monaco; }

button {
  background-color: transparent; }

body {
  font-family: 'Roboto', 'Noto', sans-serif;
  -webkit-font-smoothing: antialiased; }

body {
  color: #212121; }

a,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility; }

a,
a:link,
a:visited {
  color: #067294;
  text-decoration: none; }

a:hover {
  color: color(#067294 blackness(25%)); }

a:active {
  color: color(#067294 whiteness(25%)); }

strong {
  font-weight: 700; }

a {
  font-weight: 500;
  letter-spacing: 0.018em; }

p {
  margin: 0 0 1em; }

/**
  * Alignment in cross axis.
  */
.layout.start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.layout.center,
.layout.center-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.layout.end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.layout.baseline {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline; }

/**
  * Alignment in main axis.
  */
.layout.start-justified {
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.layout.center-center,
.layout.center-justified {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.layout.end-justified {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.layout.around-justified {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around; }

.layout.justified {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

/**
  * Self alignment.
  */
.self-start {
  -ms-align-self: flex-start;
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.self-center {
  -ms-align-self: center;
  -webkit-align-self: center;
  align-self: center; }

.self-end {
  -ms-align-self: flex-end;
  -webkit-align-self: flex-end;
  align-self: flex-end; }

.self-stretch {
  -ms-align-self: stretch;
  -webkit-align-self: stretch;
  align-self: stretch; }

.self-baseline {
  -ms-align-self: baseline;
  -webkit-align-self: baseline;
  align-self: baseline; }

/**
  * multi-line alignment in main axis.
  */
.layout.start-aligned {
  -ms-flex-line-pack: start;
  /* IE10 */
  -ms-align-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start; }

.layout.end-aligned {
  -ms-flex-line-pack: end;
  /* IE10 */
  -ms-align-content: flex-end;
  -webkit-align-content: flex-end;
  align-content: flex-end; }

.layout.center-aligned {
  -ms-flex-line-pack: center;
  /* IE10 */
  -ms-align-content: center;
  -webkit-align-content: center;
  align-content: center; }

.layout.between-aligned {
  -ms-flex-line-pack: justify;
  /* IE10 */
  -ms-align-content: space-between;
  -webkit-align-content: space-between;
  align-content: space-between; }

.layout.around-aligned {
  -ms-flex-line-pack: distribute;
  /* IE10 */
  -ms-align-content: space-around;
  -webkit-align-content: space-around;
  align-content: space-around; }

.flex,
.flex-1 {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px; }

.flex-2 {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2; }

.flex-3 {
  -ms-flex: 3;
  -webkit-flex: 3;
  flex: 3; }

.flex-4 {
  -ms-flex: 4;
  -webkit-flex: 4;
  flex: 4; }

.flex-5 {
  -ms-flex: 5;
  -webkit-flex: 5;
  flex: 5; }

.flex-6 {
  -ms-flex: 6;
  -webkit-flex: 6;
  flex: 6; }

.flex-7 {
  -ms-flex: 7;
  -webkit-flex: 7;
  flex: 7; }

.flex-8 {
  -ms-flex: 8;
  -webkit-flex: 8;
  flex: 8; }

.flex-9 {
  -ms-flex: 9;
  -webkit-flex: 9;
  flex: 9; }

.flex-10 {
  -ms-flex: 10;
  -webkit-flex: 10;
  flex: 10; }

.flex-11 {
  -ms-flex: 11;
  -webkit-flex: 11;
  flex: 11; }

.flex-12 {
  -ms-flex: 12;
  -webkit-flex: 12;
  flex: 12; }

.layout.horizontal-reverse,
.layout.vertical-reverse {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

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

.layout.vertical-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.layout.wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.layout.horizontal,
.layout.vertical {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.layout.inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex; }

.layout.horizontal {
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row; }

.layout.vertical {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.layout.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.layout.no-wrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.layout.center,
.layout.center-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.layout.center-center,
.layout.center-justified {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

.flex {
  -ms-flex: 1 1 0.000000001px;
  -webkit-flex: 1;
  flex: 1;
  -webkit-flex-basis: 0.000000001px;
  flex-basis: 0.000000001px; }

.flex-auto {
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto; }

.flex-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none; }

.block {
  display: block; }

[hidden] {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.relative {
  position: relative; }

.fit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

body.fullbleed {
  margin: 0;
  height: 100vh; }

.scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

/* fixed position */
.fixed-bottom,
.fixed-left,
.fixed-right,
.fixed-top {
  position: fixed; }

.fixed-top {
  top: 0;
  left: 0;
  right: 0; }

.fixed-right {
  top: 0;
  right: 0;
  bottom: 0; }

.fixed-bottom {
  right: 0;
  bottom: 0;
  left: 0; }

.fixed-left {
  top: 0;
  bottom: 0;
  left: 0; }

.blg-btn {
  color: #fff !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 1px;
  text-align: center;
  user-select: none;
  z-index: 2;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  padding: 0.618rem 1.618rem;
  box-shadow: 0 2px 50px 0 #7ED321, 0 2px 50px 0 rgba(0, 0, 0, 0.5);
  background: #7ED321; }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
* {
  cursor: default !important;
  line-height: 20px; }

body {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  color: #fff;
  background-color: #000;
  font-family: 'Lato', sans-serif; }

h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 42px !important; }

a {
  color: #067294;
  cursor: pointer !important; }

body {
  margin: 0;
  height: 100vh; }
  body #root {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    body #root #App {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column; }
      body #root #App > main {
        -ms-flex: 1 1 0.000000001px;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-basis: 0.000000001px;
        flex-basis: 0.000000001px;
        position: relative; }
        body #root #App > main div.blg--main-wrapper {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          overflow-y: scroll; }

#App > header {
  color: #000;
  background-color: #fff;
  z-index: 1001; }
  #App > header div.--blg-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    max-width: 960px;
    margin: auto;
    padding: 0.618rem 1rem; }
    #App > header div.--blg-wrapper .logo {
      background-image: url(../images/trybeid.png);
      background-repeat: no-repeat;
      background-position: center;
      height: 48px;
      width: 138.13px; }
    #App > header div.--blg-wrapper .menu {
      -ms-flex: 1 1 0.000000001px;
      -webkit-flex: 1;
      flex: 1;
      -webkit-flex-basis: 0.000000001px;
      flex-basis: 0.000000001px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: row;
      -webkit-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: end;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
    #App > header div.--blg-wrapper ul {
      display: none;
      z-index: 1001; }
      #App > header div.--blg-wrapper ul.show {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        padding: 1.618rem;
        background-color: rgba(0, 0, 0, 0.87); }
        #App > header div.--blg-wrapper ul.show li {
          text-align: center; }
          #App > header div.--blg-wrapper ul.show li a {
            display: inline-block;
            padding: 0.618rem; }

@media (min-width: 960px) {
  #App > header div.--blg-wrapper .menu {
    display: none; }
  #App > header div.--blg-wrapper ul {
    -ms-flex: 1 1 0.000000001px;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: 0.000000001px;
    flex-basis: 0.000000001px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    #App > header div.--blg-wrapper ul li {
      margin-left: 1.618rem; } }

#Advisors, #Courses, #ContactUs, #Diversity, #Home, #ProductDevelopmentServices, #Team {
  overflow: hidden;
  padding: 0.618rem 1rem; }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
#AboutUs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  background-image: url(../images/BLG_Rowers_mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 5rem 1rem; }
  #AboutUs div {
    -ms-flex: 1 1 0.000000001px;
    -webkit-flex: 1;
    flex: 1;
    -webkit-flex-basis: 0.000000001px;
    flex-basis: 0.000000001px; }
  #AboutUs p {
    margin-bottom: 2.618rem; }

@media (min-width: 480px) {
  #AboutUs {
    max-width: 960px;
    margin: 0.618rem auto !important;
    background-image: url(../images/BLG_Rowers.png);
    background-size: 125%; } }

@media (min-width: 960px) {
  #AboutUs {
    max-width: 960px;
    margin: 0.618rem auto !important;
    background-size: 80%; } }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
/**
 * The css property used for elevation. In most cases this should not be changed. It is exposed
 * as a variable for abstraction / easy use when needing to reference the property directly, for
 * example in a `will-change` rule.
 */
/**
 * The default duration value for elevation transitions.
 */
/**
 * The default easing value for elevation transitions.
 */
/**
 * Applies the correct CSS rules to an element to give it the elevation specified by $z-value.
 * The $z-value must be between 0 and 24.
 * If $color has an alpha channel, it will be ignored and overridden. To increase the opacity of the shadow, use
 * $opacity-boost.
 */
/**
 * Returns a string that can be used as the value for a `transition` property for elevation.
 * Calling this function directly is useful in situations where a component needs to transition
 * more than one property.
 *
 * ```scss
 * .foo {
 *   transition: mdc-elevation-transition-value(), opacity 100ms ease;
 *   will-change: $mdc-elevation-property, opacity;
 * }
 * ```
 */
.mdc-elevation--z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow; }

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1); }
  15% {
    transform: scale3d(1.2, 1.2, 1.2); }
  30% {
    transform: scale3d(1, 1, 1); } }

#Clients {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  overflow: hidden;
  padding: 1.618rem 0; }
  #Clients > footer {
    color: #212121;
    background-color: #fff;
    position: relative;
    max-width: 720px; }
    #Clients > footer > .mobile {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      #Clients > footer > .mobile > div {
        padding: 1rem 1.618rem; }
        #Clients > footer > .mobile > div img {
          max-width: 100%;
          max-height: 100px; }
    #Clients > footer > .not-mobile {
      display: none; }
      #Clients > footer > .not-mobile ul {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row; }
        #Clients > footer > .not-mobile ul li {
          padding: 16px 32px; }
          #Clients > footer > .not-mobile ul li.blg--invisible {
            display: none; }
          #Clients > footer > .not-mobile ul li > div:first-child {
            padding: 1rem 2rem 1rem 0; }
            #Clients > footer > .not-mobile ul li > div:first-child img {
              height: 125px; }
          #Clients > footer > .not-mobile ul li > div:last-child footer h4 {
            margin: 0; }
            #Clients > footer > .not-mobile ul li > div:last-child footer h4 div:first-child {
              margin-bottom: 0.618rem; }
            #Clients > footer > .not-mobile ul li > div:last-child footer h4 small {
              font-size: 0.9rem;
              line-height: 0.9rem !important; }
    @media (min-width: 480px) {
      #Clients > footer {
        overflow: hidden;
        box-sizing: border-box; }
        #Clients > footer > .mobile {
          display: none; }
        #Clients > footer > .not-mobile {
          display: block; } }
    @media (min-width: 480px) {
      #Clients > footer ul li {
        width: 100vw;
        height: 515px;
        box-sizing: border-box; } }
    @media (min-width: 720px) {
      #Clients > footer ul li {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        width: 720px;
        height: 390px; }
        #Clients > footer ul li.show {
          display: flex; } }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
#ContactUs {
  overflow: hidden;
  padding: 1.618rem 1rem;
  background-image: linear-gradient(-172deg, rgba(73, 150, 174, 0.78) 0%, rgba(59, 66, 68, 0) 0%, rgba(6, 114, 148, 0.78) 0%, rgba(12, 117, 150, 0.8) 23%, #0B1417 74%); }
  #ContactUs > * {
    margin: 0 auto;
    max-width: 960px; }
  #ContactUs address, #ContactUs div, #ContactUs strong {
    text-align: center; }
  #ContactUs div.logos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (min-width: 600px) {
      #ContactUs div.logos {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: row;
        -webkit-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
        justify-content: space-around; } }
  #ContactUs address a {
    line-height: initial;
    text-transform: initial;
    color: #fff;
    font-weight: 700; }
  #ContactUs .social {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 1.618rem auto; }
    #ContactUs .social a {
      width: 44px;
      height: 44px;
      margin: 0 0.618rem;
      display: block;
      background-repeat: no-repeat;
      background-position: center; }
    #ContactUs .social .linkedin {
      background-image: url(../svg/linkedin-square.svg); }
    #ContactUs .social .twitter {
      background-image: url(../svg/twitter-square.svg); }
    #ContactUs .social .github {
      background-image: url(../svg/github-square.svg); }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
#Courses {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url(../images/BLG_Courses.png);
  background-repeat: no-repeat;
  background-position: center; }
  #Courses > header, #Courses > footer {
    max-width: 960px; }
  #Courses > header {
    margin-bottom: 1.618rem; }
    #Courses > header h3, #Courses > header ul, #Courses > header li, #Courses > header header, #Courses > header footer, #Courses > header div {
      text-align: center; }
    #Courses > header h4, #Courses > header p {
      text-align: left;
      margin: 0rem; }
    #Courses > header p {
      margin-bottom: 1rem; }
    #Courses > header ul li {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      min-width: 320px;
      color: #212121;
      background-color: #fff;
      padding: 1.618rem 1rem;
      margin-bottom: 4rem; }
      #Courses > header ul li > header {
        color: #007395;
        margin-bottom: 0.618rem; }
      #Courses > header ul li > div {
        -ms-flex: 1 1 0.000000001px;
        -webkit-flex: 1;
        flex: 1;
        -webkit-flex-basis: 0.000000001px;
        flex-basis: 0.000000001px; }
      #Courses > header ul li > footer {
        height: 0; }
        #Courses > header ul li > footer a {
          position: initial;
          bottom: -50px; }
  #Courses > footer > ul > li {
    overflow: hidden; }
    #Courses > footer > ul > li div.wrapper header {
      position: relative;
      top: -50px;
      margin: 0 2.5rem 5rem; }
      #Courses > footer > ul > li div.wrapper header > h4 {
        width: 100%;
        position: absolute;
        background-color: #067294;
        padding: 1.618rem;
        box-sizing: border-box; }
    #Courses > footer > ul > li div.wrapper footer {
      color: #212121;
      background-color: #fff;
      padding: 7rem 1rem 0.382rem;
      margin: 75px 0rem 1.618rem; }
      #Courses > footer > ul > li div.wrapper footer h5 {
        font-weight: 700; }
      #Courses > footer > ul > li div.wrapper footer dl {
        margin-bottom: 1rem; }
        #Courses > footer > ul > li div.wrapper footer dl dt {
          float: left;
          color: #067294;
          padding-right: 0.618rem; }
        #Courses > footer > ul > li div.wrapper footer dl dd {
          margin-bottom: 0.382rem; }
      #Courses > footer > ul > li div.wrapper footer ul {
        margin-bottom: 1rem; }
  #Courses img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px; }

@media (min-width: 480px) {
  #Courses > footer > ul > li div.wrapper footer {
    padding: 5rem 1rem 0.382rem; } }

@media (min-width: 840px) {
  #Courses > header ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; }
    #Courses > header ul li {
      -ms-flex: 1 1 0.000000001px;
      -webkit-flex: 1;
      flex: 1;
      -webkit-flex-basis: 0.000000001px;
      flex-basis: 0.000000001px;
      margin: 0 1rem;
      max-width: 480px; }
  #Courses > footer > ul {
    padding: 3rem 1rem; } }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
#Diversity {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  #Diversity > header, #Diversity > footer {
    max-width: 960px; }
  #Diversity h3, #Diversity p {
    text-align: center; }

@media (min-width: 840px) {
  #Diversity > footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 4rem;
    box-sizing: border-box;
    background-image: url(../images/BLG_ChampioningDiversity.png);
    background-repeat: no-repeat;
    background-position: center; }
    #Diversity > footer > div {
      -ms-flex: 1 1 0.000000001px;
      -webkit-flex: 1;
      flex: 1;
      -webkit-flex-basis: 0.000000001px;
      flex-basis: 0.000000001px; }
      #Diversity > footer > div p {
        text-align: left; } }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
#Home {
  position: relative;
  padding: 0 0 1.618rem; }
  #Home > header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 219px;
    margin-bottom: 51px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center; }
    #Home > header h1, #Home > header h3, #Home > header p, #Home > header div {
      text-align: center; }
    #Home > header div {
      position: relative;
      bottom: -21px; }
      #Home > header div div {
        top: -20px;
        position: relative;
        border-bottom: 1px solid #fff; }
  #Home p {
    padding: 0 1rem;
    text-align: center; }
    @media (min-width: 960px) {
      #Home p {
        max-width: 960px;
        margin: 0 auto; } }

#ProductDevelopmentServices {
  text-align: center;
  max-width: 960px;
  margin: 2rem auto; }
  #ProductDevelopmentServices a {
    font-weight: 700; }

/* alignment in cross axis */
/* alignment in main axis */
/* self alignment */
/* multi-line alignment in main axis */
/* fixed position */
#Team, #Advisors {
  color: #fff;
  background-color: #0B1517;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  #Team > header, #Team > ul, #Advisors > header, #Advisors > ul {
    max-width: 840px; }
  #Team > header, #Advisors > header {
    margin-bottom: 1.618rem; }
    #Team > header h3, #Team > header p, #Advisors > header h3, #Advisors > header p {
      text-align: center; }
  #Team > ul li, #Advisors > ul li {
    margin-bottom: 3rem; }
    #Team > ul li header, #Advisors > ul li header {
      text-align: center; }
      #Team > ul li header div, #Advisors > ul li header div {
        position: relative;
        display: inline-block; }
      #Team > ul li header span.avatar, #Advisors > ul li header span.avatar {
        background-color: rgba(0, 0, 0, 0.38);
        display: inline-block;
        width: 100px;
        height: 100px;
        margin: 0;
        border-radius: 50%;
        overflow: hidden; }
        #Team > ul li header span.avatar img, #Advisors > ul li header span.avatar img {
          width: 100px; }
      #Team > ul li header span.linkedin, #Advisors > ul li header span.linkedin {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        width: 25px;
        height: 25px;
        bottom: 0;
        right: 0;
        border-radius: 50%;
        border: 2px solid rgba(0, 0, 0, 0.38);
        overflow: hidden;
        background-color: #fff; }
        #Team > ul li header span.linkedin a, #Advisors > ul li header span.linkedin a {
          display: block;
          width: 75%;
          height: 75%;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url(../svg/linkedin.svg); }
    #Team > ul li footer, #Advisors > ul li footer {
      text-align: center; }
      #Team > ul li footer h4 div:first-child, #Advisors > ul li footer h4 div:first-child {
        font-weight: 900; }
      #Team > ul li footer h4 div:nth-child(2), #Advisors > ul li footer h4 div:nth-child(2) {
        color: #067294;
        font-weight: 700; }

@media (min-width: 840px) {
  #Team > ul li, #Advisors > ul li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-right: 1.618rem;
    margin-bottom: 2rem; }
    #Team > ul li header, #Advisors > ul li header {
      padding: 1rem 1.618rem; }
      #Team > ul li header span, #Advisors > ul li header span {
        width: 100px;
        height: 100px; }
    #Team > ul li footer, #Advisors > ul li footer {
      text-align: left; }
      #Team > ul li footer h4, #Advisors > ul li footer h4 {
        margin-bottom: 0.618rem; }
      #Team > ul li footer aside, #Advisors > ul li footer aside {
        display: block; } }

/**
 * The css property used for elevation. In most cases this should not be changed. It is exposed
 * as a variable for abstraction / easy use when needing to reference the property directly, for
 * example in a `will-change` rule.
 */
/**
 * The default duration value for elevation transitions.
 */
/**
 * The default easing value for elevation transitions.
 */
/**
 * Applies the correct CSS rules to an element to give it the elevation specified by $z-value.
 * The $z-value must be between 0 and 24.
 * If $color has an alpha channel, it will be ignored and overridden. To increase the opacity of the shadow, use
 * $opacity-boost.
 */
/**
 * Returns a string that can be used as the value for a `transition` property for elevation.
 * Calling this function directly is useful in situations where a component needs to transition
 * more than one property.
 *
 * ```scss
 * .foo {
 *   transition: mdc-elevation-transition-value(), opacity 100ms ease;
 *   will-change: $mdc-elevation-property, opacity;
 * }
 * ```
 */
.mdc-elevation--z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }

.mdc-elevation--z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); }

.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow; }

/**
 * The css property used for elevation. In most cases this should not be changed. It is exposed
 * as a variable for abstraction / easy use when needing to reference the property directly, for
 * example in a `will-change` rule.
 */
/**
 * The default duration value for elevation transitions.
 */
/**
 * The default easing value for elevation transitions.
 */
/**
 * Applies the correct CSS rules to an element to give it the elevation specified by $z-value.
 * The $z-value must be between 0 and 24.
 * If $color has an alpha channel, it will be ignored and overridden. To increase the opacity of the shadow, use
 * $opacity-boost.
 */
/**
 * Returns a string that can be used as the value for a `transition` property for elevation.
 * Calling this function directly is useful in situations where a component needs to transition
 * more than one property.
 *
 * ```scss
 * .foo {
 *   transition: mdc-elevation-transition-value(), opacity 100ms ease;
 *   will-change: $mdc-elevation-property, opacity;
 * }
 * ```
 */
/**
 * Creates a rule that will be applied when an MDC Web component is within the context of an RTL layout.
 *
 * Usage Example:
 * ```scss
 * .mdc-foo {
 *   position: absolute;
 *   left: 0;
 *
 *   @include mdc-rtl {
 *     left: auto;
 *     right: 0;
 *   }
 *
 *   &__bar {
 *     margin-left: 4px;
 *     @include mdc-rtl(".mdc-foo") {
 *       margin-left: auto;
 *       margin-right: 4px;
 *     }
 *   }
 * }
 *
 * .mdc-foo--mod {
 *   padding-left: 4px;
 *
 *   @include mdc-rtl {
 *     padding-left: auto;
 *     padding-right: 4px;
 *   }
 * }
 * ```
 *
 * Note that this works by checking for [dir="rtl"] on an ancestor element. While this will work
 * in most cases, it will in some cases lead to false negatives, e.g.
 *
 * ```html
 * <html dir="rtl">
 *   <!-- ... -->
 *   <div dir="ltr">
 *     <div class="mdc-foo">Styled incorrectly as RTL!</div>
 *   </div>
 * </html>
 * ```
 *
 * In the future, selectors such as :dir (http://mdn.io/:dir) will help us mitigate this.
 */
/**
 * Takes a base box-model property - e.g. margin / border / padding - along with a default
 * direction and value, and emits rules which apply the value to the
 * "<base-property>-<default-direction>" property by default, but flips the direction
 * when within an RTL context.
 *
 * For example:
 *
 * ```scss
 * .mdc-foo {
 *   @include mdc-rtl-reflexive-box(margin, left, 8px);
 * }
 * ```
 * is equivalent to:
 *
 * ```scss
 * .mdc-foo {
 *   margin-left: 8px;
 *
 *   @include mdc-rtl {
 *     margin-right: 8px;
 *     margin-left: 0;
 *   }
 * }
 * ```
 * whereas:
 *
 * ```scss
 * .mdc-foo {
 *   @include mdc-rtl-reflexive-box(margin, right, 8px);
 * }
 * ```
 * is equivalent to:
 *
 * ```scss
 * .mdc-foo {
 *   margin-right: 8px;
 *
 *   @include mdc-rtl {
 *     margin-right: 0;
 *     margin-left: 8px;
 *   }
 * }
 * ```
 *
 * You can also pass a 4th optional $root-selector argument which will be forwarded to `mdc-rtl`,
 * e.g. `@include mdc-rtl-reflexive-box(margin, left, 8px, ".mdc-component")`.
 *
 * Note that this function will always zero out the original value in an RTL context. If you're
 * trying to flip the values, use mdc-rtl-reflexive-property().
 */
/**
 * Takes a base property and emits rules that assign <base-property>-left to <left-value> and
 * <base-property>-right to <right-value> in a LTR context, and vice versa in a RTL context.
 * For example:
 *
 * ```scss
 * .mdc-foo {
 *   @include mdc-rtl-reflexive-property(margin, auto, 12px);
 * }
 * ```
 * is equivalent to:
 *
 * ```scss
 * .mdc-foo {
 *   margin-left: auto;
 *   margin-right: 12px;
 *
 *   @include mdc-rtl {
 *     margin-left: 12px;
 *     margin-right: auto;
 *   }
 * }
 * ```
 *
 * A 4th optional $root-selector argument can be given, which will be passed to `mdc-rtl`.
 */
/**
 * Takes an argument specifying a horizontal position property (either "left" or "right") as well
 * as a value, and applies that value to the specified position in a LTR context, and flips it in a
 * RTL context. For example:
 *
 * ```scss
 * .mdc-foo {
 *   @include mdc-rtl-reflexive-position(left, 0);
 *   position: absolute;
 * }
 * ```
 * is equivalent to:
 *
 * ```scss
 *  .mdc-foo {
 *    position: absolute;
 *    left: 0;
 *    right: initial;
 *
 *    @include mdc-rtl {
 *      right: 0;
 *      left: initial;
 *    }
 *  }
 * ```
 * An optional third $root-selector argument may also be given, which is passed to `mdc-rtl`.
 */
/* TODO(sgomes): Figure out what to do about desktop font sizes. */
/* TODO(sgomes): Figure out what to do about i18n and i18n font sizes. */
.mdc-toolbar {
  /* @alternate */
  background-color: #fff;
  background-color: var(--mdc-theme-primary, #fff);
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%; }
  .mdc-toolbar .mdc-toolbar__icon {
    color: rgba(0, 0, 0, 0.87); }
    .mdc-toolbar .mdc-toolbar__icon::before, .mdc-toolbar .mdc-toolbar__icon::after {
      background-color: rgba(0, 0, 0, 0.87); }
    .mdc-toolbar .mdc-toolbar__icon:hover::before {
      opacity: 0.04; }
    .mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):focus::before, .mdc-toolbar .mdc-toolbar__icon.mdc-ripple-upgraded--background-focused::before {
      transition-duration: 75ms;
      opacity: 0.12; }
    .mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded)::after {
      transition: opacity 150ms linear; }
    .mdc-toolbar .mdc-toolbar__icon:not(.mdc-ripple-upgraded):active::after {
      transition-duration: 75ms;
      opacity: 0.16; }
    .mdc-toolbar .mdc-toolbar__icon.mdc-ripple-upgraded {
      --mdc-ripple-fg-opacity: 0.16; }
  .mdc-toolbar__row {
    display: flex;
    position: relative;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-height: 64px; }
    @media (max-width: 959px) and (orientation: landscape) {
      .mdc-toolbar__row {
        min-height: 48px; } }
    @media (max-width: 599px) {
      .mdc-toolbar__row {
        min-height: 56px; } }
  .mdc-toolbar__section {
    display: inline-flex;
    flex: 1;
    align-items: start;
    justify-content: center;
    box-sizing: border-box;
    min-width: 0;
    height: 100%;
    padding: 8px;
    z-index: 1; }
    @media (max-width: 959px) and (orientation: landscape) {
      .mdc-toolbar__section {
        padding: 0 0; } }
    @media (max-width: 599px) {
      .mdc-toolbar__section {
        padding: 4px 0; } }
    .mdc-toolbar__section--align-start {
      padding-left: 12px;
      padding-right: 0;
      justify-content: flex-start;
      order: -1; }
      [dir="rtl"] .mdc-toolbar__section--align-start, .mdc-toolbar__section--align-start[dir="rtl"] {
        padding-left: 0;
        padding-right: 12px; }
      @media (max-width: 959px) and (orientation: landscape) {
        .mdc-toolbar__section--align-start {
          padding-left: 4px;
          padding-right: 0; }
          [dir="rtl"] .mdc-toolbar__section--align-start, .mdc-toolbar__section--align-start[dir="rtl"] {
            padding-left: 0;
            padding-right: 4px; } }
      @media (max-width: 599px) {
        .mdc-toolbar__section--align-start {
          padding-left: 4px;
          padding-right: 0; }
          [dir="rtl"] .mdc-toolbar__section--align-start, .mdc-toolbar__section--align-start[dir="rtl"] {
            padding-left: 0;
            padding-right: 4px; } }
    .mdc-toolbar__section--align-end {
      padding-left: 0;
      padding-right: 12px;
      justify-content: flex-end;
      order: 1; }
      [dir="rtl"] .mdc-toolbar__section--align-end, .mdc-toolbar__section--align-end[dir="rtl"] {
        padding-left: 12px;
        padding-right: 0; }
      @media (max-width: 959px) and (orientation: landscape) {
        .mdc-toolbar__section--align-end {
          padding-left: 0;
          padding-right: 4px; }
          [dir="rtl"] .mdc-toolbar__section--align-end, .mdc-toolbar__section--align-end[dir="rtl"] {
            padding-left: 4px;
            padding-right: 0; } }
      @media (max-width: 599px) {
        .mdc-toolbar__section--align-end {
          padding-left: 0;
          padding-right: 4px; }
          [dir="rtl"] .mdc-toolbar__section--align-end, .mdc-toolbar__section--align-end[dir="rtl"] {
            padding-left: 4px;
            padding-right: 0; } }
  .mdc-toolbar__title {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: inherit;
    text-transform: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 24px;
    margin-right: 0;
    align-self: center;
    padding: 12px 0;
    line-height: 1.5rem;
    z-index: 1; }
    [dir="rtl"] .mdc-toolbar__title, .mdc-toolbar__title[dir="rtl"] {
      margin-left: 0;
      margin-right: 24px; }
  .mdc-toolbar__icon, .mdc-toolbar__menu-icon {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: transparent;
    will-change: transform, opacity;
    display: flex;
    position: relative;
    align-items: start;
    justify-content: center;
    width: 24px;
    height: 24px;
    padding: 12px;
    border: none;
    outline: none;
    background-color: transparent;
    color: inherit;
    text-decoration: none;
    cursor: pointer; }
    .mdc-toolbar__icon::before, .mdc-toolbar__icon::after, .mdc-toolbar__menu-icon::before, .mdc-toolbar__menu-icon::after {
      position: absolute;
      border-radius: 50%;
      opacity: 0;
      pointer-events: none;
      content: ""; }
    .mdc-toolbar__icon::before, .mdc-toolbar__menu-icon::before {
      transition: opacity 15ms linear;
      z-index: 1; }
    .mdc-toolbar__icon.mdc-ripple-upgraded::before, .mdc-toolbar__menu-icon.mdc-ripple-upgraded::before {
      transform: scale(var(--mdc-ripple-fg-scale, 1)); }
    .mdc-toolbar__icon.mdc-ripple-upgraded::after, .mdc-toolbar__menu-icon.mdc-ripple-upgraded::after {
      top: 0;
      left: 0;
      transform: scale(0);
      transform-origin: center center; }
    .mdc-toolbar__icon.mdc-ripple-upgraded--unbounded::after, .mdc-toolbar__menu-icon.mdc-ripple-upgraded--unbounded::after {
      top: var(--mdc-ripple-top, 0);
      left: var(--mdc-ripple-left, 0); }
    .mdc-toolbar__icon.mdc-ripple-upgraded--foreground-activation::after, .mdc-toolbar__menu-icon.mdc-ripple-upgraded--foreground-activation::after {
      animation: 225ms mdc-ripple-fg-radius-in forwards, 75ms mdc-ripple-fg-opacity-in forwards; }
    .mdc-toolbar__icon.mdc-ripple-upgraded--foreground-deactivation::after, .mdc-toolbar__menu-icon.mdc-ripple-upgraded--foreground-deactivation::after {
      animation: 150ms mdc-ripple-fg-opacity-out;
      transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
    .mdc-toolbar__icon::before, .mdc-toolbar__icon::after, .mdc-toolbar__menu-icon::before, .mdc-toolbar__menu-icon::after {
      top: calc(50% - 50%);
      left: calc(50% - 50%);
      width: 100%;
      height: 100%; }
    .mdc-toolbar__icon.mdc-ripple-upgraded::before, .mdc-toolbar__icon.mdc-ripple-upgraded::after, .mdc-toolbar__menu-icon.mdc-ripple-upgraded::before, .mdc-toolbar__menu-icon.mdc-ripple-upgraded::after {
      top: var(--mdc-ripple-top, calc(50% - 50%));
      left: var(--mdc-ripple-left, calc(50% - 50%));
      width: var(--mdc-ripple-fg-size, 100%);
      height: var(--mdc-ripple-fg-size, 100%); }
    .mdc-toolbar__icon.mdc-ripple-upgraded::after, .mdc-toolbar__menu-icon.mdc-ripple-upgraded::after {
      width: var(--mdc-ripple-fg-size, 100%);
      height: var(--mdc-ripple-fg-size, 100%); }

.mdc-toolbar__menu-icon + .mdc-toolbar__title {
  margin-left: 8px;
  margin-right: 0; }
  [dir="rtl"] .mdc-toolbar__menu-icon + .mdc-toolbar__title, .mdc-toolbar__menu-icon + .mdc-toolbar__title[dir="rtl"] {
    margin-left: 0;
    margin-right: 8px; }

@media (max-width: 599px) {
  .mdc-toolbar__title {
    margin-left: 16px;
    margin-right: 0; }
    [dir="rtl"] .mdc-toolbar__title, .mdc-toolbar__title[dir="rtl"] {
      margin-left: 0;
      margin-right: 16px; } }

.mdc-toolbar--fixed {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }

.mdc-toolbar--flexible {
  --mdc-toolbar-ratio-to-extend-flexible: 4; }
  .mdc-toolbar--flexible .mdc-toolbar__row:first-child {
    height: 256px;
    height: calc(64px * var(--mdc-toolbar-ratio-to-extend-flexible, 4)); }
    @media (max-width: 599px) {
      .mdc-toolbar--flexible .mdc-toolbar__row:first-child {
        height: 224px;
        height: calc(56px * var(--mdc-toolbar-ratio-to-extend-flexible, 4)); } }
    .mdc-toolbar--flexible .mdc-toolbar__row:first-child::after {
      position: absolute;
      content: ""; }
  .mdc-toolbar--flexible-default-behavior .mdc-toolbar__title {
    font-family: Roboto, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 2.125rem;
    line-height: 2.5rem;
    font-weight: 400;
    letter-spacing: normal;
    text-decoration: inherit;
    text-transform: inherit;
    align-self: flex-end;
    line-height: 1.5rem; }
  .mdc-toolbar--flexible-default-behavior .mdc-toolbar__row:first-child::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease;
    opacity: 1; }
  .mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__row:first-child::after {
    opacity: 0; }
  .mdc-toolbar--flexible-default-behavior.mdc-toolbar--flexible-space-minimized .mdc-toolbar__title {
    font-weight: 500; }

.mdc-toolbar--waterfall.mdc-toolbar--fixed {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow; }
  .mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--flexible-space-minimized {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
  .mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--flexible-space-minimized {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
  .mdc-toolbar--waterfall.mdc-toolbar--fixed.mdc-toolbar--fixed-lastrow-only.mdc-toolbar--fixed-at-last-row {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }

.mdc-toolbar-fixed-adjust {
  margin-top: 64px; }
  @media (max-width: 959px) and (max-height: 599px) {
    .mdc-toolbar-fixed-adjust {
      margin-top: 48px; } }
  @media (max-width: 599px) {
    .mdc-toolbar-fixed-adjust {
      margin-top: 56px; } }

.mdc-toolbar__section--shrink-to-fit {
  flex: none; }
