html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

p {
	margin-top: 0;
    margin-bottom: 1em;
    font-size: 1.2rem;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
    border-style: none;
    width: auto;
	max-width: 100%;
	height: auto;
}

hr {
	background-color: #c8c8c8;
	border: 0;
	height: 1px;
	margin: 0 0 1.25rem;
}

a {
	color: #d01c29;
}

a:hover,
a:focus,
a:active {
	color: #a51417;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.45;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

html {
    box-sizing: border-box;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    color: #555;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	line-height: 1.45;
}

.container {
	width: 92%;
    max-width: 41em;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 61.5em) {
    .container {
        max-width: 71em;
    }
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

button,
input,
select,
textarea {
	box-sizing: border-box;
	color: #3d3d3d;
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #a51417;
	border-radius: 6px;
	background-color: #a51417;
	color: #fff;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
    line-height: 1.1em;
    letter-spacing: 0.05em;
	padding: 0.75rem 1.75rem;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #fff;
    border: 1px solid #a51417;
    color: #a51417;
    text-decoration: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(94, 158, 214, .7);
}

button:focus:hover,
input[type="button"]:focus:hover,
input[type="reset"]:focus:hover,
input[type="submit"]:focus:hover {
    color: #a51417;
}

button.is-style-outline,
input[type="button"].is-style-outline,
input[type="reset"].is-style-outline,
input[type="submit"].is-style-outline {
    background-color: #fff;
    border: 1px solid #a51417;
    color: #a51417;
}

button.is-style-outline:hover,
input[type="button"].is-style-outline:hover,
input[type="reset"].is-style-outline:hover,
input[type="submit"].is-style-outline:hover {
    background-color: #a51417;
    border: 1px solid #a51417;
	color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	border: 1px solid rgb(233, 233, 233);
	border-radius: 0;
	background-color: rgb(249, 249, 249);
	padding: 0.625rem;
	font-weight: normal;
	font-size: 1.2rem;
	width: 100%;
	-webkit-appearance: none;
}

textarea {
	width: 100%;
	min-height: 150px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #c8c8c8;
	outline: none;
}

label {
	margin-bottom: 5px;
	font-size: 1.125rem;
	display: block;
	font-weight: 600;
}

select {
	color: #3d3d3d;
	background: rgb(249, 249, 249);
	border: 1px solid rgb(233, 233, 233);
	width: 100%;
	font-size: 1.125rem;
	height: 3.0625rem;
}

select:focus {
	border-color: #c8c8c8;
	outline: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 0 10px 0 0;
}

.washu-branding {
    width: 100%;
    background-color: #a51417;
}

@media screen and (min-width: 61.5em) {
    .washu-branding {
        height: 2.658rem;
    }
}

.washu-branding a {
    display: block;
}

.washu-logo {
    width: 252px;
    vertical-align: bottom;
    margin: 0.55em 0;
    float: left;
}

@media screen and (min-width: 61.5em) {
    .washu-logo {
        width: 286px;
    }
}

.page {
    position: relative;
}

@media screen and (min-width: 61.5em) {
    .page {
        min-height: calc(100vh - 6.721rem);
    }

    .page > .container {
        min-height: 42.5rem;
    }
}

.shield-container {
    width: 100%;
    height: 5.75rem;
    background: #555 url('img/shield-pattern.svg');
    background-size: 191px 151px;
    background-position: top center;
    position: relative;
    display: none;
}

@media screen and (min-height: 30em), (min-width: 61.5em) {
    .shield-container {
        display: block;
    }
}

@media screen and (min-width: 37em) {
    .shield-container {
        height: 7.5rem;
    }
}

@media screen and (min-width: 61.5em) {
    .shield-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 30%;
        height: 100%;
        background-position: top left;
    }
}

.shield-container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 92%;
    max-width: 41em;
    top: 1.25rem;
    height: calc(100% - 1.25rem);
    background: url('img/shield.svg') no-repeat;
    background-size: 8rem 9.5625rem;
}

@media screen and (min-width: 37em) {
    .shield-container::after {
        background-size: 10.625rem 12.6875rem;
    }
}

@media screen and (min-width: 61.5em) {
    .shield-container::after {
        top: 5rem;
        left: auto;
        right: 0;
        width: 17.5rem;
        max-width: 75%;
        height: calc(100% - 5rem);
        margin: 0;
        background-size: 26.9375rem;
        background-position: left top;
    }
}

.guest-container {
    padding: 2rem 0 3.56rem;
}

@media screen and (min-width: 61.5em) {
    .guest-container {
        max-width: 46.875rem;
        width: 66%;
        padding-top: 4.56rem;
    }
}

.page-header {
    margin-bottom: 3.75rem;
}

.page-title {
    margin: 0 0 1.25rem;
    color: #007360;
    font-family: 'Libre Baskerville', 'Times New Roman', serif;
    font-size: 2.125rem;
    font-weight: 400;
    line-height: 1.25;
}

@media screen and (min-width: 61.5em) {
    .page-title {
        font-size: 2.875rem;
    }
}

.subheading {
    font-size: 1.625rem;
    font-weight: 300;
    margin-bottom: 1.0625rem;
}

.guest-form {
    margin-bottom: 2.5rem;
}

.error-message {
    margin: 1.375rem 0;
    padding: 1.125rem 2rem;
    background: #FFCC00;
    color: #3d3d3d;
    font-size: 1.2rem;
    text-align: center;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 61.5em) {
    .error-message {
        margin: 2.5rem 0 1.875rem;
    }
}

.error-message a,
.error-message a:hover,
.error-message a:focus {
    color: #3d3d3d;
}

.form-tabs {
    list-style: none;
    margin: 0 0 2.1875rem;
    padding: 0;
}

.form-tabs li {
    font-size: 1.125rem;
    font-weight: 600;
    color: #c8c8c8;
    padding-bottom: 0.3125rem;
    border-bottom: 0.3125rem solid #c8c8c8;
    margin-bottom: 1rem;
}

@media screen and (min-width: 41em) {
    .form-tabs {
        display: flex;
        flex-wrap: nowrap;
    }

    .form-tabs li {
        width: calc(33.3333% - 1.3333rem);
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .form-tabs li:last-child {
        margin-right: 0;
    }
}

.form-tabs li.active {
    color: #d01c29;
    border-bottom-color: #d01c29;
}

.form-tabs li.complete {
    color: #3d3d3d;
    border-bottom-color: #3d3d3d;
}

.form-tabs li.complete::after {
    content: '';
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background: url('img/checkmark-icon.svg') no-repeat;
    background-size: 100%;
    margin-left: 0.5rem;
    margin-bottom: -0.15rem;
}

.field-group {
    margin-bottom: 0.625rem;
}

@media screen and (min-width: 41em) {
    .field-group-thirds {
        display: flex;
        flex-wrap: nowrap;
    }
    
    .field-group-thirds .field-group {
        width: calc(33.3333% - 1.3333rem);
        margin-right: 2rem;
    }

    .field-group-thirds .field-group:last-child {
        margin-right: 0;
    }
}

.input-group {
    position: relative;
}

.field-group input[type="text"],
.field-group input[type="password"],
.field-group select {
    margin-bottom: 0.625rem;
}

.input-error {
    display: none;
    margin: 0;
    font-size: 1.2rem;
    color: #DC3126;
}

.has-error input[type="text"],
.has-error input[type="password"] {
    border-color: #DC3126;
    margin-bottom: 0.2rem;
}

.has-error .input-error {
    display: block;
}

.field-link a {
    font-size: 1rem;
}

.form-navigation {
    margin-top: 0.625rem;
    display: flex;
}

.form-right {
    margin-left: auto;
}

.form-submit {
    width: 100%;
    margin-top: 0.625rem;
}

@media screen and (min-width: 37em) {
    .form-submit {
        width: auto;
        margin-top: 0;
    }
}

.disclaimer {
    margin: 0 0 1.875rem;
    font-style: italic;
    font-size: 1rem;
}

.page-footer {
    padding: 1.3rem 0;
	margin-bottom: 0;
	background-color: #3d3d3d;
	color: #fff;
}

.page-footer p {
    font-size: 1rem;
}

.footer-copyright {
    margin: 0;
}

.footer-version {
    margin: 0;
}

@media screen and (min-width: 61.5em) {
    .page-footer {
        height: 4.063rem;
    }

    .page-footer .container {
        display: flex;
    }

    .footer-version {
        margin-left: auto;
    }
}
