﻿:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: #000;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h1, h2, h3, h4, h5, h6 {
    margin-top: 0
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

b, strong {
    font-weight: bolder
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: 1rem
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 600;
    line-height: 1.2
}

.h1, h1 {
    font-size: 2.5rem
}

.h2, h2 {
    font-size: 2rem
}

.h4, h4 {
    font-size: 1.5rem
}

.h5, h5 {
    font-size: 1.25rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}

.small, small {
    font-size: 80%;
    font-weight: 400
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    justify-content: center;
    margin-left: -15px
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .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-lg-auto, .col-md, .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-md-auto, .col-sm, .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-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.offset-1 {
    margin-left: 8.333333%
}

@media (min-width:576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .offset-md-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.25rem - 1px);
            border-top-right-radius: calc(.25rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.25rem - 1px);
            border-bottom-left-radius: calc(.25rem - 1px)
        }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .5rem;
    margin-top: .1rem
}

.card-text:last-child {
    margin-bottom: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #23827f;
    border-color: #23827f
}

    .btn-primary:hover {
        color: #fff;
        background-color: #6fcacd;
        border-color: #6fcacd
    }

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #6fcacd;
        border-color: #0062cc;
        box-shadow: 0 0 0 .2rem rgba(38,143,255,.5)
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff
    }

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@font-face {
    font-family: maf;
    src: url('/fonts/maf.eot?V1400800a');
    src: url('/fonts/maf.eot?V1400800a#iefix') format('embedded-opentype'),url('/fonts/maf.woff2?V1400800a') format('woff2'),url('/fonts/maf.ttf?V1400800a') format('truetype'),url('/fonts/maf.woff?V1400800a') format('woff'),url('/fonts/maf.svg?V1400800a#maf-') format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" maf-"], [class^=maf-] {
    font-family: maf !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

@-webkit-keyframes maf-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes maf-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.maf-check:before {
    content: ""
}

.maf-close:before {
    content: ""
}

.maf-envelope:before {
    content: ""
}

.maf-facebook:before {
    content: ""
}

.maf-linked-in:before {
    content: ""
}

.maf-twitter:before {
    content: ""
}

.maf-phone:before {
    content: ""
}

.maf-scalable:before {
    content: ""
}

.maf-predictable:before {
    content: ""
}

.maf-flexible:before {
    content: ""
}

.maf-configurable:before {
    content: ""
}

.maf-engaging:before {
    content: ""
}

.maf-employers:before {
    content: ""
}

.maf-hospitals:before {
    content: ""
}

.maf-wellness-consultant:before {
    content: ""
}

.maf-fitness-professionals:before {
    content: ""
}

.maf-brokers:before {
    content: ""
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

    .table .table-row.bottom-border:not([style="display: none"]):last-of-type, .table-row.bottom-border, .table.bottom-border {
        border-bottom: 1px solid #dedede
    }

    .table.top-border {
        border-top: 1px solid #dedede
    }

.table-body {
    background-color: #fff
}

.table .table-row-footer:after, .table .table-row-footer:before, .table .table-row-heading::after, .table .table-row-heading::before, .table .table-row-nodata:after, .table .table-row-nodata:before, .table .table-row-summary:after, .table .table-row-summary:before, .table .table-row:after, .table .table-row:before {
    display: table;
    content: " "
}

.table .table-row, .table .table-row-heading {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

    .table .table-row-heading.block, .table .table-row-heading.no-flex, .table .table-row.block, .table .table-row.no-flex {
        display: block
    }

    .table .table-row-footer:after, .table .table-row-heading::after, .table .table-row-nodata:after, .table .table-row-summary:after, .table .table-row:after {
        clear: both
    }

.table .table-row, .table .table-row-footer, .table .table-row-nodata, .table .table-row-summary {
    border-bottom: 1px solid #dedede
}

    .table .table-row:last-of-type, .table .table-row:not([style="display: none"]):last-of-type {
        border-bottom: none
    }

.table .table-row-noborder {
    border: none
}

.table.table-form .table-row div:first-of-type {
    font-weight: 600
}

.table .table-cell {
    padding: 10px;
    word-break: break-word
}

.table .table {
    background-color: inherit
}

.table .table-cell.form-control-label {
    line-height: 34px;
    padding-left: 0;
    text-align: left
}

.table.table-margin {
    margin-top: 50px
}

@media (max-width:767px) {
    .table .table-row .table-cell .maf {
        display: inline
    }
}

.table-border-top {
    border-top: 1px solid #dedede
}

.table-cell {
    vertical-align: middle
}

.p-t-sm {
    padding-top: 16px !important
}

.p-t-md {
    padding-top: 20px !important
}

.p-l-md {
    padding-left: 20px !important
}

.p-tb-sm {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.row.flex-stretch::before, .row.flex-wrap::after, .row.flex-wrap::before, .row.flex::after, .row.flex::before, .table .table-row-heading::before, .table .table-row::after, .table .table-row::before {
    display: none
}

.table-row.background {
    background-color: initial
}

.p-lr-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

    .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
        margin-left: -1px
    }

    .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
        z-index: 3
    }

    .input-group > .custom-file .custom-file-input:focus {
        z-index: 4
    }

    .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    overflow: hidden;
    opacity: 0
}

body {
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
    font-size: 1.2rem;
    background-color: #f6f6f6
}

a {
    color: #23827f;
    text-decoration: none;
    background-color: transparent
}

    a:hover {
        color: #0c5b58;
        text-decoration: underline
    }

svg {
    vertical-align: middle
}

.navbar-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    background-color: rgba(190,231,232,.7);
    z-index: 999
}

.navbar-scroll {
    background-color: #fff;
    border-bottom: 1px solid #23827f;
    border-radius: 0;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

.bsdi-menu-selected {
    font-weight: 700
}

.bsdi-navbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    transition: 1.5s;
    padding: 0 10px 0 0
}

    .bsdi-navbar a {
        max-height: 100%;
        padding: 14px 16px;
        text-decoration: none
    }

        .bsdi-navbar a:hover {
            font-weight: 700
        }

        .bsdi-navbar a.navbar-brand {
            float: right;
            margin-right: 0;
            padding-right: 0 !important;
            height: 70px
        }

    .bsdi-navbar .navbar-brand img {
        height: 100%
    }

    .bsdi-navbar a.icon div.menu-bar {
        width: 24px;
        height: 4px;
        margin: 4px 0;
        background-color: #23827f
    }

    .bsdi-navbar a.demo-button {
        border: 2px solid #23827f;
        border-radius: 4px;
        background: #fff;
        padding: 5px 10px;
        margin: 0 10px
    }

        .bsdi-navbar a.demo-button:hover {
            background: #6fcacd;
            color: #fff
        }

    .bsdi-navbar a.demo-button-inverted {
        background-color: #6fcacd;
        color: #fff
    }

        .bsdi-navbar a.demo-button-inverted:hover {
            background-color: #23827f
        }

.navbar-menu {
    position: fixed;
    width: 100%;
    max-width: 1366px;
    top: 70px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 20px;
    font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif
}

    .navbar-menu a {
        width: 100%;
        max-height: 100%;
        padding: 10px 0;
        color: #23827f;
        text-align: center;
        text-decoration: none
    }

#navbarMenuIcon {
    position: absolute;
    margin-top: -28px
}

.navbar-menu a:hover {
    background-color: #0c5b58
}

.hide-menu {
    display: none
}

.sidebar-nav {
    float: right;
    position: fixed;
    top: 211px;
    right: 0;
    z-index: 1000
}

    .sidebar-nav .sidebar-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #0c5b58;
        color: #fff;
        padding: 10px;
        margin-bottom: 5px;
        font-size: 18px;
        text-align: center
    }

        .sidebar-nav .sidebar-box div.maf {
            width: 20px
        }

        .sidebar-nav .sidebar-box a {
            color: inherit
        }

            .sidebar-nav .sidebar-box a:hover {
                text-decoration: none
            }

        .sidebar-nav .sidebar-box span {
            padding-left: 10px
        }

.popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

    .popup-container .video {
        position: relative
    }

        .popup-container .video .maf-close {
            position: absolute;
            top: 10px;
            right: 10px;
            z-index: 2000;
            font-size: 20px;
            color: #0c5b58;
            background-color: #fff
        }

            .popup-container .video .maf-close:hover {
                font-weight: 700;
                cursor: pointer
            }

    .popup-container .popup {
        position: relative;
        width: 500px;
        background-color: #fff;
        padding: 20px;
        border-color: #0c5b58;
        border-style: solid;
        border-radius: 10px
    }

        .popup-container .popup .maf-close {
            position: absolute;
            right: 10px;
            z-index: 2000;
            font-size: 20px;
            color: #0c5b58
        }

            .popup-container .popup .maf-close:hover {
                font-weight: 700;
                cursor: pointer
            }

        .popup-container .popup .text {
            color: #0c5b58;
            font-size: 20px;
            font-weight: 700
        }

.full-width-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.max-width-header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto
}

.home-banner-background {
    background-color: #e4e9ed
}

@media (min-width:768px) {
    .full-width-banner.home-banner {
        background-image: url('https://content.bsdiweb.com/smilingman.jpg ');
        background-position: 100% 20%
    }

    .light-teal2 {
        color: #6fcacd !important
    }
}

@media (max-width:767px) {
    .full-width-banner.home-banner {
        background-image: url('https://content.bsdiweb.com/smilingman2.jpg');
        background-position: 80% 20%
    }

    .light-teal2 {
        color: #23827f !important
    }
}

.announce-banner-background {
    background-color: #e4e9ed
}

@media (min-width:586px) {
    .full-width-banner.blog-banner {
        background-image: url('https://content.bsdiweb.com/businesswoman.jpg');
        background-position: 80% 20%
    }

    .light-teal2 {
        color: #6fcacd !important
    }
}

@media (max-width:585px) {
    .full-width-banner.blog-banner {
        background-image: url('https://content.bsdiweb.com/businesswoman2.jpg');
        background-position: 66% 20%
    }

    .light-teal2 {
        color: #23827f !important
    }
}

@media (min-width:586px) {
    .full-width-banner.announce-banner {
        background-image: url('https://content.bsdiweb.com/announce.jpg');
        background-position: 80% 20%
    }

    .light-teal2 {
        color: #6fcacd !important
    }
}

@media (max-width:585px) {
    .full-width-banner.announce-banner {
        background-image: url('https://content.bsdiweb.com/announce2.jpg');
        background-position: 75% 20%
    }

    .light-teal2 {
        color: #23827f !important
    }
}

@media (min-width:451px) {
    .full-width-banner.security-banner {
        background-image: url('https://content.bsdiweb.com/security.jpg');
        background-position: 95% 24%
    }
}

@media (max-width:450px) {
    .full-width-banner.security-banner {
        background-image: url('https://content.bsdiweb.com/security2.jpg');
        background-position: 90% 24%
    }
}

.security-banner-background {
    background: #e8e6e7;
    background: linear-gradient(90deg,#e2e2e0 20%,#e4e2e5 45%,#dcdbd7 65%)
}

.features-banner-background {
    background: #e8e6e7;
    background: linear-gradient(90deg,#e8e6e7 20%,#e4e2e5 45%,#bab0b1 65%)
}

@media (min-width:748px) {
    .full-width-banner.features-banner {
        background-image: url('https://content.bsdiweb.com/smilingwomanipad.jpg');
        background-position: 80% 20%
    }
}

@media (max-width:747px) {
    .full-width-banner.features-banner {
        background-image: url('https://content.bsdiweb.com/smilingwomanipad.jpg');
        background-position: 75% 20%
    }
}

.contact-banner-background {
    background-color: #eef2f5
}

.full-width-banner.contact-banner {
    background-image: url('https://content.bsdiweb.com/page-banner-contact-us.jpg');
    background-position: 90% 20%
}

@media (min-width:735px) and (max-width:908px) {
    .contact-banner {
        height: 313px !important
    }
}

@media (max-width:508px) {
    .full-width-banner.contact-banner {
        background-image: url('https://content.bsdiweb.com/page-banner-contact-us2.jpg')
    }
}

@media (max-width:908px) {
    .full-width-banner.contact-banner {
        background-position: 80% 20%
    }
}

.full-width-banner.demo-banner {
    background-image: url('https://content.bsdiweb.com/page-banner-demo.jpg');
    background-position: 100% 25%
}

@media (min-width:768px) {
    .full-width-banner.platform-banner {
        background-image: url('https://content.bsdiweb.com/page-banner-platform.jpg');
        background-position: 80% 20%
    }
}

@media (max-width:767px) {
    .full-width-banner.platform-banner {
        background-image: url('https://content.bsdiweb.com/page-banner-platform.jpg');
        background-position: -12% 20%
    }
}

@media (max-width:640px) {
    .full-width-banner.platform-banner {
        background-image: url('https://content.bsdiweb.com/page-banner-platform.jpg');
        background-position: 12% 20%
    }
}

@media (max-width:576px) {
    .features-banner .text {
        max-width: 300px
    }
}

@media (max-width:416px) {
    .features-banner .text {
        max-width: 200px
    }
}

@media (min-width:750px) and (max-width:800px) {
    .platform-banner .title {
        max-width: 470px
    }

    .platform-banner .text {
        max-width: 430px
    }
}

@media (min-width:801px) and (max-width:990px) {
    .platform-banner .text {
        max-width: 480px
    }
}

.page-banner {
    display: flex;
    align-items: center
}

    .page-banner .table {
        height: 100%;
        padding-top: 70px;
        padding-left: 20px
    }

    .page-banner .title {
        padding-top: 50px;
        padding-left: 20px;
        color: #23827f;
        font-size: 40px;
        font-weight: 700;
        line-height: 1
    }

    .page-banner .text {
        padding-left: 20px;
        color: #23827f;
        font-size: 20px;
        font-weight: 700
    }

        .page-banner .text.black {
            color: #000
        }

    .page-banner.home-banner .row {
        height: 100%
    }

    .page-banner.home-banner .table-cell {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }

    .page-banner.announce-banner .row {
        height: 100%
    }

    .page-banner.announce-banner .table-cell {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around
    }

.footer-demo-banner-container {
    background-image: url('https://content.bsdiweb.com/bottomback.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    height: 300px
}

.footer-demo-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-around;
    align-items: center
}

    .footer-demo-banner .title {
        font-size: 40px;
        font-weight: 700;
        padding-left: 20px;
        padding-top: 0;
        color: #fff;
        line-height: 1.25
    }

    .footer-demo-banner .stacked-buttons {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly
    }

.main-content.home-content, .main-content.platform-content {
    padding: 0
}

.main-content.demo-content {
    min-height: calc(100vh - 422px - 120px)
}

.highlight-box {
    padding: 50px 0;
    margin: 0 20px
}

    .highlight-box.top-padding-only {
        padding: 50px 0 0
    }

    .highlight-box .title {
        font-size: 30px;
        font-weight: 700;
        text-align: center;
        padding-bottom: 20px
    }

    .highlight-box.light .title {
        color: #0c5b58
    }

    .highlight-box.light .sub-title {
        color: #0c5b58;
        font-size: 22px;
        font-weight: 700
    }

    .highlight-box.light .text {
        color: #000
    }

    .highlight-box.teal .text, .highlight-box.teal .title {
        color: #fff
    }

    .highlight-box.no-banner {
        padding-top: 100px
    }

    .highlight-box .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap
    }

        .highlight-box .row.align-items-top {
            align-items: start
        }

        .highlight-box .row.wrap-reverse {
            flex-wrap: wrap-reverse
        }

    .highlight-box .image img {
        max-height: 100%;
        max-width: 100%
    }

    .highlight-box .text {
        font-size: 20px
    }

        .highlight-box .text div {
            padding-bottom: 20px
        }

.frame-box-row {
    justify-content: center;
    padding: 20px 0 50px
}

.frame-box {
    width: 200px;
    height: 200px;
    color: #fff;
    background-color: #0c5b58;
    border: 20px solid #fff
}

    .frame-box .original {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center
    }

        .frame-box .original .maf {
            font-size: 60px
        }

        .frame-box .original .frame-box-title {
            font-size: 15px;
            color: #fff
        }

    .frame-box .hover-box {
        visibility: hidden
    }

        .frame-box .hover-box .frame-box-text {
            font-size: 10px;
            padding: 10px
        }

    .frame-box:hover {
        transform: scale(2);
        transition: .5s ease-in
    }

        .frame-box:hover .original {
            display: none
        }

        .frame-box:hover .hover-box {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            align-items: center;
            text-align: center;
            visibility: visible;
            transition: .5s ease-in
        }

.scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none
}

    .scroll-container::-webkit-scrollbar {
        width: 0 !important
    }

    .scroll-container .scroll-item {
        display: inline-block;
        align-items: center
    }

#PartnerScrollContainer {
    height: 150px
}

#QuoteScrollContainer {
    height: 300px;
    align-content: center
}

    #QuoteScrollContainer .scroll-item {
        height: 100%;
        width: 50%;
        text-align: center;
        white-space: pre-line;
        padding: 0 50px;
        scroll-snap-align: start
    }

        #QuoteScrollContainer .scroll-item .full-image {
            max-height: 100%;
            max-width: 100%
        }

.accolades-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

    .accolades-row a {
        width: 30%;
        text-align: center
    }

        .accolades-row a img {
            max-width: 100%;
            max-height: 200px
        }

.blog-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.table .contact-info {
    display: flex;
    flex-direction: column
}

.contact-info .block {
    padding: 20px 0;
    color: #000;
    font-size: 25px;
    font-weight: 700
}

.contact-info img {
    height: 40px;
    padding-right: 10px;
    vertical-align: sub
}

.contact-info .heading {
    display: inline;
    font-size: 40px;
    font-weight: 700;
    color: #0c5b58
}

.approach-section .logo {
    height: 100px
}

.approach-section .heading {
    color: #23827f;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 20px
}

#approach.row {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap-reverse
}

    #approach.row .text {
        font-size: 18px
    }

        #approach.row .text div {
            padding: 10px 20px
        }

    #approach.row .image img {
        height: 100%;
        width: 100%
    }

.headquarters-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    flex-wrap: wrap
}

    .headquarters-row .heading-row {
        display: flex;
        align-items: center;
        align-content: center;
        color: #0c5b58;
        font-size: 25px;
        font-weight: 700
    }

    .headquarters-row img {
        height: 40px;
        padding-right: 20px
    }

    .headquarters-row .address-block {
        padding: 0 10px
    }

.dark-purple-arrow {
    border-top-color: #3e3c63
}

.dark-teal-arrow {
    border-top-color: #0c5b58
}

.purple-arrow {
    border-top-color: #6b3961
}

.dark-blue-arrow {
    border-top-color: #133157
}

.forest-green-arrow {
    border-top-color: #044240
}

.dot-nav {
    display: flex;
    justify-content: center
}

    .dot-nav .dot-hide, .dot-nav.teal .dot-hide {
        display: none
    }

    .dot-nav.teal .dot {
        border: 2px solid #0c5b58;
        border-radius: 50%;
        margin: 0 10px;
        width: 15px;
        height: 15px;
        cursor: pointer
    }

.footer, .footer a {
    color: #fff
}

    .footer a:hover {
        text-decoration: underline
    }

    .footer .footer-top {
        height: 70px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0 10px;
        font-size: 20px
    }

        .footer .footer-top .social-media-icons {
            padding: 0 10px
        }

            .footer .footer-top .social-media-icons a:hover {
                text-decoration: none
            }

            .footer .footer-top .social-media-icons .maf {
                padding-left: 10px;
                color: #fff
            }

        .footer .footer-top .logo {
            align-self: center
        }

            .footer .footer-top .logo img {
                height: 50px;
                align-self: center
            }

    .footer .footer-bottom {
        height: 50px;
        display: flex;
        align-items: center;
        padding: 0 10px
    }

        .footer .footer-bottom div {
            padding: 0 10px
        }

            .footer .footer-bottom div:last-child {
                margin-left: auto
            }

    .footer .full-width-box:not(:last-child) {
        border-bottom: 1px solid #fff
    }

.bsdi-form {
    color: #fff;
    background-color: #23827f;
    padding: 20px 10px;
    border-radius: 4px;
    -webkit-box-shadow: grey 10px 10px;
    box-shadow: grey 10px 10px
}

    .bsdi-form a {
        color: #fff
    }

        .bsdi-form a:hover {
            text-decoration: underline
        }

    .bsdi-form .title, .bsdi-form .title-white {
        font-size: 40px;
        font-weight: 700;
        text-align: center;
        color: #fff
    }

    .bsdi-form .title-img {
        text-align: center;
        padding-bottom: 10px
    }

        .bsdi-form .title-img img {
            width: 40%
        }

    .bsdi-form textarea {
        height: 200px
    }

    .bsdi-form ::-webkit-input-placeholder {
        color: #000;
        opacity: 1
    }

    .bsdi-form ::-moz-placeholder {
        color: #000;
        opacity: 1
    }

    .bsdi-form :-ms-input-placeholder {
        color: #000;
        opacity: 1
    }

    .bsdi-form ::placeholder {
        color: #000;
        opacity: 1
    }

    .bsdi-form .form-body {
        position: relative
    }

        .bsdi-form .form-body .form-submitted {
            height: 300px;
            font-size: 25px;
            line-height: 2
        }

    .bsdi-form label {
        font-weight: 400
    }

.full-width-box {
    width: 100%
}

.max-width-box {
    max-width: 1200px
}

@media (min-width:1201px) {
    .max-width-box {
        margin-left: auto;
        margin-right: auto
    }
}

.max-width-box .box-image {
    height: 100%;
    width: 100%;
    padding-top: 50px
}

.font-bold {
    font-weight: 700
}

.galactic-purple-bkgd {
    background-color: #353449
}

.light-grey-bkgd {
    background-color: #ebebeb
}

.light-teal-bkgd {
    background-color: #c0d7d8
}

.teal-bkgd {
    background-color: #23827f;
    background-image: -o-linear-gradient(45deg,#23827f,rgba(35,130,127,.75));
    background-image: linear-gradient(45deg,#23827f,rgba(35,130,127,.75))
}

.dark-teal-bkgd {
    background-color: #0c5b58
}

.dark-purple-bkgd {
    background-image: -o-linear-gradient(45deg,#3e3c63,rgba(62,60,99,.75));
    background-image: linear-gradient(45deg,#3e3c63,rgba(62,60,99,.75))
}

.dark-teal-bkgd-lg {
    background-image: -o-linear-gradient(45deg,#0c5b58,rgba(12,91,88,.75));
    background-image: linear-gradient(45deg,#0c5b58,rgba(12,91,88,.75))
}

.purple-bkgd {
    background-image: -o-linear-gradient(45deg,#6b3961,rgba(107,57,97,.75));
    background-image: linear-gradient(45deg,#6b3961,rgba(107,57,97,.75))
}

.dark-blue-bkgd {
    background-image: -o-linear-gradient(45deg,#133157,rgba(19,49,87,.75));
    background-image: linear-gradient(45deg,#133157,rgba(19,49,87,.75))
}

.forest-green-bkgd {
    background-image: -o-linear-gradient(45deg,#044240,rgba(4,66,64,.75));
    background-image: linear-gradient(45deg,#044240,rgba(4,66,64,.75))
}

.dark-purple-bkgd-rg {
    background-image: radial-gradient(closest-side,rgba(62,60,99,.5),#3e3c63)
}

.teal-bkgd-rg {
    background-image: radial-gradient(closest-side,rgba(35,130,127,.5),#23827f)
}

.dark-teal-bkgd-rg {
    background-image: radial-gradient(closest-side,rgba(12,91,88,.5),#0c5b58)
}

.purple-bkgd-rg {
    background-image: radial-gradient(closest-side,rgba(107,57,97,.5),#6b3961)
}

.dark-blue-bkgd-rg {
    background-image: radial-gradient(closest-side,rgba(19,49,87,.5),#133157)
}

.forest-green-bkgd-rg {
    background-image: radial-gradient(closest-side,rgba(4,66,64,.5),#044240)
}

.light-teal {
    color: #6fcacd !important
}

.white {
    color: #fff !important
}

.btn-primary {
    font-size: 18px;
    font-weight: 700
}

.btn-teal {
    background-color: #23827f;
    border-color: #23827f
}

    .btn-teal:active, .btn-teal:active:focus, .btn-teal:focus, .btn-teal:hover {
        background-color: #6fcacd;
        border-color: #6fcacd
    }

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #23827f
}

    .btn-white:hover {
        background-color: #6fcacd;
        border-color: #6fcacd
    }

.hide {
    display: none
}

video {
    max-width: 100%;
    max-height: 100%
}

.highlight-box video {
    padding: 20px
}

.teal {
    color: #23827f
}

.dark-teal {
    color: #0c5b58
}

.black {
    color: #000
}

.styled input[type=checkbox] {
    display: none
}

    .styled input[type=checkbox] + label {
        cursor: pointer;
        font-weight: 400
    }

.styled label.check-box-label {
    border: 0;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.545em;
    margin: 2px 0 0;
    padding: 0;
    cursor: pointer
}

.styled input[type=checkbox] + label .check-box {
    border: 1px solid transparent;
    background-color: #ccc;
    border-radius: 3px;
    display: inline-block !important;
    outline: 0;
    position: relative;
    width: 20px;
    text-align: center
}

.styled input[type=checkbox]:checked + label .check-box {
    background-color: #6fcacd
}

.styled .check-box-label .fa.fa-check, .styled .check-box-label .maf.maf-check {
    color: #fff;
    opacity: 1
}

.key-points-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.key-points {
    display: flex;
    justify-content: center
}

.key-point {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 0;
    margin: 0 8px 45px;
    background-color: rgba(0,0,0,.4);
    width: 225px;
    height: 225px
}

    .key-point:hover {
        -webkit-filter: brightness(100%);
        filter: brightness(100%)
    }

    .key-point .maf {
        margin: 35px 0;
        font-size: 80px
    }

    .key-point .arrow-down {
        width: 0;
        height: 0;
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-top-width: 30px;
        border-top-style: solid;
        margin-right: auto;
        position: absolute;
        bottom: -29px;
        left: 50%;
        margin-left: -30px
    }

    .key-point .description {
        padding-top: 10px;
        font-size: 14px
    }

.key-point-details {
    flex-basis: 100%;
    color: #fff;
    font-size: 20px;
    padding: 50px 100px 65px;
    text-align: center
}

.key-point-detail {
    height: 120px;
    width: 100%
}

@media (max-width:830px) {
    .page-banner .title {
        padding-top: 30px;
        font-size: 28px
    }

    .page-banner .text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .width200 {
        max-width: 200px
    }
}

@media (max-width:700px) {
    .hidden-sm {
        display: none
    }

    .width160 {
        max-width: 160px
    }

    .page-banner .title {
        font-size: 22px
    }

    .page-banner .text {
        font-size: 17px;
        font-weight: 600
    }

    .footer-demo-banner-container {
        padding: 50px 0;
        height: 400px
    }

    .approach-section .heading, .bsdi-form .title {
        font-size: 30px
    }

    .bsdi-form .title-img img {
        width: 60%
    }

    .scroll-container .scroll-item {
        width: 100%
    }

    .dot-nav .dot-hide, .dot-nav.teal .dot-hide {
        display: block
    }

    #QuoteScrollContainer {
        height: 200px
    }

        #QuoteScrollContainer .scroll-item {
            width: 100%;
            padding: 0
        }

    .blog-row {
        flex-direction: column
    }
}

@media (max-width:750px) {
    .sidebar-nav {
        display: none
    }
}

@media (max-width:1032px) {
    .frame-box-row {
        flex-direction: column
    }

    .frame-box, .frame-box:hover {
        width: 100%;
        height: 100%;
        min-height: 200px;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        text-align: center
    }

        .frame-box .original .maf {
            font-size: 40px
        }

        .frame-box .original .frame-box-title {
            font-size: 20px;
            padding-bottom: 20px
        }

        .frame-box .hover-box .frame-box-text {
            font-size: 15px
        }

        .frame-box .hover-box, .frame-box .original, .frame-box:hover .hover-box, .frame-box:hover .original {
            display: block;
            visibility: visible
        }

        .frame-box:hover {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none
        }
}

@media (max-width:1199px) {
    .key-points {
        flex-direction: column
    }

    .key-point .arrow-down {
        display: none
    }

    .key-point {
        height: 100%;
        width: 100%;
        margin: 10px 20px 10px 0
    }

        .key-point:hover, .keyPointActive {
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            -webkit-transition: none;
            -o-transition: none;
            transition: none
        }

    .key-point-details {
        display: none
    }
}

@media (min-width:1200px) {
    .key-point .description {
        display: none
    }

    .key-point {
        -webkit-filter: brightness(50%);
        filter: brightness(50%)
    }
}

@media (max-width:890px) {
    #navbarBrowser {
        display: none
    }
}

@media (min-width:891px) {
    #navbarMobile {
        display: none
    }
}

h1.no-style, h2.no-style, h2.title {
    color: inherit;
    font-size: inherit
}

.contact-info a {
    color: inherit
}

.explain {
    font-size: 11px
}

.card-item {
    margin-bottom: 12px;
    flex-grow: 1
}

.md-row {
    display: flex;
    flex-wrap: wrap
}

    .md-row > [class*=col-] {
        display: flex;
        flex-direction: column
    }

@media (min-width:580px) {
    .fillerImage {
        width: 100%;
        height: 100%
    }

    .loveIt {
        background-image: url("https://content.bsdiweb.com/loveit.jpg");
        background-repeat: no-repeat;
        background-size: cover
    }

    .healthyEating {
        background-image: url("https://content.bsdiweb.com/healthyeating.jpg");
        background-repeat: no-repeat;
        background-size: cover
    }

    .zumba {
        background-image: url("https://content.bsdiweb.com/zumba.jpg");
        background-repeat: no-repeat;
        background-size: cover
    }

    .heartHealth {
        background-image: url("https://content.bsdiweb.com/hearthealth.jpg");
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media (max-width:579px) {
    .imageCard {
        display: none !important
    }

    .hidden-xs {
        display: none
    }

    .offset-xs-1 {
        margin-left: 8.333333%
    }
}

.centered-div {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    font-size: 25px
}

    .centered-div img {
        height: 40px
    }

@media (min-width:736px) {
    .full-width-banner, .page-banner {
        height: 422px
    }

    .footer-demo-banner {
        height: 282px
    }
}

@media (max-width:749px) {
    .page-banner.home-banner .title {
        padding-bottom: 35px !important
    }

    .page-banner.home-banner .text {
        padding-bottom: 15px !important
    }

    .page-banner.announce-banner .title {
        padding-bottom: 35px !important
    }

    .page-banner.announce-banner .text {
        padding-bottom: 15px !important
    }
}

@media (max-width:550px) {
    .darkest-green {
        color: #0c5957 !important
    }
}

.markimg {
    max-width: 100%
}

.pl-12 {
    padding-left: 12px
}

.pt-32 {
    padding-top: 32px
}

.main-content {
    background-color: #fff
}

@media (max-width:380px) {
    .small {
        font-size: 70%
    }
}

.app-store-buttons img {
    padding-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-width: 150px;
    width: 100%
}

.mb-1 {
    margin-bottom: .5rem !important
}

.mb-2 {
    margin-bottom: .75rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mt-3 {
    margin-top: 1.05rem !important
}

@media (min-width:992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.justify-content-center {
    justify-content: center !important
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #23827f;
    border-color: #23827f
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px
}

.page-link {
    padding: .375rem .75rem;
    position: relative;
    display: block;
    color: #23827f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

    .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

    .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
        margin-left: -1px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .input-group .btn {
        font-size: 16px !important;
        position: relative;
        z-index: 2
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.mb-0 {
    margin-bottom: 0 !important
}

.date-and-author {
    display: flex;
    justify-content: flex-end
}

.text-muted {
    color: grey;
    margin-bottom: 8px
}

@media (min-width:700px) {
    .blog-article-header-img {
        height: 300px;
        background-size: cover;
        background-position: 0 -60px
    }
}

@media (max-width:699px) {
    .blog-article-header-img {
        height: 300px;
        background-size: cover
    }
}

btn, input:focus, select:focus, textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.input-group > label {
    width: 100px;
    text-align: right
}

.loginDiv {
    border: 1px solid #909090;
    width: 500px;
    margin: 100px auto;
    padding: 16px
}

.keyword-list {
    border-top: 1px solid #909090;
    margin-top: 32px;
    padding-top: 16px;
    margin-bottom: 24px
}

.keyword-set {
    display: flex;
    flex: auto;
    flex-wrap: wrap
}

.keyword {
    border-radius: 4px;
    background-color: #d0d0f0;
    border: 1px solid #909090;
    padding: 6px;
    font-size: 80%;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px
}

.keyword-entry {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    clear: left
}

.blog-select-image {
    height: 313px;
    background-size: cover;
    background-position: 50% 50%
}

#hashdiv {
    display: block
}

.table > .row {
    justify-content: left !important
}

.invisible-on-gray {
    color: #f6f6f6 !important
}

.light-gray {
    color: #cdcdcd !important
}

.circle-list {
    margin-left: -20px;
    list-style-type: circle;
}

.flex {
    display: flex;
}

.flex.between {
    justify-content: space-between;
}

.flex.align-center {
    align-items: center;
}

.flex.center {
    justify-content: center;
}