/* thank you page -- app download */

.thankYou .boxContent {
	float:left;
}

.thankYou .boxContent .featuresLeft {
	float: left;
    width: 66.66%;
}

.thankYou .boxContent .features h4 {
    margin: 0 0 15px 0;
    padding: 0;
    font: 800 18px/18px 'proxima-nova', sans-serif;
    color: #0079c2;
    text-transform: uppercase;
}

.thankYou .boxContent .downloadApp {
	width: 33.33%;
    float: right;
}

.thankYou .boxContent .downloadApp .app-badges {
    margin: 30px;
    border-left: 1px solid #bbb;
}

.thankYou .boxContent .downloadApp .app-badges img.badge {
    width: 65%;
    margin: 0 auto 10px auto;
    display: block;
}

img.brand-logo {
    height: 40px;
}

/* responsive thankYou*/

@media only screen and (max-width: 1023px) {

.thankYou .boxContent .featuresLeft {
	width:100%;
	margin-bottom:20px;	
}

.thankYou .boxContent .downloadApp {
	width:100%;	
}

.thankYou .boxContent .downloadApp .app-badges {
    margin: 0;
    border-left: none;
}

}