/* Common CSS for all Service Template Pages */

/*mobile and up styles, unless overridden by below*/

/* Styles for banner */
.sp-banner-image {
    display:none;
}

.image-banner-wrapper .title h1{
    color:#333;
}
.image-banner-wrapper{
    background:#fff;
}
.image-banner-wrapper p{
    color:#333;
}
#part-of{
    text-transform: uppercase;
    padding-top: .5rem;
}
#provided-by {
    text-align: right;
    text-transform: uppercase;
    padding-top: .5rem;
}
.provided-by-wrapper{
    font-size: .85rem;
    margin-bottom: 1rem;
}
/* end styles for banner */

/* headings */
h2.call-out {
    font-size: 165%!important;
    border-bottom: solid thin #333333;
    margin-bottom: 1rem;
}
h3 {
	font-family: "Public Sans Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 600;
    font-size: 1.2rem;
}
/*Section Solid Color Title Bar */
.ia-section-title {
    color: #fff;
}
.ia-section-title h2 {
    color: #fff !important;
    display: block;
    font-size: 1.5em !important;
    margin-block-start: 0.83em !important;
    margin-block-end: 0.83em !important;
    margin-inline-start: 0px !important;
    margin-inline-end: 0px !important;
    font-weight: bold !important;
    padding: 0 !important;
}


/* Card and Card Button Components */
.blue-rounded-cards {
    margin: 0.5rem 0;
    min-height: 92.8px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.blue-rounded-cards a {
    font-size: 1.13rem;
    font-weight: normal !important;
    justify-content: normal;
    background: transparent;
    border: 2px solid;
    border-color: #73b3e7;
    border-radius: .5rem;
    box-shadow: 0 0.25rem 0.5rem 0 rgba(0, 0, 0, 0.1);
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    height: 95%;
}


/* Gray Full Width Compontent */
#zone-content-wrapper-eligibility, 
#zone-content-wrapper-key-information {
    width: 99.225vw;
    position: relative;
    margin-left: -49.59vw;
    left: 50%;
    background: #eee;
    padding: 2rem 0;
    margin-bottom: 2rem;
}
.ia-uswds-elig-wrapper {
    width: 100%;
    max-width: 1182px;
    margin: 0 auto;
    padding: 1rem;
}
.ia-uswds-elig-wrapper h2,
.ia-organization-key-information-wrapper h2 {
    color: #000!important;
    font-weight: normal;
    padding: 4px 0 16px;
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol!important;
    font-style: normal;
    font-size: 165%!important;
}
.sub-title-wrapper {
    font-family: "Public Sans Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    line-height: 1.5;
    font-weight: 400;
    font-size: 1.06rem;
    line-height: 1.75;
    font-weight: 400;
}


/* Time Callout Component */
.time-callout-wrapper {
    background: #f0f0f0;
    padding: 1rem .5rem;
}
.time-callout-icon {
    color: #ffbe2e;
    font-size: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Accordian Components */
.usa-accordion__button i {
    margin-right: 1rem;
}
.usa-accordion__content {
    padding: 1.5rem 3rem 2rem 3rem;
}


/* Lists */
ol, ul {
	padding-left: 2rem;
}

/* Modal */
.modal-header {
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    background: none;
    border: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
}

/* Table of Contents */
#table-of-contents {
  padding: 0 0 0 0!important;
  border-bottom: none;
  margin-bottom: 2rem;
}
#table-of-contents li:first-child {
  border-top: none;
}
.ia-uswds-section-info-wrapper .grid-row div:first-child {
  order: 1;
}
.ia-uswds-section-info-wrapper .grid-row div:last-child {
  order: 0;
}


/* Tablet and up Adjusments */
@media (min-width: 640px) {
	.sp-banner-image {
        display:block;
    }
    .image-banner-wrapper .title h1{
        color: #ffcc33;
        /* padding: 1rem; */
        font-weight: 400;
        padding: 1.4rem 1rem 1rem 2rem;
    }
    .image-banner-wrapper{
        background:#005885;
    }
    .image-banner-wrapper p{
        color:#fff;
        padding-left:2rem;
    }
	#table-of-contents {
	  padding: 4rem 0 0 0!important;
	  margin-bottom: 0;
	}
	.ia-uswds-section-info-wrapper .grid-row div:first-child {
	  order: 0;
	}
	.ia-uswds-section-info-wrapper .grid-row div:last-child {
	  order: 1;
	}
}


/* Desktop and up Adjustments */
@media (min-width: 64em) {

}