@charset "utf-8";
/* CSS Document */



.grt-content
{ background: #004f17;
    color: #fff;
    padding: 4px 10px;
    margin-top: 20px;
	text-align:left;
}

.grt-content h2
{    margin: 0;
    padding-top: 12px;
    font-weight: 600;
}


.grt-content h3
{ font-size: 19px;
    margin: 0;
    padding: 5px 0px 20px;

}

.grt-content p
{ color:#fff !important;
font-size:13px;
}

.grt-logo {
    background: #3b3b3b;
    padding: 12px 0px;
	position: relative;
}

.grt-logo:after, .grt-logo:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.grt-logo:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #3b3b3b;
	border-width: 15px;
	margin-left: -15px;
}









.last_ch
{ font-size: 36px;
    font-weight: 600;
    color: #004f17;
	text-transform:uppercase;
}

.last-chance-rw p
{ text-align:left;
color:#000;
}

.just-23
{ color:#c40000;
font-weight:600;
}

.saving-23
{ font-size:28px;
}

.just-h4
{ font-weight: 600;
    background: #fdf9d7;
    padding: 40px 2%;
    font-size: 20px;
    text-decoration: underline;
	line-height: 134%;
}


.add-6
{ font-weight:600;
}

.nothanks
{ margin:30px 0px;
}

.nothanks a
{ font-weight:normal !important;
}



@media only screen and (max-width:480px)
{
	
.last_ch {
    font-size: 23px;
	margin-bottom: 15px;
}

.add-6 {
   
    font-size: 18px;
    margin: 0px 0px 20px;
}

.just-23 {
   
    font-size: 18px;
}

.saving-23 {
    font-size: 22px;
}

.just-h4 {
   
    padding: 24px 2%;
    font-size: 14px;
   
}

.nothanks a
{ font-size:13px;
}

.last-chance-rw p {
   
    font-size: 15px;
}

.nothanks {
    margin: 12px 0px;
}




	
	
}