  .header-sub-text p {
	 margin-top:-20px;
}

/* For hiding dropdowns on "News Archive" page */
 #category-select, #tag-select, #year-select, #month-select, .archives-form .umkc-btn {
	 display:none;
}

.header-image-container {
    height: auto;
    padding-bottom: 30%;
}

.header-text h2 {
    font-size: 16px;
    top: 2px;
}

#is-home-quickhelp {
    position relative;
}

#is-home-quickhelp .umkc-btn {
    width: 250px;
    margin-left: calc(50% - 125px);
    text-align: center;
    color: #04487F;
}

#is-home-quickhelp .umkc-btn:hover {
    background-color: #FFD52E;
}

.resource-card-container, .resource-card-container .card-body {
    background-color: #0266CC;
}

.resource-card-container .card-body a {
    background-color: white;
}

.resource-card-container .card-body a:hover {
	 background-color: #dddddd;
}

@media only screen and (min-width: 600px) {
    .header-text h2 {
    font-size: 20px;
    }
    body > div:nth-child(9) .text-block {
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 0px;
    }
    body > div:nth-child(9) .text-block .col-lg-12, body > div:nth-child(9) .text-block .col-lg-12 .p-3 {
        padding: 0px;
        margin: 0px;
    }
    
    #is-home-quickhelp .umkc-btn {
        margin-left: calc(33.3% - 170px);
    }
}

@media only screen and (min-width: 768px) {
    div.logo.text-md-left.text-center {
        margin-left: 9px;
    }
    .sd-site-header-container .sd-header-text {
        margin-top: 0px;
        width: calc(100% - 270px);
    }
    .sd-header-text > h2 {
        font-size: 40px;
        padding-top: 15px;
    }
    div.breadcrumbs > div.container {
        margin-left: 25px;
    }
    .header-image-container .header-text h2 {
        margin-left: -8px;
    }
    body > div:nth-child(8) .text-block .col-lg-12 {
        margin-left: 10px;
    }
}

@media only screen and (min-width: 900px) {
    .header-text h2 {
    font-size: 24px;
    }
}

@media only screen and (min-width: 1200px) {
    .header-text h2 {
    font-size: 30px;
    }
    div.breadcrumbs > div.container {
        margin-left: 73px;
    }
    .header-image-container {
    padding-bottom: 25%;
    }
    .header-image-container .header-text h2 {
        margin-left: 40px;
    }
    body > div:nth-child(8) .text-block .col-lg-12 {
	max-width: 100%;
	padding-left: 50px;
    }
    .picture-nav-container .row .offset-xl-3 {
        margin-left: 17%;
    }
}

#is-outages-notice {
    display: block;
    text-align: center;
    border: 2px solid red;
    color: #04487f;
}

#is-outages-notice p {
    font-size: 16px;
    font-weight: bold;
    background-color: #ffd52f;
    padding-top: 0.25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-bottom: 0;
}

#is-outages-notice .outageSubject:last-of-type {
    padding-bottom: 0.25rem;
}

@media only screen and (min-width: 900px) {
    #is-outages-notice p {
        font-size: 18px;
    }
    
    /*#is-outages-notice p {
        padding-top: 0.5rem;
    }
    
    #is-outages-notice .outageSubject:last-of-type {
        padding-bottom: 0.5rem;
    }*/
}