body {
	background: #ffffff;
	font-size: 100%;
	line-height: 1.6;
	color: #333;
	font-family: arial, sans-serif;
	margin: 0; padding: 0;
	
}

a { font-size: 1em; outline: none; }
a:link { color: #2b3d70; text-decoration: underline; }
a:visited { color: #2b3d70; text-decoration: underline; }
a:hover { color: #2b3d70; text-decoration: none; }
a:active { color: #2b3d70; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	color: #2b3d70;
	font-weight: bold;
	line-height: 1.3;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, pre, table, fieldset, hr {
	margin: 0 0 1.4rem 0;
}

h1 { font-size: 3.2em;  }
h2 { font-size: 1.8em;  }
h3 { font-size: 1.6em;}
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }
p, table, td, p a, li a, table a, dl a {
	font-size: 1em;
}
.container {
    margin: 50px auto 50px auto;
    max-width: 800px;
    padding: 0 20px;
}

.logo {
    float: right;
    width: 100%;
    max-width: 300px;
    margin: 0 0 1.6rem 1.6rem;
}
table {
    border-collapse: collapse;
    margin: 0 0 1.6rem 0
}
th, td {
    text-align: left;
    padding: 5px 10px 5px 0;
    vertical-align: top;
}
table.dates {
    width: 100%;
    border: 1px solid #a1c3e7;
    margin-bottom: 50px;
}
table.dates th {
    background: #a1c3e7;
    color: #fff;

}

table.dates th, table.dates td {
    padding-left: 10px;
    border: 1px solid #a1c3e7;
}

.grid {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.grid a {
    width: 18%;
    background: #2b3d70;
    color: #fff;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 10px;
    justify-content: center;
    transition: all 0.23s ease-in-out 0s;
    margin: 0 0 2% 0;
}
.grid a:hover {
    background: #a1c3e7;
}
#mc_embed_shell {
    background: #e6eff9;
    border-radius: 15px;
    padding: 30px;
    /* border: 5px double #a1c3e7; */
}

#mc_embed_signup form {
    margin: 0;
}
#mc_embed_signup form h2 {
    /* text-align: center; */
    font-size: 1.8em;
}
#mc_embed_signup form p.subhead {
    /* text-align: center; */
}
#mc_embed_signup .name-fields {
    display: flex;
    justify-content: space-between;
}
#mc_embed_signup .mc-field-group {
    width: 100%;
}
#mc_embed_signup .name-fields .mc-field-group {
    width: 45%;
}
#mc_embed_signup .button {
    background: #2b3d70;
    color: #fff;
    border-radius: 10px;
}
#mc_embed_signup .button:hover {
    background: #a1c3e7;
}
#mc_embed_signup .indicates-required {
    text-align: left;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background: none;
}

@media (min-width: 0px) and (max-width: 568px) {
	.logo {
        margin: 0 auto 50px auto;
        width: 100%;
        max-width: 300px;
        display: block; 
        float: none;
    }
    .grid {
        flex-wrap: wrap;
        justify-content: center;
    }
    .grid a {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}