﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.f-background-darkblue-100 {
    background-color: #031740;
}

    .f-background-darkblue-100 .m-banner.pt24 {
        padding: 10px 0;
        padding-bottom: 10px;
        max-width: 1600px;
        height: 100%;
        margin: 0 auto;
    }

@media screen and (min-width: 860px) {
    .f-background-darkblue-100 {
        padding: 0.3% 5%;
    }
}

.f-background-darkblue-100 .m-banner .c-hyperlink {
    padding: 11px 12px 13px;
}

.f-background-darkblue-100 .m-banner .c-navigation-menu > button {
    padding-right: 12px;
}

.f-background-darkblue-100.theme-dark .c-navigation-menu a.c-hyperlink {
    text-decoration: none;
}

    .f-background-darkblue-100.theme-dark .c-navigation-menu a.c-hyperlink:hover {
        text-decoration: underline;
    }

.f-background-darkblue-100 .c-navigation-menu > button[aria-expanded="true"] {
    background: #031740;
}

.f-background-darkblue-100 .c-navigation-menu ul a {
    color: #000;
}

.f-background-darkblue-100 .m-banner a.c-hyperlink {
    color: #fff !important;
}

    .f-background-darkblue-100 .m-banner a.c-hyperlink:hover {
        color: #ccc !important;
    }

@media only screen and (min-width: 860px) and (max-width: 1083px) {
    .f-background-darkblue-100.theme-dark {
        padding-left: 24px;
        padding-right: 24px;
    }
}
