#pt-app-container {
        margin: auto;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        text-align: left;
    }
    #training-wrapper {
        overflow: hidden;
    }
    
    #pt-app-container #module-info,
    #pt-app-container #training-wrapper {
        font-family: Ubuntu, sans-serif
    }
    
    #pt-app-container p,
    #pt-app-container ul li {
        line-height: 40px
    }
    
    .navbar-header button {
        display: none!important
    }
    
    .navbar {
        min-height: 100px!important;
        margin-bottom: 0!important
    }
    
    .navbar-brand img {
        border: none!important
    }
    
    footer {
        color: #000!important
    }
    
    .main-content {
        padding-top: 0!important
    }
    
    body,
    html {
        overflow-x: hidden!important;
        height: 100%!important
    }
    
    body {
        background-color: #F6F6F6;
        box-sizing: border-box
    }
    
    .paragraph-wrapper {
        width: 80%;
        margin: 0 auto 20px;
        padding: 15px;
        border: 2px solid #2D286E;
        border-radius: 20px;
        box-shadow: 4px 4px 16px 4px rgba(0, 0, 0, .2)
    }
    
    .image-contain,
    h1 {
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }
    
    img {
        border: 2px solid #000
    }
    
    .image-contain {
        display: inline-block
    }
    
    .hidden-questions-button,
    .mobile-arrow {
        display: none!important
    }
    
    p {
        font-size: 22px
    }
    
    h1 {
        font-size: 48px
    }
    
    h2 {
        font-size: 28px;
        text-align: center
    }
    
    h3 {
        font-size: 24px
    }
    
    h4 {
        font-size: 18px
    }
    
    h6 {
        font-size: 14px;
        text-align: center
    }
    
    .btn,
    button {
        border-radius: 4px!important;
        text-transform: none!important;
        background-color: #D9251C;
        color: #fff
    }
    
    .btn:hover {
        background-color: #2D286E;
        color: #fff
    }
    
    #pt-app-container {
        text-align: left!important
    }
    
    #module-info {
        margin: 20px auto 0;
        width: 400px;
        text-align: center
    }
    
    #training-wrapper {
        background-color: #FAFAFA;
        color: #000;
        position: relative;
        margin-top: 20px;
        -moz-box-shadow: 4px 4px 16px 4px rgba(0, 0, 0, .2);
        -webkit-box-shadow: 4px 4px 16px 4px rgba(0, 0, 0, .2);
        box-shadow: 4px 4px 16px 4px rgba(0, 0, 0, .2)
    }
    
    .slide-container {
        height: 800px;
        position: relative;
        padding: 50px
    }
    
    #next-slide-container span:hover,
    #previous-slide-container span:hover {
        cursor: pointer;
        color: #2D286E
    }
    
    #next-slide-container span {
        position: absolute;
        right: 15px;
        bottom: 15%;
        color: #D9251C
    }
    
    #previous-slide-container span {
        position: absolute;
        left: 15px;
        bottom: 15%;
        color: #D9251C
    }
    
    #slide-footer {
        height: 100px;
        width: 100%;
        position: absolute;
        bottom: 0;
        border-top: 1px solid #c7c7c7;
        background-color: #F6F6F6
    }
    
    .emphasized-span {
        text-decoration: underline;
        font-style: italic
    }
    
    .bold-span {
        font-weight: 700
    }
    
    .fa {
        z-index: 1;
        transition: ease .5s all
    }
    
    .fa-arrow-circle-left,
    .fa-arrow-circle-right {
        color: #D9251C;
        font-size: 64px
    }
    
    .fa-arrow-circle-left {
        position: absolute;
        left: 15px;
        top: 5%
    }
    
    .fa-arrow-circle-right {
        position: absolute;
        right: 15px;
        top: 5%
    }
    
    .fa-arrow-circle-left:hover,
    .fa-arrow-circle-right:hover {
        cursor: pointer;
        color: #2D286E
    }
    
    .fa-times-circle {
        color: #D9251C
    }
    
    .fa-check-circle {
        color: green
    }
    
    .fa-check-circle,
    .fa-times-circle {
        font-size: 36px;
        margin-bottom: 5px
    }
    
    .fa-plus-circle {
        color: #2D286E;
        font-size: 18px;
        margin-right: 5px
    }
    
    .visible-questions-button {
        display: block!important
    }
    
    #aQuestionLinkCustom {
        position: absolute;
        background-color: #D9251C;
        color: #fff;
        right: 25px;
        top: 31%;
        display: none;
        font-size: 18px;
        width: 220px;
        text-align: center;
        transition: .5s ease all
    }
    
    #aQuestionLinkCustom:hover {
        background-color: #2D286E;
        color: #fff
    }
    
    .progress {
        border: 1px solid #000;
        width: 50%;
        margin: 20px auto 0;
        position: relative
    }
    
    #current-progress-percentage {
        text-align: center;
        width: 200px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0
    }
    
    .pulse {
        margin: 0 auto;
        color: #fff;
        background-color: #D91C13;
        display: block;
        width: 200px;
        height: 100px;
        cursor: pointer;
        box-shadow: 0 0 0 rgba(204, 169, 44, .4);
        -webkit-animation: pulse 1s infinite;
        animation: pulse 1s infinite;
        font-size: 36px;
        transition: .5s ease all
    }
    
    .pulse:hover {
        background-color: #2C276D;
        -webkit-animation: none;
        animation: none;
        color: #fff
    }
    
    @-webkit-keyframes pulse {
        0% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
        }
        70% {
            -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
        }
        100% {
            -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
        }
    }
    
    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
        }
        70% {
            -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
        }
        100% {
            -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
            box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
        }
        .strong-pulse-btn:hover {
            -webkit-animation: none;
            animation: none
        }
        @-webkit-keyframes strong-pulse-btn {
            0% {
                -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
            }
            70% {
                -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
            }
            100% {
                -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
            }
        }
        @keyframes strong-pulse-btn {
            0% {
                -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .4);
                box-shadow: 0 0 0 0 rgba(204, 169, 44, .4)
            }
            70% {
                -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
                box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
            }
            100% {
                -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
                box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
            }
        }
    }
    
    #landing-slide img {
        height: 400px;
        border: none
    }
    
    #rules-slide .rules-container {
        margin-top: 50px;
        text-align: center
    }
    
    #rules-slide .rules-container .rule-container {
        width: 25%;
        display: inline-block
    }
    
    #rules-slide .rules-container .rule-container img {
        width: 200px;
        height: 200px;
        border-radius: 100px;
        border: 1px solid #000;
        margin-bottom: 15px
    }
    
    #rules-slide .rules-container .rule-container h2 {
        margin-bottom: 15px
    }
    
    ul {
        width: 80%;
        margin: 0 auto
    }
    
    ul li {
        font-size: 24px;
        margin-bottom: 20px
    }
    
    #privacy-slide ul li ul li .fa-plus-circle {
        color: #D9251C
    }
    
    #safeguards-slide .rules-container {
        margin-top: 50px;
        text-align: center
    }
    
    #safeguards-slide .rules-container h2 {
        margin-bottom: 50px
    }
    
    #safeguards-slide .rules-container .rule-container {
        vertical-align: top;
        width: 25%;
        display: inline-block
    }
    
    #safeguards-slide .rules-container .rule-container img {
        width: 150px;
        height: 150px;
        border-radius: 100px;
        border: 1px solid #000;
        margin-bottom: 10px
    }
    
    #safeguards-slide .rules-container .rule-container h2 {
        margin-bottom: 15px;
        font-size: 18px;
        height: 50px
    }
    
    #drags-slide {
        text-align: center
    }
    
    #drags-slide .btn {
        width: 230px;
        margin-bottom: 5px;
        display: inline-block;
        z-index: 10
    }
    
    #drags-slide .thumbnail {
        height: 38px!important;
        padding: 0!important;
        width: 232px;
        display: inline-block;
        border: 1px solid #000
    }
    
    #drags-slide .drags-container {
        height: 400px;
        width: 100%;
        text-align: center;
        position: relative;
        display: block
    }
    
    #drags-slide .drag-section {
        background-color: #f0f8ff;
        position: relative;
        width: 25%;
        min-width: 260px;
        height: 225px;
        border: 3px solid #000;
        border-radius: 4px;
        padding: 10px;
        text-align: center;
        display: inline-block
    }
    
    #drags-slide .drag-section h2 {
        margin-bottom: 10px
    }
    
    #drags-slide .drag-section .btn {
        display: inline-block;
        background-color: green;
        width: 230px;
        margin: 0 auto 10px;
        border: 1px solid green
    }
    
    #drags-slide .drag-section .btn:hover {
        cursor: auto
    }
    
    #drags-slide #great-job {
        background-color: #90ee90;
        padding: 5px;
        border-radius: 4px;
        text-align: center
    }
    
    #drags-slide #choices-container {
        width: 60%;
        margin: 0 auto;
        display: block
    }
    
    #drags-slide #drag-good {
        position: absolute;
        top: 0;
        left: 51%;
        z-index: 0
    }
    
    #drags-slide #drag-choices {
        position: absolute;
        height: 160px;
        width: 728px;
        margin: 0 auto;
        bottom: 0;
        left: 15%
    }
    
    #drags-slide #drag-choices .btn {
        background-color: #D9251C;
        border: none!important
    }
    
    #drags-slide #drag-choices .btn:hover {
        cursor: pointer
    }
    
    #drags-slide #drag-bad {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 24%
    }

/* Changes added after translations were completed: March 2018 */

.drag-section .btn .fitin {
    height: 35px;
    width: 215px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
/*    font-size: .4vw;*/

}

.drag-section .btn .fitin span {
    white-space: normal;
}

.drag-section h2 {
    font-size: 1.5em;
}

/* Changes added after translations were completed: March 2018 */


    /*

#pt-app-container .side-by-side {
    display: inline-block;
}

#pt-app-container .side-by-side-info {
    display: block;
    width: 75%;
}

#pt-app-container .side-by-side-thumbnail {
    display: inline;
    width: 15%;
}

#pt-app-container .side-by-side-thumbnail img {
    border: none;
}

*/
    
    @media screen and (max-width:1200px) {
        #rules-slide .rules-container .rule-container,
        #safeguards-slide .rules-container .rule-container {
            display: block;
            width: 100%;
            margin-bottom: 35px
        }
        .col-lg-12 div,
        .normal-arrow {
            display: none!important
        }
        #rules-slide .rules-container .rule-container h2,
        #safeguards-slide .rules-container .rule-container h2 {
            font-size: 16px
        }
        #landing-slide img {
            height: 350px
        }
        #aQuestionLinkCustom {
            position: relative;
            font-size: 14px;
            width: 200px;
            margin: 35px auto 30px;
            right: 0
        }
        .mobile-arrow {
            display: block!important
        }
        .fa-arrow-circle-left,
        .fa-arrow-circle-right {
            position: fixed!important;
            height: 50px;
            top: 45%
        }
        .fa-arrow-circle-left {
            left: 15px
        }
        .fa-arrow-circle-right {
            right: 30px
        }
        .slide-container {
            height: auto;
            padding-bottom: 150px
        }
        .guide-text {
            display: none!important
        }
        #landing-slide h1 {
            font-size: 24px
        }
    }
    
    @media screen and (max-width:1000px) {
        ul li {
            font-size: 14px
        }
        .fa-arrow-circle-left,
        .fa-arrow-circle-right {
            font-size: 48px
        }
    }
    
    @media screen and (max-width:750px) {
        #module-info,
        footer {
            width: 100%
        }
        #landing-slide img {
            height: 300px
        }
        .navbar {
            min-height: 75px!important;
            height: 75px!important
        }
        .slide-container {
            padding: 15px 15px 150px;
            height: auto
        }
        footer {
            margin-left: 0;
            margin-right: 0;
            padding-left: 0;
            padding-right: 0
        }
        .progress {
            width: 90%
        }
        p {
            width: 100%!important;
            font-size: 14px!important
        }
    }
    
    @media screen and (max-width:600px) {
        #landing-slide img {
            height: 250px
        }
        h1 {
            font-size: 24px
        }
        .fa-arrow-circle-left,
        .fa-arrow-circle-right {
            font-size: 36px
        }
        .slide-container {
            height: auto
        }
        p {
            font-size: 16px
        }
    }
    
    @media screen and (max-width:500px) {
        #module-info {
            margin-right: 0
        }
    }
