﻿
/* Hide the translation status bar */
.card-header {
    margin-top: 10px !important;
}

    .card-header h4 {
        padding: 12px !important;
    }

td {
    font-family: inherit !important;
    background-color: inherit !important;
}

.modal-body {
    background: #F9F7F7;
    padding: 20px !important;
}

.card {
    background: #F9F7F7 !important;
    padding: 20px;
}

#language-option-dropdown {
    position: relative;
    top: -4px
}

@media (max-width:768px) {

    #language-option-dropdown {
        position: relative;
        top: 5px
    }

    #trialreq-phone {
        width: 150px;
        padding-left: 5px;
        margin-right: 10px;
    }

    .testimonials-section {
        display: none;
    }
}

.skiptranslate {
    display: none !important;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
}

#languageDropdown {
    width: 75px;
    min-width: 50px;
}

.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    color: #444;
    display: none;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.dropdown-menu {
    display: none;
}

: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: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,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
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    overflow-x: hidden;
}

@-ms-viewport {
    width: device-width
}

nav, section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,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;
    overflow-x: hidden;
}

h1, h2, h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

h1, h2, h3 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2rem !important;
}

h2 {
    font-size: 1.7rem !important;
}

h3 {
    font-size: 1.4rem !important;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@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-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-7, .col-lg-2, .col-md-3, .col-sm {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
}

@media (min-width:992px) {
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

.btn-primary {
    color: #fff;
    background-color: #081187;
    border-color: #081187
}

.collapse:not(.show) {
    display: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-nav .nav-link {
    color: rgba(255,255,255) !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5)
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.bg-dark {
    background-color: #343a40 !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.mb-3 {
    margin-bottom: 1rem !important
}

.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-phone:before {
    content: "\f095"
}

.fa {
    font-weight: 900
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

a {
    background-color: transparent
}

img {
    border-style: none
}

button, input {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

button, [type="button"] {
    -webkit-appearance: button
}

    button::-moz-focus-inner, [type="button"]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring, [type="button"]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[hidden] {
    display: none
}

a {
    color: inherit
}

    a:visited {
        color: inherit;
        text-decoration: none
    }

html {
    scroll-behavior: smooth
}

.kenburns-bottom-right {
    -webkit-animation: kenburns-bottom-right 5s ease-out both;
    animation: kenburns-bottom-right 5s ease-out both
}

@-webkit-keyframes kenburns-bottom-right {
    0% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%
    }

    100% {
        -webkit-transform: scale(1.25) translate(20px,15px);
        transform: scale(1.25) translate(20px,15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes kenburns-bottom-right {
    0% {
        -webkit-transform: scale(1) translate(0,0);
        transform: scale(1) translate(0,0);
        -webkit-transform-origin: 84% 84%;
        transform-origin: 84% 84%
    }

    100% {
        -webkit-transform: scale(1.25) translate(20px,15px);
        transform: scale(1.25) translate(20px,15px);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

html, body {
    font-family: FuturaPT-Book,'Roboto',sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.01em
}

button.btn {
    font-family: FuturaBT-Light !important;
    font-weight: normal !important;
    font-size: 0.9rem;
    letter-spacing: 0.031em
}

h1, h2 {
    font: bolder 1.55rem FuturaPT-Bold !important;
    text-transform: uppercase;
    letter-spacing: 0.027em;
    margin-bottom: 0.75rem
}

h3 {
    font-size: 1.25rem;
    font-family: FuturaBT-Medium,FuturaPT-Medium;
    text-transform: uppercase;
    letter-spacing: 0.007em;
    margin-bottom: 1.25rem;
    color: #e9435a
}

    h3.title {
        font: normal 1.25rem FuturaBT-Medium !important;
    }

.mb-3 {
    margin-bottom: 3rem
}

.cs1 .bg-dark {
    background-color: #1d2b48 !important;
    color: #fff
}

.cs1 a.btn-primary, .cs1 .btn-primary {
    background-color: #e9435a;
    border-color: #e9435a;
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

#container > section:nth-child(2n+1) {
    background-color: #eaecf0
}

.btn {
    border-radius: 0;
    border: 1px solid;
    padding: .35rem 1.5rem
}

.navbar .btn {
    box-shadow: 1px 1px 3px #000;
    padding: .23rem 1.2rem
}

button.btn:visited {
    outline: none;
    box-shadow: none
}

#trialreq-call {
    border-top-right-radius: 4.5px;
    border-bottom-right-radius: 4.5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.button.outlineDemo {
    background: #23262f;
    color: #ffffff;
    border-color: #ffffff;
    border-width: 1px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px;
}

@media screen and (min-width:1200px) {
    .btn {
        min-width: 180px
    }
}

.underscore-wr {
    display: inline-flex;
    align-items: stretch;
    margin-right: auto;
    box-shadow: 2px 3px 3px -1px #333;
    flex-direction: row-reverse
}

.form-underscore {
    border: none;
    background: rgba(255,255,255,0.45);
    padding-left: 20px;
    color: #fff;
    border-top-left-radius: 4.5px;
    border-bottom-left-radius: 4.5px;
}

.underscore-wr .btn {
    text-transform: uppercase
}

.form-underscore::-webkit-input-placeholder {
    color: #cacdd8;
    font-style: italic
}

.form-underscore::-moz-placeholder {
    color: #cacdd8
}

.form-underscore:-ms-input-placeholder {
    color: #cacdd8
}

.form-underscore:-moz-placeholder {
    color: #cacdd8
}

.navbar {
    border-bottom: 2px solid #737985
}

#mainmenu .navbar-nav {
    justify-content: space-around;
    margin-left: auto
}

.nav-item, #mainmenu .btn {
    margin-left: 25px
}

.nav-item {
    position: relative;
    min-height: 1px;
    font-size: 0.9rem
}

@media screen and (max-width:767px) {
    .navbar-collapse {
        text-align: center
    }

    #mainmenu .navbar-nav {
        margin: auto;
        text-align: center
    }

    #mainmenu .nav-item {
        margin: auto;
        margin-bottom: 0px;
        width: 60%
    }

    .nav-item, #mainmenu .btn {
        margin-left: 0
    }
}

.banner {
    position: relative;
    max-height: 400px;
    height: 45vh;
    max-width: 100%;
    overflow: hidden
}

.banner-bg {
    position: absolute;
    right: 0px;
    min-width: 100%;
    height: 100%;
    background: #000000
}

.banner-description {
    position: absolute;
    margin-left: 12%;
    bottom: 40px;
    color: #fff;
    max-width: 100%;
    text-shadow: 2px 2px 2px #333333
}

    .banner-description h1 {
        font-size: 1.8rem
    }

#trialreq-status {
    position: absolute;
    text-align: center;
    margin-top: 8px
}

.logo {
    margin-left: -15px
}

    .logo img {
        width: 100%;
        max-width: 180px
    }

#container > section {
    padding-top: 68px;
    padding-bottom: 68px
}

.video-description {
    align-items: center
}

.video-border {
    border: 8px solid #cbcfda;
    border-radius: 2px;
    box-shadow: 4px 3px 10px #333
}

@media screen and (max-width:767px) {
    html, body {
        font-size: 15px
    }
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: initial
}

    .video-js:-moz-full-screen {
        position: absolute
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important
    }

    .video-js.vjs-16-9 {
        width: 100%;
        max-width: 100%;
        height: 0
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%
    }

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.vjs-icon-next-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-next-item:before {
        content: "\f11f"
    }

.vjs-icon-previous-item {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

    .vjs-icon-previous-item:before {
        content: "\f120"
    }

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial,Helvetica,sans-serif;
    word-break: initial
}

    .video-js:-moz-full-screen {
        position: absolute
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important
    }

    .video-js[tabindex="-1"] {
        outline: none
    }

    .video-js *, .video-js :before, .video-js :after {
        box-sizing: inherit
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin: 0
    }

    .video-js.vjs-fluid, .video-js.vjs-16-9, .video-js.vjs-4-3 {
        width: 100%;
        max-width: 100%;
        height: 0
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%
    }

    .video-js.vjs-4-3 {
        padding-top: 75%
    }

    .video-js.vjs-fill {
        width: 100%;
        height: 100%
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

    .video-js.vjs-fullscreen.vjs-user-inactive {
        cursor: none
    }

.vjs-hidden {
    display: none !important
}

.vjs-disabled {
    opacity: .5;
    cursor: default
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

    .vjs-no-js a, .vjs-no-js a:visited {
        color: #66A8CC
    }

.vjs-controls-disabled .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar, .vjs-error .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    flex: none
}

.vjs-button > .vjs-icon-placeholder:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before, .video-js .vjs-control:focus {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    cursor: pointer;
    flex: auto;
    display: flex;
    align-items: center;
    min-width: 4em;
    touch-action: none
}

    .video-js .vjs-progress-control.disabled {
        cursor: default
    }

.vjs-live .vjs-progress-control {
    display: none
}

.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-holder {
    flex: auto;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control .vjs-progress-holder {
    margin: 0 10px
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.6666666666667em
}

@media (max-width: 768px) {
    body {
        font-size: 13px
    }

    .banner {
        height: auto;
    }
}

@media (max-width: 1200px) {
    .nav-item, #mainmenu .btn {
        margin-left: 10px
    }
}

.blog-sidebar-menu .card {
    position: sticky;
    top: 20px;
}

.blog-sidebar-menu a {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    padding-left: 1rem;
}

    .blog-sidebar-menu a:hover {
        border-left-color: #0d6efd;
        transform: translateX(5px);
    }

.blog-sidebar-menu small {
    font-size: 0.85em;
}

.button.outline {
    border-radius: 4.5px;
    text-decoration: none;
    background: #0056b3;
    color: white;
    margin: 10px;
}


.compliance-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 9px;
    border-radius: 8px;
    margin: 4px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    width: 195px;
}

    .compliance-badge:hover {
        transform: translateY(-2px);
    }

    .compliance-badge i {
        font-size: 2rem;
        margin-right: 15px;
    }

.badge-text {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.compliance-title {
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #1E6BB8 !important;
}

.compliance-subtitle {
    font-size: 0.9rem;
    color: #666;
    color: #1E6BB8 !important;
}

/* FCC Styling */
.fcc-badge i {
    color: #0056A7; /* FCC Blue */
}

.fcc-badge .compliance-title {
    color: #0056A7;
}

/* HIPAA Styling */
.hipaa-badge i {
    color: #1E6BB8 !important; /* HIPAA Blue */
}

.hipaa-badge .compliance-title {
    color: #1E6BB8 !important;
}

#signup-container {
    display: none;
}


.blog-grid {
    position: relative;
    box-shadow: 0 1rem 1.75rem 0 rgba(45, 55, 75, 0.1);
    height: 100%;
    border: 0.0625rem solid rgba(220, 224, 229, 0.6);
    border-radius: 0.25rem;
    transition: all .2s ease-in-out;
    height: 100%
}

    .blog-grid span {
        color: #292dc2
    }

    .blog-grid img {
        width: 100%;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem
    }

.blog-grid-text {
    position: relative
}

    .blog-grid-text > span {
        color: #292dc2;
        font-size: 13px;
        padding-right: 5px
    }

    .blog-grid-text h4 {
        line-height: normal;
        margin-bottom: 15px
    }

    .blog-grid-text .meta-style2 {
        border-top: 1px dashed #cee1f8;
        padding-top: 15px
    }

        .blog-grid-text .meta-style2 ul li {
            margin-bottom: 0;
            font-weight: 500
        }

            .blog-grid-text .meta-style2 ul li:last-child {
                margin-right: 0
            }

    .blog-grid-text ul {
        margin: 0;
        padding: 0
    }

        .blog-grid-text ul li {
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            margin: 5px 10px 5px 0
        }

            .blog-grid-text ul li:last-child {
                margin-right: 0
            }

            .blog-grid-text ul li i {
                font-size: 14px;
                font-weight: 600;
                margin-right: 5px
            }

    .blog-grid-text p {
        font-weight: 400;
        padding: 0
    }

.blog-list-left-heading:after,
.blog-title-box:after {
    content: '';
    height: 2px
}

.blog-grid-simple-content a:hover {
    color: #1d184a
}

    .blog-grid-simple-content a:hover:after {
        color: #1d184a
    }

.blog-grid-text {
    position: relative
}

    .blog-grid-text > span {
        color: #292dc2;
        font-size: 13px;
        padding-right: 5px
    }

    .blog-grid-text h4 {
        line-height: normal;
        margin-bottom: 15px
    }

    .blog-grid-text .meta-style2 {
        border-top: 1px dashed #cee1f8 !important;
        padding-top: 15px
    }

        .blog-grid-text .meta-style2 ul li {
            margin-bottom: 0;
            font-weight: 500
        }

            .blog-grid-text .meta-style2 ul li:last-child {
                margin-right: 0
            }

    .blog-grid-text ul {
        margin: 0;
        padding: 0
    }

        .blog-grid-text ul li {
            display: inline-block;
            font-size: 14px;
            font-weight: 500;
            margin: 5px 10px 5px 0
        }

            .blog-grid-text ul li:last-child {
                margin-right: 0
            }

            .blog-grid-text ul li i {
                font-size: 14px;
                font-weight: 600;
                margin-right: 5px
            }

    .blog-grid-text p {
        font-weight: 400;
        padding: 0
    }

a,
a:active,
a:focus {
    color: #575a7b;
    text-decoration: none;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

    .pagination ul {
        display: inline-block;
        display: inline;
        zoom: 1;
        margin: 0 auto;
        padding: 0
    }

    .pagination li {
        display: inline
    }

    .pagination a {
        float: left;
        padding: 0 18px;
        line-height: 40px;
        text-decoration: none;
        border: 1px solid #dbdbdb;
        border-left-width: 0;
        background: #fff
    }

        .pagination a:hover {
            background-color: #1d184a;
            color: #fff
        }

    .pagination .active a {
        background-color: #f7f7f7;
        color: #999;
        cursor: default
    }

    .pagination .disabled span {
        color: #999;
        background-color: transparent;
        cursor: default
    }

    .pagination .disabled a {
        color: #999;
        background-color: transparent;
        cursor: default
    }

        .pagination .disabled a:hover {
            color: #999;
            background-color: transparent;
            cursor: default
        }

    .pagination li:first-child a {
        border-left-width: 1px
    }

.mt-6,
.my-6 {
    margin-top: 3.5rem;
}

.help-button {
    background-color: #1d2b48 !important;
    color: #FFFFFF !important;
    fill: #FFFFFF !important;
    padding: 8px 23px;
    border-radius: 999rem;
    font-size: 16px;
    font-weight: bold;
    border: none;
    float: right;
    margin-right: 15px;
    margin-top: 8px;
    letter-spacing: 1px;
}

.help-button i {
    margin-right: 5px;
}

#helpModal .modal-dialog {
    position: fixed;
    right: 15px;
    bottom: -10px;
    font-family: Roboto, sans-serif;
    width: 350px;
}

#helpModal .modal-header {
    background: #1c2b48;
    color: white;
    justify-content: center;
    padding: 10px;
}

#helpModal .modal-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
}

#helpModal .modal-header .close {
    color: white;
    position: absolute;
    right: 40px;
    top: 34px;
    font-size: 15px;
    padding: 0;
    opacity: 1;
}

#helpModal .modal-footer button {
    background: #1c2b48;
    font-family: Roboto, sans-serif !important;
    color: white;
    text-transform: none;
    font-size: 15px;
    padding: 7px;
}

#helpModal .modal-body {
    overflow: hidden auto;
    max-height: 425px;
}

#helpModal .modal-body span {
    font-size: 14px;
    display: block;
}

#helpModal .modal-body .input-row {
    margin-top: 10px;
}

#helpModal .modal-body .input-row label {
    font-size: 14px;
    font-weight: bold;
}

#helpResultModal .modal-dialog {
    font-family: Roboto, sans-serif;
}

#helpResultModal .modal-header {
    background: #1c2b48;
    color: white;
}

#helpResultModal .modal-header .close {
    color: white;
    text-shadow: none;
    opacity: 1;
    font-size: 20px;
}

#helpResultModal .modal-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: Roboto, sans-serif;
}

#helpResultModal .modal-body {
    padding: 15px !important;
}

#helpResultModal .modal-body span {
    font-size: 15px;
}

#helpResultModal .modal-footer {
    padding: 5px 15px !important;
}

#helpResultModal .modal-footer button {
    background: #1c2b48;
    font-family: Roboto, sans-serif !important;
    color: white;
    text-transform: none;
    font-size: 15px;
    padding: 7px;
}

#helpResultModal.error .modal-header {
    background: #e9435a !important;
}

#helpResultModal.error .modal-footer button {
    background: #e9435a !important;
}