]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/css/style.css
Bug 11335 modified font smoothing and weight
[people/shoehn/ipfire.org.git] / static / css / style.css
index df98d55af16bb09731177da4a439f2498a12f8ba..91193d89e5b3110ae5a2c75c78442aff1e37386f 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright 2011-2017 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
-@import url("https://fonts.googleapis.com/css?family=Ubuntu");
+@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500");
 /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
 html {
   font-family: sans-serif;
@@ -220,10 +220,10 @@ html {
 body {
   font-family: "Ubuntu", sans-serif;
   font-size: 1rem;
-  font-weight: normal;
+  font-weight: 400;
   line-height: 1.5;
-  color: #292b2c;
-  background-color: #fff; }
+  color: #263238;
+  background-color: #eceff1; }
 
 [tabindex="-1"]:focus {
   outline: none !important; }
@@ -271,8 +271,8 @@ a {
   color: #b71c1c;
   text-decoration: none; }
   a:focus, a:hover {
-    color: #014c8c;
-    text-decoration: underline; }
+    color: #751212;
+    text-decoration: none; }
 
 a:not([href]):not([tabindex]) {
   color: inherit;
@@ -377,7 +377,7 @@ h1, h2, h3, h4, h5, h6,
 .h1, .h2, .h3, .h4, .h5, .h6 {
   margin-bottom: 0.5rem;
   font-family: inherit;
-  font-weight: 500;
+  font-weight: 400;
   line-height: 1.1;
   color: inherit; }
 
@@ -424,15 +424,15 @@ h6, .h6 {
   line-height: 1.1; }
 
 hr {
-  margin-top: 1.5rem;
-  margin-bottom: 1.5rem;
+  margin-top: 0.5rem;
+  margin-bottom: 0.5rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1); }
 
 small,
 .small {
-  font-size: 80%;
-  font-weight: normal; }
+  font-size: 0.875rem;
+  font-weight: 400; }
 
 mark,
 .mark {
@@ -457,8 +457,8 @@ mark,
   text-transform: uppercase; }
 
 .blockquote {
-  padding: 0.75rem 1.5rem;
-  margin-bottom: 1.5rem;
+  padding: 0.25rem 0.5rem;
+  margin-bottom: 0.5rem;
   font-size: 1.25rem;
   border-left: 0.25rem solid #eceeef; }
 
@@ -470,7 +470,7 @@ mark,
     content: "\2014 \00A0"; }
 
 .blockquote-reverse {
-  padding-right: 1.5rem;
+  padding-right: 0.5rem;
   padding-left: 0;
   text-align: right;
   border-right: 0.25rem solid #eceeef;
@@ -482,53 +482,28 @@ mark,
 .blockquote-reverse .blockquote-footer::after {
   content: "\00A0 \2014"; }
 
-.img-fluid {
-  max-width: 100%;
-  height: auto; }
-
-.img-thumbnail {
-  padding: 0.25rem;
-  background-color: #fff;
-  border: 1px solid #ddd;
-  border-radius: 0.25rem;
-  -webkit-transition: all 0.2s ease-in-out;
-  transition: all 0.2s ease-in-out;
-  max-width: 100%;
-  height: auto; }
-
-.figure {
-  display: inline-block; }
-
-.figure-img {
-  margin-bottom: 0.75rem;
-  line-height: 1; }
-
-.figure-caption {
-  font-size: 90%;
-  color: #636c72; }
-
 .container {
   position: relative;
   margin-left: auto;
   margin-right: auto;
-  padding-right: 15px;
-  padding-left: 15px; }
+  padding-right: 12px;
+  padding-left: 12px; }
   @media (min-width: 576px) {
     .container {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 768px) {
     .container {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 992px) {
     .container {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 1200px) {
     .container {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 576px) {
     .container {
       width: 540px;
@@ -550,24 +525,24 @@ mark,
   position: relative;
   margin-left: auto;
   margin-right: auto;
-  padding-right: 15px;
-  padding-left: 15px; }
+  padding-right: 12px;
+  padding-left: 12px; }
   @media (min-width: 576px) {
     .container-fluid {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 768px) {
     .container-fluid {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 992px) {
     .container-fluid {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 1200px) {
     .container-fluid {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
 
 .row {
   display: -webkit-box;
@@ -575,24 +550,24 @@ mark,
   display: flex;
   -ms-flex-wrap: wrap;
       flex-wrap: wrap;
-  margin-right: -15px;
-  margin-left: -15px; }
+  margin-right: -12px;
+  margin-left: -12px; }
   @media (min-width: 576px) {
     .row {
-      margin-right: -15px;
-      margin-left: -15px; } }
+      margin-right: -12px;
+      margin-left: -12px; } }
   @media (min-width: 768px) {
     .row {
-      margin-right: -15px;
-      margin-left: -15px; } }
+      margin-right: -12px;
+      margin-left: -12px; } }
   @media (min-width: 992px) {
     .row {
-      margin-right: -15px;
-      margin-left: -15px; } }
+      margin-right: -12px;
+      margin-left: -12px; } }
   @media (min-width: 1200px) {
     .row {
-      margin-right: -15px;
-      margin-left: -15px; } }
+      margin-right: -12px;
+      margin-left: -12px; } }
 
 .no-gutters {
   margin-right: 0;
@@ -606,24 +581,24 @@ mark,
   position: relative;
   width: 100%;
   min-height: 1px;
-  padding-right: 15px;
-  padding-left: 15px; }
+  padding-right: 12px;
+  padding-left: 12px; }
   @media (min-width: 576px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 768px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 992px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
   @media (min-width: 1200px) {
     .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .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, .col-sm, .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, .col-md, .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, .col-lg, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl {
-      padding-right: 15px;
-      padding-left: 15px; } }
+      padding-right: 12px;
+      padding-left: 12px; } }
 
 .col {
   -ms-flex-preferred-size: 0;
@@ -1424,8 +1399,8 @@ mark,
 
 .btn {
   display: inline-block;
-  font-weight: normal;
-  line-height: 1.25;
+  font-weight: 600;
+  line-height: 0.95;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
@@ -1443,7 +1418,7 @@ mark,
     text-decoration: none; }
   .btn:focus, .btn.focus {
     outline: 0;
-    box-shadow: 0 0 0 2px rgba(2, 117, 216, 0.25); }
+    box-shadow: none; }
   .btn.disabled, .btn:disabled {
     cursor: not-allowed;
     opacity: .65; }
@@ -1695,7 +1670,7 @@ fieldset[disabled] a.btn {
     border-color: #d9534f; }
 
 .btn-link {
-  font-weight: normal;
+  font-weight: 400;
   color: #b71c1c;
   border-radius: 0; }
   .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
@@ -1705,8 +1680,8 @@ fieldset[disabled] a.btn {
   .btn-link:hover {
     border-color: transparent; }
   .btn-link:focus, .btn-link:hover {
-    color: #014c8c;
-    text-decoration: underline;
+    color: #751212;
+    text-decoration: none;
     background-color: transparent; }
   .btn-link:disabled {
     color: #636c72; }
@@ -1760,112 +1735,6 @@ tbody.collapse.show {
   -webkit-transition: height 0.35s ease;
   transition: height 0.35s ease; }
 
-.dropup,
-.dropdown {
-  position: relative; }
-
-.dropdown-toggle::after {
-  display: inline-block;
-  width: 0;
-  height: 0;
-  margin-left: 0.3em;
-  vertical-align: middle;
-  content: "";
-  border-top: 0.3em solid;
-  border-right: 0.3em solid transparent;
-  border-left: 0.3em solid transparent; }
-
-.dropdown-toggle:focus {
-  outline: 0; }
-
-.dropup .dropdown-toggle::after {
-  border-top: 0;
-  border-bottom: 0.3em solid; }
-
-.dropdown-menu {
-  position: absolute;
-  top: 100%;
-  left: 0;
-  z-index: 1000;
-  display: none;
-  float: left;
-  min-width: 10rem;
-  padding: 0.5rem 0;
-  margin: 0.125rem 0 0;
-  font-size: 1rem;
-  color: #292b2c;
-  text-align: left;
-  list-style: none;
-  background-color: #fff;
-  background-clip: padding-box;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 0.25rem; }
-
-.dropdown-divider {
-  height: 1px;
-  margin: 0.75rem 0;
-  overflow: hidden;
-  background-color: #eceeef; }
-
-.dropdown-item {
-  display: block;
-  width: 100%;
-  padding: 3px 1.5rem;
-  clear: both;
-  font-weight: normal;
-  color: #292b2c;
-  text-align: inherit;
-  white-space: nowrap;
-  background: none;
-  border: 0; }
-  .dropdown-item:focus, .dropdown-item:hover {
-    color: #1d1e1f;
-    text-decoration: none;
-    background-color: #f7f7f9; }
-  .dropdown-item.active, .dropdown-item:active {
-    color: #fff;
-    text-decoration: none;
-    background-color: #0275d8; }
-  .dropdown-item.disabled, .dropdown-item:disabled {
-    color: #636c72;
-    cursor: not-allowed;
-    background-color: transparent; }
-
-.show > .dropdown-menu {
-  display: block; }
-
-.show > a {
-  outline: 0; }
-
-.dropdown-menu-right {
-  right: 0;
-  left: auto; }
-
-.dropdown-menu-left {
-  right: auto;
-  left: 0; }
-
-.dropdown-header {
-  display: block;
-  padding: 0.5rem 1.5rem;
-  margin-bottom: 0;
-  font-size: 0.875rem;
-  color: #636c72;
-  white-space: nowrap; }
-
-.dropdown-backdrop {
-  position: fixed;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  z-index: 990; }
-
-.dropup .dropdown-menu {
-  top: auto;
-  bottom: 100%;
-  margin-bottom: 0.125rem; }
-
 .btn-group,
 .btn-group-vertical {
   position: relative;
@@ -2009,285 +1878,6 @@ tbody.collapse.show {
   clip: rect(0, 0, 0, 0);
   pointer-events: none; }
 
-.input-group {
-  position: relative;
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  width: 100%; }
-  .input-group .form-control {
-    position: relative;
-    z-index: 2;
-    -webkit-box-flex: 1;
-        -ms-flex: 1 1 auto;
-            flex: 1 1 auto;
-    width: 1%;
-    margin-bottom: 0; }
-    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
-      z-index: 3; }
-
-.input-group-addon,
-.input-group-btn,
-.input-group .form-control {
-  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: center;
-      -ms-flex-pack: center;
-          justify-content: center; }
-  .input-group-addon:not(:first-child):not(:last-child),
-  .input-group-btn:not(:first-child):not(:last-child),
-  .input-group .form-control:not(:first-child):not(:last-child) {
-    border-radius: 0; }
-
-.input-group-addon,
-.input-group-btn {
-  white-space: nowrap;
-  vertical-align: middle; }
-
-.input-group-addon {
-  padding: 0.5rem 0.75rem;
-  margin-bottom: 0;
-  font-size: 1rem;
-  font-weight: normal;
-  line-height: 1.25;
-  color: #464a4c;
-  text-align: center;
-  background-color: #eceeef;
-  border: 2px solid rgba(0, 0, 0, 0.15);
-  border-radius: 0.25rem; }
-  .input-group-addon.form-control-sm,
-  .input-group-sm > .input-group-addon,
-  .input-group-sm > .input-group-btn > .input-group-addon.btn {
-    padding: 0.25rem 0.5rem;
-    font-size: 0.875rem;
-    border-radius: 0.2rem; }
-  .input-group-addon.form-control-lg,
-  .input-group-lg > .input-group-addon,
-  .input-group-lg > .input-group-btn > .input-group-addon.btn {
-    padding: 0.75rem 1.5rem;
-    font-size: 1.25rem;
-    border-radius: 0.3rem; }
-  .input-group-addon input[type="radio"],
-  .input-group-addon input[type="checkbox"] {
-    margin-top: 0; }
-
-.input-group .form-control:not(:last-child),
-.input-group-addon:not(:last-child),
-.input-group-btn:not(:last-child) > .btn,
-.input-group-btn:not(:last-child) > .btn-group > .btn,
-.input-group-btn:not(:last-child) > .dropdown-toggle,
-.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
-.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
-  border-bottom-right-radius: 0;
-  border-top-right-radius: 0; }
-
-.input-group-addon:not(:last-child) {
-  border-right: 0; }
-
-.input-group .form-control:not(:first-child),
-.input-group-addon:not(:first-child),
-.input-group-btn:not(:first-child) > .btn,
-.input-group-btn:not(:first-child) > .btn-group > .btn,
-.input-group-btn:not(:first-child) > .dropdown-toggle,
-.input-group-btn:not(:last-child) > .btn:not(:first-child),
-.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
-  border-bottom-left-radius: 0;
-  border-top-left-radius: 0; }
-
-.form-control + .input-group-addon:not(:first-child) {
-  border-left: 0; }
-
-.input-group-btn {
-  position: relative;
-  font-size: 0;
-  white-space: nowrap; }
-  .input-group-btn > .btn {
-    position: relative;
-    -webkit-box-flex: 1;
-        -ms-flex: 1;
-            flex: 1; }
-    .input-group-btn > .btn + .btn {
-      margin-left: -2px; }
-    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
-      z-index: 3; }
-  .input-group-btn:not(:last-child) > .btn,
-  .input-group-btn:not(:last-child) > .btn-group {
-    margin-right: -2px; }
-  .input-group-btn:not(:first-child) > .btn,
-  .input-group-btn:not(:first-child) > .btn-group {
-    z-index: 2;
-    margin-left: -2px; }
-    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
-    .input-group-btn:not(:first-child) > .btn-group:focus,
-    .input-group-btn:not(:first-child) > .btn-group:active,
-    .input-group-btn:not(:first-child) > .btn-group:hover {
-      z-index: 3; }
-
-.custom-control {
-  position: relative;
-  display: -webkit-inline-box;
-  display: -ms-inline-flexbox;
-  display: inline-flex;
-  min-height: 1.5rem;
-  padding-left: 1.5rem;
-  margin-right: 1rem;
-  cursor: pointer; }
-
-.custom-control-input {
-  position: absolute;
-  z-index: -1;
-  opacity: 0; }
-  .custom-control-input:checked ~ .custom-control-indicator {
-    color: #fff;
-    background-color: #0275d8; }
-  .custom-control-input:focus ~ .custom-control-indicator {
-    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #0275d8; }
-  .custom-control-input:active ~ .custom-control-indicator {
-    color: #fff;
-    background-color: #8fcafe; }
-  .custom-control-input:disabled ~ .custom-control-indicator {
-    cursor: not-allowed;
-    background-color: #eceeef; }
-  .custom-control-input:disabled ~ .custom-control-description {
-    color: #636c72;
-    cursor: not-allowed; }
-
-.custom-control-indicator {
-  position: absolute;
-  top: 0.25rem;
-  left: 0;
-  display: block;
-  width: 1rem;
-  height: 1rem;
-  pointer-events: none;
-  -webkit-user-select: none;
-     -moz-user-select: none;
-      -ms-user-select: none;
-          user-select: none;
-  background-color: #ddd;
-  background-repeat: no-repeat;
-  background-position: center center;
-  background-size: 50% 50%; }
-
-.custom-checkbox .custom-control-indicator {
-  border-radius: 0.25rem; }
-
-.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
-  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
-
-.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
-  background-color: #0275d8;
-  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }
-
-.custom-radio .custom-control-indicator {
-  border-radius: 50%; }
-
-.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
-  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
-
-.custom-controls-stacked {
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  -webkit-box-orient: vertical;
-  -webkit-box-direction: normal;
-      -ms-flex-direction: column;
-          flex-direction: column; }
-  .custom-controls-stacked .custom-control {
-    margin-bottom: 0.25rem; }
-    .custom-controls-stacked .custom-control + .custom-control {
-      margin-left: 0; }
-
-.custom-select {
-  display: inline-block;
-  max-width: 100%;
-  height: calc(2.25rem + 4px);
-  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
-  line-height: 1.25;
-  color: #464a4c;
-  vertical-align: middle;
-  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
-  background-size: 8px 10px;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 0.25rem;
-  -moz-appearance: none;
-  -webkit-appearance: none; }
-  .custom-select:focus {
-    border-color: #5cb3fd;
-    outline: none; }
-    .custom-select:focus::-ms-value {
-      color: #464a4c;
-      background-color: #fff; }
-  .custom-select:disabled {
-    color: #636c72;
-    cursor: not-allowed;
-    background-color: #eceeef; }
-  .custom-select::-ms-expand {
-    opacity: 0; }
-
-.custom-select-sm {
-  padding-top: 0.375rem;
-  padding-bottom: 0.375rem;
-  font-size: 75%; }
-
-.custom-file {
-  position: relative;
-  display: inline-block;
-  max-width: 100%;
-  height: 2.5rem;
-  margin-bottom: 0;
-  cursor: pointer; }
-
-.custom-file-input {
-  min-width: 14rem;
-  max-width: 100%;
-  height: 2.5rem;
-  margin: 0;
-  filter: alpha(opacity=0);
-  opacity: 0; }
-
-.custom-file-control {
-  position: absolute;
-  top: 0;
-  right: 0;
-  left: 0;
-  z-index: 5;
-  height: 2.5rem;
-  padding: 0.5rem 1rem;
-  line-height: 1.5;
-  color: #464a4c;
-  pointer-events: none;
-  -webkit-user-select: none;
-     -moz-user-select: none;
-      -ms-user-select: none;
-          user-select: none;
-  background-color: #fff;
-  border: 1px solid rgba(0, 0, 0, 0.15);
-  border-radius: 0.25rem; }
-  .custom-file-control:lang(en)::after {
-    content: "Choose file..."; }
-  .custom-file-control::before {
-    position: absolute;
-    top: -1px;
-    right: -1px;
-    bottom: -1px;
-    z-index: 6;
-    display: block;
-    height: 2.5rem;
-    padding: 0.5rem 1rem;
-    line-height: 1.5;
-    color: #464a4c;
-    background-color: #eceeef;
-    border: 1px solid rgba(0, 0, 0, 0.15);
-    border-radius: 0 0.25rem 0.25rem 0; }
-  .custom-file-control:lang(en)::before {
-    content: "Browse"; }
-
 .nav {
   display: -webkit-box;
   display: -ms-flexbox;
@@ -2365,13 +1955,13 @@ tbody.collapse.show {
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
-  padding: 1.5rem 1.5rem; }
+  padding: 0.5rem 0.5rem; }
 
 .navbar-brand {
   display: inline-block;
   padding-top: .25rem;
   padding-bottom: .25rem;
-  margin-right: 1.5rem;
+  margin-right: 0.5rem;
   font-size: 1.25rem;
   line-height: inherit;
   white-space: nowrap; }
@@ -2421,11 +2011,11 @@ tbody.collapse.show {
 
 .navbar-toggler-left {
   position: absolute;
-  left: 1.5rem; }
+  left: 0.5rem; }
 
 .navbar-toggler-right {
   position: absolute;
-  right: 1.5rem; }
+  right: 0.5rem; }
 
 @media (max-width: 575px) {
   .navbar-toggleable .navbar-nav .dropdown-menu {
@@ -2704,299 +2294,55 @@ tbody.collapse.show {
 .navbar-inverse .navbar-text {
   color: rgba(255, 255, 255, 0.5); }
 
-.card {
-  position: relative;
+@-webkit-keyframes progress-bar-stripes {
+  from {
+    background-position: 1rem 0; }
+  to {
+    background-position: 0 0; } }
+
+@keyframes progress-bar-stripes {
+  from {
+    background-position: 1rem 0; }
+  to {
+    background-position: 0 0; } }
+
+.progress {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
-  -webkit-box-orient: vertical;
-  -webkit-box-direction: normal;
-      -ms-flex-direction: column;
-          flex-direction: column;
-  background-color: #fff;
-  border: 1px solid rgba(0, 0, 0, 0.125);
+  overflow: hidden;
+  font-size: 0.75rem;
+  line-height: 1rem;
+  text-align: center;
+  background-color: #eceeef;
   border-radius: 0.25rem; }
 
-.card-block {
-  -webkit-box-flex: 1;
-      -ms-flex: 1 1 auto;
-          flex: 1 1 auto;
-  padding: 1.25rem; }
-
-.card-title {
-  margin-bottom: 0.75rem; }
+.progress-bar {
+  height: 1rem;
+  color: #fff;
+  background-color: #0275d8; }
 
-.card-subtitle {
-  margin-top: -0.375rem;
-  margin-bottom: 0; }
+.progress-bar-striped {
+  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
+  background-size: 1rem 1rem; }
 
-.card-text:last-child {
-  margin-bottom: 0; }
+.progress-bar-animated {
+  -webkit-animation: progress-bar-stripes 1s linear infinite;
+          animation: progress-bar-stripes 1s linear infinite; }
 
-.card-link:hover {
-  text-decoration: none; }
+.media {
+  display: -webkit-box;
+  display: -ms-flexbox;
+  display: flex;
+  -webkit-box-align: start;
+      -ms-flex-align: start;
+          align-items: flex-start; }
 
-.card-link + .card-link {
-  margin-left: 1.25rem; }
-
-.card > .list-group:first-child .list-group-item:first-child {
-  border-top-right-radius: 0.25rem;
-  border-top-left-radius: 0.25rem; }
-
-.card > .list-group:last-child .list-group-item:last-child {
-  border-bottom-right-radius: 0.25rem;
-  border-bottom-left-radius: 0.25rem; }
-
-.card-header {
-  padding: 0.75rem 1.25rem;
-  margin-bottom: 0;
-  background-color: #f7f7f9;
-  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
-  .card-header:first-child {
-    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
-
-.card-footer {
-  padding: 0.75rem 1.25rem;
-  background-color: #f7f7f9;
-  border-top: 1px solid rgba(0, 0, 0, 0.125); }
-  .card-footer:last-child {
-    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }
-
-.card-header-tabs {
-  margin-right: -0.625rem;
-  margin-bottom: -0.75rem;
-  margin-left: -0.625rem;
-  border-bottom: 0; }
-
-.card-header-pills {
-  margin-right: -0.625rem;
-  margin-left: -0.625rem; }
-
-.card-primary {
-  background-color: #0275d8;
-  border-color: #0275d8; }
-  .card-primary .card-header,
-  .card-primary .card-footer {
-    background-color: transparent; }
-
-.card-success {
-  background-color: #5cb85c;
-  border-color: #5cb85c; }
-  .card-success .card-header,
-  .card-success .card-footer {
-    background-color: transparent; }
-
-.card-info {
-  background-color: #5bc0de;
-  border-color: #5bc0de; }
-  .card-info .card-header,
-  .card-info .card-footer {
-    background-color: transparent; }
-
-.card-warning {
-  background-color: #f0ad4e;
-  border-color: #f0ad4e; }
-  .card-warning .card-header,
-  .card-warning .card-footer {
-    background-color: transparent; }
-
-.card-danger {
-  background-color: #d9534f;
-  border-color: #d9534f; }
-  .card-danger .card-header,
-  .card-danger .card-footer {
-    background-color: transparent; }
-
-.card-outline-primary {
-  background-color: transparent;
-  border-color: #b71c1c; }
-
-.card-outline-secondary {
-  background-color: transparent;
-  border-color: #546e7a; }
-
-.card-outline-info {
-  background-color: transparent;
-  border-color: #5bc0de; }
-
-.card-outline-success {
-  background-color: transparent;
-  border-color: #5cb85c; }
-
-.card-outline-warning {
-  background-color: transparent;
-  border-color: #f0ad4e; }
-
-.card-outline-danger {
-  background-color: transparent;
-  border-color: #d9534f; }
-
-.card-inverse {
-  color: rgba(255, 255, 255, 0.65); }
-  .card-inverse .card-header,
-  .card-inverse .card-footer {
-    background-color: transparent;
-    border-color: rgba(255, 255, 255, 0.2); }
-  .card-inverse .card-header,
-  .card-inverse .card-footer,
-  .card-inverse .card-title,
-  .card-inverse .card-blockquote {
-    color: #fff; }
-  .card-inverse .card-link,
-  .card-inverse .card-text,
-  .card-inverse .card-subtitle,
-  .card-inverse .card-blockquote .blockquote-footer {
-    color: rgba(255, 255, 255, 0.65); }
-  .card-inverse .card-link:focus, .card-inverse .card-link:hover {
-    color: #fff; }
-
-.card-blockquote {
-  padding: 0;
-  margin-bottom: 0;
-  border-left: 0; }
-
-.card-img {
-  border-radius: calc(0.25rem - 1px); }
-
-.card-img-overlay {
-  position: absolute;
-  top: 0;
-  right: 0;
-  bottom: 0;
-  left: 0;
-  padding: 1.25rem; }
-
-.card-img-top {
-  border-top-right-radius: calc(0.25rem - 1px);
-  border-top-left-radius: calc(0.25rem - 1px); }
-
-.card-img-bottom {
-  border-bottom-right-radius: calc(0.25rem - 1px);
-  border-bottom-left-radius: calc(0.25rem - 1px); }
-
-@media (min-width: 576px) {
-  .card-deck {
-    display: -webkit-box;
-    display: -ms-flexbox;
-    display: flex;
-    -webkit-box-orient: horizontal;
-    -webkit-box-direction: normal;
-        -ms-flex-flow: row wrap;
-            flex-flow: row wrap; }
-    .card-deck .card {
-      display: -webkit-box;
-      display: -ms-flexbox;
-      display: flex;
-      -webkit-box-flex: 1;
-          -ms-flex: 1 0 0px;
-              flex: 1 0 0;
-      -webkit-box-orient: vertical;
-      -webkit-box-direction: normal;
-          -ms-flex-direction: column;
-              flex-direction: column; }
-      .card-deck .card:not(:first-child) {
-        margin-left: 15px; }
-      .card-deck .card:not(:last-child) {
-        margin-right: 15px; } }
-
-@media (min-width: 576px) {
-  .card-group {
-    display: -webkit-box;
-    display: -ms-flexbox;
-    display: flex;
-    -webkit-box-orient: horizontal;
-    -webkit-box-direction: normal;
-        -ms-flex-flow: row wrap;
-            flex-flow: row wrap; }
-    .card-group .card {
-      -webkit-box-flex: 1;
-          -ms-flex: 1 0 0px;
-              flex: 1 0 0; }
-      .card-group .card + .card {
-        margin-left: 0;
-        border-left: 0; }
-      .card-group .card:first-child {
-        border-bottom-right-radius: 0;
-        border-top-right-radius: 0; }
-        .card-group .card:first-child .card-img-top {
-          border-top-right-radius: 0; }
-        .card-group .card:first-child .card-img-bottom {
-          border-bottom-right-radius: 0; }
-      .card-group .card:last-child {
-        border-bottom-left-radius: 0;
-        border-top-left-radius: 0; }
-        .card-group .card:last-child .card-img-top {
-          border-top-left-radius: 0; }
-        .card-group .card:last-child .card-img-bottom {
-          border-bottom-left-radius: 0; }
-      .card-group .card:not(:first-child):not(:last-child) {
-        border-radius: 0; }
-        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
-        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
-          border-radius: 0; } }
-
-@media (min-width: 576px) {
-  .card-columns {
-    -webkit-column-count: 3;
-       -moz-column-count: 3;
-            column-count: 3;
-    -webkit-column-gap: 1.25rem;
-       -moz-column-gap: 1.25rem;
-            column-gap: 1.25rem; }
-    .card-columns .card {
-      display: inline-block;
-      width: 100%;
-      margin-bottom: 0.75rem; } }
-
-@-webkit-keyframes progress-bar-stripes {
-  from {
-    background-position: 1rem 0; }
-  to {
-    background-position: 0 0; } }
-
-@keyframes progress-bar-stripes {
-  from {
-    background-position: 1rem 0; }
-  to {
-    background-position: 0 0; } }
-
-.progress {
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  overflow: hidden;
-  font-size: 0.75rem;
-  line-height: 1rem;
-  text-align: center;
-  background-color: #eceeef;
-  border-radius: 0.25rem; }
-
-.progress-bar {
-  height: 1rem;
-  color: #fff;
-  background-color: #0275d8; }
-
-.progress-bar-striped {
-  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-  background-size: 1rem 1rem; }
-
-.progress-bar-animated {
-  -webkit-animation: progress-bar-stripes 1s linear infinite;
-          animation: progress-bar-stripes 1s linear infinite; }
-
-.media {
-  display: -webkit-box;
-  display: -ms-flexbox;
-  display: flex;
-  -webkit-box-align: start;
-      -ms-flex-align: start;
-          align-items: flex-start; }
-
-.media-body {
-  -webkit-box-flex: 1;
-      -ms-flex: 1;
-          flex: 1; }
+.media-body {
+  -webkit-box-flex: 1;
+      -ms-flex: 1;
+          flex: 1; }
 
 .list-group {
   display: -webkit-box;
@@ -3182,7 +2528,7 @@ button.list-group-item-danger {
   vertical-align: text-top !important; }
 
 .bg-faded {
-  background-color: #f7f7f7; }
+  background-color: #e3e8eb; }
 
 .bg-primary {
   background-color: #0275d8 !important; }
@@ -4149,142 +3495,142 @@ a.bg-inverse:focus, a.bg-inverse:hover {
   margin-bottom: 0 !important; }
 
 .m-1 {
-  margin: 0.375rem 0.375rem !important; }
+  margin: 0.125rem 0.125rem !important; }
 
 .mt-1 {
-  margin-top: 0.375rem !important; }
+  margin-top: 0.125rem !important; }
 
 .mr-1 {
-  margin-right: 0.375rem !important; }
+  margin-right: 0.125rem !important; }
 
 .mb-1 {
-  margin-bottom: 0.375rem !important; }
+  margin-bottom: 0.125rem !important; }
 
 .ml-1 {
-  margin-left: 0.375rem !important; }
+  margin-left: 0.125rem !important; }
 
 .mx-1 {
-  margin-right: 0.375rem !important;
-  margin-left: 0.375rem !important; }
+  margin-right: 0.125rem !important;
+  margin-left: 0.125rem !important; }
 
 .my-1 {
-  margin-top: 0.375rem !important;
-  margin-bottom: 0.375rem !important; }
+  margin-top: 0.125rem !important;
+  margin-bottom: 0.125rem !important; }
 
 .m-2 {
-  margin: 0.75rem 0.75rem !important; }
+  margin: 0.25rem 0.25rem !important; }
 
 .mt-2 {
-  margin-top: 0.75rem !important; }
+  margin-top: 0.25rem !important; }
 
 .mr-2 {
-  margin-right: 0.75rem !important; }
+  margin-right: 0.25rem !important; }
 
 .mb-2 {
-  margin-bottom: 0.75rem !important; }
+  margin-bottom: 0.25rem !important; }
 
 .ml-2 {
-  margin-left: 0.75rem !important; }
+  margin-left: 0.25rem !important; }
 
 .mx-2 {
-  margin-right: 0.75rem !important;
-  margin-left: 0.75rem !important; }
+  margin-right: 0.25rem !important;
+  margin-left: 0.25rem !important; }
 
 .my-2 {
-  margin-top: 0.75rem !important;
-  margin-bottom: 0.75rem !important; }
+  margin-top: 0.25rem !important;
+  margin-bottom: 0.25rem !important; }
 
 .m-3 {
-  margin: 1.5rem 1.5rem !important; }
+  margin: 0.5rem 0.5rem !important; }
 
 .mt-3 {
-  margin-top: 1.5rem !important; }
+  margin-top: 0.5rem !important; }
 
 .mr-3 {
-  margin-right: 1.5rem !important; }
+  margin-right: 0.5rem !important; }
 
 .mb-3 {
-  margin-bottom: 1.5rem !important; }
+  margin-bottom: 0.5rem !important; }
 
 .ml-3 {
-  margin-left: 1.5rem !important; }
+  margin-left: 0.5rem !important; }
 
 .mx-3 {
-  margin-right: 1.5rem !important;
-  margin-left: 1.5rem !important; }
+  margin-right: 0.5rem !important;
+  margin-left: 0.5rem !important; }
 
 .my-3 {
-  margin-top: 1.5rem !important;
-  margin-bottom: 1.5rem !important; }
+  margin-top: 0.5rem !important;
+  margin-bottom: 0.5rem !important; }
 
 .m-4 {
-  margin: 2.25rem 2.25rem !important; }
+  margin: 0.75rem 0.75rem !important; }
 
 .mt-4 {
-  margin-top: 2.25rem !important; }
+  margin-top: 0.75rem !important; }
 
 .mr-4 {
-  margin-right: 2.25rem !important; }
+  margin-right: 0.75rem !important; }
 
 .mb-4 {
-  margin-bottom: 2.25rem !important; }
+  margin-bottom: 0.75rem !important; }
 
 .ml-4 {
-  margin-left: 2.25rem !important; }
+  margin-left: 0.75rem !important; }
 
 .mx-4 {
-  margin-right: 2.25rem !important;
-  margin-left: 2.25rem !important; }
+  margin-right: 0.75rem !important;
+  margin-left: 0.75rem !important; }
 
 .my-4 {
-  margin-top: 2.25rem !important;
-  margin-bottom: 2.25rem !important; }
+  margin-top: 0.75rem !important;
+  margin-bottom: 0.75rem !important; }
 
 .m-5 {
-  margin: 4.5rem 4.5rem !important; }
+  margin: 1rem 1rem !important; }
 
 .mt-5 {
-  margin-top: 4.5rem !important; }
+  margin-top: 1rem !important; }
 
 .mr-5 {
-  margin-right: 4.5rem !important; }
+  margin-right: 1rem !important; }
 
 .mb-5 {
-  margin-bottom: 4.5rem !important; }
+  margin-bottom: 1rem !important; }
 
 .ml-5 {
-  margin-left: 4.5rem !important; }
+  margin-left: 1rem !important; }
 
 .mx-5 {
-  margin-right: 4.5rem !important;
-  margin-left: 4.5rem !important; }
+  margin-right: 1rem !important;
+  margin-left: 1rem !important; }
 
 .my-5 {
-  margin-top: 4.5rem !important;
-  margin-bottom: 4.5rem !important; }
+  margin-top: 1rem !important;
+  margin-bottom: 1rem !important; }
 
 .m-6 {
-  margin: 6rem 6rem !important; }
+  margin: 3rem 3rem !important; }
 
 .mt-6 {
-  margin-top: 6rem !important; }
+  margin-top: 3rem !important; }
 
 .mr-6 {
-  margin-right: 6rem !important; }
+  margin-right: 3rem !important; }
 
 .mb-6 {
-  margin-bottom: 6rem !important; }
+  margin-bottom: 3rem !important; }
 
 .ml-6 {
-  margin-left: 6rem !important; }
+  margin-left: 3rem !important; }
 
 .mx-6 {
-  margin-right: 6rem !important;
-  margin-left: 6rem !important; }
+  margin-right: 3rem !important;
+  margin-left: 3rem !important; }
 
 .my-6 {
-  margin-top: 6rem !important;
-  margin-bottom: 6rem !important; }
+  margin-top: 3rem !important;
+  margin-bottom: 3rem !important; }
 
 .p-0 {
   padding: 0 0 !important; }
@@ -4310,142 +3656,142 @@ a.bg-inverse:focus, a.bg-inverse:hover {
   padding-bottom: 0 !important; }
 
 .p-1 {
-  padding: 0.375rem 0.375rem !important; }
+  padding: 0.125rem 0.125rem !important; }
 
 .pt-1 {
-  padding-top: 0.375rem !important; }
+  padding-top: 0.125rem !important; }
 
 .pr-1 {
-  padding-right: 0.375rem !important; }
+  padding-right: 0.125rem !important; }
 
 .pb-1 {
-  padding-bottom: 0.375rem !important; }
+  padding-bottom: 0.125rem !important; }
 
 .pl-1 {
-  padding-left: 0.375rem !important; }
+  padding-left: 0.125rem !important; }
 
 .px-1 {
-  padding-right: 0.375rem !important;
-  padding-left: 0.375rem !important; }
+  padding-right: 0.125rem !important;
+  padding-left: 0.125rem !important; }
 
 .py-1 {
-  padding-top: 0.375rem !important;
-  padding-bottom: 0.375rem !important; }
+  padding-top: 0.125rem !important;
+  padding-bottom: 0.125rem !important; }
 
 .p-2 {
-  padding: 0.75rem 0.75rem !important; }
+  padding: 0.25rem 0.25rem !important; }
 
 .pt-2 {
-  padding-top: 0.75rem !important; }
+  padding-top: 0.25rem !important; }
 
 .pr-2 {
-  padding-right: 0.75rem !important; }
+  padding-right: 0.25rem !important; }
 
 .pb-2 {
-  padding-bottom: 0.75rem !important; }
+  padding-bottom: 0.25rem !important; }
 
 .pl-2 {
-  padding-left: 0.75rem !important; }
+  padding-left: 0.25rem !important; }
 
 .px-2 {
-  padding-right: 0.75rem !important;
-  padding-left: 0.75rem !important; }
+  padding-right: 0.25rem !important;
+  padding-left: 0.25rem !important; }
 
 .py-2 {
-  padding-top: 0.75rem !important;
-  padding-bottom: 0.75rem !important; }
+  padding-top: 0.25rem !important;
+  padding-bottom: 0.25rem !important; }
 
 .p-3 {
-  padding: 1.5rem 1.5rem !important; }
+  padding: 0.5rem 0.5rem !important; }
 
 .pt-3 {
-  padding-top: 1.5rem !important; }
+  padding-top: 0.5rem !important; }
 
 .pr-3 {
-  padding-right: 1.5rem !important; }
+  padding-right: 0.5rem !important; }
 
 .pb-3 {
-  padding-bottom: 1.5rem !important; }
+  padding-bottom: 0.5rem !important; }
 
 .pl-3 {
-  padding-left: 1.5rem !important; }
+  padding-left: 0.5rem !important; }
 
 .px-3 {
-  padding-right: 1.5rem !important;
-  padding-left: 1.5rem !important; }
+  padding-right: 0.5rem !important;
+  padding-left: 0.5rem !important; }
 
 .py-3 {
-  padding-top: 1.5rem !important;
-  padding-bottom: 1.5rem !important; }
+  padding-top: 0.5rem !important;
+  padding-bottom: 0.5rem !important; }
 
 .p-4 {
-  padding: 2.25rem 2.25rem !important; }
+  padding: 0.75rem 0.75rem !important; }
 
 .pt-4 {
-  padding-top: 2.25rem !important; }
+  padding-top: 0.75rem !important; }
 
 .pr-4 {
-  padding-right: 2.25rem !important; }
+  padding-right: 0.75rem !important; }
 
 .pb-4 {
-  padding-bottom: 2.25rem !important; }
+  padding-bottom: 0.75rem !important; }
 
 .pl-4 {
-  padding-left: 2.25rem !important; }
+  padding-left: 0.75rem !important; }
 
 .px-4 {
-  padding-right: 2.25rem !important;
-  padding-left: 2.25rem !important; }
+  padding-right: 0.75rem !important;
+  padding-left: 0.75rem !important; }
 
 .py-4 {
-  padding-top: 2.25rem !important;
-  padding-bottom: 2.25rem !important; }
+  padding-top: 0.75rem !important;
+  padding-bottom: 0.75rem !important; }
 
 .p-5 {
-  padding: 4.5rem 4.5rem !important; }
+  padding: 1rem 1rem !important; }
 
 .pt-5 {
-  padding-top: 4.5rem !important; }
+  padding-top: 1rem !important; }
 
 .pr-5 {
-  padding-right: 4.5rem !important; }
+  padding-right: 1rem !important; }
 
 .pb-5 {
-  padding-bottom: 4.5rem !important; }
+  padding-bottom: 1rem !important; }
 
 .pl-5 {
-  padding-left: 4.5rem !important; }
+  padding-left: 1rem !important; }
 
 .px-5 {
-  padding-right: 4.5rem !important;
-  padding-left: 4.5rem !important; }
+  padding-right: 1rem !important;
+  padding-left: 1rem !important; }
 
 .py-5 {
-  padding-top: 4.5rem !important;
-  padding-bottom: 4.5rem !important; }
+  padding-top: 1rem !important;
+  padding-bottom: 1rem !important; }
 
 .p-6 {
-  padding: 6rem 6rem !important; }
+  padding: 3rem 3rem !important; }
 
 .pt-6 {
-  padding-top: 6rem !important; }
+  padding-top: 3rem !important; }
 
 .pr-6 {
-  padding-right: 6rem !important; }
+  padding-right: 3rem !important; }
 
 .pb-6 {
-  padding-bottom: 6rem !important; }
+  padding-bottom: 3rem !important; }
 
 .pl-6 {
-  padding-left: 6rem !important; }
+  padding-left: 3rem !important; }
 
 .px-6 {
-  padding-right: 6rem !important;
-  padding-left: 6rem !important; }
+  padding-right: 3rem !important;
+  padding-left: 3rem !important; }
 
 .py-6 {
-  padding-top: 6rem !important;
-  padding-bottom: 6rem !important; }
+  padding-top: 3rem !important;
+  padding-bottom: 3rem !important; }
 
 .m-auto {
   margin: auto !important; }
@@ -4488,101 +3834,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-sm-1 {
-    margin: 0.375rem 0.375rem !important; }
+    margin: 0.125rem 0.125rem !important; }
   .mt-sm-1 {
-    margin-top: 0.375rem !important; }
+    margin-top: 0.125rem !important; }
   .mr-sm-1 {
-    margin-right: 0.375rem !important; }
+    margin-right: 0.125rem !important; }
   .mb-sm-1 {
-    margin-bottom: 0.375rem !important; }
+    margin-bottom: 0.125rem !important; }
   .ml-sm-1 {
-    margin-left: 0.375rem !important; }
+    margin-left: 0.125rem !important; }
   .mx-sm-1 {
-    margin-right: 0.375rem !important;
-    margin-left: 0.375rem !important; }
+    margin-right: 0.125rem !important;
+    margin-left: 0.125rem !important; }
   .my-sm-1 {
-    margin-top: 0.375rem !important;
-    margin-bottom: 0.375rem !important; }
+    margin-top: 0.125rem !important;
+    margin-bottom: 0.125rem !important; }
   .m-sm-2 {
-    margin: 0.75rem 0.75rem !important; }
+    margin: 0.25rem 0.25rem !important; }
   .mt-sm-2 {
-    margin-top: 0.75rem !important; }
+    margin-top: 0.25rem !important; }
   .mr-sm-2 {
-    margin-right: 0.75rem !important; }
+    margin-right: 0.25rem !important; }
   .mb-sm-2 {
-    margin-bottom: 0.75rem !important; }
+    margin-bottom: 0.25rem !important; }
   .ml-sm-2 {
-    margin-left: 0.75rem !important; }
+    margin-left: 0.25rem !important; }
   .mx-sm-2 {
-    margin-right: 0.75rem !important;
-    margin-left: 0.75rem !important; }
+    margin-right: 0.25rem !important;
+    margin-left: 0.25rem !important; }
   .my-sm-2 {
-    margin-top: 0.75rem !important;
-    margin-bottom: 0.75rem !important; }
+    margin-top: 0.25rem !important;
+    margin-bottom: 0.25rem !important; }
   .m-sm-3 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 0.5rem 0.5rem !important; }
   .mt-sm-3 {
-    margin-top: 1.5rem !important; }
+    margin-top: 0.5rem !important; }
   .mr-sm-3 {
-    margin-right: 1.5rem !important; }
+    margin-right: 0.5rem !important; }
   .mb-sm-3 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 0.5rem !important; }
   .ml-sm-3 {
-    margin-left: 1.5rem !important; }
+    margin-left: 0.5rem !important; }
   .mx-sm-3 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 0.5rem !important;
+    margin-left: 0.5rem !important; }
   .my-sm-3 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 0.5rem !important;
+    margin-bottom: 0.5rem !important; }
   .m-sm-4 {
-    margin: 2.25rem 2.25rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-sm-4 {
-    margin-top: 2.25rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-sm-4 {
-    margin-right: 2.25rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-sm-4 {
-    margin-bottom: 2.25rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-sm-4 {
-    margin-left: 2.25rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-sm-4 {
-    margin-right: 2.25rem !important;
-    margin-left: 2.25rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-sm-4 {
-    margin-top: 2.25rem !important;
-    margin-bottom: 2.25rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-sm-5 {
-    margin: 4.5rem 4.5rem !important; }
+    margin: 1rem 1rem !important; }
   .mt-sm-5 {
-    margin-top: 4.5rem !important; }
+    margin-top: 1rem !important; }
   .mr-sm-5 {
-    margin-right: 4.5rem !important; }
+    margin-right: 1rem !important; }
   .mb-sm-5 {
-    margin-bottom: 4.5rem !important; }
+    margin-bottom: 1rem !important; }
   .ml-sm-5 {
-    margin-left: 4.5rem !important; }
+    margin-left: 1rem !important; }
   .mx-sm-5 {
-    margin-right: 4.5rem !important;
-    margin-left: 4.5rem !important; }
+    margin-right: 1rem !important;
+    margin-left: 1rem !important; }
   .my-sm-5 {
-    margin-top: 4.5rem !important;
-    margin-bottom: 4.5rem !important; }
+    margin-top: 1rem !important;
+    margin-bottom: 1rem !important; }
   .m-sm-6 {
-    margin: 6rem 6rem !important; }
+    margin: 3rem 3rem !important; }
   .mt-sm-6 {
-    margin-top: 6rem !important; }
+    margin-top: 3rem !important; }
   .mr-sm-6 {
-    margin-right: 6rem !important; }
+    margin-right: 3rem !important; }
   .mb-sm-6 {
-    margin-bottom: 6rem !important; }
+    margin-bottom: 3rem !important; }
   .ml-sm-6 {
-    margin-left: 6rem !important; }
+    margin-left: 3rem !important; }
   .mx-sm-6 {
-    margin-right: 6rem !important;
-    margin-left: 6rem !important; }
+    margin-right: 3rem !important;
+    margin-left: 3rem !important; }
   .my-sm-6 {
-    margin-top: 6rem !important;
-    margin-bottom: 6rem !important; }
+    margin-top: 3rem !important;
+    margin-bottom: 3rem !important; }
   .p-sm-0 {
     padding: 0 0 !important; }
   .pt-sm-0 {
@@ -4600,101 +3946,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-sm-1 {
-    padding: 0.375rem 0.375rem !important; }
+    padding: 0.125rem 0.125rem !important; }
   .pt-sm-1 {
-    padding-top: 0.375rem !important; }
+    padding-top: 0.125rem !important; }
   .pr-sm-1 {
-    padding-right: 0.375rem !important; }
+    padding-right: 0.125rem !important; }
   .pb-sm-1 {
-    padding-bottom: 0.375rem !important; }
+    padding-bottom: 0.125rem !important; }
   .pl-sm-1 {
-    padding-left: 0.375rem !important; }
+    padding-left: 0.125rem !important; }
   .px-sm-1 {
-    padding-right: 0.375rem !important;
-    padding-left: 0.375rem !important; }
+    padding-right: 0.125rem !important;
+    padding-left: 0.125rem !important; }
   .py-sm-1 {
-    padding-top: 0.375rem !important;
-    padding-bottom: 0.375rem !important; }
+    padding-top: 0.125rem !important;
+    padding-bottom: 0.125rem !important; }
   .p-sm-2 {
-    padding: 0.75rem 0.75rem !important; }
+    padding: 0.25rem 0.25rem !important; }
   .pt-sm-2 {
-    padding-top: 0.75rem !important; }
+    padding-top: 0.25rem !important; }
   .pr-sm-2 {
-    padding-right: 0.75rem !important; }
+    padding-right: 0.25rem !important; }
   .pb-sm-2 {
-    padding-bottom: 0.75rem !important; }
+    padding-bottom: 0.25rem !important; }
   .pl-sm-2 {
-    padding-left: 0.75rem !important; }
+    padding-left: 0.25rem !important; }
   .px-sm-2 {
-    padding-right: 0.75rem !important;
-    padding-left: 0.75rem !important; }
+    padding-right: 0.25rem !important;
+    padding-left: 0.25rem !important; }
   .py-sm-2 {
-    padding-top: 0.75rem !important;
-    padding-bottom: 0.75rem !important; }
+    padding-top: 0.25rem !important;
+    padding-bottom: 0.25rem !important; }
   .p-sm-3 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 0.5rem 0.5rem !important; }
   .pt-sm-3 {
-    padding-top: 1.5rem !important; }
+    padding-top: 0.5rem !important; }
   .pr-sm-3 {
-    padding-right: 1.5rem !important; }
+    padding-right: 0.5rem !important; }
   .pb-sm-3 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 0.5rem !important; }
   .pl-sm-3 {
-    padding-left: 1.5rem !important; }
+    padding-left: 0.5rem !important; }
   .px-sm-3 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 0.5rem !important;
+    padding-left: 0.5rem !important; }
   .py-sm-3 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 0.5rem !important;
+    padding-bottom: 0.5rem !important; }
   .p-sm-4 {
-    padding: 2.25rem 2.25rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-sm-4 {
-    padding-top: 2.25rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-sm-4 {
-    padding-right: 2.25rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-sm-4 {
-    padding-bottom: 2.25rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-sm-4 {
-    padding-left: 2.25rem !important; }
+    padding-left: 0.75rem !important; }
   .px-sm-4 {
-    padding-right: 2.25rem !important;
-    padding-left: 2.25rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-sm-4 {
-    padding-top: 2.25rem !important;
-    padding-bottom: 2.25rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-sm-5 {
-    padding: 4.5rem 4.5rem !important; }
+    padding: 1rem 1rem !important; }
   .pt-sm-5 {
-    padding-top: 4.5rem !important; }
+    padding-top: 1rem !important; }
   .pr-sm-5 {
-    padding-right: 4.5rem !important; }
+    padding-right: 1rem !important; }
   .pb-sm-5 {
-    padding-bottom: 4.5rem !important; }
+    padding-bottom: 1rem !important; }
   .pl-sm-5 {
-    padding-left: 4.5rem !important; }
+    padding-left: 1rem !important; }
   .px-sm-5 {
-    padding-right: 4.5rem !important;
-    padding-left: 4.5rem !important; }
+    padding-right: 1rem !important;
+    padding-left: 1rem !important; }
   .py-sm-5 {
-    padding-top: 4.5rem !important;
-    padding-bottom: 4.5rem !important; }
+    padding-top: 1rem !important;
+    padding-bottom: 1rem !important; }
   .p-sm-6 {
-    padding: 6rem 6rem !important; }
+    padding: 3rem 3rem !important; }
   .pt-sm-6 {
-    padding-top: 6rem !important; }
+    padding-top: 3rem !important; }
   .pr-sm-6 {
-    padding-right: 6rem !important; }
+    padding-right: 3rem !important; }
   .pb-sm-6 {
-    padding-bottom: 6rem !important; }
+    padding-bottom: 3rem !important; }
   .pl-sm-6 {
-    padding-left: 6rem !important; }
+    padding-left: 3rem !important; }
   .px-sm-6 {
-    padding-right: 6rem !important;
-    padding-left: 6rem !important; }
+    padding-right: 3rem !important;
+    padding-left: 3rem !important; }
   .py-sm-6 {
-    padding-top: 6rem !important;
-    padding-bottom: 6rem !important; }
+    padding-top: 3rem !important;
+    padding-bottom: 3rem !important; }
   .m-sm-auto {
     margin: auto !important; }
   .mt-sm-auto {
@@ -4730,101 +4076,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-md-1 {
-    margin: 0.375rem 0.375rem !important; }
+    margin: 0.125rem 0.125rem !important; }
   .mt-md-1 {
-    margin-top: 0.375rem !important; }
+    margin-top: 0.125rem !important; }
   .mr-md-1 {
-    margin-right: 0.375rem !important; }
+    margin-right: 0.125rem !important; }
   .mb-md-1 {
-    margin-bottom: 0.375rem !important; }
+    margin-bottom: 0.125rem !important; }
   .ml-md-1 {
-    margin-left: 0.375rem !important; }
+    margin-left: 0.125rem !important; }
   .mx-md-1 {
-    margin-right: 0.375rem !important;
-    margin-left: 0.375rem !important; }
+    margin-right: 0.125rem !important;
+    margin-left: 0.125rem !important; }
   .my-md-1 {
-    margin-top: 0.375rem !important;
-    margin-bottom: 0.375rem !important; }
+    margin-top: 0.125rem !important;
+    margin-bottom: 0.125rem !important; }
   .m-md-2 {
-    margin: 0.75rem 0.75rem !important; }
+    margin: 0.25rem 0.25rem !important; }
   .mt-md-2 {
-    margin-top: 0.75rem !important; }
+    margin-top: 0.25rem !important; }
   .mr-md-2 {
-    margin-right: 0.75rem !important; }
+    margin-right: 0.25rem !important; }
   .mb-md-2 {
-    margin-bottom: 0.75rem !important; }
+    margin-bottom: 0.25rem !important; }
   .ml-md-2 {
-    margin-left: 0.75rem !important; }
+    margin-left: 0.25rem !important; }
   .mx-md-2 {
-    margin-right: 0.75rem !important;
-    margin-left: 0.75rem !important; }
+    margin-right: 0.25rem !important;
+    margin-left: 0.25rem !important; }
   .my-md-2 {
-    margin-top: 0.75rem !important;
-    margin-bottom: 0.75rem !important; }
+    margin-top: 0.25rem !important;
+    margin-bottom: 0.25rem !important; }
   .m-md-3 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 0.5rem 0.5rem !important; }
   .mt-md-3 {
-    margin-top: 1.5rem !important; }
+    margin-top: 0.5rem !important; }
   .mr-md-3 {
-    margin-right: 1.5rem !important; }
+    margin-right: 0.5rem !important; }
   .mb-md-3 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 0.5rem !important; }
   .ml-md-3 {
-    margin-left: 1.5rem !important; }
+    margin-left: 0.5rem !important; }
   .mx-md-3 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 0.5rem !important;
+    margin-left: 0.5rem !important; }
   .my-md-3 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 0.5rem !important;
+    margin-bottom: 0.5rem !important; }
   .m-md-4 {
-    margin: 2.25rem 2.25rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-md-4 {
-    margin-top: 2.25rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-md-4 {
-    margin-right: 2.25rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-md-4 {
-    margin-bottom: 2.25rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-md-4 {
-    margin-left: 2.25rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-md-4 {
-    margin-right: 2.25rem !important;
-    margin-left: 2.25rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-md-4 {
-    margin-top: 2.25rem !important;
-    margin-bottom: 2.25rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-md-5 {
-    margin: 4.5rem 4.5rem !important; }
+    margin: 1rem 1rem !important; }
   .mt-md-5 {
-    margin-top: 4.5rem !important; }
+    margin-top: 1rem !important; }
   .mr-md-5 {
-    margin-right: 4.5rem !important; }
+    margin-right: 1rem !important; }
   .mb-md-5 {
-    margin-bottom: 4.5rem !important; }
+    margin-bottom: 1rem !important; }
   .ml-md-5 {
-    margin-left: 4.5rem !important; }
+    margin-left: 1rem !important; }
   .mx-md-5 {
-    margin-right: 4.5rem !important;
-    margin-left: 4.5rem !important; }
+    margin-right: 1rem !important;
+    margin-left: 1rem !important; }
   .my-md-5 {
-    margin-top: 4.5rem !important;
-    margin-bottom: 4.5rem !important; }
+    margin-top: 1rem !important;
+    margin-bottom: 1rem !important; }
   .m-md-6 {
-    margin: 6rem 6rem !important; }
+    margin: 3rem 3rem !important; }
   .mt-md-6 {
-    margin-top: 6rem !important; }
+    margin-top: 3rem !important; }
   .mr-md-6 {
-    margin-right: 6rem !important; }
+    margin-right: 3rem !important; }
   .mb-md-6 {
-    margin-bottom: 6rem !important; }
+    margin-bottom: 3rem !important; }
   .ml-md-6 {
-    margin-left: 6rem !important; }
+    margin-left: 3rem !important; }
   .mx-md-6 {
-    margin-right: 6rem !important;
-    margin-left: 6rem !important; }
+    margin-right: 3rem !important;
+    margin-left: 3rem !important; }
   .my-md-6 {
-    margin-top: 6rem !important;
-    margin-bottom: 6rem !important; }
+    margin-top: 3rem !important;
+    margin-bottom: 3rem !important; }
   .p-md-0 {
     padding: 0 0 !important; }
   .pt-md-0 {
@@ -4842,101 +4188,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-md-1 {
-    padding: 0.375rem 0.375rem !important; }
+    padding: 0.125rem 0.125rem !important; }
   .pt-md-1 {
-    padding-top: 0.375rem !important; }
+    padding-top: 0.125rem !important; }
   .pr-md-1 {
-    padding-right: 0.375rem !important; }
+    padding-right: 0.125rem !important; }
   .pb-md-1 {
-    padding-bottom: 0.375rem !important; }
+    padding-bottom: 0.125rem !important; }
   .pl-md-1 {
-    padding-left: 0.375rem !important; }
+    padding-left: 0.125rem !important; }
   .px-md-1 {
-    padding-right: 0.375rem !important;
-    padding-left: 0.375rem !important; }
+    padding-right: 0.125rem !important;
+    padding-left: 0.125rem !important; }
   .py-md-1 {
-    padding-top: 0.375rem !important;
-    padding-bottom: 0.375rem !important; }
+    padding-top: 0.125rem !important;
+    padding-bottom: 0.125rem !important; }
   .p-md-2 {
-    padding: 0.75rem 0.75rem !important; }
+    padding: 0.25rem 0.25rem !important; }
   .pt-md-2 {
-    padding-top: 0.75rem !important; }
+    padding-top: 0.25rem !important; }
   .pr-md-2 {
-    padding-right: 0.75rem !important; }
+    padding-right: 0.25rem !important; }
   .pb-md-2 {
-    padding-bottom: 0.75rem !important; }
+    padding-bottom: 0.25rem !important; }
   .pl-md-2 {
-    padding-left: 0.75rem !important; }
+    padding-left: 0.25rem !important; }
   .px-md-2 {
-    padding-right: 0.75rem !important;
-    padding-left: 0.75rem !important; }
+    padding-right: 0.25rem !important;
+    padding-left: 0.25rem !important; }
   .py-md-2 {
-    padding-top: 0.75rem !important;
-    padding-bottom: 0.75rem !important; }
+    padding-top: 0.25rem !important;
+    padding-bottom: 0.25rem !important; }
   .p-md-3 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 0.5rem 0.5rem !important; }
   .pt-md-3 {
-    padding-top: 1.5rem !important; }
+    padding-top: 0.5rem !important; }
   .pr-md-3 {
-    padding-right: 1.5rem !important; }
+    padding-right: 0.5rem !important; }
   .pb-md-3 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 0.5rem !important; }
   .pl-md-3 {
-    padding-left: 1.5rem !important; }
+    padding-left: 0.5rem !important; }
   .px-md-3 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 0.5rem !important;
+    padding-left: 0.5rem !important; }
   .py-md-3 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 0.5rem !important;
+    padding-bottom: 0.5rem !important; }
   .p-md-4 {
-    padding: 2.25rem 2.25rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-md-4 {
-    padding-top: 2.25rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-md-4 {
-    padding-right: 2.25rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-md-4 {
-    padding-bottom: 2.25rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-md-4 {
-    padding-left: 2.25rem !important; }
+    padding-left: 0.75rem !important; }
   .px-md-4 {
-    padding-right: 2.25rem !important;
-    padding-left: 2.25rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-md-4 {
-    padding-top: 2.25rem !important;
-    padding-bottom: 2.25rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-md-5 {
-    padding: 4.5rem 4.5rem !important; }
+    padding: 1rem 1rem !important; }
   .pt-md-5 {
-    padding-top: 4.5rem !important; }
+    padding-top: 1rem !important; }
   .pr-md-5 {
-    padding-right: 4.5rem !important; }
+    padding-right: 1rem !important; }
   .pb-md-5 {
-    padding-bottom: 4.5rem !important; }
+    padding-bottom: 1rem !important; }
   .pl-md-5 {
-    padding-left: 4.5rem !important; }
+    padding-left: 1rem !important; }
   .px-md-5 {
-    padding-right: 4.5rem !important;
-    padding-left: 4.5rem !important; }
+    padding-right: 1rem !important;
+    padding-left: 1rem !important; }
   .py-md-5 {
-    padding-top: 4.5rem !important;
-    padding-bottom: 4.5rem !important; }
+    padding-top: 1rem !important;
+    padding-bottom: 1rem !important; }
   .p-md-6 {
-    padding: 6rem 6rem !important; }
+    padding: 3rem 3rem !important; }
   .pt-md-6 {
-    padding-top: 6rem !important; }
+    padding-top: 3rem !important; }
   .pr-md-6 {
-    padding-right: 6rem !important; }
+    padding-right: 3rem !important; }
   .pb-md-6 {
-    padding-bottom: 6rem !important; }
+    padding-bottom: 3rem !important; }
   .pl-md-6 {
-    padding-left: 6rem !important; }
+    padding-left: 3rem !important; }
   .px-md-6 {
-    padding-right: 6rem !important;
-    padding-left: 6rem !important; }
+    padding-right: 3rem !important;
+    padding-left: 3rem !important; }
   .py-md-6 {
-    padding-top: 6rem !important;
-    padding-bottom: 6rem !important; }
+    padding-top: 3rem !important;
+    padding-bottom: 3rem !important; }
   .m-md-auto {
     margin: auto !important; }
   .mt-md-auto {
@@ -4972,101 +4318,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-lg-1 {
-    margin: 0.375rem 0.375rem !important; }
+    margin: 0.125rem 0.125rem !important; }
   .mt-lg-1 {
-    margin-top: 0.375rem !important; }
+    margin-top: 0.125rem !important; }
   .mr-lg-1 {
-    margin-right: 0.375rem !important; }
+    margin-right: 0.125rem !important; }
   .mb-lg-1 {
-    margin-bottom: 0.375rem !important; }
+    margin-bottom: 0.125rem !important; }
   .ml-lg-1 {
-    margin-left: 0.375rem !important; }
+    margin-left: 0.125rem !important; }
   .mx-lg-1 {
-    margin-right: 0.375rem !important;
-    margin-left: 0.375rem !important; }
+    margin-right: 0.125rem !important;
+    margin-left: 0.125rem !important; }
   .my-lg-1 {
-    margin-top: 0.375rem !important;
-    margin-bottom: 0.375rem !important; }
+    margin-top: 0.125rem !important;
+    margin-bottom: 0.125rem !important; }
   .m-lg-2 {
-    margin: 0.75rem 0.75rem !important; }
+    margin: 0.25rem 0.25rem !important; }
   .mt-lg-2 {
-    margin-top: 0.75rem !important; }
+    margin-top: 0.25rem !important; }
   .mr-lg-2 {
-    margin-right: 0.75rem !important; }
+    margin-right: 0.25rem !important; }
   .mb-lg-2 {
-    margin-bottom: 0.75rem !important; }
+    margin-bottom: 0.25rem !important; }
   .ml-lg-2 {
-    margin-left: 0.75rem !important; }
+    margin-left: 0.25rem !important; }
   .mx-lg-2 {
-    margin-right: 0.75rem !important;
-    margin-left: 0.75rem !important; }
+    margin-right: 0.25rem !important;
+    margin-left: 0.25rem !important; }
   .my-lg-2 {
-    margin-top: 0.75rem !important;
-    margin-bottom: 0.75rem !important; }
+    margin-top: 0.25rem !important;
+    margin-bottom: 0.25rem !important; }
   .m-lg-3 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 0.5rem 0.5rem !important; }
   .mt-lg-3 {
-    margin-top: 1.5rem !important; }
+    margin-top: 0.5rem !important; }
   .mr-lg-3 {
-    margin-right: 1.5rem !important; }
+    margin-right: 0.5rem !important; }
   .mb-lg-3 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 0.5rem !important; }
   .ml-lg-3 {
-    margin-left: 1.5rem !important; }
+    margin-left: 0.5rem !important; }
   .mx-lg-3 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 0.5rem !important;
+    margin-left: 0.5rem !important; }
   .my-lg-3 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 0.5rem !important;
+    margin-bottom: 0.5rem !important; }
   .m-lg-4 {
-    margin: 2.25rem 2.25rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-lg-4 {
-    margin-top: 2.25rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-lg-4 {
-    margin-right: 2.25rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-lg-4 {
-    margin-bottom: 2.25rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-lg-4 {
-    margin-left: 2.25rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-lg-4 {
-    margin-right: 2.25rem !important;
-    margin-left: 2.25rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-lg-4 {
-    margin-top: 2.25rem !important;
-    margin-bottom: 2.25rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-lg-5 {
-    margin: 4.5rem 4.5rem !important; }
+    margin: 1rem 1rem !important; }
   .mt-lg-5 {
-    margin-top: 4.5rem !important; }
+    margin-top: 1rem !important; }
   .mr-lg-5 {
-    margin-right: 4.5rem !important; }
+    margin-right: 1rem !important; }
   .mb-lg-5 {
-    margin-bottom: 4.5rem !important; }
+    margin-bottom: 1rem !important; }
   .ml-lg-5 {
-    margin-left: 4.5rem !important; }
+    margin-left: 1rem !important; }
   .mx-lg-5 {
-    margin-right: 4.5rem !important;
-    margin-left: 4.5rem !important; }
+    margin-right: 1rem !important;
+    margin-left: 1rem !important; }
   .my-lg-5 {
-    margin-top: 4.5rem !important;
-    margin-bottom: 4.5rem !important; }
+    margin-top: 1rem !important;
+    margin-bottom: 1rem !important; }
   .m-lg-6 {
-    margin: 6rem 6rem !important; }
+    margin: 3rem 3rem !important; }
   .mt-lg-6 {
-    margin-top: 6rem !important; }
+    margin-top: 3rem !important; }
   .mr-lg-6 {
-    margin-right: 6rem !important; }
+    margin-right: 3rem !important; }
   .mb-lg-6 {
-    margin-bottom: 6rem !important; }
+    margin-bottom: 3rem !important; }
   .ml-lg-6 {
-    margin-left: 6rem !important; }
+    margin-left: 3rem !important; }
   .mx-lg-6 {
-    margin-right: 6rem !important;
-    margin-left: 6rem !important; }
+    margin-right: 3rem !important;
+    margin-left: 3rem !important; }
   .my-lg-6 {
-    margin-top: 6rem !important;
-    margin-bottom: 6rem !important; }
+    margin-top: 3rem !important;
+    margin-bottom: 3rem !important; }
   .p-lg-0 {
     padding: 0 0 !important; }
   .pt-lg-0 {
@@ -5084,101 +4430,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-lg-1 {
-    padding: 0.375rem 0.375rem !important; }
+    padding: 0.125rem 0.125rem !important; }
   .pt-lg-1 {
-    padding-top: 0.375rem !important; }
+    padding-top: 0.125rem !important; }
   .pr-lg-1 {
-    padding-right: 0.375rem !important; }
+    padding-right: 0.125rem !important; }
   .pb-lg-1 {
-    padding-bottom: 0.375rem !important; }
+    padding-bottom: 0.125rem !important; }
   .pl-lg-1 {
-    padding-left: 0.375rem !important; }
+    padding-left: 0.125rem !important; }
   .px-lg-1 {
-    padding-right: 0.375rem !important;
-    padding-left: 0.375rem !important; }
+    padding-right: 0.125rem !important;
+    padding-left: 0.125rem !important; }
   .py-lg-1 {
-    padding-top: 0.375rem !important;
-    padding-bottom: 0.375rem !important; }
+    padding-top: 0.125rem !important;
+    padding-bottom: 0.125rem !important; }
   .p-lg-2 {
-    padding: 0.75rem 0.75rem !important; }
+    padding: 0.25rem 0.25rem !important; }
   .pt-lg-2 {
-    padding-top: 0.75rem !important; }
+    padding-top: 0.25rem !important; }
   .pr-lg-2 {
-    padding-right: 0.75rem !important; }
+    padding-right: 0.25rem !important; }
   .pb-lg-2 {
-    padding-bottom: 0.75rem !important; }
+    padding-bottom: 0.25rem !important; }
   .pl-lg-2 {
-    padding-left: 0.75rem !important; }
+    padding-left: 0.25rem !important; }
   .px-lg-2 {
-    padding-right: 0.75rem !important;
-    padding-left: 0.75rem !important; }
+    padding-right: 0.25rem !important;
+    padding-left: 0.25rem !important; }
   .py-lg-2 {
-    padding-top: 0.75rem !important;
-    padding-bottom: 0.75rem !important; }
+    padding-top: 0.25rem !important;
+    padding-bottom: 0.25rem !important; }
   .p-lg-3 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 0.5rem 0.5rem !important; }
   .pt-lg-3 {
-    padding-top: 1.5rem !important; }
+    padding-top: 0.5rem !important; }
   .pr-lg-3 {
-    padding-right: 1.5rem !important; }
+    padding-right: 0.5rem !important; }
   .pb-lg-3 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 0.5rem !important; }
   .pl-lg-3 {
-    padding-left: 1.5rem !important; }
+    padding-left: 0.5rem !important; }
   .px-lg-3 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 0.5rem !important;
+    padding-left: 0.5rem !important; }
   .py-lg-3 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 0.5rem !important;
+    padding-bottom: 0.5rem !important; }
   .p-lg-4 {
-    padding: 2.25rem 2.25rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-lg-4 {
-    padding-top: 2.25rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-lg-4 {
-    padding-right: 2.25rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-lg-4 {
-    padding-bottom: 2.25rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-lg-4 {
-    padding-left: 2.25rem !important; }
+    padding-left: 0.75rem !important; }
   .px-lg-4 {
-    padding-right: 2.25rem !important;
-    padding-left: 2.25rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-lg-4 {
-    padding-top: 2.25rem !important;
-    padding-bottom: 2.25rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-lg-5 {
-    padding: 4.5rem 4.5rem !important; }
+    padding: 1rem 1rem !important; }
   .pt-lg-5 {
-    padding-top: 4.5rem !important; }
+    padding-top: 1rem !important; }
   .pr-lg-5 {
-    padding-right: 4.5rem !important; }
+    padding-right: 1rem !important; }
   .pb-lg-5 {
-    padding-bottom: 4.5rem !important; }
+    padding-bottom: 1rem !important; }
   .pl-lg-5 {
-    padding-left: 4.5rem !important; }
+    padding-left: 1rem !important; }
   .px-lg-5 {
-    padding-right: 4.5rem !important;
-    padding-left: 4.5rem !important; }
+    padding-right: 1rem !important;
+    padding-left: 1rem !important; }
   .py-lg-5 {
-    padding-top: 4.5rem !important;
-    padding-bottom: 4.5rem !important; }
+    padding-top: 1rem !important;
+    padding-bottom: 1rem !important; }
   .p-lg-6 {
-    padding: 6rem 6rem !important; }
+    padding: 3rem 3rem !important; }
   .pt-lg-6 {
-    padding-top: 6rem !important; }
+    padding-top: 3rem !important; }
   .pr-lg-6 {
-    padding-right: 6rem !important; }
+    padding-right: 3rem !important; }
   .pb-lg-6 {
-    padding-bottom: 6rem !important; }
+    padding-bottom: 3rem !important; }
   .pl-lg-6 {
-    padding-left: 6rem !important; }
+    padding-left: 3rem !important; }
   .px-lg-6 {
-    padding-right: 6rem !important;
-    padding-left: 6rem !important; }
+    padding-right: 3rem !important;
+    padding-left: 3rem !important; }
   .py-lg-6 {
-    padding-top: 6rem !important;
-    padding-bottom: 6rem !important; }
+    padding-top: 3rem !important;
+    padding-bottom: 3rem !important; }
   .m-lg-auto {
     margin: auto !important; }
   .mt-lg-auto {
@@ -5214,101 +4560,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     margin-top: 0 !important;
     margin-bottom: 0 !important; }
   .m-xl-1 {
-    margin: 0.375rem 0.375rem !important; }
+    margin: 0.125rem 0.125rem !important; }
   .mt-xl-1 {
-    margin-top: 0.375rem !important; }
+    margin-top: 0.125rem !important; }
   .mr-xl-1 {
-    margin-right: 0.375rem !important; }
+    margin-right: 0.125rem !important; }
   .mb-xl-1 {
-    margin-bottom: 0.375rem !important; }
+    margin-bottom: 0.125rem !important; }
   .ml-xl-1 {
-    margin-left: 0.375rem !important; }
+    margin-left: 0.125rem !important; }
   .mx-xl-1 {
-    margin-right: 0.375rem !important;
-    margin-left: 0.375rem !important; }
+    margin-right: 0.125rem !important;
+    margin-left: 0.125rem !important; }
   .my-xl-1 {
-    margin-top: 0.375rem !important;
-    margin-bottom: 0.375rem !important; }
+    margin-top: 0.125rem !important;
+    margin-bottom: 0.125rem !important; }
   .m-xl-2 {
-    margin: 0.75rem 0.75rem !important; }
+    margin: 0.25rem 0.25rem !important; }
   .mt-xl-2 {
-    margin-top: 0.75rem !important; }
+    margin-top: 0.25rem !important; }
   .mr-xl-2 {
-    margin-right: 0.75rem !important; }
+    margin-right: 0.25rem !important; }
   .mb-xl-2 {
-    margin-bottom: 0.75rem !important; }
+    margin-bottom: 0.25rem !important; }
   .ml-xl-2 {
-    margin-left: 0.75rem !important; }
+    margin-left: 0.25rem !important; }
   .mx-xl-2 {
-    margin-right: 0.75rem !important;
-    margin-left: 0.75rem !important; }
+    margin-right: 0.25rem !important;
+    margin-left: 0.25rem !important; }
   .my-xl-2 {
-    margin-top: 0.75rem !important;
-    margin-bottom: 0.75rem !important; }
+    margin-top: 0.25rem !important;
+    margin-bottom: 0.25rem !important; }
   .m-xl-3 {
-    margin: 1.5rem 1.5rem !important; }
+    margin: 0.5rem 0.5rem !important; }
   .mt-xl-3 {
-    margin-top: 1.5rem !important; }
+    margin-top: 0.5rem !important; }
   .mr-xl-3 {
-    margin-right: 1.5rem !important; }
+    margin-right: 0.5rem !important; }
   .mb-xl-3 {
-    margin-bottom: 1.5rem !important; }
+    margin-bottom: 0.5rem !important; }
   .ml-xl-3 {
-    margin-left: 1.5rem !important; }
+    margin-left: 0.5rem !important; }
   .mx-xl-3 {
-    margin-right: 1.5rem !important;
-    margin-left: 1.5rem !important; }
+    margin-right: 0.5rem !important;
+    margin-left: 0.5rem !important; }
   .my-xl-3 {
-    margin-top: 1.5rem !important;
-    margin-bottom: 1.5rem !important; }
+    margin-top: 0.5rem !important;
+    margin-bottom: 0.5rem !important; }
   .m-xl-4 {
-    margin: 2.25rem 2.25rem !important; }
+    margin: 0.75rem 0.75rem !important; }
   .mt-xl-4 {
-    margin-top: 2.25rem !important; }
+    margin-top: 0.75rem !important; }
   .mr-xl-4 {
-    margin-right: 2.25rem !important; }
+    margin-right: 0.75rem !important; }
   .mb-xl-4 {
-    margin-bottom: 2.25rem !important; }
+    margin-bottom: 0.75rem !important; }
   .ml-xl-4 {
-    margin-left: 2.25rem !important; }
+    margin-left: 0.75rem !important; }
   .mx-xl-4 {
-    margin-right: 2.25rem !important;
-    margin-left: 2.25rem !important; }
+    margin-right: 0.75rem !important;
+    margin-left: 0.75rem !important; }
   .my-xl-4 {
-    margin-top: 2.25rem !important;
-    margin-bottom: 2.25rem !important; }
+    margin-top: 0.75rem !important;
+    margin-bottom: 0.75rem !important; }
   .m-xl-5 {
-    margin: 4.5rem 4.5rem !important; }
+    margin: 1rem 1rem !important; }
   .mt-xl-5 {
-    margin-top: 4.5rem !important; }
+    margin-top: 1rem !important; }
   .mr-xl-5 {
-    margin-right: 4.5rem !important; }
+    margin-right: 1rem !important; }
   .mb-xl-5 {
-    margin-bottom: 4.5rem !important; }
+    margin-bottom: 1rem !important; }
   .ml-xl-5 {
-    margin-left: 4.5rem !important; }
+    margin-left: 1rem !important; }
   .mx-xl-5 {
-    margin-right: 4.5rem !important;
-    margin-left: 4.5rem !important; }
+    margin-right: 1rem !important;
+    margin-left: 1rem !important; }
   .my-xl-5 {
-    margin-top: 4.5rem !important;
-    margin-bottom: 4.5rem !important; }
+    margin-top: 1rem !important;
+    margin-bottom: 1rem !important; }
   .m-xl-6 {
-    margin: 6rem 6rem !important; }
+    margin: 3rem 3rem !important; }
   .mt-xl-6 {
-    margin-top: 6rem !important; }
+    margin-top: 3rem !important; }
   .mr-xl-6 {
-    margin-right: 6rem !important; }
+    margin-right: 3rem !important; }
   .mb-xl-6 {
-    margin-bottom: 6rem !important; }
+    margin-bottom: 3rem !important; }
   .ml-xl-6 {
-    margin-left: 6rem !important; }
+    margin-left: 3rem !important; }
   .mx-xl-6 {
-    margin-right: 6rem !important;
-    margin-left: 6rem !important; }
+    margin-right: 3rem !important;
+    margin-left: 3rem !important; }
   .my-xl-6 {
-    margin-top: 6rem !important;
-    margin-bottom: 6rem !important; }
+    margin-top: 3rem !important;
+    margin-bottom: 3rem !important; }
   .p-xl-0 {
     padding: 0 0 !important; }
   .pt-xl-0 {
@@ -5326,101 +4672,101 @@ a.bg-inverse:focus, a.bg-inverse:hover {
     padding-top: 0 !important;
     padding-bottom: 0 !important; }
   .p-xl-1 {
-    padding: 0.375rem 0.375rem !important; }
+    padding: 0.125rem 0.125rem !important; }
   .pt-xl-1 {
-    padding-top: 0.375rem !important; }
+    padding-top: 0.125rem !important; }
   .pr-xl-1 {
-    padding-right: 0.375rem !important; }
+    padding-right: 0.125rem !important; }
   .pb-xl-1 {
-    padding-bottom: 0.375rem !important; }
+    padding-bottom: 0.125rem !important; }
   .pl-xl-1 {
-    padding-left: 0.375rem !important; }
+    padding-left: 0.125rem !important; }
   .px-xl-1 {
-    padding-right: 0.375rem !important;
-    padding-left: 0.375rem !important; }
+    padding-right: 0.125rem !important;
+    padding-left: 0.125rem !important; }
   .py-xl-1 {
-    padding-top: 0.375rem !important;
-    padding-bottom: 0.375rem !important; }
+    padding-top: 0.125rem !important;
+    padding-bottom: 0.125rem !important; }
   .p-xl-2 {
-    padding: 0.75rem 0.75rem !important; }
+    padding: 0.25rem 0.25rem !important; }
   .pt-xl-2 {
-    padding-top: 0.75rem !important; }
+    padding-top: 0.25rem !important; }
   .pr-xl-2 {
-    padding-right: 0.75rem !important; }
+    padding-right: 0.25rem !important; }
   .pb-xl-2 {
-    padding-bottom: 0.75rem !important; }
+    padding-bottom: 0.25rem !important; }
   .pl-xl-2 {
-    padding-left: 0.75rem !important; }
+    padding-left: 0.25rem !important; }
   .px-xl-2 {
-    padding-right: 0.75rem !important;
-    padding-left: 0.75rem !important; }
+    padding-right: 0.25rem !important;
+    padding-left: 0.25rem !important; }
   .py-xl-2 {
-    padding-top: 0.75rem !important;
-    padding-bottom: 0.75rem !important; }
+    padding-top: 0.25rem !important;
+    padding-bottom: 0.25rem !important; }
   .p-xl-3 {
-    padding: 1.5rem 1.5rem !important; }
+    padding: 0.5rem 0.5rem !important; }
   .pt-xl-3 {
-    padding-top: 1.5rem !important; }
+    padding-top: 0.5rem !important; }
   .pr-xl-3 {
-    padding-right: 1.5rem !important; }
+    padding-right: 0.5rem !important; }
   .pb-xl-3 {
-    padding-bottom: 1.5rem !important; }
+    padding-bottom: 0.5rem !important; }
   .pl-xl-3 {
-    padding-left: 1.5rem !important; }
+    padding-left: 0.5rem !important; }
   .px-xl-3 {
-    padding-right: 1.5rem !important;
-    padding-left: 1.5rem !important; }
+    padding-right: 0.5rem !important;
+    padding-left: 0.5rem !important; }
   .py-xl-3 {
-    padding-top: 1.5rem !important;
-    padding-bottom: 1.5rem !important; }
+    padding-top: 0.5rem !important;
+    padding-bottom: 0.5rem !important; }
   .p-xl-4 {
-    padding: 2.25rem 2.25rem !important; }
+    padding: 0.75rem 0.75rem !important; }
   .pt-xl-4 {
-    padding-top: 2.25rem !important; }
+    padding-top: 0.75rem !important; }
   .pr-xl-4 {
-    padding-right: 2.25rem !important; }
+    padding-right: 0.75rem !important; }
   .pb-xl-4 {
-    padding-bottom: 2.25rem !important; }
+    padding-bottom: 0.75rem !important; }
   .pl-xl-4 {
-    padding-left: 2.25rem !important; }
+    padding-left: 0.75rem !important; }
   .px-xl-4 {
-    padding-right: 2.25rem !important;
-    padding-left: 2.25rem !important; }
+    padding-right: 0.75rem !important;
+    padding-left: 0.75rem !important; }
   .py-xl-4 {
-    padding-top: 2.25rem !important;
-    padding-bottom: 2.25rem !important; }
+    padding-top: 0.75rem !important;
+    padding-bottom: 0.75rem !important; }
   .p-xl-5 {
-    padding: 4.5rem 4.5rem !important; }
+    padding: 1rem 1rem !important; }
   .pt-xl-5 {
-    padding-top: 4.5rem !important; }
+    padding-top: 1rem !important; }
   .pr-xl-5 {
-    padding-right: 4.5rem !important; }
+    padding-right: 1rem !important; }
   .pb-xl-5 {
-    padding-bottom: 4.5rem !important; }
+    padding-bottom: 1rem !important; }
   .pl-xl-5 {
-    padding-left: 4.5rem !important; }
+    padding-left: 1rem !important; }
   .px-xl-5 {
-    padding-right: 4.5rem !important;
-    padding-left: 4.5rem !important; }
+    padding-right: 1rem !important;
+    padding-left: 1rem !important; }
   .py-xl-5 {
-    padding-top: 4.5rem !important;
-    padding-bottom: 4.5rem !important; }
+    padding-top: 1rem !important;
+    padding-bottom: 1rem !important; }
   .p-xl-6 {
-    padding: 6rem 6rem !important; }
+    padding: 3rem 3rem !important; }
   .pt-xl-6 {
-    padding-top: 6rem !important; }
+    padding-top: 3rem !important; }
   .pr-xl-6 {
-    padding-right: 6rem !important; }
+    padding-right: 3rem !important; }
   .pb-xl-6 {
-    padding-bottom: 6rem !important; }
+    padding-bottom: 3rem !important; }
   .pl-xl-6 {
-    padding-left: 6rem !important; }
+    padding-left: 3rem !important; }
   .px-xl-6 {
-    padding-right: 6rem !important;
-    padding-left: 6rem !important; }
+    padding-right: 3rem !important;
+    padding-left: 3rem !important; }
   .py-xl-6 {
-    padding-top: 6rem !important;
-    padding-bottom: 6rem !important; }
+    padding-top: 3rem !important;
+    padding-bottom: 3rem !important; }
   .m-xl-auto {
     margin: auto !important; }
   .mt-xl-auto {
@@ -5500,10 +4846,10 @@ a.bg-inverse:focus, a.bg-inverse:hover {
   text-transform: capitalize !important; }
 
 .font-weight-normal {
-  font-weight: normal; }
+  font-weight: 400; }
 
 .font-weight-bold {
-  font-weight: bold; }
+  font-weight: 500; }
 
 .font-italic {
   font-style: italic; }
@@ -5623,29 +4969,420 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
   .hidden-print {
     display: none !important; } }
 
-.btn {
-  text-transform: uppercase; }
+body {
+  font-smoothing: antialiased; }
 
-.btn-lg, .btn-group-lg > .btn {
-  margin: 0 24px; }
+h1 {
+  line-height: 3rem; }
 
-.fixed-top {
-  -webkit-transition: background-color 700ms linear;
-  transition: background-color 700ms linear; }
+h2 {
+  line-height: 2.75rem; }
 
-.scrolled {
-  background-color: rgba(255, 255, 255, 0.96); }
+h3 {
+  line-height: 2rem; }
+  @media (max-width: 767px) {
+    h3 {
+      font-size: 1em; } }
+
+h4 {
+  font-weight: 500;
+  line-height: 1.75rem; }
+  @media (max-width: 767px) {
+    h4 {
+      font-size: 1em; } }
+
+h5 {
+  line-height: 1.5rem; }
+
+p {
+  line-height: 1.5rem; }
+  @media (max-width: 767px) {
+    p {
+      font-size: .85em; } }
+  p.lead {
+    line-height: 2rem; }
+    @media (max-width: 991px) {
+      p.lead {
+        font-size: 1.5rem;
+        line-height: 2rem; } }
+    @media (max-width: 767px) {
+      p.lead {
+        font-size: 1rem;
+        line-height: 1.5rem; } }
+
+.display-2 {
+  margin-bottom: 4rem; }
+  @media (max-width: 991px) {
+    .display-2 {
+      font-size: 2.5rem;
+      line-height: 3.5rem;
+      margin-bottom: 3rem; } }
+  @media (max-width: 767px) {
+    .display-2 {
+      font-size: 2rem;
+      line-height: 2.75rem; } }
 
-.navbar a {
-  color: #263238; }
+@media (max-width: 575px) {
+  .display-4 {
+    font-size: .875rem;
+    line-height: 1.25rem; } }
+
+small {
+  line-height: 1rem; }
+  @media (max-width: 767px) {
+    small {
+      font-size: .75em; } }
+
+.truncate {
+  width: 100%;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis; }
+
+#mask {
+  width: 100vw;
+  height: 100vh;
+  position: absolute;
+  top: 0;
+  left: 0;
+  background-color: transparent;
+  display: none;
+  visibility: hidden; }
+  #mask.open {
+    display: block;
+    visibility: visible; }
+
+.menu-text {
+  -webkit-transition: opacity .25s ease-in-out;
+  transition: opacity .25s ease-in-out; }
+
+.menu-text.hidden {
+  opacity: 0;
+  -webkit-transition: opacity .35s ease-in-out;
+  transition: opacity .35s ease-in-out; }
+
+.fixed-top {
+  -webkit-transition: background-color .5s linear;
+  transition: background-color .5s linear;
+  height: 56px; }
+  @media (min-width: 576px) {
+    .fixed-top {
+      height: 72px; } }
+  @media (min-width: 992px) {
+    .fixed-top {
+      height: 96px; } }
+  .fixed-top .navbar {
+    width: 100%; }
+    .fixed-top .navbar a {
+      color: #263238; }
+    .fixed-top .navbar .navbar-toggler-left {
+      left: -12px;
+      top: 8px; }
+      @media (min-width: 576px) {
+        .fixed-top .navbar .navbar-toggler-left {
+          top: 17px; } }
+    .fixed-top .navbar .btn {
+      margin-top: .15rem; }
 
 .navbar-brand {
-  font-size: 2rem;
-  font-weight: 300; }
+  font-size: 20px;
+  font-weight: 300;
+  opacity: 0;
+  margin: 8px 0 0 96px;
+  margin-top: 8px;
+  -webkit-transition: opacity .7s linear;
+  transition: opacity .7s linear; }
+  @media (min-width: 992px) {
+    .navbar-brand {
+      opacity: 1;
+      font-size: 36px; } }
+  .navbar-brand strong {
+    font-weight: 900; }
   .navbar-brand img {
-    margin-right: 1rem;
+    margin-right: 4px;
     -webkit-transform: translateY(-5px);
-            transform: translateY(-5px); }
+            transform: translateY(-5px);
+    height: 32px;
+    width: auto; }
+    @media (min-width: 992px) {
+      .navbar-brand img {
+        height: 40px; } }
+
+.scrolled {
+  background-color: rgba(255, 255, 255, 0.96);
+  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
+  height: 56px; }
+  @media (min-width: 576px) {
+    .scrolled {
+      height: 72px; } }
+  @media (min-width: 992px) {
+    .scrolled {
+      height: 96px; } }
+  .scrolled .navbar-brand {
+    opacity: 1; }
+
+#navbarSupportedContent {
+  width: 100%; }
+  @media (max-width: 1199px) {
+    #navbarSupportedContent {
+      background: white;
+      position: fixed;
+      top: 0;
+      left: 0;
+      width: 256px;
+      height: 100vh;
+      padding-top: 64px;
+      -webkit-transform: translateX(-256px);
+              transform: translateX(-256px);
+      -webkit-transition: all 0.25s ease-in-out;
+      transition: all 0.25s ease-in-out; }
+      #navbarSupportedContent.open {
+        -webkit-transform: translateX(0);
+                transform: translateX(0);
+        -webkit-transition: all .25s ease-in-out;
+        transition: all .25s ease-in-out;
+        box-shadow: 14px 0 28px 0 rgba(0, 0, 0, 0.25), 10px 0 10px 0 rgba(0, 0, 0, 0.26); } }
+
+@media (min-width: 992px) {
+  .navbar-nav {
+    padding-top: 10px; } }
+
+.navbar-nav .nav-link {
+  color: #263238;
+  padding: 16px !important;
+  display: block;
+  position: relative; }
+  @media (min-width: 992px) {
+    .navbar-nav .nav-link {
+      margin-right: 16px;
+      display: block;
+      position: relative; }
+      .navbar-nav .nav-link:after {
+        content: "";
+        border-bottom: 2px solid #b71c1c;
+        position: absolute;
+        -webkit-transform: scaleX(0);
+                transform: scaleX(0);
+        width: 100%;
+        left: 0;
+        top: 44px;
+        padding: inherit;
+        -webkit-transition: color .3s ease-out, -webkit-transform .3s ease-out;
+        transition: color .3s ease-out, -webkit-transform .3s ease-out;
+        transition: transform .3s ease-out, color .3s ease-out;
+        transition: transform .3s ease-out, color .3s ease-out, -webkit-transform .3s ease-out; } }
+
+@media (max-width: 1199px) {
+  .navbar-nav .nav-link:active {
+    color: #b71c1c; } }
+
+@media (max-width: 1199px) {
+  .navbar-nav .nav-link:active:before {
+    content: "";
+    border-left: 2px solid #b71c1c;
+    position: absolute;
+    left: 0;
+    height: 36px;
+    -webkit-transform: translateY(-4px);
+            transform: translateY(-4px); } }
+
+@media (min-width: 992px) {
+  .navbar-nav .nav-link:hover {
+    color: #b71c1c; } }
+
+@media (min-width: 992px) {
+  .navbar-nav .nav-link:hover:after {
+    -webkit-transform: scaleX(1);
+            transform: scaleX(1); } }
+
+.btn-red900 {
+  color: #fff !important;
+  background-color: #b71c1c;
+  border-color: #b71c1c; }
+  .btn-red900:hover {
+    color: #fff !important;
+    background-color: #8b1515;
+    border-color: #821414; }
+  .btn-red900:focus, .btn-red900.focus {
+    box-shadow: 0 0 0 2px rgba(183, 28, 28, 0.5); }
+  .btn-red900.disabled, .btn-red900:disabled {
+    background-color: #b71c1c;
+    border-color: #b71c1c; }
+  .btn-red900:active, .btn-red900.active,
+  .show > .btn-red900.dropdown-toggle {
+    color: #fff !important;
+    background-color: #8b1515;
+    background-image: none;
+    border-color: #821414; }
+
+.btn-white {
+  color: #b71c1c;
+  background-color: #fff;
+  border-color: #fff; }
+  .btn-white:hover {
+    color: #b71c1c;
+    background-color: #e6e5e5;
+    border-color: #e0e0e0; }
+  .btn-white:focus, .btn-white.focus {
+    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5); }
+  .btn-white.disabled, .btn-white:disabled {
+    background-color: #fff;
+    border-color: #fff; }
+  .btn-white:active, .btn-white.active,
+  .show > .btn-white.dropdown-toggle {
+    color: #b71c1c;
+    background-color: #e6e5e5;
+    background-image: none;
+    border-color: #e0e0e0; }
+
+.btn-bluegrey900 {
+  color: #fff;
+  background-color: #263238;
+  border-color: #263238; }
+  .btn-bluegrey900:hover {
+    color: #fff;
+    background-color: #11171a;
+    border-color: #0d1114; }
+  .btn-bluegrey900:focus, .btn-bluegrey900.focus {
+    box-shadow: 0 0 0 2px rgba(38, 50, 56, 0.5); }
+  .btn-bluegrey900.disabled, .btn-bluegrey900:disabled {
+    background-color: #263238;
+    border-color: #263238; }
+  .btn-bluegrey900:active, .btn-bluegrey900.active,
+  .show > .btn-bluegrey900.dropdown-toggle {
+    color: #fff;
+    background-color: #11171a;
+    background-image: none;
+    border-color: #0d1114; }
+
+button.navbar-toggler div {
+  font-family: 'Ubuntu', sans-serif;
+  font-size: 1rem;
+  display: inline-block;
+  position: relative;
+  top: -4px; }
+
+.btn {
+  height: 36px;
+  text-transform: uppercase;
+  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
+  -webkit-transition: box-shadow .25s ease-in-out;
+  transition: box-shadow .25s ease-in-out; }
+  .btn:hover {
+    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15), 0 3px 6px 0 rgba(0, 0, 0, 0.25);
+    -webkit-transition: box-shadow .25s ease-in-out;
+    transition: box-shadow .25s ease-in-out; }
+  @media (max-width: 767px) {
+    .btn {
+      font-size: .875rem; } }
+
+.btn-outline-primary,
+.btn-outline-secondary {
+  -webkit-transition: background-color .25s ease-in-out;
+  transition: background-color .25s ease-in-out; }
+  .btn-outline-primary:hover,
+  .btn-outline-secondary:hover {
+    -webkit-transition: background-color .25s ease-in-out;
+    transition: background-color .25s ease-in-out; }
+
+.btn-lg, .btn-group-lg > .btn {
+  height: 48px;
+  margin: 0 24px; }
+  @media (max-width: 767px) {
+    .btn-lg, .btn-group-lg > .btn {
+      height: 36px;
+      margin: 0 8px;
+      padding: 1rem;
+      font-size: .875rem;
+      line-height: 0; } }
+
+.btn-md {
+  font-size: 0.875rem;
+  line-height: 1.25rem;
+  padding: .4rem 1rem .5rem 1rem; }
+
+.btn-block {
+  margin: 0 0 1.5rem 0; }
+  @media (min-width: 768px) {
+    .btn-block {
+      margin: 0 0 2rem 0; } }
+  @media (max-width: 575px) {
+    .btn-block {
+      font-size: .875rem;
+      line-height: 0; } }
+
+button:focus {
+  outline: none; }
+
+.btn-donate {
+  margin-top: 18px;
+  font-size: 14px;
+  font-weight: 400;
+  line-height: 20px;
+  padding: 3px 16px 0 5px; }
+  @media (min-width: 992px) {
+    .btn-donate {
+      margin-top: 29px; } }
+  .btn-donate svg {
+    vertical-align: -7px;
+    margin-right: 5px; }
+
+.amber-800 {
+  color: #ff8f00; }
+
+img.img-fluid {
+  width: 100%;
+  max-width: 100%;
+  height: auto; }
+
+.icon {
+  width: 1.5rem;
+  height: 1.5rem;
+  fill: currentColor;
+  vertical-align: -.15rem;
+  overflow: hidden;
+  margin-right: .5rem; }
+
+.i_arrow_down {
+  margin: 0;
+  position: absolute;
+  left: .75rem;
+  top: -.25rem;
+  -webkit-animation: scroll 1.5s ease-in-out infinite;
+          animation: scroll 1.5s ease-in-out infinite; }
+  @media (max-width: 575px) {
+    .i_arrow_down {
+      width: 1.75rem !important;
+      height: 1.75rem !important;
+      left: .25rem;
+      top: -.5rem; } }
+
+.i_lg {
+  width: 2.5rem;
+  height: 2.5rem;
+  margin: 0;
+  -webkit-transform: translateY(-0.35rem);
+          transform: translateY(-0.35rem);
+  fill: #b71c1c; }
+
+.i_sm {
+  vertical-align: top;
+  -webkit-transform: translateY(-0.1rem);
+          transform: translateY(-0.1rem); }
+
+footer .btn-toolbar .icon {
+  height: 2.25rem;
+  width: 2.25rem;
+  fill: rgba(38, 50, 56, 0.6); }
+
+footer .i_heart {
+  vertical-align: top;
+  -webkit-transform: translateY(-0.15rem);
+          transform: translateY(-0.15rem); }
+  @media (max-width: 767px) {
+    footer .i_heart {
+      -webkit-transform: translateY(-0.75rem);
+              transform: translateY(-0.75rem); } }
 
 section.intro {
   min-height: 100vh;
@@ -5655,59 +5392,143 @@ section.intro {
   background-position: center top;
   position: relative; }
   section.intro .branding {
-    padding-top: 192px;
+    padding-top: 6rem;
     margin-bottom: 64px;
     text-align: center;
     color: #546e7a; }
+    @media (min-width: 576px) {
+      section.intro .branding {
+        padding-top: 192px; } }
     section.intro .branding h1 {
       font-weight: 300 !important;
       color: #263238; }
+      @media (max-width: 575px) {
+        section.intro .branding h1 {
+          font-size: 4.5rem; } }
       section.intro .branding h1 strong {
         font-weight: 700 !important; }
     section.intro .branding h1:before {
       content: "";
-      height: 120px;
-      width: 93px;
+      height: 60px;
+      width: 76px;
       background-image: url("../img/ipfire-tux.png");
       background-repeat: no-repeat;
       background-position: center center;
       background-size: contain;
-      margin-right: 32px;
       display: inline-block;
       position: relative;
-      top: 8px; }
+      top: 4px; }
+      @media (min-width: 576px) {
+        section.intro .branding h1:before {
+          height: 120px;
+          width: 93px;
+          margin-right: 32px;
+          top: 8px; } }
   section.intro .page-scroll {
     position: absolute;
     bottom: 48px;
-    width: 66px;
     left: 50%;
     -webkit-transform: translateX(-50%);
             transform: translateX(-50%); }
     section.intro .page-scroll .btn {
-      width: 64px;
-      height: 64px;
+      width: 36px;
+      height: 36px;
       fill: #b71c1c; }
-      section.intro .page-scroll .btn:hover {
+      @media (min-width: 576px) {
+        section.intro .page-scroll .btn {
+          width: 64px;
+          height: 64px; } }
+      section.intro .page-scroll .btn:hover .i_arrow_down {
         fill: white; }
-      section.intro .page-scroll .btn svg {
-        width: 24px;
-        height: auto;
-        position: absolute;
-        top: 50%;
-        -webkit-transform: translate(-50%, -50%);
-                transform: translate(-50%, -50%); }
 
 section.content-section {
-  padding: 96px 0; }
+  padding: 3rem 0; }
+  @media (min-width: 576px) {
+    section.content-section {
+      padding: 72px 0; } }
 
-section#features,
-section#appliances {
-  background-color: #eceff1; }
+.feature_icons {
+  width: 40px;
+  height: 100%;
+  float: left;
+  margin-right: .75rem; }
+
+section#news,
+footer {
+  background-color: rgba(38, 50, 56, 0.06); }
 
 section#news {
-  background-color: rgba(38, 50, 56, 0.2); }
+  color: rgba(38, 50, 56, 0.6); }
+  section#news h2 {
+    color: #263238; }
 
 section#wishlist {
   background-image: url("../img/wishlist-background.jpg");
   background-size: cover;
   background-position: center center; }
+
+.progress {
+  background-color: rgba(255, 255, 255, 0.2); }
+
+.bg-progress {
+  background-image: -webkit-linear-gradient(left, #fbc02d, #ff8f00);
+  background-image: linear-gradient(to right, #fbc02d, #ff8f00); }
+
+section#fireinfo {
+  border-bottom: 1px solid rgba(38, 50, 56, 0.2); }
+
+.circle {
+  position: relative; }
+  .circle p.lead {
+    color: #546e7a;
+    position: absolute;
+    top: calc(50% - 1.25rem);
+    width: 100%;
+    font-size: 1.25em; }
+
+section#appliances {
+  padding-bottom: 48px; }
+
+footer {
+  padding: 3rem 0 0 0; }
+  @media (max-width: 991px) {
+    footer {
+      padding-top: 31px; } }
+  footer h4 {
+    margin-bottom: 1.25rem;
+    color: rgba(38, 50, 56, 0.6); }
+  footer ul li {
+    font-size: 0.875rem;
+    margin-bottom: .75rem; }
+    footer ul li a {
+      color: rgba(38, 50, 56, 0.6);
+      text-decoration: none; }
+      footer ul li a:hover {
+        color: #263238;
+        text-decoration: underline; }
+  footer .btn-lg, footer .btn-group-lg > .btn {
+    margin-bottom: 2.75rem; }
+  footer .btn-sm, footer .btn-group-sm > .btn {
+    box-shadow: none; }
+    footer .btn-sm:hover, footer .btn-group-sm > .btn:hover {
+      box-shadow: none; }
+
+#copyright {
+  background-color: rgba(38, 50, 56, 0.06);
+  padding: 1rem 0; }
+
+@-webkit-keyframes scroll {
+  0%, 100% {
+    -webkit-transform: translateY(30%);
+            transform: translateY(30%); }
+  50% {
+    -webkit-transform: translateY(50%);
+            transform: translateY(50%); } }
+
+@keyframes scroll {
+  0%, 100% {
+    -webkit-transform: translateY(30%);
+            transform: translateY(30%); }
+  50% {
+    -webkit-transform: translateY(50%);
+            transform: translateY(50%); } }