.middleWrapper {
    background: #fff;
    padding-bottom: 50px;
}

.Bg-Field-head_2 {
    background-color: #E7E7E7;
    padding: 15px 25px 8px 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 1.6em;
    color: #272727;
    border-bottom: 1px solid #949494;
    border-left: 1px solid #CACBCC;
    border-right: 1px solid #CACBCC;
    border-top: 1px solid #CACBCC;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.Bg-Field-body_2 {
    background-color: #F4F4F4;
    padding: 16px;
    border-radius: 0;
    border-left: 1px solid #CACBCC;
    border-right: 1px solid #CACBCC;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 1px solid #CACBCC;
}

.content_spot  {
    background: #fff;
    padding: 15px;
}
.DNNContainer_Title_h2 h2 {
    line-height: inherit;
    font-size: inherit;
    margin-top: 0;
}

.DNNContainer_Title_h2 h2 .TitleH2 {
    display: inherit;
    margin-bottom: inherit;
}

.Normal {
    font-size: 16px;
}

.alliance-full-container {
    text-align: center;
    margin-top: 30px;
}
.thumbnail-container > div{
    text-align: center;
    margin-bottom: 20px;
}
.thumbnail-container > div img{
    border: 2px solid #ccc;
    padding: 10px;
	max-height: 385px;
}
.bga-alliance-header{
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px
}

@media (max-width: 767px){
    .bga-alliance-header{
        font-weight: 300;
        font-size: 24px;
        margin-bottom: 0px;
        line-height: 24px;
    }
}