@font-face {
    font-family: 'Helvetica Neue';
    src: url('./fonts/HelveticaNeueLTStd-Roman.otf') format('truetype');
}

body {
    overflow-x: hidden;
}

body {
  font-family: Helvetica Neue, Arial, sans-serif;
}

    body > form {
        overflow-x: hidden;
    }

/* Lazy Loading */
img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}

    img.lazy-load.is-loaded {
        opacity: 1;
    }

/*#Content {
    min-height: calc(100vh - 140px);
}*/

.maroon-background {
    background-color: #710a2c;
    color: white;
}

.gray-background {
    background-color: #242020;
    color: white;
}

.white-background {
    background-color: white;
    color: black;
}

a:not([class]) {
    color: #710a2c;
}

.maroon-background a:not([class]), .gray-background a:not([class]) {
    color: #63b9dd;
}

.btn {
  border-radius: 0%;
  border: none;
  color: white;
}

.btn-primary {
  background-color: #710a2c;
  border: none;
}
.btn-primary:hover {
  background-color: #a00e3e;
  color: white;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #a00e3e;
  color: white;
}
.horizontal-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-pad {
    padding: 3rem 0;
}

.horizontal-pad {
    padding: 0 10%;
}

.program-type img {
    margin: 0 2rem;
    height: auto !important;
    max-width: 191px !important;
    width: 100% !important;
}

.bordered {
    border-left: 1px solid black;
    border-right: 1px solid black;
}

@media (max-width:768px) {
    .bordered {
        border-left: 0;
        border-right: 0;
    }
}

.gray-background {
    background-color: #242020;
    color: white;
}

    .gray-background h4,
    .gray-background h3,
    .gray-background h2,
    .gray-background h1 {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        letter-spacing: 4px;
        padding-top: 1rem;
    }

    .gray-background a:not(.btn) {
        color: lightblue;
    }

    .gray-background hr {
        border-color: white;
        color: white;
        width: 10rem;
    }

.white-background {
    background-color: white;
    color: black;
}

    .white-background h4,
    .white-background h3,
    .white-background h2,
    .white-background h1 {
        text-transform: uppercase;
        font-family: "Times New Roman", Times, serif;
        letter-spacing: 4px;
        padding-top: 1rem;
    }

    .white-background hr {
        border-color: black;
        width: 10rem;
    }

.light-gray-background {
    background-color: #333333;
}

@media only screen and (min-width: 992px) {
    #Navbar {
        margin-bottom: 99px;
    }

    .no-flexbox #Navbar {
        margin-bottom: 165px;
    }
}

/*# sourceMappingURL=skin.css.map */
