  /*----------------------Email Subscribe------------------*/

/*--------- Email Subscribe Footer ----------*/


.form-iframe-wrapper{
    margin:0 auto;
    max-width:100%;
}
.fsborderradius .fsBody .fsForm{
    padding:0 20rem;
}
/*ffix link identifier issue*/
.extLink{
    text-decoration:underline;
}
.extLink:hover{
    text-decoration:none;
}
.extLink:focus{
    text-decoration:none;
}
/*x-large screen*/
@media only screen and (max-width:160rem) and (min-width:90rem){
    .fsborderradius .fsBody .fsForm{
    padding:0 20rem;
    }
}

/*iPad*/
@media only screen and (max-width: 61.99rem)and (min-width:48rem){
    .fsborderradius .fsBody .fsForm{
    padding:0 2rem;
    }
}

/*iPhone*/
@media only screen and (max-width: 47.99rem){
    .fsborderradius .fsBody .fsForm{
    padding:0 1rem;
    }
}