﻿html {
    height: 100%;
}

body {
    font-family: 'Barlow', sans-serif;
    height: 100%;
    background-color: #ffffff;
    color: #11213a;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.heading-font {
    font-family: 'Aleo', serif;
}
.mainContent.lms-landing-wrapper{
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
}

form.main {
    height: 100%;
}

#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    flex: 1 0 auto;
}

p {
    margin: 0 0 11px;
}

img {
    border: none;
    vertical-align: middle;
    width: 100%;
}

a, a:visited {
    font-family: 'Barlow', sans-serif;
    color: #0b40c4;
    text-decoration: none;
}

    a:hover, a:active {
        color: rgba(11, 64,196, 0.7);
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h1 {
    font-family: 'Aleo', serif;
    font-weight: 700;
    font-size: 48px;
}

h2 {
    font-family: 'Aleo', serif;
    font-weight: 700;
    color: #0b40c4;
    font-size: 31px;
    text-transform: uppercase;
}

h3 {
    font-family: 'Aleo', serif;
    font-weight: 700;
    color: #f5b503;
    font-size: 22px;
}

h4 {
    font-family: 'Aleo', serif;
    font-weight: 700;
    color: #f5b503;
    font-size: 18px;
}

h5 {
    font-family: 'Aleo', serif;
    font-weight: 700;
    color: #f5b503;
    font-size: 22px;
}

hr {
    border-width: 1px;
}

    hr.spacer {
        border: none;
        width: 100%;
        height: 15px;
    }

    hr.black {
        border-color: #11213a;
        margin-top: 25px;
    }

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

.uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

.maxWidth {
    max-width: 1200px;
    margin: 0 auto;
}

.oneHalf {
    width: 50%;
}

.oneThird {
    width: 33.333333%;
}

.twoThirds {
    width: 66.666666%;
}

.oneFifth {
    width: 20%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.noFloat {
    float: none;
}

a.button {
    color: #FFFFFF;
}

.button {
    display: inline-block;
    font-family: "factoria", serif;
    font-weight: 700;
    border: 2px solid #713C17;
    font-size: 17px;
    padding: 15px 45px;
    border-radius: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #713C17;
    cursor: pointer;
}

a.button.light {
    color: #713C17;
}

.button.light {
    color: #713C17;
    background-color: #FFFFFF;
}

a.button.dark {
    color: #F25526;
}

.button.dark {
    color: #F25526;
    border-color: #F25526;
}

a.button.gold {
    color: #713C17;
}

.button.gold {
    color: #713C17;
    border-color: #713C17;
    background-color: #C58540;
    padding: 15px 35px;
}

@media screen and (min-width : 768px) {
    /* hide mobile */
    .mobileOnly {
        display: none;
    }
}

@media screen and (max-width : 767px) {
    .oneThird {
        width: 100%;
    }

    .twoThirds {
        width: 100%;
    }

    .oneFifth {
        width: 100%;
    }

    .desktopOnly {
        display: none;
    }

    .left, .right {
        float: none;
    }

    .mobile-text-center {
        text-align: center;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    form {
        display: flex;
        flex-direction: column;
    }

    #wrapper {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }
}

a.btn, button.btn, div.btn, input[type="submit"].btn{
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 30px;
    background-color: #0b40c4;
    border: 1px solid #0b40c4;
    padding: 10px 40px;
}
    a.btn:hover, button.btn:hover, div.btn:hover, input[type="submit"]:hover {
        background-color: rgba(11, 64,196, 0.7);
        color: #ffffff;
    }
a.btn-blue, a.btn-blue:visited, button.btn-blue, button.btn-blue:visited {
    color: #ffffff;
    background-color: #0b40c4;
    border-color: #0b40c4;
}
a.btn-blue:hover, button.btn-blue:hover{
    background-color: rgba(11, 64,196, 0.7);
    color: #ffffff;
}
a.btn-yellow, a.btn-yellow:visited, button.btn-yellow, button.btn-yellow:visited, input[type="submit"].btn-yellow, input[type="submit"].btn-yellow:visited {
    color: #ffffff;
    background-color: #f5b503;
    border-color: #f5bf03;
}
    a.btn-yellow:hover, button.btn-yellow:hover, input[type="submit"].btn-yellow:hover{
        background-color: rgba(245, 191, 3, 0.7);
        color: #ffffff;
    }
a.btn-blue-dark, a.btn-blue-dark:visited {
    color: #11213a;
    background-color: #356fe5;
    border-color: #356fe5;
}

    a.btn-blue-dark:hover {
        background-color: rgba(53, 111,229, 0.7);
        color: #11213a;
    }
a.btn-yellow-2, a.btn-yellow-2:visited {
    color: #f5b503;
    background-color: #ffffff;
    border-color: #f5b503;
}

    a.btn-yellow-2:hover {
        background-color: rgba(245, 191, 3, 0.2);
        color: #f5b503;
    }
a.btn-yellow-3, a.btn-yellow-3:visited {
    color: #11213a;
    background-color: #ffffff;
    border-color: #f5b503;
}

    a.btn-yellow-3:hover {
        background-color: rgba(245, 191, 3, 0.2);
        color: #11213a;
    }
a.btn-yellow-4, a.btn-yellow-4:visited {
    color: #c69009;
    background-color: #ffffff;
    border-color: #f5b503;
}

    a.btn-yellow-4:hover {
        background-color: rgba(245, 191, 3, 0.2);
        color: #c69009;
    }
