/* 
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in aeon.css, which should not be altered.
*/

@import url('https://fonts.googleapis.com/css?family=Lato');

body {
    font-family: 'Lato', sans-serif;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Lato', sans-serif;
    color: #0039A6;
}

.main-navbar {
    background-color: #0039A6;
    color: #fff;
}


.btn-primary {
    background-color: #0039A6;
    color: #fff;
}


.btn-secondary {
    background-color: #767679;
    color: #fff;
}

a {
    color: #0039A6;
}

.logo {
    width: 33%;
}

legend {
    font-size: inherit;
}

form[name='ChangeUserInformation'] .form-check,
fieldset.checkbox-with-other .form-check {
    padding-left: 0;
}

section[name='order-info'] fieldset.checkbox-with-other .form-check {
    padding-left: 2.25rem;
}
