header#masthead,
footer#colophon {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    overflow: hidden;
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: "Martel Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    color: #FFFFFF;
    line-height: 1.6;
    overflow: hidden;
    height: 100%;
    min-width: 320px;
}

img {
    max-width: 100%;
}
a,
.btn {
    text-decoration: none !important;
}
button:focus,
.btn:focus {
    outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Martel Sans", serif;
    font-weight: 700;
    line-height: 1.4;
}


h1,
.h1 {
    font-size: 50px;
}
h2,
.h2 {
    font-size: 35px;
}
h3,
.h3 {
    font-size: 28px;
}
h4,
.h4 {
    font-size: 20px;
}
@media only screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 40px;
    }
    h2,
    .h2 {
        font-size: 30px;
    }
    h3,
    .h3 {
        font-size: 24px;
    }
}

.wi100 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.overflow-hidden,
div#page.site,
div#content.site-content,
div#content.site-content > .site-content_wrap,
div#content.site-content .site-content_wrap > .row,
div#content.site-content .site-content_wrap > .row > div#primary,
div#content.site-content .site-content_wrap > .row > div#primary > main#main.site-main {
    overflow: hidden;
    height: 100%;
}
.overflow-auto{
    overflow: auto;
    height: 100%;
}
.height{
    height: 100%;
}

.btn {
    border-radius: 0;
    border-width: 2px;
    font-size: 18px;
    font-weight: 700;
    white-space: normal;
    padding: 15px 15px 10px;
    min-width: 250px;
}

.btn-primary {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #000000;
    border-color: #ffffff;
}

.btn-secondary {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}
.btn-secondary:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}


/* Body Css */
body {
    /*background-image: url('../img/bgimg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    position: relative;
    z-index: 1;
    padding-bottom: 70px; 
}
/*body:before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: fixed;
    z-index: -1;
    background-color: #FFFFFF;
    opacity: 0.60;
}*/

/* Bottom Bar Css */
.bottom-bar {
    background-color: #C00000;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 998;
}
.bottom-bar .container {
    max-width: 360px;
}
.bottommenu-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 70px;
    margin: 0 -5px;
}
.bottommenu-box {
    display: block;
    text-align: center;
    padding: 0 5px;
}
.bottommenu-box > a {
    display: block;
    padding: 10px 0 5px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
}
.bottommenu-box > a:hover,
.bottommenu-box > a:focus {
    color: #FFFFFF;
}
.bottommenu-box > a > img {
    width: 25px;
    margin: 0 auto 8px;
    display: block;
}


/* Steptext1 Css */
.steptext1 {
    padding: 40px 0;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}
.steptext1 p {
    color: #000000;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 20px;
}
.steptext1 p:last-child {
    margin-bottom: 0px; 
}
.steptext1 h3 {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
.titlebox {
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-weight: 700;
    margin-bottom: 30px;
    border-bottom: 2px solid #000000;
}
.listnumbering {
    text-align: left;
    margin-bottom: 30px;
}
.listnumbering p {
    margin-bottom: 15px;
}
iframe.iframebox {
    width: 100% !important;
    height: 100% !important;
}
.logged-in.admin-bar iframe.iframebox{
    height: calc(100% - 30px) !important;
}
@media only screen and (max-width: 782px) {
    .logged-in.admin-bar iframe.iframebox{
        height: calc(100% - 46px) !important;
    }
}