/*----------------------------------*/
/*			CSS GERAL				*/
/*----------------------------------*/

* {
    margin: 0;
}

html {
    position: relative;
    overflow-x: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-tap-highlight-color: transparent;
}

/*=================
Section Main Navigation
==================*/

.navigation {
    margin-bottom: 20px;
}

.nav_header {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*=================
Text Styles
==================*/

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.txt_bold {
    font-weight: 700;
}

.txt_italic {
    font-style: italic;
}

p {
    font-size: 14px;
    color: #3f3f3e;
}


/*=================
Banner
==================*/

.novartisImage {
    background: url('../images/banner.jpg') no-repeat center left;
    background-size: cover;
    padding-left: 0;
    padding-right: 0;
    height: 300px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}



.stripes {
    padding-left: 0;
    padding-right: 0;
}

.stripes img {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.novartisInfo {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 3px;
    margin-bottom: 3px;
}

.novartisInfo {
    margin-top: 35px;
}

.novartisInfo p span.content {
    vertical-align: middle;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    font-size: 24px;
    line-height: inherit;
}

span.txtRegular {
    font-size: 20px;
    line-height: auto;
}

span.txtSignature {
    font-size: 16px;
    line-height: 0px;
}

hr {
    width: 90%;
    height: 5px;
    border: none;
    background: #6e6e6e;
    border-radius: 25px;
}


/*=================
Section Footer
==================*/

footer {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer.refs {
    background-color: inherit;
}

footer p {
    text-align: justify;
    font-size: 10px;
    line-height: 10px;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 0px;
}

.legalInfo p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
}

.legalInfo a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.rcm {
    margin-top: 10px;
    margin-bottom: 10px;
}

.rcm p {
    margin-bottom: 15px;
}

.novaris_logo {
    width: 100%;
    max-width: 440px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.novaris_logoFooter {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    margin-bottom: 15px;
}

/*----------------------------------*/
/*		LAYOUT BREAKPOINTS			*/
/*----------------------------------*/

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

}

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

}

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

    html.h-100 {
        height: inherit;
    }

    footer p {
        text-align: left;
    }

    .banner_img {
        display: none;
    }
}

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

}

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

    body {
        background: #ffffff;
    }

    .novaris_logo {
        margin-top: 20px;
        max-width: 340px;
    }

    .nav_header {
        padding-top: 80px;
    }

}

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


}

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


}

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

}



