]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - static/css/style.css
add stats
[people/shoehn/ipfire.org.git] / static / css / style.css
index df98d55af16bb09731177da4a439f2498a12f8ba..c8e08b0a0ceb1aec67cc22b7df3c455c341d32a1 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,700");
 /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
 html {
   font-family: sans-serif;
@@ -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: 300; }
 
 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;
@@ -500,7 +500,7 @@ mark,
   display: inline-block; }
 
 .figure-img {
-  margin-bottom: 0.75rem;
+  margin-bottom: 0.25rem;
   line-height: 1; }
 
 .figure-caption {
@@ -1425,7 +1425,7 @@ mark,
 .btn {
   display: inline-block;
   font-weight: normal;
-  line-height: 1.25;
+  line-height: 0.95;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
@@ -1443,7 +1443,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 +1695,7 @@ fieldset[disabled] a.btn {
     border-color: #d9534f; }
 
 .btn-link {
-  font-weight: normal;
+  font-weight: 300;
   color: #b71c1c;
   border-radius: 0; }
   .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
@@ -1705,8 +1705,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 +1760,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 +1903,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 +1980,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 +2036,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 {
@@ -2695,258 +2310,14 @@ tbody.collapse.show {
 .navbar-inverse .navbar-nav .nav-link.active {
   color: white; }
 
-.navbar-inverse .navbar-toggler {
-  border-color: rgba(255, 255, 255, 0.1); }
-
-.navbar-inverse .navbar-toggler-icon {
-  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
-
-.navbar-inverse .navbar-text {
-  color: rgba(255, 255, 255, 0.5); }
-
-.card {
-  position: relative;
-  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);
-  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; }
-
-.card-subtitle {
-  margin-top: -0.375rem;
-  margin-bottom: 0; }
-
-.card-text:last-child {
-  margin-bottom: 0; }
-
-.card-link:hover {
-  text-decoration: none; }
-
-.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; } }
+.navbar-inverse .navbar-toggler {
+  border-color: rgba(255, 255, 255, 0.1); }
+
+.navbar-inverse .navbar-toggler-icon {
+  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
+
+.navbar-inverse .navbar-text {
+  color: rgba(255, 255, 255, 0.5); }
 
 @-webkit-keyframes progress-bar-stripes {
   from {
@@ -4149,142 +3520,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 +3681,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 +3859,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 +3971,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 +4101,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 +4213,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 +4343,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 +4455,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 +4585,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 +4697,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,7 +4871,7 @@ a.bg-inverse:focus, a.bg-inverse:hover {
   text-transform: capitalize !important; }
 
 .font-weight-normal {
-  font-weight: normal; }
+  font-weight: 300; }
 
 .font-weight-bold {
   font-weight: bold; }
@@ -5623,30 +4994,113 @@ a.text-gray-dark:focus, a.text-gray-dark:hover {
   .hidden-print {
     display: none !important; } }
 
+h4 {
+  font-weight: 600; }
+
+button.navbar-toggler div {
+  font-family: 'Ubuntu', sans-serif;
+  font-size: 1rem;
+  display: inline-block;
+  margin-left: 12px; }
+
 .btn {
-  text-transform: uppercase; }
+  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; }
+  .btn svg {
+    margin-right: .75rem;
+    height: 17px;
+    width: auto;
+    -webkit-transform: translateY(2px);
+            transform: translateY(2px); }
+
+.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 {
   margin: 0 24px; }
+  @media (max-width: 991px) {
+    .btn-lg, .btn-group-lg > .btn {
+      margin: 0 8px;
+      font-size: 14px; } }
+
+.btn-sm small, .btn-group-sm > .btn small {
+  display: inline-block;
+  -webkit-transform: translateY(-2px);
+          transform: translateY(-2px); }
+
+.btn-block {
+  margin: 0 0 1.5rem 0; }
+  @media (min-width: 768px) {
+    .btn-block {
+      margin: 0 0 2rem 0; } }
 
 .fixed-top {
   -webkit-transition: background-color 700ms linear;
   transition: background-color 700ms linear; }
+  .fixed-top .navbar {
+    width: 100%; }
+  .fixed-top .navbar-brand {
+    opacity: 0;
+    -webkit-transition: opacity 700ms linear;
+    transition: opacity 700ms linear; }
+    @media (min-width: 992px) {
+      .fixed-top .navbar-brand {
+        opacity: 1; } }
 
 .scrolled {
   background-color: rgba(255, 255, 255, 0.96); }
+  .scrolled .navbar-brand {
+    opacity: 1;
+    -webkit-transition: opacity 700ms linear;
+    transition: opacity 700ms linear; }
+
+.menu-text.hidden {
+  display: none;
+  visibility: hidden; }
 
 .navbar a {
   color: #263238; }
 
+.navbar .btn {
+  margin-top: .15rem; }
+
 .navbar-brand {
-  font-size: 2rem;
+  font-size: 1.25rem;
   font-weight: 300; }
+  @media (min-width: 576px) {
+    .navbar-brand {
+      font-size: 2rem; } }
   .navbar-brand img {
     margin-right: 1rem;
     -webkit-transform: translateY(-5px);
             transform: translateY(-5px); }
 
+.display-2 {
+  margin-bottom: 4rem; }
+  @media (max-width: 991px) {
+    .display-2 {
+      font-size: 32px; } }
+
+@media (max-width: 991px) {
+  .display-4 {
+    font-size: 14px; } }
+
+.bg-progress {
+  background-image: -webkit-linear-gradient(left, #fbc02d, #ff8f00);
+  background-image: linear-gradient(to right, #fbc02d, #ff8f00); }
+
 section.intro {
   min-height: 100vh;
   background-image: url("../img/header-background.jpg");
@@ -5655,59 +5109,231 @@ 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: 768px) {
+      section.intro .branding {
+        padding-top: 192px; } }
     section.intro .branding h1 {
       font-weight: 300 !important;
       color: #263238; }
+      @media (max-width: 991px) {
+        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: 768px) {
+        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: 32px;
+      height: 32px;
       fill: #b71c1c; }
+      @media (min-width: 768px) {
+        section.intro .page-scroll .btn {
+          width: 64px;
+          height: 64px; } }
       section.intro .page-scroll .btn:hover {
         fill: white; }
       section.intro .page-scroll .btn svg {
-        width: 24px;
+        width: 12px;
         height: auto;
         position: absolute;
         top: 50%;
-        -webkit-transform: translate(-50%, -50%);
-                transform: translate(-50%, -50%); }
+        -webkit-transform: translate(-50%, -60%);
+                transform: translate(-50%, -60%);
+        -webkit-animation: scroll 3s infinite;
+                animation: scroll 3s infinite; }
+        @media (min-width: 768px) {
+          section.intro .page-scroll .btn svg {
+            width: 24px; } }
 
 section.content-section {
-  padding: 96px 0; }
+  padding: 3rem 0; }
+  @media (min-width: 768px) {
+    section.content-section {
+      padding: 96px 0; } }
 
 section#features,
-section#appliances {
+section#appliances,
+section#fireinfo {
   background-color: #eceff1; }
 
-section#news {
+section#news,
+footer {
   background-color: rgba(38, 50, 56, 0.2); }
 
 section#wishlist {
   background-image: url("../img/wishlist-background.jpg");
   background-size: cover;
   background-position: center center; }
+
+section#fireinfo {
+  border-bottom: 1px solid rgba(38, 50, 56, 0.2); }
+
+#copyright {
+  background-color: rgba(38, 50, 56, 0.3);
+  padding: 1rem 0; }
+
+footer {
+  padding: 3rem 0 0 0; }
+  footer h4 {
+    margin-bottom: 1.25rem; }
+  footer ul li {
+    font-size: 0.875rem;
+    margin-bottom: .75rem; }
+    footer ul li a {
+      color: #263238;
+      text-decoration: none; }
+      footer ul li a:hover {
+        color: #546e7a;
+        text-decoration: underline; }
+  footer .btn-lg, footer .btn-group-lg > .btn {
+    margin-bottom: 2.75rem; }
+    footer .btn-lg svg, footer .btn-group-lg > .btn svg {
+      width: 20px;
+      height: auto;
+      margin-right: 1.125rem;
+      -webkit-transform: translateY(2px);
+              transform: translateY(2px); }
+  footer .btn-sm, footer .btn-group-sm > .btn {
+    box-shadow: none; }
+    footer .btn-sm:hover, footer .btn-group-sm > .btn:hover {
+      box-shadow: none; }
+    footer .btn-sm svg, footer .btn-group-sm > .btn svg {
+      width: auto;
+      height: 28px; }
+
+.feature_icons {
+  width: 40px;
+  height: 100%;
+  float: left;
+  margin-right: .5rem; }
+  .feature_icons svg {
+    width: 32px;
+    height: auto;
+    -webkit-transform: translateY(-4px);
+            transform: translateY(-4px);
+    fill: #b71c1c; }
+
+@-webkit-keyframes scroll {
+  0% {
+    -webkit-transform: translate(-50%, -60%);
+            transform: translate(-50%, -60%); }
+  50% {
+    -webkit-transform: translate(-50%, -30%);
+            transform: translate(-50%, -30%); }
+  100% {
+    -webkit-transform: translate(-50%, -60%);
+            transform: translate(-50%, -60%); } }
+
+@keyframes scroll {
+  0% {
+    -webkit-transform: translate(-50%, -60%);
+            transform: translate(-50%, -60%); }
+  50% {
+    -webkit-transform: translate(-50%, -30%);
+            transform: translate(-50%, -30%); }
+  100% {
+    -webkit-transform: translate(-50%, -60%);
+            transform: translate(-50%, -60%); } }
+
+.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; }
+
+@media (max-width: 991px) {
+  p.lead {
+    font-size: 1rem; } }
+
+.circle {
+  position: relative; }
+  .circle p.lead {
+    color: #546e7a;
+    position: absolute;
+    top: calc(50% - 1.25rem);
+    width: 100%; }
+
+.truncate {
+  width: 100%;
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis; }