
.give { background: #f6a62c !important; }
.subscribe { background: #a3162a !important; }

.dggc_h2 {
	font-weight: bold;
	font-size: 1.8rem;
	padding: 1rem 0 .25rem 0;
	color: #003a69;
}

.dgg_section1 {
	padding: 4rem 0 2rem 0;
	background: url(/images/dggc_bg) no-repeat bottom center;
	background-size: 100% auto;
}
@media screen and (max-width: 575px) { 
	.dgg_section1 {
		background: url(/images/dggc_bg_mobile) no-repeat bottom center;
	}
}
.dgg_section1a {
	background: url(/images/ggc_bg_hide) repeat-x bottom center;
}

.dgg_section1 h1 {
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 4rem;
}
.dgg_section1 p {
	text-align: center;
	color: #FFF;
	font-size: 2.15rem;
}

a.btn_a {
	background: none;
	border: 2px solid #FFF;
	color: #FFF !important;
	padding: .75rem 1rem;
	font-size: 1.1rem;
}
a.btn_a:hover {
	background: #fff;
	color: #003a69;
}
.btn_b {
	background: #f57f0c;
	border: 2px solid #f57f0c;
	color: #FFF !important;
	padding: .75rem 1rem;
	font-size: 1.1rem;
}
a.btn_b:hover {
	color: #000;
}

.dggc_logo_m {
	position: relative;
}
.dggc_logo_mc {
	position: absolute;
	bottom: 2rem;
	width: 100%;
}
.dggc_logo {
	width: 50%;
	max-width: 450px;
	min-width: 150px;
}
.dggc_card {
	float: right;
	width: 85%;
	max-width: 600px;
	min-width: 150px;
}
.ucase {
	text-transform: uppercase;
}
.dinline {
	display: inline;
}
.card_area h2 {
	text-align: center;
}
.card_area p {
	text-align: center;
}

.blue_tag {
	background: #003a69;
	padding: .5rem .75rem;
	color: #fff !important;
	font-size: 1.3rem;
}

.mbg_blue {
	background: #003a69 !important;
}
.b_orange {
	background: #f57f0c;
}
.b_blue {
	background: #003a69;
}
.b_white {
	background: white;
}
.faqs {
	margin: 2px;
	background: #f8f8f8;
	padding: 1rem;
}
.question {
	font-weight: bold;
	color: #003a69;
	font-size: 1.25rem;
}
.t_orange { 
	color: #f57f0c;
}