html {
    font-family: arial, san-serif;
    font-size: 18px;
}

html,
body {
    width: 100%;
}

img {
    display: block;
}

div.clear {
    height: 0;
    width: 100%;
    clear: both;
}


/* Social Icon x positions
facebook - 0 x 69
twitter - 69 x 69
google - 138 x 69
youtube - 207 x 69
yelp - 276 x 69
tripadvisor - 345 x 69
*/


/* hide mobile elements */

#hamburger {
    display: none;
}

#header-contain {
    background: #fff;

    border-bottom: 5px solid #cd0013;
    height: 140px;
    width: 100%;
} 
#notice {
	
	background:  #00671c;

	
}
#notice > p {
	margin: 0;
	text-align: center; 
	padding: 1rem 0 0rem 0;
	color: white;
	font-size: 20px;
}
#notice p:nth-child(2) {
		font-size: .75rem;
		padding-top: .7rem;
		padding-bottom: 1rem;
	}
#header-contain.floating {
    border-top: 8px solid #00671c;
    height: 85px;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
}

#header {
    width: 100%;
    background: #fff;
    height: 130px;
    border-bottom: 5px solid #00671c;
}

#header-contain.floating #header {
    height: 75px;
}

#header-content {
    width: 1120px;
    /* min-desktop width */
    margin: 0 auto;
}

#navigation {
    float: right;
}

#nav-menu {
    margin: 60px 0 0 0;
    padding: 0;
    font-size: .88em;
    font-weight: bold;
    list-style: none;
}

#header-contain.floating #nav-menu {
    margin-top: 33px;
}

#nav-menu li {
    float: left;
    margin-left: 38px;
    line-height: 1em;
}

#nav-menu li.redbar {
    display: none;
}

#nav-menu li.home {
    margin-left: none;
}

#nav-menu li a {
    color: #000;
    text-decoration: none;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-mobile {
    display: none;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding-top:7px;
}
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown:hover .dropdown-content {display: block;}

#nav-menu li a:hover,
#nav-menu li a:active,
#nav-menu li a.active {
    color: #d82300;
}

#logo-container {
    float: left;
    height: 130px;
    width: auto;
    background: #fff url('../img/logo-full.png') no-repeat top left;
    position: relative;
}

#logo-container>a {
    position: absolute;
    z-index: 9001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#logo-container address {
    margin: 38px 0 0 208px;
    font-size: .83em;
    line-height: 1.4em;
    font-style: normal;
}

#logo-container address a {
    color: #000;
    text-decoration: none;
}

#header-contain.floating #logo-container {
    width: 111px;
    height: 75px;
    background: #fff url('../img/logo-small.png') no-repeat top left;
    background-size: 100% 100%;
}

#header-contain.floating #logo-container address {
    display: none;
}

#order-tab {
    position: absolute;
    right: 0;
    top: 122px;
    width: 43px;
    height: 129px;
    z-index: 9500;
}

#header-contain.floating #order-tab {
    top: 55px;
}

#order-tab>a {
    height: 129px;
    width: 43px;
    display: block;
    background: url('../img/order-tab.png') no-repeat top left;
}

#order-slide-container {
    top: 0;
    position: absolute;
    overflow: hidden;
    height: 197px;
    width: 0px;
    right: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
}

#order-slide-content {
    position: absolute;
    width: 318px;
    height: 122px;
    border: 1px solid #ccc;
    border-right: 0;
    background: #fff;
    top: 0;
    right: 0;
    padding-top: 18px;
    padding-bottom: 32px;
    border-bottom: 24px solid #00671c;
    margin-bottom: 0;
}

#order-slide-content p {
    font-size: 0.8em;
    line-height: 1.6em;
    text-align: center;
    margin: 0;
    padding: 0;
}

#order-slide-content a {
    display: block;
    width: 260px;
    line-height: 2.5em;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 4px auto;
    text-decoration: none;
    background: #00671c;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#order-slide-content>a#close_button {
    height: 24px;
    width: 24px;
    float: right;
    margin: -14px 4px 0 0;
    background: #fff url('../img/Close.png') no-repeat top left;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

#content {
    overflow-x: hidden;
}


/* footer */

#looking-forward {
    line-height: 3.4em;
    line-height: 8.5vw;
    text-align: center;
    font-size: 1.7em;
    font-size: 4.5vw;
    color: #fff;
    font-family: 'Adobe Text Pro';
    letter-spacing: -0.03em;
    font-weight: normal;
    text-align: center;
    background: #c08125;
    border-bottom: 5px solid #2e2e2e;
}

#foot-green-bar {
    background: #00671c;
    height: 5px;
    border-bottom: 5px solid #2e2e2e;
}

#footer {
    background: #2e2e2e;
    border-top: 5px solid #cd0013;
    padding-bottom: 40px;
}

#footer-content {
    width: 90%;
    margin: 40px auto 0 auto;
    color: #fff;
}

#footer-social {
    width: 55%;
    float: right;
}

#fsocial-icons {
    list-style: none;
    width: 443px;
    float: right;
    margin: 0 0 18px 0;
    padding: 0;
}

#fsocial-icons li {
    float: left;
    width: 68px;
    height: 68px;
    margin-left: 7px;
    background: url('../img/social-icons-footer.png') no-repeat top left;
}

#fsocial-icons li.facebook {
    margin-left: 0;
    background-position: top left;
}

#fsocial-icons li.twitter {
    background-position: -69px 0px;
}

#fsocial-icons li.google {
    background-position: -138px 0px;
}

#fsocial-icons li.youtube {
    background-position: -207px 0px;
}

#fsocial-icons li.yelp {
    background-position: -276px 0px;
}

#fsocial-icons li.tripadvisor {
    background-position: -345px 0px;
}

#fsocial-icons li a {
    width: 100%;
    height: 100%;
    display: block;
}

#footer-social p.copyright,
#footer-text p.copyright {
    font-size: .74em;
    float: right;
    margin-top: 30px;
    text-align: right;
    color: #aaa;
    clear: right;
}

#footer-social p.copyright a,
#footer-text p.copyright a {
    color: #aaa;
    text-decoration: underline;
}

#m-copyright {
    display: none;
}

#footer-text {
    width: 45%;
    float: right;
    font-size: 0.8em;
}

#footer-text address {
    font-style: normal;
    margin-bottom: 40px;
}

#footer-text address strong {
    font-size: 1.2em;
}

#footer-text a {
    color: #fff;
}

.home-logo {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1000;
}

#billboards {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

#bb-spacer {
    visibility: hidden;
}

#billboards img {
    width: 100%;
    min-width: 600px;
    height: auto;
}

#billboards>img {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
}

#bbPrev {
    position: absolute;
    display: block;
    z-index: 110;
    left: 0;
    top: 42%;
    width: 30px;
    height: 68px;
    background: url('../img/advance-left.png') no-repeat top left;
}

#bbNext {
    position: absolute;
    display: block;
    z-index: 110;
    right: 0;
    top: 42%;
    width: 30px;
    height: 68px;
    background: url('../img/advance-right.png') no-repeat top left;
}

#store-front {
    width: 100%;
    height: auto;
    min-width: 500px;
}

div.homebox {
    padding: 80px 0;
    width: 100%;
    padding-bottom: 10vw;
    padding-top: 10vw;
    /* gradient code */
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #e3e3e3 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e3e3e3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3e3e3', GradientType=0);
}

div.hb-content {
    width: 90%;
    margin: 0 auto;
    overflow-x: visible;
}

div.hb-content h1,
div.hb-content h2 {
    font-family: 'adobe-text-pro';
    letter-spacing: -0.03em;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 2em;
    font-size: 2.6vw;
}

div.hb-content h2 {
    text-align: left;
}

div.hometext>p {
    text-align: center;
    font-size: .88em;
    font-size: 1.3vw;
    margin: 0 0 8px 0;
}

#hours-box {
    margin: 120px 0 0 0;
    float: left;
    width: 400px;
    height: 430px; /* for non-holiday version */
    /*height: 650px;  for holiday version */
    text-align: center;
    padding: 100px 0 0 0;
    background: url('../img/clock.png') no-repeat center top;
}

#hours-box p.hours-headline {
    margin: 0;
    font-family: 'Adobe Text Pro';
    letter-spacing: -0.03em;
    font-weight: normal;
    font-size: 2.77em;
}

#hours-box p {
    margin-top: 0;
    font-size: .88em;
    font-size: 1.3vw;
}

#inside-images {
    margin: 8% 0 0 0;
    overflow: hidden;
}

#inside-images img.spacer {
    width: 100%;
    height: auto;
    visibility: hidden;
}

img.inside-images-visible {
    width: 100%;
    height: auto;
    max-width: 700px;
    min-width: 300px;
    margin: 0 auto;
}

div.nbp {
    margin-bottom: -15vw;
}

#tv-commercial {
    float: right;
    width: 50%;
    height: 100%;
}

#tv-content {
    text-align: center;
    margin: 5vw auto;
    display: block;
    width: 400px;
}

#tv-content p {
    margin: 0 0 6px 0;
    padding: 0;
}

#tv-content p.tv-headline {
    margin: 0;
    font-family: 'Adobe Text Pro';
    letter-spacing: -0.03em;
    font-weight: normal;
    font-size: 2.88em;
    line-height: .8em;
}

#tv-social {
    list-style: none;
    display: block;
    margin: 8px auto 0 auto;
    height: 47px;
    padding-left: 0;
    width: 308px;
}

#tv-social li {
    float: left;
    width: 48px;
    height: 47px;
    margin-left: 4px;
}

#tv-social li:first-child {
    margin-left: 0;
}

#tv-social a {
    width: 100%;
    height: 100%;
    display: block;
}

#tv-social a.facebook {
    background: url('../img/social-icons-bar.png') no-repeat top left;
}

#tv-social a.twitter {
    background: url('../img/social-icons-bar.png') no-repeat -48px 0px;
}

#tv-social a.google {
    background: url('../img/social-icons-bar.png') no-repeat -96px 0px;
}

#tv-social a.youtube {
    background: url('../img/social-icons-bar.png') no-repeat -144px 0px;
}

#tv-social a.yelp {
    background: url('../img/social-icons-bar.png') no-repeat -192px 0px;
}

#tv-social a.tripadvisor {
    background: url('../img/social-icons-bar.png') no-repeat -240px 0px;
}

#tv-thumb {
    width: 50%;
    text-align: right;
    position: relative;
}

#tv-thumb iframe {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 20%;
}

#tv-thumb img {
    width: 80%;
    height: auto;
    display: inline-block;
}

#hard-to-find {
    width: 80%;
    height: auto;
    position: relative;
    margin: 0 auto;
}

#hard-to-find img {
    width: 100%;
    height: auto;
}

#hard-to-find p {
    position: absolute;
    width: 50%;
    top: 80%;
    left: 50%;
    text-align: center;
}

#hard-to-find p a {
    color: #e10000;
    font-weight: bold;
    text-decoration: none;
}

#fb-big-icon {
    float: left;
    width: 50%;
}

#fb-big-icon p {
    font-family: 'Adobe Text Pro';
    letter-spacing: -0.03em;
    font-size: 1.7em;
    font-weight: normal;
    margin: 60px auto 20px auto;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

#fb-big-icon img {
    margin: 0 auto;
    width: 105px;
    height: 104px;
}

#facebook {
    float: left;
    margin: 0 0 0 5%;
    width: 320px;
    height: 500px;
}


/* Menu Pages */

img.menu-header {
    width: 100%;
    height: auto;
    margin: 0 0 60px 0;
}

div.menu-container {
    width: 100%;
    background: #fff url('../img/gradient-bg.png') repeat-x bottom left;
    padding-bottom: 60px;
}

div.nobg {
    background-image: none;
}

div.left {
    float: left;
    margin-right: 45px;
}

div.leftml {
    float: left;
    margin-left: 45px;
}

div.right {
    float: right;
    margin-left: 45px;
}

div.rightmr {
    float: right;
    margin-right: 45px;
}

div.menu-content {
    width: 890px;
    margin: 0 auto;
}

div.menu-group {
    width: 400px;
}

div.menu-content p.mh {
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 1.05em;
    background: #e10000;
}

div.menu-content h1,
div.menu-content h2 {
    font-family: 'Adobe Text Pro';
    letter-spacing: -0.03em;
    font-size: 1.7em;
    font-weight: normal;
    color: #00671c;
    margin: 0.67em 0 0.2em 0;
}

div.menu-content h3 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
}

div.menu-content h4 {
    font-family: 'Adobe Text Pro';
    letter-spacing: -0.03em;
    font-size: 1.3em;
    font-weight: bold;
    color: #00671c;
    margin: 0.67em 0 0 0;
    font-style: italic;
}

div.menu-content p {
    font-size: .80em;
    margin: 2px 0;
    text-transform: uppercase;
    line-height: 1.1em;
}

div.menu-content p span {
    font-style: italic;
}

div.menu-content ul {
    margin-left: 20px;
    float: left;
}

.dotted-line {
    clear: both;
    border-bottom: dashed 1px #999;
    padding: 15px 0 0 0;
    margin-bottom: 15px;
}

.price-float {
    float: right;
}

ul.price-non-float {
    text-align: left;
    margin: 5px 18px 0 18px;
    padding: 0;
}

ul.price-non-float li,
ul.price-float li {
    font-size: small;
    margin-left: 0;
    list-style-type: none;
}

ul.price-float {
    float: left;
    text-align: left;
    margin: 5px 18px 0 18px;
    padding: 0;
}

ul.price {
    text-align: left;
    margin: 5px 0 0 0;
    margin-left: 0 !important;
    padding: 0;
    list-style: none;
}

ul.price li {
    display: inline-block;
    margin-right: 18px;
    font-size: small;
}

img#sub-tray {
    margin-left: -30px;
}

#menu-extras {
    float: left;
    width: 350px;
    margin-right: 50px;
    margin-top: 80px;
}

#italian-beef-img {
    width: 1024px;
    height: 682px;
    margin: 60px auto 0 auto;
}

#pasta-salad {
    margin-top: 80px;
    float: left;
    width: 490px;
    height: auto;
}

#upshot {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

ul.bullets {
    margin-top: 0 !important;
    margin-left: 0 !important;
    font-size: .88em;
    padding-left: 14px;
}

#about-img {
    width: 200px;
    height: auto;
    float: right;
    margin: 0 0 20px 20px;
}

div.about p {
    text-transform: none !important;
}

address {
    font-style: normal;
}

div.aboutbox div.hb-content {
    width: 80%;
}

#about-collage {
    width: 100%;
    position: relative;
}

#about-collage img {
    width: 100%;
    height: auto;
    margin-bottom: -20vw;
}

#about-collage p {
    position: absolute;
    top: 3%;
    left: 41%;
    width: 65%;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
    max-width: 600px;
    font-size: .80em;
    font-size: 1.3vw;
}

#from-italy {
    float: left;
    width: 50%;
    padding-top: 2vw;
}

#from-italy p {
    font-size: .80em;
    font-size: 1.3vw;
    line-height: 1.6em;
    margin-right: 10%;
}

#sidewalk {
    margin-top: 2vw;
    float: left;
    width: 50%;
    height: auto;
}

#meatballs {
    width: 100%;
    height: auto;
    margin-bottom: 2vw;
}

#magazine-text {
    float: left;
    font-size: .80em;
    font-size: 1.3vw;
    line-height: 1.6em;
    margin-right: 5%;
    width: 45%;
    margin-top: 0;
}

#magazine-text img {
    float: right;
    margin: 10px 0 0 10px;
}

#magazine {
    float: left;
    width: 50%;
    height: auto;
}

#recipes {
    width: 100%;
    position: relative;
    margin-top: 3vw;
}

#recipes p {
    position: absolute;
    top: 0;
    left: 0;
    font-size: .80em;
    font-size: 1.3vw;
    line-height: 1.6em;
    width: 40%;
    margin-top: 0;
}

#recipes img {
    width: 100%;
    heigth: auto;
}

#grocery-left {
    width: 50%;
    height: auto;
    float: left;
}

#grocery-right {
    width: 35%;
    margin-left: 10%;
    margin-right: 5%;
    margin-bottom: -30px;
    float: left;
}

#grocery-right h2 {
    margin-top: 5%;
    text-align: left;
    font-size: 2.5vw;
}

#grocery-right p {
    font-size: .80em;
    font-size: 1.3vw;
    line-height: 1.6em;
    margin-top: 0;
    margin-bottom: 10px;
}

#grocery-right img {
    width: 110%;
    height: auto;
    margin-top: 30px;
}

#deli-counter {
    float: left;
    width: 50%;
    margin-top: 2vw;
}

#deli-counter p {
    font-size: .80em;
    font-size: 1.3vw;
    line-height: 1.6em;
    margin-right: 10%;
}

#cut-in-half {
    margin-top: 1.6em;
    margin-top: 2vw;
    float: left;
    width: 50%;
    height: auto;
}

div.precooked {
    max-width: 340px;
}

div.precooked p {
    margin-bottom: 8px;
    text-transform: none;
}

div.precooked #holiday-hours p {
    line-height: 1.3em;
}

p.frozen-dinners-large-text {
    font-size: 1.1em !important;
    padding: 3px 0 0 0;
    line-height: 1.4em!important;
}

h3.red-item {
    color: #d81e17;
}


/*gift card drive additions*/

div.nograd {
    background: white;
    text-align: center;
}

div.gift-logo-box {
    display: inline-block;
    /*width: 49%;*/
    padding: 0 10px;
    text-align: left;
}

img.gift-logo {
    height: 10vw;
    width: auto;
}

#gift-title {
    text-align: center;
    font-family: arial, san-serif;
    color: #636363;
    font-size: 1.4em;
    margin: 0 10px;
    margin-top: 15px;
    font-weight: bold;
}

#gift-title span {
    color: #860b8f;
}

#gift-description {
    font-size: .8em;
    color: #5c5c5c;
    padding: 0 20%;
}

#gift-details {
    width: 15vw;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .home-logo {
        top: 85px;
        max-width: 175px;
    }
	#notice p:nth-child(2) {
		font-size: .6rem;
		padding-bottom: .2rem;
	}
	
}

@media screen and (max-width: 768px) {
    .home-logo {
        width: 175px;
		top: 170px;

    }
	#notice {
		font-size: .7rem;
	}
	#notice p {
		font-size: .7rem;
	}
	#notice p:nth-child(2) {
		font-size: .6rem;
		padding-bottom: .2rem;
	}
}

@media screen and (max-width: 450px) {
    .home-logo {
        width: 145px;
    }
}

@media screen and (max-width: 360px) {
    .precooked {
        flex-direction: column;
    }
}






/** MODAL HOLIDAY HOURS **/

.modal-container {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 9999;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.modal-container button img{
	width: 15px;
	margin-right: 5px;
	
}
.modal-container button {
	margin-bottom: 1rem; 
	background: white;
	border: none;
	font-weight: 700;
	padding: .5rem;
	border-radius: 1rem;
	font-size: 14px;
	display: flex;
	
}
.modal-container label {
	color: #fff;
	margin-bottom: 1rem; 
	font-size: 14px;
	display: flex;
	align-items: center;
	
}
.modal-container label input{
	margin-right: .5rem; 
	margin-top: 1px;
}
.modal-hours {
	background: #c90e0e;
	color: #fff; 
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 850px;
	padding: 1rem;
	border-radius: 20px;
box-shadow: 0px 3px 11px 2px rgba(0,0,0,0.75);

}
.modal-container h1 {
	text-align: center;
}
.modal-hours .flex-row{
	display: flex;
	
}
.modal-hours p{
	font-size: 22px; 
	min-width: 250px;
	text-align: center;
	margin-top: 0;
}
.flex-row-mobile {
		display: none;
}

@media screen and (max-width: 800px) {
	.modal-hours {
		max-width: 500px;
	}
	.modal-container h1 {
		font-size: 18px;
	}
	.modal-container .modal-hours .flex-row {
		margin-bottom: 1rem; 
	}
	.modal-container .modal-hours .flex-row p {
			min-width: 150px;
		margin: 5px 0;
		font-size: 16px; 

	}
	.modal-container ul li {
		font-size: 14px; 
	}
	
}
@media screen and (max-width: 500px) {

	.modal-hours {
		max-width: 300px;
		max-height: 440px;
		justify-content: flex-start;
		overflow-y: visible; 
		box-sizing: border-box;
	}
	.modal-container h1 {
		font-size: 14px;
		text-align: center;
	}
	.modal-container .modal-hours .flex-row {
		margin-bottom: .45rem; 
		flex-direction: column;
		display: none;
	}
	.modal-container .modal-hours .flex-row-mobile {
		margin-bottom: .45rem; 
		flex-direction: column;
		display: flex;
	}
	.modal-container .modal-hours .flex-row p, .modal-container .modal-hours .flex-row-mobile p {
		font-size: 12px;
		margin-bottom: 0;
		margin-top: 1px;

	}
	.modal-container ul {
		padding-left: 15px;
		margin-top: 0;
	}
	.modal-container ul li {
		margin-bottom: 4px;
		font-size: 12px; 
	}
	.modal-container button {
		margin-bottom: .5rem;
	}
	.modal-container label {
		margin-bottom: .5rem;
	}	
}





@media screen and (max-height: 540px) {
	
.modal-container {
	justify-content: flex-start;
	overflow-y: scroll;
	padding: 1rem;
	}
	
}

#covid-mask {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .4);
  z-index: 9990;
  display: none;
  justify-content: center;
  align-items: center;
}
#covid-landing {
  flex: none;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 425px;
  box-shadow: -5px 5px 40px 0px rgba(0,0,0,.7);
  position: relative;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 
}
#covid-landing a.close-button {
    font-size: 22px;
    color: #000;
    position: absolute;
    top: 0;
    right: 5px;
    cursor: pointer;
    z-index: 9999;
}

#covid-landing h2 {
    font-family: open_sansbold, sans-serif;
    font-weight: normal;
    font-size: 24px;
    text-align: center;
}
@media screen and (max-width: 600px) {
	#covid-landing h2 { 
		font-size: 18px;
	}
}
	
#covid-landing p {
    font-size: 14px;
    margin: 0;
    padding: 0;
	line-height: 1.3em;
}

#covid-landing p a {
      color: blue;
      display: inline;
}

#covid-landing div.text-content > * + * {
    margin: .5em 0 0 0;
}

