:root {
    overflow-x: hidden;
    overflow-y: scroll;
}

.standard {
    font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    color: #1D1D1D;
}

.standard2 {
    font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
    font-size: 13px;
    color: #1D1D1D;
}

.justify {
    text-align: justify;
}

.title {
    font-size: 22px;
    color: #7F8080;
}

.topstrapline {
    font-size: 22px;
    color: #3A5DA7;
}

.strapline {
    font-size: 20px;
    color: #ffffff;
}

.strapline_body {
    font-size: 20px;
    color: #ffffff;
}

.strapline_header {
    font-size: 24px;
    color: #ffffff;
}

.strapline_title {
    font-size: 30px;
    color: #ffffff;
}

.header {
    font-size: 12px;
    font-weight: bold;
    color: #01AF4F;
}

.header2 {
    font-size: 12px;
    font-weight: bold;
    color: #3A5DA7;
}

.header3 {
    font-size: 15px;
    font-weight: bold;
    color: #3A5DA7;
}

.rowheader {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.small {
    font-size: 9px;
}

.white {
    color: #ffffff;
}

.highlight {
    color: #01AF4F;
}

.footer {
    font-size: 10px;
    color: #939393;
}

.spaced {
    line-height: 140%;
}

a {
    color: #01AF4F;
    text-decoration: none;
}

    a:hover {
        color: #3A5DA7;
    }

    a.footer {
        color: #939393;
    }

        a.footer:hover {
            color: #1D1D1D;
        }

    a.subnav {
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
    }

        a.subnav:hover {
            color: #ffffff;
        }

    a.subnav_on {
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
    }

        a.subnav_on:hover {
            color: #ffffff;
            text-decoration: underline;
        }

form {
    margin: 0px;
}

.formfield {
    font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    color: #1D1D1D;
    background-color: #F2F2F2;
    border-width: 1px;
    border-style: solid;
    border-color: #B4B4B4;
}

.formbutton {
    font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    background: #3A5DA7;
    border-width: 2px;
    border-style: solid;
    border-left-color: #688EDA;
    border-top-color: #688EDA;
    border-bottom-color: #25437F;
    border-right-color: #25437F;
}

img {
    border-style: none;
}

.cookie {
    top: -100%;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
    font-family: 'Tahoma';
    font-size: 0.875rem;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -moz-box-orient: horizontal !important;
    -moz-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.btn-primary {
    color: #fff;
    background-color: #01AF4F;
    border-color: #01AF4F;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    line-height: 1.5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
}

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

.mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.cookie.position-fixed {
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    position: fixed;
}