
p {
    margin-bottom: .5rem !important;
}

a {
    color: #032c52;
}

.headertop {
    color: #fff !important;
    padding: 6px 8px;
}

    .headertop:hover {
        color: #fff !important;
        background-color: #001100;
    }

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--orange);
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #9c3e08;
    }

::-moz-selection {
    color: white;
    background: var(--orange);
}

::selection {
    color: white;
    background: #001100;
}

input {
    box-sizing: border-box;
}

:root {
    --blue: #01a0ff;
    --darkblue: #292929;
    --orange: #001100;
    --lilywhite: #e7eae8;
    --original: #ccc;
    --locallypainted: #f6c12f;
    --painted: #4083c9;
    --changed: #f9370a;
    --w: 84.375rem;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #020e18;
}

.w1 {
    width: 100%
}

.w5 {
    width: 50%
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 !important;
    margin: 0 !important;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
.page-navigation{
    margin:auto;
    padding:20px;
}
.page-link{
color:#000;
}
.page-link:hover {
    background-color:#001100;
}
.active > .page-link, .page-link.active {
        background-color: #001100;
    }
        ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
    vertical-align: top;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    color: inherit;
    text-decoration: none !important;
}

.svgCont {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 100%;
}

.br5 {
    border-radius: 5px;
}

.cp {
    cursor: pointer
}

.c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cl {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.csb {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.mw {
    max-width: var(--w);
    width: 100%;
    padding: 0 10px;
}

.h100 {
    height: 100%
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}


.SectionHeader {
    font-size: 22px;
    margin-left: 5px;
    margin-bottom: 10px;
    position: relative;
    font-weight:600;
}

    .SectionHeader span:nth-child(2) {
        font-weight: 700;
    }

.fg {
    flex-grow: 1
}


.d {
    display: block;
}

.m {
    display: none;
}

.w {
}

.g5 {
    gap: 5px;
}

.br5 {
    border-radius: 5px;
}

.fco {
    color: var(--orange);
}

.fw6 {
    font-weight: 600;
}


.lh14 {
    line-height: 1.4
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs26 {
    font-size: 26px;
}

.fs28 {
    font-size: 28px;
}

.fs32 {
    font-size: 32px;
}

.px05 {
    padding-left: 5px;
    padding-right: 5px;
}

.px1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px2 {
    padding-left: 20px;
    padding-right: 20px;
}

.px3 {
    padding-left: 30px;
    padding-right: 30px;
}

.px4 {
    padding-left: 40px;
    padding-right: 40px;
}

.py-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.py1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.py3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py3 {
    padding-top: 40px;
    padding-bottom: 40px;
}


.pt2 {
    padding-top: 20px;
}

.pb2 {
    padding-top: 20px;
}

.m0 {
    margin: 0px;
}

.mt05 {
    margin-top: 5px;
}

.mt1 {
    margin-top: 10px;
}

.mt2 {
    margin-top: 20px;
}

.ml05 {
    margin-left: 5px
}

.ml1 {
    margin-left: 10px
}

.ml2 {
    margin-left: 20px
}

.mb3 {
    margin-bottom: 30px
}


.my1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.my3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn {
    height: 40px;
    width: 100%;
    outline: 1px solid #000;
    border: none;
    border-radius: 5px;
    color: white;
    /*font-size: 18px;*/
    color: #001100;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.8s ease;
}

    .btn:hover {
        background-color: var(--darkblue);
        color: white;
    }

.btnBase {
    padding: 8px 22px;
    border-radius: 5px;
    font-weight: 600;
    color: white;
    cursor: pointer;
    background-color: var(--darkblue);
    text-align:center;
}

.btnHeader {
    color: #232427!important;
   /* height: 48px;*/
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    border: 0;
    border-radius: 4px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    font-size: 15px;
    line-height: 24px;
    text-decoration: none;
    transition: color .2s ease-in;
    display: flex;
    overflow-x: hidden;
    font-weight: 600;
    text-transform: uppercase;
    padding:10px 15px;
}

    .btnHeader:hover {
        /*background-color: #f5f5f5;*/
        color: #f15a24 !important;
        border:solid 0.5px #9c3e08;
    }

.btnOrange {
    background-color: var(--orange) !important;
    font-weight: 600;
    padding: 10px 22px;
    color: white !important;
    border-radius: 5px;
    cursor: pointer;
    border:1px solid #001100;
}

    .btnOrange :hover {
        background-color: var(--blue) !important;
        color: white !important;
    }

.btnGrey {
    background-color: var(--lilywhite);
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 5px;
    cursor: pointer;
}


@keyframes slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: 2000px;
    }
}

.bar {
    background-color: #16567d;
    background-image: repeating-linear-gradient( 45deg, transparent, transparent 40px, var(--darkblue) 40px, var(--darkblue) 90px );
    animation: slide 50s linear infinite;
    will-change: background-position;
}

@media (max-width: 768px) {
    body {
        line-height: 1;
        -webkit-text-size-adjust: 100%;
        text-size-adjust: 100%;
    }


    .d {
        display: none;
    }

    .m {
        display: block;
    }
}
