#home-video {
    max-height: 315px;
    overflow: hidden;
}
.typed-cursor{
    display:none;
}
#home #main_content .row.flex{
    align-items: center!important;
}
span#writer {
    display: inline-block;
    min-height: 1rem;
}
@media (max-width: 900px){
    .mfp-arrow {top: 50%;}
    .mfp-bg{
        z-index: 2000000001 !important;
    }
    .mfp-wrap{
        z-index: 2000000001 !important;
    }
    .mfp-content{
        z-index: 2000000002 !important;
    }
    button.mfp-arrow, button.mfp-close{
        z-index: 2000000008 !important;
    }
    
}
.hero-logo-wrap{
    padding:10px 0px;
    text-align:center;
}
.hero-logo-wrap img{
    max-width:100px;
    margin:10px 0px;
}
.btn-custom:focus{
    border-color: inherit;
    background-color: inherit;
}
.options-wrapper .btn:focus{
    background-color: #fddc70;
    border-color: #fddc70;
}
.menu_bar_navigation ul li:last-child:not(.mod){
    background-color: #0183ca;
}
@media (min-width:1200px){
    .hero-logo-wrap{
        text-align:left;
    }
    .hero-logo-wrap img:nth-child(5){
        margin-left:40px;
    }
    .mc_embed_signup{
        max-width:800px;
    }
}