#sp-container{
    font-family: 'Merriweather', serif !important;
    position: relative;
    padding: 143px 0px 100px 0px;
}

.adheader{
    background-color: #8F001A;
    width: 100%;
    height: auto;
    text-align:  center;
    padding: 80px 0px 100px 0px;
    z-index: 0;
}

.adheader:after {
    content: "";
    display: table;
    clear: both;
}

.container-sponsor-page{
    width: 980px;
    margin: 0 auto;
    display: table;
    padding-top: 50px; 
}

.headwrapper{
    float: none !important; 
    width: 875px;
    margin: 0 auto;
    display: table;
}

.headwrapper h1{
    font-size: 23pt;
    line-height: 1.2em;
    color: #FFF;
    font-weight: bold;
}

.headwrapper p{
    font-size: 12pt;
    padding-bottom: 15px;
    color: #FFF;
}

.bannercontainer{
    width: 900px;
    margin: 0 auto;
    display: table;
    z-index: 1;
    margin-top: -40px;
}

.bannercontainer img{
    width: 100%;
    height: auto;
}

.bannercontainer p{
    font-size: 8pt;
    font-weight: bold;
    padding: 8px 0px;
}

.content-text{
    width: 85%;
    margin: 0 auto;
    display: table;
}

.content-text p{
    font-size: 10pt;
    line-height:  2em;
    margin-bottom: 25px;
}

.content-text ul{
    font-size: 10pt;
    line-height:  1.8em;
    margin-bottom: 20px;
}

.content-text ul li{
    margin-bottom: 10px;
}

.content-text iframe{
    width: 500px;
    margin: 0 auto !important;
    display: block;
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.content-text img{
    width: auto;
    margin: 0 auto;
    display: table;
    padding: 25px 0px;
    border-top: 1px solid #5c5a5a;
    border-bottom: 1px solid #5c5a5a;
    text-align: center;
    margin-top: 15px;     
    margin-bottom: 10px; 
}

#adimg{
    width: auto;
    margin: 0 auto;
    display: table;
    padding: 30px 0px 40px 0px; 
}

#adimg img{
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
}

#adimg label{
    font-size: 10pt;
    padding-top: 6px;
    font-size: 8pt;
}

#ad-logo{
    float: right;
    width: 35%;
    padding-right: 30px;
    margin: 0;
    height: 50px;
    text-align: right;
}

#ad-logo img{
    width: auto;
    float:  right;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#ad-social-media{
    float: left;
    width: 65%;
    padding: 0;
    margin: 0;
    height: 50px;
}

#ad-social-media:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#ad-social-media li{
    float:  left;
    list-style: none;
    margin-right: 10px;
}

#ad-social-media li a i{
    font-size: 12pt;
}

#ad-social-media li a{
    padding: 10px 12px 8px 12px;
    background: #939393;
    color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
    -khtml-border-radius: 6px;
}

#ad-social-media li a:hover{
    padding: 10px 12px 8px 12px;
    background: #313C56;
    color: #FFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; 
    -khtml-border-radius: 6px;
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .container-sponsor-page{
        width: 100%;
        margin: 0 auto;
        display: table;
    }
    
    .headwrapper{
        float: none !important; 
        width: 85% !important;
        margin: 0 auto;
        display: table;
    }

    .headwrapper h1{
        font-size: 20pt;
        color: #FFF;
        font-weight: bold;
    }

    .content-text{
        width: 85% !important;
        margin: 0 auto;
        display: block;
        margin-top: -15px;
    }
        
    .bannercontainer{
        width: 90%;
        margin: 0 auto;
        display: table;
        z-index: 1;
        margin-top: -50px;
    }

    #adimg{
        width: 85%;
        margin: 0 auto;
        display: table;
        padding: 30px 0px 40px 0px; 
    }

    #adimg img{
        width: 100%;
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .container-sponsor-page{
        width: 95%;
        margin: 0 auto;
        display: table;
    }
    
    .headwrapper{
        float: none !important; 
        width: 85% !important;
        margin: 0 auto;
        display: table;
    }

    .headwrapper h1{
        font-size: 20pt;
        color: #FFF;
        font-weight: bold;
    }
        
    .bannercontainer{
        width: 90%;
        margin: 0 auto;
        display: table;
        z-index: 1;
        margin-top: -50px;
    }

    .content-text{
        width: 90% !important;
        margin: 0 auto;
        display: block;
        margin-top: -15px;
    }

    .content-text p{
        width: 95% !important;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
        font-size: 11.8pt;
    }

    .content-text ul{
        padding-bottom: 10px;
    }

    .content-text ul li{
        font-size: 11.8pt;
    }

    .content-logo{
        margin-bottom: 35px;
    }

    .content-logo a img{
        width: 90%;
    }

    #adimg{
        width: 85%;
        margin: 0 auto;
        display: table;
        padding: 30px 0px 40px 0px; 
    }

    #adimg img{
        width: 100%;
    }

}
