.display-none {
    display:none !important;
}

.cms-content {
    margin: 1rem 0;
}

.dsb-top-alertbannerscontainers {
    padding: 0;
    margin: 0;
}

.dsb-top-alertbanner {
    background-color:rgba(197,229,254,0.75);
    text-align: center;
    padding: 0.75rem;
    margin: 0;
}

.dsb-top-alertbanner:nth-child(even) {
    background-color:rgba(197,229,254,0.5);
}

.dsb-top-alertbanner-span {
    font-size:0.875rem;
    font-weight:bold;
    line-height: 1.1rem;
}

.dsb-body {
    color: #000;
    font-size: 0.875rem;
    font-family: Arial, Helvetica, sans-serif;
}

.dsb-margin-0 {
    margin: 0 !important;
}

.dsb-padding-0 {
    padding: 0 !important;
}

.dsb-bold {
    font-weight: bold !important;
}

.dsb-italics {
    font-style: italic !important;
}

.dsb-underline {
    text-decoration: underline !important;
}

.dsb-content-center {
    text-align: center !important;
}

.dsb-content-left {
    text-align: left !important;
}

.dsb-content-right {
    text-align: right !important;
}

.dsb-nowrap {
    white-space: nowrap !important;
}

.dsb-mb-2rem {
    margin-bottom: 2rem !important;
}

.dsb-boldred {
    font-weight: bold;
    color: #f00;
}

.dsb-boldblue {
    font-weight: bold;
    color: #159;
}

.dsb-boldyellowhighlight {
    background-color: #ff0;
    font-weight: bold;   
}

.dsb-float-left {
    float: left;
}

.dsb-float-right {
    float: right;
}

.dsb-pagetitlebanner {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.dsb-toggleheader {
    font-size: 16px;
    cursor: pointer;
    margin: 1rem 0 0.5rem;
}

.dsb-togglecontainer {
    margin-left: 2rem;
}

.dsb-contenttable {
    width: 70%;
    margin: 0 auto 1rem;
    background-color: #fff;
}
.dsb-tablewidth-60 {
    width: 60%;
}
.dsb-tablewidth-80 {
    width: 80%;
}
.dsb-tablewidth-100 {
    width: 100%;
}
.dsb-contenttable th,
.dsb-contenttable td {
    border: 1px solid #333;
    padding: 0.5rem;
}

.dsb-tableheaderrow-standard {
    background-color: rgba(76, 164, 252, 0.3);
}
.dsb-tablecell-center {
    text-align: center;
}

.dsb-rightcontentcontainer {
    min-height: 500px;
    padding: 1.5rem;
}

.dsb-centercontentcontainer {
    border-top: 1px solid #9ce;
    padding-top: 1rem;
    width: 960px;
    display: flex;
    justify-content: space-evenly;
    align-items: self-start;
}

.dsb-inline-block {
    display: inline-block;
}

.dsb-pad-tb0-lr2rem {
    padding: 0 2rem;
}

.dsb-split-container-45 {
    width: 45% !important;
    padding: 0 0.875rem;
}

.dsb-split-container-40 {
    width: 40% !important;
    padding: 0 0.875rem;
}

.dsb-split-content-header {
    font-size: 1.55rem;
    font-weight: bold;
    color: #159;
    margin: 0.75rem 0;
    padding: 0 0.75rem;
    text-align: center;
}

.dsb-content-article {
    margin: 0;
    padding: 0;
}

.dsb-specialnotices-headerrow {
    background-color: rgba(76, 164, 252, 0.3);
    padding: 0.5rem;
    text-align: center;
}

.dsb-specialnotices-header {
	  color: #000;
	  font-weight: bold;
	  font-size: 1.05rem;
	  margin-bottom: 0.25rem;
}

.dsb-specialnotices-instructions {
    color: #000;
    margin: 0;
    font-size: 0.75rem;
}

.dsb-specialnotices-entrycontainer {
    padding: 0.5rem;
}

.dsb-specialnotices-entrycontainer:nth-child(even) {
    background-color: rgba(130, 130, 130, 0.1);
}

.dsb-specialnoticesentry-head p {
    margin: 0;
}

.dsb-specialnoticesentry-content {
    margin-top: 0.5rem;
    padding-left: 1rem;
    line-height: 1rem;

    opacity: 1;
    min-height: 100px;
    transition: all 0.3s ease-in-out;
}

.dsb-specialnoticesentry-content.hide {
    margin-top: 0;
    opacity: 0;
    min-height: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.nwr-nav-button {
    background-color: #ccf;
    border-radius: 0.5rem;
    border: 1px solid #36c;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 5px, rgba(0, 0, 0, 0.2) 0px 3px 3px;
    color: #000;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 1rem auto;
    padding: 5px 20px;
    width:11rem;
}

.nwr-nav-button:hover {
    background-color: #fff;
}

.dsb-img-href {
    border: 0;
}

.nwr-img-logo {
    width: 150px;
    height: 150px;
}

.nwr-map-container {
    margin: 1rem 0;
}

.nwr-map-container > .map_content {
    width: 24.375rem !important;
    height: 12.375rem !important;
    position: relative;
}

.nwr-maplegend-pin {
    width: 12px;
    height: 20px;
}

.nwr-prop-map {
    width: 446px;
    height: 289px;
}

.nwr-section-alertbanners {
    padding: 0;
}

.nwr-section-topright {
    display: flex;
    justify-content: space-evenly;
    align-items: self-start;
    padding: 0 0 1rem;
}

.nwr-section-current-map {
    padding: 1rem;
    border-top: 1px solid rgba(197,229,254,0.75);
    border-bottom: 1px solid rgba(197,229,254,0.75);
}

.nwr-section-prop-map {
    padding: 1rem 0 0;
}

.dsb-topicpage-container {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.dsb-topicpage-banner {
    background-color: #07d;
    height: 6.25rem;
    text-align: center;
    padding: 0 1rem;
    overflow: hidden;
}

.dsb-topicpage-banner > span {
    font-size: 1.75rem;
    line-height: 6.25rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

.dsb-topicpage-banner > span.dsb-banner-twoline {
    position: relative;
    top: 1rem;
    line-height: 2.3rem;
}

.dsb-topicpage-main {
    display: flex;
    flex-direction: row;
}

.dsb-topicpage-leftnav {
    background-color: lightblue;
    width: 12%;
    padding: 1rem 0.75rem;
    
    display: flex;
    flex-direction: column;
}

.dsb-topicpage-rightcontent {
    background-color: #fff;
    width: 88%;
    min-height: 31.25rem;
    padding: 1rem;
}

.dsb-topicpage-leftnav-selection {
    width: 100%;
}

.dsb-topicpage-leftnav-selection a{
    display: block;
    margin: 0 0 1rem;
    padding: 0.25rem;
    background-color: #ddd;
    border: 2px solid #000;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #07d;
    font-size: 0.875rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.dsb-topicpage-leftnav-selection a:hover {
    cursor: pointer;
    background-color: #07d;
    color: #fff;
}

.dsb-list > li {
    margin: 0 0 1rem;
}

.dsb-list.dsb-shortlist > li {
    margin: 0;
}

.nwr-stationsearch-selectinterface {
    margin: 0;
    padding: 3rem 0;
}

.nwr-stationsearch-instruction {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #07d;
    text-align: center;
    margin: 0 0 1rem;
}

.dsb-section-title-large {
    font-size: 1.55rem;
    font-weight: bold;
    color: #159;
    margin: 0 0 0.75rem;
    padding: 0 0.75rem;
    text-align: center;    
}

.dsb-section-title-medium {
    font-size: 1.25rem;
    font-weight: bold;
    color: #159;
    margin: 0.75rem 0;
    padding: 0 0.75rem;
    text-align: center;
}

.dsb-article p {
    line-height: 1.1rem;
    margin: 0 0 1rem;
}

.dsb-indent-hanging {
    text-indent: -1rem;
    padding-left: 1rem;
}

.dsb-indent-leftpadding {
    padding-left: 1rem;
}

/* station search input stuff */
.nwr-stationsearch-searchinput {
    text-align: center;
    margin: 0 0 1rem;
}

.nwr-stationsearch-searchinput > div.input-group {
    display: block; /*to counter bootstrap*/
    padding: 0 5rem;
}

.nwr-stationsearch-searchinput input {
    float: none !important;
}

.nwr-stationsearch-searchinput div.dropdown-menu {
    left: unset;
    float: none;
}

.nwr-stationsearch-searchinput ul li {
    margin: 0.25rem 0;
    padding: 0.25rem;
    line-height: 1.25rem;
}

.nwr-stationsearch-searchinput ul li:hover {
    border: none;
    background: #07d;
    color: white;
    cursor: pointer;
}

.nwr-stationsearch-searchinput ul {
    list-style-type: none;
    margin: 0;
    padding: 0.5rem 1.25rem;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
}
/* end station search input stuff */

.nwr-stationsearch-tips {
    border-top: 1px solid #07d;
    padding: 1rem 6rem 1rem 2rem;
}

.nwr-stationsearch-tips p {
    margin: 0 0 1rem;   
}

/* station search map stuff */
.nwr-stationsearch-map {
    height: 34.375rem;
    width: 100%;
    display:none;
}

.nwr-stationsearch-map-countybox {
    position:absolute; 
    top:0px; 
    left: 150px;
    width:420px; 
    height:40px; 
    background-color: #fff;
    display: none; 
    z-index: 900; 
    font-size: 14px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 2px 2px;
    border-style: solid;
}

/*
.nwr-stationsearch-map div.xinfo {
    min-width: 180px;
    width: auto;
    padding: 0 0.375px;

    position:absolute; 
    top:390px; 
    right: 10px;
    height: 130px; 
    background-color: rgba(255,255,0,0.9); 
    display: none; 
    z-index: 900; 
    font-size: 12px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.23) 0px 3px 4px, rgba(0, 0, 0, 0.19) 0px 2px 2px;
    border-style: solid;
    border-radius: 8px;;
    border-width: 1px;
    border-color: gray;
}

.nwr-stationsearch-map div.xinfo > table > tbody > tr > td {
    white-space: nowrap;
}
*/

.nwr-stationsearch-xmitters {
    width: 100%;
    padding: 0.125rem;
}

.nwr-stationsearch-details {
    width: 100%;
}
/* end station search map stuff */

/* start station search table stuff */
.dsb-main-header,
.dsb-results-main-header,
.nwr-ss-help-main-header {
    font-size: 1.55rem;
    font-weight: bold;
    color: #159;
    margin: 0 0 0.75rem;
    padding: 0 0.75rem;
    text-align: center;    
}

.dsb-section-header,
.dsb-results-section-header {
    font-size: 1.25rem;
    font-weight: bold;
    color: #159;
    margin: 0.75rem 0;
    padding: 0 0.75rem;
    text-align: center;
}

.dsb-table-body-font-center {
    color: #000;
    font-size: 0.875rem;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.nwr-ss-table th,
.nwr-ss-table td {
    padding: 0.25rem 0.5rem;
}

.dsb-results-tryanother-button a,
.nwr-ss-map-help-close-button {
    display: inline-block;
    margin: 1rem;
    padding: 0.25rem 1rem;
    background-color: #ddd;
    border: 2px solid #000;
    border-radius: 0.5rem;
    text-align: center;
    text-decoration: none;
    color: #07d;
    font-size: 0.875rem;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.nwr-ss-map-help-close-button {
    float: right;
    margin: 0.5rem;
}

.dsb-results-tryanother-button a:hover,
.nwr-ss-map-help-close-button:hover {
    cursor: pointer;
    background-color: #07d;
    color: #fff;
}

.dsb-search-map-caption {
    margin: 0 auto;
    padding: 0.5rem;
    line-height: 1.1rem;
}

.dsb-search-map-caption p {
    margin: 0;
}
/* end station search table stuff */

/* start allhazards logo info stuff */
.nwr-allhazards-logo-img {
    width: 273px; 
    height: 275px;
}

.nwr-allhazards-pageinstructions,
.nwr-allhazards-formlinks {
    width: 60%;
    margin: 0 auto 0.75rem;
    text-align: center;
    line-height: 1.1rem;
}

.nwr-allhazards-formlink-container-50 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 45%;
    margin: 0;
    padding: 0;
    min-height: 3rem;
    line-height: 3rem;
}

.nwr-allhazards-lastsection {
    margin: 0 0 1rem;
}

.nwr-allhazards-image-container-33 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width:33%;
    margin: 0;
    padding: 0;
}

.nwr-allhazards-image-noaalogo {
    width: 121px;
    height: 121px;
}

.nwr-allhazards-image-hazardslogo {
    width: 150px;
    height: 151px;
}

.nwr-allhazards-image-publicalertlogo {
    width: 75px;
    height: 27px;
}

.dsb-secondlevel-section-header {
    font-size: 1.25rem;
    font-weight: bold;
    color: #159;
    margin: 0.75rem 0;
    padding: 0 0.75rem;
    text-align: center;
}

.dsb-toplevel-section-header {
    font-size: 1.55rem;
    font-weight: bold;
    color: #159;
    margin: 0 0 0.75rem;
    padding: 0 0.75rem;
    text-align: center;    
}

.dsb-inline-col-20 {
    display: inline-block;
    margin: 0;
    width: 18%;
}

.dsb-inline-col-25 {
    display: inline-block;
    margin: 0;
    width: 23%;
}

.dsb-inline-col-33 {
    display: inline-block;
    margin: 0;
    width: 31%;
}

.dsb-inline-col-50 {
    display: inline-block;
    margin: 0;
    width: 48%;
}