@font-face {
  font-family: "Raleway";
  src: url("https://incom-static-content.s3.eu-west-1.amazonaws.com/assets/font/Raleway-Regular.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  src: url("https://incom-static-content.s3.eu-west-1.amazonaws.com/assets/font/Raleway-Bold.ttf");
}
body {
  font-family: "Raleway", raleway-regular;
  font-size: 13px;
}

strong {
  font-family: "Raleway-Bold", raleway-bold !important;
}

p {
  text-align: justify;
}

.text-bold {
  font-family: "Raleway-Bold", raleway-bold !important;
}

.bar {
  padding: 10px;
  margin: 10px;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
  display: none;
}

/* (B) THE VARIATIONS */
.info {
  color: #204a8e;
  background: #c9ddff;
  border: 1px solid #4c699b;
}

.success {
  color: #2b7515;
  background: #ecffd6;
  border: 1px solid #617c42;
}

.warn {
  color: #756e15;
  background: #fffbd1;
  border: 1px solid #87803e;
}

.error {
  color: #ba3939;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
}

main {
  min-height: 100vh;
}

h1 {
  font-family: "Raleway-Bold", raleway-bold;
}

.btn-incom-gold {
  padding: 20px;
  border-radius: 25px;
  font-family: "Raleway-Bold", raleway-bold;
  font-size: 1.5em;
  border: 0;
  color: #DEF6DE;
  background-color: #FFDB5E;
}

.btn-incom-dark {
  padding: 20px;
  border-radius: 25px;
  font-family: "Raleway-Bold", raleway-bold;
  font-size: 1.5em;
  border: 0;
  color: #DEF6DE;
  background-color: #194246;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.input {
  margin: 5px;
  width: 100%;
  min-height: 40px;
}

.contact-btn {
  padding: 15px;
  color: #DEF6DE;
  background-color: #194246;
  border-radius: 0.2em;
  float: right;
}

.contact-btn:hover {
  color: #194246;
  background-color: #FFDB5E;
}

.modal-spinner {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .modal-spinner {
  display: block;
}

body.loading-100 {
  overflow: hidden;
}

body.loading-100 .modal-spinner {
  display: block;
  background: #F2F2F2 url("https://i.stack.imgur.com/FhHRx.gif") 50% 50% no-repeat;
}

.text-silver {
  color: #DEF6DE;
}

.text-gold {
  color: #FFDB5E;
}

.text-platinum {
  color: #2DC4B5;
}

.text-diamond {
  color: #194246;
}

.text-white {
  color: #ffffff;
}

.dataTables_filter {
  margin-bottom: 1em;
  float: right;
}

.dataTables_filter label input {
  margin-left: 0.5em;
}

.dataTables_paginate {
  margin-top: 1em;
  font-size: 1.1em;
}

.dataTables_paginate .paginate_button {
  margin-right: 1em;
  background-color: #DEF6DE;
  color: #194246;
  padding: 0.5em;
}

.dataTables_paginate .disabled {
  background-color: #F2F2F2;
}

body {
  background: #BCBCCC;
}

.modal-cookie {
  background-color: white;
  margin-top: 5em;
  padding: 1em;
}

.cookie-image-div {
  display: flex;
  justify-content: center;
}

.card {
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.cookies a {
  text-decoration: none;
  color: #000;
  margin-top: 8px;
}

.cookies a:hover {
  text-decoration: none;
  color: blue;
  margin-top: 8px;
}

.copy-to-clipboard-button {
  font-size: 0.5em;
  background-color: #194246;
  color: #DEF6DE;
  padding: 0.5em;
  border-radius: 25em;
  margin: 1em;
}

footer {
  margin-top: 50px;
}

.footer-logo-div {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.site-footer {
  background-color: #26272b;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.site-footer hr {
  border-top-color: #bbb;
  opacity: 0.5;
}

.site-footer hr.small {
  margin: 20px 0;
}

.site-footer h6 {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 5px;
  letter-spacing: 2px;
}

.site-footer a {
  color: #737373;
}

.site-footer a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links {
  padding-left: 0;
  list-style: none;
}

.footer-links li {
  display: block;
}

.footer-links a {
  color: #737373;
}

.footer-links a:active, .footer-links a:focus, .footer-links a:hover {
  color: #3366cc;
  text-decoration: none;
}

.footer-links.inline li {
  display: inline-block;
}

.site-footer .social-icons {
  text-align: right;
}

.site-footer .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: 6px;
  margin-right: 0;
  border-radius: 100%;
  background-color: #33353d;
}

.copyright-text {
  margin: 0;
}

@media (max-width: 991px) {
  .site-footer [class^=col-] {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer {
    padding-bottom: 0;
  }

  .site-footer .copyright-text, .site-footer .social-icons {
    text-align: center;
  }

  .footer-logo-div {
    justify-content: left;
  }
}
.social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin-bottom: 4px;
}

.social-icons li.title {
  margin-right: 15px;
  text-transform: uppercase;
  color: #96a2b2;
  font-weight: 700;
  font-size: 13px;
}

.social-icons a {
  background-color: #eceeef;
  color: #818a91;
  font-size: 16px;
  display: inline-block;
  line-height: 44px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-icons a:active, .social-icons a:focus, .social-icons a:hover {
  color: #fff;
  background-color: #29aafe;
}

.social-icons.size-sm a {
  line-height: 34px;
  height: 34px;
  width: 34px;
  font-size: 14px;
}

.social-icons a.facebook:hover {
  background-color: #3b5998;
}

.social-icons a.twitter:hover {
  background-color: #00aced;
}

.social-icons a.linkedin:hover {
  background-color: #007bb6;
}

.social-icons a.instagram:hover {
  background-color: #ea4c89;
}

@media (max-width: 767px) {
  .social-icons li.title {
    display: block;
    margin-right: 0;
    font-weight: 600;
  }
}
/*# sourceMappingURL=footer.css.map */

/*# sourceMappingURL=footer.css.map */
