
html,body,div,span,applet,object,ul,h1,h2,h3,h4,h5,h6,form {
border:0;
outline:0;

margin:0;
padding:0
}
body {
background-color:#CCC;

color:#111;
font-family: Proxima-Regular,Palanquin,Brawler,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
font-weight: 400;
padding-top:10px;

}


div.microsite-logo{
    font-size: 4rem;
    top: 20px;
    font-family: ABeeZee,Proxima-Regular,Palanquin,Brawler,"Open Sans","Gill Sans MT","Gill Sans",Corbel,Arial,sans-serif;
    font-weight: 600;
    color: white;
} 

div.microsite-logo .logo-underline{
    background-color: white;
    bottom: 7px;
    height: 1px;
    position: relative;
    width: 100%;
}


.title {
font-size:14px;
color:#6599cb;
}

.title2 {
font-size:20px;
color:#6599cb;
}


.copyright-notice{
    margin-top: 50px;
    margin-bottom: 10px;
}


/* Some temp(?) overrides as CT broke their own buttons... */
button.ct-btn-calendar.ct-prev.ct-calendar-1,
button.ct-btn-calendar.ct-next.ct-calendar-1 {
    background-color: var(--ct-button-theme);
    color: var(--ct-button-color);
    border-radius: 3px;
}
