/* Sticky Footer Classes */

html,
body {
  height     : 100%;
  font-family: "Open Sans";
  font-size  : 0.97rem;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
  border-top : 3px solid #942F26;
}

/* Other Classes for Page Styling */

.form-group label {
  border       : 3px solid #FFF;
  border-bottom: none;
  margin-bottom: 0px;
  padding      : 3px 10px 3px 5px;
}

.btn-green {
  border       : 3px solid #4a9426;
  color        : #4a9426;
  background   : transparent;
  border-radius: 0px;
  background   : transparent;
}

.btn-green:hover {
  /*color: #181A1D;
  background: #4a9426;*/
  color     : #4a9426;
  background: #242629;
}

.input {
  border       : 3px solid #FFF;
  color        : #FFF;
  background   : transparent;
  border-radius: 0px;
  outline      : 0px !important;
  box-shadow   : none !important;
}

.input:active {
  outline: 0px !important;
}

.input:focus {
  border       : 3px solid #FFF;
  color        : #FFF;
  background   : transparent;
  border-radius: 0px;
  /*box-shadow : 0 0 3px 3px #266f94;*/
  background   : #242629;
  outline      : 0px !important;
}

.bg-green {
  background: #4a9426;
}

.bg-red {
  background: #942F26;
}

.text-red {
  color: #942F26;
}

.underline {
  text-decoration: underline;
}

.bg-dark2 {
  background: #242629;
}

.bg-default {
  /*background: #333;*/
  background: #181A1D;
}

.bg-success {
  background: #1f8753;
}

.main a {
  color: #FFF;
}

a:hover {
  color: #FFF;
}

.main a.text-link {
  text-decoration     : #000;
  margin              : 0 2px;
  position            : relative;
  color               : #942F26;
  color               : #266f94;
  transition-property : text-decoration;
  transition-duration : .3s;
  text-decoration-skip: ink;
}

.infobox a.text-link {}

.main a.text-link:hover {
  text-decoration: underline;
}

.main a.text-link:before {
  display            : none;
  position           : absolute;
  z-index            : -1;
  top                : 100%;
  left               : 0;
  width              : 100%;
  height             : 1px;
  background-color   : #942F26;
  content            : '';
  transition-property: height, top;
  transition-duration: .3s;
}

.main a.text-link:hover:before {
  height: 90%;
  top   : 10%;
}

@keyframes slide {
  100% {
    width: 100%;
  }
}

.bg-info {
  background: #1f5387;
}

.navbar {
  box-shadow    : 0 4px 2px -2px #181A1D;
  padding-top   : 0px;
  padding-bottom: 0px;
}

.main {
  padding-top     : 70px;
  /*padding-bottom: 100px;*/
}

.main h1,
.main h2 {
  color             : #942F26;
  /*border-left     : 3px solid #942F26;
   border-bottom    : 3px solid #942F26;
  border            : 3px solid #942F26;
  padding-left      : 5px;*/
}

.main h1:before,
.main h2:before {
  content: "/";
}

.main h1:after,
.main h2:after {
  content: "";
}

/**/

#circle {
  width : 50px;
  height: 50px;
}

.loader {
  width        : calc(100% - 0px);
  height       : calc(100% - 0px);
  border       : 2px solid transparent;
  border-top   : 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  border-radius: 50%;
  animation    : rotate 5s linear infinite;
}

.loader2 {
  width        : calc(100% - 0px);
  height       : calc(100% - 0px);
  border       : 2px solid transparent;
  border-left  : 2px solid #FFF;
  border-right : 2px solid #FFF;
  border-radius: 50%;
  animation    : rotateL 5s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

.rotateL {
  animation    : rotateL 5s linear infinite;
  padding      : 6.0333px;
  padding-top  : 11.0333px;
  padding-right: 10.0333px;
}

@keyframes rotateL {
  100% {
    transform: rotate(-720deg);
  }
}

/**/
.cta {
  height : 38.5px;
  /*width: 50px;*/
  width  : 40px;
  cursor : pointer;
}

.navbar-dark .navbar-toggler {
  padding     : 0px;
  border-color: transparent;
}

.toggle-btn {
  height          : 3px;
  width           : 22px;
  background-color: #fff;
  position        : relative;
  top             : 46.5%;
  left            : 0;
  margin          : auto;
  transition      : all 0.3s ease-in-out;
}

.toggle-btn:before {
  content   : "";
  height    : 3px;
  width     : 22px;
  box-shadow: 0 -8px 0 0 #fff;
  position  : absolute;
  top       : 0;
  left      : 0;
  transition: all 0.3s ease-in-out;
}

.toggle-btn:after {
  content   : "";
  height    : 3px;
  width     : 22px;
  box-shadow: 0 8px 0 0 #fff;
  position  : absolute;
  top       : 0;
  left      : 0;
  transition: all 0.3s ease-in-out;
}

.active .toggle-btn {
  background-color: transparent;
  transition      : all 0.2s ease-in-out;
}

.active .toggle-btn:before {
  top       : -0.5px;
  transition: all 0.3s ease-in-out;
}

.active .toggle-btn:after {
  top       : -0.5px;
  transition: all 0.3s ease-in-out;
}

.active .type16 {
  transform : rotate(360deg);
  transition: all 0.6s ease-in-out;
}

.active .type16:before {
  left      : 5.5px;
  transform : translateY(6px) rotate(-45deg);
  box-shadow: 0 -8px 0 0 #942F26;
}

.active .type16:after {
  left      : 5.5px;
  transform : translateY(-5.5px) rotate(45deg);
  box-shadow: 0 8px 0 0 #942F26;
}

.triangle {
  width        : 0px;
  height       : 0px;
  margin-bottom: -5px;
  margin-left  : -2px;
  border-bottom: 0px solid transparent;
  border-left  : 17.3205px solid transparent;
  border-right : 17.3205px solid transparent;
  border-top   : 30px solid #FFF;
  opacity      : 75%;
}

.triangle2 {
  position        : absolute;
  width           : 50px;
  height          : 50px;
  border-radius   : 25px;
  background-image: url("../img/logo.png");
  background-size : 100%;
}

.main hr {
  border    : none;
  height    : 3px;
  background: #942F26;
}

.main pre {
  color      : rgba(255, 255, 255, .5);
  border-left: 3px solid #942F26;
  padding    : 12px 10px 12px 10px;
  background : #242629;
  font-size  : 80%;
}

.main ul {
  list-style  : none;
  /* Remove default bullets */
  padding-left: 20px;
}

.main ul li::before {
  content    : "\25B8";
  color      : #942F26;
  font-weight: bold;
  width      : 1.25em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
  display    : inline-block;
  /* Needed to add space between the bullet and the text */
}

.infobox {
  display    : flex;
  align-items: center;
  background : #242629;
  color      : #dead00;
  border     : 3px solid #dead00;
  padding    : 0px;
}

.infobox:before {
  content    : "\26A0";
  padding    : 0px 10px 0px 10px;
  margin     : 0px;
  margin-top : -2px;
  line-height: 0;
  font-size  : 200%;
  height     : 100%;
}

.infobox-content {
  padding    : 12px 10px 12px 10px;
  border-left: 3px solid #dead00;
}

.main>p>img,
.main>p>a>img {
  border    : 3px solid #942F26;
  text-align: center;
  max-width : 100%;
}

.bold {
  font-weight: bold;
}

.large {
  font-size  : 200%;
  line-height: 0px;
}