.featured-app-template {
    width: 100%;
    height: 296px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-top: 30px;
}

.cbn-bible-apps-page .featured-app-template {
    height: auto;
}

#app-page-header {
	/*padding-top: 30px;*/
	font-family:ProximaNovaLight, Arial, sans-serif;
}
#app-page-header span {
	font-size:20px;
}
@media only screen and (max-width: 660px) {
    .featured-app-template {
        height: auto;
        padding-top: 10px;
    }
    
    #featured-app-container {
        padding: 0px 10px;
    }
    
    #app-page-header {
        margin-bottom: 20px;
    }
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.app-icon {
    width: 170px;
    float: left;
    margin-right: 30px;
}

.non-featured-app-template {
    text-align: center;
    width: 25%;
    height: 280px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 30px;
}

.non-featured-app-template h4 {
    color: #FFF;
}

.non-featured-app-template .app-icon {
    float: none;
    margin: 0 auto;
    margin-bottom: 15px;
}

.non-featured-app-template .app-download-links {
    display: inline-block;
}

@media only screen and (max-width: 660px) {
    .app-icon {
        width: 110px;
        margin-right: 15px;
        margin-bottom: 30px;
    }
}

.main-column {
    float: left;
    width: 70%;
}

.cbn-bible-apps-page .main-column {
    width: 100%;
}

@media only screen and (max-width: 960px) {
    .main-column {
        width: 100%;
    }
    
    .non-featured-app-template {
        width: 33.333%;
    }
}

.display-image {
    float: right;
    width: 30%;
    box-sizing: border-box;
    padding-left: 20px;
}

@media only screen and (max-width: 960px) {
    .display-image {
        display: none;
    }
}

.links-list li {
    float: left;
    height: 30px;
    max-width: 120px;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 16px;
}

.links-list li a {
    display: block;
    color: #0ca3d4;
    margin-top: -3px;
}

.non-featured-app-template .links-list li {
    float: none;
    padding: 0;
    width: 100%;
    max-width: none;
    text-align: center
}

.non-featured-app-template .links-list li a {
    display: inline-block;
    max-width: 90px;
    margin: 0 auto;
}

@media only screen and (max-width: 660px) {
    .non-featured-app-template .links-list li a { max-width: 130px; }
}

.links-list li:first-child {
    padding-left: 0px;
}

.links-list img {
    height: 30px;
}

@media only screen and (max-width: 660px) {
    .links-list {
        width: 100%;
    }

    .links-list li {
        box-sizing: border-box;
        height: auto;
        max-width: none;
        width: 50%;
        padding-bottom: 20px;
        padding-left: 0px;
        padding-right: 0px;
        float: left;
    }

    .links-list img {
        margin: 0 auto;
        height: 45px;
    }
}

.available-text {
    clear: both;
    margin: 0;
    margin-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
    font-size: 15px;
}

@media only screen and (max-width: 660px) {
    .available-text {
        margin: 0;
        text-align: center;
        font-size: 16px;
        padding-bottom: 20px;
    }
}

.header {
    font-family: "proximanova-light", sans-serif;
    margin-bottom: 5px;
}

@media only screen and (max-width: 660px) {
    .header {
        font-size: 35px;
    }
}

.subheader {
    font-style: italic;
    color: #FFF;
    font-size: 16px;
}

.description-text {
    font-size: 16px;
    margin-bottom: 0;
}

@media only screen and (max-width: 660px) {
    .description-text {
        clear: both;
        padding-top: 15px;
    }
}

.links-list li a.coming-soon {
    font-size: 14px;
    color: #FFF;
    margin-top: 0px;
}

@media only screen and (max-width: 660px) {
    .joy-spot {
        display: block;
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .non-featured-app-template {
        width: 50%;
        margin-bottom: 0px;
    }
}