@import url("https://fonts.googleapis.com/css?family=Domine:400,700");
footer {
  background-color: #000000;
  padding-top: 60px;
  padding-bottom: 30px; }

.footer .flex_row {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

.footer .footer-links {
  color: #FFFFFF;
  margin-top: 1em; }
  .footer .footer-links a {
    color: #FFFFFF;
    font-size: 13.6px;
    line-height: 20.4px;
    font-weight: 400;
    -webkit-transition: color 0.5s 0s;
    -o-transition: color 0.5s 0s;
    transition: color 0.5s 0s; }
    .footer .footer-links a:hover {
      color: gray; }
  @media screen and (min-width: 768px) {
    .footer .footer-links {
      text-align: right; } }

.footer p {
  color: #FFFFFF;
  font-size: 0.85em;
  margin-bottom: 1rem; }

.footer .highlight {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px; }

#goTop {
  position: fixed;
  width: 50px;
  bottom: 20px;
  right: 10px;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s; }
  #goTop.cd-fade-out {
    opacity: 0.5; }
  #goTop.cd-is-visible {
    visibility: visible;
    opacity: 1; }
  #goTop.cd-is-visible, #goTop.cd-fade-out {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s; }

.modal .modal-body {
  padding: 2em; }

.modal .modal-content {
  border-width: 0;
  border-radius: 0; }

.modal .title {
  margin-bottom: 1em;
  background-color: black;
  border-bottom: 0.2em solid black;
  font-size: 16px; }
  .modal .title > div {
    padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 0.2em solid #f3e9e1;
    text-align: center;
    font-weight: bold;
    color: #f3e9e1; }

.modal .modal-content .subtitle {
  font-size: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: bold; }

.modal .modal-content p + p {
  font-size: 11px;
  margin: 10px 0; }

.modal .modal-content ol {
  padding-left: 24px;
  margin-bottom: 20px; }
  .modal .modal-content ol > li {
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 11px; }

.modal .modal-footer {
  border-width: 0;
  padding-top: 0;
  padding-bottom: 42px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .modal .modal-footer .btn {
    color: #FFF;
    background-color: black;
    padding-left: 3em;
    padding-right: 3em;
    border-radius: 0;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold; }

.modal .table {
  border-collapse: separate;
  border-spacing: 0 1em; }
  .modal .table th {
    width: 30%;
    border-top-width: 0;
    border-bottom: 2px solid #c9c3bf;
    padding: 0; }
    @media screen and (min-width: 992px) {
      .modal .table th {
        width: 20%; } }
  .modal .table td {
    border-top-width: 0;
    border-bottom: 2px solid #c9c3bf;
    font-size: 15px;
    padding: 0.3rem;
    padding-left: 1em; }
  .modal .table .th {
    background-color: #6c6c6c;
    color: #FFF;
    text-align: center;
    padding: 4px 0;
    font-size: 15px; }

.modal .daily .title {
  background-color: #e24d9a;
  border-bottom-color: #e24d9a;
  font-weight: bold; }

.modal .daily th, .modal .daily td {
  border-bottom-color: #e24d9a; }

.modal .daily .bd-title > div {
  color: #FFF; }

.modal .daily .th {
  background-color: #e24d9a; }

.modal .daily .btn {
  background-color: #e24d9a; }

.modal .monthly .title {
  background-color: #9dade1;
  border-bottom-color: #9dade1;
  font-weight: bold; }

.modal .monthly th, .modal .monthly td {
  border-bottom-color: #9dade1; }

.modal .monthly .bd-title > div {
  color: #FFF; }

.modal .monthly .th {
  background-color: #9dade1; }

.modal .monthly .btn {
  background-color: #9dade1; }

@media screen and (min-width: 992px) {
  .modal .modal-lg {
    max-width: 800px; } }
