@font-face {
    font-family: 'Arvo';
    src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
    font-display: swap;
}

/** bohhhh... **/
.input-group-btn {
    font-size: inherit !important;
}
/* slightly larger font for mobile devices */
@media screen and (max-device-width: 480px) and (orientation: portrait) {
    html, body, .modal-content, .btn {
        font-size: 1.06em;
    }
    .input-group-btn .btn {
        font-size: 0.8em;
    }
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}
.main_page_container {
    overflow: hidden !important;
}

body {
    overflow-x: hidden;
    display: block !important;
}

@media (min-width: 768px) {
    .main_container-navbar_transparent.noheader {
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .main_container-navbar_transparent.noheader {
        margin-top: 55px;
    }
}
.main_container.noheader.nonav {
    margin-top: 55px;
}
.main_container.hidenav {
    margin-top: 0 !important;
}

ol, ul {
    display: block;
}
li > ol, li > ul {
    display: block;
}

h3, h4 {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
}
.btn {
    border-color: transparent !important;
}

/* removed margin bottom */
.row.main_row {
    padding-left: 15px;
    padding-right: 15px;
    /* margin-bottom: 1em; */
}
.row.main_row .container-fluid {
    width: 100%;
}

@media (max-width: 768px) {
    .row.height_mobile_fullscreen, .row.height_mobile_100 {
        height: 100vh;
        align-items: center;
    }
    .row.height_mobile_75 {
        min-height: 75vh;
        align-items: center;
    }
    .row.height_mobile_50 {
        min-height: 50vh;
        align-items: center;
    }
    .row.height_mobile_33 {
        min-height: 33vh;
        align-items: center;
    }
    .row.height_mobile_25 {
        min-height: 25vh;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .row.height_desktop_fullscreen, .row.height_desktop_100 {
        height: 100vh;
        transition: all 0.4s ease;
        align-items: center;
    }
    .row.height_desktop_75 {
        height: 75vh;
        align-items: center;
    }
    .row.height_desktop_50 {
        height: 50vh;
        align-items: center;
    }
    .row.height_desktop_33 {
        height: 33vh;
        align-items: center;
    }
    .row.height_desktop_25 {
        height: 25vh;
        align-items: center;
    }
}

.container {
    position: relative;
}
.container.overlay {
    color: #ddd;
}


/* fullwidth stuff */
.row.fullwidth {
    margin: 0 !important;
    padding: 0 !important;
}
.row.fullwidth .container, .row.fullwidth .container-fluid {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.row.fullwidth .widget_container, .row.fullwidth .widget {
    margin: 0 !important;
    padding: 0 !important;
}

.container-fluid .row.fullwidth {
    /*
    margin-left: -15px !important;
    margin-right: -15px !important;
    */
}

@media (max-width: 768px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-right: 7px;
        padding-left: 7px;
    }

    ul, ol {
        padding-left: 1em !important;
    }
    p img {
        display: block;
        float: none !important;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .page-navbar-fixed-top {
        padding-top: 51px;
    }
}

@media (min-width: 768px) {
    /* flexbox only for desktop */
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        flex-wrap: wrap;
        justify-content: center;
        /*align-items: center;*/
    }

    .body_sidebar_container .main_row {
        margin: 0 !important;
    }

    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: 10px;
    }

    body {
        font-size: 15px;
    }

    p {
        margin-bottom: 15px;
    }

    .pull-left-desktop {
        float: left !important;
    }
    .pull-right-desktop {
        float: right !important;
    }

    /** video wrapper - @see https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */
    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .page-navbar-fixed-top {
        padding-top: 61px;
    }

    .col-sm-12 {
        min-width: 100%;
    }
}


video {
    max-width: 100%;
}


/* checkboxes and radio */
.checkbox, .radio {
    text-align: left;
}
input.number {
    text-align: right;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    /* margin-top: -5px; */
}


/* input groups (for example the search form in the sidebar) */
.form-inline .input-group>.form-control {
    /*width: 80%;*/
    height: 35px;
}
.input-group-addon {
    width: 20%;
    height: 35px;
}


/* main-nav margin, we actually have a 5px padding, not a 15px... */
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -5px;
    margin-left: -5px;
}

button.close, button.close:hover {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

table th, table.td_centered td {
    text-align: center;
}


/*
@import url('https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.4.1/css/simple-line-icons.css');
@import url('/css/typicons/typicons.css');
*/