  html {
    font-size: 14px;
    font-family: 'Open Sans', Arial, sans-serif;
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.fancy {
    line-height: 0.5;
    text-align: center;
}

    .fancy span {
        display: inline-block;
        position: relative;
    }

        .fancy span:before,
        .fancy span:after {
            content: "";
            position: absolute;
            height: 5px;
            border-bottom: 1px solid #ccc;
            top: 0;
            width: 50px;
        }

        .fancy span:before {
            right: 100%;
            margin-right: 15px;
        }

        .fancy span:after {
            left: 100%;
            margin-left: 15px;
        }

.k-button-solid-primary {
    background-color: #ffe272;
    border-color: #ffcd0c;
    color: #333333;
    font-weight:500;
}

    .k-button-solid-primary:hover {
        background-color: #ffd83f;
        border-color: #cea300;
        color: #333333;
    }

.new-logo {
    padding: 12px 0 12px 0
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #60688b;
}

.nav-link {
    color: #615d60;
}

h1 {
    font-size: 1.5rem !important;
}