body{
    max-width:unset!important;
   }
.header-image{
 background:url("https://image.member.americanexpress.com/lib/fe98137275660c7975/m/8/8e4392ac-e08f-4733-8347-af9f5f8dd848.png") no-repeat center;
 height:320px;
 width:100%;
 background-size:contain;
}
@media only screen and (max-width:800px){
   .media-container-card{
       width:200px!important;
   }
}
@media only screen and (max-width:1024px){
    .form{text-align:unset!important}
   .container{
       display:flex;
       flex-direction:column;
   }
   .pdf-section{
       width:100%!important;
       margin-bottom:48px;
       padding:4%!important;
   }
   .form-section{
         width:100%!important;
         padding:4%!important;
   }
   .thank-you-status{
        display:flex;
        flex-direction:column!important;
   }  
   .ty-pdf-section{
        width:100%!important;
        margin:0 0 60px!important;
   } 
   .ty-text{
        width:100%!important;
       margin:unset!important;
       align-items:center;
   }
   .disclaimer-section{
        width:100%!important;     
   }
   .media-container{
    display:flex;
    flex-direction:column!important;
   }
}
.pdf-section{
    width:35%;
    padding:0 54px;
}
.form-section{
    width:33%;
    padding:0 54px;
}
.pdf-container{
    background-color:#fff;
    margin-top:48px;
    border: 1px solid #707070;
}
.pdf-container-header-txt{
     display:inline-block;
     margin-bottom:12px;
     font-size:26px;
     color: #002263;
     opacity: 1;

}
.pdf-container-subheader-txt{
    display:inline-block;
    font-size:16px;
    color: #000000;
    opacity: 1;

}
.form{
    width:auto!important;
}
.form-header-txt{
    display:inline-block;
    margin-bottom:25px;
    font-size:16px;
    color: #000000;
}
.form-subheader-txt{
    display:inline-block;
    margin-bottom:25px;
    font-size:16px;
    color: #002263;
    
}
.form-disclosure{
    display:inline-block;
    margin-bottom:25px;
    text-align:justify;
    color: #000000;
    opacity: 1;
    font-size:14px;
}
.ty-page-container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.thank-you-status{
    display:flex;
    flex-direction:row;
    margin:25px;
    justify-content:center;
}
.ty-pdf-section{
    background-color:#fff;
    width:25%;
    height:250px;
    margin:25px;
    border: 1px solid #707070;
}
.ty-text{
    display: flex;
    flex-direction: column;
    margin:25px;
    width:40%;
}
.header-ty-text{
    color: #002263;
    font-size:30px;
    padding-bottom:30px;
}
.subheader-ty-text{
    color: #000000;
    font-size:26px;
    padding-bottom:25px;
}
.media-section{
    width:100%;
    background-color: #fff;
    padding:25px;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.media-section-header{
    font-size:26px;
    color: #002263;
    opacity: 1;
}
.media-container-footer-link{
    color: #000000;
    opacity: 1;
    font-size:16px;
}
.media-container{
    display:flex;
    flex-direction:row;
    padding:30px;
}
.media-container-card{
    display:flex;
    flex-direction:column;
    width:318px;
    height:366px;
    margin:10px;
    background-color:#EEEEEE;
}
.media{
    background-color:#fff;
    width:inherit;
    height:40%;
}
.media-label{
    margin: 30px;
    font-size: 20px;
    font-weight: bold;
}
.mlink{
    text-decoration:unset!important;
    color: #002263!important;
}
.video-link{
    padding-top:20px;
}
.media-link{
    margin: 30px;
    color: #002263;
}
.disclaimer-section{
    display:flex;
    flex-direction: column;
    padding:30px;
    width:38%;
}
.disclaimer-title{
    font-size: 24px;
    color: #002263;
    opacity: 1;
}
.disclaimer-subtile-text{
    color: #002263;
    opacity: 1;
    font-size:16px;
    font-weight:bold;
}
.disclaimer-subtitle{
       padding:12px 0 25px;
}
li{
    padding-bottom: 25px;
}
.disclaimer-subtitle-text{
    color: #000000;
    opacity: 1;
    font-size: 16px;
}
.legacy-text{
    color: #000000;
    opacity: 1;
    font-size:10px;
    line-height: 24px;
}
