.biz-address {background: url('../images/bg.jpg') no-repeat top center; position: relative; height: 500px; padding: 15px 30px 0; box-sizing: border-box; margin: 0 0 30px;}
    .biz-address .a101-logo {position: absolute; right: 30px; top: 20px; width: 93px; height: 93px;}
    .biz-address .biz-header {padding: 15px 0 0; margin: 0 0 25px;}
        .biz-address .biz-title {font-family: 'GothamProBold'; font-size: 32px; color: #ee3124; text-transform: uppercase; margin: 0 0 5px;}
        .biz-address .biz-subheader {display: inline-block; font-size: 22px; line-height: 32px; color: #666666; padding: 0 0 5px; border-bottom: 1px solid #666666;}
    .biz-address .biz-text {font-size: 14px; line-height: 16px; color: #333333; text-align: justify;}
    .biz-articles {margin: 10px 0;}
    .biz-articles ul {font-size: 0;}
    .biz-articles-item {display: inline-block; position: relative; margin: 0 20px 10px 0; width: 145px; min-height: 85px; border: 0; transition: all 200ms ease-in; transform: scale(1);}
    .biz-articles-item .dark {position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,.4); z-index: 5;}
    .biz-articles-item .dark-text {position: absolute; color: white; z-index: 10; text-align: center; width: 95%; left: 50%; top: 50%; transform: translate(-50%, -50%);}
    .biz-articles-item .dark-text > span {display: inline-block;}
        .biz-articles-item .dark-text .title {font-family: 'GothamProBold'; font-size: 12px; line-height: 14px; text-transform: uppercase;}
        .biz-articles-item .dark-text .description {display: none; font-family: 'GothamPro'; font-size: 10px; line-height: 10px;}
    .biz-articles-item:hover {transition: all 200ms ease-in; transform: scale(1.1); z-index: 2;}
    .biz-articles-item:hover .dark-text .description {display: inline-block;}
    .biz-articles-item:nth-child(4n+4) {margin-right: 0;}
    .biz-articles-item:nth-child(n+5) {margin-bottom: 0;}
        .biz-articles-item.number--1 {background: url('../images/1.jpg') no-repeat top center;}
        .biz-articles-item.number--2 {background: url('../images/2.jpg') no-repeat top center;}
        .biz-articles-item.number--3 {background: url('../images/3.jpg') no-repeat top center;}
        .biz-articles-item.number--4 {background: url('../images/4.jpg') no-repeat top center;}
        .biz-articles-item.number--5 {background: url('../images/5.jpg') no-repeat top center;}
        .biz-articles-item.number--6 {background: url('../images/6.jpg') no-repeat top center;}
        .biz-articles-item.number--7 {background: url('../images/7.jpg') no-repeat top center;}
        .biz-articles-item.number--8 {background: url('../images/8.jpg') no-repeat top center;}

.m-biz-address {display: none; background: #f4f4f4; position: relative; width: 100%; height: auto; padding: 15px 10px 0; box-sizing: border-box; margin: 0 0 20px;}
    .m-biz-address .a101-logo {position: absolute; right: 10px; top: 10px; width: 62px; height: 62px;}
    .m-biz-address .biz-header {padding: 0 70px 20px 0; border-bottom: 1px solid #666666;}
        .m-biz-address .biz-title {font-family: 'GothamProBold'; font-size: 22px; color: #ee3124; text-transform: uppercase; margin: 0 0 5px;}
        .m-biz-address .biz-subheader {font-size: 18px; line-height: 20px; color: #666666;}
    .m-biz-address .biz-text {padding: 20px 0; font-size: 14px; line-height: 16px; color: #333333; text-align: justify;}
    .m-articles {font-size: 0; padding: 0 0 20px;}
    .m-articles li {position: relative; font-family: 'GothamProBold'; height: 40px; max-height: 40px; width: 100%; background: #8d8c8c; margin: 0 0 10px;}
    .m-articles li:last-child {margin: 0;}
    .m-articles li img {display: block; float: left; width: 60px; height: 40px;}
    .m-articles .title {position: relative; color: white; height: 40px; font-size: 12px; text-transform: uppercase;}
    .m-articles .title-center {position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 100%; padding: 0 10px 0 75px; box-sizing: border-box;}
    .m-articles .disabled {color: #BBBBBB;}

@media screen and (max-width: 767px) {
    .biz-address {display: none;}
    .m-biz-address {display: block;}
}