/*--------------------------------------------------------------------------------------//
        common for xs/sm/md devices
//--------------------------------------------------------------------------------------*/

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

    .desktop{
        display:none;
    }
    .mobile{
        display:block;
    }
}

/* md */
@media only screen and (min-width: 992px) and (max-width: 1199px)
{
    body{
        font-size:0.9em !important;
    }

    #logo img{

    }

    .pad-content {
        padding: 50px 0 0 20px;
    }
    .pad-request-info-form {
        padding: 0px 30px;
    }

    #form-header h2{
        font-size:22px;
    }

}
/* sm */
@media only screen and (min-width: 768px) and (max-width: 991px)
{

    .cwl{
        width:66%;
    }
    .cws{
        width:34%;
    }
    #logo img{
        margin-left:40px;
    }
    .pad-content {
        padding: 50px 0 0 30px;
    }
    h1 {
        font-size: 28px;
    }
    h1.MainTitle.es,h1.MainTitle.br{
        font-size: 20px;
    }
    #request-info-wrapper, #request-info-wrapper-mobile{
        margin-left:auto;
        margin-right:auto;
    }

    #form-header{
        text-align:center;
        font-size:14px;
        color:#fff;
        margin-bottom:20px;

    }
    #catch-phrase {
        margin: 0 auto 0 auto;
        height: 100%;
    }
    .pad-request-info-form {
        padding: 0px 30px;
    }
    #form-header h2 {
        font-size: 18px;

    }
    #form-desc {
        font-size: 12px;
        line-height: 13px;
    }
    #form-desc.es{
        font-size: 11px;
    }
    #form-desc.br{
        font-size: 10px;
    }
    .btn-req-info {
        font-size: 20px;
    }
    .btn-req-info.es{
        font-size: 15px;
    }
    .btn-req-info.br{
        font-size: 14px;
    }
    .consent {
        font-size: 10px;
        line-height: 100%;
    }
    img.banner,
    iframe.banner{
        /*
        width:230px;
        min-width:230px;
        */
        width:100%;
    }

    #featured-bottom .cwl span{
        padding:0 15px;
        font-size:14px !important;
        font-weight:600 !important;
    }


    .cta-btn{
        background:url(../images/img-bg-cta-btn.png) 93% 0 no-repeat #8560a8;
        font-family: 'Open Sans Condensed', sans-serif;
        padding:15px 0;
        font-weight: 300;
        font-size: 30px;
        color: #000;
        border-radius:5px;
        text-align:center;
        text-transform:uppercase;
        margin:0 auto 25px auto;
    }
    .cta-btn.br,.cta-btn.es{
        font-size: 16px;
    }

}
/* xs */
@media only screen and (min-width: 1px) and (max-width: 767px)
{
    h1{
        font-size:30px;
    }
    h1.MainTitle.es,h1.MainTitle.br{
        font-size: 20px;
    }
    .ProgramInfo{
        font-size:22px;
        line-height:30px;
        font-style: normal;
    }
    .ProgramInfo.es,.ProgramInfo.br{
        font-size:17px;
    }

    .cwl,
    .cws{
        width:100%;
    }

    #header,#logo img{
        margin-left:auto;
        margin-right:auto;
    }
    #catch-phrase {
        display:none;
    }
    .pad-content {
        padding: 25px 20px 0 20px;
    }

    iframe{
        width:350px;
    }
    #footer{
        height:auto;
        line-height:140%;
        padding: 5px 0;
    }

    #featured-bottom span .cp-sm{
        line-height:120%;
        text-transform:none;
        font-size:13px;
        font-weight:600 !important;
        padding:10px;
        text-align: center;
    }

    #form-header h2{
        font-size:22px;
    }

    .pad-request-info-form {
        padding: 0px 15px;
    }
    #form-header{
    width:88%;
    text-align:center;
    font-size:13px;
    margin: 0 auto;
    box-sizing: content-box;
    }
    #form-header h2{
        margin-top: 0 !important;
    }

    .cta-btn{
        background:url(../images/img-bg-cta-btn.png) 93% 0 no-repeat #8560a8;
        font-family: 'Open Sans Condensed', sans-serif;
        padding:15px 0;
        font-weight: 300;
        font-size:22px;
        color: #000;
        border-radius:5px;
        text-align:center;
        text-transform:uppercase;
        margin:0 auto 25px auto;
        width:90%;
    }
    .cta-btn.br,.cta-btn.es{
        font-size: 16px;
    }
    #request-info-wrapper, #request-info-wrapper-mobile{
        /*width:355px;*/
        width:300px;

        /*
        right:10px;
        float:right;
        */
        margin-left:auto;
        margin-right:auto;
    }

    #Content ul li{
        width: 100%;
    }

    #form-header{
        width:300px;
        height:100px;
        text-align:center;
        font-size:14px;
        color:#fff;
        margin-bottom:20px;
    }
    img.banner,
    iframe.banner,
    .banner{
        /*width:270px;*/
        width:80%;
    }
    .btn-req-info{
        width: 85%;
        font-size: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    #banner-mobile-3{
        background-color: #1d3c68;
        color: #FFF;
    }

    #banner-mobile-1-holder{

    }
    #banner-mobile-1{
        margin: 25px auto;
    }

    #form-desc{
        padding-left:10px;
        padding-right:10px;
        font-size: 14px;
    }
    #form-desc.es{
        font-size: 12px;
    }
    #form-desc.br{
        font-size: 11px;
    }
}
/* sm / md */
@media only screen and (min-width: 768px) and (max-width: 1199px)
{

}
/* xs/sm */
@media only screen and (min-width: 1px) and (max-width: 991px)
{
    h1{
        font-size:40px !important;
    }
    h1.MainTitle.es,h1.MainTitle.br{
        font-size: 30px !important;
    }
    #request-info-mobile {
        margin-left:auto;
        margin-right:auto;
        /*width: 335px;*/
    }

    iframe{
        margin:0 auto 30px auto;
    }
}

@media only screen and (min-width: 1px) and (max-width: 479px)
{

    h1{
        font-size: 25px !important;
    }
    h1.MainTitle.es,h1.MainTitle.br{
        font-size: 23px !important;
    }
    .ProgramInfo{
        font-size: 14px;
        line-height:20px;
        font-style: normal;
    }
    .ProgramInfo.es,.ProgramInfo.br{
        font-size:12px;
    }


    form .note {
        font-size: 11px;
        padding-left: 5px;
    }
    #request-info-wrapper, #request-info-wrapper-mobile{
        width:270px;
        margin-left:auto;
        margin-right:auto;
    }

    #request-info-mobile {
        margin-left: auto;
        margin-right: auto;
        /*width: 240px;*/
    }
 #logo img {
        width: 280px;
        height: 80px;
        margin-top: 10px;
    }

    .pad-sidebar{
        /*padding:0;*/
    }
    #form-header{
        width:270px;
        height:100px;
        text-align:center;
        font-size:14px;
        color:#fff;
        margin-bottom:20px;
    }
    #catch-phrase {
        font-size: 24px;
        margin: 0 auto 0 auto;
        padding-top: 33px;
        width: 100%;
    }
    .pad-request-info-form {
        padding: 0px 30px;
    }
    #form-header h2 {
        font-size:20px;

    }
    #form-desc {
        font-size: 12px;
        line-height:20px;
    }
    #form-desc.es{
        font-size: 10px;
    }
    #form-desc.br{
        font-size: 9px;
    }
    .btn-req-info {
        font-size: 20px;
    }
    .btn-req-info.es{
        font-size: 18px;
    }
    .btn-req-info.br{
        font-size: 17px;
    }
    .consent {
        font-size: 10px;
        line-height: 100%;
    }
    img.banner,
    iframe.banner{
        /*
        width:230px;
        min-width:230px;
        */
    }



}