﻿/* import base stylesheets */

@import "style.min.css" screen;
@import "print.css" print;

/* template styles */

.site-header__top * {
    transition: 200ms;
}

.primary-nav a:after {
    background-image: url(/arrow-chevron-right--white.svg) !important;
    background-repeat: no-repeat !important;
    height: 14px;
}

.primary-nav__nav-menu::-webkit-scrollbar {
    display: none;
}

.primary-nav__nav-menu {
    -ms-overflow-style: none;
}

    .primary-nav__nav-menu .sub-menu a {
        background-image: url(/arrow-right--blue.svg);
    }

        .primary-nav__nav-menu .sub-menu a:hover,
        .primary-nav__nav-menu .sub-menu .current-menu-item a {
            background-image: url(/arrow-right--white.svg);
        }

.icon-close {
    z-index: 1;
}

@media screen and (max-width: 356px) {

    .cagov-nav__menu {
        top: 120px;
    }

    .burger-menu.menu-active {
        bottom: 10px;
    }
}

.subheader-data__nav .menu .current-menu-item a,
.subheader-data__nav .menu .current-menu-item a:hover {
    background-image: url(/triangle-up.svg);
}

.landing-content .hero {
    background: #e1f3fd;
    background: linear-gradient(145deg, #e1f3fd, #e1f3fd 50%, #d2edfc 0, #d2edfc);
    background-size: cover;
    background-position: 50%;
}

.back-to-top:hover {
    color: white;
}

.crmEntityFormView .cell {
    padding: 0 15px 5px;
}

@media screen and (min-width: 900px) {
    #eapp_organization_name {
        width: 400px;
    }
}

.page-header h1 {
    font-size: 2.125rem;
    line-height: 1.75em;
    color: #b42e34;
}

legend {
    font-size: 14px;
}

/*
.open .dropdown-menu {
   
	display: table;
    padding: 5px;
    left: unset !important;
    right: 157px !important;
}


a.details-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.fade:not(.show) {
     opacity: 1 !important;
}*/

    legend.section-title > h3 {
        font-size: 1rem !important;
        font-weight: 400 !important;
        line-height: normal !important;
    }