/*
This file is used to contain all  imports.
*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.5; }

* {
  font-family: "Roboto", sans-serif;
  color: #000000;
  line-height: 1.5;
  box-sizing: border-box; }

h1 {
  font-size: 3rem;
  line-height: 10px; }

h2 {
  font-size: 2.6rem;
  line-height: 10px; }

h3 {
  font-size: 2.2rem;
  line-height: 10px; }

h4 {
  font-size: 1.8rem;
  line-height: 10px; }

h5 {
  font-size: 1.4rem;
  line-height: 10px; }

h6 {
  font-size: 1rem;
  line-height: 10px; }

p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.8; }

.font-light {
  font-weight: 300; }

.font-regular {
  font-weight: 400; }

.font-heavy {
  font-weight: 700; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

header {
  background-color: none;
  clear: both;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px; }

footer {
  background-color: #f4f4f4;
  clear: both;
  display: inline-block;
  margin: 5px 0;
  padding: 5px 5px;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 33.75em) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 75em) {
    .container {
      width: 100%;
      max-width: 100%; } }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  padding: .5rem;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table;
  clear: both; }

.col-1 {
  width: 96%;
  box-sizing: border-box; }

.col-2 {
  width: 96%;
  box-sizing: border-box; }

.col-3 {
  width: 96%;
  box-sizing: border-box; }

.col-4 {
  width: 96%;
  box-sizing: border-box; }

.col-5 {
  width: 96%;
  box-sizing: border-box; }

.col-6 {
  width: 96%;
  box-sizing: border-box; }

.col-7 {
  width: 96%;
  box-sizing: border-box; }

.col-8 {
  width: 96%;
  box-sizing: border-box; }

.col-9 {
  width: 96%;
  box-sizing: border-box; }

.col-10 {
  width: 96%;
  box-sizing: border-box; }

.col-11 {
  width: 96%;
  box-sizing: border-box; }

.col-12 {
  width: 96%;
  box-sizing: border-box; }

.col-sm-1 {
  width: 4.33333%;
  box-sizing: border-box; }

.col-sm-2 {
  width: 12.66667%;
  box-sizing: border-box; }

.col-sm-3 {
  width: 21%;
  box-sizing: border-box; }

.col-sm-4 {
  width: 29.33333%;
  box-sizing: border-box; }

.col-sm-5 {
  width: 37.66667%;
  box-sizing: border-box; }

.col-sm-6 {
  width: 46%;
  box-sizing: border-box; }

.col-sm-7 {
  width: 54.33333%;
  box-sizing: border-box; }

.col-sm-8 {
  width: 62.66667%;
  box-sizing: border-box; }

.col-sm-9 {
  width: 71%;
  box-sizing: border-box; }

.col-sm-10 {
  width: 79.33333%;
  box-sizing: border-box; }

.col-sm-11 {
  width: 87.66667%;
  box-sizing: border-box; }

.col-sm-12 {
  width: 96%;
  box-sizing: border-box; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 4.33333%; }
  .col-2 {
    width: 12.66667%; }
  .col-3 {
    width: 21%; }
  .col-4 {
    width: 29.33333%; }
  .col-5 {
    width: 37.66667%; }
  .col-6 {
    width: 46%; }
  .col-7 {
    width: 54.33333%; }
  .col-8 {
    width: 62.66667%; }
  .col-9 {
    width: 71%; }
  .col-10 {
    width: 79.33333%; }
  .col-11 {
    width: 87.66667%; }
  .col-12 {
    width: 96%; }
  .hidden-sm {
    display: block; } }

.button {
  border-radius: 5px;
  display: block;
  padding: 1em 1em;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  width: 100%; }
  .button.primary {
    background-color: #007bff;
    color: #fff; }
  .button.success {
    background-color: #28a745;
    color: #fff; }
  .button.warning {
    background-color: #ffc107;
    color: #fff; }
  .button.danger {
    background-color: #dc3545;
    color: #fff; }
  .button.info {
    background-color: #17a2b8;
    color: #fff; }
  .button.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6; }
