@import url("locations.css");

.page__plan section.masthead {
    background-image: url('graphics/mastheads/masthead-PlanBusiness.jpg');
}

.page__start section.masthead {
    background-image: url('graphics/mastheads/masthead-start.jpg');
}

.page__payroll section.masthead {
    background-image: url('graphics/mastheads/masthead-payroll.jpg');
}

.page__open section.masthead {
    background-image: url('graphics/mastheads/masthead-open.jpg');
}

.page__run section.masthead {
    background-image: url('graphics/mastheads/masthead-run.jpg');
}

.page__grow section.masthead {
    background-image: url('graphics/mastheads/masthead-grow.jpg');
}

.page__close section.masthead {
    background-image: url('graphics/mastheads/masthead-close.jpg');
}

/* for navigation links that have target of _blank append external link icon */
a.external-link:after,
a[forceNewTab]:after,
nav#desktop-navigation a.nav-link[target=_blank]:after,
nav#site-navigation a.nav-link[target=_blank]:after {
    content: '\f08e';
    font-family: FontAwesome;
    text-align: center;
}

/* on publications page with tables of files don't show the external link icon */
.page__publications table a[forceNewTab]:after {
    display: none;
}

/* Michael McNabb 20211027, Scott wants a privacy notice icon but because it links to a pdf it gets the little external link icon attached which
wraps kind'a funnt */
a.contact-us-privacy:after
{
    content:''
}

/* remove the graphic circle-arrow background image on small business guide links */
.small-business-guide-links a {
    background: #235e8a;
}

/* removed the appended external link icon for small-business-guide-links and OnPageNav links */
.OnPageNav a[forceNewTab]:after {
    background: none;
}

/* chevrons for accordion */
exclude.accordion .card .card-header[data-toggle='collapse'] .fa:before {
    content: '\f077'; /* chevron-up, collapse icon */
    padding-right: 0.5rem;
}

exclude.accordion .card-header[data-toggle='collapse'].collapsed .fa:before {
    content: '\f078'; /* chevron-down, expand icon */
    padding-right: 0.5rem;
}

.Faq .accordion .card-header .question.lead {
    cursor: pointer;
}

/* drop down region selected [checked] items */
.tab-content a.dropdown-item-checked, .card-body a.dropdown-item-checked {
    transition: none !important; /* keeps it from flashing in Edge */
}

.tab-content .dropdown-item-checked::before, .card-body .dropdown-item-checked::before {
    position: absolute;
    font-family: FontAwesome; /* 20191209, Scott would like a different check - use font awesome */
    left: .3rem;
    content: '\f058'; /* 20191209, Scott would like a different check - use font awesome */
    color: #28A745 !important;
    font-size: 18px; /* 20191209, Scott would like check mark bigger */
    line-height: 125%; /* 20191209, Scott would like check mark bigger, this keeps it centered */
}

.NewsletterClient .form-check input {
    display: none;
}

.NewsletterClient .form-check label {
    font-weight: bold;
    margin-left: -1rem;
}

/* scott wants the sign-in hidden */
nav#site-navigation .navigation-links a.sign-in {
    display: none;
}

/* add a Beta 2.0 indicator when signed in with the beta2 role */
div[data-security-active-roles~=beta2] #page-header-row-top:before {
    content: "Beta 2.0";
    font-size: small;
    position: absolute;
    font-weight: bold;
    top: 0;
    color: #085794;
}

/* add a Beta 3.0 indicator when signed in with the beta3 role */
div[data-security-active-roles~=beta3] a.header-logo:before {
    content: "Beta 3.0";
    font-size: small;
    position: absolute;
    font-weight: bold;
}

.homepage-masthead-content.small-business-guide .homepage-masthead-right .masthead-block {
    min-height: 23rem; /* scott increased content/spacing in blocks 20191022 but also shrinking width in ie/edge tend to cause overlaps */
}

/* these are the special style rules for scott to show/hide content based on being signed in with the beta2 role*/
/*
div[data-security-active-roles~=unauthenticated-users] .unauthenticated-show {
    display: inherit !important;
}

div[data-security-active-roles~=unauthenticated-users] .unauthenticated-hide {
    display: none !important;
}

div[data-security-active-roles~=beta2] .beta2-show {
    display: inherit !important;
}

div[data-security-active-roles~=beta2] .beta2-hide {
    display: none !important;
}
*/
/* hide the first row of the send thoughts module table, will be shown later via script */
div[data-security-active-roles~='beta2'] .SendThoughts table tr:first-child {
    display: none;
}

/* have to force this to 999 otherwise tours will overlay expanded navigation */
.popover[class*="tour-"] {
    z-index: 999 !important;
    border: 4px solid rgba(0,0,0,0.8);
    background-clip: initial;
}

/* increase the padding widths */
.popover-header, .popover-body {
    padding: .75rem 1rem;
}

/* make point/arrow thicker and darker */
.popover.tour-tour.bs-popover-bottom > .arrow::before {
    top: -3px; /* shift up, from 0px to -3px - makes arrow thicker */
    border-bottom-color: rgba(0,0,0,.5); /* increase alpha to 0.5 */
}

.popover.tour-tour.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
    top: 3px; /* shift down, from 1px to 3px - makes arrow thicker */
}

/* Scott wants phone/txt lines hidden for now 20200317 */
/*.contact-us-phone,.contact-us-txt {
    display:none;
}*/

/* type ahead css */
.typeahead,
.tt-query,
.tt-hint {
    padding: 8px 12px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
    width:23rem
}

.typeahead {
    background-color: #fff;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

#scrollable-typeahead-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

/* make region modal items a little bigger for small width devices */
@media(max-width:576px) {
    #regions.modal .card-body,
    #regions.modal div.card-header span,
    #regions.modal div.card-header .btn {
        font-size: 130%;
    }
}

/* Michael McNabb 20210616, removed banner injection */
/* scott wants banner hidden on home page and main covid page */
/*.pID875 .top-banner-alert, .pID1561 .top-banner-alert {
    display:none;
}*/

/* scott's new style for landing page right-hand panels */
.grow-block:hover .h1, 
.run-block:hover .h1, 
.start-block:hover .h1, 
.trending-block:hover .h1, .hover-highlight  {
    opacity:0.6;
}

.grow-block:hover .hover-highlight, 
.run-block:hover .hover-highlight, 
.start-block:hover .hover-highlight, 
.trending-block:hover .hover-highlight {
    opacity:1 !important;
}


.hover-highlight a:hover {
    transition: background-color .3s ease,border-color .3s ease,color .3s ease;
    background-color: rgba(255,255,255,0.4);
    text-decoration:none !important;
}

/* carousel fade */
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}


/*
    Scott want the Contact Us main tab removed, when removing then sub menu items extend to right beyond browser viewport because that
    top level nav provided a spacing such that the previous top nav sub navs did not extend beyond viewport. So need to set right:0 to 
    force sub menu to extend to left instead
*/
bwg#desktop-navigation li.nav-item:last-child .menugroup {
    right: 0rem;
}
/* hide the Contact Us nav item */
bwg#desktop-navigation li.nav-item.nav-contact-us {
    display: none !important;
}


/* ipad user had issue with chat, originally i resized things, but upon revisit lets just give z-index>navigation */
body#Body.lhc-opened #lhc_container {
    /*max-height: 92vh;
    margin: auto;*/
	z-index:1001;

}
/*
body#Body.lhc-opened #lhc_container #lhc_iframe_container iframe#lhc_iframe.lhc-loading {
    max-height: 80vh;
}*/

/* accommodate social media icons/links with taller banner space */
/*#page-header {
    height: 80px;
}

body {
    padding-top: 80px;
}*/


/* social media icons/links in banner/header */
.header-social-link {
    position: absolute;
    bottom: 0;
    font-size: 14px; /*85%;
    width: inherit;
    text-align: right;
    /*overflow-wrap: break-word;*/
}

/* coincides with vertical bar in logo above */
.header-social-link li:nth-child(2) 
{
    margin-left:3em;
}

/* small width devices */
@media(max-width:642px) {
    .header-social-link li:nth-child(2) {
        margin-left: 1em;
    }
}

/*.footer-social-link, .header-social-link {
    display: flex !important;
}*/

/* michael mcnabb 20230404 */
    .facebook-link { display: none !important;}