﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,600,700,800,900");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --black: #000;
    --primary: #000000;
    --secondary: #1E1E1E;
    --success: #009900;
    --info: #0483d8;
    --warning: #dc5800;
    --danger: #ff0000;
    --light: #f8f9fa;
    --dark: #000;
    --white: #fff;
    --highlight: #FFC838;
    --lightyellow: #ffdfa2;
    --gray: #e9ecef;
    --darkgray: #4d4d4d;
    --maryland-primary: #C8122C;
    --maryland-secondary: #1E1E1E;
    --maryland-highlight: #FFC838;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Montserrat", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #232a3d;
    text-align: left;
    background-color: #fff;
}


.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled,
.NormalRed, .NormalTextBox, .SubHead, .SubSubHead, a:hover, a:link, a:visited, body, h5, h6, input, table, td, th {
    font-family:  "Montserrat", sans-serif;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 1.0rem;
}
body, li, p {
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
    
}
p {
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    margin-bottom: 1.0rem;
    color: #232a3d;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .mdgov-headingBar, .h3, .h4, .h5, .h6 {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 1.0rem;
    font-weight: 600;
    line-height: 1.2;
    color: inherit;
}

h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2, .mdgov-headingBar {
    font-size: 1.8rem;
}

h3, .h3 {
    font-size: 1.2rem;
}

h4, .h4 {
    font-size: 1.0rem;
}

h5, .h5 {
    font-size: 0.8rem;
}

h6, .h6 {
    font-size: 0.7rem;
}
xs {
    font-size: 0.6rem;
}
.lead {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-7 {
    font-size: 0.8rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-family: "Montserrat", sans-serif;
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

a, a:visited, a.h3, a:visited.h3  {
    background-color: transparent;
    color: #cf1242;
    text-decoration: none;
}
a.h3, a:visited.h3, a:focus.h3, a:hover.h3, a:active.h3 {
      
}
div.month a:visited
{
color: #23527c;
}
a.card-home, a:visited.card-home
a:focus.card-home, a:hover.card-home {
        color:  #232a3d;
        text-decoration: none !important;
}
.bold {
    font-weight: 600;
}
.block-inner {
    margin-bottom: 30px;
}
.view {
    margin-bottom: 50px;
}
.Normal, .NormalDisabled, .NormalDeleted {
    color: #232a3d;
    
}
@-ms-viewport {
    width: device-width;
}
#mainContent-inner {
    padding: 0px;
}
body, html {
    height: 100%
}
#mainHeader-inner {
   padding: 0px 0 30px;
}
#topHeader {
    background: transparent;
    -moz-box-shadow: 1px 50px 100px 0 #fff;
    -webkit-box-shadow: 1px 50px 100px 0 #fff;
    box-shadow: 1px 50px 100px 0 #fff;
    min-width: 25px;
    min-height: 45px;
    padding: 0;
    margin-top:10px;
}
#dnn_dnnLOGO_imgLogo {
    height:180px;
    margin-top:-60px;
}
#logo {
    position: relative;
    padding-left: 0px;
}

.mdgov-outerWrap {
    margin-top: 60px;
}
.search.search-open {
    width: 25%;
}

.mdgov-hero__logo {
    flex: 0 1 auto;
    margin: 1rem;
}
.page-header {
    background-color: #fff;
    box-sizing: border-box;
    height: 85px;
    margin: 10px 0 50px;
}
#dnn_ctr_Login_Login_DNN_liPassword,#dnn_ctr1502_Login_Login_DNN_liPassword{
display:none;}

    @media (min-width: 992px) {
        .mdgov-hero__logo {
            margin: 2.5rem;
        }
    }

    @media (min-width: 1025px) {
        .page-header {
            height: 190px;
            transition: box-shadow .2s ease-out;
        }
        .page-header.top-empty {
                box-shadow: 0 14px 0 #e5e2d8;
            }
           
    }

.titlelogo{
    margin-left:110px;
}
.titlelogo h2 {
            line-height: 40px;
            font-size: 40px;
            font-weight: 500;
            margin-bottom: 0px;
            font-family: 'Nunito Sans', sans-serif;
}
.titlelogo xs {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 0.69rem;
}
    .mdgov-hero__heading {
        flex: 0 1 auto;
        margin: 1rem 1rem 1rem 0;
    }

@media (min-width: 992px) {
    .mdgov-hero__heading {
        margin: 1.5rem 0;
    }
}
.mdgov-agency {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
}

.mdgov-agency__name {
    display: block;
    font-size: 1.5em;
    font-weight: 600;
    line-height: .9;
    margin-top: 0.1em;
}
@media (min-width: 1200px) {
    .mdgov-agency {
        font-size: 1.5rem;
    }

    .mdgov-agency__name {
        max-width: 670px;
    }
}
.utilities {
    display: flex;
    justify-content: flex-end;
    left: 280px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 2;
}
.search {
    height: 44px;
    /* keepseaarch open*/
    position: relative;
    float: right;
    padding: 0;
    border: none;
    width: 260px;
    border: 1px solid #e5e2d8;
    background-color: #e5e2d8;
}
#search-action, .SearchButton, .search-toggle-icon {
    background: url(images/search.png) center center no-repeat #e5e2d8;
    height: 44px;
    color: #232a3d;
}
.searchInputContainer input {
    height: 44px;
    background:#fff;
}
 .searchInputContainer input::placeholder {
        color: #232a3d;
}
.searchInputContainer a.dnnSearchBoxClearText.dnnShow {
    bottom: 5px;
}
header {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.CommandButton, .Head, .Normal, .NormalBold, .NormalDisabled, .NormalRed, .NormalTextBox, .SubHead, .SubSubHead,
 body, input, table, td, th {
    font-family: 'Nunito Sans', sans-serif;
}
.dnnpane > .col-md-12.headerPane.mss-dnncontainer-full {
    padding: 0px 0px;
    width: 100%;
    float:none;
}
.mss-dnncontainer-full {
    padding: 0px 0px;
    width: 100%;
}
#hero1 {
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height:450px;
    background-color: #fff;
    background-position: top;
}
    #hero1.msrp-header {
        /*background-image: url("/portals/0/images/login-header-image01.jpg");*/
        box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
        background-image: url('/Portals/0/Images/masthead-bg-full-fluid-1920x1020.jpg?ver=8dT5oE8XWpwqzGXfRSdpHA%3d%3d');
    }
#navbar {
    position: relative;
    right: 15px;
}
.nav > li > a {
  padding-left: 10px;
  padding-right:10px;
}
.block-content{
    margin-bottom:20px;
}
@media (min-width: 768px) {
    #navbar {
        bottom: -70px;
    }
}

 #card-section,.TopBoxes {
        display: table;
        margin: -120px 0px 50px;
        width: 100%;
        position: relative;
        z-index: 10;
        text-align: center;
    }
.TopBoxes .box {
        padding: 30px;
        min-height: 230px;
        color: #fff;
        margin: 0 -15px;
}
.palegray-box {
    background: #e5e2d8;
    position: relative;
    padding: 20px 20px 20px 30px;
    margin: 0px 0 0 0px;
    display: flex;
}
.box1,.box3 {
    background: #611923;
}
#card-section em,.TopBoxes em {
    color: #232a3d;
    font-size: 72px;
    vertical-align: middle;
    padding: 0 0 30px 0px;
    position: relative;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#card-section h4, .TopBoxes h4 {
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.1px;
    line-height: 1.5;
    color: #232a3d;
}
#card-section .card p , .TopBoxes .box p {
    padding: 10px 0 20px;

}
#card-section .card p{
   font-size: 0.7rem;
}
.TopBoxes .link-more {
    border: 1px solid #fff;
    color: #fff;
    padding: 7px 10px;
    display: inline-block;
    -moz-border-radius: inherit;
    -webkit-border-radius: inherit;
    border-radius: 3px;
}
.box2 {
    background: #a12a3a;
}
.TopBoxes .link-more:hover {
    background: #fff;
    color: #232a3d;
    text-decoration: none;
}
span.ext::after {
    content: "\E614";
    line-height: inherit;
    opacity: .5;
    vertical-align: middle;
}
#dnn_P2_75_2 ul, #dnn_P2_75_2 ol {
    list-style-position: inside;
    margin: 0 0 1.6rem;
    overflow: visible;
    padding-left: 2em;
    margin-bottom: 20px;
}
#dnn_P2_75_2 li {
    margin-bottom:5px;
}
#dnn_P2_75_2 .DnnModule{
    margin-bottom:50px;
}
.node {
    clear: both;
    margin-bottom: 35px;
    padding-bottom: 0;
}
.node-inner {
    border-top: 2px solid #e5e2d8;
    margin-bottom: 1em;
    padding-top: 1.8em;
}
.ep-content p {
    margin-bottom: 10px;
}
.title, .subtitle {
    display: block;
    font-family: "Montserrat", sans-serif;
    /*font-size: 1.2rem;*/
    font-weight: 600;
    line-height: 1.6;
}
.subtitle {
   font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
    margin-top: .5rem;
}

#card-section .card p.subtitle
{
	font-size: 0.75rem;
	margin-bottom:0.5rem;
	padding:0px;
}
.fa-caret-right{
	padding-right:10px;
}
.subtitle-buttons{
	margin-top: auto;
}
.subtitle-buttons h6{
	margin-bottom:0px;
}
.read-more-text{
	color:#fff;
}
br.accessible-break {
    display: none;
}
.field-image {
    float: right;
    margin-left: 40px;
    margin-right: 0;
    margin-bottom:40px;
}
.node-header {
    margin-bottom: 1.6rem;
}

#dnn_P2_75_2 .node-links ul.links {
    padding-left: 0;
}
ul.links li {
    display: inherit;
    margin: 0 0px 0 0;
    padding: 0;
    list-style-type: none;
}
.node-links ul.links li {
    clear: left;
    margin: 0;
    padding:0;
}
.link-read-more a::after {
    border: 5px solid transparent;
    border-left-color: transparent;
    border-left-color: #cf1242;
    content: "";
    display: inline-block;
    margin-left: 7px;
    transition: transform .15s ease-in-out;
}
.link-read-more a {
    font-weight: 700;
}
.board-box p {
    margin-bottom: 10px;
}
.node-header a {
    color: #232a3d;
    font-weight: 600;
    text-decoration: none;
    display: block;
}
.node-header a:focus, .node-header a:hover {
        color: #cf1242 !important;
        text-decoration: none;
}
div.dtabs {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    float: none;
    margin: 0 -2px -1px;
    padding: 25px 0 5px;
    position: relative;
    width: auto;
    z-index: 2;
}
div.tab {
    background-color: #e5e2d8;
    color: #231f20;
    display: inline-block;
    flex: 1 0 auto;
    float: none;
    font-family: "mrs-eaves-xl-serif";
    font-size: 0.9rem;
    line-height: 1;
    margin: 2px;
    padding: 5px;
    text-align: center;
    transition: all .3s ease-out;
    vertical-align: top;
}
div.tab.active {
    background-color: #cf1242;
    color: #fff;
}
div.tab span {
        padding: 5px 10px;
        display: block;
}
div.tab em {
        display: none;
        font-style: normal;
        color: #888;
 }
div.tab {
    cursor: pointer;
}
div.tab:not(.active):hover {
    background-color: #d1cbb9;
}
.file a {
    font-weight: 500;
    line-height: 1.8em;
    padding-right: .2em;
}
.fa-file-pdf::before, .fa-link::before {
    padding-right: 5px;
}
.mb-20{
    margin-bottom:20px;
}
.pods .node-inner {
    box-sizing: border-box;
    height: 100%;
    padding: 25px 20px 20px;
    position: relative;
    z-index: 2;
}
.pods .node {
    background: no-repeat top #e5e2d8;
    background-size: auto;
    background-size: cover;
    color: #231f20;
    height: 100%;
    margin-bottom: 0;
    transition: all .2s cubic-bezier(.215,.61,.355,1);
}
.pods h6{
    font-weight:600;
}
.pods .sticky.page-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 205px;
}
.node-content table {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    background-color: transparent;
    margin-bottom: 1rem;
    max-width: 100%;
    overflow-x: auto;
    width: 100%;
}
.node-content table, .node-content tbody, .node-content td, .node-content th, .node-content thead, .node-content tr {
    border: 0;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 0;
}
.node-content th {
    background-color: #cf1242;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    vertical-align: bottom;
}
.node-content td, .node-content th {
    font-family: "Montserrat", sans-serif;
    padding: 20px;
    text-align: left;
    font-size: 0.8rem;
    line-height:1.5;
    font-weight: 600;
}
table {
    border-collapse: collapse;
}

.node-content tbody tr:nth-child(2n+1) td {
    background-color: #d9d4c6;
}
.node-content tbody tr:nth-child(2n) td {
    background-color: #d1cbb9;
}
.node-content tbody td:not(:first-child)::before {
    bottom: 5px;
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    width: 1px;
}

.node-content tbody td {
    position: relative;
    vertical-align: middle;
}
.node-content ol, .node-content ul {
    list-style-position: inside;
    margin: 0 0 1.6rem;
    overflow: visible;
    padding-left: 2em;
   
}
.node-content li {
    margin-bottom: 5px;
}
.node-content li, .node-content li a ,
ol li, ol li a, ul li, ul li a{
        font-family: "Montserrat", sans-serif;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.8;
}
.cc-btn {
    color: rgb(255, 255, 255);
    border-color: transparent;
    background-color: rgb(170, 0, 2);
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer;
}
/*close button*/
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    text-shadow: 0;
    opacity: .5;
}
.ep-content {
    margin-left: 30px;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
            color: #fff;
            text-decoration: none;
            opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
@font-face {
    font-family: "mdgov-icons";
    src: url("fonts/mdgov-icons.eot");
    src: url("fonts/mdgov-icons.eot?#iefix") format("embedded-opentype"), url("fonts/mdgov-icons.woff") format("woff"), url("fonts/mdgov-icons.ttf") format("truetype"), url("fonts/mdgov-icons.svg#mdgov-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

[data-icon]:before {
    font-family: "mdgov-icons" !important;
    font-size: inherit;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 0.73;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"],
[class*=" icon-"] {
    line-height: 0.73;
    display: inline-block;
}

    [class^="icon-"]:before,
    [class*=" icon-"]:before {
        font-family: "mdgov-icons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: inherit;
    }

.icon-issuu:before {
    content: "\61";
}

.icon-govdelivery:before {
    content: "\62";
}

.icon-ellipsis-h:before {
    content: "\65";
}

.icon-downarrow:before {
    content: "\63";
}

.icon-close:before {
    content: "\64";
}
/*close icon*/
.alert .close {
    font-size: 16px;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
    /*notification*/
    .m-0 {
    margin: 0 !important;
}
/*documents*/

#dnn_ctr1456_Document_grdDocuments tr.dnnGridItem, 
#dnn_ctr1458_Document_grdDocuments tr.dnnGridItem,
#dnn_ctr1467_Document_grdDocuments tr.dnnGridItem,
#dnn_ctr1470_Document_grdDocuments tr.dnnGridItem {
    display: none;
}

#msrplogin
{
    margin-right:10px;
}
.header-buttons {
    display: block !important;
    background-color: #a00e33;
    
    border: none;
    box-sizing: border-box;
    text-align: center;
}
.header-buttons a {
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 45px;
        padding: 0 2rem;
}
.video-iframe {
    margin-right:-15px;
}
.videos-by-topic {
    background-color: #a00e33;
    min-height: 480px;
    padding: 50px 20px 40px;
    margin-left:-15px;
}
    .dnnGridItem, .dnnGridAltItem {
        margin: 0 0 10px;
        padding: 0 0 0 20px;
        height: 50px;
        background-color: #e5e2d8;
    }

table.dnnGrid {
    border: none;
}

    table.dnnGrid a:hover {
        text-decoration: none;
    }

    table.dnnGrid a:hover {
        text-decoration: none;
    }

.dnnGridItem:hover, .dnnGridAltItem:hover {
    background-color: #e5e2d8;
}

.DownloadCell a, .DownloadCell a:hover, .DownloadCell a:visited, .DownloadCell a:active {
    display: inline-block;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background: #cf1242;
    border-color: #cf1242;
    text-shadow: none;
    box-shadow: none;
    padding: 14px 20px;
    color: #fff;
    float: right;
}

    .DownloadCell a:hover {
        /*box-shadow: 0 8px 10px 0 rgba(246, 146, 31, 0.16);*/
        background-color: #dba001;
    }

.TitleCell a, .DownloadCell a {
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1.6;
}

.DownloadCell a {
    font-weight: 600;
}

select:active,
select:focus,
select:hover {
    background: #fff;
    border: solid 1px rgb(246, 146, 31);
    -webkit-box-shadow: 0 0 8px 0 rgba(246, 146, 31, 0.16);
    box-shadow: 0 0 8px 0 rgba(246, 146, 31, 0.16);
    color: #232a3d;
    border-radius: 3px;
    outline: 1px solid rgb(246, 146, 31);
}

select option:checked {
    background: #f6921f -webkit-linear-gradient(bottom, #ff9500 0%, #ff9500 100%);
}

option:hover, option:checked {
    /*optional rendered */
    background-color: rgba(246, 146, 31, 0.08);
}
	
.mdgov-notifications, .mdgov-bodynotifications {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.mdgov-notifications:not(:empty), .mdgov-bodynotifications:not(:empty) {
    margin-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
    .js-nav .mdgov-notifications, .js-nav .mdgov-bodynotifications {
        z-index: 1;
    }
}

.mdgov-notifications ul, .mdgov-bodynotifications ul {
    padding: 0 0 0 1.2rem;
    margin: 0;
}

.mdgov-notifications .alert, .mdgov-bodynotifications .alert {
    margin: 0;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}

.mdgov-notifications .alert-floating, .mdgov-bodynotifications .alert-floating {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .mdgov-notifications .alert-floating, .mdgov-bodynotifications .alert-floating {
        top: 60px;
    }
}
/*alert*/
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: 0;
}
.alert {
    display: flex;
    align-items: center;
    min-height: 82px;
}
.alert-icon {
    flex: 0 0 auto;
    font-size: 3em;
    margin-right: 1rem;
    line-height: 1;
    align-self: flex-start;
}
.alert-text :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.alert-text strong.h4 {
    font-weight: 700;
    font-size: 1rem;
}
.alert-text p {
    color:#fff;
}
.alert-heading {
    color: inherit;
}
.alert a {
    color: #fff;
    
}
.alert-link, .alert a {
    font-weight: 400;
}

.alert-dismissible {
    padding-right: 3.5rem;
}

.alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1rem 1rem;
        color: inherit;
    }

.alert-primary {
    color: whitesmoke;
    background-color: black;
    border-color: #b8b8b8;
}

    .alert-primary hr {
        border-top-color: #ababab;
    }

    .alert-primary .alert-link, .alert-primary .alert a, .alert .alert-primary a {
        color: gainsboro;
    }

.alert-secondary {
    color: #f6f6f6;
    background-color: #1e1e1e;
    border-color: silver;
}

    .alert-secondary hr {
        border-top-color: #b3b3b3;
    }

    .alert-secondary .alert-link, .alert-secondary .alert a, .alert .alert-secondary a {
        color: #dddddd;
    }

.alert-success {
    color: #f5fbf5;
    background-color: #009900;
    border-color: #b8e2b8;
}

    .alert-success hr {
        border-top-color: #a6dba6;
    }

    .alert-success .alert-link, .alert-success .alert a, .alert .alert-success a {
        color: #d1ecd1;
    }

.alert-info {
    color: #f5fafd;
    background-color: #0483d8;
    border-color: #b9dcf4;
}

    .alert-info hr {
        border-top-color: #a3d1f1;
    }

    .alert-info .alert-link, .alert-info .alert a, .alert .alert-info a {
        color: #cbe5f5;
    }

.alert-warning {
    color: #fef8f5;
    background-color: #dc5800;
    border-color: #f5d0b8;
}

    .alert-warning hr {
        border-top-color: #f2c1a2;
    }

    .alert-warning .alert-link, .alert-warning .alert a, .alert .alert-warning a {
        color: #f9d8c7;
    }

.alert-danger {
    color: #fff5f5;
    background-color: red;
    border-color: #ffb8b8;
}

    .alert-danger hr {
        border-top-color: #ff9f9f;
    }

    .alert-danger .alert-link, .alert-danger .alert a, .alert .alert-danger a {
        color: #ffc2c2;
    }

.alert-light {
    color: white;
    background-color: #f8f9fa;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link, .alert-light .alert a, .alert .alert-light a {
        color: #e6e6e6;
    }

.alert-dark {
    color: whitesmoke;
    background-color: black;
    border-color: #b8b8b8;
}

    .alert-dark hr {
        border-top-color: #ababab;
    }

    .alert-dark .alert-link, .alert-dark .alert a, .alert .alert-dark a {
        color: gainsboro;
    }

.alert-white {
    color: white;
    background-color: white;
    border-color: white;
}

    .alert-white hr {
        border-top-color: #f2f2f2;
    }

    .alert-white .alert-link, .alert-white .alert a, .alert .alert-white a {
        color: #e6e6e6;
    }

.alert-highlight {
    color: #fffdf7;
    background-color: #ffc838;
    border-color: #fff0c7;
}

    .alert-highlight hr {
        border-top-color: #ffe9ae;
    }

    .alert-highlight .alert-link, .alert-highlight .alert a, .alert .alert-highlight a {
        color: #fff0c4;
    }

.alert-lightyellow {
    color: #fffefb;
    background-color: #ffdfa2;
    border-color: #fff6e5;
}

    .alert-lightyellow hr {
        border-top-color: #ffedcc;
    }

    .alert-lightyellow .alert-link, .alert-lightyellow .alert a, .alert .alert-lightyellow a {
        color: #fff1c8;
    }

.alert-gray {
    color: #fefefe;
    background-color: #e9ecef;
    border-color: #f9fafb;
}

    .alert-gray hr {
        border-top-color: #eaedf1;
    }

    .alert-gray .alert-link, .alert-gray .alert a, .alert .alert-gray a {
        color: #e5e5e5;
    }

.alert-darkgray {
    color: #f8f8f8;
    background-color: #4d4d4d;
    border-color: #cdcdcd;
}

.alert-darkgray hr {
        border-top-color: silver;
}

.alert-darkgray .alert-link, .alert-darkgray .alert a, .alert .alert-darkgray a {
        color: #dfdfdf;
}

.alert-maryland-primary {
    color: #fdf6f7;
    background-color: #c8122c;
    border-color: #f0bdc4;
}

.alert-maryland-primary hr {
        border-top-color: #eba8b1;
}

.alert-maryland-primary .alert-link, .alert-maryland-primary .alert a, .alert .alert-maryland-primary a {
        color: #f4ccd2;
}

.alert-maryland-secondary {
    color: #f6f6f6;
    background-color: #1e1e1e;
    border-color: silver;
}

.alert-maryland-secondary hr {
        border-top-color: #b3b3b3;
}

.alert-maryland-secondary .alert-link, .alert-maryland-secondary .alert a, .alert .alert-maryland-secondary a {
        color: #dddddd;
}

.alert-maryland-highlight {
    color: #fffdf7;
    background-color: #ffc838;
    border-color: #fff0c7;
}

.alert-maryland-highlight hr {
        border-top-color: #ffe9ae;
}

.alert-maryland-highlight .alert-link, .alert-maryland-highlight .alert a, .alert .alert-maryland-highlight a {
        color: #fff0c4;
}
/*scroll up and down arrow*/
.mdgov-scrollArrow {
    display: none;
    cursor: default;
}

@media (min-width: 992px) {
    .mdgov-scrollArrow {
        display: block;
        text-align: center;
        margin-top: -41px;
        position: relative;
        bottom: 0;
        right: 0;
        left: 0;
        width: 250px;
        height: 41px;
        margin-left: auto;
        margin-right: auto;
        z-index: 2;
    }

        .mdgov-scrollArrow .downArrow {
            position: absolute;
            top: 50%;
            color: #fff;
            margin-top: -12px;
            font-size: 24px;
            left: 50%;
            margin-left: -12px;
            transition: transform 300ms ease;
            transform-origin: center;
            font-size: 24px;
            line-height: 1;
        }

    .mdgov-scrollArrow--fixed {
        position: fixed;
        opacity: .65;
    }

        .mdgov-scrollArrow--fixed.scrolled {
            opacity: 1;
            cursor: pointer;
        }

            .mdgov-scrollArrow--fixed.scrolled .downArrow {
                transform: rotateX(-180deg);
            }

    .mdgov-scrollArrow .downButton {
        fill: #000;
    }
}
.viewcard {
    text-align: center;
}
.msrp_slick_slider {
   /* width: 100%;*/
    margin: 100px auto;
}

.slick-slide {
    margin: 0px 20px;
}
.slick-slide div.viewcard {
        width: 100%;
 }

.msrp_slick_slider .slick-prev:before,
.msrp_slick_slider .slick-next:before {
    color: #232a3d;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current, .slick-active {
    opacity: 1;
}
/*footer*/
footer a, footer p {
    color: #fff;
}
footer ul.links li, footer ul.links li a {
    line-height: 2.0;
    font-weight: 500;
    font-size: 0.8rem;
}
.social.block .node-content {
    display: block;
}
.social.block a:hover::after {
    bottom: -50%;
    left: -50%;
    right: -50%;
    top: -50%;
}

.social.block a::after {
    background-color: #413e3f;
    border-radius: 100%;
    bottom: 50%;
    content: "";
    left: 50%;
    position: absolute;
    right: 50%;
    top: 50%;
    transition: all .2s;
    z-index: 1;
}


.social.block  a::before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    display: block;
    font-family: theme !important;
    font-size: 24px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    speak: none;
    text-align: center;
    text-transform: none;
    width: 24px;
    z-index: 2;
}
footer .footer-above {
    background-color: #231f20;
    bottom: 0;
    left: 0;
    min-height: 400px;
    /* opacity: 0;*/
    /* position: absolute;*/
    right: 0;
    transition: opacity .2s linear;
    border-top: 5px solid #e5e2d8;
    color: #fff;
}
footer .footer-above .container{
    padding: 50px 0;
}
footer .footer-above h3, footer .footer-above a {
        color: #fff;
    }
.footer-logo {
    color: #fff;
    display: block;
    font-size: 1.8rem;
    margin-bottom: 30px;
    
}
footer a:focus, footer a:hover, footer a:visited, footer a:focus.h3, footer a:hover.h3,
footer ul.links li a:hover {
    color: #fff;
    text-decoration: underline;
}
 footer a:focus.h3, footer a:hover.h3, footer ul.links li a, a.footer-logo, a.footer-logo:hover {
        text-decoration: none;
        color: #fff;
    }
footer a.footer-logo, footer a.footer-logo:hover, footer a.footer-logo:visited, footer a.footer-logo:focus {
        color: #fff;
        
    }
.footer-logo img {
    height: 75px;
}
footer .footer-below {
        background-color: #464646;
        padding: 15px 0;
}
.footer-below {
    background-color: #464646;
}

.hotline {
    padding: 20px 15px;
}
.hotline .layout {
        display: flex;
}
.layout {
    margin-left: auto;
    margin-right: auto;
}

.hotline header {
    margin: 10px 0;
    max-width: none;
    background: #464646;
    border-bottom: 0px solid #91AFCA;
}
.hotline header h1 {
        color: #fff;
        display: block;
        font-weight: 600;
        margin: 0;
        font-size: 0.8rem;
}
.hotline a {
    color: #fff !important;
    display: block;
    font-weight: 700;
    line-height: 1;
    margin-top: 20px;
    padding: 10px 0;
}
.hotline a {
    margin-left: 40px;
    margin-top: 0;
    padding: 10px 20px 10px 12px;
    transition: background-color .2s ease-out;
}
li, ul {
    margin: 0;
    padding: 0;
}
.hotline ul {
    display: flex;
}
.hotline li {
    list-style: none;
}
.card:hover {
    transform: scale(1.01);
    text-decoration:none;
}
.card {
    padding: 30px;
    position: relative;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 20px 50px 0 rgb(10 31 68 / 8%);
    box-shadow: 0 10px 20px rgba(0,0,0,0.30), 0 10px 8px rgba(0,0,0,0.22);
    min-height: 520px;
}
.card-home span.title:after{
	background-color: #a00e33;
	content: "";
	display: block;
	height: 3px;
	margin-top: 3px;
	width: 76px;
	
}
div.card a, a div.card {
    text-decoration: none;
}
    div.card a:visited,
    div.card a:hover,
    a:visited div.card,
    a:hover div.card {
        color: #232a3d;
        text-decoration: none;
    }
ul.li-flex li {
    display: flex;
    flex-direction: row;
}
li p.hoverelement {
    line-height: 1.6;
}
.steps-box {
    padding-left: 30px;
}
.offer-list {
    display: flex;
    padding-left: 30px;
}
 .offer-list .icon {
        margin-right: 0px;
 }
  .offer-list .icon i.fas, .offer-list i.fas {
        color: #cf1242;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.8;
        letter-spacing: normal;
        text-align: right;
    }
.offer-list i {
    margin-right: 20px;
}
.offer-list p {
    margin-bottom: 0.5rem;
}
    /*Link Hover Animation Reference
https://codepen.io/hatcher-ux/pen/GRWJayx */
    .hoverelement > a, .hoverelement > h3 > a {
    position: relative;
    color: #cf1242;
    text-decoration: none;
}

    .hoverelement > a:before, .hoverelement > h3 > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1.5px;
        bottom: 0;
        left: 0;
        margin-bottom: -2px;
        background-color: #cf1242;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        transform-origin: bottom left;
    }



    .hoverelement > a:hover:before, .hoverelement > h3 > a:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
.fa-file-pdf {
    color: #cf1242;
}

.panel-default > .panel-heading {
    height: 50px;
    background-color: #e5e2d8;
}
.panel-title a {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.6;
    padding: 0 20px;
    color: #cf1242;
    text-decoration: none;
}
.panel-body div.tab {
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    transition: all .3s ease-out;
    vertical-align: top;
    padding: 10px 15px;
}
.panel-body #DNN_documents {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 20px;
}
.footer-social {
    text-align: left;
}

.footer-social a, .footer-social a:link, .footer-social a:active, .footer-social a:visited {
    color: #888;
    margin: 0px 15px;
    border: 2px solid #fff;
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
.footer-social a:hover {
        background: #1293d4;
        color: #fff;
        border: 2px solid #1293d4;
}
.footer-social a:hover {
        color: #fff;
}
/*.footer-social a em {
        line-height: 30px;
}*/
footer .copyright, footer .terms-priv {
    padding-left: 0px;
}
footer .footer-below, footer .terms-priv a:link, footer .terms-priv a:visited {
    color: #fff;
    font-size: 16px;
    font-weight:600;
}
footer .fa, footer .fas {
    padding-right: 10px;
}
footer .footer-social .fa, footer .footer-social .fas {
    padding-right: 0px;
}
#dnn_ctr1477_ModuleContent .DNN_ANN_DesignTable div.schedulerow,
#dnn_ctr1478_ModuleContent .DNN_ANN_DesignTable div.schedulerow {
    display: none;
}
.video-iframe iframe {
   height:480px;
}
.mobileleftdropdownnav .title {
    color: #232a3d;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    border: 1px solid #e0e2e6;
}

.mobileleftdropdownnav .list-group {
    display: none;
}

.mobileleftdropdownnav .title i {
    float: right;
}
.goup a img {
    border-radius: 5px;
    background: var(--red);
}
.subtitle > a{
	color:#232a3d;
}

@media only screen and (max-width: 600px) {
    #logo {
        margin-top: 70px;
        padding:0 15px;
    }
    #search-top input {
        border: 1px solid var(--gray);
    }
    #search-top.active {
        height: auto;
        padding: 2% 0;
        overflow: visible;
    }
    #search-top{
        background:var(--white);
    }
    #msrplogin {
        margin-right: 20px;
    }
    #card-section {
        margin: 20px 0px 50px;
    }
    .card {
        margin-bottom: 20px;
        min-height:320px;
    }
    .video-iframe{
        margin: 0px -15px;
    }
     .video-iframe iframe {
            height: 320px;
        }
    .videos-by-topic{
        display:none;
    }
    .mdgov-outerWrap {
        margin-top: 60px;
        position: relative;
        width: 100%;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
    .row {
        margin: 0px;
    }
    .mobileleftdropdownnav{
        margin-bottom:20px;
    }
    #dnn_dnnLOGO_imgLogo {
        height: 120px;
    }
    .msrphome_slider{
        display:none;
    }
    .msrp_slick_slider{
        margin-top:30px;
    }
    .hotline .layout {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
    }
    .hotline {
        padding: 20px 0px;
    }
    .hotline ul {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .hotline a {
        margin-left: 0px;
    }
   
  }
@media only screen and (min-device-width : 768px) and (max-device-width : 1180px) {
    /* STYLES GO HERE * for ipad include mini*/
    #dnn_dnnLOGO_imgLogo {
        height: 150px;
        margin-top: 0px;
    }
    #navbar {
        bottom: 0px;
    }
    #hero1, #hero2, #hero3, #hero4, #hero5 {
        background-position: center right;
        min-height: 300px;
        
    }
    @media only screen and (min-device-width : 768px) and (max-device-width : 1180px) {
    /* STYLES GO HERE * for ipad include mini*/
    #dnn_dnnLOGO_imgLogo {
        height: 150px;
        margin-top: 0px;
    }
    #navbar {
        bottom: 0px;
    }
    #hero1, #hero2, #hero3, #hero4, #hero5 {
        background-position: center right;
        min-height: 300px;
        
    }
     #card-section{
            margin: 20px 0px;
     }
     .card {
            min-height: auto;
            margin-bottom:20px;
     }
     .videos-by-topic{
         display:none;
      }
     .mobileleftdropdownnav .title{
         margin-bottom:20px;
     }
     .hotline .layout {
        flex-direction: column;
     }
}
    /*@media (min-width: 576px) {
        .container {
            max-width: 768px;
        }
    }

@media (min-width: 768px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
        width: 85%;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        width: 85%;
    }
}

    @media (min-width: 1900px) {
        .container {
            max-width: 1900px;
            width: 85%;
        }
    }*/