﻿body {
    /*position: relative;/**/
}

a {
    color: #0C2499;
}

#hintBox {
    max-height: 400px;
    display: grid;
    position: absolute;
    width: 97%;
}

.list-group-item-action {
    color: #323A45;
}

#hintBox .list-group-item.list-group-item-action {
    cursor: pointer;
}

    #hintBox .list-group-item.list-group-item-action:hover {
        background-color: #cfedff !important;
    }

    #hintBox .list-group-item.list-group-item-action:focus {
        background-color: #cfedff !important;
    }

.hintScroll {
    position: relative;
    width: 100%;
    z-index: 6;
}

.selected {
    background-color: #cfedff !important;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #cfedff;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu > li > a:hover {
    background-color: #cfedff;
}

.dropdown-menu > a:hover {
    background-color: #cfedff;
}

.menu-item .dropdown-menu {
    margin-top: 0;
    padding: 0.5em 0.5em 0.5em 0.75em !important;
    border-radius: 0 10px 10px 10px;
}

.menu-item .dropdown-submenu {
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
}

.region-secondary-menu .menu-item {
    margin: 0;
    padding: 0;
    display: inline;
    color: #FFFFFF;
    padding-bottom: 7px;
}

.nav-has-submenu {
    padding-bottom: 5px !important;
}

.pipe {
    display: inline;
    padding: 0 10px;
    border-right: solid 1px #323A45;
}

.pipelast {
    display: inline;
    padding: 0 10px;
}

#hintBox .list-group-item.list-group-item-action.font-weight-bold,
#hintBox .list-group-item.font-weight-bold {
    font-size: 18px;
}

.hint-info {
    cursor: pointer;
    font-size: 25px;
    line-height: 0;
}

.row-link {
    cursor: pointer;
}

.noticeBoard {
    border: 3px solid #007bff !important;
}

.removeUnderline:hover {
    text-decoration: none !important;
}

.modalHeight {
    max-height: 500px;
}

.logoBlue {
    background-color: #2a3d92;
    color: #ffffff;
}

.text-orange {
    color: #C05600 !important;
}

.tab-border-green {
    border-bottom: 5px solid #008817 !important;
}

.tab-border-blue {
    border-bottom: 5px solid #73b3e7;
}

.tab-border-orange {
    border-bottom: 5px solid #C05600;
    margin-bottom: -5px;
}

.filter-textbox {
    width: 125px !important;
}

#lbxStates {
    min-width: 250px;
}

.dropdown-filter-menu {
    z-index: 3;
}

.datepicker-addon {
    cursor: pointer;
}

.warning-pad {
    padding-left: 15px;
    padding-right: 15px;
}

.region-secondary-menu .menu-item {
    margin: 0;
    padding: 0;
    display: inline;
    color: #ffffff;
}

    .region-secondary-menu .menu-item > a,
    .nav-bar-extend-content .btn-group > a {
        color: #ffffff;
    }

.newsroom-search-container .region-secondary-menu nav .menu {
    text-align: left;
}

.newsroom-search-container .region-secondary-menu nav {
    max-width: 100px;
}

.inner-nav {
    width: 800px;
}

.tooltip .tooltip-inner {
    background-color: #2a3d92;
    color: #ffffff;
}

.license-instr-text {
    padding-left: 16px;
    padding-right: 16px;
    border-bottom: thin solid #e6e6e6;
}

.license-border {
    border: thin solid #e6e6e6;
    margin-bottom: 10px;
}

.table-lg th, .table-lg td {
    padding: 1.0rem;
}

table#searchResults,
table#tblPublicComments {
    border-collapse: separate;
}

/* Color overrides */

.text-danger {
    color: #E52207 !important;
}

.bg-primary {
    background-color: #005EA2 !important;
}

.btn-primary {
    background-color: #005EA2;
}

.btn-outline-primary {
    border-color: #005EA2;
    color: #005EA2;
}

.btn-outline-danger {
    border-color: #E52207;
    color: #E52207;
}

.btn-primary:hover,
.show > .btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover,
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #73B3E7 !important;
    border-color: #73B3E7 !important;
    color: #000000;
}

.btn-danger:hover,
.show > .btn-danger.dropdown-toggle,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:hover,
.show > .btn-outline-danger.dropdown-toggle,
.btn-outline-danger:not(:disabled):not(.disabled):active {
    background-color: #E52207 !important;
    border-color: #E52207 !important;
    color: #FFFFFF;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #73B3E7;
}

.table .thead-light th {
    background-color: #FFFFFF;
    color: #323A45;
    border-top: 2px solid #323A45;
    border-bottom: 2px solid #323A45;
    border-right: 1px solid #323A45;
}

    .table .thead-light th:last-child {
        border-right: none;
    }

table tr td {
    border-bottom: 1px solid #323A45;
}

.table td {
    color: #323A45;
}

.table-subhead th {
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
    z-index: 2;
    top: 59px;
}

/*.table-hover tbody tr:nth-of-type(odd):hover {
	background-color: rgba(0, 0, 0, 0.075);
}/**/

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #EAEBEC;
}

.table-hover tbody tr:hover {
    background-color: #DEE1E3;
}

.bg-warning {
    background-color: #FFBE2E !important;
}

.btn-success {
    background-color: #008817 !important;
}

.btn-outline-success {
    border-color: #008817 !important;
    color: #008817;
}

.btn-ncacal-postcomment {
    border-color: #C05600 !important;
    color: #FFFFFF !important;
    border-radius: 8px !important;
    background-color: #C05600 !important;
}

.text-success {
    color: #008817 !important;
}

/*faq modal from feedback/help link*/
.accordian-text {
    color: #0C2499;
    font-family: 'Oswald', sans-serif !important;
    width: 100%;
}

.outlineHeader {
    margin-bottom: 0 !important;
}

.cardBodyPadding {
    padding: 10px 20px !important;
}

#main {
    margin: 20px 0 0;
}

    #main #faq .card {
        margin-bottom: 0px;
        border: 0;
    }

        #main #faq .card .card-header {
            border: 0;
            border-radius: 2px;
            padding: 1.7px;
        }


            #main #faq .card .card-header .btn-header-link {
                color: #ffffff;
                display: block;
                text-align: left;
                background: #2A3D92;
                color: #ffffff;
                padding: 20px;
            }

.btn-header-link:after {
    content: '\f077';
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}

.btn-header-link.collapsed:after {
    content: '\f078';
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}

#main #faq .card .collapsing {
    background: #ffffff;
    color: #222;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

    #main #faq .card .collapse.show {
        background: #ffffff;
        line-height: 30px;
        color: #222;
    }
/*add text-indent so characters don't appear cut off*/
.form-control {
    text-indent: 5px !important;
}
/*add so characters don't appear cut off*/
input[type=text] {
    font-style: normal !important;
    line-height: 2.5 !important;
    padding: 2px 2px 2px !important;
}

/* End Color overrides */

#lblStatesSelected {
    vertical-align: sub;
}

#documentTypesDropDown {
    min-width: 24rem;
}

@media (min-width: 992px) {
    #documentTypesDropDown {
        min-width: 34rem;
    }
}

.popover.right > .arrow {
    left: -16px;
}

/* MCD Navbar Stuff */
.dropdown-menu {
    margin-top: 0;
    border-radius: 0;
}

    .dropdown-menu > li > a:hover,
    .dropdown-menu > a:hover {
        background-color: #73b3e7;
    }

/*.dropdown-menu>a:hover {
	background-color: #00a6d2;
}/**/

.nav > li > a:focus, .nav > li > a:hover, .expand-submenu-gray > ul > li > a:hover {
    background-color: #73b3e7;
}

.navbar-border {
    border-bottom: 15px solid #73b3e7;
}

.nav-link {
    font-size: 20px;
    border-bottom: 1px dashed #e0e0e0;
    padding-right: 25px;
}

.dropdown-item {
    font-size: 16px;
}

.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
    color: #ffffff;
    background-color: #73b3e7 !important;
    margin-left: auto;
}

.dropdown-item.active {
    background-color: #73b3e7 !important;
}

#mcdLogo {
    vertical-align: middle;
}

.dropdown-submenu-gray {
    background-color: #F0F0F0;
    border: 2px solid #73b3e7;
}

.expand-submenu-gray {
    background-color: #F0F0F0;
}

.nav-link-submenu {
    border-bottom: 1px dashed #73b3e7;
}

.nav-indent {
    padding-left: 25px;
    padding-right: 25px;
}

.nav-header {
    font-weight: 700;
}

.dropdown-top-border {
    border-top: 15px solid #73b3e7;
}

#navbar-collapse-grid .nav-item a.text-white:hover,
#navbar-collapse-grid .nav-item a.text-white.active {
    color: #000000 !important;
}

#navbar-collapse-grid > .navbar-nav > .nav-item > .nav-link {
    font-size: 1.35rem;
}

.mcd-nav-par {
    margin: 0;
    padding: 0;
    font-size: small !important;
    text-align: center;
    display: inherit !important;
}

.newsroom-search-container,
.newsroom-search-container.no-feature-top {
    background-image: url('../img/MCD-navbar-seniors-blue.png') !important;
    height: 98px !important;
    background-color: #293b91;
}

.logo-font {
    font-family: 'GeometriaExtraBold', 'WorkSansBold', 'Helvetica Neue', Arial, sans-serif;
    font-size: 40px;
    color: #ffffff;
}

.help-icon:hover, .help-icon:focus,
.basket-icon:hover, .basket-icon:focus,
.settings-icon:hover, .settings-icon:focus {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}

.logo-font-small {
    font-size: 13px !important;
    text-align: center !important;
    display: inherit !important;
    margin-top: -10px;
    font-family: 'Muli', 'Helvetica Neue', Arial, sans-serif;
}

.mcd-header {
    text-align: center;
    padding-top: 10px;
    margin-left: 5px;
}

.dropdown-submenu > a:active {
    background-color: #73b3e7 !important;
}

.nav-border {
    border-left: 1px solid #ffffff;
    margin-left: auto;
    height: 50px;
    margin-top: 20px;
}

.nav-border-archive {
    margin-left: 10px !important;
}

.nav-border-api {
    margin-top: 20px !important;
}

.archive-menu-link {
    color: #ffffff;
    font-size: 18px;
    margin-left: 20px;
}


    .archive-menu-link:hover, .archive-menu-link:focus {
        border-bottom-color: #ffffff;
        border-bottom-style: solid;
        border-bottom-width: 2px;
        color: #ffffff;
        text-decoration: none;
    }

@media (max-width: 1023.33px) {
    .nav-border-archive, .nav-border-api {
        display: none;
    }
}

.search-icon {
    color: #ffffff;
    font-size: 16px;
    margin-top: 12px;
    float: right;
    font-weight: 400;
}

.nav-bar-extend-content {
    margin-top: 14px;
    margin-left: 10px;
}

.basket-icon {
    margin-left: 20px !important;
}

.help-icon {
    margin-right: 25px !important;
    margin-left: 25px !important;
    vertical-align: baseline;
}

.settings-icon {
    margin-right: 20px !important;
    vertical-align: baseline;
}

.inner-width {
    width: max-content !important;
    max-width: 450px;
}

.nav-header-icon:hover, .nav-header-icon:focus {
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    text-decoration: none !important;
}

.current-link {
    border-bottom: 2px solid #ffffff !important;
    margin-bottom: -2px !important;
    text-decoration: none !important;
}

/* end MCD Navbar Stuff*/

/*Notice Board*/

.card-search {
    background-color: #F0F0F0;
}
/*Notice Board End*/
/* AMA License*/
.ama-indent {
    margin-left: 5px !important;
    margin-right: 5px !important;
}





/* CMS template fixes */
/*body, h1, h2, h3 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}/**/

body {
    font-family: 'Muli','Helvetica Neue',Arial,sans-serif;
    /*font-size: 0.95rem;*/
    color: #323A45;
}

h1 {
    font-size: 2rem;
    font-weight: 400;
}

h2 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

    h2.card-title {
        font-size: 20px;
    }

h3 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}

.right-sidebar,
.right-sidebar h2 {
    margin: 0;
}

#header .mobile-header-container {
    position: relative;
}

@media (min-width: 1024px) {
    #header .header-content-container .cms-link-container a:before {
        margin-top: 0;
        /*font-size:28px;
		line-height: 28px;
		width: 28px;
		height: 28px;
		margin-left: 0;/**/
    }
}

#header .mobile-header-container .cms-link-container-mobile a:before {
    vertical-align: baseline;
    /*font-family: FontAwesome !important;
	content: '\f33e';
	color: #ffffff;
	font-size: 18px;
	padding-right: 5px;
	display: inline-block;
	line-height: 18px;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	text-align: center;
	font-weight: lighter;/**/
}

.region-header {
    padding: 0.357em 15px 0;
}

    .region-header .site-branding {
        margin-top: 0.429em;
    }

.basket-icon {
    position: relative;
}

#basketCount {
    position: absolute;
    color: #323A45;
    background-color: #ffffff;
    top: -18px;
    right: -12px;
    padding: 2px;
}


/* Dark mode? */

/*@media (prefers-color-scheme: dark) {
	body {
		background-color: #112E51;
	}
}/**/
/*Bene Help*/

.helpimage {
    max-width: 100%;
    padding: 1em;
}

    .helpimage > img {
        width: 85%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

.helpimage-mediumlarge {
    max-width: 100%;
    padding: 1em;
}

    .helpimage-mediumlarge > img {
        width: 80%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

.helpimage-medium {
    max-width: 100%;
    padding: 1em;
}

    .helpimage-medium > img {
        width: 60%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

.helpimage-small {
    max-width: 100%;
    padding: 1em;
}

    .helpimage-small > img {
        width: 35%;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

.help-info {
    cursor: pointer;
    line-height: 0;
    color: #0C2499;
}

    .help-info:hover {
        text-decoration: underline;
    }

.help-text {
    font-size: 1.2rem;
    margin-top: 5px;
}

.helpimage-border {
    border: 1px dashed #C9C9C9;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 20px;
}

hr.help-hr {
    border: 3px solid;
    border-radius: 1px;
    width: 75%;
}

.bg-ltgray-left {
    background-color: #fff !important;
    background-image: linear-gradient(to right, rgba(240,240,240,0), rgba(240,240,240,1))
}

.bg-ltgray-right {
    background-color: #fff !important;
    background-image: linear-gradient(to right, rgba(240,240,240,1), rgba(240,240,240,0))
}

/* MCD Tour styling */
.popover.orphan.tour-mcdSearchTour, .popover.orphan.tour-mcdReportTour {
    max-width: 650px;
}

.popover.orphan h3.popover-title {
    font-size: 1.75rem;
    color: #C05600 !important;
}

.popover.orphan .popover-content {
    font-size: 1.3rem;
}

.popover.orphan .popover-navigation {
    margin-top: 30px;
}

.skip-link {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50;
    background: #444;
    background: rgba(0,0,0,0.6);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 0.94em;
    line-height: 1.7em;
    padding: 1px 10px 2px;
    border-radius: 0 0 10px 10px;
    border-bottom-width: 0;
    outline: 0;
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}

    .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
        position: static !important;
        overflow: visible;
        clip: auto;
        width: auto;
        height: auto;
    }

.skip-link.visually-hidden.focusable:focus {
    position: absolute !important;
    color: #fff;
}

.skip-link.visually-hidden.focusable:focus {
    position: absolute !important;
    color: #fff !important;
}

#backToTop.hideDisplay {
    display: none;
}

#backToTop {
    background: none;
    margin: 0;
    border: none;
    position: fixed;
    bottom: 1em;
    right: 1em;
    padding: 0em;
    cursor: pointer;
    z-index: 10;
}

#feedbackFooter {
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

#backToTop.btn-link {
    color: #000000;
}

    #backToTop.btn-link:hover {
        color: #aaaaaa;
    }
/*Selection Criteria*/
#divSelectedCriteria a.criteria:before {
    content: "Less";
}

#divSelectedCriteria a.collapsed:before {
    content: "More";
}

.criteria-collapse-show {
    display: inline;
}

#tourCover {
    width: 100vw;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
}

.show-tour-cover {
    display: block !important;
    z-index: 1004;
    background-color: rgba(0, 0, 0, 0.0);
}

.hide-body-scroll {
    overflow-y: hidden !important;
}

/* Responsive Stuff */
#divSelectedCriteria ul,
#otherCriteria ul {
    margin-left: -15px;
}

.table-title-col {
    width: 50%;
    overflow-wrap: anywhere;
}

.report-table-title-col {
    width: auto;
    max-width: 500px;
}

#searchResultsDiv.ds-l-col--12 {
    padding-left: 15px;
    padding-right: 15px;
}

.list-group-flush .list-group-item {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-top-width: 1px;
}

#divResults {
    width: 100%;
    overflow-x: auto;
}

.submenu-collapse ul a {
    white-space: break-spaces;
}

@media (max-width: 1023px) {
    #divResults {
        overflow-y: visible;
        overflow-x: auto;
    }

    .table-title-col {
        min-width: 185px;
        word-break: break-word;
    }

    #documentTypesDropDown {
        min-width: 0 !important;
        margin-bottom: 3rem;
        padding-bottom: 5rem !important;
    }

    #ddMoreGroupMenu {
        margin-bottom: 3rem;
        padding-bottom: 5rem !important;
    }
}

@media screen and (min-width: 1024px) {
    #divResults {
        overflow-y: auto;
        overflow-x: visible;
        max-height: 700px;
    }
}

@media (min-width: 1024px) {
    .submenu-collapse {
        width: 32rem !important;
    }
    /**/

    #divFilterCol {
        min-height: 62px;
    }
}

@media (min-width: 1160px) {
    /*.submenu-collapse {
		width: 40rem !important;
	}/**/
}

@media (min-width: 1320px) {
    /*.submenu-collapse {
		width: 45rem !important;
	}/**/
}

@media (max-width: 768px) {
    #hintBox {
        width: 100%;
        position: relative;
        max-height: none;
    }

    /*#searchTitle {
		padding-top: 1rem !important;
	}/**/

    .nav-bar-extend-content {
        margin-left: 0;
    }

        .nav-bar-extend-content i,
        .nav-bar-extend-content svg {
            font-size: 1.25rem !important;
        }

    .logo-font {
        font-size: 35px;
    }

    .logo-font-small {
        font-size: 10px !important;
    }

    .ama-ada-popover {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 767px) {
    #imgTourWelcomeImage {
        width: 128px;
    }

    #carddeckdiv {
        margin-top: 50px !important;
    }

    .ama-ada-popover {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-height: 375px) {
    #imgTourWelcomeImage {
        width: 128px;
    }

    #carddeckdiv {
        margin-top: 50px !important;
    }
}

@media (max-width: 400px) {
    .popover.orphan.tour-mcdSearchTour, .popover.orphan.tour-mcdSearchTour {
        max-width: 300px !important;
    }

    #imgTourWelcomeImage {
        width: 64px;
    }

    #carddeckdiv {
        margin-top: 50px !important;
    }

    .ama-ada-popover {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 340px) {
    .logo-font-small {
        font-size: 8px !important;
    }

    #carddeckdiv {
        margin-top: 50px !important;
    }


    .ama-ada-popover {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 280px) {
    .nav-bar-extend-content {
        margin-left: 0 !important;
    }

        .nav-bar-extend-content i,
        .nav-bar-extend-content svg {
            font-size: 1.1rem !important;
        }

    .logo-font {
        font-size: 25px !important;
    }

    .logo-font-small {
        font-size: 8px !important;
    }

    #carddeckdiv {
        margin-top: 50px !important;
    }

    .ama-ada-popover {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

.mobile-filters-show {
    right: 0px !important;
}

@media (max-width: 900px) {
    .custom-select-lg,
    .form-control-lg {
        font-size: 1.1rem;
    }


    .ama-ada-popover {
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

#mobileFilters,
.mobile-filters {
    position: fixed;
    right: -100%;
    transition: right .5s;
    width: 100%;
}

#divFilterBar.mobile-filters,
#divSelectedCriteriaCard.mobile-filters {
    top: 0px;
    height: 100vh;
    z-index: 1000;
    overflow-y: auto;
}

#btnMobileFilters, #btnCloseMobileFilters,
#btnMobileCriteria, #btnCloseMobileCriteria {
    color: #323A45;
    font-size: 25px;
}

#btnCloseMobileFiltersDiv,
#btnCloseMobileCriteriaDiv {
    width: 40px;
}

#ui-datepicker-div {
    z-index: 1054 !important;
}

#divIcd10CodeRangeNote {
    white-space: normal;
}

.safari-sticky-top {
    top: 0 !important;
}

#btnAddAllToBasket,
#btnRemoveAllFromBasket,
.basket-row {
    padding: 1px 6px;
}

#btnRemoveAllFromBasket,
.basket-page-row {
    font-size: 20px;
}

.basket-row,
.basket-row:hover,
.basket-all,
.basket-all:hover {
    color: #6c757d;
}

.basket-on,
.basket-on:hover {
    color: #73B3E7;
}

.basket-row:hover,
.basket-all:hover {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.pulsebutton {
    animation: pulse 800ms ease-out 5;
}

@keyframes pulse {
    from {
        transform: scale(1);
    }

    50% {
        transform: scale(1.85);
    }

    to {
        transform: scale(1);
    }
}

a.nounderline {
    text-decoration: none !important;
}

u.dotted {
    text-decoration: underline dotted #C05600;
}

@media print {
    @page {
        size: auto;
    }

    .sticky-top {
        position: relative;
        top: unset;
    }

    .table-subhead th {
        position: static;
    }
}

/* For Modal printing https://stackoverflow.com/a/12181825/2270511 */
@media screen {
    #printSection {
        display: none;
    }
}

@media print {
    /*body > *:not(#printSection) {
		display: none;
	}/**/

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }
}
/* End for Modal Printing */

.ds-c-help-drawer__close-button {
    border: 0;
}

    .ds-c-help-drawer__close-button svg {
        width: 26px;
        height: 26px;
    }

.help-tile {
    transition: transform 0.2s ease !important;
    box-shadow: 0 4px 6px 0 rgba(22, 22, 26, 0.18) !important;
    border-color: #005EA2 !important;
    background: #F1F1F1 !important;
    color: #205493;
}

    .help-tile:hover {
        transform: scale(1.1) !important;
        background-color: #73B3E7 !important;
        border-color: #73B3E7 !important;
        color: #323A45 !important;
    }

.help-accord-body {
    margin-bottom: 10px;
}

.current-link-help-page {
    text-decoration: underline !important;
}

.help-link-borders {
    padding: 18px 0 !important;
    border-bottom: 1px solid #c1c3c7 !important;
}

.help-link-font {
    font-size: larger !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    -webkit-text-fill-color: #323A45 !important;
}

.help-modal-title {
    background-color: #E9E9E9 !important;
}

.download-borders {
    padding: 24px 0 !important;
    border-bottom: 1px solid #c1c3c7 !important;
}

.download-title {
    font-size: larger !important;
    font-weight: bold !important;
}

.download-link-font {
    font-size: large;
}

.download-lbl {
    font-weight: bold;
}

.download-pipe {
    border-right: solid 1px #323A45;
}

.download-lbl-space {
    padding-right: 15px;
}

.download-data-space {
    margin-right: 10px;
    padding-right: 10px;
}

.download-data-space-margins {
    padding-right: 17px;
}

.download-data-div {
    text-align: right;
    margin: inherit;
    padding-right: 10px;
}

.hovered {
    transform: scale(1.1) !important;
    background-color: #73B3E7 !important;
    border-color: #73B3E7 !important;
    color: #323A45 !important;
}

#NoticeBoardItems table, tr:first-of-type td {
    border-bottom: 1px solid black;
}

#NoticeBoardItems tr:last-child td:last-of-type {
    border-bottom-width: 0;
}

.ama-ada-popover-title {
    font-size: 28px !important;
    font-weight: bold !important;
    background-color: #F4F4F4 !important;
}

.ama-ada-popover {
    min-width: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    margin-top: 10px !important;
    margin-right: 10px !important;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    padding: 7px 7px 7px 7px !important;
}

@media screen and (max-width: 1023px) {
    .mobile-space {
        padding-top: 2rem;
    }
}
/* Document View Pages */
#navDocumentToc {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: calc(100vh);
    overflow-y: auto;
}

    #navDocumentToc ul ul {
        padding-left: 0.5rem;
    }

        #navDocumentToc ul ul ul {
            padding-left: 1rem;
        }

    #navDocumentToc li a {
        font-size: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        border-bottom: none;
        border-radius: 0;
    }

    #navDocumentToc ul ul li a {
        font-size: 0.88rem;
    }

    #navDocumentToc ul ul ul li a {
        font-size: 0.75rem;
    }

    #navDocumentToc .nav > li > a:focus,
    #navDocumentToc .nav > li > a:hover {
        background-color: transparent;
        /*text-decoration: underline; /**/
        border-bottom: 2px solid #005EA2;
    }

    #navDocumentToc .nav > li > a.active {
        font-weight: 800;
        background-color: transparent;
        border-left: 5px solid #005EA2;
        color: #0C2499;
    }

#lblTitleId, #lblTitleDate {
    font-weight: 600;
    padding-right: 10px;
}

#divDocumentHeader {
    margin-bottom: 20px;
    z-index: 30;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

#divDocumentTitle {
    border-bottom: 4px solid #005EA2;
    margin-bottom: 0.5rem;
    z-index: 0 !important;
}

.document-view-section {
    margin-top: 5px;
}

    .document-view-section ~ .document-view-section,
    .document-view-sticky-note-section {
        margin-top: 20px
    }

.document-view-section,
.document-view-code-group-section {
    border-top: 3px solid #EAEBEC;
}

.document-view-sticky-note-section {
    border: 3px solid #FFE403;
}

.document-view-section-title {
    font-weight: 800;
}

.document-view-sticky-note-title {
    font-weight: 800;
    background-color: #FFE403;
}

.document-view-section-header,
.national-document .document-view-section-text h4 {
    font-weight: normal !important;
    font-family: 'Muli', 'Helvetica Neue', Arial, sans-serif;
    padding: 10px 0px;
}

.document-view-section-field {
    padding: 5px 0px;
}

td.keep-words {
    word-wrap: normal;
    word-break: keep-all;
}

.document-view-section-subheader {
    color: #015D29; /* 018239 */
    font-weight: bold;
}

.document-view-section-text {
}

.document-view-section-field .document-view-section-link:first-of-type {
    padding-top: 0px;
    padding-bottom: 5px;
}

.document-view-section-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* basket page */


@media (max-width: 992px) {
    .email-basket-description {
        display: none;
    }
}

/* Match document content from MCD */
.document-view-section-text p {
    flex: 0 0 120px;
}

.document-view-section-chevron {
}

.document-view-title-badge {
    font-size: 14px !important;
    padding: 5px 20px;
    background-color: #FFE403 !important;
    margin-bottom: 0.25rem;
}

#lblDocumentStatusBadge {
    text-transform: uppercase;
}

.document-view-collapser,
.document-view-code-group-collapser {
    cursor: pointer;
}

.document-view-section-code-field {
    padding: 10px 20px;
    border-radius: 2px;
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,0.15);
    margin-bottom: 20px;
}

.document-view-section-code-field-top {
    border-top: 4px solid #FFE403;
    border-radius: 2px;
}

.document-view-fields,
.document-view-sticky-note-fields {
    padding: 0px 20px;
}

.document-view-code-group-title {
    font-family: 'GeometriaExtraBold', 'WorkSansBold', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 800;
    font-size: 18px;
}

.document-view-status-title {
    font-family: 'GeometriaExtraBold', 'WorkSansBold', 'Helvetica Neue', Arial, sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

.document-view-status-note {
    color: #323A45;
}

    .document-view-status-note a {
        text-decoration: underline;
    }

.document-view-status-banner {
    border: 3px solid #C00D1C;
    background-color: #FFFFFF;
    color: #C00D1C;
}

.national-document .document-view-section-text pre {
    font-family: 'Muli', 'Helvetica Neue', Arial, sans-serif;
}

.national-document .document-view-section-text p {
    padding: 0px 16px;
}

p a, .national-document a {
    text-decoration: underline;
}

a.mcd-board-item-click {
    text-decoration: none;
}

a:hover.mcd-board-item-click {
    text-decoration: underline;
}

.postcomment-row {
    min-width: 116px;
}

.comment-short, .comment-long {
    word-break: break-word;
}

/* Document Buttons */
.document-buttons {
    border-radius: 50px !important;
    text-align: center !important;
    background: #005EA2 !important;
    border: #005EA2 !important;
    margin-bottom: 8px;
}

    .document-buttons:active {
        background: #fff !important;
        color: #005EA2 !important;
        box-shadow: 0 0 0 0.2rem #005EA2 !important;
    }

    .document-buttons span {
        max-width: 0 !important;
        -webkit-transition: max-width 1s !important;
        transition: max-width 1s !important;
        display: inline-block !important;
        vertical-align: top !important;
        white-space: nowrap !important;
        overflow: hidden !important;
    }

    .document-buttons:hover span {
        max-width: 8rem !important;
    }

    .document-buttons:focus span {
        max-width: 8rem !important;
    }

.submit-public-comment:after {
    content: 'Submit Public Comment';
}


@media screen and (min-width: 600px) {
    .public-comment-button:after {
        content: 'Submit Public Comment';
    }
}

@media screen and (max-width: 599px) {
    .public-comment-button:after {
        content: 'Comment';
    }
}

@media screen and (max-width: 486px) {
    .expand-collapse-section {
        float: left !important;
        margin-bottom: 5px;
    }
}


/* Keywords */
.keyword-highlight {
    font-weight: 800;
    color: #005EA2;
    background-color: #ffff00;
    padding: 0 !important;
}

mark::before,
mark::after {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

mark::before {
    content: " [highlight start] ";
}

mark::after {
    content: " [highlight end] ";
}

.carousel-text {
    margin-bottom: 20px;
}

    .carousel-text > a {
        font-family: 'Muli','Helvetica Neue',Arial,sans-serif;
        color: #b70404 !important;
    }

        .carousel-text > a > span {
            font-size: initial;
            color: #0C2499;
        }

.carousel-item {
    text-align: center;
}

.carousel-indicators > .active {
    background-color: black !important;
}

.carousel-indicators {
    margin-bottom: -3px;
}

    .carousel-indicators li {
        background-color: #a8a8a8;
        opacity: 1 !important;
        border-radius: 100%;
        width: 7px;
        height: 7px;
    }

.btn-carousel {
    background-color: transparent;
    border: none;
}

    .btn-carousel:focus-visible {
        outline: none;
    }

        .btn-carousel:focus-visible > .indicator-border {
            z-index: -1;
            width: 17px;
            height: 17px;
            transform: translate(-5px,-5px);
            box-shadow: 0 0 0px 1.5px black;
            border-radius: 25%;
        }

#btnCloseCarousel {
    z-index: 1;
    position: inherit;
    margin: .3rem;
}

#btnPauseCarousel {
    padding-right: 9px;
    position: inherit;
    margin: .3rem;
    z-index: 1;
}

@media screen and (max-width: 600px) {

    #btnPauseCarousel {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        padding-right: 0px;
    }
}

#btnPlayCarousel {
    padding-right: 9px;
    position: inherit;
    z-index: 1;
    margin-top: -1px;
    margin: .3rem;
}

@media screen and (max-width: 600px) {

    #btnPlayCarousel {
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        padding-right: 0px;
    }
}

/* allows placeholder text to not appear cutoff */
input::placeholder {
	overflow: visible;
}

#btnIcd10CodeLookup {
    color: #0C2499;
}