.alert {
    padding: 15px;
    margin-bottom: 17px;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
    font-size: 16px;
    text-align: center;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    font-size: 16px;
    text-align: center;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    font-size: 16px;
    text-align: center;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

.contact-form .input-holder.error div {
    width: 310px;
    height: 29px;
    border: 1px solid #cf1f1f;
    border-top: transparent;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.contact-form .input-holder.error div span {
    display: block !important;
    height: 100%;
    padding: 7px 0 7px 10px;
    color: #cf1f1f;
}

.contact-form .browse-holder {
    width: 80%;
    padding-top: 10px;
    color: #cf1f1f
}

.contact-form .browse-holder.error {
    display: block
}

#contact-us-mobile-form .dd-menu-selected {
    width: 80%;
}

.inner-content.page-not-found-content {
    padding-bottom: 100px;
}

/* Chatbot login modal */
.modals.login-modal.chatbot-login-modal-hidden {
    display: none;
}

.modals.login-modal .login-form-modal__submit {
    cursor: pointer;
}

.modals.login-modal .login-form-modal__submit.login-form-modal__submit-disabled {
    opacity: 0.7;
    cursor: default;
}

.login-form-modal__success {
    color: #3ea357;
}

.h-ml__nav-item {
    position: relative;
}

.h-ml__tooltip {
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    padding: 2px 4px;
    background: #ffcd00;
    color: #000;
    border-radius: 3px;
    text-transform: uppercase
}

.h-ml__tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0;
    border-color: #ffcd00 transparent transparent;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}


/* line 188, sass/imports/_footer.scss */

.f-ml{
    font-family:Arial;
    height:359px;
    position:relative;
    background-color:#3f444e;
    font-size:11px;
    line-height:13px
}
.f-ml__nav-menu-wrapper{
    display:table;
    width:100%;
    table-layout:fixed;
    height:311px
}
.f-ml__nav-menu{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    width:100%;
    border-top:4px solid #31a554;
    padding-left:44px;
    padding-top:10px
}
.f-ml__socials{
    display:inline-block;
    position:absolute;
    right:30px;
    bottom:15px
}
.f-ml__socials-item{
    height:40px;
    width:40px;
    border-radius:50%;
    background-color:#505762;
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center;
    float:left
}
.f-ml__socials-item--link{
    display:block;
    height:100%
}
.f-ml__socials-item+.f-ml__socials-item{
    margin-left:8px
}
.f-ml__socials .facebook{
    background-image:url(../img/facebook.png)
}
.f-ml__socials .twitter{
    background-image:url(../img/twitter.png)
}
.f-ml__region{
    display:table-cell;
    vertical-align:middle;
    width:229px;
    border-top:4px solid #d21e1f;
    background-color:#444a54;
    background-image:url(../img/footer-region-bg.png);
    background-repeat:no-repeat;
    background-position:center
}
.f-ml__copyright{
    height:48px;
    background-color:#353942;
    padding:0 20px;
    overflow:hidden
}
.f-ml__copyright-text{
    height:100%;
    color:#babbbf;
    padding:18px 0;
    float:right
}
.f-ml__copyright-image{
    float:left;
    width:595px;
    height:100%;
    background-image:url(../img/payment-icons1.png);
    background-repeat:no-repeat;
    background-position:center
}
.f-ml__menu-holder{
    width:237px;
    float:left
}
.f-ml__menu-heading{
    padding-bottom:15px;
    display:block
}
.f-ml__menu-heading-link{
    text-transform:uppercase;
    font-size:12px;
    line-height:14px;
    font-weight:700;
    color:#fff
}
.f-ml__menu-item{
    padding-bottom:11px
}
.f-ml__menu-item--link{
    color:#9bf4ab
}
footer{
    position:relative;
    left:0;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    transition:all .3s
}
.pml~footer{
    bottom:50px
}
.f-ml{
    background-color:#37444e;
    font-size:11px;
    line-height:13px;
    font-family:Arial,sans-serif;
    color:#fff;
    height:auto
}
.f-ml-link{
    color:#9bf4ab
}
.f-ml-link:hover{
    color:#fff
}
.f-ml__top{
    display:flex
}
.f-ml__top-left{
    flex:1;
    position:relative
}
.f-ml__top-right{
    width:230px;
    background-color:#444a54;
    background-repeat:no-repeat;
    background-position:50%;
    border-top:4px solid #d21e1f;
    background-image:url(../img/footer-region-bg.png)
}
.f-ml__nav{
    padding:48px 0 38px 44px;
    display:flex;
    border-top:4px solid #31a554
}
.f-ml__nav-list{
    display:flex;
    flex-direction:column
}
.f-ml__nav-list+.f-ml__nav-list{
    margin-left:130px
}
.f-ml__nav-compliance{
    display:flex;
    align-items:end;
    margin-left:50px
}
.f-ml__nav-compliance .f-ml__nav-compliance-link{
    background-image:url(../img/ndpr_audit_compliant_logo.svg);
    background-position:center;
    background-size:contain;
    width:100px;
    height:36px;
    background-repeat:no-repeat;
    display:flex
}
.f-ml__nav-item+.f-ml__nav-item{
    margin-top:10px
}
.f-ml__nav-item:first-child{
    margin-top:29px
}
.f-ml__nav-item.f-ml__nav-compliance{
    margin-top:auto!important;
    margin-left:0!important;
    padding-top:10px
}
.f-ml__nav-heading{
    text-transform:uppercase;
    font-size:12px;
    line-height:14px;
    font-weight:700;
    margin-bottom:15px
}
.f-ml__social{
    align-self:flex-end;
    display:flex;
    position:absolute;
    right:30px;
    bottom:15px
}
.f-ml__social-item{
    height:40px;
    width:40px;
    background-color:#505762;
    display:inline-flex;
    border-radius:50%;
    opacity:.75;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat
}
.f-ml__social-item.instagrm{
    background-image:url(../img/icon__instagrm-02.png)
}
.f-ml__social-item.fbook{
    background-image:url(../img/icon__fbook-02.png)
}
.f-ml__social-item.twittr{
    background-image:url(../img/icon__twittr-02.png)
}
.f-ml__social-item:hover{
    cursor:pointer;
    opacity:1
}
.f-ml__social-item+.f-ml__social-item{
    margin-left:10px
}
.f-ml__info{
    display:flex;
    background-color:#353942;
    height:48px;
    padding:0 20px 0 10px
}
.f-ml__info-left{
    flex:1
}
.f-ml__info-right{
    flex:1
}
.f-ml__payment{
    display:flex;
    align-items:center;
    height:100%
}
.f-ml__payment-img{
    width:100%;
    height:100%;
    background-size:contain;
    background-position:center;
    background-image:url(../img/payment-icons-04.png);
    width:500px;
    background-repeat:no-repeat
}
.f-ml__copy{
    display:flex;
    align-items:center;
    height:100%;
    justify-content:flex-end
}
.f-ml__copy-txt{
    opacity:.5
}
.f-ml__copy-icon{
    display:inline-block;
    vertical-align:middle
}
.f-ml__copy-icon.eighteen{
    background-image:url(../img/icon__18-02.svg);
    height:25px;
    width:25px;
    margin-left:10px
}
.f-ml__legal{
    padding:4px 20px;
    background-color:#2b2e36
}
.f-ml__legal p{
    opacity:.5;
    font-size:10px;
    line-height:12px
}

/* line 510, sass/imports/_footer.scss */

.mobile-lite .f-s__compliance {
    display: flex;
    justify-content: center;
    border-top: 1px solid #aeafb7;
    border-bottom: 1px solid #aeafb7;
    padding: 20px 0;
}

/* line 517, sass/imports/_footer.scss */

.mobile-lite .f-s__compliance-link {
    width: 165px;
    height: 65px;
    background-image: url("../img/ndpr_audit_compliant_logo.svg");
    background-position: center;
    background-size: 100%;
}