@charset "UTF-8";

.wrapper {
    clear: both;
}
.blackbg {
    background-color: #212529;
}
.blackbg *  , a.blackbg, .redbg *{
    color: #F0F0F0;
}
.whitebg {
    background-color: #FFFFFF;
}
.redbg {
    background-color: #CC2229;
}
.redbg p {
    line-height: 1.3;
    padding-bottom: 15px;
}
.wrapper.splash {
    background-image: url(../img/target-marketing-strategy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 80vh;
    text-align: center;
    padding-top: 30vh;
    padding-left: 20vw;
    padding-right: 20vw;
    color: #FFFFFF;
    text-shadow: 1px 1px 6px #111;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -1px;
}
h1 {
    font-size: 4vw;
    padding-bottom: 2vw;
    line-height: 1.2em;
}
h2 {
    font-size: 3vw;
    padding-top: 25px;
    padding-bottom: 10px;
}
h3 {
    font-size: 3vw;
    padding-top: 25px;
    padding-bottom: 15px;
}
h4 {
    font-size: 2.5vw;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 700;
}
a h4 {
    color: #000;
}
a:hover h4 {
    color: #CC2229;
}
h5 {
    font-size: 2.5vw;
    padding-top: 25px;
    padding-bottom: 10px;
    font-weight: 400;
}
.content.threeup .col-left.col33 h4 {
}
p {
    font-family: 'Arvo', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.4vw;
    line-height: 1.6em;
    padding-bottom: 25px;
}
ul {
	list-style: none;
}
ul li {
    font-family: 'Arvo', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-size: 1.7vw;
    line-height: 1.3em;
    padding-bottom: 10px;
}
ul ul {
	list-style: disc;
}
ul ul li {
    font-family: "Open Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5vw;
    line-height: 1.3em;
    padding-bottom: 6px;
}
.splash a.button {
	border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 15px auto;
}
* a.button:hover {
    background-color: #CC2229 !important;
    border: 1px solid #CC2229 !important;
    color: #FFFFFF !important;
}
.blackbg a.button {
    border-color: #ECECEC;
    color: #000000;
    margin: 25px;
    background-color: #ECECEC;
}
.whitebg a.button {
    border-color: #212529;
    color: #FFFFFF;
    margin: 25px;
    background-color: #212529;
}
.threeup {
    text-align: center;
}
.threeup p {
    padding-bottom: 8px;
}
.threeup .circle {
    border-radius: 50%;
    width: 18vw;
    height: 18vw;
    display: inline-block;
	margin-top: 30px;
}
.threeup .cons .circle {
    background-image: url(../img/consumer-lists.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.threeup .biz .circle {
    background-image: url(../img/business-lists.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.threeup .svcs .circle {
    background-image: url(../img/mail-list-services.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.ppl {
    background-image: url(../img/business-people.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.b2b {
    background-image: url(../img/strategic-marketing.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.listsv {
    background-image: url(../img/list-enhancement.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.b2c {
    background-image: url(../img/targeted-marketing.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.data {
    background-image: url(../img/targeted-data.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.multi {
    background-image: url(../img/business-lists.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.priv {
    background-image: url(../img/consumer-privacy.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.results {
    background-image: url(../img/marketing-results.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 10%;
}
.identity {
    background-image: url(../img/single-intelligent-view.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 10%;
}
.signup {
    width: 80%;
}

footer img.stlogo {
    width: 75%;
}
footer h5 {
    font-size: 2vw;
    padding-left: 4vw;
    font-weight: 300;
}
footer h6 {
    font-size: 2vw;
}
.baseline {
	padding-top: 25px;
}
.baseline * {
    color: #888888;
    display: inline-block;
    font-size: 13px;
}
.baseline div:first-child {
    display: block;
}
.baseline div:last-child {
    display: block;
    text-align: right;
    margin-top: -18px;
}


@media only screen and (max-width: 950px) {


p, ul li {
    font-size: 1.7vw;
}
	
}

@media only screen and (max-width: 800px) {

h1 {
    font-size: 6vw;
}
h2 {
    font-size: 5vw;

}
h3 {
    font-size: 4.5vw;

}
h4, h5 {
    font-size: 4vw;

}
	.redbg h5 {
		text-align: left;
	}

p, ul li {
    font-size: 2.8vw;
}
.wrapper.splash {

    height: 80vh;
    padding-top: 25vh;
    padding-left: 10vw;
    padding-right: 10vw;

}	
	.srvpg .redbg ul, .srvpg .redbg ul * {
		text-align: left;
	}		
	ul ul li {
		font-size: 2.5vw;
	}		

.ppl {
    background-image: none;
}	
.threeup .circle {
    width: 35vw;
    height: 35vw;
}

	.bizpg *, .conpg *, .srvpg * {
		text-align: center;
	}	
.knight , .bullseye{
		width: 50%;
	}
	.targets {
		width: 80%;
	}	
	
	
footer .content div * {
		text-align: center;
		position: relative;
	}
footer img.stlogo {
	width: 60%;
	margin: auto;
	display: block;
	left: -3%;
}
footer h5 {
    font-size: 3.5vw;
    padding-left: 0;
    margin: 20px auto;
}
footer h6 {
    font-size: 3vw;
	margin: 10px auto; 
}	
	
}


@media only screen and (max-width: 600px) {

.wrapper.top {
    top: 74px;
}
	
h1 {
    font-size: 9vw;
}
h2 {
    font-size: 7vw;

}
h3 {
    font-size: 6.5vw;

}
h4, h5 {
    font-size: 6vw;

}

p, ul li {
    font-size: 4vw;
}
	.srvpg .redbg ul, .srvpg .redbg ul * {
		text-align: left;
	}		
	ul ul li {
		font-size: 3.6vw;
	}	
	
.wrapper.splash {

    height: 80vh;

    padding-top: 20vh;
    padding-left: 10vw;
    padding-right: 10vw;


}
.blackbg a.button, .whitebg a.button {
    margin: 25px auto;
}

	.bizpg, .conpg, .srvpg {
		padding-top: 60px;
	}	

	
.threeup .circle {
    width: 55vw;
    height: 55vw;
}
.signup {
    width: 94%;
}	

footer img {
	width: 80%;
}
footer h5 {
    font-size: 6.5vw;
}
footer h6 {
    font-size: 5vw;
}
	
		
	
}
