body { -webkit-font-variant-ligatures: no-common-ligatures; }
body { font-variant-ligatures: no-common-ligatures; }

.section-instructions .row-renew {
   padding-top: 43px
}

.section-instructions .instructions-instructions {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 43px
}

.section-instructions {
	padding-top : 80 px;
    max-height: 880px;
}

@media only screen and (max-width: 735px) {
    .hero-headline {
        font-size: 35px;
    }
}

@media only screen and (max-width: 320px) {
    .hero-headline {
        font-size: 30px;
    }
}

@media only screen and (max-width: 735px) {
.rec-mob-text { font-size : 17px; }
}

.section-liam .liam-cta {
    padding-top: 220px
}

.isTablet .section-instructions {
    background-position: center 150%;
    max-height: 265px
}

.show-for-small { display:none; }
.show-for-medium { display:none; }
.show-for-large { display:block; }

@media only screen and (max-width: 1068px) {
	.show-for-small { display:none; }
	.show-for-medium { display:block; }
	.show-for-large { display:none; }
}

@media only screen and (max-width: 735px) {
	.show-for-small { display:block; }
	.show-for-medium { display:none; }
	.show-for-large { display:none; }
	.hide-for-small { display:none; }
}

.section-hero .hero-content {
    max-width: 810px;
}

@media only screen and (min-width: 1068px) {
	.section-hero .typography-hero-headline{
		width: 753px;
		margin:0 auto;
	}
}

@media only screen and (max-width: 735px){
    .section-hero .link-container {
        margin-top: 15px;
    }
}

.section-router .section-content .headline-width {
    max-width: 650px;
}    

@media only screen and (max-width: 1068px) {
    .section-router .section-content .headline-width {
        margin-bottom: 18px;
    }    
}

@media only screen and (max-width: 735px) {
    .section-router .section-content .headline-width {
        margin-bottom: -15px;
    }    
}

.section-hero .link {
    width: auto;
}

@media only screen and (max-width: 1068px) and (min-width: 735px){
    .section-hero .link {
        margin-right: 15px;
    }    
}

@media only screen and (min-width: 1068px){
    .section-hero .link-container {
        margin-left: 20px;
    }
}