.btn.btn-primary{
	color: #fff;
	background-color: var(--blue);
	font-weight:normal;
	font-size:18px;
	font-family: var(--font-primary);
	text-transform: uppercase;
	padding: 10px;
}
.btn.btn-yellow{
    background-color: #ffd768;
}

.header1{
    font-size: 30px;
    text-transform:uppercase;
    font-weight:bold;
}

.subheader1{
    font-size: 24.5px;
    line-height: 28px;
    margin-top:36px;
    color:var(--blue);
}
.text-blue {
    color:var(--blue);
}
.text-blue-lt {
    color: var(--sky-blue);
}
.text-yellow {
    color:var(--yellow);
}
.text-green {
    color: var(--green);
}
.callout{
    font-size: 26px;
    font-weight:bold;
    width:75%;
    margin: 30px auto;
    line-height: 32px;
    border-left: 3px solid var(--yellow);
    padding-left: 30px;
}

#main_content ul.grey  li {
    list-style-image: url(/images/design/grey.jpg);
}

.campaign-header {
    font-size: 30px;
    font-weight: normal;
    font-style: italic;
}
.campaign-sub {
    font-size: 24px;
    font-weight: normal;
    font-style: italic;
    margin-left: 70px;
}

ul.unordered-list{
	list-style-type: circle;
	margin-left:40px;
}
ul.yellow-list{
    list-style-image: url(/images/design/yellow_square.jpg);
}
ul.blue-list {
    list-style-image: url(/images/design/blue_square.jpg);
}

@media (min-width: 768px) and (max-width: 979px){
	.header1{
		font-size: 25px;
	}
	
	.subheader1{
		font-size: 20.5px;
	}

	.callout{
		font-size: 17px;
	}
}