﻿#MenuBar {
    display: none;
}

html {
    min-height: 100%;
}

body {
    background-color: White;
}

#body {
    padding: 10px;
}

div#CopyrightFooter p {
    color: #FFFFFF;
}

#CopyrightFooter {
    background-color: #37506E;
    padding-top: .25rem;
    padding-bottom: 1rem;
}

h1 {
    font-family: Helvetica, Sans-Serif;
}

#HighlightsBody h1, h2, h3, h4 {
    color: #37506E;
}

#HighlightsBody p.title {
    color: #37506E !important;
}

#HighlightsBody.EmphasisHeading {
    background-color: #37506E !important;
    color: #FFFFFF !important;
}

#header {
}

.p.title.has-text-centered {
    color: #37506E !important;
}

.logo {
    border: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

#HeaderLogoLink img {
    height: 164px;
    width: 328px;
    display: none;
}

#HeaderLogoLink {
    margin-top: 30px;
}

.button.is-primary, .button.is-info, .orderPolicyButton {
    background-color: #61CE70 !important;
    color: #FFFFFF;
    border-radius: 0px;
}

    .button.is-primary:hover, .button.is-info:hover, .orderPolicyButton:hover {
        background-color: #61CE70 !important;
        color: #FFFFFF;
    }

#OuterContainer {
    padding-top: 0px;
}

#FullBodyDiv {
    background-color: #FFFFFF;
}

article .container {
    background-color: #FFFFFF;
    padding: 1rem;
    margin-bottom: 2rem;
}

article hr {
    background-color: transparent;
}
