.dropdown-menu-small-search {
	width:370px;
}

.ContentSource {
	font-size: .8rem;
}

.svg-tab-container {
    display:inline-block;
    position:relative;
}
.LastDateUpdate {
    font-size: 0.8em;
    margin-top: 10px;  
    font-style: italic;  
}


.theme-options fieldset label { display: inline; }
.theme-options legend {
    font-size: 14px;
    border: none;
    margin-bottom: 0px;
}

.destination-selectlist {
    width: 100%;
    padding:2px;
}
.section_body {
    width: 100%;
    padding:20px;
    box-shadow: 1px 2px #DDDDDD;
}

.checkbox{
    display:block;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
    border-radius: .25rem;
}

.NoticeItem-watch {
	display: inline;
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.NoticeItem-warning {
	display: inline;
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.NoticeItem-alert {
	display: inline;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.updateTage {
	display: inline;
	color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.badge-info {
    background-color: #3a87ad;
}
.badge-important {
    background-color: #c0e9ff;
}
/*------- Alerts, Watch, Warning -------*/

/* updated the font color on the #contentArea .ntl .disabled, and #contentArea .ntl .nt-alert */

#contentArea .ntl .nt { margin: 0; border-bottom: #E5E5E5 1px solid; padding: .25rem .5rem; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
#contentArea .ntl .nt:last-child {border-bottom: 0px solid; } 
#contentArea .ntl .disabled { color: #595959; background-color: #f2f2f2; display: block; }
#contentArea .ntl .nt-watch,
#contentArea .ntl .nt-alert,
#contentArea .ntl .nt-warning { color:#ffffff; display: block; box-sizing:border-box;  }
#contentArea .ntl .nt-watch { background-color: #617731; }
#contentArea .ntl .nt-alert { color:#000000; background-color: #FCB514; }
#contentArea .ntl .nt-warning { background-color: #CE2029; }
#contentArea .ntl .nt-level1{background-color: #26418f !important;  color: #fff !important;}
#contentArea .ntl .nt-level2{background-color: #ffd54f; color: #000 !important;}
#contentArea .ntl .nt-level3{background-color: #ffad42; color: #000;}
#contentArea .ntl .nt-level4{background-color: #af4448; color: #fff;}

.notice-typename-level1 {background-color: #26418f !important;  color: #fff !important;}
.notice-typename-level2 {  background-color: #ffd54f !important;  color: #000 !important;;}
.notice-typename-level3 {background-color: #ffad42; color: #000;}
.notice-typename-level4 {background-color: #af4448; color: #fff;}


#contentArea .ntl { 
	margin-bottom: 1rem;
	margin-top: 1rem; 
	border: #E5E5E5 1px solid; 
	box-sizing:border-box; 
}

.alert {
	display:none;
}

/* added h3 styling for the watches and warnings */

h3.notice-typename-warning, h3.notice-typename-alert, h3.notice-typename-watch {
    padding: .5rem 1rem;
    width:100%;
    font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.12rem;
    line-height: 1.3;
    margin-top:0;
 	border-radius: 10px;    
}

h3.notice-typename-level1, h3.notice-typename-level2, h3.notice-typename-level3, h3.notice-typename-level4 {
    padding: .5rem 1rem;
    width:100%;
    font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.12rem;
    line-height: 1.3;
    margin-top:0;
 	border-radius: 10px;    
}

 h4.notice-typename {
    display: block;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 700;
}

.somemore a{
    background: #005eaa;
    clear: both;
    float: right;
    border-bottom: none;
    color: #fff;
    padding: 0 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: right;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
    color:white !important;
    text-decoration: none;
}
.print-only {
        display: none !important;
}


.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.alert,
.alert h4 {
	color: #c09853
}

.alert h4 {
	margin: 0
}

.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847
}

.alert-success h4 {
	color: #468847
}

.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48
}

.alert-danger h4,
.alert-error h4 {
	color: #b94a48
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad
}

.alert-info h4 {
	color: #3a87ad
}

.alert-block {
	padding-top: 14px;
	padding-bottom: 14px
}

.alert-block>p,
.alert-block>ul {
	margin-bottom: 0
}

.alert-block p+p {
	margin-top: 5px
}


.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility	
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #999
}

h1,
h2,
h3 {
	line-height: 40px
}

h1 {
	font-size: 38.5px
}

h2 {
	font-size: 22px
}

h3 {
	font-size: 24.5px
}

h4 {
	font-size: 17.5px
}

h5 {
	font-size: 14px
}

h6 {
	font-size: 11.9px
}

h1 small {
	font-size: 24.5px
}

h2 small {
	font-size: 17.5px
}

h3 small {
	font-size: 14px
}

h4 small {
	font-size: 14px
}

.page-header {
	padding-bottom: 9px;
	margin: 20px 0 30px;
	border-bottom: 1px solid #eee
}

ul,
ol {
	padding: 0;
	margin: 0 0 10px 25px
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0
}

li {
	line-height: 20px
}

ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none
}

ul.inline,
ol.inline {
	margin-left: 0;
	list-style: none
}

ul.inline>li,
ol.inline>li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-bottom: 20px
}

dt,
dd {
	line-height: 20px
}

dt {
	font-weight: bold
}

dd {
	margin-left: 10px
}

*/
.breadcrumb-covid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    list-style: none;
    border-radius: 0.25rem;
    background-color: transparent;
    font-size: 0.875rem;
    margin-bottom: 0;
    padding-left: 0.5rem;
}
.breadcrumb-covid-item a{
	
    text-decoration: none !important;   
}
.container ol.breadcrumb-covid {
    padding-left: 0;
    padding-right: 0;
}
.breadcrumb-covid-item + .breadcrumb-covid-item::before {
  content: ">";
  color: #bdbdbd; 
  padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.breadcrumb-covid-item + .breadcrumb-covid-item.active {
  color: #000; 
  padding-right: 0.5rem;

}

.dl-horizontal {
	*zoom: 1
}

.dl-horizontal:before,
.dl-horizontal:after {
	display: table;
	content: "";
	line-height: 0
}

.dl-horizontal:after {
	clear: both
}

.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.dl-horizontal dd {
	margin-left: 180px
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #fff
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 20px;
	border-left: 5px solid #eee
}

blockquote p {
	margin-bottom: 0;
	font-size: 17.5px;
	font-weight: 300;
	line-height: 1.25
}

blockquote small {
	display: block;
	line-height: 20px;
	color: #999
}

blockquote small:before {
	content: "— "
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right
}

blockquote.pull-right small:before {
	content: ""
}

blockquote.pull-right small:after {
	content: " —"
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: ""
}


.section_head{
	min-width:100% !important;
	margin: 1rem 0;
	font-size:large;
}

.section_head h3 {
	display: block;
	padding: 4px;
	line-height: 38px;
	min-height:38px;
}


.travelertype-traveler .section_head h3 {
    background-color: #d7e4cc;
	
}

.travelertype-clinician .section_head h3 {
	background-color: #E4DABC;
}

.travelertype-traveler .section_head h3 {
	background-color: #D7E4CC;
}
.section_wrapper {
	min-width:100% !important;
}

.travelertype-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAChElEQVRYw+2Xy28SURSHx9qoC21MXJlqa4xrXWjcuXBDF7xDKfIcIYECIwtSeUyXBUL4H0h0WSBdIDGVhBYjxqSw0TQKxJQQMSmGAi54qDyu94yMIaiLNiIaZ/FL7j1n5pzvnLnJnEsghIhJivinAPr9/rFarXYxn8/fSqfTiu3tpC2ZfErt7KQVuVzudqVSudzt9qbHAtBut095vd4ESZItoVCIFhYWEI/HYwRrgUCAtFptx+FwvNrf3z//2wEajcY5vV7f0unIdjAYfBiNPlpLJLYoLEs0Gl3DtgdGo7EukUjQ3t7elXF0YMZgMDTdbvr1r54JBAJbAFAsFucOCzDVbDZnWq0Wo16vd3yQ9DRrq1ar8wDgcDjzrG1U+BM9l0qlKJvNXmNtOMaZwfmZgiJYQU4GIJPJ3KFp+qXFYimzKpVKV8Hp8XiemUymstVqBfsHjUbT1+l0Xdj/TPh8fFGpVGh5ebkCe7PZXMaxd7vd7ol6/eOs3W5/Z7VSZYq6V3a53LupVMpI6PWGTzKZDCkUCiSXy9Hi4iK08AYArKzcfwsVgQ+kVqsZsftRQfJhP8TFMNVOp3OyWq3N4wKY+EtLS4wPH1pEKJXK74EhAOwxwHUAcDpdbwCK9R9WAAGdGADMkeTdz6P5iOEX/jQAaKwA0GqKojiAyQJM/AxwABwAB8ABcD+jvx9geNT6EcA5VgDITfh8vhcikQjBOC0WixGsC4XCTQCw2Wzv+Xw+4zuK4LKCJ+k2ABwcHFyCYthcQqEI0fRqlrlwPInH7aFQ2B8OR7DC/nq9PgsAm5tx+/p6yB+JRI4kiBmLxVbxmD+Nx/6zGxsbHoj/zf7YjfNcIP772/FXUTCOn4tDMX4AAAAASUVORK5CYII=")
}

#wrapper #content h1:first-child {
	font-size: 22px;
	line-height: 30px;
	margin-top: 0
}

.notice-top {
		padding-right: 5%;
		padding-left: 5%;
}


.notice-list {
		/* padding-right: 1%; */
		/* padding-left: 1%; */
		width: 100%;
		display: block;
}
.module-typeA {
	min-width: 100%;
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.module-typeA li{
	/* font-size:small; */
	/* margin-top:10px; */
	border-bottom: 1px dotted #000;
	padding: 15px 0;
	list-style:none;
}

.module-typeA li:last-child {
border-bottom: 0px;
}

/* adjusted to match the tp4 card body styling */
.list-block {
    box-sizing: border-box;
    padding: 0 1rem;
}

.doubleList
{   
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-moz-column-width: 30em; /* Firefox */
-webkit-column-width: 30em; /* webkit, Safari, Chrome */
column-width: 30em;
}

/*remove standard list and bullet formatting from ul*/
.doubleList ul
{
    padding-left: 20px !important;
    margin: 10;
    list-style-type: none;
}

/* correct webkit/chrome uneven margin on the first column*/
.doubleList ul li:first-child
{    padding-left: 20px;
    margin-top:0px;
}
.smallfont{
	font-size:small !important;
	margin-left: 10px !important;
	padding:15px;
}

.input-res
{ 
     width: 100%;
     max-width: 500px;
     box-sizing: border-box;
     
}


.icon-32 {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 5px;
}
.travelertype-icon {
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	margin-right: 5px;
}
.button-toggle {
	display: block;
	float: right;
	padding-right: 20px;
	margin-right: 7px;
	font-size: 14px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: right center;
}

.travelertype-clinician .travelertype-icon {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABrVBMVEVbW1v///9VVVX+/v5aWlr9/f1SUlJTU1NQUFBMTExRUVFeXl5dXV3m5uZYWFhXV1dra2v7+/tLS0tWVlbExMSlpaWjo6NZWVmbm5t+fn5OTk78/Pz19fXp6en09PTo6Oji4uLCwsJUVFRqamrBwcHKysp5eXmwsLDl5eWvr6+goKCLi4tPT0+Hh4d0dHTV1dXAwMDt7e1iYmJgYGD6+vqEhIS8vLxycnLu7u6YmJi4uLh3d3fr6+v29va1tbXn5+fx8fFmZmaRkZHc3Nzw8PDJyclsbGz4+PjX19fT09PS0tKfn5/U1NRfX1/g4OCzs7OVlZVxcXHHx8eZmZmCgoJwcHCDg4O3t7dlZWWxsbHGxsaWlpbh4eHe3t6GhoakpKRJSUmmpqbQ0NCOjo7MzMypqanPz8/a2tp8fHzy8vJhYWF9fX3d3d1/f39NTU3IyMhcXFyIiIicnJy2trb5+fnZ2dnR0dFjY2OhoaGJiYnFxcW+vr6tra2dnZ1ubm6Pj4/q6uqampqnp6eioqKurq7Ly8vW1ta7u7tISEhHR0eBgYGUlJTf3991dXX///9cZ+1cAAAAj3RSTlP/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////APFtFCkAAAG9SURBVDjLfdDVchwxFARQScO8zMxgZmZmDjMzMzgcO9DfnIcNrFMzc19U6jpVtyWCPyOkBICrRuIAl/D+jcnvc/5rv96fxIzv/G2MRvW5T4kjoCeri2GS2wOtDQqothBeMo/NNwClwrtyt8gTQohWePJx+0zRwxNCeFH7YMQpJUbkpk8Ok8aox0ttd2J848KrilSfJjQ+cSFKZDHnN03e33tqb5DxYctiksqGNzI9lAAATaSfhqau38q/3a1Hv03utvWeDZ0cn+GaXwEAQjIzEtzpXPtxoyn8B7iLJUl5eK41JMesK14bsHg4NBsYed2aDhQD8gkbYBwUOaD6AqDTvqs2gK7obKPwYPje8qrcQW0AIHyRRJNX5Zde25IA7bMkXWMsKDiAR8ozYygysHn3PbUHO/IbfA6irHo4exBQtGsdtdNdLUGHFVzovqTpjN93KgnUmBlmlyicQCXX/XNzUlxxBM+V9NpYijV3PAqWlfH29RTTnP4Bhkrm8l3WkuMKVPzML1bgDNpXI3VPwQWUt5ML2agLGMh/nyotuABc9sXG4ALoq6W+dc4NbGUWt9wAJrKznW4rgMej/wW/AAqZo9QgSwCUAAAAAElFTkSuQmCC");
	/*../images/caduceus-32x32.png*/
	;
}

.travelertype-traveler .travelertype-icon {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAChElEQVRYw+2Xy28SURSHx9qoC21MXJlqa4xrXWjcuXBDF7xDKfIcIYECIwtSeUyXBUL4H0h0WSBdIDGVhBYjxqSw0TQKxJQQMSmGAi54qDyu94yMIaiLNiIaZ/FL7j1n5pzvnLnJnEsghIhJivinAPr9/rFarXYxn8/fSqfTiu3tpC2ZfErt7KQVuVzudqVSudzt9qbHAtBut095vd4ESZItoVCIFhYWEI/HYwRrgUCAtFptx+FwvNrf3z//2wEajcY5vV7f0unIdjAYfBiNPlpLJLYoLEs0Gl3DtgdGo7EukUjQ3t7elXF0YMZgMDTdbvr1r54JBAJbAFAsFucOCzDVbDZnWq0Wo16vd3yQ9DRrq1ar8wDgcDjzrG1U+BM9l0qlKJvNXmNtOMaZwfmZgiJYQU4GIJPJ3KFp+qXFYimzKpVKV8Hp8XiemUymstVqBfsHjUbT1+l0Xdj/TPh8fFGpVGh5ebkCe7PZXMaxd7vd7ol6/eOs3W5/Z7VSZYq6V3a53LupVMpI6PWGTzKZDCkUCiSXy9Hi4iK08AYArKzcfwsVgQ+kVqsZsftRQfJhP8TFMNVOp3OyWq3N4wKY+EtLS4wPH1pEKJXK74EhAOwxwHUAcDpdbwCK9R9WAAGdGADMkeTdz6P5iOEX/jQAaKwA0GqKojiAyQJM/AxwABwAB8ABcD+jvx9geNT6EcA5VgDITfh8vhcikQjBOC0WixGsC4XCTQCw2Wzv+Xw+4zuK4LKCJ+k2ABwcHFyCYthcQqEI0fRqlrlwPInH7aFQ2B8OR7DC/nq9PgsAm5tx+/p6yB+JRI4kiBmLxVbxmD+Nx/6zGxsbHoj/zf7YjfNcIP772/FXUTCOn4tDMX4AAAAASUVORK5CYII=");
	/*../images/suitcase-32x32.png*/
	;
}

.button-toggle-collapse {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7klEQVQ4y6VTMW6EMBCcixaEqOgswWfMRyh5FCVtvnAS95J0i0QVKor1GlIk9im6iICwNJ01Ozs7c9u2DVceAUDXdQAwEJFN0xQBRAQAUFWISISqPgDUbdt+E6zrOlRVZcuyPDR1HEfLzAOA+u1ngjXGwHt/CMYYqKqNK3jvoaqndvfePz1wzsE5d4og/KdgknMO8zz/S5QkCYqiiIqjAhHBsixommaXoO975Hn+W0FYQVXx8bkvPah9IRARAMD9vdsPDhFE5G8Psiw7bOCLB5eucCUHIYkPZj6cRGYOfYhdqJl5mKbpVJkA4Ha1zl+hgPxADHmdUAAAAABJRU5ErkJggg==")/*../images/collapse.png*/
	;
}

.button-toggle-expand {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABVElEQVQ4y6WRPWvCUBiF/bUiQdAhBAcD0SWDIIkiIhiIiEIiQTEkS4a4OAj+hUKXToXSFkoLbTnlXPDFm0EKBp5wuOcDblIDULsH9ZrNZqQMggDL5RJRFGG73SJNUwU1z+gxwyw7MjCdTsv9fo/z+fwvmGVHBsbjMU6nk0ae59jtdgrqqs+ODHieh+PxqJEkCS4PddVnRwYGgwEOh4MG7/zzCwV11WdHBlzXRVEU2Gw2WK/Xwuc3FNdnzDDLjgz0+31kWYbFYoG3L9yEGWbZkQHbttXH4i96/sBNmGGWHRnodDqI4/jyj4Wndyiuz5hhlh0ZME0Tq9VKYzKZ4PEVCuqqz44MtFothGGo4fs+Hl6goK767MhAs9nEfD7XGI1GGA6HCuqqz44MNBqNstfraXe9BbPsyEC9XielYRhot9uwLAvdbheO4yioeUaPGWbZkYF7+AOIHPyxCvNdNAAAAABJRU5ErkJggg==")/*../images/expand.png*/
	;
}


.pagetitleTP4 span {
	display: block;
}
.pagetitleTP4 h3 span {
	display: none;
}
.pagetitleTP4 h3:first-child {
	margin-top: 1rem;
}

.pagetitle {
    display:block;
    /*line-height: 30px;*/
}


.btn {
	text-align: center !important;	
	align-items:center;
}

.controls-center{

	text-align: center !important;
	align-items:center !important;

}

/* possibly add a display none or remove the HTML that appears on https://wwwnctest.cdc.gov/travel/destinations/list */

.toTop{
	padding-top:10px;
	align-self: right !important;
	text-align: right !important;
	margin-right: 10px;
	float:right; 
}

#totop { 
	display:none;
}


.subnav2 {
	text-align:right;
	font-size:0.9em !important;
	font-weight:small !important;
}

.nostyle{
	text-decoration: none !important;
}

.smalltext{
	font-size:small !important;
}

.form {
 display:inline-block;
}


    .card-header.h4.bg-amber-p {
        background-color: #af4448 !important;
    }
    .card-header.h4.bg-gray-d1 {
        background-color: #fbab18 !important;
    }
    .ral1.key-block, .ral1 .card-header.h4.bg-primary {
        background-color: #d95f0e !important;
    }
    .ral2.key-block, .ral2 .card-header.h4.bg-primary {
        background-color: #fec44f   !important;
        color: #000000 !important;
    }
    .ral3.key-block, .ral3 .card-header.h4.bg-primary {
        background-color: #fff7bc !important;
        color: #000000 !important;
    }
    .ral4.key-block, .ral4 .card-header.h4.bg-primary {
        background-color: #C2C2C2 !important;
        color: #000000 !important;
    }
    .ral5.key-block, .ral5 .card-header.h4.bg-primary {
        background-color: #707070  !important;
        color: #fff !important;
    }
    .key-block {
    width:1.5rem; 
    height:1.5rem;
    margin-right:2rem;
    display: inline-block;
    }
    .alert1 {
        width: 40px;
        height: 20px;
        Background-color: #d4d4d4;
        border: 1px solid #646464;
    }
    .alert2 {
        width: 40px;
        height: 20px;
        Background-color: #ffffd4;
        border: 1px solid #646464;
    }
    .alert3 {
        width: 40px;
        height: 20px;
        Background-color: #fed98e;
        border: 1px solid #646464;
    }
    .alert4 {
        width: 40px;
        height: 20px;
        Background-color: #fe9929;
        border: 1px solid #646464;
    }
    .alert5 {
        width: 40px;
        height: 20px;
        Background-color: #cc4c02;
        border: 1px solid #646464;
    }
    .one-column {
        list-style: none;
        padding-left: 0px !important;
        padding-right: 2rem;
    }
    .two-column {
        column-count: 2;
        list-style: none;
        padding-left: 0px !important;
        padding-right: 2rem;
    }
    .three-column {
        column-count: 3;
        list-style: none;
        padding-left: 0px !important;
        padding-right: 2rem;
    }

    .media (max-width: 767.98px) {
    .three-column {
        column-count: 2;
    }
    }

    .media (max-width: 575.98px) {
    .three-column, .two-column {
        column-count: 1;
    }
    }