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

h1 {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 24px;
     font-style: normal;
     font-variant: normal;
     font-weight: 700;
     line-height: 26.4px;
}
h3 {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 14px;
     font-style: normal;
     font-variant: normal;
     font-weight: 700;
     line-height: 15.4px;
}
p {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 16px;
     font-style: normal;
     font-variant: normal;
     font-weight: 400;
     line-height: 20px;
}
blockquote {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 21px;
     font-style: normal;
     font-variant: normal;
     font-weight: 400;
     line-height: 30px;
}
pre {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-size: 13px;
     font-style: normal;
     font-variant: normal;
     font-weight: 400;
     line-height: 18.5714px;
}
h1, h2, h3, h4, p {
     padding-bottom: 2rem;
}

body, html {
	height: 100%;
	margin: 0;
     padding: 0;
     position: relative;
}
footer {
     position: absolute;
     bottom: 0;
     width: 100%;
}
hr {
     background-color: #003A5D;
     height: 1px;
     opacity: 0.25;
     margin-top: 0;
}
li {
    font-size: 14px;
    margin-left: 10px;
    list-style-type: disc;
    margin-left: 1.5em;
 }
 li:not(:last-child) > p {
     padding-bottom: 1em;
 }

#mke-bg {
     background-image: url("/img/mke.jpg");
     background-position: 50% 50%;
}
#mke-bg-bw {
     background-image: url("/img/mke_bw.jpg");
     background-position: 50% 50%;
}
#nyc-bg {
     background-image: url("/img/nyc.jpg");
     background-position: 50% 70%;
}
#nyc-bg-bw {
     background-image: url("/img/nyc_bw.jpg");
     background-position: 50% 70%;
}

.main-container {
     min-height: 100vh; /* will cover the 100% of viewport */
     overflow: hidden;
     display: block;
     position: relative;
     padding-bottom: 450px; /* height of your footer */
}
.container {
     padding: 2em;
}
.slogan-header {
     color: #003A5D;
     font-size: 32px;
     font-weight: 400;
     line-height: 36px;
}
.main-content {
     max-width: 968px;
}
.main-content a {
     font-size: 18px;
     font-weight: 600;
}
.link-text {
     padding-bottom: .5em;
}
.navbar {
     position: fixed;
     top: 0;
     width: 100%;
     -webkit-box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.5);
     -moz-box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.5);
     box-shadow: 0px 3px 11px -4px rgba(0,0,0,0.5);
}
.navbar-item > .nav-logo {
     max-height: 3.5rem;
}
.navbar-brand {
     padding: .5em;
}
.navbar-burger {
     height: 4em;
}
.navbar-item {
     padding: 0.5rem 1.25rem;
}
.footer {
     position: absolute;
     right: 0;
     bottom: 0;
     left: 0;
     padding: 2rem;
     background-color: #003A5D;
     text-align: center;
}
.footer .content h3,
.footer .content p {
     color: white;
     padding-bottom: 0;
}
.footer .content p {
     margin-bottom: 0;
}
.footer-block {
     margin-top: 1.5rem;
     position: relative;
}
.footer-split .column:first-child > p {
     text-align: right;
}
.footer-split .column:nth-child(2) > p {
     text-align: left;
}
.img-top-banner {
     background-repeat: no-repeat;
     background-size: cover;
     height: 30vh;
     margin-top: 3.5em;
     width: 100%;
}
.image {
     margin: 0 auto;
}
.sav-headshot {
     float: left;
     max-width: 250px;
     margin: 0 1em 1em 0;
}
