@charset "utf-8";
/* CSS Document */


@media only screen and (max-width: 1000px) {

    html {
        background-color: #003664;
    }

    body {
        background-image: none;
    }

    .background-mobile {
        display: block;
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* To compensate for mobile browser address bar space */
        padding: 30px;

    }

    .topmenu {
        background-color: white;
        height: 133px;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: inline-block;
        z-index: 1;
    }

    .h3-shared {
        font-size: 17px;
        padding: 10px;
    }

    .displayMobile {
        display: block;
        text-align: left;
    }

    .displayDesktop {
        display: none;
    }

    #wrapper,
    #wrapper-fr,
    #wrapperTablet {

        width: 100%;
        height: 100%;
        background-image: url(../images/landing-background-tablet.jpg);
        background-repeat: no-repeat;
        background-position: center 0px;
        background-attachment: fixed;
        background-size: cover;
    }

    #content {
        width: 100%;
        padding: 0px 0px 0px 0px;
    }

    header {
        font-size: 30px;
        font-weight: 700;
        text-shadow: 3px 4px 10px #000;
        text-align: center;
        position: static;
        margin-top: 20px;
    }

    /*-------------------------------------------------------------------------------------------------
nav
-------------------------------------------------------------------------------------------------*/
    nav {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }

    .marginLeft-nav {
        margin-left: 0px
    }

    /*-------------------------------------------------------------------------------------------------
section prescribed copaxone
-------------------------------------------------------------------------------------------------*/
    .Prescribed-Copaxone-mobile {
        background-color: #003663;
        width: 92%;
        line-height: 120%;
        position: absolute;
        left: 2%;
        display: block;
        padding: 20px 2%;
        text-align: left;
        z-index: 50;
    }

    .Prescribed-Copaxone-left-Title {
        color: #ffff00;
        font-size: 22px;
        font-weight: 700;
        text-align: left !important;
    }

    .Prescribed-Copaxone-right-DIN {
        padding: 0px;
        color: #FFFFFF;
        font-size: 30px;
        text-align: right;
        font-weight: 600;
        background: none;
        border: none;
        margin: 10px 0px 20px 0px;
    }

    .PositionClose-Copaxone {
        margin: 200px -16px 0px 0px;
    }

    /*-------------------------------------------------------------------------------------------------
section no-prescribed copaxone
-------------------------------------------------------------------------------------------------*/
    .no-Prescribed-Copaxone {
        background-color: #003663;
        width: 90%;
        min-height: 180px;
        line-height: 130%;
        position: absolute;
        left: 10px;
        top: 140px;
        display: none;
        padding: 10px 2% 10px 2%;
        font-size: 16px;
        text-align: left;
        z-index: 50;
    }

    .marginBottomNo {
        margin-bottom: 20px;
    }

    .PositionClose-no-Copaxone {}

    .no-Prescribed-Copaxone-left-Title {
        color: #ffff00;
        font-size: 20px;
        font-weight: 700;
        text-align: left;
    }

    .position-close-no-Prescribed {
        position: absolute;
        right: 0px;
        top: -30px;
    }

    /*-------------------------------------------------------------------------------------------------
section shared solutions
-------------------------------------------------------------------------------------------------*/
    .shared-solutions {
        margin: 1%;
        display: none;
        position: absolute;
        width: 96%;
        background-color: #003663;
        z-index: 50;
    }

    .shared-solutions-angle {
        display: none;
    }

    .shared-solutions-top {
        width: 100%;
        background-image: none;
        float: none;
        padding-bottom: 10px;
    }

    .shared-solutions-content {
        background-image: none;
        width: 96%;
        padding: 2% 2% 0% 2%;
        margin-top: 20px;
    }

    .shared-solutions-icons {
        float: none;
        margin: 20px 0px 0px 10px;
    }

    .shared-solutions-icons-text {
        float: none;
        margin: 0px 0px 20px 0px;
        width: 95%;
        padding: 10px;
    }

    .position-close-shared-solutions {
        position: absolute;
        right: 0px;
        top: -30px;
    }

    /*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
    .disclaimers {
        padding: 0px 0px 20px 20px;
        font-size: 13px;
        text-align: left;
        width: 90%;
        float: none;
    }

    .logo-disclaimer {
        float: none;
        margin-right: 20px;
    }

    .place-footer {
        background-color: #003664;
        width: 100%;
        position: relative;
        bottom: 0px;
        padding-top: 0px;
    }

    #footer {
        text-align: center;
        position: relative;
        margin: 0 auto;
        padding: 20px 0px 10px 0px;
    }
}

@media only screen and (max-width: 640px) {

    #wrapper,
    #wrapper-fr {
        width: 100%;
        height: 100%;
        background-image: url(../images/mobile-landing-background.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
    }



}