#main-footer-section {
    margin-top:100px;
}

#top-footer{
    display:block;
    height:810px;
    
    background-image: url('../media_assets/footerbg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#top-footer>.body-width {
    border-top: solid 1px #dfdfdf;
}

#bottom-footer{
    display:block;
    width:100%;
    height:37px;
    background-color:white;
    position: relative;
}

#bottom-footer li, #bottom-footer a, #bottom-footer span{
    color: #4d4d4d;
    font-size: 0.75rem;
    text-decoration:none;
}

#bottom-footer a:hover, #bottom-footer a:focus {
    text-decoration:underline;
}

#bottom-footer span{
    display:inline-block;
    float:left;
    padding: 10px 2px;
}

.bottom-footer-nav{
    margin: 0;
    padding: 0;
    display: block;
    float: right;
    margin-right: 30px;
}

.bottom-footer-nav li{
    list-style:none;
    display:inline-block;
    padding: 10px 2px;
}

.sponsor-section{
    display:block;
    width:100%;
}

.sponsor-section>div{
    padding: 20px 0px;
}

.sponsor-section>div>ul{
    list-style: none;
    margin: 14px 0 24px 0;
    padding: 0;
    display: block;
    height: 110px;
}

.sponsor-section>div>ul>li{
    height: 100%;
}

.sponsor-section>div.funding-parties>ul>li{
    width:50%;
    float:left;
}

.sponsor-section>div>ul>li>a{
    padding:0px auto;
    display:block;
    text-align: center;
    height:100%;

    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.sponsor-section>div>ul>li>a>img{
    width:100%;
    max-width:140px;
}
.sponsor-section>div.funding-parties>ul>li>a>img{
    width:100%;
    max-width:225px;
}
.sponsor-section>div.lead-partner>ul>li>a>img{
    width:100%;
    max-width:110px;
}

.sponsor-section>.large{
    display:block;
    float: left;
    width:330px;
    height:180px;
}

.sponsor-section>.small{
    display:block;
    float: left;
    width:210px;
    height:180px;
}

.sponsor-section h3{
    color: #555;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    font-size: 1.25rem;
}



.below-sponsor-section{
    display:block;
    height:80px;
    width:100%;
}

.parent-logos{
    display:block;
    height:80px;
    width:710px;
    float:left;
    overflow:hidden;
}

.social{
    display:block;
    height:80px;
    width:250px;
    float:left;
    margin:0;
    padding:0;
}

.social>span{
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-top: 30px;
    color: #6c6c6c;
}

#main-footer-section .social a{
    margin-top: 24px;
}

.parent-logos ul{
    list-style:none;
    margin:0;
    padding:0;
}

.parent-logos li{
    float:left;
}

.orange-footer-section{
    display:block;
    height:290px;
    width:100%;
}

.orange-footer-section h3, .orange-footer-section .visit{
    color:white;
    font-weight:600;
    font-size: 1.375rem;
    text-decoration:none;
    margin-bottom:10px;
}

.orange-footer-section>div{
    display:block;
    float:left;
    height:100%;
}

.footer-visit-pachi{
    width:430px;
    background-image: url('../media_assets/pachi.png');
    background-repeat:no-repeat;
    background-position:center;
    font-family: 'Varela Round', sans-serif;
}
.footer-visit-pachi h3{
    padding: 86px 0px 104px 300px;
    margin-top: 30px;
}

.footer-visit-pachi span.accessible {
    display:none;
}

.footer-visit-pachi span.mobile {
    text-align: center;
    display: block;
    margin: -17px 0 0 15px;
}

.footer-newsletter{
    width:320px;
    padding: 65px 20px 10px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.footer-app{
    width:210px;
    padding: 65px 10px 10px 10px;
    
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.footer-app> h3{
    margin-bottom: 6px;
    
}

.footer-app>a{
    display:block;
    margin-bottom: 6px;
}

#mc_embed_signup input[type="email"] {
    padding: 8px;
    font-size: 1.125rem;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
}

#mc_embed_signup input[type="submit"] {
    border-radius: 300px;
    background: #FFF;
    border: 0 none;
    color: #6c6c6c;
    font-family: 'Varela Round', sans-serif;
    float:right;
    cursor:pointer;
}

#mc_embed_signup div.mce_inline_error {
    margin:0 !important;
    font-size: 0.6875rem;
}

#mc_embed_signup ul {
    list-style-type:none;
    margin:0;
    padding:5px 0;
    color:#FFF;
}

#mc_embed_signup li {
    padding:5px 0;
}

#mc_embed_signup ul .small {
    font-size: 0.6875rem;   
}

.footer-newsletter .btn {
    display:none;
}
