.fullScreenSize {
  width: 100vw;
  height: 100vh; }

.flex {
  display: inline-flex; }
  .flex.row {
    flex-direction: row; }
  .flex.end {
    align-content: flex-end; }

.justify-self-end {
  justify-self: flex-end; }

.grid {
  display: grid; }
  .grid .justify-end {
    justify-self: end; }
  .grid .justify-center {
    justify-self: center; }

.container {
  padding: 0 20px; }
  .container .content {
    display: grid;
    margin-bottom: 15px; }
    .container .content .content-container {
      max-width: 600px;
      place-self: center; }

.focus-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); }

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

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

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

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

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

.landing {
  display: grid; }
  .landing > *:not(:first-child) {
    padding: 100px 0; }
  .landing .top {
    background-color: #c0c8d3;
    padding: 10% 40% 30% 10%;
    max-height: 100vh; }
    @media (min-width: 767px) {
      .landing .top {
        background-image: url("/static/images/landing/landing-top.jpeg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; } }
    @media (max-width: 767px) {
      .landing .top {
        padding: 100px 0 50px; } }
    .landing .top > *:not(:first-child) {
      margin-top: 20px; }
  .landing .wrapper {
    margin: 0 auto;
    max-width: 2200px; }
  .landing .aboutus .container {
    max-width: none;
    padding: 0 20px;
    min-height: 800px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(550px, 1fr)); }
    @media (max-width: 767px) {
      .landing .aboutus .container {
        grid-template-columns: none; } }
    .landing .aboutus .container .content {
      place-self: stretch;
      display: grid;
      margin-bottom: 15px; }
      .landing .aboutus .container .content .content-container {
        max-width: 600px;
        place-self: center; }
    .landing .aboutus .container .images {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      grid-gap: 20px; }
      .landing .aboutus .container .images > * {
        width: 100%;
        height: 560px;
        background-image: url("");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        place-self: center; }
        @media (max-width: 767px) {
          .landing .aboutus .container .images > * {
            height: 200px; } }
  .landing .product {
    background-color: #f8f9fa; }
    .landing .product .container {
      display: grid;
      padding: 0 20px;
      min-height: 800px; }
      .landing .product .container .cards {
        margin: 15px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
  .landing .product-card {
    margin: 16px 8px;
    background: white;
    max-width: 300px;
    place-self: center;
    transition: box-shadow 200ms ease; }
    .landing .product-card .title {
      padding: 16px 8px; }
    .landing .product-card:hover {
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.focus-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); }

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

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

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

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

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

.product-card {
  transition: box-shadow 200ms ease-in-out;
  display: grid;
  justify-self: stretch;
  box-sizing: border-box; }
  .product-card .product-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-self: stretch;
    height: 200px; }
  .product-card div.product-content {
    border: #c0c8d3 1px solid; }
    .product-card div.product-content p {
      text-align: center;
      margin: 8px 0; }
  .product-card:hover {
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.product-card-listview {
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  grid-column-gap: 10px;
  grid-row-gap: 10px; }

.product-card-listview-container {
  margin: 16px 0; }
  .product-card-listview-container h3 {
    margin: 8px 0; }

header {
  padding: 15px;
  z-index: 1;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 60px; }
  header .logo {
    place-self: left; }
    header .logo span {
      margin-left: 5px; }
    header .logo > * {
      align-self: center; }
  header .nav-container {
    place-self: center; }
  header > * {
    align-self: center; }

.focus-shadow {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36); }

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

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

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

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

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

a {
  text-decoration: none; }

.btn {
  border: none;
  outline: none;
  display: inline-block;
  box-sizing: border-box;
  transition: background-color 100ms ease, border-bottom 200ms ease;
  text-align: center; }
  @media (max-width: 767px) {
    .btn {
      min-width: 80px; } }
  .btn.styless {
    border: none;
    min-width: auto;
    color: #0154a4; }
  .btn.text {
    border: none;
    border-bottom: 2px transparent solid;
    min-width: auto;
    color: #0154a4; }
    .btn.text:visited {
      color: #0154a4; }
    .btn.text:hover {
      border-bottom: 2px solid #0154a4; }
  .btn.primary {
    padding: 16px 8px;
    min-width: 190px;
    border: 1px solid #0154a4;
    background-color: #0154a4;
    color: white; }
    .btn.primary:hover {
      background-color: #016ed7; }
  .btn.secondary {
    padding: 16px 8px;
    min-width: 190px;
    border: 1px solid #0154a4;
    background-color: #c0c8d3;
    color: #0154a4; }
    .btn.secondary:hover {
      background-color: #0154a4;
      color: white; }
  .btn.toggle {
    padding: 6px;
    color: #0154a4;
    border-bottom: 2px transparent solid; }
    .btn.toggle:hover {
      border-bottom: 2px #c0c8d3 solid; }
    .btn.toggle.active {
      border-bottom: 2px #0154a4 solid; }

