@charset "utf-8";

/* NEW GALLERY */
#inq-banner-2020 {
	width: 1070px;
	height: 70px;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner-2020 a {
	display: block;
	width: 100%;
	height: 100%;
}

#inq-banner1 {
	width: 49.5%;
	height: 70px;
	background-image: url(ncov2020/covid-bg-tablet.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 49.5%;
	height: 70px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
	border: 1px solid #0b72b5;
}

#inq-banner1-cta {
	width: 332px;
	height: 70px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-wide.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 508px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-wide-2.png);
	background-repeat: no-repeat;
}


/* 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1040px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 98%;
	height: auto;
	margin: 0 auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner2-cta {
	width: 477px;
	height: 62px;
	margin: 8px auto;
	background-image: url(ncov2020/banner2-cta-wide-2.png);
	background-size: cover;
}

}


/* 768px */
@media only screen and (min-width: 768px) and (max-width: 1023px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 49.5%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 49.5%;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}

/* 720px */
@media only screen and (min-width: 720px) and (max-width: 767px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 49.5%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 49.5%;
	margin-top: 10px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}

/* 600px */
@media only screen and (min-width: 600px) and (max-width: 719px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 100%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 100%;
	margin-top: 10px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}

/* 480px */
@media only screen and (min-width: 480px) and (max-width: 599px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 100%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 100%;
	margin-top: 10px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}

/* 375px */
@media only screen and (min-width: 375px) and (max-width: 479px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 100%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 100%;
	margin-top: 10px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}

/* 360px */
@media only screen and (min-width: 360px) and (max-width: 374px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 100%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 100%;
	margin-top: 10px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}

/* 320px */
@media only screen and (min-width: 320px) and (max-width: 359px){
/* NEW GALLERY */
#inq-banner-2020 {
	width: 100%;
	height: auto;
	margin: 60px auto 10px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

#inq-banner1 {
	width: 100%;
	background-image: url(ncov2020/covid-bg-mobile.png);
	background-size: cover;
	position: relative;
}

#inq-banner2 {
	width: 100%;
	margin-top: 10px;
	background-image: url(ncov2020/bg-banner-2.jpg);
	background-size: cover;
	position: relative;
}

#inq-banner1-cta {
	width: 239px;
	height: 61px;
	margin: 0 auto;
	right: 5px;
	background-image: url(ncov2020/covid-cta-mobile.png);
	background-repeat: no-repeat;
	position: absolute;
}

#inq-banner2-cta {
	width: 298px;
	height: 66px;
	margin: 4px auto;
	background-image: url(ncov2020/banner2-cta-mobile-2.png);
	background-repeat: no-repeat;
}

}
