@charset "UTF-8";
html,
body {
    height: 100%;
    background: #fff;
    /*color: #808285;*/
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    min-width: 320px
}
html {
    -webkit-text-size-adjust: none
}
body {
    position: relative;
    height: auto;
    min-height: 100%
}
body>div {
    position: relative;
    width: 100%;
    overflow: hidden
}
a {
    color: #00b2ec;
    text-decoration: underline
}
a:focus,
a:hover {
    color: #00b2ec;
    text-decoration: none
}
a.tel,
a[href^=tel] {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    /*pointer-events: none*/
}
a[href^="tel"].cos-tel {
    display: inline;
}
img {
    max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
    /*color: #58595b;*/
    line-height: normal;
    font-weight: bold
}
h1 {
    font-family: 'News Gothic', sans-serif;
    font-size: 34px
}
h2 {
    font-size: 28px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 21px
}
h5 {
    font-size: 18px
}
h6 {
    font-size: 16px
}
input:focus,
textarea:focus,
select:focus {
    font-size: 16px
}
.wrapper {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden
}
.wrapper:before,
.wrapper:after {
    content: " ";
    display: table;
    clear: both
}
.red {
    color: #e44c16
}
.orange {
    color: #ec8026
}
.yellow {
    color: #fcaf17
}
.gray {
    color: #808285
}
.gray-dark {
    color: #58595b
}
.gray-light {
    color: #939598
}
.bg-red {
    background-color: #e44c16
}
.bg-orange {
    background-color: #ec8026
}
.bg-yellow {
    background-color: #fcaf17
}
.bg-gray {
    background-color: #808285
}
.bg-gray-dark {
    background-color: #58595b
}
.bg-gray-light {
    background-color: #939598
}
.btn {
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    min-width: 200px;
    color: #fff;
    background: #fcaf17;
    border: 0;
    padding: 7px 12px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3)
}
.brand-detailed .btn {
    padding: 10px 12px;
    min-width: 280px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px
}
.btn-yellow {
    color: #fff;
    background: #fcaf17
}
.btn-red {
    color: #fff;
    background: #e44c16
}
.btn-orange {
    color: #fff;
    background: #ec8026
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
    background: #c7c8ca;
    -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3)!important;
    -moz-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3)!important;
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3)!important
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important
}
.control-label {
    font-size: 12px;
    font-weight: normal;
    color: #000
}
.form-control {
    border-color: #939598;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}
.checkbox .checkbox,
.checkbox .radio,
.radio .checkbox,
.radio .radio {
    padding-left: 40px
}
.checkbox label,
.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 40px
}
.checkbox input[type=radio],
.checkbox input[type=checkbox],
.radio input[type=radio],
.radio input[type=checkbox] {
    margin: 0;
    opacity: 0
}
.checkbox label:before,
.radio label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background-color: #f2f2f2;
    border: 1px solid #58595b
}
.checkbox input.input-validation-error~label:before,
.radio input.input-validation-error~label:before {
    color: red!important;
    border-color: red!important
}
.checkbox input[type=radio]:checked~label:after,
.radio input[type=radio]:checked~label:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 100%
}
.checkbox input[type=checkbox]:checked~label:before,
.radio input[type=checkbox]:checked~label:before {
    content: "âœ“";
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 22px
}
.checkbox:before,
.checkbox:after,
.radio:before,
.radio:after {
    content: "";
    display: table;
    clear: both
}
.radio label:before {
    border-radius: 100%
}
.checkbox label:before {
    background-color: #fff
}
.help-block {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0;
    display: none
}
.input-validation-error~.help-block {
    display: block;
    color: red
}
.input-validation-error.form-control,
.input-validation-error.form-control:focus {
    border-color: red
}
label.input-validation-error {
    display: none!important
}
.fade-columns .columns {
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    margin: 0;
    z-index: -1
}
.fade-columns .columns .row {
    height: 100%;
    max-width: 1140px;
    margin: auto
}
.fade-columns .columns .row>div {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(248, 248, 248, 0)), color-stop(100%, #f8f8f8));
    background: -webkit-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background: -o-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background: -ms-linear-gradient(top, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background: linear-gradient(to bottom, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
    background-clip: content-box;
    height: 100%;
    padding: 0 15px
}
.feature-block {
    position: relative;
    z-index: 1;
    margin-top: 20px
}
.feature-block:first-child>.contentBlock div {
    height: 317px;
    line-height: 317px;
    padding-right: 100px
}
.feature-block:first-child>.contentBlock div+div {
    height: auto;
    line-height: normal;
    padding: 20px 0
}
.feature-block:first-child>.contentBlock h1 {
    display: inline-block;
    vertical-align: middle;
    font-size: 39px;
    color: #e44c16;
    line-height: normal;
    margin: 0
}
@media(max-width:1024px) {
    .feature-block:first-child>.contentBlock h1 {
        font-size: 32px
    }
}
.feature-block:first-child>.contentBlock h2 {
    font-size: 25px;
    font-weight: normal;
    color: #58595b;
    line-height: normal
}
@media(max-width:1024px) {
    .feature-block:first-child>.contentBlock h2 {
        font-size: 20px
    }
}
.feature-block:first-child>.contentBlock p {
    color: #58595b;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px
}
@media(max-width:1024px) {
    .feature-block:first-child>.contentBlock p {
        font-size: 16px
    }
}
.feature-block:last-child>.contentBlock {
    height: 585px;
    line-height: 585px
}
.feature-block:last-child>.contentBlock img {
    display: inline-block;
    vertical-align: middle;
    width: auto!important;
    height: auto!important;
    max-width: 100%;
    max-height: 100%
}
.feature-block .home-banner {
    background-color: #f9ad17;
    padding: 90px 30px;
    text-align: center
}
@media(max-width:480px) {
    .feature-block .home-banner {
        padding: 30px
    }
}
.feature-block .home-banner img {
    max-width: 100%;
    height: auto
}
@media(min-width:480px) {
    .feature-block .home-banner div>div:first-child {
        text-align: right;
        padding-right: 10px
    }
}
@media(max-width:768px) {
    .feature-block .columns {
        top: 100px;
        margin: 0 -15px
    }
    .feature-block:first-child>.contentBlock div {
        height: 100px;
        line-height: 100px;
        padding: 0;
        margin-bottom: 20px
    }
    .feature-block:first-child>.contentBlock div+div {
        height: auto;
        line-height: normal;
        padding: 0
    }
    .feature-block:first-child>.contentBlock h1 {
        font-size: 28px
    }
    .feature-block:first-child>.contentBlock h2 {
        font-size: 24px
    }
    .feature-block:first-child>.contentBlock p {
        font-size: 18px
    }
    .feature-block:first-child>.contentBlock br {
        display: none
    }
    .feature-block:last-child>.contentBlock {
        height: auto;
        line-height: normal
    }
    .feature-block:last-child>.contentBlock img {
        margin: 0 auto;
        max-width: 50%
    }
}
@media(max-width:480px) {
    .feature-block:first-child>.contentBlock div {
        height: 100px;
        line-height: 100px
    }
    .feature-block:first-child>.contentBlock h1 {
        font-size: 22px
    }
    .feature-block:last-child>.contentBlock img {
        max-width: 80%
    }
}
.feature-image {
    position: relative;
    margin-top: 20px;
    overflow: hidden
}
.feature-image .wrapper {
    padding: 0
}
.feature-image .wrapper .row {
    margin: 0
}
.feature-image .wrapper .row>div {
    display: table;
    width: 100%
}
.feature-image .wrapper .row>div>div {
    display: table-cell;
    width: 25%;
    vertical-align: middle
}
.feature-image .wrapper .row>div>div:before {
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    width: 28%;
    height: 200%;
    background: #fcaf17;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    border: 18px solid #fff;
    border-left: 0;
    z-index: 1
}
.feature-image .wrapper .row>div>div+div {
    width: 75%
}
.feature-image .wrapper .row>div>div+div:before {
    display: none
}
.feature-image h1 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 34px;
    line-height: normal;
    color: #fff;
    margin: 20px 0;
    padding-right: 35px;
    padding-left: 15px;
    z-index: 2
}
.feature-image p {
    margin: 0
}
.feature-image img {
    width: 100%!important;
    height: auto!important
}
@media(max-width:768px) {
    .feature-image h1 {
        padding: 0 15px;
        font-size: 24px
    }
}
@media(max-width:480px) {
    .feature-image {
        margin-top: 10px
    }
    .feature-image .wrapper .row>div {
        display: block!important
    }
    .feature-image .wrapper .row>div>div {
        display: block!important;
        width: 100%!important;
        padding: 0;
        background: #fcaf17
    }
    .feature-image .wrapper .row>div>div:before {
        display: none!important
    }
    .feature-image .wrapper .row>div>div+div {
        margin-top: 5px;
        background: none
    }
    .feature-image .wrapper .row>div .contentBlock {
        float: none;
        padding: 0
    }
    .feature-image .wrapper .row>div .contentBlock h1 {
        padding: 0 15px
    }
}
.faq h3 {
    color: #e44c16;
    margin: 20px 0
}
.block-accordion .panel-group .panel {
    border-radius: 0;
    border: none
}
.block-accordion .panel-heading {
    padding: 30px
}
.block-accordion .panel-title>a {
    text-decoration: none;
    font-size: 20px;
    color: #58595b
}
.block-accordion .panel-title>a:before {
    content: "â–¼";
    font-size: 30px;
    color: #a2a5a9;
    margin-right: 20px;
    line-height: 20px
}
.block-accordion .panel-title>a.collapsed:before {
    content: "â–º"
}
.block-accordion .panel-group .panel+.panel {
    margin: 0
}
.block-accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    background-color: #7c7f83;
    padding: 30px 30px 30px 86px;
    color: #fff;
    font-size: 20px;
    -webkit-box-shadow: inset 0 50px 50px -50px black;
    -moz-box-shadow: inset 0 50px 50px -50px black;
    box-shadow: inset 0 50px 50px -50px black
}
.terms {
    color: #000
}
.terms h3 {
    color: #e44c16;
    margin: 20px 0
}
.terms li {
    margin: 0 0 20px
}
.terms li span {
    display: inline-block
}
.omap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: right;
    margin-bottom: 20px
}
.omap .date,
.omap .code {
    display: inline-block;
    color: #000;
    font-size: 12px
}
.omap .code {
    margin-left: 15px
}
@media(max-width:768px) {
    .omap {
        position: relative;
        line-height: 20px;
        text-align: center
    }
}
@media(max-width:768px) {
    html {
        zoom: .9
    }
    .btn {
        border-radius: 6px;
        font-size: 20px;
        padding: 6px 40px;
        min-width: 180px;
        -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3);
        box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3)
    }
    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3)!important;
        -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3)!important;
        box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3)!important
    }
    .control-label {
        font-size: 14px
    }
    .form-control {
        height: 48px;
        font-size: 16px
    }
    a.tel,
    a[href^=tel] {
        pointer-events: all
    }
}
@media(max-width:480px) {
    html {
        zoom: .8
    }
}
sub,
sup {
    font-size: .8em;
    line-height: 1;
    top: -.3em
}
.header .header-text,
.header .top-desc {
    font-size: 14px;
    text-align: center;
    padding: 20px;
    color: #b0b2b4
}
@media only screen and (min-width: 768px) {
    .header .header-text,
    .header .top-desc {
        text-align: right;
        padding: 25px 20px 20px 0;
        font-size: 21px
    }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .header .header-text,
    .header .top-desc {
        padding: 25px 0 20px 0
    }
}
.header .logo {
    text-align: center
}
.header .logo .img-responsive {
    display: inline-block;
    width: 200px
}
@media only screen and (min-width: 768px) {
    .header .logo {
        text-align: left;
        padding: 20px 0 0 0
    }
}
@media only screen and (min-width: 1199px) {
    .header .logo {
        padding: 20px 0 0 30px
    }
}
.header .back a {
    margin-left: 20px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    color: #00b2ec;
    white-space: nowrap;
    line-height: 16px;
    height: 16px;
    margin-top: -46px;
    float: left
}
.header .back a:before {
    content: "î¹";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    color: #00b2ec
}
.header .back a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #00b2ec
}
.header .back a:focus,
.header .back a:hover {
    text-decoration: none
}
.header .back a:focus:after,
.header .back a:hover:after {
    border-color: transparent
}
@media only screen and (min-width: 768px) {
    .header .back a {
        margin-left: 0
    }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
    .header .back a {
        float: none
    }
}
@media only screen and (min-width: 1199px) {
    .header .back a {
        margin-left: 30px;
        margin-top: 0
    }
}
#footer {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    z-index: 1
}
#footer p {
    display: inline;
    color: #000;
    font-size: 12px;
    margin: 0
}
#footer a {
    color: #000;
    text-decoration: underline
}
#footer a:hover {
    text-decoration: none
}
#footer .wrapper {
    border-top: 1px dashed #9d9fa2
}
#footer .logo-novartis {
    margin: 20px 0
}
#footer .logo-novartis .logo-link {
    display: inline-block;
    font-size: 0;
    line-height: 45px;
    width: auto;
    height: 45px
}
#footer .logo-novartis .logo-link .logo-image {
    display: block;
    width: 168px;
    height: 45px
}
#footer .footer-nav {
    margin-top: 20px;
    text-align: center
}
#footer .footer-nav .links {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 18px
}
#footer .footer-nav .links li {
    float: left;
    display: block;
    line-height: 20px
}
#footer .footer-nav .links li a {
    color: #7c7e82
}
@media(max-width:768px) {
    #footer .logo-novartis, #footer .terms-of-use, #footer .copyright {
        line-height: 20px;
        text-align: center
    }
    #footer .copyright {
        margin-top: 20px
    }
}
@media(max-width:480px) {
    #footer .terms-of-use, #footer .copyright {
        text-align: left
    }
    #footer .copyright p {
        display: block
    }
    #footer .footer-nav .links li a {
        color: #414042
    }
}
.home-left-text {
    padding: 40px 60px 0 40px;
    font-size: 24px;
    color: #58595b
}
.home-left-text p {
    line-height: 1.4em;
    margin-bottom: 2em
}
.home-left-text em {
    display: block;
    line-height: 1.2em;
    font-size: 18px
}
.home-right-text {
    padding: 20px 0 20px 20px
}
.home-right-text p {
    font-size: 18px
}
.home-right-text h3 {
    font-size: 23px;
    text-transform: uppercase
}
.home-right-text .bold {
    font-weight: bold;
    margin-top: 30px
}
.home-right-text strong {
    color: #333;
    font-family: "Arial Black", sans-serif
}
.home-page {
    margin-bottom: 60px;
    overflow: hidden;
}
.home-page .products {
    margin-bottom: 100px
}
.home-page .products .wrapper {
    /*border-top: 1px dashed #9d9fa2;*/
    padding: 0
}
.home-page .products .row {
    display: table!important;
    table-layout: fixed;
    width: 110%;
    margin: 0
}
.home-page .products .row .column {
    position: relative;
    display: table-cell;
    vertical-align: top;
    float: none;
    /*background: #f8f8f8;*/
    /*padding: 20px;*/
    background-clip: padding-box;
   /* border: 15px solid transparent;*/
    border-top: 0
}
@media(max-width:480px) {
    .home-page .products .row .column {
        float: left;
        display: block
    }
}
.home-page .products .row .column ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0
}
.home-page .products .row .column ul li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 50px
}
.home-page .products .row .column ul li:last-child {
    margin-bottom: 0
}
.home-page .products .row .column ul li .row {
    width: auto;
    margin-top: 10px
}
.home-page .products .row .column ul li .row+.row {
    margin-top: 30px
}
.home-page .products .row .column ul li .letter {
    display: block;
    width: 60px;
    height: 80px;
    /* font-family: 'Arial Black', sans-serif; */
    font-weight: bold;
    line-height: 60px;
    color: #cacbcf;
    font-size: 60px;
    margin: 0;
    padding: 0;
}
.home-page .products .row .column ul li p {
    margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}
.home-page .products .row .column ul li .name {
    font-size: 30px;
    font-weight: normal;
    color: #065da2;
    margin: 0
}
.home-page .products .row .column ul li .name a {
    color: #065da2;
    text-decoration: none;
    border-bottom: 2px solid #065da2
}
.home-page .products .row .column ul li .name a:focus,
.home-page .products .row .column ul li .name a:hover {
    color: #58595b;
    text-decoration: none
}
.home-page .products .row .column ul li .name a span {
    /*display: inline-block;*/
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
}
.home-page .products .row .column ul li .name a p {
    display: inline;
	font-weight: bold;
	text-transform: uppercase;
}
.home-page .products .row .column ul li .name a p span,
.home-page .products .row .column ul li .name a p+p {
    font-size: 16px;
	font-weight: normal;
	text-transform: lowercase;
}

.sciName:before {
    content: ' '; display: block;
}

.home-page .products .row .column ul li .link {
    display: inline-block;
    color: #58595b;
    font-size: 17.5px;
    margin-top: 20px;
    margin-left: 0.5em;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    left: 20px;
}
.home-page .products .row .column ul li .link:focus,
.home-page .products .row .column ul li .link:hover {
    color: #4b494a;
    text-decoration: underline
}
.home-page .products .row:before,
.home-page .products .row:after {
    display: none
}
.generic {
    margin-bottom: 150px;
    margin-top: 30px
}
.generic .drugtitle {
    position: relative;
    font-size: 18px;
    color: #939598;
    margin-top: 30px
}
.generic .title {
    position: relative
}
.generic .title .imageBlock {
    text-align: right;
    background-size: contain;
    background: url(../modules/Boomerang.Copay/Client/Images/bg-card.png) no-repeat right bottom
}
.generic .title .imageBlock p {
    margin: 0
}
.generic .title.shadow .row .descBlock h2 {
    margin-bottom: 25px
}
.generic .title.shadow .row .descBlock h2,
.generic .title.shadow .row .descBlock p {
    max-width: 652px
}
.generic .title.shadow .row .helpBlock {
    clear: both;
    margin-top: 20px
}
.generic .title.shadow .row .helpBlock p {
    max-width: 652px
}
.generic .title .wrapper:after {
    content: "";
    display: block
}
.generic .title .wrapper>.row {
    padding-bottom: 18px
}
.generic .title h2 {
    color: #58595b;
    margin-top: 0
}
.generic .title p {
    font-size: 18px;
    color: #939598;
    margin-bottom: 25px
}
.generic .title .orange {
    color: #ec8026
}
.generic .title img {
    max-width: 65%;
    margin-right: 30px
}
.generic .title:after {
    content: "";
    display: table;
    clear: both
}
.generic .content {
    position: relative;
    margin: 20px 0
}
.generic .content .wrapper form {
    border-top: 1px dashed #9d9fa2;
    padding-top: 30px
}
.generic .content:after {
    content: "";
    display: table;
    clear: both
}
@media(max-width:768px) {
    .generic .title.shadow .row .descBlock {
        min-height: 250px;
        padding-bottom: 66px
    }
    .generic .title br {
        display: none
    }
}
@media(max-width:480px) {
    .generic .title.shadow .row .descBlock {
        float: right;
        min-height: 0;
        padding-bottom: 0;
        margin-top: 30px
    }
    .generic .title h2 {
        font-size: 22px
    }
    .generic .title h2,
    .generic .title h2+p {
        max-width: 100%
    }
    .generic .title img {
        float: none;
        display: block;
        margin: 0 auto;
        height: 230px!important;
        max-width: inherit!important
    }
    .generic .title+.desc {
        margin-top: 20px
    }
}
/*
.modal-open {}.modal {
    background-color: rgba(0, 0, 0, .5)
}
.modal .close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #101010;
    color: #fff;
    position: absolute;
    top: 14px;
    right: 12px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
    border: none;
    padding-right: 30px;
    padding-left: 30px
}
.modal .modal-header {
    padding-right: 40px;
    padding-top: 25px
}
.modal .modal-header .modal-title {
    font-size: 16px;
    font-weight: normal;
    color: #59595b
}
.modal .modal-body {
    font-size: 16px;
    color: #59595b
}
*/
.brand-page .content form>div {
    display: block;
    counter-reset: quest-counter
}
.brand-page .content form>div>div {
    position: relative;
    font-size: 26px;
    font-weight: bold;
    color: #939598;
    padding-left: 40px;
    padding-top: 5px
}
.brand-page .content form>div>div:before {
    content: counter(quest-counter) ".";
    counter-increment: quest-counter;
    position: absolute;
    display: none;
    left: 0;
    top: 0
}
.brand-page .content form>div>div p {
    font-size: 20px;
    font-weight: normal;
    color: #58595b;
    margin-bottom: 30px
}
.brand-page .content form>div>div label p {
    margin-bottom: 0
}
.brand-page .content form>div>div>p {
    max-width: 690px
}
.brand-page .content form .btn {
    margin: 10px 0 25px
}
.brand-page .content .question {
    margin-bottom: 30px
}
.brand-page .content .question .radio {
    display: block;
    margin: 0 0 10px;
    padding: 0
}
.brand-page .content .question .radio label {
    font-size: 20px;
    color: #58595b;
    max-width: 520px
}
.brand-page .content .question-warning {
    margin-bottom: 30px
}
.brand-page .content .question-warning .info-block {
    position: relative;
    padding: 0 2px 2px;
    border-top: 9px solid #e44c16;
    background: #e4e5e6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTVlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e5e6), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e4e5e6 0%, #f7f7f7 100%)
}
.brand-page .content .question-warning .info-block div {
    position: relative;
    padding: 25px 15px 15px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%)
}
.brand-page .content .question-warning .info-block div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 14px;
    top: 0;
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAnSURBVHjaYrx6/cZ/BgYGBi0NdUYGBgYGJgY0wPj//38UAQwVgAEAYksHAfojrLIAAAAASUVORK5CYII=") 0 0 repeat
}
.brand-page .content .question-warning .info-block h4 {
    font-size: 18px;
    font-weight: bold;
    color: #e44c16;
    margin-top: 0
}
.brand-page .content .question-warning .info-block p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 0
}
.brand-page .content .question-warning .info-block span {
    display: inline-block
}
.brand-page .content .quest {
    position: relative
}
.brand-page .content .quest .quest-number {
    width: auto;
    position: absolute;
    left: -40px;
    top: 0
}
.brand-page .content .quest .quest-number p {
    margin: 0;
    padding: 0
}
.brand-page .content .quest .quest-body {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: normal;
    color: #58595b;
    padding-top: 7px;
    max-width: 690px
}
.brand-page .content .quest .quest-body p {
    margin: 0;
    padding: 0
}
.brand-page .brand-detailed {
    border-bottom: 2px dotted #9d9fa2;
    margin-left: -40px
}
.brand-page .brand-detailed h2 {
    color: #e44c16;
    font-size: 24px!important;
    margin-bottom: 15px
}
.brand-page .brand-detailed p {
    padding: 0 12px;
    font-size: 16px!important;
    margin-bottom: 15px!important;
    position: relative
}
.brand-page .brand-detailed p:first-of-type:before {
    content: "â€¢";
    position: absolute;
    top: 0;
    left: 0
}
.brand-page .brand-detailed ul {
    list-style: none;
    padding: 0 12px;
    font-size: 16px!important;
    font-weight: normal;
    color: #59595b;
    margin-bottom: 15px!important;
    position: relative
}
.brand-page .brand-detailed ul li {
    margin: 0;
    padding: 0
}
.brand-page .brand-detailed ul:before {
    content: "â€¢";
    position: absolute;
    top: 0;
    left: 0
}
.brand-page .brand-detailed ul+p:first-of-type:before {
    display: none
}
.brand-page .brand-detailed p+ul {
    margin-top: 40px
}
.brand-page .block-rich-text p {
    color: #59595b!important;
    font-size: 16px!important
}
.brand-page .anchors {
    margin-bottom: 20px
}
.brand-page .anchors p {
    color: #59595b!important;
    font-size: 16px!important
}
.brand-page .anchors p:first-of-type {
    margin-bottom: 50px
}
.brand-page .anchors a {
    color: #e44c16;
    margin-right: 30px;
    font-size: 18px
}
.brand-page .digione-link {
    width: auto;
    display: inline-block;
    margin-bottom: 30px
}
.brand-page .digione-link a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    min-width: 280px;
    color: #fff;
    background: #fcaf17;
    border: 0;
    line-height: 1.42857143;
    padding: 10px 12px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, .5), inset 0 -5px 5px rgba(0, 0, 0, .3)
}
.brand-page .digione-link a:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)!important
}
.brand-page .digione-link a:hover {
    color: #333;
    text-decoration: none
}
@media(max-width:768px) {
    .brand-page .content form ol li>p {
        max-width: 100%
    }
    .brand-page .digione-link a {
        font-size: 20px;
        min-width: 382px;
        -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3);
        -moz-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3);
        box-shadow: inset 0 2px 2px rgba(255, 255, 255, .5), inset 0 -2px 2px rgba(0, 0, 0, .3)
    }
}
@media(max-width:480px) {
    .brand-page .anchors p:first-of-type {
        margin-bottom: 0
    }
    .brand-page .anchors a {
        display: block;
        padding: 10px 0
    }
    .brand-page .digione-link a {
        font-size: 18px;
        min-width: 360px
    }
    .brand-page .brand-detailed .btn {
        font-size: 18px;
        min-width: 360px
    }
}
.signup-page .content .error .form-control {
    border: 1px solid red
}
.signup-page .content form .form-group {
    padding-right: 15px;
    margin-top: 15px
}
.signup-page .content form .form-group .form-control+.form-control,
.signup-page .content form .form-group .form-control~.form-control {
    margin-top: 10px
}
.signup-page .content form .btn {
    margin: 0 auto
}
.signup-page .content form .irma-error {
    color: red;
    line-height: 1.4 em
}
@media only screen and (min-width: 768px) {
    .signup-page .content form .btn {
        margin: 40px auto 30px
    }
}
.signup-page .content p {
    max-width: 730px;
    margin-bottom: 20px
}
.signup-page .content .control-label {
    font-size: 16px;
    font-weight: normal;
    color: inherit
}
.signup-page .content .register-warning {
    margin-bottom: 30px
}
.signup-page .content .register-warning .info-block {
    position: relative;
    padding: 0 2px 2px;
    border-top: 9px solid #e44c16;
    background: #e4e5e6;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTVlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e5e6), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #e4e5e6 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #e4e5e6 0%, #f7f7f7 100%)
}
.signup-page .content .register-warning .info-block div {
    position: relative;
    padding: 25px 15px 15px;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e9e9e9));
    background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
    background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%)
}
.signup-page .content .register-warning .info-block div:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 14px;
    top: 0;
    left: 0;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAAnSURBVHjaYrx6/cZ/BgYGBi0NdUYGBgYGJgY0wPj//38UAQwVgAEAYksHAfojrLIAAAAASUVORK5CYII=") 0 0 repeat
}
.signup-page .content .register-warning .info-block h4 {
    font-size: 18px;
    font-weight: bold;
    color: #e44c16;
    margin-top: 0
}
.signup-page .content .register-warning .info-block p {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 0
}
.signup-page .content .register-warning .info-block span {
    display: inline-block
}
.download-page .content {
    margin-bottom: 100px
}
.download-page .content .image {
    text-align: left
}
.download-page .content img {
    max-width: 230px;
    margin-top: -30px
}
.download-page .content .btn {
    margin: 10px auto 30px
}
.download-page .content p {
    color: #58595b
}
@media(max-width:768px) {
    .download-page .content {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABCCAQAAAA80HTAAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAA5SURBVAjXY4jVZmJmYGJiYGIBk8xICMJlYcCpABMxMeAzjQlJDbIIMpsRRjIhiTMikUBBBiRxsCAA344BrPSW18UAAAAASUVORK5CYII=") left bottom repeat-x
    }
    .download-page .content .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        margin-top: -40px;
        margin-left: -100px;
        margin-bottom: 0
    }
    .download-page .content .desc,
    .download-page .content .image {
        display: table-cell;
        float: none;
        vertical-align: top
    }
    .download-page .content .image {
        text-align: center
    }
    .download-page .content img {
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 20px
    }
    .download-page .content br {
        display: none
    }
}
@media(max-width:480px) {
    .download-page .content .btn {
        position: relative;
        display: table;
        top: 0;
        left: 0;
        margin: 20px auto;
        width: auto
    }
    .download-page .content .desc,
    .download-page .content .image {
        display: block;
        float: left
    }
    .download-page .content .image {
        padding-bottom: 15px
    }
    .download-page .content img {
        max-width: 75%;
        margin-bottom: 0
    }
}
.sb-slidebar {
    z-index: -1!important
}
#splash,
#overlay {
    display: none
}
#overlay {
    background-color: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    left: 0;
    top: 0;
    position: absolute
}
#splash {
    z-index: 9999999;
    position: fixed;
    top: 0
}
#splash #lightbox {
    z-index: 9999999;
    position: absolute;
    line-height: 0;
    text-align: left;
    top: 88px;
    left: 29.5%
}
#lightbox-container-popup-box {
    background: transparent none repeat scroll 0% 0%;
    width: 40.8%;
    position: fixed;
    margin: 0 auto;
    left: 29.5%
}
#lightbox-container-popup {
    padding: 0;
    width: 100%;
    height: auto
}
#jquery-lightbox .popup-container {
    width: 100%;
    height: 300px;
    z-index: 10000
}
.popup-body {
    clear: both
}
.popup-header-bar {
    clear: both;
    font-size: 0;
    line-height: 0
}
.popup-footer {
    clear: both;
    font-size: 0;
    line-height: 0
}
.popup-header-bar-left {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/top-left-image.png") no-repeat scroll 0 0;
    padding-left: 11px;
    height: 12px
}
.popup-header-bar-right {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/top-right-image.png") no-repeat scroll right 0;
    padding-right: 12px;
    height: 12px
}
.popup-header-bar-mid {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/top-mid-image.png") repeat-x scroll 0 0;
    height: 12px
}
.popup-body-bar-left {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/mid-left-image.png") repeat-y scroll 0 0;
    padding-left: 11px
}
.popup-body-bar-right {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/mid-right-image.png") repeat-y scroll right 0;
    padding-right: 12px
}
.popup-body-bar-mid {
    background: #efefed none repeat scroll 0% 0%
}
.popup-header {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/popup-header-bg.jpg") repeat-x scroll 0 0;
    height: 39px
}
.popup-header h3 {
    margin: 0;
    display: inline-block;
    float: left;
    padding: 6px 0 0 8px;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold
}
.popup-header h3 {
    margin-left: 19px;
    margin-top: 6px;
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/privacy-novartis-logo.png") no-repeat scroll 0% 0%;
    height: 22px;
    width: 139px
}
.popup-header a.close {
    background-image: url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/pop-close.png");
    display: inline-block;
    width: 23px;
    height: 23px;
    float: right;
    margin: 7px 8px 0 0;
    position: relative
}
.popup-body-bar-mid .popup-content {
    padding: 10px 14px 7px;
    border: medium none
}
#jquery-lightbox {
    text-align: left;
    line-height: 0
}
.popup-body-bar-mid .text-cont {
    padding: 11px 0 0
}
.popup-footer-bar-left {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/bottom-left-image.png") no-repeat scroll;
    padding-left: 11px;
    height: 13px
}
.popup-footer-bar-right {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/bottom-right-image.png") no-repeat scroll right 0;
    padding-right: 12px;
    height: 13px
}
.popup-footer-bar-mid {
    background: transparent url("../modules/Boomerang.Copay/Client/Images/privacy-lightbox/bottom-mid-image.png") repeat-x scroll 0 0;
    height: 13px
}
#splash #lightbox p {
    font: 10px arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    padding: 5px 7px 0 7px
}
#splash #lightbox a {
    color: #0060ff;
    text-decoration: underline
}
#splash #lightbox .privacy-message.last {
    padding-top: 10px
}
@media only screen and (min-width: 240px) and (max-width: 640px) {
    #lightbox-container-popup-box {
        width: 100%;
        left: 0
    }
    #splash #lightbox {
        left: 0;
        top: 50px
    }
    .popup-body-bar-mid .popup-content {
        padding: 0
    }
}
@media only screen and (min-width: 240px) and (max-width: 640px) and (orientation: landscape) {
    #lightbox-container-popup-box {
        width: 85%;
        left: 7%
    }
    #splash #lightbox {
        left: 8%;
        top: 20px
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    #lightbox-container-popup-box {
        width: 70%;
        left: 15%
    }
    #splash #lightbox {
        left: 15%
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    #lightbox-container-popup-box {
        width: 55%;
        left: 22%
    }
    #splash #lightbox {
        left: 24%
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    #lightbox-container-popup-box {
        width: 83%;
        left: 8%
    }
    #splash #lightbox {
        left: 8%;
        top: 100px
    }
}
@media only screen and (device-height: 600px) and (device-width: 1024px) and (orientation: landscape) {
    #lightbox-container-popup-box {
        width: 53%;
        left: 23%
    }
    #splash #lightbox {
        left: 25%;
        top: 100px
    }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {}@media only screen and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
    #lightbox-container-popup-box {
        width: 90%;
        left: 5%
    }
    #splash #lightbox {
        left: 5%;
        top: 30px
    }
}
@media screen and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) {}@media screen and (device-width: 414px) and (device-height: 736px) and (orientation: landscape) {
    #lightbox-container-popup-box {
        width: 80%;
        left: 10%
    }
    #splash #lightbox {
        left: 9%;
        top: 40px
    }
}