
input[type="submit"]{
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: "brandon-grotesque-n5","brandon-grotesque",sans-serif;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: .625em;
    padding-right: 1.25em;
    padding-bottom: .6875em;
    padding-left: 1.25em;
    font-size: 1.125em;
    background-color: #726cae;
    border-color: #585295;
    color: white;
}
.side-nav li.current>a:first-child {
    color: #4d4d4d;
    font-weight: inherit;
}
@media (max-width: 1000px){
    #sticky-menu {
        position: static !important;
        top: 0 !important;
    }
    }
    .page-content .board-image {
        width: 175px!important;
    }

    @media only screen and (min-width: 48em){
    .portrait--one-half, .portrait--two-quarters, .portrait--three-sixths, .portrait--four-eighths, .portrait--five-tenths, .portrait--six-twelfths {
        width: 49%;
    }
    .cta-panel{
        height: 300px;
    }
}
.footer-logo{
    max-height:75px;
}