@charset "utf-8";
/* CSS Document */

/*********************
    GLOBALS
*********************/
html, body {
    min-height: 100%;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

h3:not(.text-white) {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}

p {
    margin-bottom: 1rem !important;
}

a, a:active, img[usemap], map area {
    outline: none; /*Gets rid of firefox link outline*/
}

table {
    width: 100%;
}

img[usemap] {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: none;
}

iframe {
    display: block;
    margin: 0 auto;
}

/***********************************
    TOOLS
************************************/
.portrait {
    display: block;
    margin: 15px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*Equalizer Trick*/
.equal, .equal > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 0 auto;
}

    .equal > div[class*='col-'] .card {
        width: 100%;
    }

.frame {
    display: block;
    margin: 0 15px;
    padding: 3px;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.25);
}

/***************************************
    TEMPLATE.MT.GOV
****************************************/
/*#template-layout-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#template-header {
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
    z-index: 1040;
}

#template-page-wrapper {
    overflow: auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#template-layout-push {
    height: auto;
    background: #fff;
}

#template-footer-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;  Set the fixed height of the footer here 
    line-height: 65px;  Vertically center the text there 
    background-color: #a6a3ac;
    border-top: 1px solid #67647f;
}*/

/*Overriding very broad CSS coming from template.css*/
a [name] {
    margin-top: 0 !important;
    position: static !important;
}

form {
    margin: 0;
}

/***********************************
    NAV
************************************/
.site-header {
    overflow: auto;
}

.navbar-brand {
    float: left;
    text-align: left;
}

a.navbar-brand {
    margin-left: 10px;
    font-weight: 300;
    font-size: 27px;
    color: #fff !important;
}

.nav-brand-logo {
    display: block;
    float: left;
    width: 50px;
    text-align: center;
}

/********************************
    CONTENT
********************************/
#pagecontent-wrapper {
    padding: 120px 0 0 0;
}

.bg-custom {
    background-color: #496974;
}

[class^="bg-"] .jumbotron {
    border-bottom: 3px solid #2e4047;
}

.jumbotron h2 {
    font-size: 16px;
}

.bg-dark {
    background: #2e4047;
}

.container-xl {
    width: 75%;
}

.card {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.btn {
    color: #fff !important;
}

.bg-danger a, .jumbotron h1 {
    color: #fff;
    font-weight: bold;
}

.jumbotron {
    min-height: 250px;
    background: #384953 url(../images/bkgd.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-radius: 0;
}

/********************************
    FOOTER
********************************/
.footer {
    background-color: #2e4047 !important;
    color: #FFF !important;
    text-align: center;
    padding: 1rem;
}

    .footer h3, .footer h4 {
        color: #fff;
    }

    .footer a {
        color: #FFF;
    }

    .footer .social a {
        font-size: 1.25rem;
    }

/***********************************
    DNN GLOBAL
************************************/
#personaBar-iframe {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=98)";
    filter: alpha(opacity=98);
    opacity: 0.98;
}

.mark, mark {
    background-color: transparent;
}

.DnnModule-DNN_HTML ul li {
    margin: 5px 0 5px 15px;
}

.DnnModule-DNN_HTML table tr td {
    vertical-align: top;
}

    .DnnModule-DNN_HTML table tr td h4 {
        margin-top: 8px;
    }

.DnnModule-DNN_HTML img.border {
    display: block;
    margin: 15px;
    padding: 5px;
    border: 1px solid #ccc;
}

.DNNEmptyPane {
    width: auto;
}

.row .pane {
    margin-top: 15px;
    padding-right: 30px;
}

    .row .pane:last-child {
        padding-right: 0;
    }

/*Edit State*/
.dnnEditState .fixed-top {
    position: relative;
}

.dnnEditState .container-custom {
    margin: 0;
}

.dnnEditState #template-page-wrapper {
    overflow: hidden;
}

.actionMenu .dnn_mact {
    margin-left: -100px !important;
}

/*DNN Module - Live Forms*/
.well ul {
    list-style: initial;
}

#dnn_contentPane, #dnn_contentBottom {
    padding: 1rem;
}

/***********************************
    ACCORDION - Agencies
************************************/
.tp-bs-accordion .panel-body p, .tp-bs-accordion .panel-body ul li {
    font-size: 1rem;
}

.tp-bs-accordion {
    margin: 0 0 15px 0;
}

    .tp-bs-accordion .panel {
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .25rem;
    }

    .tp-bs-accordion .panel-heading {
        padding: 10px 15px;
        background-color: #25838A;
        border-bottom: 1px solid #141E37;
        text-shadow: 1px 1px #141E37;
    }
/*Media Resources*/
.panel-group93406.tp-bs-accordion .panel-heading {
    background-color: #446875;
}

.tp-bs-accordion .panel-heading:hover, .tp-bs-accordion .panel-heading:focus {
    background-color: #dc3545;
}


.tp-bs-accordion .panel-title {
    margin: 0;
}

.tp-bs-accordion .panel-heading a {
    display: block;
    width: 100%;
    padding: 1px 10px;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

    .tp-bs-accordion .panel-heading a:hover, .tp-bs-accordion .panel-heading a:focus {
        text-decoration: none;
        border-bottom: 0px;
    }

    .tp-bs-accordion .panel-heading a:before, .btn-collapse:before {
        content: "\f13a";
        float: right;
        padding: 0 5px 0 0;
        font-size: 1.125em;
        font-family: FontAwesome !important;
    }

    .tp-bs-accordion .panel-heading a[aria-expanded="true"]:before, .btn-collapse[aria-expanded="true"]:before {
        content: "\f139";
    }

.tp-bs-accordion .panel-body {
    padding: 16px;
    border: 1px solid rgba(0,0,0,.125);
    font-size: 0.938em;
}

/*********************
    MEDIA QUERY
*********************/
@media (min-width: 1200px) {
    .container-lg, .container-md, .container-sm, .container-xl {
        max-width: none;
    }

        .container-xl .container {
            max-width: 100%;
        }
}

/* Large devices (large desktops, <= 1200px) */
@media only screen and (max-width : 1200px) {
}

/* Medium devices (desktops, <= 992px) */
@media only screen and (max-width : 992px) {
    .equal, .equal > div[class*='col-'] {
        display: inherit;
        flex: inherit;
    }

        .equal > div[class*='col-'] {
            margin: 0 0 20px 0;
        }
}

/* Small devices (tablets, <= 768px) */
@media only screen and (max-width : 768px) {
    #header {
        top: 91px;
    }

        #header.sticky {
            top: 0px;
        }

    #pagecontent-wrapper {
        padding-top: 56px;
    }
}
