@charset "utf-8";

#inq-cta-2020 {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#inq-cta-wrap {
	width: 100%;
	height: 100%;
	background-color: rgba(0,73,133,.8);
	padding: 20px 20px;
	box-sizing: border-box;
}

.inq-cta-head {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.inq-cta-desc {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.inq-foundation-info {
	width: 100%;
	height: auto;
	border: solid 3px #ffffff;
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	margin-top: 20px;
}

.inq-fnd-txt {
	margin-top: 10px;
	line-height: 1.2em;
	letter-spacing: 0.02em;
}

.inq-fnd-txt span {
	font-weight: 700;
}

.inq-cta-logo {
	width: 120px;
	height: auto;
	margin: 20px auto 0;
}

.inq-cta-logo img {
	width: 100%;
}

/* 320px */
@media only screen and (min-width: 320px) and (max-width: 413px){
/* STICKY NAV */
.inq-cta-head {
    font-size: 22px;
 }
}