/* custom style-sheet */
@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo-Black.eot");
    src: url("../fonts/Heebo-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Black.woff2") format("woff2"), url("../fonts/Heebo-Black.woff") format("woff"), url("../fonts/Heebo-Black.ttf") format("truetype"),
        url("../fonts/Heebo-Black.svg#Heebo-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo-Medium.eot");
    src: url("../fonts/Heebo-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Medium.woff2") format("woff2"), url("../fonts/Heebo-Medium.woff") format("woff"), url("../fonts/Heebo-Medium.ttf") format("truetype"),
        url("../fonts/Heebo-Medium.svg#Heebo-Medium") format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo-Bold.eot");
    src: url("../fonts/Heebo-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Bold.woff2") format("woff2"), url("../fonts/Heebo-Bold.woff") format("woff"), url("../fonts/Heebo-Bold.ttf") format("truetype"),
        url("../fonts/Heebo-Bold.svg#Heebo-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo-ExtraBold.eot");
    src: url("../fonts/Heebo-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-ExtraBold.woff2") format("woff2"), url("../fonts/Heebo-ExtraBold.woff") format("woff"),
        url("../fonts/Heebo-ExtraBold.ttf") format("truetype"), url("../fonts/Heebo-ExtraBold.svg#Heebo-ExtraBold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"),
        url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Heebo";
    src: url("../fonts/Heebo-Regular.eot");
    src: url("../fonts/Heebo-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Heebo-Regular.woff2") format("woff2"), url("../fonts/Heebo-Regular.woff") format("woff"), url("../fonts/Heebo-Regular.ttf") format("truetype"),
        url("../fonts/Heebo-Regular.svg#Heebo-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Bold.eot");
    src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"),
        url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Heebo";
    color: #25282a;
}
a,
button {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #712277;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
input:focus,
button:focus {
    outline: none;
}
section {
    position: relative;
}
.top-nav {
    text-align: center;
}
.top-nav-items {
    padding: 15px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.top-nav-items ul.second-nav li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #712277;
    line-height: 15px;
}
.top-nav-items ul.second-nav li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.top-nav-items ul.second-nav li a {
    color: #712277;
    font-weight: 600;
    line-height: 15px;
    font-size: 0.75rem;
}
.top-nav-items ul.second-nav li a:hover {
    opacity: 0.8;
}

.top-nav-items .dropdown .dropdown-toggle {
    background-color: #712277;
    font-weight: 600;
    line-height: 15px;
    font-size: 0.75rem;
    color: #fff;
    padding: 3px 15px;
    border-radius: 6px;
    padding-right: 25px;
    position: relative;
}

.top-nav-items .dropdown {
    margin-right: 20px;
}
.top-nav-items .dropdown-toggle::after {
    background-image: url(../images/arrow-down.png);
    border: 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 8px;
    top: 8px;
}
.top-nav-items .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    top: 2px;
}


.top-nav-items ul.dropdown-menu {
    border: 0;
    padding: 0;
    border-radius: 0;
    background-color: #712277;
    margin-left: 50% !important;
}
.top-nav-items ul.dropdown-menu a.dropdown-item {
    color: #fff;
    font-weight: 600;
    line-height: 15px;
    font-size: 0.75rem;
    border-bottom: 2px solid #fff;
    padding: 12px 15px;
}
.top-nav-items ul.dropdown-menu a.dropdown-item:hover{
    background-color: #fff;
    color: #712277;
}




.hero {
    background-color: #6c3b80;
    padding: 70px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/gradient-v_r1_desktop.png);
}
img.vraylar-logo {
    max-width: 274px;
    margin-bottom: 40px;
}
.hero-inner h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.hero-inner {
    margin: 0 auto;
    max-width: 740px;
}
.hero-inner h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.theme-btn {
    background-color: #702a78;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: 3px solid #fff;
    width: 100%;
    padding: 6px 10px;
}
.theme-btn:hover {
    background-color: #702a78;
    border: 3px solid #702a78;
    color: #fff;
}
.hero-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    margin-bottom: 65px;
}
.hero-inner p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}
.content-inner h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.content-inner {
    padding: 60px 0;
}
.content-inner h4 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1rem;
}
.content-inner p {
    margin-bottom: 1rem;
}
.content-inner ul {
    list-style-type: disc;
    padding-left: 18px;
    position: relative;
    margin-bottom: 20px;
}
.content-inner ul li {
    margin-bottom: 6px;
}
.content-inner ul li ul {
    list-style-type: none;
    margin-top: 15px;
    padding-left: 0;
}
.content-inner ul li ul li {
    position: relative;
    padding-left: 15px;
}
.content-inner ul li ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}
.content-inner a {
    color: #712277;
    text-decoration: underline;
}
.footer {
    background-color: #343434;
    padding: 50px 0;
}
ul.footer-mainNav {
    margin: 15px 0;
}
img.AbbVie_Logo {
    margin-bottom: 25px;
}
ul.footer-mainNav li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #fff;
    line-height: 15px;
}
ul.footer-mainNav li:last-child {
    border-right: 0;
}
ul.footer-mainNav li a {
    color: #ffffff;
    font-weight: 500;
    line-height: 15px;
    font-size: 13px;
}
ul.footer-mainNav li a img {
    width: 30px;
    margin-left: 5px;
}
.footer-content p {
    color: #ffffff;
    font-weight: 500;
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 25px;
}
.footer-content {
    margin-top: 40px;
}
p.footer-text {
    text-align: left;
    max-width: 910px;
    margin: 0 auto;
    margin-top: 40px;
}
.back-to-top {
    background: #dedede;
    border: solid 1px #ccc;
    position: fixed;
    right: 0;
    bottom: 30%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    transition: opacity 0.3s;
    opacity: 0;
}
.back-to-top svg {
    width: 18px;
}
.showDiv {
    opacity: 1;
}
.securityInfo .content-inner {
    padding: 25px 0;
}
.securityInfo {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0px 2px 17px 2px rgb(112 112 112);
    cursor: pointer;
    background: #f3f3f3;
}
.securityInfo .securityInfo_inner {
    height: 170px;
    transition: height 0.4s;
    overflow: hidden;
    position: relative;
}
.securityInfo.hideSecurityInfo .securityInfo_inner {
    height: 0;
}
.securityInfo .securityInfo_inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 206;
    height: 50px;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0, #f3f3f3 100%);
}
.securityInfo .content-inner h3 {
    font-size: 18px;
    margin-bottom: 8px;
}
.securityInfo .content-inner p,
.securityInfo .content-inner h4 {
    margin-bottom: 8px;
}
.showMore {
    position: absolute;
    right: 55px;
    top: 15px;
}
.showMore a {
    display: flex;
    align-items: center;
    color: #712277;
    font-weight: 700;
    justify-content: flex-end;
}
.showMore a svg {
    fill: #712277;
    margin-left: 5px;
    width: 20px;
    height: 20px;
}
.showMore a.less {
    display: none;
}
.securityInfo.securityInfoHeight .securityInfo_inner {
    overflow: auto;
    height: 70vh;
    padding-right: 110px;
    margin-top: 30px;
}
.showMore.showLess a.less {
    display: flex;
}
.showMore.showLess a.more {
    display: none;
}
.securityInfo.securityInfoHeight .row .col-md-4,
.securityInfo.securityInfoHeight .row .col-md-8 {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
.securityInfo.securityInfoHeight .row .col-md-4 .content-inner {
    padding-bottom: 0;
}
.securityInfo.securityInfoHeight .row .col-md-8 .content-inner {
    padding-top: 0;
}
.showMore.showLess {
    top: 0;
}

body.bodyOverFlow {
    overflow: hidden;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
}
.overlay.showOverlay {
    opacity: 0.8;
    display: block;
}
.securityInfo.securityInfoHeight .securityInfo_inner::after {
    display: none;
}
.modal-content {
    border: 0;
    border-radius: 20px;
    text-align: center;
    padding: 30px;
}
.modal-dialog {
    max-width: 600px;
    margin-top: 5%;
}
button.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #000;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    background-size: 10px;
    background-position: center;
    padding: 0;
}
.modal-content-inner h3 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 25px;
}
.modal-content-inner p {
    margin-bottom: 15px;
}
.modal-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 25px;
    max-width: 420px;
    margin: 0 auto;
    margin-top: 30px;
}
.modal-btns a {
    background-color: #712277;
    width: 100%;
    display: block;
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    padding: 12px 0;
}
.modal-btns a:hover {
    opacity: 0.8;
}
h6.footer-h6 {
    text-align: right;
    color: #25282a;
    margin-top: 35px;
    margin-bottom: 0;
    font-weight: 400;
}
section.securityInfo.hideSecurityInfo {
    box-shadow: none;
}
.topBar {
    background-color: #ecf0f1;
    padding: 5px 10px;
}
.topBar p,
.topBar p a {
    color: #712277;
    font-size: 14px;
    font-weight: 500;
}
.topBarSecond {
    background-color: #00807c;
    padding: 5px 10px;
}
.topBarSecond p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.navbar-brand img {
    max-width: 190px;
}
.banner-bg {
    background: transparent linear-gradient(99deg, #712277 30%, #4daca8 100%) 0% 0% no-repeat padding-box !important;
}
.banner-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}
.banner-content p {
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 18px;
}
.banner-content h4 {
    color: gold;
    font-weight: 600;
    font-size: 28px;
}
.page-heading h2 {
    color: #25282a;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.fixed-container {
    max-width: 920px;
}
.page-heading h2 span {
    color: #712277;
}
.page-heading {
    padding: 50px 0;
}
.divider {
    height: 6px;
    background-image: url(../images/divider.png);
    background-size: 100% 100%;
}
.como-block {
    padding: 50px 0;
}
.como-block h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.como-featured {
    background: rgb(0, 173, 169);
    background: linear-gradient(90deg, rgba(0, 173, 169, 1) 0%, rgba(106, 48, 122, 1) 100%);
    margin: 25px 0;
    color: #fff;
    font-weight: 500;
    padding: 30px;
    font-size: 18px;
}
.como-block p {
    padding: 0 20px;
}
.como-block h2 img {
    max-width: 75px;
    margin-right: 10px;
}
.como-block h3 {
    font-weight: 600;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 30px;
}
.como-block-col {
    margin-top: 35px;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.como-block-col img {
    height: 75px;
    margin-bottom: 25px;
}
.como-block-col h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.como-block-gray {
    background-color: #f0f0f0;
    padding: 30px 60px;
}
.como-block-gray h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px;
}
.como-block-gray-col h6 {
    color: #25282a;
    font-weight: 600;
    border-bottom: 1px solid #25282a;
    padding-bottom: 15px;
    margin-bottom: 15px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.como-block-gray-col {
    margin-bottom: 25px;
}
.como-block-gray p {
    margin-bottom: 18px;
}
.colorPurple {
    color: #712277;
}
.como-table-row {
    display: grid;
    grid-template-columns: 250px 115px 1fr 1fr;
    align-items: center;
    grid-column-gap: 5px;
    border-bottom: 1px solid #cccccc;
    font-weight: 500;
}
.como-table {
    max-width: 800px;
    margin: 30px auto;
    margin-bottom: 0;
}
.como-table-header {
    color: #712277;
    font-weight: 600;
    border-bottom: 8px solid transparent;
}
.como-gradient {
    background: rgb(123, 41, 123);
    background: linear-gradient(90deg, rgba(123, 41, 123, 1) 0%, rgba(4, 166, 168, 1) 100%);
    color: #fff;
    padding: 10px 0;
}
.banner-content01 {
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding-left: 150px;
}
.banner-content01 h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.banner-content01 p {
    font-weight: 500;
}
.content-blockv2 .content-inner h1 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}
.content-blockv2 .content-inner p small {
    font-size: 12px;
}
.content-blockv2 .content-inner p.mb-1 {
    line-height: 12px;
}
.bannerv04 {
    padding: 50px 0;
    color: #fff;
}
.bannerv04 h2 {
    color: #fff;
    margin: 0;
    font-weight: 700;
}
.content-blockv3 {
    background-color: #f7f7f7;
}
p.graph-text {
    line-height: 14px;
    margin-top: 10px;
}
.topBarSecond.bg-purple {
    background-color: #712277;
}
.banner-04 {
    background-image: url(../images/banner04.png);
    background-size: cover;
    padding: 90px 0;
}
.banner-content04 h2 {
    color: #007f86;
    font-weight: 700;
    margin: 0;
    padding-left: 150px;
}
.content-blockv4 {
    padding: 60px 0;
}
.content-blockv4 h2 {
    color: #007f86;
    font-weight: 700;
    margin-bottom: 20px;
}
.content-inner04-inner {
    margin-top: 70px;
}
.content-inner04-inner img {
    height: 90px;
    margin-bottom: 30px;
}
p small {
    font-size: 12px;
    font-weight: 400;
}
.blockv5-left h2 {
    color: #007f86;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
}
.content-blockv5 {
    background-image: url(../images/sch-did-uknw.jpg);
    background-size: cover;
    padding: 45px 0;
}
.blockv5-left {
    padding: 50px 0;
    border-right: 3px solid #007f86;
}
.blockv5-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
}
.pagina {
    margin-top: 50px;
}
.pagina h3 {
    font-weight: 500;
    font-size: 24px;
}
.pagina ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.pagina ul li {
    display: inline-block;
    border-right: 1px solid #712277;
    padding-right: 25px;
    margin-right: 25px;
}
.pagina ul li a {
    text-decoration: none;
    font-weight: 500;
}
.content-blockv6 {
    background-color: #712277;
    color: #fff;
    padding: 60px 0;
}
.blockv6-inner h2 {
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.content-blockv7 {
    padding: 60px 0;
}
.blockv7-inner h2 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
}
.blockv7-table-head {
    margin-bottom: 15px;
}
.blockv7-table-head h3 {
    color: #343434;
    background-color: #fec844;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    padding: 5px 15px;
}
.blockv7-table-row {
    display: grid;
    grid-template-columns: 300px auto;
    grid-column-gap: 15px;
}
.blockv7-table-row p{
    padding: 15px 15px;
    border-bottom: 1px solid #b7b9c1;
}