.campaign-content {
    width: 100%;
}
.optionOneStyle {
    margin-bottom: 12px;
    margin-top: -19px;
    width: 100%;
}
.optionOneStyle > a > img {
    left: 11.5px;
    position: relative;
    width: 752.5px;
}

.optionTwoStyle > a  {
    text-decoration: none;
}
.optionTwoStyle {
    float: left;
    left: 10px;
    margin-bottom: 5px;
    margin-left: 2px;
    position: relative;
    width: 31%;
    padding: 0 16px 0 0;
}
.camp-img-section {
    background: white none repeat scroll 0 0;
    border-radius:5px 5px 0 0;
    width: 100%;
}
.camp-img-section > img {
    background: white none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    height: 140px;
    width: 100%;
}
.camp-text-section {
    background: white none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    height: 113px;
    position: relative;
    width: 100%;
}
.camp-text-heading > h1 {
    color: #ed5505;
    font-family: arial;
    font-size: 13px !important;
    font-weight: bold;
    text-shadow: none;
}
.camp-text-heading {
    height: 21px;
    padding-left: 8.2%;
    padding-top: 9px;
    width: 86%;
}

.camp-text-summary {
    height: 47px;
    padding-left: 8.2%;
    width: 85%;
}

.camp-text-action {
    padding-left: 8.2%;
    width: 85%;
}
.camp-text-summary > p{
	color: #000b3b;
	font-size: 12px;
	font-family: arial;
}

.camp-text-action > a {
    color: #ed5505;
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    text-transform: capitalize;
}
.right-arrow {
    background-image: url("/budgetWeb/images/common/home/right-arrow.png");
    background-repeat: no-repeat;
    background-size: 31px 15px;
    display: block;
    float: left;
    height: 13px;
    left: 5px;
    position: relative;
    width: 24%;
}
.cta-text {
	color: #ed5505;
    display: block;
    float: left;
    font-family: arial;
    font-size: 12px;
    width: auto;
}
div.camp-text-action .href-button {
    background: #ed5505 none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
    text-align: center;
    text-decoration: none;
    width: 67px;
}