﻿@charset "utf-8";
/* CSS Document */

/*********************
    GLOBALS
*********************/
html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
}

h3 {
    font-family: 'Fjalla One', sans-serif;
}

h4 {
    font-weight: bold;
}

p, ul, ol, table {
    font-size: 18px;
    line-height: 1.5;
}

ul, ol {
    list-style-position: inside;
}

a, a:visited {
    color: #1d7ba9;
}

a, a:hover, a:active, a:focus {
    outline: none; /*Gets rid of firefox link outline*/
}

a:focus, a:hover {
    color: #176185;
}

input[type="text"]:focus {
    outline-color: #f7a037;
}

/*********************
    TOOLS
*********************/
/*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;
}

.clearfix {
    display: block;
    content: "";
    clear: both;
}

.content table {
    width: 100%;
    border: 1px solid #ccc;
}

.content table th {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.7;
    font-weight: bold;
    text-transform: uppercase;
    background: #B3BDC8;
    color: #5b6065;
}

.content table td {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.7;
}

.content table > tbody > tr:nth-of-type(odd) {
    background: #fff;
}

.content table.top-align tr td {
    vertical-align: top;
}

img[style*="float: left"] {
    margin: 10px 20px 10px 0;
}

img[style*="float: right"] {
    margin: 10px 0 10px 20px;
}

img.border {
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
}

.well {
    margin: 0 0 40px 0;
    background: #ddd;
    border: 1px solid #ccc;
}

.center-text {
    text-align: center;
}

a.link-box, a.link-box:visited {
    display: block;
    margin: 0 auto;
    padding: 20px;
    background: #445f77;
    border: 1px solid #fff;
    color: #fff;
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    text-decoration: none;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

a.link-box:hover {
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*********************
    NAV
*********************/
.navbar-fixed-top {
    top: 64px;
    z-index: 99;
}

.navbar-brand {
    float: none;
    width: 100%;
    height: 103px;
    padding: 0;
    background: transparent url(../images/header.jpg) repeat-x;
    border-bottom: 1px solid #3c3c3c;
    border-top: 2px solid #445f77;
    text-align: center;
}

#dnn_LOGO_hypLogo_clone {
    position: fixed;
    top: 0;
    height: 50px;
    width: 10%;
    display: block;
    margin: 0 45%;
}

#dnn_LOGO_imgLogo_clone {
    display: block;
    margin-top: 5px;
    height: 50px;
}

/*Mobile Version*/
#dnn_LOGO_hypLogo_clone_mobile {
    padding: 5px;
    float: left;
    width: 75px;
    height: 50px;
}

#dnn_LOGO_imgLogo_clone_mobile {
    height: 40px;
}

.navbar-inverse {
    background: #000;
    border: none;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.50);
}

/*Menu Items*/
.navbar {
    clear: both;
    min-height: inherit;
    margin: auto;
    font-family: 'Fjalla One', sans-serif;
    border-bottom: 1px solid #3c3c3c;
}

.nav-justified {
    float: left;
    width: 97%;
}

.nav-justified > li > a {
    padding: 5px 0;
    margin: 0;
    color: #999;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
}

/*Menu Search*/
.search-toggle {
    float: right;
    width: 3%;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
}

.search-toggle:active, .search-toggle:hover, .search-toggle:focus {
    text-decoration: none;
}

.search-toggle:focus, #collapseSearch {
    background: #222;
}

.search-toggle:before {
    display: block;
    padding: 5px 0;
    content: "\e003";
    font-family: "Glyphicons Halflings";
    font-size: 20px;
    color: #f7a037;
}

.searchInputContainer {
    font-family: 'Fjalla One', sans-serif;
}

#dnn_dnnSearch2_ClassicSearch input {
    width: 331px;
    margin: 10px 0 20px 0;
    padding: 5px 10px;
    background: #222;
    border: none;
    border-bottom: 1px solid #777;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    font-size: 20px;
    color: #fff;
}

.searchInputContainer input::-webkit-input-placeholder {
    color: #888;
}

.searchInputContainer input::-moz-placeholder {
    color: #888;
}

.searchInputContainer input:-ms-input-placeholder {
    color: #888;
}

.searchInputContainer input:-moz-placeholder {
    color: #888;
}

.searchInputContainer a.dnnSearchBoxClearText {
    display: inline-block;
    position: relative;
    right: 0;
}

/*Change Bootstrap menu drop down to work on hover instead of click*/
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}

/*Multi Drop*/
.dropdown-menu {
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.dropdown-menu > li > a {
    white-space: normal;
    padding: 6px 20px;
}

.dropdown-menu > li {
    border-bottom: 1px solid #ddd;
}

.dropdown-menu > li:last-child {
    border-bottom: none;
}

.dropdown-submenu > .dropdown-menu {
    top: 0 !important;
    left: 100% !important;
    margin-top: -1px;
    margin-left: -1px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #9d9d9d;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #333341;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*Hover Effects*/
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    color: #fff;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    color: #507690;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #445F77;
}

/*********************
    CONTENT
*********************/
#pagecontent-wrapper {
    margin: 0 auto;
    padding: 205px 0 0 0;
}

.content {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #FFF; /* placed on 3/31/17 by dhitz to ensure legibility for old IE/Compatibility Mode clients */
    background: rgba(255, 255, 255, 0.90);
    border: 1px solid #bbb;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.DNNContainer_Title_h2 h2 {
    margin: 20px 0 60px 0;
    border-bottom: 1px solid #d7d7d7;
    text-align: center;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: bold;
    font-family: 'Fjalla One', sans-serif;
    color: #999;
}

.main {
    width: 100%;
}

.side {
    width: 100%;
    margin: 60px 10px 0 0;
    padding: 40px;
    background: #fff;
    border: 1px solid #ccc;
}

.side .DNNContainer_Title_h2 h2, .side h2 {
    margin: 20px 0;
    border-bottom: none;
    text-align: left;
    text-transform: initial;
    font-family: 'Fjalla One', sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #777;
}

.side img {
    display: block;
    margin: 0 auto 20px auto;
}

/*Side Menu*/
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li {
    position: relative;
}

.sidebar-nav li a {
    display: block;
    padding: 10px 140px 10px 30px;
    background: #B3BDC8;
    border-bottom: 1px solid #fff;
    color: #445f77;
    text-decoration: none;
}

.sidebar-nav li a:hover, .sidebar-nav li a:active {
    background: #445f77;
    color: #fff;
}

.sidebar-nav li .btn-group {
    position:absolute;
    top:6px;
    right:6px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.sidebar-nav li .btn-group li a {
    background:#fff;
         white-space:nowrap; 
}

.sidebar-nav li .btn-group li a:hover {
    color: #262626;
    background-color: #f5f5f5;
}

.sidebar-nav li .btn-group .dropdown-menu {
    left:auto;
    right: 0;
}

/*Icon Boxes*/
.icon-box {
    text-align: center;
}

.icon-box a {
    display: inline-block;
    margin: 10px;
    padding: 5px;
    background: #B3BDC8;
    border-bottom: 1px solid #fff;
    color: #445f77;
}

.icon-box a img {
    display: block;
    margin: 0 auto 10px auto;
}

.icon-box a:hover {
    background: #445f77;
    color: #fff;
    text-decoration: none;
}

/*Breadcrumb*/
#dnn_dnnBreadcrumb_lblBreadCrumb {
    display: block;
    margin: 20px 0 0 0;
}

.breadcrumbLink {
    margin: 0 5px;
    color: #999;
}

/*Buttons*/
.btn {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

a.btn {
    color: #fff;
}

.btn-primary {
    background: #445f77;
    border-color: #334759;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background: #334759;
    border-color: #445f77;
}

.fileupload-buttonbar .btn-success {
    background: #aaa;
    border: 1px solid #999;
}

.fileupload-buttonbar .btn-success:hover, .fileupload-buttonbar .btn-success:focus, .fileupload-buttonbar .btn-success.focus, .fileupload-buttonbar .btn-success:active {
    background: #999;
    border: 1px solid #888;
}

.more-news {
    margin: 30px auto 10px auto;
}

/*********************
    HOME
*********************/
/*Banner*/
#dnn_bannerPane {
    position: relative;
    overflow: hidden;
    max-height: 500px;
    margin: 0 0 40px 0;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

#dnn_bannerPane p {
    margin: 0;
}

#dnn_bannerPane img {
    display: block;
    width: 100%;
    height: auto;
}

#dnn_bannerPane .box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.90);
    text-align: center;
}

#dnn_bannerPane .box h2 {
    margin: 20px 0 40px 0;
    text-transform: uppercase;
    font-size: 46px;
    font-family: 'Fjalla One', sans-serif;
    line-height: 1.3;
    color: #fff;
}

#dnn_bannerPane .box h4 {
    margin: 20px 0 40px 0;
    font-size: 24px;
    font-weight: 300;
    color: #f7a23c;
}

/*Quick Links*/
.quick-links .box {
    display: block;
    position: relative;
    text-align: center;
    font-size: 24px;
    font-family: 'Fjalla One', sans-serif;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.quick-links .box a {
    color: #fff;
}

.quick-links .box img {
    max-width: 100% !important;
    height: auto !important;
}

.quick-links .box span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.75);
    font-size: 24px;
}

.quick-links .box:hover span {
    background: rgba(68, 95, 119, 0.90);
}

/*Stats*/
.stats {
    margin: 40px 0;
    padding: 20px;
    background: #b3bdc8;
    border: 1px solid #959da6;
    text-align: center;
    font-size: 24px;
}

.stats .stat-count {
    display: block;
    font-size: 60px;
    font-family: 'Fjalla One', sans-serif;
    color: #445f77;
}

/***********************
    MODULES
***********************/
.liveaccdefault .ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

/*.liveaccdefault .ui-accordion .ui-accordion-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

.liveaccdefault .ui-widget a {
    color: #1d7ba9 !important;
}

.dnnFAQs table > tbody > tr:nth-of-type(odd) {
    background: none;
}

/***********************
    FOOTER
***********************/
.top-link {
    display: block;
    position: absolute;
    right: 30px;
    margin: -50px 0 0 0;
    padding: 2px 4px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.top-link:hover {
    background: rgba(255,255,255,0.60);
}

.footer {
    padding: 20px;
    background: transparent url(../images/footer.jpg) repeat;
    border-top: 1px solid #000;
    border-bottom: 1px solid #222330;
    -webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.5);
    color: #fff;
}

.footer h3 {
    margin: 0 0 10px 0;
    color: #888;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.footer h3 a {
    color: #f7a037;
}

.footer h3 a span.glyphicon {
    display: inline-block;
    padding: 0 10px 0 0;
}

.footer p {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-size: 15px;
}

.footer .social {
    clear: right;
    float: right;
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}

.footer .social li {
    display: inline-block;
}

.footer .social li img {
    display: block;
    height: 20px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.footer .social li img:hover {
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.footer ul.sup-menu {
    float: right;
    clear: both;
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: right;
    font-size: 15px;
}

/*Footer Search*/
#dnn_dnnSearch_ClassicSearch {
    float: right;
}

#dnn_dnnSearch_ClassicSearch input {
    padding: 5px 10px;
    background: #222;
    border: none;
    border-bottom: 1px solid #777;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.75);
    font-size: 20px;
}

#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch:after {
    display: inline-block;
    margin: 10px;
    content: "\e003";
    font-family: "Glyphicons Halflings";
    font-size: 20px;
    line-height: 1;
    color: #f7a037;
}

#dnn_dnnSearch_ClassicSearch a#dnn_dnnSearch_cmdSearch:hover {
    color: #005b7f;
}

/***********************
    MT.GOV TEMPLATE FIXES
***********************/
#template-header-nav {
    line-height: 16px;
    font-size: 16px;
}

#template-layout-wrapper {
    margin: auto 0 -250px auto;
}

#template-search-advanced {
    z-index: 999;
}

#template-footer-wrapper {
    clear: both;
}

#template-footer-nav li a {
    padding: 1.4em 1.5em;
}

/*Overriding very broad CSS coming from template.css*/
a[name] {
    margin-top: 0 !important;
    position: static !important;
}

form {
    margin: 0;
}

/***********************
    DNN BOOTSTRAP FIXES
***********************/
#ControlBar, #ControlBar div, #ControlBar li, #ControlBar a {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#Form.showControlBar {
    margin-top: 0 !important;
}

#ControlBar {
    z-index: 1050;
}

#dnn_headerPane.dnnSortable {
    min-height: inherit;
    height: 50px;
}

.mark, mark {
    background-color: transparent;
}

.dnnPrimaryAction:hover, .dnnSecondaryAction:hover {
    text-decoration: none;
}

h2.dnnFormSectionHead {
    text-align: left;
}

.dnnTreeArea {
    width: auto;
}

.dnnFileUploadScope .dnnFormItem span, .urlControlTab .dnnFormItem > span {
    width: auto;
}

/*File Management*/
.ModDotNetNukeModulesDigitalAssetsC * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box !important;
}

div.dnnModuleDigitalAssetsGrid > table > tfoot > tr.rgPager > td > table {
    position: relative;
}

/*Action Form & Grid for Dates To Remember*/
.bstrap30 .field-ag {
    display: block !important;
}

.bstrap30 .table *.active, .bstrap30 .table > tbody > tr > th.active, .bstrap30 .table > tfoot > tr > th.active, .bstrap30 .table > thead > tr.active > td, .bstrap30 .table > tbody > tr.active > td, .bstrap30 .table > tfoot > tr.active > td, .bstrap30 .table > thead > tr.active > th, .bstrap30 .table > tbody > tr.active > th, .bstrap30 .table > tfoot > tr.active > th {
    padding: 5px;
    vertical-align: middle;
    line-height: 1.7;
    font-weight: bold;
    text-transform: uppercase;
    background: #B3BDC8;
}

.bstrap30 .table *.active a {
    color: #5b6065 !important;
}

/*********************
    MEDIA QUERY
*********************/
/* Large devices (large desktops, <= 1200px) */
@media only screen and (max-width : 1200px) {
    #pagecontent-wrapper {
        padding: 167px 0 0 0;
    }

    .navbar-brand {
        height: 70px;
    }

    #dnn_LOGO_hypLogo_clone {
        display: none;
    }

    .navbar-brand img {
        height: 60px;
        margin: 5px auto;
    }

    .nav-justified > li > a {
        font-size: 14px;
    }

    .dropdown-menu {
        font-size: 12px;
    }

    #dnn_bannerPane .box h2 {
        margin: 20px 0 40px 0;
        font-size: 36px;
        line-height: 1.2;
    }

    #dnn_bannerPane .box h4 {
        font-size: 22px;
    }
}

/* 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;
    }

    #dnn_bannerPane .box h2 {
        margin: 20px 0;
        font-size: 26px;
    }

    #dnn_bannerPane .box h4 {
        margin: 20px 0;
        font-size: 18px;
    }
}

/* Small devices (tablets, <= 768px) */
@media only screen and (max-width : 768px) {
    #pagecontent-wrapper {
        padding: 51px 0 0 0;
    }

    .quick-links .box img {
        width: 100%;
    }

    .nav > li > a:hover {
        color: #999;
    }

    #navbar .dropdown-menu {
        position: relative;
        float: none;
        display: block;
        border-radius: 0;
        box-shadow: none;
    }

    #navbar .dropdown-submenu > .dropdown-menu {
        left: 0 !important;
        background: #eee;
        border-bottom: 3px solid #B3BDC8;
        border-radius: 0;
        margin: 0;
        text-indent: 10px;
    }

    #navbar .dropdown-submenu > a:after {
        display: none;
        margin: 0;
    }

    #template-layout-wrapper {
        margin: auto 0 -128px auto;
    }

    #dnn_bannerPane .box {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #dnn_bannerPane .box h2 {
        margin: 0;
    }

    #dnn_bannerPane .box h2 br {
        display: none;
    }

    #dnn_bannerPane .box h4 {
        margin: 0 0 20px 0;
    }
}
