body {
    border: none;
}
.utility-bar {
    background: #ffd200;
    margin-bottom: 10px;
    color: #fff;
}
.utility-bar .social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.utility-bar .social li {
    display: inline-block;
    width: 25px;
    margin: 5px;
}
.utility-bar .social li:first-child {
    margin-left: 0;
}
.utility-bar .social li:last-child {
    margin-right: 0;
}
.utility-bar .links {
    text-align: right;
}
.utility-bar .links a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    padding: .5em;
    display: inline-block;
}

.page-content {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

aside section {
    background: rgb(255, 255, 255);
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #1557a3;
}
aside section h4 {
    text-align: center;
    border-bottom: none/*1px solid rgb(246, 246, 246)*/;
    padding: 5px;
    background: #1557a3;
    color: #fff;
}
aside section ul {
    margin: 0;
}
aside section li {
    background: none;
    margin: 0;
    padding: 0;
}
aside section li a:link, aside section li a:visited {
    text-decoration: none;
    font-weight: bold;
    color: rgb(21,87,163);
    padding: 5px 10px;
    font-size: 16px;
    border-bottom: 1px solid rgb(246, 246, 246);
    transition: background .2s linear;
    margin-bottom: 0;
}
aside section li a:hover, aside section li a:focus, aside section li a:active {
    background: rgb(255, 210, 0);
}
aside section li:last-child a {
    border: none;
}
aside section p {
    margin: 0;
    padding: 5px 10px;
}
aside section .button {
    margin: 5px auto 10px;
}
aside section .archive, aside section .cta {
    text-align: center;
    padding: 8px 5px;
    background: #1557a3;
    color: #fff !important;
    display: block;
    text-decoration: none;
    font-weight: bold;
    clear: both;
}

footer section {
    background: rgba(255,255,255,.25);
    border-radius: 10px;
    padding: 0;
}
footer section h6 {
    border-bottom: 1px solid rgb(109, 201, 195);
    padding: 5px;
    text-align: center;
}
footer section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
footer section li a:link, footer section li a:visited {
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid rgb(109, 201, 195);
    display: block;
}
footer section li a:hover, footer section li a:active, footer section li a:focus {
    color: rgb(21,87,163);
}
footer section li:last-child a {
    border: none;
}


.dashboard h1 {
    display: inline-block;
}
.dashboard h1 + p {
    display: inline-block;
    text-align: right;
    margin-left: 1em;
}

.extras .event .date {
    width: 15% !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.extras .event .month {
    padding: 3px !important;
    font-size: 12px !important;
}
.extras .event .day {
    padding: 0 !important;
    font-size: 16px !important;
}
ul.row {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
ul.row li {
    text-align: center;
    margin-bottom: 20px;
}
ul.row li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}
ul.row [class*="column"] + [class*="column"]:last-child {
    float: left;
}
ul.row img {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
ul.row span {
    position: relative;
    z-index: 3;
}
ul.row a:after {
    content: '';
    width: 144px;
    height: 144px;
    display: block;
    margin-top: -72px;
    margin-left: -72px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    border-radius: 100%;
    background: #fff;
    transform: scale(0.01); /* 1/10 of the original size */
    transition: all .2s ease-out;
}
ul.row a:hover:after {
    transform: scale(1.25);
}

.disabled {
    cursor: default;
    color: rgb(21,87,163) !important;
    font-weight: bold !important;
    opacity: .25;
    background: none !important;
    font-size: inherit !important;
    padding: 0 !important;
}

legend small {
    font-weight: normal;
}

.categories {
    max-height: 450px !important;
}

#preview img {
    display: block;
    margin-bottom: 20px;
    max-width: none;
}