*,*::before,*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    margin: 0;
    font-family: ff-meta-web-pro, sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    line-height: 1.5;
    color: #22262a;
    background-color: white;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.home {
    background-image: url("../../../images/hero-home.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

h2 { font-size: 3rem; margin: 1rem 0; font-weight: bold; }
h3 {}
h4 {}
p {}

header {
    background: linear-gradient(rgb(255,255,255), rgba(255,255,255,0.6), rgba(255, 255, 255, 0));
}
header .header {
    /* discontinued use of grid
    display: grid;
    grid-template-columns: minmax(200px, 360px) auto minmax(200px, 320px);
    */
}

.brand {
    margin-top: 20px;
}
.navbar-expand {
    align-items: flex-start;
}
#mainmenu {
    justify-content: flex-end;
}
.navbar-toggler {
    background-color: #fff;
}
#mainmenu.show, #mainmenu.collapsing {
    background-color: #fff;
}
nav ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: right;
    margin-right: 20px;
}

nav ul li a.nav-link {
    color: #203063;
    text-decoration: none;
    font-size: 20px;
    padding: 5px;
    margin: 0 1em;
}

.its-green { color: #96c663; }
.its-blue { color: #0060A9; }

.quick-access {
    background-color: #96c663;
    border-radius: 20px;
    margin: 10px;
    padding: 10px 1em;
    height: fit-content;
    width: fit-content;
}
.quick-access p {
    color: #fff;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}
.quick-access form {
    font-size: 1rem;
}

section.container, div.site-grid {
    overflow: auto;
}

.pre-main, div.site-grid {
    background-color: #fff;
}

.hero {
    font-size: 2.5rem;
    color: #fff;
    min-height: 700px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 45%, #FFFFFF 100%);
    padding: 2em;
}
.hero .mod-custom {
    max-width: 564px;
}
.hero h2 {
    text-shadow: 3px 3px 3px rgba(0,0,0,0.85);
    font-size: 5rem;
    line-height: 6rem;
    margin: 10px 0 30px;
}
.hero p {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.85);
}

p.button a {
    background: linear-gradient(90deg, #4AA6DD, #203063);
    display: inline-block;
    padding: 1rem;
    border-radius: 30px;
    text-shadow: none;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
}

.pre-main {
    padding-top: 1rem;
}
.our-job {
    max-width: 45rem;
    margin: 0 auto;
}

.our-job h2 {
    color: #0060A9;
    text-align: center;
}

.its-ribbon {
    background-image: url("../images/its-ribbon-top.png");
    background-repeat: no-repeat;
    padding: 86px 0 0 0;
    border-bottom: 96px solid #fff;
    border-image: url("../images/its-ribbon-bottom.png") 96 / 0 0 96px 0 / 0 0 0 0 round;
}

.its-ribbon>div {
    background-color: #eee;
    overflow: auto;
}
.its-ribbon p { max-width: 46rem; margin: 0 auto; }

.its-ribbon p:last-child {
    margin-bottom: 0;
}

.its-ribbon h2 {
    color: #4AA6DD;
    text-align: center;
}

.stats .grid {
    margin: 2rem 0;
}
.stats .grid-item {
    text-align: center;
    width: 175px;
    height: 175px;
    padding: 10px;
    margin: 0 2rem 1rem;
    border-radius: 50%;
    background-color: #eee;
}
.stats .grid-item h3 {
    color: #0060A9;
    margin: 5px 0;
    font-size: 3rem;
    font-variant-numeric: lining-nums;
    line-height: 3rem;
}
.stats .grid-item p {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}
.stats hr {
    margin: 0 auto;
}
.departments {
    margin-top: 3rem;
}
.departments .grid {
    max-width: 1400px;
    margin: 0 auto;
    color: #fff;
}

.departments .grid .grid-item {
    max-width: 400px; 
    padding: 10px; 
    border-radius: 20px; 
    margin: 0 1rem 1rem;
}

.departments .grid .grid-item h3 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0.5rem 0;
}

.site-grid {
    /* discontinued use of grid
    display: grid;
    grid-template-columns: 1fr minmax(100px, 400px);
    */
}
.main {
    padding-bottom: 2rem;
}
.lower {
    padding-top: 2rem;
}
.lower h3 {
    font-weight: bold;
    color: #0060A9;
}
.lower p {
    color: #444;
}
.partners {
    padding-top: 2rem;
}
.partners h3 {
    text-align: center;
}
.partners .dj-image {
    filter: grayscale(100%);
    max-width: 200px;
}

footer {
    background: linear-gradient(90deg, #203063 0%, #0060A9 100%);
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 1rem;
}
footer .footer-c {
	background: url(../images/footer-its-your-it.png) no-repeat right;
    min-height: 200px;
}
footer a {
    color: #96c663;
    text-decoration: none;
}
footer ul.nav li a {

}
.footer-z {
    text-align: center;
}

/** bootstrap overrides **/
.btn-primary {
    background-color: #96c663;
    border-color: #96c663;
    padding: 0.5rem 2.5rem;
}

/** mobile optimization **/

@media (max-width:760px) {
    .hero {
        min-height: unset;
        padding: 10px;
    }
    .hero h2 {
        font-size: 2rem;
        line-height: 1.5;
    }
    .our-job p, .its-ribbon p {
        padding: 0 10px;
    }
}