@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* sticky header background, in case option is checked */
.sticky-top > #hero-plus-header {
    background-color: white;
}

.mobile-only {
    display: none;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #51bbd6;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-indicators {
    margin-bottom: -3%;
}

.carousel-indicators .active {
    background-color: #348ba6;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(81,187,214,.75);
    margin-bottom: -5%;
}

.carousel-control-next-icon {
    background-color: #71d0f0;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border: 3px solid #71d0f0;
}

.carousel-control-prev-icon {
    background-color: #71d0f0;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border: 3px solid #71d0f0;
}

blockquote {
    margin: 5% 6% 2% 1%;
    font-size: 20px;
    font-style: italic;
    text-align: left;
    line-height: 2em;
}

blockquote:before {
    color: #37a6c6;
    content: '\201C';
    font-size: 3em;
    margin-bottom: -50px;
    display: inline-block;
    position: absolute;
    margin-left: -30px;
}

blockquote:after {
    color: #37a6c6;
    content: '\201D';
    margin-left: -6px;
    font-size: 3em;
    line-height: 0.8;
    margin-top: -1%;
    position: absolute;
}

.h4, h4 {
    font-size: 1.25rem;
    text-align: left;
    margin: 0px 0px 0px 1%;
}

.h5, h5 {
    font-size: 1.1rem;
    text-align: left;
    margin: 0px 0px 0px 1%;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    padding: 0 20px;
    font-weight: 700;
    color: #4b4c72;
    font-size: 110%;
}

/*Header Box*/
#hero-plus-header {
    font-smooth: always;
}

/*Hero Box*/
#hero-plus-hero {
}

/*Body Box*/
#hero-plus-body {
    font-size: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-smooth: always;
}

/*Footer Box*/
#hero-plus-footer {
}

/* Control carousel arrow*/
.carousel-gallery-arrow {
    color: #494b71;
}

h2 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    color: #4b4c72;
}

.navbar-brand {
    margin-right: 10%;
}

#section-excerpts {
    font-family: 'Noto Sans JP', sans-serif;
    font-smooth: always;
}

.gallery-white {
    padding: 6% 20%;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-left: 5%;
}

.press-release-body-div {
    padding: 5% 10%;
}

.press-release-contacts-div {
    font-family: 'Noto Sans JP', sans-serif;
    font-smooth: always;
    padding: 2%;
    font-size: 117%;
}

.press-release-footer-div {
    /* padding: 5% 8%;  */
    font-family: 'Noto Sans JP', sans-serif;
    font-smooth: always;
    margin-left: -5.5%!important;
}

#AddResources {
    background: url('images/additional-resources-11.gif');
    background-size: 100% 100%;
    text-align: center;
    padding: 3% 8%;
    padding: 6% 20%;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
}

.ctab {
    background-color: #dd9378;
    display: block;
    color: #fff;
    padding: 16px 15px;
    text-transform: uppercase;
    width: 30%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 40px;
    border: 4px solid #000;
    font-family: 'Noto Sans JP', sans-serif;
    font-smooth: always;
}

.ctab:hover {
    background-color: #fff;
    display: block;
    color: #dd9378;
    padding: 16px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

.ctab2 {
    background-color: #dd9378;
    display: block;
    color: #fff;
    padding: 16px 15px;
    text-transform: uppercase;
    width: 30%;
    font-weight: bold;
    letter-spacing: 1px;
    margin: auto;
    margin-bottom: 40px;
    border: 4px solid #000;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 100px;
    font-smooth: always;
}

.ctab2:hover {
    background-color: #fff;
    display: block;
    color: #dd9378;
    padding: 16px 15px;
    text-transform: uppercase;
    text-decoration: none;
}

#AboutUs {
    background-image: url('images/background-about.gif');
    background-size: 100% 100%;
    text-align: center;
    padding: 3% 8%;
}

.faded {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 3%;
    text-align: left;
}

.center {
    margin: 0 auto;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0,0,0,.0)!important;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.0);
    border-radius: .25rem;
}

.card-title {
    margin-bottom: .75rem;
    display: none;
}

.carousel-gallery-arrow {
    color: #fff;
    background-color: #71d0f0;
    border-radius: 20px;
    height: 30px;
    width: 30px;
    border: 3px solid #71d0f0;
}

.title {
    text-align: center;
    width: 50%;
    margin-bottom: 40px;
    margin-top: 30px;
}

.title2 {
    text-align: center;
    width: 70%;
    margin-bottom: 40px;
    margin-top: 30px;
}

img {
    max-width: 100%;
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #666;
    text-align: center;
    opacity: .5;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3%;
    color: #666;
    text-align: center;
    opacity: .5;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 15px;
    border-radius: 26px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(81,187,214,.75);
}

#HearFrom {
    padding: 3% 5%;
    text-align: center;
    width: 87%;
    max-width: 87%;
    display: block;
    margin-left: 5%;
}

#Introduction {
    padding: 5% 8%;
    text-align: center;
    background: url('images/background-east-10.gif');
    background-size: 100% 100%;
}

#Introduction h3 {
    color: #348ba6;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
}

#MeetThePros {
    padding: 3% 22%;
    width: 100%;
    text-align: center;
    background-size: 100% 100%;
    margin-top: 20px;
}

.navbar {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

#gallery-title-uuid {
    display: none;
}

#MeetThePros {
    background-image: url('images/Meet-The-8.gif');
    background-size: 100% 100%;
}

#PIK3CA {
    background-image: url('images/About-PIK3CA-background-2.gif');
    background-size: 100% 100%;
    padding: 7% 8%;
    text-align: center;
}

#LearnMore {
    background: url('images/background-444.gif');
    background-size: 100% 100%;
    padding: 6% 8%;
    text-align: center;
}

#LearnMore .faded {
    font-size: 180%;
    font-weight: bold;
    color: #3a3a5d;
    text-align: center;
    padding: 5% 8%;
}

.references {
    font-size: 80%;
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    padding: 6%;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: .7!important;
}

@media only screen and (max-width: 980px) {
    .navbar-light .navbar-nav .nav-link {
        font-family: 'Noto Sans JP', sans-serif;
        text-align: center;
        /* padding: 0 40px; */
        font-weight: 700;
        color: #4b4c72;
        font-size: 90%;
    }

    .navbar-brand {
        margin-right: 0%;
    }

    .logo {
        width: 380px;
    }
}

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

.teledan { margin-left: 10px; }
    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }


    .carousel-indicators {
        margin-bottom:-5%;
    }

    #Introduction {
        padding: 5% 2%;
        text-align: center;
        background: none;
        background-color: #6ecff0;
    }

    #MeetThePros {
        background-image: none;
        background-size: 100% 100%;
        background-color: #4b4c72;
        border: 4px solid #000;
    }

    #PIK3CA {
        background-image: none;
        background-color: #4b4c72;
        border: 4px solid #000;
    }

    .title {
        text-align: center;
        width: 1000%;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .ctab {
        background-color: #dd9378;
        display: block;
        color: #fff;
        padding: 16px 15px;
        text-transform: uppercase;
        width: 85%;
        font-weight: bold;
        letter-spacing: 1px;
        margin: auto;
        margin-bottom: 40px;
        border: 4px solid #000;
        font-family: 'Noto Sans JP', sans-serif;
        font-smooth: always;
    }

    .ctab2 {
        background-color: #dd9378;
        display: block;
        color: #fff;
        padding: 16px 15px;
        text-transform: uppercase;
        width: 80%;
        font-weight: bold;
        letter-spacing: 1px;
        margin: auto;
        margin-bottom: 40px;
        border: 4px solid #000;
        font-family: 'Noto Sans JP', sans-serif;
        margin-top: 100px;
        font-smooth: always;
    }

    .ctab2:hover {
        background-color: #fff;
        display: block;
        color: #dd9378;
        padding: 16px 15px;
        text-transform: uppercase;
        text-decoration: none;
    }

    #AddResources {
        background: none;
        text-align: center;
        padding: 3% 2%;
        background-color: #6ecff0;
    }

    #AboutUs {
        background: none;
        text-align: center;
        padding: 3% 2%;
        background-color: #f4b397;
    }

    .press-release-body-div {
        padding: 5% 3%;
    }

    .card-img-top {
        width: 100%;
        border-top-left-radius: calc(.25rem - 1px);
        border-top-right-radius: calc(.25rem - 1px);
        padding: 10%;
    }

    #LearnMore {
        background: #6fcff0;
        color: #51bbd6;
        padding: 6% 2%;
        text-align: center;
    }

    .gallery-white {
        padding: 4% 2%;
        text-align: center;
        width: 100%;
        max-width: 100%;
        display: block;
        margin-left: 0%;
    }

    .title2 {
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .navbar-light .navbar-brand {
        color: rgba(0,0,0,.9);
        width: 75%;
    }

    #MeetThePros {
        padding: 3% 4%;
        width: 100%;
        text-align: center;
        background-size: 100% 100%;
        margin-top: 20px;
    }

    .callout {
        padding: 3%;
    }

    blockquote {
        margin: 5% 4% 2% 1%;
        font-size: 17px;
        text-align: left;
        line-height: 1.65em;
        padding: 15px;
    }

    #HearFrom {
        padding: 1.5%;
        text-align: center;
        width: 95%;
        max-width: 95%;
        display: block;
        margin-left: 2%;
        margin-bottom: 25px;
    }

    .carousel-item {
        position: relative;
        display: none;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
        padding-bottom: 15px;
    }

    .carousel-control-next, .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 8%;
        color: #666;
        text-align: center;
        opacity: .5;
    }
}