/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800,700' rel='stylesheet' type='text/css');*/

.july4-promo {
    background-image: url('https://www.mrprint.com/images/blue-star-9r5nXCXB9r20144yri.jpg');
	background-color:#006bb7;
    font-family: 'Open Sans', sans-serif;
}
.july4-promo .whiteBack2 {
	background-color: #FFFFFF;
}
.july4-promo .redBack {
	background-color: red;
}
.july4-promo p.whiteText2 {color:#FFFFFF;}
.july4-promo .redLine{
	height:5px;
	padding:0px;
	margin:0px;
	border-width:0;
	color:red;
	background-color:red;}
.july4-promo .whiteLine{
	height:5px;
	padding:0px;
	margin:0px;
	border-width:0;
	color:#FFFFFF;
	background-color:#FFFFFF;}
.july4-promo .blueBack {background-color: #b7e0fd;}
.july4-promo h1 {
    text-align: center;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.1em;
    padding: 20px 10px;
}
.july4-promo h2 {
	text-align:center;
	font-weight:bold;
	color:#006bb7;
	font-size:3em;
}
.july4-promo h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
	color:#006bb7;
	text-decoration: underline;
}
.july4-promo h4 {
	text-align: center;
    font-weight: bold;
    font-size: 1.4em;
	line-height:1.5em;
    margin-top: 30px;
    margin-bottom: 30px;}
.july4-promo h5 {
	text-align:center;
	font-weight:700;}
.july4-promo .redText {
	color:red;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;}
.july4-promo .whiteText {
	color:#FFFFFF;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;}
.july4-promo p.whiteText3 {
	color:#FFFFFF;
	text-align:center;
	font-weight:800;
	font-size:2em;
	-webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: black;}
.july4-promo .whiteFlatText {
	color:#FFFFFF;}
.july4-promo .blueText {
	color:#006bb7;
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;}
/* .july4-promo p {
    font-size: 1.2em;
}*/
.july4-promo p.center {
	text-align:center;
}
.july4-promo .noPadding {
	padding:0px;
}
.july4-promo .marginTop {
	margin-top:30px;
}
.july4-promo .paddingTop {
	margin-top:30px;
}
.july4-promo .marginBottom {
	margin-bottom:30px;
}
.july4-promo .formBox {
	border:2px solid #000000;
	padding:10px;
}
/*.july4-promo .checkBox {display:inline-block;}*/
.july4-promo .formText {
	font-family: "verdana", sans-serif; 
	font-size: 16px;
	font-weight: bold;
	background-color:#006bb7;
	padding:10px;
	color:#FFFFFF;
}
.july4-promo .rulesBox {
	background-color:#b7e0fd;
}
.july4-promo .learnMore-btn {
    padding: 7px 7px 7px 7px;
    border-radius: 7px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    display: block;
    text-align: center;
    /*  background-color: #c8c8c8; */
    color: red;
    font-size: 1.5em;
}
.july4-promo a.learnMore-btn:link {
    color: red;
    background-color: #e2e1e1;
    text-decoration: none;
}
.july4-promo a.learnMore-btn:visited {
    color: red;
    background-color: #e2e1e1;
    text-decoration: none;
}
.july4-promo a.learnMore-btn:hover {
    color: white;
    background-color: #000000;
    text-decoration: none;
}
.july4-promo a.learnMore-btn:active {
    color: black;
    background-color: #c8c8c8;
    text-decoration: none;
}
.july4-promo ul {
    list-style-type: disc;
}

.july4-promo .disclaimer {
    font-size: .9em;
	text-align:justify;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}