body {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #58595b;
    font: 18px/22px 'StandardCT-Regular', arial, san-serif;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.preload {
    visibility: hidden;
}

.wrapper {
    overflow: hidden;
}

.container:after {
    clear: both;
    content: '';
    display: block;
}

a[href*="tel:"] {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

a {
    color: #1d55a3;
    outline: none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

strong {
    font-family: 'StandardCT-Bold';
}

p {
    margin: 0 0 22px
}

sup {
    font-size: 50%;
    vertical-align: super;
    line-height: 0;
}

sub {
    font-size: 50%;
    vertical-align: sub;
}

img {
    vertical-align: top;
}

h1 {
    color: #f7941d;
    font: 26px/31px 'StandardCT-MediumCond';
    margin: 0 0 10px;
}

h2 {
    color: #f7941d;
    font: 16px/20px 'StandardCT-Medium';
    margin: 0 0 10px;
}

h3 {
    color: #f7941d;
    font: 15px/18px 'StandardCT-Medium';
    margin: 0 0 10px;
}

h4 {
    color: #f7941d;
    font: 14px/16px 'StandardCT-Medium';
    margin: 0 0 10px;
}

h5 {
    color: #f7941d;
    font: 13px/15px 'StandardCT-Medium';
    margin: 0 0 10px;
}

h6 {
    color: #f7941d;
    font: 12px/14px 'StandardCT-Medium';
    margin: 0 0 10px;
}

h1 span,
h2 span,
h3 span {
    white-space: nowrap;
}

.picture {
    display: block;
}

.section .content {
    padding: 15px;
}

table {
    font-size: 14px;
    line-height: 17px;
    margin: 0 0 20px;
    table-layout: fixed;
    width: 100%;
    word-break: break-word;
}

table th {
    border-bottom: 1px solid #58595b;
    font-family: 'StandardCT-Medium';
    padding: 5px 2px;
    text-align: center;
}

table td {
    border-bottom: 1px solid #58595b;
    padding: 5px 2px;
}

em,
i,
cite {
    font-style: italic;
}

blockquote {
    font-family: 'StandardCT-Medium';
}

code {
    color: #414042;
}

ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

ul li {
    margin: 0 0 5px;
}

dl {
    margin: 0 0 20px;
    overflow: hidden;
    word-break: normal;
}

dl dt {
    float: left;
    margin: 0 10px 0 0;
}

dl dd {
    margin: 0 0 10px;
}

ol {
    list-style-type: decimal;
    padding-left: 10px;
}

ul li{
    list-style: disc;
}
ul li li {
    list-style: circle;
}
ul li li li {
    list-style: square;
}

/* intro section */

.intro-section .hello {
    color: #f7941d;
    display: block;
    font: 80px/80px 'StandardCT-MediumCond';
    letter-spacing: 1px;
    margin: -13px 0 0;
    text-transform: lowercase;
}

.intro-section .text-holder p {
    margin: 0 0 10px;
}

.text-columns {
    overflow: hidden;
    text-align: center;
}

.text-columns .col {
    padding: 26px 0;
    position: relative;
}

.text-columns .col p {
    margin: 0;
}

.text-columns .col:after {
    background: #e6e7e8;
    bottom: 0;
    content: '';
    height: 2px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    width: 34px;
}

.text-columns .col:last-of-type:after {
    display: none;
}

.text-columns .col:first-child {
    padding-top: 7px;
}

.text-columns .col ul{
    text-align: left;
    padding-top: 10px;
    margin: 0;
}

.text-columns ul li{
    list-style: circle;
}

.sub-text-box {
    display: flex;
    Flex-direction: column;
}


/* .sub-text-box .sub-box1 {
  order: 1;
} */

.sub-text-box .sub-box2 {
    order: 2;
}

.sub-text-box .sub-box3 {
    order: 1;
}

.sub-box3 img {
    display: block;
    margin: 0 auto 40px;
    max-width: 268px;
}

.sub-box3 .notes {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 19px;
    text-align: center;
}

.sub-box3 .notes p {
    margin: 0;
}


/* columns section */

.columns-section .content {
    padding-top: 0;
}


/* image section */

.image-section .content {
    padding-bottom: 0;
    padding-top: 0;
}


/* link section */

.link-section {
    color: #1d55a3;
    text-align: center;
}

.link-section .container {
    padding: 30px 25px;
    text-align: center;
}

.link-section a span {
    white-space: nowrap;
}

.link-section a {
    border-bottom: 1px solid #1d55a3;
    text-decoration: none;
}

.link-section a:hover {
    border-color: transparent;
}


/* isi section */

.isi-section,
.info-with-summary-section {
    font-size: 16px;
    line-height: 19px;
}

.isi-section .container {
    padding: 0 15px 15px;
}

.info-with-summary-section .container {
    padding: 0 15px;
}

.isi-section .content,
.info-with-summary-section .content {
    padding: 15px 0 10px;
}

.isi-section h1 {
    font: 22px/26px 'StandardCT-MediumCond';
    margin: 0 0 20px;
}

.isi-section h1 span {
    white-space: nowrap;
}

.isi-section h2,
.info-with-summary-section h2 {
    color: #f7941d;
    font: 22px/26px 'StandardCT-MediumCond';
    margin: 0 0 20px;
    text-transform: uppercase;
}

.isi-section p,
.info-with-summary-section p {
    margin: 0 0 20px;
}

.isi-section strong,
.info-with-summary-section strong {
    color: #000;
    font-family: 'StandardCT-Medium';
}

.isi-section ul,
.info-with-summary-section ul {
    margin: 0 0 19px;
    padding: 0 0 0 20px;
}

.isi-section li,
.info-with-summary-section li {
    margin: 0 0 10px;
    padding: 0;
}

.isi-section li li,
.info-with-summary-section li li{
    margin: 0;
}

.isi-section .indications li,
.info-with-summary-section .indications li{
    margin: 0;
    
}

.isi-tray li ul ul,
.isi-section li ul ul,
.info-with-summary-section li ul ul{
    overflow: hidden;
    margin: 0 0 19px;
    padding: 0 0 0 20px;
}

.isi-tray li ul ul li,
.isi-section li ul ul li,
.info-with-summary-section li ul ul li{
    margin: 0;
}

.indications {
    overflow: hidden;
}

.indications p {
    margin: 0;
}

.indications ul {
    padding-left: 23px;
}

.indications ul ul{
    margin: 0;
}

.info-with-summary-section .content h1+p {
    margin: 0 0 19px;
}

.info-with-summary-section .content ul {
    padding-left: 35px;
}

.path--important-safety-information .info-with-summary-section .content ul {
    padding-left: 23px;
}

.path--important-safety-information h1 br{
    display: none;
}

/* sitemap */

.sitemap {
    background: #e6e7e8;
    font-size: 14px;
    line-height: 16px;
}

.sitemap h3 {
    color: #414042;
    font: 15px/18px 'StandardCT-Bold';
    margin: 0 0 10px;
}

.sitemap ul:not(.contextual-links) {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 185px;
    margin: 0;
    padding: 0;
}

.sitemap ul:not(.contextual-links) li {
    flex: 0 1 auto;
    margin: 0;
    list-style: none;
}

.sitemap ul:not(.contextual-links) li:nth-child(-n+6) {
    width: 62%;
}

.sitemap ul:not(.contextual-links) li:nth-child(n+7) {
    width: 38%;
}

.sitemap ul:not(.contextual-links) a {
    color: #414042;
    display: inline-block;
    margin: 0 0 10px;
    text-decoration: none;
}

.sitemap ul:not(.contextual-links) a:hover {
    text-decoration: underline;
}

.sitemap .sitemap-otsuka-site {
    height: 60px;
    margin: 0 !important;
    max-width: 115px;
}


/* about section */

.about-section h1{
    padding: 0 5%;
    text-align: center;
    margin: 0 0 39px;
    font-size: 28px;
    line-height: 30px;
}

.about-section picture {
    display: block;
    margin: 0 0 18px;
    text-align: center;
}

.about-section img {
    width: 100%;
    max-width: 320px;
}

.about-section h2 {
    color: #58595c;
    font: 24px/28px 'StandardCT-Bold';
    margin: 0 0 10px;
}

.about-section .content-holder {
    display: flex;
    Flex-direction: column;
    font-size: 16px;
    line-height: 19px;
}

.about-section .content-holder__image{
    order: -1;
}
.about-section .text-box--last p{margin: 0;}

.path--about .link-section{
    text-align: left;
}

.about-section .text-box{
    overflow: hidden;
    padding: 0 0 17px;
}

.about-section .text-box--last{
    padding: 0;
    letter-spacing: -.3px;
}
.about-section .text-box--last p{margin: 0;}

.path--about .link-section{
    text-align: left;
}

/* how it works section */

.how-works-section .container {
    padding: 0 15px;
}

.how-works-section .content {
    border-bottom: 3px solid #e4e5e6;
    padding: 15px 0;
}

.how-works-section picture {
    display: block;
    margin: 0 0 10px;
    text-align: center;
}

.how-works-section h2 {
    color: #58595c;
    font: 24px/28px 'StandardCT-MediumCond';
    margin: 0 0 5px;
}

.how-works-section .notes {
    font: 18px/22px 'StandardCT-Regular', sans-serif;
    text-align: left;
}

.how-works-section .notes p {
    margin: 0 0 10px;
}


/* can help section */

.can-help-section .content {
    padding-bottom: 0;
}

.can-help-section h2 {
    color: #58595c;
    font: 24px/28px 'StandardCT-MediumCond';
    margin: 0 0 5px;
}


/* limited section */

.limited-section .content {
    padding: 15px;
}

.limited-section h1 {
    margin: 0 0 10px;
}

.limited-section p {
    margin: 0 0 20px;
}


/* sitemap alone page */

.sitemap-section .list-links li a {
    text-decoration: underline;
}

.sitemap-section .list-links li a:hover {
    text-decoration: none;
}

.sitemap-section .list-links li a sup {
    display: inline-block;
}

.sitemap-section .content {
    padding-bottom: 0;
}

.sitemap-section h1 {
    margin: 0 0 20px;
}

.list-links {
    font-size: 18px;
    line-height: 20px;
    padding: 0;
}

.list-links li {
    padding: 0 0 16px;
    list-style: none;
}


/* FAQ styles on Initial Rollout */

.question {
    position: relative;
    padding-left: 20px;
}

.question p {
    margin: 0;
}

.info-with-summary-section .answer strong,
.info-with-summary-section .question strong {
    color: #58595c;
}

.question strong {
    font: 24px/24px "StandardCT-MediumCond", Arial, Helvetica, sans-serif;
}

.question:before {
    content: "Q:";
    position: absolute;
    left: 0;
    top: 4px;
    font: 16px/19px 'StandardCT-Medium';
}

.answer {
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    margin: 0 0 19px;
}

.answer a {
    white-space: nowrap;
}

.answer:before {
    content: "A:";
    position: absolute;
    left: 0;
    top: -2px;
    font: 16px/19px 'StandardCT-Medium';
}

.content .answer ul,
.info-with-summary-section .content .answer ul {
    padding-left: 15px;
}

.answer+p {
    margin: 0;
}

.section .answer:nth-last-of-type(1),
.section .answer:nth-last-of-type(1) p:last-child {
    margin: 0;
}

.welcome-section {
    text-align: center;
}

.welcome-holder {
    margin: 0 auto;
    max-width: 680px;
}

.welcome-section img {
    display: block;
    margin: 25px auto -35px;
    max-width: 848px;
    width: 100%;
    height: auto;
}

.welcome-section.section h1 {
    margin: 0 0 20px;
}

.welcome-section.section h1+p {
    padding: 0;
}

.welcome-section .text-columns {
    color: #f7941d;
    margin-bottom: 20px;
}

.welcome-section .text-columns .divider1 {
    left: 22%;
}

.welcome-section .text-columns .divider2 {
    left: 56%;
}

.welcome-section.section .content {
    padding-bottom: 0;
}

.path--iframe .content > *,
.path--iframe .sitemap,
.path--iframe .link-section
{
    display:none;
}

.path--iframe .content div.carousel-box{
    display: block;
}

@media only screen and (min-width: 480px) {
    .sitemap .sitemap-otsuka-site {
        height: auto;
        margin: 0 0 10px !important;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    button {
        cursor: pointer;
        padding: 0;
    }
    button:focus {
        outline: none;
    }
    .container {
        margin: 0 auto;
        max-width: 960px;
    }
    body {
        color: #58595c;
        font: 16px/19px "StandardCT-Regular", Arial, Helvetica, sans-serif;
    }
    a {
        color: #1d55a3;
        outline: none;
        text-decoration: underline;
    }
    a:hover {
        text-decoration: none;
    }
    sup {
        font-size: 50%;
        vertical-align: super;
    }
    .section .content {
        padding: 50px 35px;
    }
    /* .wrapper {
    padding: 0 0 185px;
  } */
    .btn {
        background: #1d55a3;
        border: 2px solid #003697;
        color: #fff;
    }
    .sitemap {
        border: 0;
    }
    .section h1 {
        color: #f7941d;
        font: 32px/37px "StandardCT-MediumCond", Arial, Helvetica, sans-serif;
        margin: 0 0 32px;
    }
    .intro-section .container {
        padding: 0;
    }
    .intro-section .content {
        max-width: 860px;
        padding: 50px 35px 0 35px;
        position: relative;
    }
    .intro-section .hello {
        color: #f7941d;
        font: 105px/70px "StandardCT-MediumCond", Arial, Helvetica, sans-serif;
        left: 34px;
        position: absolute;
        top: 77px;
    }
    .intro-section .text-holder p {
        margin: 0 0 19px;
    }
    .intro-section .text-holder {
        padding-left: 196px;
    }
    /* text columns */
    .columns-section .content {
        padding: 15px 35px 0;
    }
    .text-columns {
        align-items: center;
        display: flex;
        margin: 0 0 20px;
        overflow: hidden;
        position: relative;
        width: 100%;
    }
    .text-columns .divider1,
    .text-columns .divider2 {
        background: #e6e7e8;
        border-radius: 2px;
        height: 100%;
        left: 19%;
        position: absolute;
        top: 0;
        width: 3px;
        z-index: 500;
    }
    .text-columns .divider1 {
        left: 49%;
    }
    .text-columns .col {
        padding: 8px 20px;
        width: 30%;
    }
    .text-columns .col:first-child {
        padding: 8px 20px;
        width: 19%;
    }
    .text-columns .col:last-of-type {
        width: 51%;
    }
    .text-columns .col p {
        margin: 0 auto 5px;
        max-width: 200px;
    }
    .text-columns .col:last-of-type p {
        max-width: 100%;
        text-align: left;
    }
    .text-columns .col:after {
        display: none;
    }
    .sub-text-box {
        align-items: center;
        flex-direction: row;
        padding: 0;
    }
    .sub-text-box .sub-box2 {
        order: 1;
    }
    .sub-text-box .sub-box3 {
        margin-left: 20px;
        min-width: 330px;
        order: 2;
    }
    .sub-box3 img {
        margin-bottom: 0;
    }
    .sub-box3 .notes {
        font: 14px/16px 'StandardCT-Regular', sans-serif;
        margin: 0 0 19px;
    }
    .sub-box3 .notes p {
        margin: 0;
    }
    /* about section */
    .about-section .container {
        overflow: hidden;
    }
    .about-section .content {
        padding: 50px 10px 0;
    }
    .about-section .content-holder {
        border: 0;
        display: block;
        overflow: hidden;
        position: relative;
    }
    .about-section .text-box {
        margin: 0 0 7px;
        overflow: hidden;
        padding: 0;
        text-align: center;
    }

    .about-section .text-box2,
    .about-section .text-box3{
        text-align: right;
        width: 24%;
        position: absolute;
        left: 0;
        padding-left:0;
        top: 15%;
    }
    .about-section .text-box3{
        text-align: left;
        position: absolute;
        left: auto;
        right: 0;
        padding-right:0; 
    }
    .about-section .text-box4{
        text-align: center;
        padding: 0 5%;
        margin: 0 auto 41px;
    }
    .about-section .text-box4 p{
        margin: 0 0 11px !important;
    }
    .about-section .text-box5{
        text-align: left;
        padding: 0 4%;
        margin: 0 0 63px;
    }
    .about-section .text-box--last{
        text-align: center;
        padding: 0 6%;
        margin: 0;
        letter-spacing: 0;
    }
    .path--about .link-section{
        text-align: center;
    }
    .about-section .text-box p {
        margin: 0 0 19px;
    }
    .about-section .text-box--last p{
        margin: 0;
    }
    .about-section img {
        max-width: 100%;
    }
    .about-section h1 {
        margin: 0 0 43px;
        font-size: 39px;

    }
    .content-holder__info{
        margin: 0 auto;
        max-width: 500px;
    }
    .content-holder__image{
        max-width: 44%;
        margin: 0 auto;
    }
    .about-section h1+p {
        margin: 0;
        max-width: 540px;
    }
    .about-section h2 {
        font: 24px/24px "StandardCT-Bold", Arial, Helvetica, sans-serif;
        margin: 0 0 11px;
    }
    .three-col {
        overflow: hidden;
        padding: 0 0 40px;
    }
    .three-col .col {
        float: left;
        padding: 0 10px;
        text-align: center;
        width: 33.33%;
    }
    .three-col img {
        display: block;
        margin: 0 auto 20px;
        max-width: 154px;
    }
    .three-col h2 {
        font: 24px/24px "StandardCT-MediumCond", Arial, Helvetica, sans-serif;
        margin: 0 0 10px;
    }
    /* how it works section  */
    .how-works-section .notes {
        font: 16px/19px "StandardCT-Regular", Arial, Helvetica, sans-serif;
        margin: 0 auto 20px;
        max-width: 850px;
        overflow: hidden;
        text-align: center;
    }
    .how-works-section .notes p {
        margin: 0 0 19px;
    }
    .how-works-section .container {
        padding: 0 15px;
    }
    .how-works-section .content {
        padding: 0 20px 14px;
    }
    .how-works-section h1 {
        margin: 0 0 46px;
    }
    /* can help section  */
    .can-help-section .content {
        overflow: hidden;
        padding: 35px 35px 0;
    }
    .can-help-section h1 {
        margin: 0 0 35px;
    }
    .can-help-section h2 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 10px;
    }
    .can-help-section p {
        max-width: 784px;
        text-align: center;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .can-help-section .col p {
        text-align: left;
    }
    .can-help-section .three-col .col {
        padding: 0 30px 0 0;
        text-align: left;
    }
    .can-help-section .content p:nth-last-of-type(1),
    .video-section .content p:nth-last-of-type(1) {
        margin: 0;
    }
    .link-section {
        color: #1d55a3;
        font: 18px/22px 'StandardCT-Regular', Arial, Helvetica, sans-serif;
        text-align: center;
    }
    .link-section .container {
        padding: 60px 0;
    }
    .link-section a {
        border-bottom: 2px solid #1d55a3;
        text-decoration: none;
    }
    .link-section a:hover {
        border-color: transparent;
    }
    .initial-section .content {
        max-width: 670px;
    }
    .initial-section .content p {
        margin: 0 0 30px;
    }
    /* sitemap */
    .sitemap {
        background: #e6e7e8;
        color: #59595c;
    }
    .sitemap .container {
        padding: 40px 0 30px;
    }
    .sitemap .content {
        padding: 0 45px;
    }
    .sitemap h3 {
        font: 13px/16px "StandardCT-Bold", Arial, Helvetica, sans-serif;
        margin: 0 0 10px;
    }
    .sitemap ul:not(.contextual-links) {
        font-size: 14px;
        height: 120px;
        line-height: 30px;
        overflow: hidden;
        padding: 0;
    }
    .sitemap ul:not(.contextual-links) li {
        margin: 0;
        width: 33.33%;
        list-style: none;
    }
    .sitemap ul:not(.contextual-links) li:nth-child(-n+12) {
        width: 45%;
    }
    .sitemap ul:not(.contextual-links) li:nth-child(-n+8) {
        width: 28%;
    }
    .sitemap ul:not(.contextual-links) li:nth-child(-n+4) {
        width: 27%;
    }
    .sitemap ul:not(.contextual-links) li a.long-link {
        line-height: 16px;
        padding-top: 6px;
    }
    .sitemap ul:not(.contextual-links) a {
        color: #59595c;
        margin: 0;
        text-decoration: none;
    }
    .sitemap ul:not(.contextual-links) a:hover {
        text-decoration: underline;
    }
    .sitemap ul:not(.contextual-links) a:hover sup {
        display:inline-block;
    }
    .sitemap ul:not(.contextual-links) a.sitemap-otsuka-site {
        margin: 0 !important;
    }
    /* sitemap alone page */
    .list-links li {
        padding: 0 0 20px;
    }
    /* isi section */
    .isi-section .content {
        font-size: 16px;
        line-height: 22px;
        padding: 0 20px;
    }
    .info-with-summary-section .content {
        padding: 50px 20px 0;
    }
    .path--important-safety-information .info-with-summary-section .content {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 15px;
    }
    .isi-section h1 {
        font: 24px/28px 'StandardCT-MediumCond';
        margin: 0 0 20px;
    }
    .isi-section h2,
    .info-with-summary-section h2 {
        font: 24px/28px 'StandardCT-MediumCond';
        margin: 0 0 15px;
    }
    .isi-tray li ul ul li,
    .isi-section li ul ul li,
    .info-with-summary-section li ul ul li{
        width: 50%;
        float: left;
    }
    /* limited section */
    .limited-section .content {
        padding: 50px 35px 0;
    }
    .limited-section h1 {
        margin: 0 0 32px;
    }
    .limited-section p {
        margin: 0 0 19px;
    }
    .isi-section {
        font-size: 16px;
        line-height: 22px;
    }
    /* image section */
    .image-section .content {
        padding: 0 35px;
    }
    /* sitemap section */
    .sitemap-section .content {
        padding-bottom: 50px;
    }
    /* FAQ styles on Initial Rollout */
    .question {
        padding-left: 30px;
    }
    .answer {
        padding-left: 30px;
    }
    .info-with-summary-section .answer strong,
    .info-with-summary-section .question strong {
        color: #58595c;
    }
    .question strong {
        font: 24px/24px "StandardCT-MediumCond", Arial, Helvetica, sans-serif;
        color: #58595c;
    }
    .info-with-summary-section .answer strong,
    .info-with-summary-section .question strong {
        color: #58595c;
    }
    .content .answer ul,
    .info-with-summary-section .content .answer ul {
        padding-left: 35px;
    }
    .info-with-summary-section .content ul {
        padding-left: 65px;
    }
    .path--important-safety-information .info-with-summary-section .content ul {
        padding-left: 23px;
    }
    .path--important-safety-information .info-with-summary-section .content ul ul ul {
        padding-left: 20px;
    }
    .path--important-safety-information h1 br{
        display: inline;
    }
    .welcome-section img{
        margin: 0 auto;
    }
    .welcome-section.section h1 {
        margin: -110px auto 20px;
        max-width: 590px;
    }
    .welcome-section.section h1+p {
        padding: 0 45px;
    }
    .welcome-section .text-columns .col {
        width: 39%;
    }
    .welcome-section .text-columns .col:nth-child(2) p{
        max-width: 100%;
        text-align: left;
        padding-left: 2px;
    }
    .welcome-section .text-columns .col:first-child {
        width: 22%;
    }
    .welcome-section .text-columns .col:last-of-type {
        width: 39%;
    }
    .welcome-section .text-columns .divider1 {
        left: 22%;
    }
    .welcome-section .text-columns .divider2 {
        left: 61%;
    }
    .welcome-holder p:last-of-type {
        margin: 0;
    }
    .welcome-section .text-columns {
        margin-bottom: 30px;
    }
}

.tumbnail.selected {
    height: 0;
    margin: 0;
    overflow: hidden;
}


/* custom scroll styles */

.tumbnails .mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

.tumbnails .mCSB_scrollTools {
    background: #d9d9da;
    border-radius: 7px;
    opacity: 1;
    width: 12px;
}

.tumbnails .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #f7941d !important;
    height: 100%;
    position: relative;
    width: 8px;
}

.tumbnails .mCSB_scrollTools .mCSB_draggerRail {
    background: none;
    height: 100%;
    margin: 0 auto;
    width: 2px;
}

.isi-tray .mCSB_scrollTools .mCSB_draggerRail {
    background: #f2f2f2;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    width: 14px;
}

.isi-tray .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0, 0, 0, 1) !important;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #000 !important;
    opacity: 1;
    transition: none;
    width: 14px;
}

.popup-view {
    overflow: hidden;
}


/* 403 - 404 pages style */

.message-section .content h1 {
    margin: 0 0 20px;
}

.message-section .text-holder {
    border-bottom: 3px solid #e4e5e6;
    overflow: hidden;
    padding: 10px 0 7px 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .message-section .content h1 {
        margin: 0 0 32px;
    }
    .message-section .text-holder {
        padding: 0 0 33px 0;
    }
}


/* maintenance page */

.maintenance-page .header .container {
    padding: 0;
}

.maintenance-page .wrapper {
    border: 1px solid #ddd;
    max-width: 800px;
    margin: 40px auto;
    padding: 20px 40px 40px;
}

.maintenance-page .header a {
    text-decoration: none;
    color: #0071b3;
    font: bold 14px/21px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.maintenance-page .message-section .text-holder {
    text-align: left;
    border: 0;
    color: #000;
    padding: 0;
}

.maintenance-page .section .content {
    padding: 0;
    font: 14px/21px Georgia, "Times New Roman", Times, serif;
}

.maintenance-page .section .content strong {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
}

.maintenance-page .message-section .content h1 {
    margin: 19px 0 10px;
    color: #000;
    font: 19px/28px Georgia, "Times New Roman", Times, serif;
}

.maintenance-page .message-section .content p {
    margin: 0;
}


/* 403 404 */


/* path--admin */

.path--403 .header *,
.path--403 .isi-section,
.path--403 .section.sitemap,
.path--403 .footer *,
.path--404 .header *,
.path--404 .isi-section,
.path--404 .section.sitemap,
.path--404 .footer * {
    display: none;
}

.path--403 .footer,
.path--404 .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35vh;
    background: #292929;
}

.path--403 .header,
.path--404 .header {
    height: 20vh;
    background: linear-gradient(to bottom, #055a8e 0%, #1d84c3 100%);
}

.path--403 .section.message-section .text-holder,
.path--404 .section.message-section .text-holder {
    border: 0;
    text-align: left;
}

.path--403 .section.message-section .text-holder h1,
.path--404 .section.message-section .text-holder h1 {
    font: 2em/1em Georgia, "Times New Roman", Times, serif;
    color: #000;
    margin: 0 0 15px;
}

.path--403 .section.message-section .text-holder strong,
.path--404 .section.message-section .text-holder strong {
    font: bold 15px/22px Georgia, "Times New Roman", Times, serif;
    color: #000;
}

.path--403 .section .content,
.path--404 .section .content {
    padding: 40px 20px 0;
    text-align: left;
}

.mejs__time.mejs__duration-container {
    display: none !important;
}

.path--iframe .wrapper>.container {
    display: none;
}

.no-wrap{
    white-space: nowrap !important;
}

.mb0{
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 375px) {
    .no-wrap-ios{
        white-space: nowrap !important;
    }
}
/* fix IOS Initial Rollout page */
@media only screen and (min-width: 375px) and (max-width: 420px) {
    .path--initial-rollout .info-with-summary-section .container{
        padding: 0 11px;
    } 
}

/* fix for footer long link */
@media only screen and (max-width: 767px) {
    .sitemap ul:not(.contextual-links) li a.long-link .nowrap {
        white-space: normal;
    }
}

.empty{
    display: none !important;
}

@media only screen and (min-width: 960px){
    .about-section .text-box3,
    .about-section .text-box2{
        top: 21.5%;
    }
}
