/**********************************************************************************************************************/
/* TAGS ***************************************************************************************************************/
/**********************************************************************************************************************/

/* Prevent font scaling in landscape while allowing user zoom */
html {  -webkit-text-size-adjust: 100%; }

body {
    font-family: 'Arial', sans-serif;
    background: #e3e3e3;
}

p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Arial', sans-serif;
}

p {
    font-size: 19px;
    color: #000;
    line-height: 1.2;
    font-weight: normal;
}

p.small {
    font-size: 17px;
    color: #000;
    line-height: 1.2;
    font-weight: normal;
}

p.smaller {
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    font-weight: normal;
}


@media (max-width: 767px) {
    p {
        font-size: 13px;
    }
}

a,
a:hover,
a:active {
    color: #00877c;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

sup {
    font-size: 65%;
    bottom: .45em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

h1{
    font-size: 33px;
    color: #7d0049;
    line-height: 1.2;
    font-weight: bold;
}

h2 {
    font-size:26px;
    color: #f47b20;
    line-height: 1.2;
    font-weight: bold;
    margin-top:0;
    margin-bottom:10px;
}

@media (max-width: 767px) {
    h2 {
        font-size:18px;
        margin-top:10px;
    }
}

h3 {
    font-size: 20px;
    color: #7d0049;
    line-height: 1.2;
    font-weight: bold;
}

h4 {
    font-size:20px;
    color: #f47b20;
    line-height: 1.2;
    font-weight: bold;
}

h5 {
    font-size: 15px;
    color: #7d0049;
    line-height: 1.2;
    font-weight: bold;
}

ul li{
    font-size: 15px;
    color: #7d0049;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom:10px;
}

ul li span{
    color: #000;
}

/**********************************************************************************************************************/
/* UTILITIES **********************************************************************************************************/
/**********************************************************************************************************************/

.no-break{
    white-space: nowrap;
}

@media (min-width: 768px) {
    .no-break-desktop{
        white-space: nowrap;
    }

    .hidden-desktop {
        display: none;
    }
}

@media (max-width: 767px) {
    .no-break-mobile {
        white-space: nowrap;
    }

    .hidden-mobile {
        display: none;
    }
}

.padding-0 {
    padding: 0;
}

.margin-top-17 {
    margin-top: 17px;
}

/*??? delete ???*/
.lead {
    font-size: 16px;
    padding-right: 10px;
    line-height: 1.5;
    margin-top: 10px;
}

/*??? delete ???*/
@media screen and (max-width: 767px) {
    .lead {
        font-size: 12.5px;
        line-height: 1.2;
        padding-right: 0;
        margin-top: 8px;
        letter-spacing: -0.1px;
    }
}

/**********************************************************************************************************************/
/* CLASSES ************************************************************************************************************/
/**********************************************************************************************************************/

.wrapper{
    width:980px;
    margin:0 auto;
}

@media (min-width: 768px) {
    .wrapper {
        width: 980px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .wrapper{
        width:auto;
        margin:0;
    }
}

.header {
    width: 100%;
    background-color:#e3e3e3;
}

.header .row {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    padding: 7px 5px 5px 5px;
    background-color: #eee;
}

.header p {
    font-size: 75%;
    font-weight: bold;
    margin-bottom: 0;
    color: #626366;
    list-style-type: none;
}

.header ul li{
    font-size: 100%;
    font-weight: bold;
    text-decoration: underline;
    display:inline;
    color: #626366;
    margin: 0 8px;
}

.header p .tdc-link {
    text-decoration: none;
    color: #2A7754;
}

.header p .tdc-link:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .links ul{
        margin:0;
    }
    .links ul li{
        font-size:63%;
    }
}

@media (min-width: 768px) {
    .header .row {
        height: 30px;
        margin-bottom:3px;
    }
}

.content-container {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 10px;
}

@media (min-width: 768px) {
    .content-container {
        /* Layout is fixed at 980px wide in desktop mode */
        width: 980px;
    }
}

.post-header .post-header-text h1 {
    font-family: 'Arial Narrow', sans-serif;
    display: none;
}

.post-header .post-header-text h1.active {
    display: block;
}

.post-header .post-header-logo{
    background: url('../images/kyprolis-logo.png') no-repeat center;
    height:90px;
}

@media (max-width: 767px) {
    .post-header .post-header-text h1 {
        font-size:100%;
    }
    .post-header .post-header-logo {
        background-size: contain;
        height:50px;
    }
}

.playlist-desktop .video {
    height: 173px;
    background-color: #dcdcdc;
    color:#666 !important;
}

.playlist-desktop .video.active {
    background-color: #f27a30;
    color:#fff !important;
}

.playlist-desktop .video.hovered {
    background-color: #f27a30;
    color:#fff !important;
    cursor:pointer;
}

.playlist-desktop .video.not-hovered {
    background-color: #dcdcdc;
    color:#666 !important;
    cursor:pointer;
}

.playlist-desktop .video .video-text{
    font-size:14px;
    font-weight:bold;
    margin: 3px 0;
}

.playlist-desktop .video.active .video-text {
    color:#fff;
}

.playlist-desktop .video-1 {
    margin-bottom:10px;
}

.playlist-desktop .video-1 .video-poster {
    background-image: url("../images/dr_ricter_270_x_150.png");
    background-repeat: no-repeat;
    height: 150px;
}

.playlist-desktop .video-2 .video-poster {
    background-image: url("../images/dr_berenson_270_x_150.png");
    background-repeat: no-repeat;
    height: 150px;
}

.video-description .video{
    display:none;
}

.video-description .video.active{
    display:block;
}

.video-description .video h3{
    font-size:128%;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .playlist-mobile .video {
        height: 80px;
        background-color: #dcdcdc;
        color:#666 !important;
    }

    .playlist-mobile .video.active {
        background-color: #f27a30;
        color: #fff !important;
    }

    .playlist-mobile .video.hovered {
        background-color: #f27a30;
        color: #fff !important;
        cursor: pointer;
    }

    .playlist-mobile .video.not-hovered {
        background-color: #dcdcdc;
        color: #666 !important;
        cursor: pointer;
    }

    .playlist-mobile .video  .row {
        height: 100%;
    }

    .playlist-mobile .video  .row > div {
        height: 100%;
    }

    .playlist-mobile .video .video-poster {
        background-repeat: no-repeat;
        background-size: cover;
        height:100%;
    }

    .playlist-mobile .video .video-text {
        height: 100%;
        position:relative
    }

    .playlist-mobile .video .video-text div{
        /*font-size:24px;*/
        font-size:3.5vw;
        font-weight:bold;
        margin: auto;
        padding-left:10px;
        display: inline-block;

        height:3.5vw;
        /*width:412px;*/
        width:100%;

        position:absolute;
        top:0;
        bottom:0;
        left:0;
    }

    .playlist-mobile .video.active .video-text div {
        color:#fff;
    }

    .playlist-mobile .video-1 {
        margin-bottom:10px;
    }

    .playlist-mobile .video-1 .video-poster {
        background-image: url("../images/dr_ricter_270_x_150.png");
        background-position: right top;
    }

    .playlist-mobile .video-2 .video-poster {
        background-image: url("../images/dr_berenson_270_x_150.png");
    }
}

.isi{
   background-color:#fff;
   padding: 0 10px;
}

.sticky-isi{
    position:fixed;
    bottom:0;
    background-color: #fff;
    width:970px;
    -moz-box-shadow: #666 0 0 6px;
    -webkit-box-shadow: #666 0 0 6px;
    box-shadow: #666 0 0 6px;
    padding-left:0;
    padding-right: 0;
}

.sticky-isi .sticky-header{
    background-color: #eee;
    margin-left:0;
    margin-right:0;
    padding-left:5px;
    padding-right:5px;
}

.sticky-isi .sticky-text{
    margin-top: 0;
    padding-top:15px;
}

.sticky-isi i{
    margin-top:5px;
    font-size:36px;
    color:#f47b20;
}

.sticky-body{
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .isi {
        margin-top: 10px;
    }
    .sticky-isi {
        width:auto;
    }
}

@media (min-width: 768px) {
    .sticky-isi {
        width:980px;
    }
}

.footer-section {
    background-color: #fff;
    padding: 15px 8px;
}

.footer-section p {
    color: black;
    font-size: 16px;
    margin-top: 12px;
}

/* Layout is fixed at 980px wide in desktop mode */
.footer-section.row {
    width: 980px;

}


@media (min-width: 768px) {
    .footer-section.row {
        width: 980px;

    }
}

@media (max-width: 767px) {
    .footer-section.row {
        width: auto;

    }
}

/* BLOCK LANDSCAPE MODE ON MOBILE AND TABLET DEVICES */
#landscape{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20000;
    margin:0 auto;
    background: #7d0049;
}

#landscape div.deviceRotateArea{
    font-size: 2em;
    width: 100%;
    color:#fff;
    text-align: center;
    vertical-align: middle;
    padding: 0 5%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}