
.marquee-wrapper {
    background-color: #f2d321;
    display: block;
    float: left;
    height: auto;
    /*margin: 3px 0 -10px;*/
    padding: 0 20px;
    width: 100%;
}

.marquee {
    width: 100%;
    height: 38px;
    display: block;
    position: relative;
    font-size:18px;
}

.marquee-title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 8px;
    text-transform: uppercase;
    width: 25%;
    height: 38px;
    float: left;
}
.marquee-content {
    margin: 0px;
    padding-top: 9px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 70%;
}

.marquee-content a {
    text-decoration: none;	
    color: #00ADDD;
    margin-right: 80px;
}
.marquee-content a:hover {
	text-decoration: underline;	
	color: #0D3059;
}

/*Tablet landscape (1024x768)*/
@media only screen and (min-width:950px) and (max-width:1199px) {
    .marquee-title {
        font-size: 16px;
    }
    
    .marquee-content {
        width: 75%;
        font-size: 14px;
    }
}

/*Small tablet landscape (800x600) and Tablet portrait (768x1024)*/
@media only screen and (min-width:768px) and (max-width:980px) {
    .marquee-title {
        font-size: 16px;
    }
    
    .marquee-content {
        width: 75%;
        font-size: 14px;
    }
}

/*Small tablet portrait (600x800)*/
@media only screen and (min-width:480px) and (max-width:767px) {
    .marquee-title {
        font-size: 13px;
        width: 25%;
        padding-top: 11px;
        margin-right: 5%;
    }
    
    .marquee-content {
        font-size: 12px;
        width: 70%;
    }
}

/*Mobile landscape (480x320)*/
@media only screen and (max-width:480px) {
    .marquee-title {
        font-size: 13px;
        width: 25%;
        padding-top: 11px;
        margin-right: 5%;
    }
    
    .marquee-content {
        font-size: 12px;
        width: 70%;
    }
}
