/* Accessibility related visual improvements (depend on JS)*/
body.using-mouse :focus {
    outline: none !important;
}
:focus, :focus-visible {
    outline: 1px dotted gray !important;
    outline-offset: 3px !important;
}

.tabs_boxes .tab_style_2 .slider_tabs .slider_tab .item a:focus p {
    border: 1px dotted gray;
}

section.custom-insurance .content-inside:hover a:after{
    visibility: visible;
}

.hide-1280 {
    display: block;
}

.wrap {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* #about-info-container.sixcol {
    max-width: 485!important;
    width: 100%!important;
} */

#carriers.twelvecol.row {
    margin: 0px;
}

section.custom-agents .button {
    height: auto;
    line-height: 20px;
    padding: 1rem 1rem;
}

.tabs_boxes .tab_style_3 .resources_slider .item .res_title span {
    color: #4f4f4f;
}

.tabs_boxes .tab_style_1 .event_box .event_title a {
    color: #1b599c;
}
.tabs_boxes .tab_style_1 .event_box .event_date p span {
    color: #a92423;
}

footer .footer_ann {
    background-color: #145090;
}

footer .footer_ann .btn_2 {
    background-color: #AC1815;
}
.vc-tabs-container ul.tab_nav a {
    color: #214b78;
}

.header-vc-custom .header-wrapper .header-top .header-top-wrapper .nav-third .nav-toggle span {
    margin-left: auto;
    margin-right: auto;
}

.bottom .socials {
    display: flex;
    justify-content: center;
}

.bottom .socials ul {
    padding-left: 0px;
}

.header-vc-custom .header-wrapper .nav-second ul.menu>li.menu-item-has-children.hover .sub-menu {
    transform: scaleY(1);
}

.homepage_tabs.scrolling {
    top: 90px;
    z-index: 5;
}

.grecaptcha-badge {bottom:84px !important;z-index:1000;}

section.custom-agents a.button.red-white {
    background-color: #E42825!important;
}

.tabs_boxes .tab_style_2 .slider_tabs_selectors a:hover.products, .tabs_boxes .tab_style_2 .slider_tabs_selectors a.active.products,
.tabs_boxes .tab_style_2 .slider_tabs_selectors a:hover.carriers, .tabs_boxes .tab_style_2 .slider_tabs_selectors a.active.carriers {
    color: #67A4E4!important;
    border-bottom-color: #67A4E4!important;

}

#int-skip {position:absolute;top:20px;left:0;z-index:1000000;}
#int-skip a {background:#A80000;color:#fff;padding:20px;top:-120px;position:absolute;width:190px;}
#int-skip a:active, 
#int-skip a:focus {top:0;}


.fa-twitter {
	width: 16px;
	height: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIxMjI3IiB2aWV3Qm94PSIwIDAgMTIwMCAxMjI3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNzE0LjE2MyA1MTkuMjg0TDExNjAuODkgMEgxMDU1LjAzTDY2Ny4xMzcgNDUwLjg4N0wzNTcuMzI4IDBIMEw0NjguNDkyIDY4MS44MjFMMCAxMjI2LjM3SDEwNS44NjZMNTE1LjQ5MSA3NTAuMjE4TDg0Mi42NzIgMTIyNi4zN0gxMjAwTDcxNC4xMzcgNTE5LjI4NEg3MTQuMTYzWk01NjkuMTY1IDY4Ny44MjhMNTIxLjY5NyA2MTkuOTM0TDE0NC4wMTEgNzkuNjk0NEgzMDYuNjE1TDYxMS40MTIgNTE1LjY4NUw2NTguODggNTgzLjU3OUwxMDU1LjA4IDExNTAuM0g4OTIuNDc2TDU2OS4xNjUgNjg3Ljg1NFY2ODcuODI4WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-size: 16px 16px;
    position: relative;
    top: 2px;
}


.fa-twitter::before {
	content: unset!important;
}

.cky-btn.cky-btn-revisit-wrapper {
    display: none !important;
}

@media (min-width: 992px) {
    .homepage_tabs.scrolling {
        top: 170px;
    }
}

@media (min-width: 767px) and (max-width: 1024px) {
    #staff.sixcol {
        display: none;
    }

    #about-info-container.sixcol {
        width: 100%!important;
    }
}
@media (min-width: 1280px) {
    .hide-1280 {
        display: none;
    }
}