html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background: 0 0
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

mark {
    color: #000;
    background: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

td, th {
    padding: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn>.caret, .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered td, .table-bordered th {
        border: 1px solid #ddd !important
    }
}

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

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    overflow: hidden
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus, a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.small, small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

a.text-primary:hover {
    color: #3071a9
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #428bca
}

a.bg-primary:hover {
    background-color: #3071a9
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.timer-container {
    width: 20%;
    height: 20%;
    font-size: 16px;
    margin: .5% 0 0 .5%
}

.timer-container input {
    font-size: 16px;
    outline: 0;
    max-width: 35%
}

.timer-container span.beattime {
    color: #a9a9a9 !important
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td, .table>tbody>tr.active>th, .table>tbody>tr>td.active, .table>tbody>tr>th.active, .table>tfoot>tr.active>td, .table>tfoot>tr.active>th, .table>tfoot>tr>td.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>thead>tr.active>th, .table>thead>tr>td.active, .table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr.active:hover>th, .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td, .table>tbody>tr.success>th, .table>tbody>tr>td.success, .table>tbody>tr>th.success, .table>tfoot>tr.success>td, .table>tfoot>tr.success>th, .table>tfoot>tr>td.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>thead>tr.success>th, .table>thead>tr>td.success, .table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr.success:hover>th, .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>thead>tr>td.info, .table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr.info:hover>th, .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th, .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td, .table>tbody>tr.danger>th, .table>tbody>tr>td.danger, .table>tbody>tr>th.danger, .table>tfoot>tr.danger>td, .table>tfoot>tr.danger>th, .table>tfoot>tr>td.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>thead>tr.danger>th, .table>thead>tr>td.danger, .table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr.danger:hover>th, .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>td, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    /* IE8-9 */
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

input[type=search] {
    -webkit-appearance: none
}

input[type=date] {
    line-height: 34px
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label, .radio label {
    display: inline;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px
}

.checkbox-inline, .radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled], .checkbox[disabled], .radio-inline[disabled], .radio[disabled], fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox][disabled], input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

select[multiple].input-sm, textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

select[multiple].input-lg, textarea.input-lg {
    height: auto
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active, .btn-default:active, .open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.active, .btn-primary:active, .open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active, .btn-info:active, .btn-info:focus, .btn-info:hover, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active, .btn-info:active, .open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.active, .btn-warning:active, .open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.active, .btn-danger:active, .open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
    border-color: transparent
}

.btn-link:focus, .btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:hover, .btn-group>.btn.active, .btn-group>.btn:active, .btn-group>.btn:focus, .btn-group>.btn:hover {
    z-index: 2
}

.btn-group-vertical>.btn:focus, .btn-group>.btn:focus {
    outline: 0
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child, .btn-group>.btn-group:first-child>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn, .btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

[data-toggle=buttons]>.btn>input[type=checkbox], [data-toggle=buttons]>.btn>input[type=radio] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn, textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn, textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:focus, .nav>li.disabled>a:hover {
    color: #999;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee;
    border-color: #428bca
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:focus, .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1)
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
        float: none;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-form.navbar-right:last-child {
        margin-right: -15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

    .navbar-text.navbar-right:last-child {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:focus, .navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:focus, .navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:focus, a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.nav-pills>.active>a>.badge, a.list-group-item.active>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10050;
    display: none;
    overflow: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    visibility: visible;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow, .popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .form-horizontal .form-group:after, .modal-footer:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr
}

.mCSB_container {
    overflow: auto;
    width: auto;
    height: 100%
}

.mCSB_inside>.mCSB_container {
    margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0
}

.mCSB_outside+.mCSB_scrollTools {
    right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools, .mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    right: auto;
    left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
    left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-right: 0;
    margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
    min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
    height: 12px;
    margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 8px;
    margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
    padding-right: 30px;
    padding-bottom: 30px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
    padding-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0
}

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 0;
    filter: "alpha(opacity=0)";
    -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools, .mCustomScrollBox:hover>.mCSB_scrollTools, .mCustomScrollBox:hover~.mCSB_scrollTools, .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: .4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
    opacity: .9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"
}

@font-face {
    font-family: ds-digitalnormal;
    src: url(/plugins/css/game-plugin/fonts/ds-digi-webfont.eot);
    src: url(/plugins/css/game-plugin/fonts/ds-digi-webfont.eot?#iefix) format('embedded-opentype'), url(/plugins/css/game-plugin/fonts/ds-digi-webfont.woff) format('woff'), url(/plugins/css/game-plugin/fonts/ds-digi-webfont.ttf) format('truetype'), url(/plugins/css/game-plugin/fonts/ds-digi-webfont.svg#ds-digitalnormal) format('svg');
    font-weight: 400;
    font-style: normal
}

.hidden {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: none !important
}

.notvisible {
    visibility: hidden
}

.lefty {
    float: left
}

.righty {
    float: right
}

.clear {
    clear: both
}

.skipto-text, .vcentered {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.skipto-bottom, .vbottomed {
    display: inline-block;
    vertical-align: bottom;
    margin: 0
}

.center-helper {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    width: 0
}

.bottom-helper {
    height: 100%;
    vertical-align: bottom;
    display: inline-block;
    width: 0
}

.uppercase-keyboard .keypad li a {
    text-transform: uppercase
}

.uppercase-keyboard .keypad li ul li a.shiftKey {
    background: #d3d3d3
}

.keypad {
    margin: 0
}

.keypad-container {
    background: #2cafe3;
    padding: 7px 5px 1px 7px
}

.keypad li ul {
    width: 100%
}

.keypad li ul li {
    float: right;
    margin-right: .75%;
    width: 8.4%;
    margin-bottom: 6px
}

.keypad li ul li:first-child {
    margin-right: 0
}

.keypad li a {
    font-size: 22px;
    color: #231f20;
    background: #fff;
    border-radius: 5px;
    display: block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    padding: 4px 5px 7px 5px;
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .2), 1px 1px 1px rgba(0, 0, 0, .2);
    height: 100%
}

.keypad li ul li.lastChild a {
    background: #fec435
}

.keypad li ul li.keypad-space {
    width: 17.5%
}

.keypad li ul li.keypad-number {
    width: 12%
}

.keypad li a {
    -webkit-touch-callout: none
}

.keypad li a.active:hover {
    background: #fec435
}

.keypad li ul li.lastChild a.active:hover {
    background: #fff
}

.calcultorDigit input[type=tel], .hideNumber {
    font-family: ds-digitalnormal, Arial, Helvetica, sans-serif
}

.numberKeypad .calcultorContainer {
    float: none;
    width: auto
}

.calcultor>li {
    width: 19.2%;
    float: right;
    margin-right: 1%
}

.calcultor>li:first-child {
    margin-right: 0
}

.calcultor li ul li {
    float: none;
    margin: 0 0 6px 0;
    width: auto
}

.calcultor li ul li:first-child {
    margin-right: 0
}

.calcultor li ul li.calcultor-zero a {
    padding-top: 52px
}

.calcultorContainer {
    width: 50%;
    float: right
}

.calculator-view {
    width: 48%;
    float: left;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .06), inset 0 -1px 0 rgba(255, 255, 255, .55);
    border-radius: 13px
}

.calcultor-number {
    display: block;
    margin: 10px;
    border-radius: 8px;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .82), 0 1px 0 rgba(255, 255, 255, .67);
    padding: 18px 12px 11px 15px;
    color: #fff;
    font-size: 16px
}

.calcultorDigit {
    position: relative;
    overflow: hidden
}

.calcultorDigit input[type=tel] {
    background: 0 0;
    border: none;
    text-align: right;
    color: #fff;
    line-height: 60px;
    font-size: 82px;
    width: 100%;
    margin: -6px 0 0 0;
    padding: 0;
    height: 68px;
    position: relative;
    z-index: 9
}

.calcultorDigit input[type=tel].hideNumber {
    opacity: .07;
    text-align: right;
    color: #fff;
    line-height: 60px;
    height: 68px;
    font-size: 82px;
    width: inherit;
    margin: -6px 0 0 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: auto;
    right: 0
}

.calcultorDigit input[type=tel]:focus {
    box-shadow: none;
    outline: 0
}

.enterYourText {
    background: #e3e3e3 repeat-x 0 0;
    border-top: solid 1px #e1e1e1;
    padding: 6px 6px 7px 6px
}

.enterYourText input[type=text] {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    height: 45px;
    border: none;
    box-shadow: inset 0 3px 0 rgba(0, 0, 0, .1);
    font-size: 24px;
    color: #cac9c9;
    padding: 0 15px 0 15px
}

.keypad-toggler {
    cursor: pointer;
    padding: 2px 0;
    text-align: center
}

.game-pagination-slider {
    width: 500px;
    float: left;
    margin-left: 10px;
    padding-left: 15px;
    box-sizing: border-box
}

.game-pagination-slider #gp-back, .game-pagination-slider #gp-forward {
    display: none
}

.game-pagination div a {
    padding: 4px 4px;
    display: block
}

.game-pagination div a span {
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    display: block;
    text-align: center;
    background: #168fd5 repeat-x 0 0;
    box-shadow: inset 0 -1px 3px #08548a;
    text-decoration: none;
    padding: 0 1px 2px 0;
    text-shadow: 2px 2px 0 #0b568c
}

.game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
    background: #fff;
    border: solid 1px #e6e6e6;
    border-radius: 100%;
    padding: 3px;
    text-decoration: none
}

.game-pagination div a.done span {
    background: #70c32f repeat-x 0 0;
    box-shadow: inset 0 -1px 3px #258200;
    text-shadow: 2px 2px 0 #258200
}

.game-pagination div a.not-done span {
    background: #e63030 repeat-x 0 0;
    box-shadow: inset 0 -1px 3px #991000;
    text-shadow: 2px 2px 0 #991000
}

.progressBar {
    background: #239ddb repeat-x 0 0;
    border-radius: 10px;
    padding: 4px 5px 5px 5px;
    box-shadow: inset 0 -1px 3px #0d6199;
    float: right;
    width: 101px;
    margin: 9px 2% 0 0
}

.progres-line {
    background: #a0c6d3 repeat-x 0 0;
    border-radius: 10px;
    height: 18px;
    width: 0;
    box-shadow: inset 0 0 4px #77858b, inset 0 -1px 10px #7dafc2;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0
}

.progres {
    background: #176c90 repeat-x 0 0;
    box-shadow: inset 0 0 -2px 25px rgba(0, 0, 0, .25);
    height: 18px;
    width: 100%;
    border-radius: 10px;
    position: relative
}

.question {
    font-size: 28px;
    color: #231f20;
    margin-bottom: 25px
}

.game-pagination-slider, .progressBar, .wrongAnswer {
    display: none
}

.footer-widget .game-pagination-slider, .footer-widget .progressBar, .footer-widget .wrongAnswer {
    display: inline-block
}

.introduction img {
    max-width: 100%
}

#viewport .gp-skip-to {
    width: 44px
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent
}

#gp-text-passage.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: pointer
}

.slick-slide, .slick-slide img, .slick-slider .slick-list, .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    display: none
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.append-text, .prepend-text {
    font-size: 24px;
    padding: 5px 0 0 0
}

.shorter-input-1 {
    width: calc(100% - 30px) !important;
    display: inline-block
}

.shorter-input-2 {
    width: calc(100% - 60px) !important;
    display: inline-block
}

#logo {
    margin: 0;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px
}

#logo span {
    color: #000
}

#logo.logo-alone {
    line-height: unset;
    line-height: none;
    margin: -1px 0 0 5px
}

.headerNavigationLeft.logoonly {
    border-right: none
}

.headerNavigation li.logoContainer {
    border-left: none
}

.headerNavigationLeft.logoonly li.logoContainer {
    box-shadow: none
}

.newPopUpDesign button.close i.fa-times {
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 5px 8px;
    color: #fff;
    background-color: red
}

label * {
    pointer-events: none
}

label .needsclick {
    pointer-events: auto
}

.book-preview {
    width: 100%;
    height: 100%
}

.pagebox {
    overflow: auto;
    padding: 3px 7px
}

.bookTable {
    width: 100%
}

.book-1 .page-top, .book-5 .page-top {
    height: calc(30% - 8px)
}

.book-1 .page-middle-left, .book-1 .page-middle-right, .book-5 .page-middle-left, .book-5 .page-middle-right {
    height: calc(32% - 8px)
}

.book-1 .page-bottom, .book-5 .page-bottom {
    height: calc(38% - 8px)
}

.book-2 .page-top {
    height: calc(60% - 8px)
}

.book-2 .page-bottom-left, .book-2 .page-bottom-right {
    height: calc(40% - 8px)
}

.book-10 .page-top, .book-4 .page-cover, .book-9 .page-top {
    height: calc(100% - 5px)
}

.book-4 .page-cover {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.book-11 .page-top, .page-bottom-left, .page-left, .page-middle-left, .page-top-left {
    display: inline-block;
    width: calc(50% - 10px)
}

.book-11 .page-middle, .page-bottom-right, .page-middle-right, .page-right, .page-top-right {
    display: inline-block;
    width: calc(50% - 6px);
    margin-right: 0
}

.book-11 .page-middle, .book-11 .page-top, .page-left, .page-right {
    height: calc(100% - 5px)
}

.book-12 .page-bottom, .book-12 .page-top, .book-13 .page-bottom, .book-13 .page-top-left, .book-13 .page-top-right, .book-6 .page-bottom, .book-6 .page-top, .book-7 .page-bottom, .book-7 .page-middle, .book-8 .page-bottom, .book-8 .page-top {
    height: calc(50% - 8px)
}

.book-6 .pagebox.page-bottom {
    text-align: center
}

.book-preview img {
    max-height: 99%;
    max-width: 99%;
    display: inline-block;
    margin: 0 auto
}

.bookpage.book-1 .page-top {
    height: calc(100% - 5px);
    text-align: center
}

.bookpage.book-2 .page-right {
    text-align: left
}

.bookpage.book-4 .page-top, .bookpage.book-5 .page-bottom {
    height: calc(70% - 8px);
    text-align: center
}

.bookpage.book-4 .page-bottom, .bookpage.book-5 .page-top {
    height: calc(30% - 8px);
    text-align: center;
    padding-top: 5%
}

.bookpage.book-4 .page-bottom td, .bookpage.book-5 .page-top td {
    text-align: center
}

.bfont1 {
    font-size: 4vw
}

.bfont2 {
    font-size: 2.6vw
}

.bfont3 {
    font-size: 1.7vw
}

.page-right.bfont0, .page-right.bfont1, .page-right.bfont2, .page-right.bfont3 {
    padding-left: 1.5%
}

.page-left.bfont0, .page-left.bfont1, .page-left.bfont2, .page-left.bfont3 {
    padding-right: 1.5%
}

.bookimagebox, .passageimagebox {
    overflow: hidden;
    text-align: center
}

.borderimage {
    border: 1px solid grey
}

i.fa-book {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.book-flasher {
    overflow: visible
}

.book-flasher .iconBook .fa-book {
    transform: scale(1.6);
    color: #ff4500
}

.ie8 .book-flasher .iconBook .fa-book, .ie9 .book-flasher .iconBook .fa-book {
    zoom: 160%
}

.fSmall {
    font-size: 12px
}

.fMedium {
    font-size: 18px
}

.fLarge {
    font-size: 26px
}

.fExtraLarge {
    font-size: 32px
}

#gp-text-passage {
    font-size: 12px
}

#gp-text-passage td.textColShort {
    text-align: left;
    font-size: 32px;
    vertical-align: middle
}

.text-type {
    text-align: justify
}

.image-type {
    text-align: center;
    overflow: hidden
}

.image-type img {
    max-height: 100%
}

.single {
    height: 100%;
    width: 100%
}

.vhalves {
    width: 100%;
    height: calc(50% - 8px)
}

.vsmall {
    width: 100%;
    height: calc(20% - 8px)
}

.vbig {
    width: 100%;
    height: calc(80% - 8px)
}

.hhalves {
    width: calc(50% - 8px);
    height: 100%
}

.hsmallhalves {
    width: calc(50% - 8px);
    height: calc(80% - 8px)
}

.htinyhalves {
    width: calc(50% - 8px);
    height: calc(60% - 8px)
}

.book-preview.borderimage img {
    border: 1px solid grey
}

.text-type.vsmall {
    text-align: center
}

.both-type {
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center
}

.fLeft {
    display: block;
    text-align: left
}

.fCenter {
    display: block;
    text-align: center
}

.fRight {
    display: block;
    text-align: right
}

.fJustify {
    display: block;
    text-align: justify
}

@media (min-width:1000px) {
    .fSmall {
        font-size: 18px
    }

    .fMedium {
        font-size: 24px
    }

    .fLarge {
        font-size: 30px
    }

    .fExtraLarge {
        font-size: 36px
    }

    h1 {
        font-size: 38px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 20px
    }

    #gp-text-passage {
        font-size: 18px
    }

    #gp-text-passage td.textColShort {
        text-align: left;
        font-size: 36px;
        vertical-align: middle
    }
}

@media (min-width:1500px) {
    .fSmall {
        font-size: 22px
    }

    .fMedium {
        font-size: 28px
    }

    .fLarge {
        font-size: 34px
    }

    .fExtraLarge {
        font-size: 40px
    }

    h1 {
        font-size: 42px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }

    #gp-text-passage {
        font-size: 22px
    }

    #gp-text-passage td.textColShort {
        text-align: left;
        font-size: 40px;
        vertical-align: middle
    }
}

@media (max-width:900px) {
    .pagebox {
        padding: 2px 6px
    }
}

#viewport .question-image {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

::-webkit-input-placeholder {
    color: #cac9c9;
    opacity: 1
}

:-moz-placeholder {
    color: #cac9c9;
    opacity: 1
}

::-moz-placeholder {
    color: #cac9c9;
    opacity: 1
}

:-ms-input-placeholder {
    color: #cac9c9;
    opacity: 1
}

#viewport .fullWidth {
    width: 100% !important
}

#viewport .maxed-image-99 img {
    max-width: 99%;
    max-height: 99%
}

#viewport .imger img {
    width: 99%
}

#viewport .himger img {
    height: 99%
}

#viewport .upperZindex {
    z-index: 2
}

#viewport .alttext {
    font-size: 600%;
    overflow: visible;
    text-align: center
}

#viewport #progressResource {
    bottom: 0;
    height: 6%;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 160%;
    font-weight: 600;
    overflow: hidden
}

#viewport #topbar-title {
    height: 9%;
    width: 100%;
    color: #fff;
    background-color: #59595b
}

#viewport #topbar-title table {
    width: 100%;
    height: 100%
}

#viewport .qicons {
    width: 24%;
    text-align: left;
    vertical-align: middle;
    height: 100%
}

#viewport .niceprogress {
    position: absolute;
    top: 35%;
    height: 30%;
    left: 35%;
    width: 30%;
    background: url(https://static.studyladder.ca/cdn/site/dc/2dd150d56d99.png) repeat;
    color: #96f;
    font-size: 120%;
    z-index: 33;
    font-weight: 800;
    padding: 1.5% .5%;
    border: 4px solid #5687bf;
    border-radius: 10px
}

#viewport .confirm-message {
    padding: .5% 1%;
    font-size: 170%
}

#viewport .tip-icon.button-gradient, #viewport .wshelp-icon.button-gradient {
    border-color: #7c4089;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #986fb0;
    box-shadow: 0 -4px 2px #9972b2 inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#986fb0), to(#904f9f));
    background-image: -webkit-linear-gradient(top, #986fb0, #904f9f);
    background-image: -moz-linear-gradient(top, #986fb0, #904f9f);
    background-image: -ms-linear-gradient(top, #986fb0, #904f9f);
    background-image: -o-linear-gradient(top, #986fb0, #904f9f);
    background-image: linear-gradient(to bottom, #986fb0, #904f9f);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: 1.2% 8%;
    font-size: 110%
}

#viewport .tip-icon.button-gradient:hover, #viewport .wshelp-icon.button-gradient:hover {
    background-color: #a37fb0
}

#viewport .tip-icon.active-button-hovered, #viewport .wshelp-icon.active-button-hovered {
    border-color: #a37fb0;
    background-color: #b9a0cc;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b9a0cc), to(#b38bc0));
    background-image: -webkit-linear-gradient(top, #b9a0cc, #b38bc0);
    background-image: -moz-linear-gradient(top, #b9a0cc, #b38bc0);
    background-image: -ms-linear-gradient(top, #b9a0cc, #b38bc0);
    background-image: -o-linear-gradient(top, #b9a0cc, #b38bc0);
    background-image: linear-gradient(to bottom, #b9a0cc, #b38bc0)
}

#viewport .tip-icon.active-button-hovered:hover, #viewport .wshelp-icon.active-button-hovered:hover {
    border-color: #a37fb0;
    background-color: #b9a0cc
}

#viewport .solution-icon.button-gradient {
    border-color: #2e3f7f;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #0f75bc;
    box-shadow: 0 -4px 2px #2564a9 inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0f75bc), to(#2e4585));
    background-image: -webkit-linear-gradient(top, #0f75bc, #2e4585);
    background-image: -moz-linear-gradient(top, #0f75bc, #2e4585);
    background-image: -ms-linear-gradient(top, #0f75bc, #2e4585);
    background-image: -o-linear-gradient(top, #0f75bc, #2e4585);
    background-image: linear-gradient(to bottom, #0f75bc, #2e4585);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: 1.2% 3%;
    font-size: 110%
}

#viewport .solution-icon.button-gradient:hover {
    background-color: #2761a5
}

#viewport .solution-icon.active-button-hovered {
    border-color: #7076a7;
    background-color: #7d9fd3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7d9fd3), to(#727aac));
    background-image: -webkit-linear-gradient(top, #7d9fd3, #727aac);
    background-image: -moz-linear-gradient(top, #7d9fd3, #727aac);
    background-image: -ms-linear-gradient(top, #7d9fd3, #727aac);
    background-image: -o-linear-gradient(top, #7d9fd3, #727aac);
    background-image: linear-gradient(to bottom, #7d9fd3, #727aac)
}

#viewport .solution-icon.active-button-hovered:hover {
    border-color: #7076a7;
    background-color: #7d9fd3
}

#viewport .solution-icon.flash-wrong {
    border-color: red
}

#viewport .story-icon {
    max-width: 40px;
    max-height: 40px;
    height: 70%;
    cursor: pointer
}

#viewport .activity-title {
    vertical-align: middle;
    text-align: center;
    width: 50%;
    height: 100%;
    font-size: 125%
}

#viewport .relativer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative
}

#viewport .absoluter {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

#viewport .race-container {
    background-color: #97d2f2
}

#viewport .race-background {
    position: absolute;
    bottom: 0;
    height: 80%;
    width: 100000000px
}

#viewport .race-q-text {
    padding: 2%;
    display: inline-block;
    background: url(https://static.studyladder.ca/cdn/site/dc/2dd150d56d99.png) repeat;
    margin-top: .5%;
    border-radius: 35px
}

#viewport .racer {
    position: absolute;
    bottom: 0;
    height: 75%;
    width: 50%
}

#viewport .race-container.bike .racer {
    height: 62%
}

#viewport .race-congrats {
    background: url(https://static.studyladder.ca/cdn/site/dc/2dd150d56d99.png) repeat;
    bottom: 7%;
    color: #96f;
    font-size: 200%;
    left: 35%;
    margin: 0 auto;
    position: absolute;
    width: 30%;
    z-index: 33333;
    font-weight: 800;
    padding: 1.5% .5%;
    text-align: center
}

#viewport .race-congrats .button {
    font-size: 110%;
    width: 40%;
    display: inline-block
}

#popupWrapperContainer.error-popup hr {
    border: none;
    width: 20%;
    border-top: 1px solid red
}

#popupWrapperContainer.error-popup .show-error {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fcfcfc;
    cursor: pointer
}

#viewport .finish-flag {
    position: absolute;
    bottom: 24%;
    height: 50%;
    text-align: left
}

#viewport .race-container.bike .finish-flag {
    bottom: 0;
    height: 80%
}

#viewport .racer img {
    max-height: 100%
}

#viewport .racer img.me-race-pointer {
    position: absolute;
    top: -9%;
    height: 40%;
    left: 25%
}

#viewport .myracer {
    left: -10%;
    height: 70%
}

#viewport .race-container.bike .myracer {
    height: 62%;
    padding-left: 2%
}

#viewport .racer img {
    max-width: 99%
}

#viewport .race-container.bike .racer img {
    max-width: 40%;
    max-height: none
}

#viewport .race-background img {
    max-height: 100%;
    height: 100%;
    float: left
}

#viewport .finish-flag img {
    max-height: 100%;
    height: 100%
}

#viewport #gp {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 0;
    height: 100%;
    text-align: center
}

#viewport #gp-button, #viewport #question {
    color: #006986;
    font-size: 200%
}

#viewport #gp-button {
    font-size: 160%
}

#viewport #overlay {
    background-color: #000;
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

#viewport #start-button {
    max-height: 116px;
    max-width: 116px;
    width: 10%;
    cursor: pointer
}

#viewport #start-game {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    cursor: pointer
}

#viewport #result-screen-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff
}

#viewport #result-screen {
    width: 100%;
    margin: 0;
    height: 100%;
    background-color: #fff;
    position: relative;
    font-size: 150%
}

#viewport .correct-entered-container {
    position: absolute;
    width: 35%;
    height: 100%;
    top: 0;
    left: 65%;
    color: #f2643c;
    font-size: 170%
}

#viewport .correct-entered-container .top-answer {
    position: absolute;
    top: 5%;
    width: 100%;
    text-align: left
}

#viewport .correct-entered-container .bottom-answer {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: right
}

#viewport .message-text {
    padding: 10px;
    width: 70%;
    font-size: 170%;
    line-height: .8em;
    color: #06f;
    background-color: #fff;
    height: 470px;
    margin-bottom: 5px;
    border: 3px solid #0592ff;
    border-radius: 10px;
    z-index: 999
}

#viewport #replay {
    cursor: pointer;
    max-width: 116px;
    max-height: 116px;
    width: 47%
}

#viewport #gp-navigation {
    float: left;
    width: 92%;
    overflow: hidden;
    height: 100%
}

#viewport #gp-skip {
    margin: 4px 0;
    width: 80%
}

#viewport .gp-after-skip {
    float: left;
    width: 20%
}

#viewport .back-forward-container {
    margin: 4% auto 0;
    width: 95%
}

#viewport .tip {
    padding: 4% 0 0 1%;
    text-align: left
}

#popupWrapperContainer.error-popup .errors-details {
    padding: 1%;
    margin-top: 1%;
    -moz-user-select: element;
    -webkit-user-select: element;
    font-size: 65%
}

#viewport #wronganswer-popup {
    border: 4px solid #59595b;
    border-radius: 5px;
    height: 90%;
    left: 4%;
    position: absolute;
    top: 5%;
    width: 92%;
    z-index: 22222224;
    background-color: #fff;
    font-size: 120%
}

#viewport .wap-answer-area .keypad-container {
    display: none
}

#viewport .wap-answer-area .singletext-answer {
    position: relative
}

#viewport .wap-answer-area .answer-table-container {
    width: 50%
}

#viewport #solution.big-solution {
    width: 80%;
    height: 90%;
    top: 5%;
    left: 10%
}

#viewport .solutionImage img {
    max-width: 99%
}

#viewport #wronganswer-popup .popup-title-bar {
    background-color: #d21722;
    text-align: left;
    color: #fff
}

#viewport #wronganswer-popup .popup-title-bar .skipto-text {
    margin-left: .5%
}

#viewport .wap-topper {
    height: 8%
}

#viewport .errorText {
    text-align: left;
    font-size: 80%
}

#viewport #answer-result {
    display: none;
    height: 400px;
    left: 20%;
    right: 20%;
    position: absolute;
    top: 10%;
    bottom: 10%;
    width: 700px;
    z-index: 10000;
    font-size: 160%;
    color: #000;
    overflow: auto;
    background-color: #fff;
    border: 3px solid #0592ff;
    border-radius: 10px
}

#viewport .answer-input-field {
    height: 100%;
    width: 38%;
    position: relative
}

#viewport .wap-answer-area .answer-input-field {
    overflow-y: auto;
    background-color: #fff;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc
}

#viewport .answer-input-field .toper-answer-correct, #viewport .answer-input-field .toper-answer-wrong {
    border-left: 1px solid #000;
    left: 4%;
    padding: 0 1%;
    top: 4%;
    width: 92%
}

#viewport .answer-input-field .toper-answer-correct.toper-solution {
    background-color: #0f90ca;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    border: none
}

#viewport #sprite_container {
    margin: 0;
    position: absolute;
    width: 17%;
    right: 5%;
    bottom: 10%;
    z-index: 9999;
    cursor: pointer;
    max-height: 228px;
    max-width: 195px
}

#viewport .result-message {
    font-size: 105%;
    max-height: 228px;
    max-width: 195px;
    margin: 0;
    position: absolute;
    width: 11%;
    right: 0;
    bottom: 0;
    z-index: 9999;
    text-align: center
}

#viewport .rowfirst {
    border-top: 1px solid #bfbfc1
}

#viewport .row {
    height: 6%;
    width: 100%;
    margin: 0
}

#viewport .row .icon {
    vertical-align: middle;
    max-height: 85%;
    margin: 0 1%;
    max-width: 11%
}

#viewport span.q-num {
    width: 10%;
    border-right: 1px solid #bfbfc1;
    font-size: 95%;
    font-weight: 600;
    text-align: center
}

#viewport span.details {
    max-width: 74%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    border-left: 1px solid #bfbfc1
}

#viewport span.details a {
    color: #23abdf;
    text-decoration: none
}

#viewport #right-col h1 {
    margin: 0;
    padding: 10px;
    color: #777;
    font-size: 90%;
    text-align: left
}

#viewport .totaltime {
    margin: 0 0 0 10px
}

#viewport #result-score, #viewport #right-col {
    color: #828387;
    font-size: 110%
}

#viewport #message-text>#right-col {
    width: 67%;
    font-size: 60%;
    text-align: left
}

#viewport #result-score {
    display: inline-block;
    width: 40%;
    text-align: left;
    height: 100%;
    background-color: #fff
}

#viewport #result-score h4 {
    margin: 5px;
    padding: 5px;
    font-size: 52%;
    font-weight: 400;
    text-align: center
}

#viewport #message-text-inner {
    overflow-y: auto;
    height: 95%;
    width: 100%
}

#viewport #message-text-inner>div {
    border-bottom: 1px solid #bfbfc1;
    overflow: hidden;
    padding: 1% 0
}

#viewport #message-text-inner>div.rowlast {
    border-bottom: none;
    text-align: center
}

#viewport .gp-skip-to.sel {
    border-color: #fff
}

#viewport .skipto-text-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -3%
}

#viewport .skipto-text-container {
    zoom: 1
}

#viewport #container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 1
}

#viewport .gp-start-btn .button-gradient {
    border-color: #70a233;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #b1d234;
    box-shadow: 0 -4px 2px #aed136 inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b1d234), to(#8dc63f));
    background-image: -webkit-linear-gradient(top, #b1d234, #8dc63f);
    background-image: -moz-linear-gradient(top, #b1d234, #8dc63f);
    background-image: -ms-linear-gradient(top, #b1d234, #8dc63f);
    background-image: -o-linear-gradient(top, #b1d234, #8dc63f);
    background-image: linear-gradient(to bottom, #b1d234, #8dc63f);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: 1.2% 10%;
    font-size: 140%
}

#viewport .gp-start-btn .button-gradient:hover {
    background-color: #b9da89
}

#viewport .gp-start-btn .active-button-hovered {
    border-color: #a4c27b;
    background-color: #cfe288;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfe288), to(#b9da89));
    background-image: -webkit-linear-gradient(top, #cfe288, #b9da89);
    background-image: -moz-linear-gradient(top, #cfe288, #b9da89);
    background-image: -ms-linear-gradient(top, #cfe288, #b9da89);
    background-image: -o-linear-gradient(top, #cfe288, #b9da89);
    background-image: linear-gradient(to bottom, #cfe288, #b9da89)
}

#viewport .gp-start-btn .active-button-hovered:hover {
    border-color: #a4c27b;
    background-color: #cfe288
}

#viewport .finishbtn.button-gradient {
    border-color: #cb565c;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #f26d67;
    box-shadow: 0 -4px 2px #eb6764 inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f26d67), to(#e54d54));
    background-image: -webkit-linear-gradient(top, #f26d67, #e54d54);
    background-image: -moz-linear-gradient(top, #f26d67, #e54d54);
    background-image: -ms-linear-gradient(top, #f26d67, #e54d54);
    background-image: -o-linear-gradient(top, #f26d67, #e54d54);
    background-image: linear-gradient(to bottom, #f26d67, #e54d54);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: 1.1% 8%
}

#viewport .gp-next-btn .finishbtn.button-gradient:hover {
    background-color: #ef9289
}

#viewport .gp-next-btn .finishbtn.active-button-hovered {
    border-color: #da9d9b;
    background-color: #f7a598;
    box-shadow: 0 -4px 2px #f2a195 inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7a598), to(#ef9289));
    background-image: -webkit-linear-gradient(top, #f7a598, #ef9289);
    background-image: -moz-linear-gradient(top, #f7a598, #ef9289);
    background-image: -ms-linear-gradient(top, #f7a598, #ef9289);
    background-image: -o-linear-gradient(top, #f7a598, #ef9289);
    background-image: linear-gradient(to bottom, #f7a598, #ef9289)
}

#viewport .gp-next-btn .finishbtn.active-button-hovered:hover {
    border-color: #da9d9b;
    background-color: #f7a598
}

#viewport #container.ro .gp-next-btn .finishbtn.button-gradient {
    width: 32%;
    padding: 1% 2%
}

#viewport #gp-navigation-container {
    width: 99%;
    height: 100%
}

#viewport .nav-closer {
    text-align: center
}

#viewport .nav-closer span {
    margin-left: 5px;
    cursor: pointer
}

#viewport #wrapper {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative
}

#viewport #gp-text-passage {
    margin: 0 auto !important
}

#viewport #gp-text-passage .highlight {
    background-color: #ff0
}

#viewport #gp-text-passage u {
    text-decoration: none
}

#viewport #gp-text-passage u {
    text-decoration: none
}

#viewport #gp-text-passage .inline-sound-icon {
    margin: 0 5px 2px 0;
    vertical-align: baseline;
    max-width: 35px;
    max-height: 35px
}

#viewport #gp-text-passage .topleft-sound {
    position: absolute;
    top: 3px;
    left: 3px
}

#gp-text-passage h1, #viewport #gp-text-passage p {
    margin: 5px 0
}

#gp-text-passage img {
    max-width: 100%;
    margin-bottom: 5px
}

#gp-text-passage table {
    width: 100%;
    height: 100%
}

#gp-text-passage th {
    text-align: center
}

#gp-text-passage td {
    width: 48%;
    padding: 2%;
    text-align: justify;
    vertical-align: top;
    display: inline-block
}

#gp-text-passage .bookTable td {
    vertical-align: middle
}

#gp-text-passage td.imageCol {
    text-align: center
}

#viewport #start-passage {
    margin: 0 auto;
    text-align: center
}

#viewport .bookBottomBar {
    width: 98%;
    height: 10%;
    padding: 0 1%;
    background-color: #59595b
}

#viewport .bookBottomBar .skipto-text {
    width: 98%
}

#viewport .bookTopper {
    height: 2%
}

#viewport .bookBottomBar .button-gradient {
    border-color: #ed6d23;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #f08321;
    box-shadow: 0 -4px 2px #f6a32f inset;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: .3% 3%;
    font-size: 110%
}

#viewport .bookBottomBar .button-gradient:hover {
    background-color: #f08321
}

#viewport .bookBottomBar .active-button-hovered {
    border-color: #f5a36f;
    background-color: #f7b072
}

#viewport .bookBottomBar .active-button-hovered:hover {
    border-color: #f5a36f;
    background-color: #f7b072
}

#viewport .inuse-area-bookpages .nextpage.button-gradient, #viewport .inuse-area-bookpages .prevpage.button-gradient {
    border-color: #ed6d23;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #f08321;
    box-shadow: 0 -4px 2px #f6a32f inset;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: .3% 6%;
    font-size: 110%
}

#viewport .inuse-area-bookpages .nextpage.button-gradient:hover, #viewport .inuse-area-bookpages .prevpage.button-gradient:hover {
    background-color: #f08321
}

#viewport .inuse-area-bookpages .nextpage.active-button-hovered, #viewport .inuse-area-bookpages .prevpage.active-button-hovered {
    border-color: #f5a36f;
    background-color: #f7b072
}

#viewport .inuse-area-bookpages .prevpage.active-button-hovered:hover, .inuse-area-bookpages .nextpage.active-button-hovered:hover {
    border-color: #f5a36f;
    background-color: #f7b072
}

#viewport #start-passage .button-gradient {
    border-color: #70a233;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #b1d234;
    box-shadow: 0 -4px 2px #aed136 inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b1d234), to(#8dc63f));
    background-image: -webkit-linear-gradient(top, #b1d234, #8dc63f);
    background-image: -moz-linear-gradient(top, #b1d234, #8dc63f);
    background-image: -ms-linear-gradient(top, #b1d234, #8dc63f);
    background-image: -o-linear-gradient(top, #b1d234, #8dc63f);
    background-image: linear-gradient(to bottom, #b1d234, #8dc63f);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    font-size: 50%;
    padding: .2% 2%
}

#viewport #start-passage .button-gradient:hover {
    background-color: #b9da89
}

#viewport #start-passage .active-button-hovered {
    border-color: #a4c27b;
    background-color: #cfe288;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cfe288), to(#b9da89));
    background-image: -webkit-linear-gradient(top, #cfe288, #b9da89);
    background-image: -moz-linear-gradient(top, #cfe288, #b9da89);
    background-image: -ms-linear-gradient(top, #cfe288, #b9da89);
    background-image: -o-linear-gradient(top, #cfe288, #b9da89);
    background-image: linear-gradient(to bottom, #cfe288, #b9da89)
}

#viewport #start-passage .active-button-hovered:hover {
    border-color: #a4c27b;
    background-color: #cfe288
}

#viewport #gp-passage-container .passage-hide {
    width: 100%;
    background-color: #fff;
    padding: 0;
    left: 0;
    font-size: 300%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center
}

#viewport .expander {
    text-align: center;
    padding: 5px 0
}

#viewport #gp-text-passage.passage {
    background: 0 0;
    overflow: auto;
    font-size: 75%;
    width: 760px;
    padding: 20px
}

#viewport .options {
    width: 100%;
    height: 100%
}

#viewport .radioinput img {
    width: 100%;
    max-width: 30px;
    max-height: 30px
}

#viewport .radioinput {
    cursor: pointer;
    position: absolute;
    top: 1%;
    left: 1%;
    width: 14%;
    height: 14%;
    text-align: left;
    z-index: 1
}

#viewport #gp-loading img {
    display: none
}

#viewport .minifier {
    position: absolute;
    right: 17px;
    margin: 2px;
    top: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 2
}

#viewport .maximizer {
    position: absolute;
    right: 0;
    margin: 2px;
    top: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    z-index: 2
}

#viewport #message-status {
    padding: 10px 0 0 0;
    text-align: center
}

#viewport .tables-container {
    width: 320%;
    height: 100%;
    text-align: left
}

#viewport .tables-container .absoluter {
    left: -3%
}

#viewport .tables-container .gp-skip-to.correct {
    background-color: #7fc638
}

#viewport .tables-container .gp-skip-to.wrong {
    background-color: #f64a4a
}

#viewport .tables-container .gp-skip-to.flash-wrong {
    border-color: red
}

#viewport .tables-container .gp-skip-to.noanswer {
    background-color: #ffc90e
}

#viewport .table-reference {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: none;
    visibility: hidden
}

#viewport .tooltip {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none
}

#viewport #welldone-screen {
    width: 100%;
    height: 80%;
    overflow: hidden
}

#viewport #welldone-screen2 {
    width: 100%;
    height: 80%;
    overflow: hidden
}

#viewport #welldone-screen .animation, #viewport #welldone-screen2 .animation {
    height: 75%
}

#viewport #welldone-screen .animation img {
    max-height: 99%;
    max-width: 99%
}

#viewport #welldone-screen2 .animation img.sider {
    width: 25%;
    vertical-align: top;
    margin: 2% 0 0 0;
    height: auto
}

#viewport welldone-screen2 .howyoudid-msg {
    color: #25aae2;
    font-size: 250%;
    font-weight: 700
}

#viewport .noanswer-msg {
    position: absolute;
    bottom: 41%;
    right: .5%;
    width: 15%;
    z-index: 2;
    color: #fff;
    font-size: 80%;
    height: 5%;
    background-color: #f64a4a
}

#viewport .toper-answer-correct, #viewport .toper-answer-wrong {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 80%;
    height: 15%
}

#viewport .noanswer-msg img, #viewport .toper-answer-correct img, #viewport .toper-answer-wrong img {
    height: 90%
}

#viewport .toper-answer-correct img, #viewport .toper-answer-wrong img {
    position: absolute;
    right: 1%
}

#viewport .toper-answer-wrong {
    background-color: #f64a4a
}

#viewport .toper-answer-correct {
    background-color: #7fc638
}

#viewport #result-score .scores {
    color: #25aae2;
    font-size: 130%;
    font-weight: 700
}

#viewport #welldone-screen .saving-msg-container {
    color: #6f6e73;
    font-size: 160%;
    font-weight: 700
}

#viewport .wap-answer-area {
    width: 100%;
    height: 30%;
    overflow: hidden;
    background-color: #e9eaec
}

#viewport .wap-answer-area {
    height: 35%
}

#viewport .qc u.sound {
    text-decoration: none;
    cursor: pointer
}

#viewport .qc.text-center {
    height: 100%
}

#viewport .wap-answer-area input {
    text-align: center
}

#viewport #info-area {
    width: 100%;
    height: 11%;
    position: relative
}

#viewport .infoarea-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#viewport .infoarea-bg-ligher {
    height: 20%;
    width: 100%;
    background-color: #696a6e
}

#viewport .infoarea-bg-darker {
    height: 80%;
    width: 100%;
    background-color: #59595b
}

#viewport .question-container {
    width: 100%;
    height: 100%
}

#viewport .question-container u {
    cursor: pointer
}

#viewport .inuse-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#viewport .inuse-area-bookpages .lefty, #viewport .inuse-area-bookpages .righty {
    width: 30%;
    height: 100%
}

#viewport .inuse-area-bookpages .lefty {
    text-align: left
}

#viewport .inuse-area-bookpages .lefty .prevpage {
    margin-left: 2%
}

#viewport .inuse-area-bookpages .righty .nextpage {
    margin-right: 2%
}

#viewport .inuse-area-bookpages .righty {
    text-align: right
}

#viewport .inuse-area-bookpages .gp-start-btn.lefty {
    width: 40%;
    text-align: center
}

#viewport .question-only-text {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    font-size: 300%
}

#viewport .question-text {
    width: 40%;
    font-size: 160%;
    height: 100%;
    text-align: left;
    overflow: auto
}

#viewport .question-sound {
    width: 9%;
    margin: 2% 0 0 1%
}

#viewport .question-sound img {
    max-width: 85px;
    max-height: 85px;
    width: 67%
}

#viewport .thequestion {
    margin: 4% 0 0 0;
    width: 90%
}

#viewport .question-image {
    height: 100%;
    width: 60%;
    overflow: auto
}

#viewport .question-only-image {
    width: 100%;
    height: 100%;
    overflow-y: auto
}

#viewport .bigtext {
    font-size: 550%
}

#viewport .smalltext {
    font-size: 180%;
    overflow-y: auto
}

#viewport .try-again {
    top: 50%;
    left: 45%;
    font-size: 300%;
    background-color: red;
    z-index: 2;
    color: #fff;
    position: absolute
}

#viewport .info-container {
    height: 100%;
    width: 96%
}

#viewport #navigation-container {
    height: 100%;
    width: 70%
}

#viewport #final-results-screen {
    height: 100%;
    width: 20%
}

#viewport #final-results-screen span.skipto-text {
    width: 75%
}

#viewport #final-results-screen .viewreport {
    margin-bottom: 4px
}

#viewport .viewreport.button-gradient {
    border-color: #10a2ac;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #7ac1c4;
    box-shadow: 0 -4px 2px #6eb9bd inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7ac1c4), to(#2f9ca7));
    background-image: -webkit-linear-gradient(top, #7ac1c4, #2f9ca7);
    background-image: -moz-linear-gradient(top, #7ac1c4, #2f9ca7);
    background-image: -ms-linear-gradient(top, #7ac1c4, #2f9ca7);
    background-image: -o-linear-gradient(top, #7ac1c4, #2f9ca7);
    background-image: linear-gradient(to bottom, #7ac1c4, #2f9ca7);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: .3% 1.5%;
    font-size: 96%
}

#viewport .viewreport.button-gradient:hover {
    background-color: #6eb9bd
}

#viewport .viewreport.active-button-hovered {
    border-color: #81bfc8;
    background-color: #aed7d9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#aed7d9), to(#8bbbc4));
    background-image: -webkit-linear-gradient(top, #aed7d9, #8bbbc4);
    background-image: -moz-linear-gradient(top, #aed7d9, #8bbbc4);
    background-image: -ms-linear-gradient(top, #aed7d9, #8bbbc4);
    background-image: -o-linear-gradient(top, #aed7d9, #8bbbc4);
    background-image: linear-gradient(to bottom, #aed7d9, #8bbbc4)
}

#viewport .viewreport.active-button-hovered:hover {
    border-color: #81bfc8;
    background-color: #aed7d9
}

#viewport .nextactivity.button-gradient {
    border-color: #ed6d23;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #f08321;
    box-shadow: 0 -4px 2px #f6a32f inset;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: 1% 6%;
    font-size: 96%
}

#viewport .nextactivity.button-gradient:hover {
    background-color: #f08321
}

#viewport .nextactivity.active-button-hovered {
    border-color: #f5a36f;
    background-color: #f7b072
}

#viewport .nextactivity.active-button-hovered:hover {
    border-color: #f5a36f;
    background-color: #f7b072
}

#viewport .info-container .navigation {
    width: 75%;
    height: 100%
}

#viewport .info-container .navigation .infozone {
    font-size: 175%;
    color: #fff
}

#viewport .info-container .navigation .infozone .question-index {
    height: 100%;
    text-align: left;
    width: 32%
}

#viewport .info-container .navigation .infozone .result-status {
    height: 100%;
    text-align: right;
    width: 67%
}

#viewport .info-container .navigation .infozone, #viewport .info-container .navigation .progresszone {
    width: 100%;
    position: relative
}

#viewport .info-container .navigation .infozone {
    height: 64%
}

#viewport .info-container .navigation .progresszone {
    height: 36%
}

#viewport .info-container .progresszone .knub {
    width: 0;
    height: 25%;
    margin: 0;
    position: absolute;
    border-radius: 4px;
    top: 9%;
    background-color: #45c3d3;
    left: 0
}

#viewport .info-container .progresszone .knub-bg {
    background-color: #000;
    width: 100%;
    height: 25%;
    margin: 0;
    position: absolute;
    border-radius: 4px;
    top: 9%;
    left: 0
}

#viewport input.gp-text-answer, textarea.gp-text-answer {
    width: 92%;
    font-size: 700%;
    background-color: #fff;
    border: 1px solid #736f6e;
    padding: 0 1%;
    height: 92%;
    top: 4%;
    left: 4%;
    position: absolute
}

#viewport textarea.gp-text-answer {
    font-size: 250%
}

#viewport .append, #viewport .prepend {
    background-color: #dcdcdc;
    bottom: 2%;
    font-size: 20px;
    height: 26px;
    line-height: 26px;
    padding: .5% 1.2%;
    position: absolute;
    font-weight: 700;
    color: #000
}

#viewport .prepend {
    left: 3%
}

#viewport .append {
    right: 1%
}

#viewport .keypad-container {
    width: 100%;
    text-align: center;
    height: 100%
}

#viewport .keypad-container .padrow {
    height: 29.33%;
    width: 100%
}

#viewport .keypad-container .padrow-space {
    height: 3%
}

#viewport .keypad-container .padrow .cell-space {
    width: 2%;
    float: left
}

#viewport .keypad-container .padrow div.lefty {
    width: 18%;
    height: 100%;
    background-color: #4cc4d4;
    color: #fff;
    font-size: 180%;
    font-weight: 700;
    border-radius: 9px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden
}

#viewport .wronganswercheck .keypad-container {
    display: none
}

#viewport .qwertypad .padrow div.lefty {
    width: 8.9%;
    text-transform: lowercase
}

#viewport .qwertypad.full-width .padrow div.lefty {
    width: 8%;
    text-transform: lowercase
}

#viewport .qwertypad .padrow div.double.lefty {
    width: 18.8%
}

#viewport .qwertypad.full-width .padrow div.double.lefty {
    width: 17%
}

#viewport .qwertypad.uppercase-keyboard .padrow div.lefty {
    text-transform: uppercase
}

#viewport .qwertypad .padrow .cell-space {
    width: 1%
}

#viewport .numberpad, #viewport .qwertypad, #viewport .signspad {
    height: 100%
}

#viewport .transparent {
    opacity: .5
}

#viewport #result-screen table {
    height: 80%;
    border-spacing: 0;
    padding: 4% 0 0 0;
    width: 80%;
    margin: 0 auto
}

#viewport .singletext-answer {
    width: 60%;
    height: 100%
}

#viewport .singletext-answer .toper-answer-correct {
    border-left: 1px solid #000;
    left: 4%;
    padding: 0 1%;
    top: 4%;
    width: 58%
}

#viewport .checkIcon {
    max-width: 27%;
    max-height: 95%
}

#viewport .wrongIcon {
    max-width: 27%;
    max-height: 95%
}

#viewport .correct-figure {
    margin: 0 1.2% 0 .4%
}

#viewport wrong-figure {
    margin: 0 0 0 .4%
}

#viewport .info-side-space {
    width: 2%;
    height: 100%
}

#viewport .sound-icon {
    margin-right: 5px;
    max-height: 35px;
    max-width: 35px;
    width: 23%;
    cursor: pointer
}

#viewport #gp-instructionsText .inline-sound-icon {
    margin-right: 5px;
    max-height: 35px;
    max-width: 35px
}

#viewport .inline-sound-icon {
    max-height: 60px;
    max-width: 60px;
    width: 14%;
    cursor: pointer
}

#viewport .backspace-key {
    width: 30%;
    max-height: 95%
}

#viewport .goback, #viewport .goforward {
    cursor: pointer
}

#viewport .singletext-answer .user-answer-correct, #viewport .singletext-answer .user-answer-wrong {
    font-size: 160%;
    padding: 0 5px
}

#viewport .user-answer-radio-correct {
    color: #00f;
    border-color: #00f
}

#viewport .user-answer-correct {
    color: green
}

#viewport .user-answer-wrong {
    color: red
}

#viewport .grey-toolbar {
    background-color: #656565;
    height: 11%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

#viewport .end-next-container, #viewport .end-retry-container {
    height: 100%;
    width: 15%
}

#viewport .end-retry-container .button-gradient {
    border-color: #36963b;
    border-width: 2px 2px 3px 2px;
    border-style: solid;
    background-color: #6bbd44;
    box-shadow: 0 -4px 2px #59aa3e inset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#6bbd44), to(#2d903a));
    background-image: -webkit-linear-gradient(top, #6bbd44, #2d903a);
    background-image: -moz-linear-gradient(top, #6bbd44, #2d903a);
    background-image: -ms-linear-gradient(top, #6bbd44, #2d903a);
    background-image: -o-linear-gradient(top, #6bbd44, #2d903a);
    background-image: linear-gradient(to bottom, #6bbd44, #2d903a);
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    padding: .7% 5%;
    font-size: 110%
}

#viewport .end-retry-container .button-gradient:hover {
    background-color: #59aa3e
}

#viewport .end-retry-container .active-button-hovered {
    border-color: #7caf78;
    background-color: #a6d38a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a6d38a), to(#81b37a));
    background-image: -webkit-linear-gradient(top, #a6d38a, #81b37a);
    background-image: -moz-linear-gradient(top, #a6d38a, #81b37a);
    background-image: -ms-linear-gradient(top, #a6d38a, #81b37a);
    background-image: -o-linear-gradient(top, #a6d38a, #81b37a);
    background-image: linear-gradient(to bottom, #a6d38a, #81b37a)
}

#viewport .end-retry-container .active-button-hovered:hover {
    border-color: #7caf78;
    background-color: #a6d38a
}

#viewport .end-view-container {
    height: 100%;
    width: 70%
}

#viewport .time-clock {
    margin-right: 2.5%;
    color: #fff
}

#viewport .soundoff, #viewport .soundon {
    height: 75%;
    text-align: center;
    width: 16%;
    cursor: pointer
}

#viewport .question-only-text .instruction-text {
    font-size: 65%
}

#viewport .question-text .instruction-text {
    font-size: 85%
}

#viewport .question-text .text-after-instruction {
    font-size: 125%
}

#viewport .qwhite {
    background-color: #fff
}

#viewport .active-button {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

#viewport #figure-clone {
    position: absolute;
    z-index: 2;
    display: block
}

.text-inside-popup {
    padding: 7% 1% 0 1%
}

.magnifier-container {
    position: relative;
    white-space: nowrap;
    margin: 0 auto;
    display: inline
}

.magnifier {
    position: absolute;
    bottom: -2px;
    right: 0;
    background-color: #ddd;
    opacity: .8;
    border-radius: 7px;
    cursor: pointer
}

.pagebox .magnifier-container {
    vertical-align: middle
}

.pagebox .magnifier {
    background-color: transparent;
    color: #fff;
    opacity: .5
}

.magnifier-container img {
    vertical-align: bottom
}

.pagebox .magnifier-container img {
    vertical-align: middle
}

.playBtn {
    position: absolute;
    height: 25px;
    line-height: 25px;
    margin: 0 10px;
    border: 1px solid #000;
    border-radius: 5px;
    -webkit-box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, .75);
    box-shadow: 7px 7px 5px 0 rgba(50, 50, 50, .75);
    padding: 3px 7px;
    cursor: pointer;
    background-color: #fff;
    z-index: 999999
}

#viewport .imgpopuper {
    text-align: center;
    z-index: 77777777;
    background-color: rgba(244, 244, 244, .8);
    cursor: pointer
}

#viewport .imgpopuper img {
    max-height: 99%;
    max-width: 99%
}

#viewport .main-message .second-message {
    font-size: 55%
}

#viewport .zindex1 {
    z-index: 1
}

#viewport #readspeaker_button1 {
    position: absolute;
    top: 20%;
    left: 56%;
    width: auto !important
}

#viewport .rsbtn_powered {
    display: none !important
}

#viewport #info-area div, #viewport #info-area span, #viewport .keypad-container div, #viewport .keypad-container span {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.headerNavigation li.logoContainer {
    border-right: none
}

.qindicator {
    display: none
}

.read-only .multipleTextAnswerList .qindicator {
    display: inline-block
}

.read-only .multipleImageAnswerList .qindicator {
    display: block;
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    color: #fff;
    height: 40px;
    font-size: 28px;
    border-radius: 5px
}

.read-only .gp-answer-choice {
    position: relative
}

.read-only .correct-box .qindicator {
    background-color: #7ccd2e
}

.read-only .useranswered-box .qindicator {
    background-color: #ed4040
}

.read-only .correct-box.useranswered-box .qindicator {
    background-color: #7ccd2e
}

.read-only .multipleTextAnswerList .gp-answer-choice.correct-box {
    background-color: #7ccd2e
}

.read-only .multipleTextAnswerList .gp-answer-choice.correct-box.useranswered-box {
    background-color: #7ccd2e
}

.read-only .multipleTextAnswerList .gp-answer-choice.useranswered-box {
    background-color: #ed4040
}

.read-only .multipleTextAnswerList .qindicator {
    background-color: transparent;
    color: #fff
}

.solution-side-box {
    display: none;
    z-index: 2
}

.solution-data {
    position: absolute;
    color: #000;
    padding: 1% 5%
}

.container.solutionview .solution-side-box {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: visible;
    border: 1px solid #c7c6c6
}

.solution-button {
    position: absolute;
    text-align: center;
    cursor: pointer
}

.solution-button .sol-text-container {
    background-color: #989190;
    padding: 1.5%;
    font-size: 1vw;
    color: #fff
}

.solution-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15%;
    border-bottom: 5px solid #80afca
}

.solution-header-text {
    position: absolute;
    top: 20%;
    height: 60%;
    background-color: #f7b924;
    width: 50%;
    left: -10%
}

.solution-header-bar {
    width: 7px;
    background-color: #80afca;
    display: inline-block;
    height: 100%
}

.soltext {
    display: inline-block;
    color: #fff;
    margin-left: 10%;
    font-size: 1.2vw;
    font-weight: 900;
    text-shadow: 1px 1px 2px #000
}

@media screen and (orientation :landscape) {
    .container.solutionview.expanded .games {
        right: 20%
    }

    .container.solutionview .solution-side-box {
        width: 0;
        top: 12%;
        bottom: 12%;
        transition-property: width;
        transition-duration: 1s
    }

    .container.solutionview.expanded .solution-side-box {
        width: 20%
    }

    .solution-button {
        right: 0;
        writing-mode: vertical-rl;
        text-orientation: upright;
        top: 15%;
        height: 70%
    }

    .solution-data {
        top: 20%;
        width: 90%;
        height: 60%;
        left: 0;
        font-size: 1vw
    }
}

@media screen and (orientation :portrait) {
    .container.solutionview.expanded .games {
        bottom: 20%
    }

    .container.solutionview .solution-side-box {
        height: 0;
        left: 0;
        transition-property: height;
        transition-duration: 1s
    }

    .container.solutionview.expanded .solution-side-box {
        height: 20%;
        overflow-y: scroll
    }

    .solution-button {
        bottom: 0;
        left: 30%;
        width: 40%
    }

    .solution-data {
        top: 0;
        width: 60%;
        height: 90%;
        left: 20%;
        font-size: 2vw
    }

    .solution-header {
        width: 20%;
        height: 22%;
        border-bottom: 5px solid #80afca
    }

    .solution-header-text {
        position: absolute;
        top: 10%;
        height: 80%;
        width: 100%;
        left: 0
    }

    .solution-button .sol-text-container {
        font-size: 2.8vw
    }

    .solution-button {
        position: fixed
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #viewport .soundoff, #viewport .soundon {
        width: auto
    }
}

@media screen and (min-width:1279px) and (orientation :landscape) {
    #viewport .racer {
        height: 70%;
        width: 33%
    }

    #viewport .myracer {
        height: 60%;
        left: -7%
    }

    #viewport .race-container.bike .racer {
        height: 60%
    }

    #viewport .race-container.bike .myracer {
        height: 60%
    }
}

@media screen and (max-width:1281px) and (orientation :landscape) {
    #viewport .end-next-container, #viewport .end-retry-container {
        width: 28%;
        font-size: 90%
    }

    #viewport .end-view-container {
        width: 44%;
        font-size: 90%
    }

    #viewport .nextactivity.button-gradient {
        padding: 1%
    }

    #viewport #result-score {
        font-size: 105%
    }
}

@media screen and (max-width:1100px) and (orientation :landscape) {
    #viewport #result-score {
        font-size: 97%
    }
}

@media screen and (max-width:960px) and (orientation :landscape) {
    #viewport .soundoff, #viewport .soundon {
        width: 26%
    }

    #viewport #result-score {
        font-size: 90%;
        width: 50%
    }

    #viewport #welldone-screen2 .animation img.sider {
        width: 20%
    }

    #viewport .noanswer-msg {
        width: 23%;
        padding: 0 1%;
        font-size: 70%
    }

    #viewport .gp-skip-to {
        font-size: 110%
    }

    #viewport .keypad-container .swap .skipto-text {
        width: 100%
    }

    #viewport .keypad-container .backspace-key {
        width: 56%
    }

    #viewport .qicons .center-helper {
        display: none
    }

    #viewport .tip-icon.button-gradient, #viewport .wshelp-icon.button-gradient {
        margin-top: 2px;
        margin-bottom: 1px
    }
}

@media screen and (max-width:960px) and (orientation :portrait) {
    #viewport .soundoff, #viewport .soundon {
        width: 26%
    }

    #viewport #result-score {
        font-size: 90%;
        width: 50%
    }

    #viewport #welldone-screen2 .animation img.sider {
        width: 20%
    }

    #viewport .noanswer-msg {
        width: 23%;
        padding: 0 1%;
        font-size: 70%
    }

    #viewport .gp-skip-to {
        font-size: 110%
    }

    #viewport .keypad-container .swap .skipto-text {
        width: 100%
    }

    #viewport .keypad-container .backspace-key {
        width: 56%
    }

    #viewport .qicons .center-helper {
        display: none
    }

    #viewport .tip-icon.button-gradient, #viewport .wshelp-icon.button-gradient {
        margin-top: 2px;
        margin-bottom: 1px
    }

    #viewport .solutionText {
        padding: 8% 1% 0 1%
    }
}

@media screen and (max-width:771px) and (orientation :portrait) {
    #viewport #gp-wrap {
        max-height: 68%
    }

    #viewport .text-inside-popup {
        padding: 12% 1% 0 1%
    }

    #viewport .soundoff, #viewport .soundon {
        width: 36%
    }

    #viewport .end-next-container, #viewport .end-retry-container {
        width: 32%
    }

    #viewport .end-view-container {
        width: 36%
    }

    #viewport .nextactivity.button-gradient {
        font-size: 99%
    }

    #viewport .end-retry-container .button-gradient {
        padding: .6% 1%;
        font-size: 99%
    }

    #viewport .viewreport.button-gradient {
        padding: .3% 1%;
        font-size: 99%
    }

    #viewport #final-results-screen {
        font-size: 75%
    }

    #viewport #final-results-screen .active-button {
        padding: 1% 0
    }

    #viewport span.q-num {
        width: 7%
    }

    #viewport span.details {
        max-width: 70%
    }

    #viewport span.details a:before {
        content: " ";
        display: block;
        clear: both;
        font-size: 1px;
        line-height: 1px
    }

    #viewport .row {
        height: 7.5%
    }

    #viewport #result-score {
        font-size: 65%
    }

    #viewport .noanswer-msg {
        width: 25%
    }

    #viewport .keypad-container .backspace-key {
        width: 45%
    }

    #viewport #container.ro .gp-next-btn.righty .center-helper {
        display: none
    }

    #viewport .time-clock {
        margin-top: 3px;
        margin-bottom: 1px
    }

    #viewport #final-results-screen span.skipto-text {
        width: 89%
    }

    #viewport .toper-answer-correct .relativer, #viewport .toper-answer-wrong .relativer {
        text-align: left
    }

    #viewport .toper-answer-correct .relativer .skipto-text, #viewport .toper-answer-wrong .relativer .skipto-text {
        margin-left: 3%
    }

    .read-only .multipleImageAnswerList .qindicator {
        top: -20px;
        height: 20px;
        font-size: 14px
    }
}

@media screen and (max-width:771px) and (orientation :landscape) {
    #viewport .gp-start-btn {
        width: 35%
    }

    #viewport .gp-skip-to {
        font-size: 102%
    }

    #viewport .info-container .navigation .infozone {
        font-size: 150%
    }

    #viewport .soundoff, #viewport .soundon {
        width: 36%
    }

    #viewport .end-next-container, #viewport .end-retry-container {
        width: 32%
    }

    #viewport .end-view-container {
        width: 36%
    }

    #viewport .nextactivity.button-gradient {
        font-size: 99%
    }

    #viewport .end-retry-container .button-gradient {
        padding: .6% 1%;
        font-size: 99%
    }

    #viewport .viewreport.button-gradient {
        padding: .3% 1%;
        font-size: 99%
    }

    #viewport #final-results-screen {
        font-size: 75%
    }

    #viewport #final-results-screen .active-button {
        padding: 1% 0
    }

    #viewport span.q-num {
        width: 7%
    }

    #viewport span.details {
        max-width: 70%
    }

    #viewport span.details a:before {
        content: " ";
        display: block;
        clear: both;
        font-size: 1px;
        line-height: 1px
    }

    #viewport .row {
        height: 7.5%
    }

    #viewport #result-score {
        font-size: 65%
    }

    #viewport .noanswer-msg {
        width: 25%
    }

    #viewport .keypad-container .backspace-key {
        width: 45%
    }

    .read-only .multipleImageAnswerList .qindicator {
        top: -20px;
        height: 20px;
        font-size: 14px
    }
}

@media screen and (max-width:580px) and (orientation :landscape) {
    #viewport #container.ro .gp-next-btn.righty .center-helper {
        display: none
    }

    #viewport .time-clock {
        margin-top: 3px;
        margin-bottom: 1px
    }

    #viewport .race-q-text {
        border-radius: 15px
    }
}

@media screen and (max-width:450px) and (orientation :landscape) {
    #viewport .active-button {
        font-size: 125%
    }

    #viewport .soundoff, #viewport .soundon {
        width: 46%
    }

    #viewport .end-retry-container {
        width: 32%
    }

    #viewport .end-next-container {
        width: 35%
    }

    #viewport .end-view-container {
        width: 33%
    }

    #viewport span.details {
        max-width: 65%
    }

    #viewport .noanswer-msg {
        width: 35%
    }

    #viewport #final-results-screen {
        font-size: 60%
    }

    #viewport .keypad-container .backspace-key {
        width: 50%
    }
}

@media screen and (max-width:450px) and (orientation :portrait) {
    #viewport .active-button {
        font-size: 125%
    }

    #viewport .soundoff, #viewport .soundon {
        width: 46%
    }

    #viewport .end-retry-container {
        width: 32%
    }

    #viewport .end-next-container {
        width: 35%
    }

    #viewport .end-view-container {
        width: 33%
    }

    #viewport span.details {
        max-width: 65%
    }

    #viewport .noanswer-msg {
        width: 35%
    }

    #viewport #final-results-screen {
        font-size: 60%
    }

    #viewport .keypad-container .backspace-key {
        width: 50%
    }

    #viewport #final-results-screen span.skipto-text {
        width: 94%
    }

    #viewport #final-results-screen {
        font-size: 78%
    }
}

@media screen and (max-width:380px) and (orientation :landscape) {
    #viewport .active-button {
        font-size: 110%
    }

    #viewport .info-container {
        width: 100%
    }

    #viewport .info-side-space {
        display: none
    }

    #viewport .soundoff, #viewport .soundon {
        width: 76%
    }

    #viewport span.details {
        max-width: 60%
    }

    #viewport .keypad-container .backspace-key {
        width: 60%
    }

    #viewport .keypad-container .qwertypad .backspace-key {
        width: 85%
    }
}

@media screen and (max-width:380px) and (orientation :portrait) {
    #viewport .info-container {
        width: 100%
    }

    #viewport .info-side-space {
        display: none
    }

    #viewport .soundoff, #viewport .soundon {
        width: 76%
    }

    #viewport span.details {
        max-width: 60%
    }

    #viewport .keypad-container .backspace-key {
        width: 60%
    }

    #viewport .keypad-container .qwertypad .backspace-key {
        width: 85%
    }
}

@media screen and (max-width:240px) and (orientation :landscape) {
    #viewport .soundoff, #viewport .soundon {
        width: 90%
    }

    #viewport .end-next-container, #viewport .end-retry-container, #viewport .end-view-container {
        width: 100%;
        height: auto;
        float: none
    }

    #viewport .end-next-container, #viewport .end-view-container {
        margin-top: 3px
    }
}

@media screen and (max-width:240px) and (orientation :portrait) {
    #viewport .soundoff, #viewport .soundon {
        width: 90%
    }

    #viewport .end-next-container, #viewport .end-retry-container, #viewport .end-view-container {
        width: 100%;
        height: auto;
        float: none
    }

    #viewport .end-next-container, #viewport .end-view-container {
        margin-top: 3px
    }
}

@media screen and (orientation :portrait) {
    #viewport .tip {
        padding: 7% 0 0 1%
    }

    #viewport .racer {
        height: 45%;
        width: 54%
    }

    #viewport .myracer {
        height: 40%;
        left: -13%
    }

    #viewport .race-container.bike .racer {
        height: 42%
    }

    #viewport .race-container.bike .myracer {
        height: 42%
    }

    #viewport .race-container.horse .finish-flag {
        height: 35%
    }

    #viewport .race-congrats {
        left: 10%;
        width: 80%
    }
}

.clearfix:after, .clearfixBox:after {
    content: ".";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix, .clearfixBox {
    display: inline-block
}

* html .clearfix, * html .clearfixBox {
    height: 1%
}

.clearfix, .clearfixBox {
    display: block
}

body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    background: #f1f1f1
}

.btn-submit, .help, .modal-body, .navbar-default .navbar-nav>li>a, h2 {
    font-family: Arial, Helvetica, sans-serif
}

h2 {
    font-size: 24px;
    color: #6e6e70;
    margin-bottom: 17px;
    margin-top: 0
}

h3 {
    font-size: 18px;
    font-weight: 400;
    color: #6d6e72;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0
}

.iconArrow {
    background-position: 0 0;
    width: 18px;
    height: 18px;
    margin-left: 3px
}

.iconClose {
    background-position: 0 -20px;
    width: 24px;
    height: 22px;
    opacity: 1
}

.navbar-default .navbar-nav>li.open .iconArrow {
    background-position: -18px 0;
    width: 18px;
    height: 18px;
    margin-left: 3px
}

.ez-checked {
    background-position: 0 -34px
}

.ez-selected {
    background-position: 0 -34px
}

.label.checkbox {
    white-space: inherit;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 8px;
    line-height: 13px;
    color: #939597
}

.label.checkbox input {
    margin: 3px 5px 0 0 !important
}

.details {
    overflow: hidden
}

.modal-body h3 {
    font-size: 17px;
    color: #6d6e70;
    font-weight: 700;
    margin: 2px 0 5px 0;
    padding: 0
}

.modal-body {
    font-size: 14px;
    color: #949494
}

.help {
    display: block;
    text-align: center;
    background: #d1d2d4;
    padding: 10px 0;
    margin: 0 60px;
    color: #fff;
    font-weight: 700;
    font-size: 22px
}

.help:hover {
    text-decoration: none;
    color: #fff;
    background: #dedede
}

.arrowActive .iconDownArrow {
    background-position: 0 0
}

.alert-success {
    background-color: #9fd088;
    color: #45724d;
    background-image: linear-gradient(#9fd088, #8cc572);
    -webkit-background-image: linear-gradient(#9fd088, #8cc572);
    -o-background-image: linear-gradient(#9fd088, #8cc572);
    -moz-background-image: linear-gradient(#9fd088, #8cc572);
    border-color: #9fd088
}

.alert-error {
    background-color: #e9c4c9;
    color: #954767
}

.alert-info {
    background-color: #b3d6e3;
    color: #5d96b7
}

.alert-block {
    background-color: #fccaa1;
    color: #d58142
}

.alert-warning {
    background-color: #fccaa1;
    color: #d28142;
    background-image: linear-gradient(#fccaa1, #efb484);
    -webkit-background-image: linear-gradient(#fccaa1, #efb484);
    -o-background-image: linear-gradient(#fccaa1, #efb484);
    -moz-background-image: linear-gradient(#fccaa1, #efb484);
    border-color: #fccaa1
}

.modal-header {
    background-color: #08b0e2;
    color: #fff;
    padding: 15px 10px 15px 15px
}

.modal-header h3 {
    color: #fff
}

.modal-body, .modal-footer {
    background-color: #f1f1f1
}

.popover-title {
    background-color: #e6e7e8;
    color: #6d6e70
}

.popover-content {
    background-color: #d1d2d4;
    color: #6d6e70
}

.navbar-default .navbar-nav>li>a {
    background: #9ecb3a;
    color: #fff;
    font-size: 21px;
    font-weight: 700
}

.navbar-default {
    background: #f8f8f8;
    border: none;
    border-bottom: solid 1px #efefef;
    box-shadow: none
}

.navbar-right {
    position: relative
}

.navbar-nav>li>a {
    padding-bottom: 15px;
    padding-top: 13px;
    line-height: 30px;
    font-weight: 700
}

.nav>li {
    float: left;
    position: inherit;
    min-width: 159px;
    text-align: center
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #84b43c
}

.navbar-default .navbar-nav>li.logIn a, .navbar-default .navbar-nav>li.logIn a:hover, .navbar-default .navbar-nav>li.logIn.active a {
    background-color: #00b0e8
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li.logIn>a:focus, .navbar-default .navbar-nav>li.logIn>a:hover {
    color: #fff;
    background-color: #0ba2d2
}

.container {
    width: 970px;
    max-width: 878px;
    padding: 0;
    position: relative
}

.panel-footer {
    border: none;
    background-color: #f1f1f1
}

.panel-footer-top {
    border-bottom: 1px solid #fbfbfb;
    border-top: 2px solid #fbfbfb;
    background-color: #fff;
    color: grey;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px
}

.footer-left {
    float: left
}

.footer-right {
    float: right;
    text-align: right
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0
}

.navbar-brand {
    display: inline-block;
    height: auto;
    padding: 0;
    margin: 7px 0 7px 0
}

.navbar-header {
    float: left
}

.navbar-right .dropdown-menu {
    left: 0;
    padding-bottom: 0
}

.navbar-nav>li>.dropdown-menu {
    background: #f1f1f1;
    border: none;
    border-radius: 0;
    margin-top: 0;
    text-align: left;
    width: 318px
}

.modal-body, .modal-footer {
    margin: 0;
    padding: 15px
}

.modal-footer {
    text-align: left
}

.modal-dialog {
    width: 730px
}

.container-fluid {
    padding: 0;
    margin: 0;
    width: auto;
    background: #fff;
    color: #939498;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 13px
}

.paddingTop {
    padding-top: 85px
}

.modalBox {
    width: 550px
}

.formLabel {
    color: #939498;
    font-family: Tahoma, Geneva, sans-serif, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 2px;
    padding-left: 0;
    font-size: 13px;
    padding-top: 0
}

.col-offset {
    padding-left: 0
}

.listData li {
    margin-bottom: 3px
}

.intro-container {
    width: 100%;
    max-width: 722px;
    max-height: 790px;
    position: absolute;
    bottom: 0;
    left: -30px
}

.intro_anim {
    position: absolute;
    bottom: 0
}

.intro_anim img {
    max-width: 100%
}

.girl-bg {
    max-width: 778px;
    max-height: 659px;
    width: 100%
}

.girl-bg img {
    max-width: 100%
}

.eyesmouth {
    max-width: 500px;
    max-height: 298px;
    width: 29%;
    padding-bottom: 19.9%;
    left: 51.7%
}

.eyes {
    max-width: 226px;
    max-height: 101px;
    width: 29.0488%;
    padding-bottom: 24.5%;
    left: 52.3%
}

.bird {
    max-width: 180px;
    max-height: 326px;
    width: 33.6761%;
    padding-bottom: 61.3%;
    left: 19.8%
}

.mouth {
    max-width: 115px;
    max-height: 75px;
    width: 14.7815%;
    padding-bottom: 18.2%;
    left: 58.3%
}

.vbottomed {
    display: inline-block;
    vertical-align: bottom;
    margin: 0
}

.bottom-helper {
    height: 100%;
    vertical-align: bottom;
    display: inline-block;
    width: 0
}

.headerNavigation {
    float: right
}

.headerNavigation nav li a {
    padding: 17px 18px
}

.headerNavigation nav li:first-child {
    border-left: solid 1px #eaeaea
}

.iconCoinBox {
    background-position: -102px -23px;
    width: 24px;
    height: 20px
}

.headerNavigation nav li:first-child {
    border: none
}

.iconCoin {
    background-position: -155px -91px;
    width: 30px;
    height: 32px;
    top: -1px;
    position: absolute;
    left: 0
}

.iconCoinStar {
    background-position: -194px -394px;
    width: 54px;
    height: 55px;
    top: -9px;
    left: -14px;
    right: auto
}

.coinsCollect {
    width: 90px;
    border-radius: 5px;
    color: #fff;
    text-shadow: 0 2px 0 #1578bb;
    padding: 2px 7px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    text-align: right;
    position: absolute;
    right: 0;
    left: auto;
    top: 20%
}

.headerNavigationLeft li .iconCoin {
    transition: all .4s ease 0s
}

.headerNavigationLeft li:hover .iconCoin {
    transform: rotate(0) scale(1.1) skew(0) translate(0)
}

.added-coins {
    position: absolute;
    right: 0;
    left: auto;
    font-weight: 800
}

.headerNavigationLeft li .iconCoinFlash {
    transform: rotate(0) scale(1.5) skew(0) translate(0)
}

.headerNavigationLeft li.clearfixBox {
    box-shadow: 0 2px 3px rgba(24, 116, 183, .55), -1px -1px 4px rgba(0, 55, 113, 1) inset;
    display: block;
    padding: 3px 0 0 8px;
    position: relative;
    width: 95px
}

.headerNavigationLeft li.coinsContainer {
    box-shadow: none;
    background: 0 0
}

.mobileShowLogo {
    display: none
}

.error {
    padding: 0 !important;
    font-weight: 400 !important;
    margin: 0 !important;
    font-size: 12px !important
}

label.error {
    display: block !important;
    margin-top: 5px !important;
    padding: 5px !important
}

.playActivity {
    width: 100%;
    border: none;
    min-height: 600px
}

.nextActivityIcon {
    background-position: -312px -346px;
    width: 30px;
    height: 104px
}

.prevActivityIcon {
    background-position: -375px -285px;
    width: 30px;
    height: 99px
}

.nextActivity a {
    display: block
}

.iconPlus {
    background-position: -490px -195px;
    width: 26px;
    height: 26px;
    margin: -5px 10px 0 -40px
}

.pointsRaduis {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.subtext {
    float: right;
    color: #6e696a;
    font-size: 18px;
    font-weight: 700;
    padding-top: 5px
}

.slick-dots {
    display: none !important
}

.selectpicker.btn-default {
    background: #fff !important;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .08);
    height: 56px;
    color: #231f20;
    font-size: 24px
}

.bootstrap-select .dropdown-menu.open {
    top: 52px
}

.bootstrap-select.form-control {
    height: auto;
    margin-bottom: -1px !important
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.bootstrap-select .btn:focus {
    outline: 0 !important
}

.menuList li h3, .newPopUpDesign .modal-title {
    font-family: Arial, Helvetica, sans-serif
}

.newPopUpDesign .modalBox {
    width: 985px;
    margin-top: 5%
}

.newPopUpDesign .modal-content {
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 15px 15px 20px rgba(0, 0, 0, .3);
    border: none
}

.newPopUpDesign .modal-body, .newPopUpDesign .modal-footer {
    background: 0 0;
    padding: 43px 5% 47px 5%
}

.newPopUpDesign .modal-footer {
    padding: 15px 5% 15px 5%
}

.newPopUpDesign .modal-title {
    background: #fdb913;
    display: inline-block;
    position: relative;
    left: -15px;
    font-weight: 600;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    font-size: 24px;
    padding: 4px 41px 8px 48px
}

.newPopUpDesign .modal-header {
    background: url(https://static.studyladder.ca/cdn/site/09/7b3181a15be4.jpg) no-repeat right bottom;
    border-bottom: solid 5px #2285af;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
    padding: 23px 10px 32px 0
}

.newPopUpDesign button.close {
    height: 44px;
    position: absolute;
    right: -21px;
    top: -19px;
    width: 44px;
    opacity: 1
}

.newPopUpDesign button.close:hover {
    opacity: .7
}

#popupWrapperContainer {
    z-index: 2222222
}

#popupWrapperContainer .modal-body {
    color: #231f20;
    font-size: 20px
}

#popupWrapperContainer .popup-content {
    text-align: center
}

#popupWrapperContainer .popup-content .report-button {
    text-align: center;
    display: inline-block
}

#popupWrapperContainer.newPopUpDesign .modal-header {
    background: 0 0
}

#popupWrapperContainer.error-popup .modal-title {
    background-color: red
}

.menuList>li {
    width: 30%;
    float: left;
    margin-left: 5%
}

.menuList>li:first-child {
    margin-left: 0
}

.menuList li h3 {
    border: solid 1px #e3813b;
    border-radius: 5px;
    color: #e3813b;
    font-size: 24px;
    padding: 10px 14px 12px 16px
}

.menuList li h3 i {
    font-style: normal
}

.menuList li h3.menuTitle2 {
    border-color: #87b53e;
    color: #87b53e
}

.menuList li h3.menuTitle3 {
    border-color: #9767b6;
    color: #9767b6
}

.menuList li h3.menuTitle4 {
    border-color: #e24264;
    color: #e24264
}

.menuList>li ul li {
    border-bottom: solid 1px #e5e5e5;
    padding: 9px 7px 9px 18px
}

.menuList>li section {
    margin-bottom: 42px;
    display: block
}

.menuList>li ul li a {
    color: #231f20;
    font-size: 20px;
    display: inline-block
}

.menuList>li ul li a:focus, .menuList>li ul li a:hover {
    color: #e3813b;
    text-decoration: none
}

.menuList>li ul.menuList2 li a:focus, .menuList>li ul.menuList2 li a:hover {
    color: #87b53e
}

.menuList>li ul.menuList3 li a:focus, .menuList>li ul.menuList3 li a:hover {
    color: #9767b6
}

.menuList>li ul.menuList4 li a:focus, .menuList>li ul.menuList4 li a:hover {
    color: #e24264
}

.toolTipContainer {
    display: none
}

.popover {
    text-align: center;
    max-width: inherit;
    width: 147px;
    border-radius: 15px;
    z-index: 9999
}

.popover-content {
    background: 0 0;
    font-size: 19px;
    line-height: 22px;
    color: #000
}

.popover.top>.arrow {
    bottom: -21px
}

.popover.top {
    margin-top: -24px;
    width: 400px
}

.popover.top .popoverContainer>.lefty {
    width: 50%
}

.popover>.arrow:after {
    display: none;
    background: 0 0;
    border: none !important
}

.tipboxBg {
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 9994
}

.sound-highlight {
    background-color: #ffe79f
}

@media only screen and (max-width:1556px) {
    .pageWidth {
        max-width: inherit;
        width: 940px
    }
}

@media only screen and (max-width:1106px) {
    .clickArrow {
        right: 10px
    }

    .newPopUpDesign .modalBox {
        width: 700px
    }

    .newPopUpDesign .modal-body, .newPopUpDesign .modal-footer {
        padding: 18px 2% 23px
    }

    .menuList li h3 {
        padding: 7px 8px 8px;
        font-size: 18px
    }

    .menuList li h3 i {
        display: inline-block;
        padding-top: 4px
    }

    .menuList>li ul li {
        padding: 7px 7px 7px 10px
    }

    .menuList>li ul li a {
        font-size: 18px
    }
}

@media only screen and (max-width:900px), only screen and (min-width:768px) and (max-width:1024px) {
    #wrapper {
        background-size: cover
    }

    .container {
        width: auto;
        padding-left: 15px;
        padding-right: 15px
    }

    .overViewListing>li {
        width: 40%
    }

    .overViewListing>li>a {
        background-size: cover;
        min-height: 160px
    }

    .alienTextContainer {
        padding: 15% 0 0 0
    }

    .textBottom {
        padding-top: 32%
    }

    .overViewListing div.earnPoint {
        background-size: cover;
        min-height: 160px
    }

    .iconMute {
        margin-right: 5px
    }

    .previousIcon {
        width: 30px
    }

    .iconCoinStar {
        background-position: -48px -405px;
        width: 42px;
        height: 45px;
        left: auto;
        right: -16px;
        top: -6px
    }

    .iconCoin {
        background-position: 0 -402px;
        width: 44px;
        height: 48px;
        top: -9px
    }

    .place-value {
        width: 50%
    }

    .overViewListing>li {
        margin-left: 2%;
        width: 31.3%
    }

    .overViewListing {
        margin-left: -2%
    }

    .popover {
        border-radius: 10px
    }

    .popover-content {
        padding: 15px 10px 15px;
        font-size: 17px;
        line-height: 18px;
        color: #000
    }
}

@media only screen and (max-width:990px) {
    .selectpicker.btn-default {
        height: 46px
    }

    .bootstrap-select .dropdown-menu.open {
        top: 41px
    }
}

@media only screen and (max-width:767px), only screen and (max-device-width:480px), only screen and (max-width:767px) {
    body {
        display: block
    }

    #wrapper {
        background: #fff
    }

    .container {
        width: auto;
        padding: 0 10px
    }

    .navbar-nav {
        text-align: center;
        position: relative
    }

    .nav>li {
        min-width: inherit;
        width: 50%
    }

    .navbar-nav>li {
        position: static
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .navbar-brand {
        float: none
    }

    .navbar-header {
        text-align: center;
        float: none
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        top: 50px;
        left: 0;
        background: #f1f1f1;
        width: 100%
    }

    .paddingTop {
        padding-top: 135px
    }

    .modal-dialog {
        width: auto
    }

    .categoryList>li {
        float: none;
        width: auto;
        margin-top: 15px
    }

    .categoryList>li:first-child {
        margin-top: 0
    }

    .panel-footer {
        padding-right: 15px;
        padding-left: 14px
    }

    .notificationBox .col-lg-12 {
        padding: 0
    }

    .loginJoin li {
        width: auto;
        float: none
    }

    .memberInformation {
        float: none;
        display: block;
        text-align: center
    }

    .memberInformation>li {
        float: none;
        display: inline
    }

    .memberInformation>li a {
        margin-bottom: 3px;
        display: inline-block
    }

    .mainNavigation {
        margin: 13px 0 0 0
    }

    nav {
        margin: 0 -10px;
        float: none
    }

    #menu {
        display: block
    }

    nav ul {
        display: none
    }

    .intro-container {
        left: 0
    }

    .overViewListing {
        margin: 0
    }

    .overViewListing>li {
        float: none;
        width: auto;
        margin-left: 0
    }

    .overViewListing>li>a {
        min-height: 170px
    }

    .overViewPage {
        padding-top: 55px
    }

    .overViewListing>li>a {
        background-position: center center
    }

    .roundedList li {
        background-position: -182px -163px;
        width: 30px;
        height: 31px;
        margin-left: 3px
    }

    .roundedList li.active {
        background-position: -182px -196px
    }

    .mobileShowLogo {
        display: block
    }

    .place-value {
        float: none;
        width: auto
    }

    .prevActivityIcon {
        float: left
    }

    .panel-body {
        padding: 8px 0 0 43px
    }

    .newPopUpDesign .modalBox {
        width: auto;
        margin: 30px 25px 20px
    }

    .newPopUpDesign .modal-body, .newPopUpDesign .modal-footer {
        padding: 18px 2% 23px
    }

    .newPopUpDesign .modal-title {
        font-size: 18px;
        padding: 6px 15px 8px 20px;
        line-height: 16px
    }

    .menuList>li {
        margin-left: 0;
        float: none;
        width: auto
    }

    .menuList>li ul {
        margin-bottom: 20px
    }

    .menuList>li section {
        margin-bottom: 0
    }

    .newPopUpDesign .modal-header {
        border-bottom-width: 3px;
        background-size: cover
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 1px
    }
}

@media only screen and (max-width:1012px) {
    .bonusButton {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .overViewListing>li {
        width: 48%;
        margin: 0 1% 10px;
        float: left
    }

    nav {
        margin: 0
    }

    .overViewListing>li:first-child {
        margin-left: 2%
    }

    .overViewListing>li {
        width: 46%;
        margin: 0 2% 10px;
        float: left
    }

    nav {
        margin: 0
    }
}

@media only screen and (max-width:505px) {
    .overViewListing>li:first-child {
        margin-left: 0
    }

    .overViewListing>li {
        width: auto;
        margin: 0 0 10px;
        float: none
    }
}

@media only screen and (max-width:600px) {
    .mobileShowLogo {
        display: none
    }

    .coinsCollect {
        width: 59px;
        font-size: 11px
    }

    h2.pageTitle {
        font-size: 27px
    }

    .pointsRaduis {
        padding-left: 20px !important
    }

    h2.pageTitle {
        font-size: 21px;
        min-height: 40px
    }

    .roundedList {
        float: left;
        margin-bottom: 10px
    }

    #viewport .gp-skip-to {
        width: 34px
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 1px
    }
}

@media only screen and (max-width:480px) {
    #viewport .gp-skip-to {
        width: 28px
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 0
    }
}

.plus {
    color: #939597;
    font-size: 16px;
    display: block;
    padding: 7px 0
}

.topSpace {
    padding-top: 10px
}

.whiteBox {
    background: #f7f8f8;
    padding-top: 8px;
    padding-bottom: 8px
}

@media only screen and (max-width:420px) {
    .slick-next {
        right: -22px !important
    }

    .slick-prev {
        left: -22px !important
    }
}

.navbar-default .navbar-nav>li>a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width:630px) {
    .intro-container {
        left: 0
    }

    #answer-area label.clearfix i.fa-play-circle, #answer-area label.clearfix i.fa-spinner {
        display: block;
        float: right
    }

    #answer-area label.clearfix>.alingLeft {
        width: 100%
    }
}

@media screen and (max-width:630px) and (orientation:portrait) {
    .multipleTextAnswerList li label {
        padding-top: 6px !important;
        padding-bottom: 9px !important
    }
}

@media screen and (max-width:438px) {
    .intro-container {
        left: 0
    }
}

.error {
    color: #c00;
    font-size: 14px;
    font-weight: 700
}

.error {
    border: 1px solid red;
    background-color: #fee;
    color: #333;
    margin: 1em 0;
    padding: 1em
}

.error h4, .error p {
    background-color: #fee !important;
    border: none !important
}

.error h4, .error strong {
    margin-bottom: 1em;
    color: red !important
}

.error li {
    list-style-type: circle;
    margin-left: 3ex
}

.headNotification {
    background-color: #fee;
    border: 2px solid red;
    color: red;
    left: 0;
    margin: 10px 0;
    padding: 20px;
    position: absolute;
    top: 0
}

.info-box {
    border: 1px solid #ccd2d9;
    padding: 20px
}

.box-shadow, .info-box {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 3px 5px 5px #808285
}

.alingLeft {
    float: left
}

.alingRight {
    float: right
}

.gameSprite {
    display: inline-block;
    vertical-align: middle
}

.keypadclose {
    width: 23px;
    height: 16px;
    position: relative;
    top: -2px
}

.keypad-shift {
    width: 19px;
    height: 17px;
    position: relative;
    top: -2px
}

.gamePlay {
    margin-right: 13px
}

.iconRoundGreen {
    margin-right: 13px
}

.gameTitle .iconRoundGreen {
    margin-right: 3px
}

.gameTitle .gameSprite img {
    vertical-align: text-top
}

.slide-next, .slide-prev {
    width: 12px;
    height: 20px;
    float: left;
    margin: 11px 12px 0 0
}

.slide-next {
    background-position: -16px -75px;
    margin-left: 12px
}

.rightAnswerIcon, .wrongAnswerIcon {
    position: absolute;
    left: -1px;
    top: -3px;
    border-radius: 50%;
    padding: 2px 4px
}

.wrongAnswerIcon {
    background-color: #ef4e4e;
    padding: 2px 6px
}

.currFigure {
    margin: 2px 0 0 0
}

.rightAnswerIcon {
    background-color: #8fd73b
}

.iconHomePage {
    width: 23px;
    height: 21px;
    font-size: 23px
}

.iconNextPlay {
    width: 26px;
    height: 26px;
    font-size: 23px
}

.light-version-button {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-weight: 900;
    font-size: 24px;
    margin-top: 2px
}

.iconPlayGreen {
    margin-right: 3px
}

.iconPlayGreen img.playingStatus {
    margin-bottom: 10px;
    color: #fff
}

.gp-answer-choice .iconPlayGreen {
    margin: 0 0 0 7px
}

.gp-answer-choice .iconRoundGreen {
    margin: 0 0 0 7px
}

.gameBody {
    background: #fff
}

.dollarGoldCoin.top-dollarGoldCoin {
    transition: all .4s
}

.dollarGoldCoin.top-dollarGoldCoin:hover {
    transform: scale(1.1)
}

.dollarGoldCoin {
    display: inline-block;
    border: solid 4px #fff;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, .15);
    border-radius: 100%
}

.dollarGoldCoin.top-dollarGoldCoin {
    position: absolute;
    top: -2px;
    left: -1px
}

.dollar-circle {
    display: block;
    border-radius: 50%;
    background-color: #febf2a;
    text-align: center;
    padding: 3px 10px
}

dollar-circle {
    background: linear-gradient(#fec93e, #fda919);
    border: solid 4px #ffe556;
    color: #ffe556;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(137, 64, 0, .7);
    box-shadow: 0 1px 1px 1px #be6803, inset 0 1px 1px 0 #d0810c, inset 0 4px 8px 0 rgba(210, 131, 12, .5)
}

dollar-circle:hover {
    color: #ffe556;
    text-decoration: none
}

.games {
    position: relative
}

/*

.game-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffe01e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmUwMWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjFiMzIyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #ffe01e 0, #f1b322 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #ffe01e), color-stop(100%, #f1b322));
    background: -webkit-radial-gradient(center, ellipse cover, #ffe01e 0, #f1b322 100%);
    background: -o-radial-gradient(center, ellipse cover, #ffe01e 0, #f1b322 100%);
    background: -ms-radial-gradient(center, ellipse cover, #ffe01e 0, #f1b322 100%);
    background: radial-gradient(ellipse at center, #ffe01e 0, #f1b322 100%)
}

.game-background.lime-bg {
    background: #bdf159;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNiZGYxNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjOTRjYzI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #bdf159 0, #94cc27 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #bdf159), color-stop(100%, #94cc27));
    background: -webkit-radial-gradient(center, ellipse cover, #bdf159 0, #94cc27 100%);
    background: -o-radial-gradient(center, ellipse cover, #bdf159 0, #94cc27 100%);
    background: -ms-radial-gradient(center, ellipse cover, #bdf159 0, #94cc27 100%);
    background: radial-gradient(ellipse at center, #bdf159 0, #94cc27 100%)
}

.game-background.pink-bg {
    background: #e7a4f1;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlN2E0ZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjY2E2Y2Q4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #e7a4f1 0, #ca6cd8 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #e7a4f1), color-stop(100%, #ca6cd8));
    background: -webkit-radial-gradient(center, ellipse cover, #e7a4f1 0, #ca6cd8 100%);
    background: -o-radial-gradient(center, ellipse cover, #e7a4f1 0, #ca6cd8 100%);
    background: -ms-radial-gradient(center, ellipse cover, #e7a4f1 0, #ca6cd8 100%);
    background: radial-gradient(ellipse at center, #e7a4f1 0, #ca6cd8 100%)
}

.game-background.aqua-bg {
    background: #a1ebee;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNhMWViZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNWJjNWM5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, #a1ebee 0, #5bc5c9 100%);
    background: -webkit-gradient(radial, center center, 0, center center, 100%, color-stop(0, #a1ebee), color-stop(100%, #5bc5c9));
    background: -webkit-radial-gradient(center, ellipse cover, #a1ebee 0, #5bc5c9 100%);
    background: -o-radial-gradient(center, ellipse cover, #a1ebee 0, #5bc5c9 100%);
    background: -ms-radial-gradient(center, ellipse cover, #a1ebee 0, #5bc5c9 100%);
    background: radial-gradient(ellipse at center, #a1ebee 0, #5bc5c9 100%)
} */
.game-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffd96d;
    background: radial-gradient(ellipse at center, #ffd96d 0, #fed35b 100%)
}

.game-background.lime-bg {
    background: #b0ff91;
    background: radial-gradient(ellipse at center, #b0ff91 0, #b0ff91 100%)
}

.game-background.pink-bg {
    background: #efdaff;
    background: radial-gradient(ellipse at center, #efdaff 0, #efdaff 100%)
}

.game-background.aqua-bg {
    background: #84cbfd;
    background: radial-gradient(ellipse at center, #84cbfd 0, #84cbfd 100%)
}

.game-background.extra-bg {
    background: #fea79d;
    background: radial-gradient(ellipse at center, #fea79d 0, #fea79d 100%)
}

.game-loading-bg {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.place-value-game {
    position: absolute;
    left: 0;
    top: 71px;
    right: 0;
    background: #2cafe3;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, .15);
    font-weight: 700;
    padding: 3px 0 5px 0;
    z-index: 999
}

.introBox h3 {
    color: #f1b322;
    font-size: 30px
}

.readyPlay {
    font-size: 24px;
    font-style: italic;
    color: #231f20;
    display: block;
    text-align: center;
    position: relative;
    top: -130px
}

.introBox {
    background: #231f20;
    border: solid 4px #fff;
    border-top-left-radius: 63px 44px;
    border-top-right-radius: 47px 40px;
    border-bottom-left-radius: 39px 32px;
    border-bottom-right-radius: 47px 40px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 30px 0 30px 0;
    width: 1000px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.intro-container-game {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.intro-container-game:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.intro-container-game>img {
    max-height: 82%;
    max-width: 90%
}

.introduction {
    min-height: 349px;
    overflow: auto;
    overflow-x: inherit;
    width: auto;
    margin: 0 20px
}

.intro-title {
    color: #333;
}

.intro-text {
    color: grey;
}

.intro-text {
    font-size: 0.7em;
}

#gp-start2 {
    position: absolute;
    bottom: 1.5%;
    right: 5%
}

.footer-button {
    background: #fff;
    padding: 5px 0 4px 0
}

.next-activity, .next-btn {
    border-radius: 3px;
    background-color: #feb522;
    display: inline-block;
    font-size: 20px;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    color: #fff;
    float: right;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(137, 64, 0, .7);
    margin: 5px 1% 0 1.7%;
    min-width: 125px
}

.next-activity:focus, .next-activity:hover, .next-btn:focus, .next-btn:hover {
    color: #fff;
    text-decoration: none
}

.resultsSaved {
    font-size: 20px;
    color: #8ac339;
    float: left;
    padding: 7px 0 0 23px
}

.slick-loading .slick-list {
    background: #fff url(https://static.studyladder.ca/cdn/site/7a/1aa436143963.gif) center center no-repeat
}

.slick-next, .slick-prev {
    background-color: transparent;
    position: absolute;
    display: block;
    cursor: pointer;
    width: 12px;
    color: #1b8cd1;
    top: 50%;
    margin-top: -19px;
    padding: 0;
    border: none;
    outline: 0
}

.slick-next:focus, .slick-prev:focus {
    outline: 0
}

.slick-next.slick-disabled, .slick-prev.slick-disabled {
    color: grey
}

.slick-prev {
    left: -17px;
    top: 30px
}

.slick-next {
    right: -17px;
    top: 30px
}

.slick-next i.fa, .slick-prev i.fa {
    font-size: 200%
}

.keypad li a {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

.calculator-view {
    background: url(https://static.studyladder.ca/cdn/site/7b/b78fd70a072a.png) repeat-x 0 0
}

.calcultor-number {
    background: url(https://static.studyladder.ca/cdn/site/a8/6ccdd188501b.png) repeat-x 0 0
}

.enterYourText {
    background-image: url(https://static.studyladder.ca/cdn/site/b5/36b4c1480600.png);
    border-top: solid 1px #e1e1e1;
    padding: 6px 6px 7px 6px
}

.game-container {
    padding: 0 0 0 3.5%;
    position: relative;
    margin-top: 52px;
    overflow: hidden
}

.game-container img {
    max-width: 100%;
    max-height: 100%
}

.containerAnswer {
    position: absolute;
    left: 3%;
    bottom: 0;
    overflow-y: auto;
    width: 45%;
    top: 0
}

.containerAnswerRight {
    left: auto;
    right: 3%
}

.left-block {
    color: #231f20;
    font-size: 34px;
    display: table
}

.right-block {
    text-align: center;
    width: 100%
}

.left-block .answerDetails {
    display: table-cell;
    vertical-align: middle
}

.right-block .answerDetails {
    position: absolute;
    left: 0;
    right: 0;
    top: 7%;
    bottom: 0
}

.dotLine {
    color: #cac9c9;
    font-size: 50px
}

#first-question, #second-question {
    display: none
}

.game-pagination div a span {
    background: #42bde8;
    background: -moz-linear-gradient(top, rgba(66, 189, 232, 1) 0, rgba(58, 184, 231, 1) 18%, rgba(37, 170, 225, 1) 52%, rgba(28, 154, 218, 1) 76%, rgba(22, 143, 213, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(66, 189, 232, 1) 0, rgba(58, 184, 231, 1) 18%, rgba(37, 170, 225, 1) 52%, rgba(28, 154, 218, 1) 76%, rgba(22, 143, 213, 1) 100%);
    background: linear-gradient(to bottom, rgba(66, 189, 232, 1) 0, rgba(58, 184, 231, 1) 18%, rgba(37, 170, 225, 1) 52%, rgba(28, 154, 218, 1) 76%, rgba(22, 143, 213, 1) 100%)
}

.game-pagination div a.done span {
    background: #a4df5f;
    background: -moz-linear-gradient(top, rgba(164, 223, 95, 1) 0, rgba(156, 220, 81, 1) 3%, rgba(147, 216, 69, 1) 26%, rgba(135, 211, 54, 1) 46%, rgba(108, 195, 36, 1) 83%, rgba(101, 191, 31, 1) 97%, rgba(112, 195, 47, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(164, 223, 95, 1) 0, rgba(156, 220, 81, 1) 3%, rgba(147, 216, 69, 1) 26%, rgba(135, 211, 54, 1) 46%, rgba(108, 195, 36, 1) 83%, rgba(101, 191, 31, 1) 97%, rgba(112, 195, 47, 1) 100%);
    background: linear-gradient(to bottom, rgba(164, 223, 95, 1) 0, rgba(156, 220, 81, 1) 3%, rgba(147, 216, 69, 1) 26%, rgba(135, 211, 54, 1) 46%, rgba(108, 195, 36, 1) 83%, rgba(101, 191, 31, 1) 97%, rgba(112, 195, 47, 1) 100%)
}

.game-pagination div a.not-done span {
    background: #f26868;
    background: -moz-linear-gradient(top, rgba(242, 104, 104, 1) 0, rgba(242, 99, 99, 1) 3%, rgba(241, 91, 91, 1) 20%, rgba(239, 70, 70, 1) 49%, rgba(233, 54, 54, 1) 74%, rgba(230, 44, 44, 1) 97%, rgba(230, 48, 48, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(242, 104, 104, 1) 0, rgba(242, 99, 99, 1) 3%, rgba(241, 91, 91, 1) 20%, rgba(239, 70, 70, 1) 49%, rgba(233, 54, 54, 1) 74%, rgba(230, 44, 44, 1) 97%, rgba(230, 48, 48, 1) 100%);
    background: linear-gradient(to bottom, rgba(242, 104, 104, 1) 0, rgba(242, 99, 99, 1) 3%, rgba(241, 91, 91, 1) 20%, rgba(239, 70, 70, 1) 49%, rgba(233, 54, 54, 1) 74%, rgba(230, 44, 44, 1) 97%, rgba(230, 48, 48, 1) 100%)
}

.progressBar {
    background-color: #2ba2d9
}

.progres-line {
    background-color: #aed0db
}

.progres {
    background-color: #146484
}

.wrongAnswer {
    border-radius: 15px;
    background-color: #ef4e4e;
    display: inline-block;
    padding: 3px 15px 0 0;
    width: 87px;
    position: relative;
    text-align: right;
    min-height: 39px;
    font-size: 20px;
    color: #fff;
    text-shadow: 2px 2px 0 #730f0f;
    float: right;
    margin: 5px 0 0 5px
}

.rightAnswer {
    text-shadow: 2px 2px 0 #157506;
    background-color: #8fd73b
}

.wrongAnswer i {
    font-style: normal;
    display: inline-block
}

.effect i {
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
    -moz-transform: scale(2, 2);
    -o-transform: scale(2, 2);
    -ms-transform: scale(2, 2)
}

.effectStart i {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease
}

.demo-charachter {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%
}

.demo-charachter img {
    bottom: 0;
    box-sizing: border-box;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto
}

.pace {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 999999;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 90px;
    width: 482px;
    height: 44px;
    background-color: #feca41;
    box-shadow: 0 -1px 3px #b46100 inset;
    border-radius: 20px
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-transition: width 1s ease-in-out 1s linear;
    -moz-transition: width 1s ease-in-out 1s linear;
    -ms-transition: width 1s ease-in-out 1s linear;
    -o-transition: width 1s ease-in-out 1s linear;
    transition: width 1s ease-in-out 1s linear;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 468px;
    position: fixed;
    z-index: 2000;
    display: block;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    font-size: 12px;
    background: #b9eff8;
    background: -moz-linear-gradient(top, #b9eff8 0, #aaebf7 14%, #95e4f4 25%, #79d7ee 36%, #4ebbe3 50%, #3caada 79%, #33a2d5 100%);
    background: -webkit-linear-gradient(top, #b9eff8 0, #aaebf7 14%, #95e4f4 25%, #79d7ee 36%, #4ebbe3 50%, #3caada 79%, #33a2d5 100%);
    background: linear-gradient(to bottom, #b9eff8 0, #aaebf7 14%, #95e4f4 25%, #79d7ee 36%, #4ebbe3 50%, #3caada 79%, #33a2d5 100%);
    color: #29d;
    box-shadow: 0 1px 10px #1974bc inset;
    line-height: 60px;
    font-weight: 700;
    border-radius: 20px;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: block;
    color: #fff;
    position: absolute;
    left: 200px;
    top: -15px;
    right: 0;
    text-align: left;
    white-space: nowrap;
    font-size: 20px;
    text-shadow: 2px 2px 1px #127eca;
    font-weight: 400
}

.pace.pace-inactive {
    display: none
}

.init-loading .pace-activity {
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 110%
}

.init-loading .pace-progress {
    width: 0
}

.pace-activity {
    background: #d0750c;
    background: -moz-linear-gradient(top, #d0750c 0, #ce7108 3%, #d8840c 34%, #dc8d0e 59%, #db8c0e 97%, #dd8e0f 100%);
    background: -webkit-linear-gradient(top, #d0750c 0, #ce7108 3%, #d8840c 34%, #dc8d0e 59%, #db8c0e 97%, #dd8e0f 100%);
    background: linear-gradient(to bottom, #d0750c 0, #ce7108 3%, #d8840c 34%, #dc8d0e 59%, #db8c0e 97%, #dd8e0f 100%);
    border-radius: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1) inset;
    display: block;
    height: 30px;
    position: absolute;
    left: 7px;
    top: 7px;
    bottom: 0;
    z-index: 999;
    right: 7px
}

.enterYourText input[type=text] {
    border: solid 1px #e5e5e5;
    color: #000
}

.gameContainer .container {
    padding-left: 0;
    padding-right: 0;
    max-width: inherit;
    width: auto
}

.gameSolution {
    border-top: solid 1px #c7c6c6;
    padding: 6px 12px 4px 8px;
    border-bottom: solid 2px #efefef;
    background: #fff
}

.questionAnswer {
    width: 100%
}

.col-lg-answer {
    width: 49.4%
}

.finalmultianswer-4 {
    width: 24.3%
}

.finalmultianswer-3 {
    width: 33.1%
}

.finalmultianswer-5 {
    width: 19.6%
}

.answerTitle {
    background: #7ccd2e;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    padding: 1px 0 2px 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    position: relative;
    margin-bottom: 8px
}

.questionAnswer .answerBox span {
    display: block;
    text-align: center;
    font-size: 60px;
    color: #231f20;
    line-height: 70px
}

.solutionText .answerBox {
    padding: 33px 0
}

.solutionText .answerBox span {
    color: #231f20;
    font-size: 1.8vw;
    line-height: 20px
}

.givenAnswer {
    background: #ed4040
}

.downarrowAnswer {
    background-position: -233px 0;
    width: 8px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px
}

.givenAnswer .downarrowAnswer {
    background-position: -243px 0
}

.givenAnswer.user-correct-answer {
    background: #7ccd2e
}

.givenAnswer.user-correct-answer .downarrowAnswer {
    background-position: -233px 0
}

.correctAnswer {
    display: block;
    text-align: center
}

.answerBox {
    background: #ececec;
    padding: 10px 0 10px 0;
    border-radius: 5px;
    box-shadow: inset 1px 2px 0 rgba(0, 0, 0, .1)
}

.answerBox figure img {
    max-width: 100%;
    max-height: 100%
}

.timeTaken {
    width: 24.5%;
    color: #000;
    font-size: 20px;
    text-align: center
}

.timeTaken .answerBox {
    margin-bottom: 5px
}

.timeTaken span {
    display: block;
    line-height: 20px
}

.gameButtons li a, .viewSolution {
    display: block;
    border-radius: 40px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .15);
    padding: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.gameButtons li a span, .viewSolution span {
    display: block;
    border-radius: 40px;
    background-color: #9c9a9a;
    font-size: 18px;
    color: #fff;
    padding: 8px 0 10px 0;
    box-shadow: inset 0 -1px 1px #3f7f18, 0 2px 5px rgba(89, 170, 39, .5)
}

.gameButtons li a, .viewSolution:focus, .viewSolution:hover {
    text-decoration: none;
    outline: 0
}

.viewSolution span:hover {
    background: #57c126
}

.gameButtons {
    margin-bottom: 2px
}

.gameButtons li {
    float: left;
    width: 32%;
    margin-left: 2%
}

.gameButtons li:first-child {
    margin-left: 0
}

.gameButtons li a {
    text-align: center
}

.gameButtons li a span {
    background-position: 0 0;
    box-shadow: inset 0 -1px 1px #08548a, 0 2px 5px rgba(17, 125, 201, .5)
}

.gameButtons li a:hover span {
    background: #1a94d7
}

.gameButtons li.coursesBtn a span {
    background-position: 0 -72px;
    box-shadow: inset 0 -1px 1px #3f7f18, 0 2px 5px rgba(89, 170, 39, .5)
}

.gameButtons li.coursesBtn a:hover span {
    background: #57c126
}

.gameButtons li.rewardBtn a span {
    background-position: 0 -144px;
    box-shadow: inset 0 -1px 1px #874811, 0 2px 5px rgba(182, 108, 41, .5)
}

.gameButtons li.rewardBtn a:hover span {
    background: #da6f28
}

.game-hidden {
    display: none
}

.backToSummary {
    color: #fff;
    font-size: 18px;
    background-color: #23a7df;
    width: 188px;
    text-align: center;
    text-shadow: 2px 2px 0 rgba(18, 126, 202, .5);
    line-height: 30px;
    margin: 4px 0 0 25px;
    padding: 2px 0 4px 0;
    border-radius: 15px
}

.backToSummary:focus, .backToSummary:hover {
    outline: 0;
    color: #fff;
    text-decoration: none
}

.finalReport {
    padding: 50px 2% 0
}

.large-collum {
    width: 47%
}

.large-collum.alingLeft {
    width: 50%
}

.successfuly {
    font-size: 22px;
    color: #8ac339;
    display: block;
    text-align: right;
    padding: 0 5px 0 0;
    margin-bottom: 18px;
    line-height: 17px
}

.activityTitle {
    background: #ae8623;
    font-size: 20px;
    text-shadow: 2px 2px 1px #9a720f;
    color: #fff;
    position: relative;
    left: -7px;
    padding: 1px 0 3px 20px;
    width: 90%;
    display: block;
    margin-bottom: 22px;
    height: 33px
}

.activitiyCorner {
    background-position: -233px -6px;
    width: 18px;
    height: 33px;
    position: absolute;
    right: -18px;
    top: 0
}

.activityCorner2 {
    background-position: -233px -141px;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px
}

.activityStar {
    background-position: -233px -41px;
    width: 15px;
    height: 14px;
    float: left;
    margin-top: 7px;
    margin-right: 9px
}

.earnCoinsBox {
    background: #5dbbea;
    border: solid 1px #2598c6;
    color: #fff;
    font-size: 1.55vw;
    padding: 7px 19px 11px 27px;
    position: relative;
    margin-bottom: 22px
}

.earnCoinIcon {
    background-position: -233px -96px;
    width: 39px;
    height: 43px;
    position: relative;
    left: 0;
    top: -3px
}

.earnCoinIconDolllar {
    background-position: -155px 0
}

.pointEarn {
    font-size: 40px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .15);
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 0;
    text-align: center;
    right: 0
}

.bonus-point-earn {
    font-size: 30px
}

.bonus-point-earn span {
    font-size: 19px
}

.gamevalue {
    display: block;
    color: #231f20;
    font-size: 16px;
    text-align: center
}

.nextGamePlay {
    text-align: center
}

.nextGameActivity {
    position: relative;
    margin-bottom: 10px;
    display: inline-block
}

.nextGameActivity a {
    display: block
}

.earnText {
    position: relative;
    z-index: 999;
    line-height: 100%;
    text-align: center;
    max-width: 65%
}

.earnText.alingRight {
    margin-top: 10px
}

.earnText i.fa {
    font-size: 150%;
    color: #228b22
}

.earnCoinsBox .nexty.alingRight {
    width: 33%
}

.rightListHeader {
    font-weight: 800;
    font-size: 2vw
}

.rightListItem {
    border: 1px solid #333;
    font-size: 1.1vw;
    margin-bottom: 6px;
    padding: .3% .5%
}

.nextGameActivity img {
    border-radius: 3px
}

.whiteArrow {
    background-position: -254px 0;
    width: 50px;
    height: 52px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -26px
}

.nextGameActivity a:hover .whiteArrow {
    opacity: .8
}

#finalReportScroll {
    height: 465px;
    overflow: auto
}

.finalReportDetails {
    padding-top: 15px;
    margin-top: 11px
}

.finalReportDetails li {
    margin-bottom: 12px
}

.detailBtn {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    margin-right: 5px
}

.detailBtn:focus, .detailBtn:hover {
    color: #fff
}

.replayBtn {
    background-color: #2cafe3;
    font-size: 170%;
    font-weight: 800
}

.detailBlueBtn {
    background-position: 0 -353px
}

.doneQuestionIcon {
    background-position: -233px -149px;
    width: 26px;
    height: 26px;
    margin-right: 9%
}

.wrongQuestionIcon {
    background-position: -233px -178px
}

.timeQuetion {
    width: 100px
}

.scrollNotice {
    color: #231f20;
    font-size: 1.55vw;
    margin-bottom: 21px
}

.earnStarIcon {
    background-position: -233px -207px;
    width: 39px;
    height: 38px
}

.finalReportList .earnCoinsBox {
    margin-bottom: 31px
}

.badLuckImg {
    display: block;
    text-align: center
}

.badLuckImg img {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 25px
}

.solutionFooter {
    display: block !important
}

.solutionFooter .game-pagination-slider {
    display: block
}

.toolTipContainer {
    display: none
}

.popover {
    text-align: center;
    width: 173px;
    max-width: inherit;
    background: 0 0;
    box-shadow: none;
    border: none
}

.popoverContainer {
    border-radius: 15px;
    border: solid 1px #8dd53e;
    box-shadow: 0 4px 0 #93d649, 0 5px 12px rgba(0, 0, 0, .2);
    z-index: 9999;
    padding: 16px 7px 15px;
    background: #fff
}

.popover-content {
    background: 0 0;
    padding: 0;
    font-size: 19px;
    line-height: 22px;
    color: #000
}

.popover-content figure img {
    max-width: 100%;
    max-height: 100%
}

.popover>.arrow {
    display: none
}

.tipBoxArrow {
    background-position: -310px -59px;
    width: 22px;
    height: 21px;
    position: absolute;
    bottom: -19px;
    left: 25px
}

.tipBoxArrowWrong {
    background-position: -310px -105px
}

.popover.top {
    margin-top: -24px;
    left: auto !important;
    right: 10px
}

.popover>.arrow:after {
    display: none;
    background: 0 0;
    border: none !important
}

.tooltipIcon {
    background-position: -338px 0;
    width: 52px;
    height: 54px;
    position: absolute;
    top: -12px;
    right: -12px;
    left: auto
}

.gameContainer .container {
    position: inherit
}

.games {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

#footerContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

#startTitle {
    display: none
}

.wrongTipBox {
    border-color: #f05757;
    box-shadow: 0 4px 0 #f05757, 0 5px 12px rgba(0, 0, 0, .2)
}

.tooltipWrongIcon {
    background-position: -392px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #a2a0a0
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 8px
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #f1f1f1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #a2a0a0;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: #a2a0a0;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: #a2a0a0;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.tipboxBg {
    background: none repeat scroll 0 0 #000;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9994
}

.multipleChoiceImage {
    text-align: center
}

.multipleImageAnswer {
    background: #fff;
    border-bottom: solid 2px #efefef;
    border-top: solid 1px #c7c6c6
}

.multipleImageAnswerList {
    margin: 0
}

.multipleImageAnswerList li {
    float: left;
    width: 25%;
    text-align: center
}

.multipleImageAnswerList li label {
    display: block;
    margin: 0;
    cursor: pointer;
    position: relative;
    padding: 26px 0 26px 0
}

.multipleImageAnswerList li>div {
    border-left: solid 1px #c7c6c6
}

.multipleImageAnswerList li>div img {
    height: 110px;
    max-width: 100%
}

.multipleImageAnswerList li:first-child>div {
    border-left: none
}

.customBtn {
    display: block;
    position: absolute;
    left: 11px;
    top: 11px
}

.customBtn.text-image-answer {
    max-width: 20%
}

.gp-answer-choice .the-text-part {
    display: block;
    margin-left: 20%;
    margin-top: -10px;
    max-width: 80%;
    text-align: left
}

.ez-hide {
    opacity: 0
}

.ez-radio {
    background: transparent url(https://static.studyladder.ca/cdn/site/3a/8241b6bc9568.png) 0 0 no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px
}

.ez-selected {
    background-position: 0 -36px
}

.ez-radio {
    zoom: 1
}

.multipleChoiceText figure {
    display: block;
    text-align: center
}

.multipleChoiceText .question {
    margin-bottom: 4%
}

.multipleTextAnswer {
    background: #fff;
    border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #c7c6c6
}

.multipleTextAnswerList {
    margin: 0
}

.multipleTextAnswerList li {
    background: #e6e6e6 url(https://static.studyladder.ca/cdn/site/09/e437ad6b00bf.png) repeat-x 0 0;
    border-top: solid 1px #d9d9d9
}

.multipleTextAnswerList li:first-child {
    border-top: none
}

.choiceText {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-left: 9px
}

.multipleTextAnswerList li label {
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #231f20;
    padding: 2px 17px 5px 16px
}

.multipleTextAnswerList li .ez-radio {
    background-position: 0 -72px;
    width: 22px;
    height: 22px;
    vertical-align: middle
}

.multipleTextAnswerList li .ez-selected {
    background-position: 0 -97px
}

#multipleChoiceImage .multipleImageAnswerList .gp-answer-choice label>span {
    font-size: 1.3vw
}

#gameHeader {
    background-color: #2aa5d6;
    border-bottom: solid 1px #eaf6fb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99
}

.headerNavigation {
    float: right;
    margin: 0;
    border-left: solid 1px #309eca;
    position: relative;
    z-index: 3
}

.iconGameMenu {
    background-position: 0 -205px;
    width: 24px;
    height: 21px;
    font-size: 23px
}

.iconGameSound {
    margin-top: 4px;
    font-size: 1.5em !important;
    color: #fff;
    cursor: pointer
}

.headerNavigation li {
    padding: 4px 9px 4px 10px;
    min-height: 34px;
    float: left;
    border-left: solid 1px #5dc0e7;
    border-right: solid 1px #309eca
}

.headerNavigation li a {
    color: #fff;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease
}

.headerNavigation li a:hover {
    opacity: .9
}

.headerNavigation li.lastChild {
    border-right: none
}

.headerNavigation li i {
    font-size: 24px
}

.gameTitle {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 1;
    right: 0;
    line-height: 32px;
    font-size: 18px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, .15)
}

.rotatable .fabars {
    display: none;
    text-align: center;
    cursor: pointer
}

.rotatable .fabars .fa-bars {
    width: 26px;
    margin: 4px 0 0 0
}

.curtainGameContainer {
    padding: 0;
    position: relative;
    height: 100%
}

.stripsLine {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    background: url(https://static.studyladder.ca/cdn/site/14/196447eae1d2.png) repeat-x 0 0;
    height: 61px;
    z-index: 1
}

.curtainsBg {
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://static.studyladder.ca/cdn/site/9f/93edc8fd9b54.png) repeat-x right bottom;
    width: 50%;
    bottom: 0
}

.curtainsBgRight {
    left: auto;
    right: 0;
    background-position: left bottom
}

.curtainContainTitle {
    font-size: 60px;
    line-height: 100%;
    display: block;
    text-align: center;
    color: #000;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 45%
}

.curtainContainTitle u {
    text-decoration: none
}

.repeatButtonBox {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 999;
    text-align: center
}

.repeatBtn {
    background: url(https://static.studyladder.ca/cdn/site/e4/719f0178408d.png) no-repeat 0 0;
    width: 172px;
    height: 58px;
    line-height: 52px;
    font-size: 24px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(134, 7, 0, .75);
    display: inline-block
}

.repeatBtn:focus, .repeatBtn:hover {
    color: #fff;
    text-decoration: none
}

.sliderNext, .sliderPrev {
    position: absolute;
    left: 5px;
    top: 3px;
    background: url(https://static.studyladder.ca/cdn/site/d7/bbf6bdd593b0.png) no-repeat 0 0;
    width: 106px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
    text-align: center;
    padding: 5px 0 9px 12px;
    line-height: 22px
}

.sliderPrev.sliderDisable {
    background-position: 0 -43px
}

.sliderNext {
    left: auto;
    right: 5px;
    background-position: -114px 0;
    padding: 5px 12px 9px 0
}

.sliderNext.sliderDisable {
    background-position: -114px -43px
}

.sliderNext:focus, .sliderNext:hover, .sliderPrev:focus, .sliderPrev:hover {
    color: #fff;
    text-decoration: none
}

.sliderBtns .next-btn {
    float: none;
    margin: 0 auto;
    display: block
}

.passageBookContain {
    display: block;
    width: auto;
    margin-top: 38px;
    /*margin-right: 18px;*/
    position: relative
}

.bookleval {
    background: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 20px 20px 0;
    border-right: solid 1px #d9d9d9
}

.bookleval1 {
    right: 15px;
    top: 15px;
    bottom: 15px
}

.bookleval2 {
    right: 5px;
    box-shadow: 2px 0 3px rgba(0, 0, 0, .1)
}

.bookline {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    border-right: solid 1px #d9d9d9;
    box-shadow: 2px 0 5px rgba(0, 0, 0, .15);
    z-index: 999;
    background: #fff
}

.passageBookScroll {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: gray
}

.passageBookStoty {
    height: 100%;
    margin: 37px 7%;
    background-color: #fff
}

.passageBookslider {
    margin: 0;
    padding: 0
}

.top-bottom .passageBookslider {
    margin: 0 auto;
    width: 60%
}

.top-bottom.passageBookScroll {
    color: #000
}

/*.top-bottom .bottombox.text-type, .top-bottom .topbox.text-type {
    height: auto
}*/

.passageBookStoty a {
    color: #000;
    margin-bottom: -15px
}

.passageBookStoty a.iconRoundGreen {
    margin-bottom: 0
}

.passageBookStoty a:hover {
    text-decoration: none
}

.questionsBookCentered {
    margin: 0 auto;
    float: none;
    width: 129px;
    display: block
}

.passageBookStoty {
    font-size: 13px
}

.passageBookStoty.small-text {
    font-size: 13px
}

.passageBookStoty.medium-text {
    font-size: 18px
}

.passageBookStoty.large-text {
    font-size: 23px
}

.page-wrapper{
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    perspective: 2000px;
}

.gameStoryContainer {
    padding: 50px 1% 0 2%;
    font-size: 20px;
    color: #424348;
    line-height: 30px
}

.gameStoryContainer h3, .storyBookText h3 {
    font-size: 24px;
    color: #424348;
    margin-bottom: 16px
}

.storyImage {
    margin: 9px 29px 8px 0
}

.storyImage img {
    max-width: 100%
}

.footerBorder {
    border-top: solid 2px #efefef
}

.gameStoryDetail p {
    margin-bottom: 22px
}

.gameStoryDetail a {
    color: #424348
}

.gameStoryDetail a:hover {
    text-decoration: none
}

.gameStoryDetail .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px
}

.gameStoryDetail .mCSB_scrollTools .mCSB_draggerRail {
    width: 6px
}

.gameStoryDetail {
    line-height: 120%;
    font-size: 13px
}

.gameStoryDetail .small-text {
    font-size: 13px
}

.gameStoryDetail .medium-text {
    font-size: 18px
}

.gameStoryDetail .large-text {
    font-size: 23px
}

.textPassageQuestion {
    display: block;
    text-align: center;
    font-size: 35px;
    color: #231f20;
    overflow-y: auto
}

.headerNavigationLeft {
    float: left;
    border-right: solid 1px #58bae1;
    margin-left: 5px;
    border-left: none
}

.iconBook {
    margin-top: 2px
}

.iconCloseBook {
    background-position: -77px -183px;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    top: 0
}

.gameStoryBook {
    background: #6a6a6a;
    margin-top: 35px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    overflow: hidden
}

.storyBookContainer {
    position: absolute;
    left: 15px;
    right: 15px;
    top: 19px;
    bottom: 15px;
    background: #fff;
    padding: 34px 18px 15px 25px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .4)
}

.storyBookText {
    font-size: 18px;
    line-height: 25px;
    color: #424348;
    height: 100%
}

.storyBookText p {
    margin-bottom: 15px
}

.book-preview {
    overflow: auto
}

.page {
    background-color: #fff
}


.page-turner {
    position: absolute;
    top: 45%;
    font-size: 3vw;
    cursor: pointer
}

.page-turner-backward {
    left: .2%
}

.page-turner-forward {
    right: .2%
}

.cover-frame {
    position:absolute;
    left: 8%;
    right: 3.5%;
    top: 2.5%;
    bottom: 2.5%;
    background: url(https://static.studyladder.ca/cdn/site/6d/1b2a977cbc80.png) 0 0/100% 100% no-repeat;
}

.hintBtnGame {
    color: #fff;
    background-color: #9adb6a;
    box-shadow: inset 0 -1px 3px #258200, inset 0 -1px 3px #258200;
    font-size: 18px;
    text-shadow: 2px 2px 1px rgba(21, 117, 6, .6);
    display: inline-block;
    padding: 0 17px 1px 18px;
    border-radius: 5px;
    margin-top: 2px
}

.hintBtnGame:focus, .hintBtnGame:hover {
    color: #fff;
    text-decoration: none
}

.multipleAnswerOne li {
    width: 100%
}

.multipleAnswerTwo li {
    width: 50%
}

.multipleAnswerThree li {
    width: 33.33%
}

.multipleAnswerFive li {
    width: 20%
}

.multipleAnswerSix li {
    width: 33.33%
}

.multipleAnswerSeven li {
    width: 33.33%
}

.multipleAnswerEight li {
    width: 25%
}

.left-block .instruction-text {
    margin-bottom: 10px
}

.newPopUpDesign button.close {
    background-position: -344px -206px
}

.headerNavigation .popover {
    left: auto !important;
    right: 5px !important;
    top: 52px !important
}

.headerNavigation .popoverContainer {
    box-shadow: 0 -4px 0 #93d649, 0 5px 12px rgba(0, 0, 0, .2)
}

#gameHeader {
    z-index: 9999
}

.tipBoxArrow-top {
    background-position: -396px -229px;
    width: 22px;
    height: 21px;
    position: absolute;
    right: 18px;
    top: -19px
}

.iconPlayGreen {
    margin-top: -9px
}

.fa-play-circle {
    cursor: pointer
}

.save-failed {
    font-size: 200%;
    color: red;
    border: 2px solid red;
    padding: 10px;
    border-radius: 5px;
    text-align: center
}

#noSave .save-failed a {
    margin-left: 7px
}

.keypad-toggler img {
    max-height: 100%;
    vertical-align: top
}

.passageBookStoty .gamePlay.gamePlayTop {
    margin-top: 0
}

#viewport #gp-text-passage .passageBookStoty .gamePlay img {
    margin: 0
}

.pagebox i.gamePlay.fa {
    display: inline-block
}

.pagebox .book-aligned-stuff {
    max-width: 90%;
    display: inline-block;
    line-height: 1.5;
    text-align: justify
}

.pagebox .gamePlay.fa {
    line-height: 1.5
}

.pagebox.bfont0 .vcentered, .pagebox.bfont1 .vcentered, .pagebox.bfont2 .vcentered, .pagebox.bfont3 .vcentered {
    width: 100%
}

@media only screen and (min-width:1300px) and (orientation:landscape) {
    .gameSolution .questionAnswer.solutionText.alingLeft .col-lg-answer {
        height: 100%
    }

    .gameSolution .questionAnswer.solutionText.alingLeft .col-lg-answer .answerBox {
        height: 90%
    }

    .gameSolution .questionAnswer.solutionText.alingLeft .col-lg-answer .answerBox figure {
        height: 100%
    }
}

@media only screen and (min-width:1025px) and (orientation:portrait) {
    #finalReportScroll {
        height: 543px
    }

    .successfuly {
        margin-bottom: 25px
    }

    .earnCoinsBox {
        margin-bottom: 30px
    }

    .nextGameActivity {
        margin-bottom: 15px
    }

    .yourNextActivity {
        margin-bottom: 20px
    }

    .gameButtons li a span {
        padding: 11px 0 13px
    }

    .keypad li a {
        font-size: 36px
    }
}

@media only screen and (min-width:1025px) and (orientation:landscape) {
    #finalReportScroll {
        height: 543px
    }

    .successfuly {
        margin-bottom: 25px
    }

    .earnCoinsBox {
        margin-bottom: 30px
    }

    .nextGameActivity {
        margin-bottom: 15px
    }

    .yourNextActivity {
        margin-bottom: 20px
    }

    .gameButtons li a span {
        padding: 11px 0 13px
    }
}

@media only screen and (min-height:1000px) and (orientation:portrait) {
    #question-area {
        font-size: 200%
    }
}

@media only screen and (min-height:1000px) and (orientation:landscape) {
    #question-area {
        font-size: 200%
    }
}

@media only screen and (max-width:1200px) and (orientation:portrait) {
    .introBox {
        width: 850px
    }

    .introduction {
        min-height: 330px
    }
}

@media only screen and (max-width:1200px) and (orientation:landscape) {
    .introBox {
        width: 850px
    }

    .introduction {
        min-height: 330px
    }
}

@media only screen and (min-height:800px) and (orientation:portrait) {
    #question-area {
        font-size: 150%
    }
}

@media only screen and (min-height:800px) and (orientation:landscape) {
    #question-area {
        font-size: 150%
    }
}

@media only screen and (max-width:1024px) and (orientation:portrait) {
    .introBox {
        font-size: 23px;
        line-height: 28px;
        width: 720px;
        padding: 20px 0 20px 0
    }

    .introduction {
        min-height: 280px
    }

    .iconLoginHome, .iconLoginMenu {
        margin-top: 4px
    }

    .game-loading-bg {
        min-height: 440px
    }

    .question {
        font-size: 25px
    }

    .popover {
        width: 145px
    }

    .popover-content {
        font-size: 17px;
        line-height: 20px
    }

    .popoverContainer {
        padding: 12px 7px
    }

    .popover-content figure img {
        width: 70px
    }

    .tooltipIcon {
        background-position: -338px -58px;
        width: 47px;
        height: 48px;
        top: -10px;
        right: -10px
    }

    .tooltipWrongIcon {
        background-position: -392px -58px
    }

    .gameContainer .container {
        width: auto
    }

    .place-value-game {
        top: 64px
    }

    .multipleImageAnswerList li label {
        padding: 16px 0
    }

    .multipleImageAnswerList li>div img {
        height: 80px
    }

    .customBtn {
        left: 6px;
        top: 6px
    }

    .earnCoinsBox {
        font-size: 14px
    }

    .bonus-point-earn {
        font-size: 20px
    }

    .bonus-point-earn span {
        font-size: 14px
    }

    .keypad li a {
        padding: 3px 5px 5px;
        font-size: 36px
    }
}

@media only screen and (max-width:1024px) and (orientation:landscape) {
    .introBox {
        font-size: 23px;
        line-height: 28px;
        width: 720px;
        padding: 20px 0 20px 0
    }

    .introduction {
        min-height: 280px
    }

    .iconLoginHome, .iconLoginMenu {
        margin-top: 4px
    }

    .game-loading-bg {
        min-height: 440px
    }

    .question {
        font-size: 25px
    }

    .popover {
        width: 145px
    }

    .popover-content {
        font-size: 17px;
        line-height: 20px
    }

    .popoverContainer {
        padding: 12px 7px
    }

    .popover-content figure img {
        width: 70px
    }

    .tooltipIcon {
        background-position: -338px -58px;
        width: 47px;
        height: 48px;
        top: -10px;
        right: -10px
    }

    .tooltipWrongIcon {
        background-position: -392px -58px
    }

    .gameContainer .container {
        width: auto
    }

    .place-value-game {
        top: 64px
    }

    .multipleImageAnswerList li label {
        padding: 16px 0
    }

    .multipleImageAnswerList li>div img {
        height: 80px
    }

    .customBtn {
        left: 6px;
        top: 6px
    }

    .left-block {
        font-size: 28x
    }

    .earnCoinsBox {
        font-size: 14px
    }

    .bonus-point-earn {
        font-size: 20px
    }

    .bonus-point-earn span {
        font-size: 14px
    }
}

@media only screen and (min-width:840px) and (orientation:portrait) {
    #viewport .bigtext {
        font-size: 620%
    }
}

@media only screen and (min-width:960px) {
    .multipleImageAnswerList.imageOnlyAnswerList li>div img {
        height: 220px
    }
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .introBox {
        font-size: 20px;
        line-height: 22px;
        width: 92%;
        padding: 20px 0 20px 0;
        border-width: 4px
    }

    .introduction {
        min-height: inherit;
        height: 200px
    }

    .introBox h3 {
        font-size: 26px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .readyPlay {
        top: -80px
    }

    .left-block {
        font-size: 33px
    }

    .gamePlay {
        margin-right: 2px
    }

    .curtainGameContainer {
        padding: 0
    }

    .keypad li a {
        padding: 3px 5px 5px;
        font-size: 32px
    }

    .enterYourText input[type=text] {
        height: 42px;
        font-size: 20px
    }

    .append-text, .prepend-text {
        font-size: 20px;
        padding: 0;
        height: 42px;
        line-height: 42px
    }

    .next-btn {
        min-width: inherit;
        font-size: 16px;
        text-shadow: 1px 1px 0 rgba(137, 64, 0, .7);
        margin-top: 8px
    }

    .game-pagination div a span {
        padding: 2px 1px 3px 0;
        font-size: 17px
    }

    .game-pagination div a {
        min-width: 28px;
        padding: 2px
    }

    .game-pagination div a:hover {
        padding: 1px
    }

    .slick-next, .slick-prev {
        top: 26px
    }

    .sliderBtns .next-btn {
        float: none;
        margin: 0 auto;
        display: block
    }

    .wrongAnswer {
        width: 95px;
        margin-left: 0
    }

    .progressBar {
        width: 83px;
        margin: 10px .5% 0 0;
        padding: 3px 4px 4px
    }

    .loadingBox {
        width: 75%
    }

    .iconMute {
        margin-right: 2px
    }

    .gameContainer .container {
        padding-left: 0;
        padding-right: 0
    }

    .iconLoginMenu {
        background-position: -401px -116px;
        height: 38px;
        margin-top: 3px;
        width: 35px
    }

    .iconLoginMenu:hover {
        background-position: -401px -156px
    }

    .gameContainer {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0
    }

    .pace {
        height: 38px
    }

    .place-value-game {
        top: 50px
    }

    .pace-activity {
        left: 4px;
        top: 4px;
        right: 4px
    }

    .pace .pace-progress {
        left: 4px;
        top: 4px;
        right: 4px;
        max-width: 474px;
        bottom: 4px
    }

    .pace .pace-progress:after {
        font-size: 17px
    }

    .demo-charachter img {
        width: 25%
    }

    .game-loading-bg {
        min-height: inherit
    }

    .loading-container {
        padding: 27% 0
    }

    .backToSummary {
        width: 158px;
        padding: 5px 0 8px;
        font-size: 15px;
        line-height: 21px
    }

    .answerBox figure img {
        width: 50px
    }

    .answerTitle {
        font-size: 15px
    }

    .answerBox {
        padding: 6px 0
    }

    .timeTaken {
        font-size: 17px
    }

    .timeTaken span {
        line-height: 15px
    }

    .viewSolution span {
        font-size: 16px;
        padding: 7px 0 8px
    }

    .timeTaken .answerBox {
        margin-bottom: 2px
    }

    .earnCoinsBox {
        font-size: 15px
    }

    .earnCoinsBox {
        padding: 12px 5%
    }

    .pointEarn {
        font-size: 28px;
        line-height: 33px;
        top: 6px
    }

    .earnCoinIcon {
        background-position: -274px -55px;
        width: 34px;
        height: 38px
    }

    .earnCoinIconDolllar {
        background-position: -155px -49px
    }

    .earnStarIcon {
        background-position: -274px -212px;
        width: 34px;
        height: 33px
    }

    .finalReportList .earnCoinsBox {
        margin-bottom: 13px
    }

    #finalReportScroll {
        height: 422px
    }

    .gameButtons li a span {
        font-size: 16px;
        padding: 7px 0 8px 0
    }

    .badLuckImg img {
        margin-bottom: 15px
    }

    .popover {
        width: 132px
    }

    .popover-content {
        font-size: 14px;
        line-height: 14px
    }

    .popoverContainer {
        padding: 6px 7px
    }

    .popover-content figure img {
        width: 55px
    }

    .tooltipIcon {
        background-position: -338px -111px;
        width: 38px;
        height: 39px;
        right: -7px;
        top: -7px
    }

    .tooltipWrongIcon {
        background-position: -392px -152px
    }

    .multipleImageAnswerList li label {
        padding: 10px 0
    }

    .multipleImageAnswerList li>div img {
        height: 60px
    }

    .customBtn {
        left: 5px;
        top: 5px
    }

    .ez-radio {
        background-position: 0 -72px;
        width: 22px;
        height: 22px
    }

    .ez-selected {
        background-position: 0 -97px
    }

    .multipleChoiceImage .question {
        font-size: 20px
    }

    .repeatBtn {
        background-position: 0 -66px;
        width: 142px;
        height: 51px;
        font-size: 20px;
        line-height: 45px
    }

    .sliderNext, .sliderPrev {
        width: 90px;
        background-position: 0 -95px;
        font-size: 17px;
        line-height: 27px;
        top: 5px;
        padding: 0 0 9px 7px
    }

    .sliderNext {
        background-position: -130px -95px;
        padding: 0 7px 9px 0
    }

    .sliderPrev.sliderDisable {
        background-position: 0 -134px
    }

    .sliderNext.sliderDisable {
        background-position: -130px -134px
    }

    .earnCoinsBox {
        font-size: 14px
    }

    .bonus-point-earn {
        font-size: 13px
    }

    .bonus-point-earn span {
        font-size: 12px
    }

    .textPassageQuestion.bigtext .instruction-text {
        font-size: 30%;
        line-height: normal
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .introBox {
        font-size: 20px;
        line-height: 22px;
        width: 92%;
        padding: 20px 0 20px 0;
        border-width: 4px
    }

    .introduction {
        min-height: inherit;
        height: 200px
    }

    .introBox h3 {
        font-size: 26px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .readyPlay {
        top: -80px
    }

    .left-block {
        font-size: 23px
    }

    .gamePlay {
        margin-right: 2px
    }

    .curtainGameContainer {
        padding: 0
    }

    .keypad li a {
        padding: 3px 5px 5px;
        font-size: 16px
    }

    .enterYourText input[type=text] {
        height: 34px;
        font-size: 16px
    }

    .append-text, .prepend-text {
        font-size: 16px;
        padding: 0;
        height: 34px;
        line-height: 34px
    }

    .next-btn {
        font-size: 16px;
        text-shadow: 1px 1px 0 rgba(137, 64, 0, .7);
        margin-top: 8px
    }

    .game-pagination div a span {
        padding: 2px 1px 3px 0;
        font-size: 17px
    }

    .game-pagination div a {
        min-width: 28px;
        padding: 2px
    }

    .game-pagination div a:hover {
        padding: 1px
    }

    .slick-next, .slick-prev {
        top: 26px
    }

    .sliderBtns .next-btn {
        float: none;
        margin: 0 auto;
        display: block
    }

    .wrongAnswer {
        width: 95px;
        margin-left: 0
    }

    .progressBar {
        width: 83px;
        margin: 10px .5% 0 0;
        padding: 3px 4px 4px
    }

    .loadingBox {
        width: 75%
    }

    .iconMute {
        margin-right: 2px
    }

    .gameContainer .container {
        padding-left: 0;
        padding-right: 0
    }

    .iconLoginMenu {
        background-position: -401px -116px;
        height: 38px;
        margin-top: 3px;
        width: 35px
    }

    .iconLoginMenu:hover {
        background-position: -401px -156px
    }

    .gameContainer {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0
    }

    .pace {
        height: 38px
    }

    .place-value-game {
        top: 50px
    }

    .pace-activity {
        left: 4px;
        top: 4px;
        right: 4px
    }

    .pace .pace-progress {
        left: 4px;
        top: 4px;
        right: 4px;
        max-width: 474px;
        bottom: 4px
    }

    .pace .pace-progress:after {
        font-size: 17px
    }

    .demo-charachter img {
        width: 25%
    }

    .game-loading-bg {
        min-height: inherit
    }

    .loading-container {
        padding: 27% 0
    }

    .backToSummary {
        width: 158px;
        padding: 5px 0 8px;
        font-size: 15px;
        line-height: 21px
    }

    .answerBox figure img {
        width: 50px
    }

    .answerTitle {
        font-size: 15px
    }

    .answerBox {
        padding: 6px 0
    }

    .timeTaken {
        font-size: 17px
    }

    .timeTaken span {
        line-height: 15px
    }

    .viewSolution span {
        font-size: 16px;
        padding: 7px 0 8px
    }

    .timeTaken .answerBox {
        margin-bottom: 2px
    }

    .earnCoinsBox {
        font-size: 15px
    }

    .earnCoinsBox {
        padding: 12px 5%
    }

    .pointEarn {
        font-size: 28px;
        line-height: 33px;
        top: 6px
    }

    .earnCoinIcon {
        background-position: -274px -55px;
        width: 34px;
        height: 38px
    }

    .earnCoinIconDolllar {
        background-position: -155px -49px
    }

    .earnStarIcon {
        background-position: -274px -212px;
        width: 34px;
        height: 33px
    }

    .finalReportList .earnCoinsBox {
        margin-bottom: 13px
    }

    #finalReportScroll {
        height: 422px
    }

    .gameButtons li a span {
        font-size: 16px;
        padding: 7px 0 8px 0
    }

    .badLuckImg img {
        margin-bottom: 15px
    }

    .popover {
        width: 132px
    }

    .popover-content {
        font-size: 14px;
        line-height: 14px
    }

    .popoverContainer {
        padding: 6px 7px
    }

    .popover-content figure img {
        width: 55px
    }

    .tooltipIcon {
        background-position: -338px -111px;
        width: 38px;
        height: 39px;
        right: -7px;
        top: -7px
    }

    .tooltipWrongIcon {
        background-position: -392px -152px
    }

    .multipleImageAnswerList li label {
        padding: 10px 0
    }

    .multipleImageAnswerList li>div img {
        height: 60px
    }

    .customBtn {
        left: 5px;
        top: 5px
    }

    .ez-radio {
        background-position: 0 -72px;
        width: 22px;
        height: 22px
    }

    .ez-selected {
        background-position: 0 -97px
    }

    .multipleChoiceImage .question {
        font-size: 20px
    }

    .repeatBtn {
        background-position: 0 -66px;
        width: 142px;
        height: 51px;
        font-size: 20px;
        line-height: 45px
    }

    .sliderNext, .sliderPrev {
        width: 90px;
        background-position: 0 -95px;
        font-size: 17px;
        line-height: 27px;
        top: 5px;
        padding: 0 0 9px 7px
    }

    .sliderNext {
        background-position: -130px -95px;
        padding: 0 7px 9px 0
    }

    .sliderPrev.sliderDisable {
        background-position: 0 -134px
    }

    .sliderNext.sliderDisable {
        background-position: -130px -134px
    }

    .earnCoinsBox {
        font-size: 14px
    }

    .bonus-point-earn {
        font-size: 13px
    }

    .bonus-point-earn span {
        font-size: 12px
    }

    #gp-text-passage .bookTable td {
        vertical-align: top
    }

    .textPassageQuestion.bigtext .instruction-text {
        font-size: 30%;
        line-height: normal
    }
}

@media only screen and (max-width:700px) {
    .game-pagination-slider {
        width: 150px;
        padding-top: 8px
    }

    .game-pagination-slider #gp-back, .game-pagination-slider #gp-forward {
        display: block
    }
}

@media only screen and (max-width:660px) and (orientation:portrait) {
    .readyPlay {
        font-size: 20px
    }

    .badLuckImg img {
        width: 230px
    }

    #finalReportScroll {
        height: 390px
    }

    .successfuly {
        font-size: 19px;
        margin-bottom: 10px
    }

    .left-block {
        font-size: 30px
    }

    .earnCoinsBox {
        margin-bottom: 4%
    }

    .gamevalue {
        font-size: 15px
    }

    .nextGameActivity {
        width: 135px
    }

    .nextGameActivity img {
        max-width: 100%
    }

    .yourNextActivity {
        padding: 0 0 11px
    }

    .activityTitle {
        font-size: 16px
    }

    .activityStar {
        top: 5px
    }

    .activitiyCorner {
        width: 14px;
        height: 26px;
        background-position: -274px -96px;
        right: -14px
    }

    .finalReportList .pointEarn {
        left: -18%
    }

    .popover-content figure img {
        width: 50px
    }

    .popover-content {
        font-size: 13px
    }

    .popoverContainer {
        padding: 5px 7px
    }

    .gameTitle {
        font-size: 16px
    }

    .keypad li a {
        font-size: 30px
    }
}

@media only screen and (max-width:660px) and (orientation:landscape) {
    .readyPlay {
        font-size: 20px
    }

    .badLuckImg img {
        width: 230px
    }

    #finalReportScroll {
        height: 390px
    }

    .successfuly {
        font-size: 19px;
        margin-bottom: 10px
    }

    .earnCoinsBox {
        margin-bottom: 4%
    }

    .gamevalue {
        font-size: 15px
    }

    .nextGameActivity {
        width: 135px
    }

    .nextGameActivity img {
        max-width: 100%
    }

    .yourNextActivity {
        padding: 9px 0 11px 0
    }

    .activityTitle {
        font-size: 16px;
        height: 26px
    }

    .activityStar {
        top: 5px
    }

    .activitiyCorner {
        width: 14px;
        height: 26px;
        background-position: -274px -96px;
        right: -14px
    }

    .finalReportList .pointEarn {
        left: -18%
    }

    .popover-content figure img {
        width: 50px
    }

    .popover-content {
        font-size: 13px
    }

    .popoverContainer {
        padding: 5px 7px
    }

    .keypad li a {
        padding: 1px 5px 4px;
        font-size: 15px
    }

    .calcultor li ul li {
        margin-bottom: 4px
    }

    .gameTitle {
        font-size: 16px
    }

    .enterYourText input[type=text] {
        height: 26px;
        font-size: 14px;
        padding: 2px
    }

    .append-text, .prepend-text {
        font-size: 14px;
        padding: 0;
        height: 26px;
        line-height: 26px
    }

    .keypad-toggler {
        height: 13px
    }
}

@media only screen and (max-width:600px) and (orientation:portrait) {
    .introBox {
        font-size: 14px;
        line-height: 17px;
        border-top-left-radius: 26px 31px;
        border-top-right-radius: 27px 28px;
        border-bottom-left-radius: 25px 21px;
        border-bottom-right-radius: 29px 23px;
        width: 92%;
        padding: 20px 0 20px 0;
        border-width: 4px
    }

    .introduction {
        min-height: inherit;
        height: 145px
    }

    .introBox h3 {
        font-size: 26px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .readyPlay {
        font-size: 17px;
        top: -60px
    }

    .demo-charachter img {
        width: 20%
    }

    .loading-container {
        padding: 20% 0
    }

    .keypad li ul li {
        margin-bottom: 4px
    }

    .left-block {
        font-size: 28px
    }

    .dotLine {
        font-size: 46px
    }

    .calcultor li a {
        font-size: 28px;
        padding: 5px 0 6px
    }

    .calcultor li ul li.calcultor-zero a {
        padding-top: 40px
    }

    .calcultor-number {
        padding: 10px 10px 7px
    }

    .calcultorDigit input[type=tel], .calcultorDigit input[type=tel].hideNumber {
        font-size: 70px;
        height: 59px
    }

    .hideNumber {
        font-size: 70px;
        line-height: 54px
    }

    .calcultor-number {
        margin: 6px
    }

    .question {
        font-size: 20px;
        margin-bottom: 2px
    }

    .next-btn {
        font-size: 14px;
        margin-top: 4px;
        min-width: 100px
    }

    .game-pagination {
        padding-top: 1px
    }

    .slide-next, .slide-prev {
        background-position: -36px -93px;
        width: 9px;
        height: 14px;
        margin: 7px 0 0 4px
    }

    .slide-prev {
        background-position: -36px -76px;
        margin-left: 0;
        margin-right: 4px
    }

    .game-pagination-slider {
        width: 119px;
        padding-top: 0
    }

    .wrongAnswer {
        width: 53px;
        font-size: 13px;
        padding: 2px 8px 0 0;
        min-height: 22px;
        text-shadow: 1px 1px 0 #730f0f
    }

    .rightAnswer {
        text-shadow: 1px 1px 0 #157506
    }

    .progressBar {
        width: 70px;
        margin: 5px 7px 0 0
    }

    .progres, .progres-line {
        height: 15px
    }

    .loadingBox {
        width: 80%
    }

    .curtainGameContainer {
        padding: 0
    }

    .pace {
        width: 360px;
        height: 38px;
        bottom: 52px
    }

    .pace .pace-progress:after {
        left: 130px;
        font-size: 16px
    }

    .pace .pace-progress {
        max-width: 352px;
        left: 4px;
        top: 4px;
        right: 4px;
        bottom: 4px
    }

    .pace-activity {
        left: 4px;
        top: 4px;
        right: 4px
    }

    .backToSummary {
        width: 139px;
        padding: 5px 0 8px;
        font-size: 13px;
        line-height: 17px
    }

    .answerBox figure img {
        width: 34px
    }

    .answerTitle {
        font-size: 13px;
        margin-bottom: 7px
    }

    .timeTaken {
        font-size: 13px
    }

    .timeTaken span {
        line-height: 13px
    }

    .timeTaken .answerBox {
        padding: 3px 0
    }

    .viewSolution span {
        padding: 6px 0;
        font-size: 12px
    }

    .viewSolution {
        padding: 3px
    }

    .gameSolution {
        padding: 4px 12px 2px 8px
    }

    .questionAnswer .answerBox span {
        font-size: 30px;
        line-height: 33px
    }

    .solutionText .answerBox span {
        font-size: 1.3vw;
        line-height: 11px
    }

    .badLuckImg img {
        width: 140px
    }

    .finalReport {
        padding: 50px 10px 0
    }

    .earnCoinsBox {
        padding: 8px 11px;
        font-size: 12px;
        margin-bottom: 8px
    }

    .pointEarn {
        font-size: 23px;
        top: 2px;
        line-height: 28px
    }

    .earnCoinIcon {
        background-position: -274px -126px;
        width: 29px;
        height: 32px;
        top: -2px;
        position: relative;
        left: auto;
        right: 2px
    }

    .earnCoinIconDolllar {
        background-position: -155px -92px
    }

    .earnStarIcon {
        background-position: -310px -212px;
        width: 30px;
        height: 29px
    }

    .finalReportList .pointEarn {
        left: -9%
    }

    .activityTitle {
        width: 82%;
        padding: 1px 0 3px 13px
    }

    .yourNextActivity {
        margin-bottom: 5px;
        padding: 0 0 10px
    }

    .nextGameActivity {
        width: 84px;
        margin-bottom: 2px
    }

    .gamevalue {
        font-size: 13px
    }

    .gameButtons li a span {
        font-size: 12px
    }

    .scrollNotice {
        font-size: 14px;
        padding-top: 5px
    }

    .detailBtn {
        font-size: 11px;
        padding: 2px 13px 3px
    }

    .timeQuetion {
        width: 48px
    }

    .doneQuestionIcon {
        background-position: -262px -158px;
        width: 20px;
        height: 20px;
        margin-right: 6%
    }

    .wrongQuestionIcon {
        background-position: -262px -180px
    }

    .successfuly {
        font-size: 17px;
        margin-bottom: 6px
    }

    #finalReportScroll {
        height: 263px
    }

    .finalReportDetails li {
        margin-bottom: 5px
    }

    .finalReportDetails {
        margin-top: 8px;
        padding-top: 8px
    }

    .popover-content figure img {
        width: 40px
    }

    .popover-content {
        font-size: 11px
    }

    .popover {
        width: 106px
    }

    .tooltipIcon {
        background-position: -338px -152px;
        width: 29px;
        height: 30px;
        right: -10px;
        top: -10px
    }

    .tooltipWrongIcon {
        background-position: -392px -152px
    }

    .popover-content figure img {
        width: 25px
    }

    .popover.top {
        margin-top: -11px
    }

    .popover {
        width: 105px
    }

    .tooltipIcon {
        top: -5px;
        right: -5px
    }

    .popover-content {
        font-size: 9px;
        line-height: 12px
    }

    .popoverContainer {
        padding: 2px 7px;
        box-shadow: 0 2px 0 #93d649, 0 5px 12px rgba(0, 0, 0, .2)
    }

    .wrongTipBox {
        box-shadow: 0 2px 0 #f05757, 0 5px 12px rgba(0, 0, 0, .2)
    }

    .tipBoxArrow {
        background-position: -310px -86px;
        width: 12px;
        height: 11px;
        bottom: -9px
    }

    .tipBoxArrowWrong {
        background-position: -310px -132px
    }

    .place-value-game {
        font-size: 15px
    }

    .enterYourText input[type=text] {
        height: 30px;
        font-size: 14px
    }

    .append-text, .prepend-text {
        font-size: 14px;
        padding: 0;
        height: 30px;
        line-height: 30px
    }

    .keypad-container {
        padding: 4px 3px 1px
    }

    .keypad li a {
        padding: 1px 0 4px;
        font-size: 28px
    }

    .keypadclose {
        width: 14px;
        height: 10px;
        top: 0
    }

    .keypad-shift {
        width: 13px;
        height: 12px
    }

    .enterYourText {
        padding: 4px 5px 5px
    }

    .activityTitle {
        font-size: 13px;
        padding: 1px 0 3px 12px;
        height: 22px;
        margin-bottom: 5px
    }

    .activityStar {
        top: 3px
    }

    .activitiyCorner {
        background-position: -291px -96px;
        width: 11px;
        height: 22px;
        right: -11px
    }

    .whiteArrow {
        background-position: -306px 0;
        width: 29px;
        height: 31px;
        margin-left: -15px;
        margin-top: -15px
    }

    .multipleTextAnswerList li label {
        padding: 3px 6px 3px;
        font-size: 12px
    }

    .choiceText {
        margin-left: 4px
    }

    .multipleTextAnswerList li .ez-radio {
        background-position: 0 -123px;
        width: 18px;
        height: 18px
    }

    .multipleTextAnswerList li .ez-selected {
        background-position: 0 -144px
    }

    .iconPlayGreen {
        margin-top: 0
    }

    .multipleImageAnswerList li label {
        padding: 5px 0
    }

    .customBtn {
        left: 5px;
        top: 5px
    }

    .ez-radio {
        background-position: 0 -72px;
        width: 22px;
        height: 22px
    }

    .ez-selected {
        background-position: 0 -97px
    }

    .multipleChoiceImage img {
        max-width: 100%;
        width: 152px
    }

    .multipleChoiceText .question {
        margin-bottom: 5px
    }

    #logo {
        margin: 3px 0 0 0
    }

    .gameTitle {
        left: 25%;
        right: 25%;
        line-height: 15px;
        padding-top: 3px
    }

    .repeatBtn {
        background-position: 0 -130px;
        width: 100px;
        height: 34px;
        font-size: 15px;
        line-height: 29px
    }

    .stripsLine {
        height: 100px;
        background-size: 10%
    }

    .curtainContainTitle {
        font-size: 35px
    }

    #viewport .gp-skip-to {
        width: 34px
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 1px
    }

    .textPassageQuestion {
        font-size: 18px;
        line-height: 110%
    }

    .sliderNext, .sliderPrev {
        width: 71px;
        background-position: 0 -174px;
        font-size: 13px;
        line-height: 21px;
        top: 5px;
        padding: 0 0 3px 7px
    }

    .sliderNext {
        background-position: -148px -174px;
        padding: 0 7px 9px 0
    }

    .sliderPrev.sliderDisable {
        background-position: 0 -203px
    }

    .sliderNext.sliderDisable {
        background-position: -148px -203px
    }

    .headerNavigation .popoverContainer {
        box-shadow: 0 -2px 0 #93d649, 0 5px 12px rgba(0, 0, 0, .2)
    }

    .headerNavigation .popover {
        top: 45px !important
    }

    .tipBoxArrow-top {
        background-position: -396px -211px;
        right: 15px;
        top: -13px;
        width: 16px;
        height: 15px
    }

    .earnCoinsBox {
        font-size: 10px;
        padding: 9px 5px 5px 5px;
        min-height: 34px
    }

    .bonus-point-earn {
        font-size: 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
    }

    .bonus-point-earn span {
        font-size: 10px
    }
}

@media only screen and (max-width:600px) and (orientation:landscape) {
    .introBox {
        font-size: 14px;
        line-height: 17px;
        border-top-left-radius: 26px 31px;
        border-top-right-radius: 27px 28px;
        border-bottom-left-radius: 25px 21px;
        border-bottom-right-radius: 29px 23px;
        width: 92%;
        padding: 20px 0 20px 0;
        border-width: 4px
    }

    .introduction {
        min-height: inherit;
        height: 145px
    }

    .introBox h3 {
        font-size: 26px;
        line-height: 18px;
        margin-bottom: 5px
    }

    .readyPlay {
        font-size: 17px;
        top: -60px
    }

    .demo-charachter img {
        width: 20%
    }

    .loading-container {
        padding: 20% 0
    }

    .keypad li ul li {
        margin-bottom: 4px
    }

    .keypad li a {
        padding: 1px 5px 5px;
        font-size: 14px
    }

    .calcultor li a {
        padding: 5px 0 6px
    }

    .left-block {
        font-size: 18px
    }

    .dotLine {
        font-size: 46px
    }

    .calcultor li ul li.calcultor-zero a {
        padding-top: 40px
    }

    .calcultor-number {
        padding: 10px 10px 7px
    }

    .calcultorDigit input[type=tel], .calcultorDigit input[type=tel].hideNumber {
        font-size: 70px;
        height: 59px
    }

    .hideNumber {
        font-size: 70px;
        line-height: 54px
    }

    .calcultor-number {
        margin: 6px
    }

    .question {
        font-size: 20px;
        margin-bottom: 2px
    }

    .next-btn {
        font-size: 14px;
        margin-top: 4px
    }

    .game-pagination {
        padding-top: 1px
    }

    .slide-next, .slide-prev {
        background-position: -36px -93px;
        width: 9px;
        height: 14px;
        margin: 7px 0 0 4px
    }

    .slide-prev {
        background-position: -36px -76px;
        margin-left: 0;
        margin-right: 4px
    }

    .game-pagination-slider {
        width: 119px;
        padding-top: 0
    }

    .wrongAnswer {
        width: 53px;
        font-size: 13px;
        padding: 2px 8px 0 0;
        min-height: 22px;
        text-shadow: 1px 1px 0 #730f0f
    }

    .rightAnswer {
        text-shadow: 1px 1px 0 #157506
    }

    .progressBar {
        width: 70px;
        margin: 5px 7px 0 0
    }

    .progres, .progres-line {
        height: 15px
    }

    .loadingBox {
        width: 80%
    }

    .curtainGameContainer {
        padding: 0
    }

    .pace {
        width: 360px;
        height: 38px;
        bottom: 52px
    }

    .pace .pace-progress:after {
        left: 130px;
        font-size: 16px
    }

    .pace .pace-progress {
        max-width: 352px;
        left: 4px;
        top: 4px;
        right: 4px;
        bottom: 4px
    }

    .pace-activity {
        left: 4px;
        top: 4px;
        right: 4px
    }

    .backToSummary {
        width: 139px;
        padding: 5px 0 8px;
        font-size: 13px;
        line-height: 17px
    }

    .answerBox figure img {
        width: 34px
    }

    .answerTitle {
        font-size: 13px;
        margin-bottom: 7px
    }

    .timeTaken {
        font-size: 13px
    }

    .timeTaken span {
        line-height: 13px
    }

    .timeTaken .answerBox {
        padding: 3px 0
    }

    .viewSolution span {
        padding: 6px 0;
        font-size: 12px
    }

    .viewSolution {
        padding: 3px
    }

    .gameSolution {
        padding: 4px 12px 2px 8px
    }

    .questionAnswer .answerBox span {
        font-size: 30px;
        line-height: 33px
    }

    .solutionText .answerBox span {
        font-size: 1.3vw;
        line-height: 11px
    }

    .badLuckImg img {
        width: 140px
    }

    .finalReport {
        padding: 50px 10px 0
    }

    .earnCoinsBox {
        padding: 8px 11px;
        font-size: 12px;
        margin-bottom: 8px
    }

    .pointEarn {
        font-size: 23px;
        top: 2px;
        line-height: 28px
    }

    .earnCoinIcon {
        background-position: -274px -126px;
        width: 29px;
        height: 32px;
        top: -2px;
        position: relative;
        left: auto;
        right: 2px
    }

    .earnCoinIconDolllar {
        background-position: -155px -92px
    }

    .earnStarIcon {
        background-position: -310px -212px;
        width: 30px;
        height: 29px
    }

    .finalReportList .pointEarn {
        left: -9%
    }

    .activityTitle {
        width: 82%;
        padding: 1px 0 3px 13px
    }

    .yourNextActivity {
        margin-bottom: 5px;
        padding: 7px 0 4px
    }

    .nextGameActivity {
        width: 84px;
        margin-bottom: 2px
    }

    .gamevalue {
        font-size: 13px
    }

    .gameButtons li a span {
        font-size: 12px
    }

    .scrollNotice {
        font-size: 14px;
        padding-top: 5px
    }

    .detailBtn {
        font-size: 11px;
        padding: 2px 13px 3px
    }

    .timeQuetion {
        width: 48px
    }

    .doneQuestionIcon {
        background-position: -262px -158px;
        width: 20px;
        height: 20px;
        margin-right: 6%
    }

    .wrongQuestionIcon {
        background-position: -262px -180px
    }

    .successfuly {
        font-size: 17px;
        margin-bottom: 6px
    }

    #finalReportScroll {
        height: 263px
    }

    .finalReportDetails li {
        margin-bottom: 5px
    }

    .finalReportDetails {
        margin-top: 8px;
        padding-top: 8px
    }

    .popover-content figure img {
        width: 40px
    }

    .popover-content {
        font-size: 11px
    }

    .popover {
        width: 106px
    }

    .tooltipIcon {
        background-position: -338px -152px;
        width: 29px;
        height: 30px;
        right: -10px;
        top: -10px
    }

    .tooltipWrongIcon {
        background-position: -392px -152px
    }

    .popover-content figure img {
        width: 25px
    }

    .popover.top {
        margin-top: -11px
    }

    .popover {
        width: 105px
    }

    .tooltipIcon {
        top: -5px;
        right: -5px
    }

    .popover-content {
        font-size: 9px;
        line-height: 12px
    }

    .popoverContainer {
        padding: 2px 7px;
        box-shadow: 0 2px 0 #93d649, 0 5px 12px rgba(0, 0, 0, .2)
    }

    .wrongTipBox {
        box-shadow: 0 2px 0 #f05757, 0 5px 12px rgba(0, 0, 0, .2)
    }

    .tipBoxArrow {
        background-position: -310px -86px;
        width: 12px;
        height: 11px;
        bottom: -9px
    }

    .tipBoxArrowWrong {
        background-position: -310px -132px
    }

    .place-value-game {
        font-size: 15px
    }

    .enterYourText input[type=text] {
        height: 30px;
        font-size: 14px
    }

    .append-text, .prepend-text {
        font-size: 14px;
        height: 30px;
        line-height: 30px
    }

    .keypad-container {
        padding: 4px 3px 1px
    }

    .keypadclose {
        width: 14px;
        height: 10px;
        top: 0
    }

    .keypad-shift {
        width: 13px;
        height: 12px
    }

    .enterYourText {
        padding: 4px 5px 5px
    }

    .activityTitle {
        font-size: 13px;
        padding: 1px 0 3px 12px;
        height: 22px;
        margin-bottom: 5px
    }

    .activityStar {
        top: 3px
    }

    .activitiyCorner {
        background-position: -291px -96px;
        width: 11px;
        height: 22px;
        right: -11px
    }

    .whiteArrow {
        background-position: -306px 0;
        width: 29px;
        height: 31px;
        margin-left: -15px;
        margin-top: -15px
    }

    .multipleTextAnswerList li label {
        padding: 3px 6px 3px;
        font-size: 12px
    }

    .choiceText {
        margin-left: 4px
    }

    .multipleTextAnswerList li .ez-radio {
        background-position: 0 -123px;
        width: 18px;
        height: 18px
    }

    .multipleTextAnswerList li .ez-selected {
        background-position: 0 -144px
    }

    .iconPlayGreen {
        margin-top: 0
    }

    .multipleImageAnswerList li label {
        padding: 5px 0
    }

    .customBtn {
        left: 5px;
        top: 5px
    }

    .ez-radio {
        background-position: 0 -72px;
        width: 22px;
        height: 22px
    }

    .ez-selected {
        background-position: 0 -97px
    }

    .multipleChoiceImage img {
        max-width: 100%;
        width: 152px
    }

    .multipleChoiceText .question {
        margin-bottom: 5px
    }

    #logo {
        margin: 3px 0 0 0
    }

    .gameTitle {
        left: 25%;
        right: 25%;
        line-height: 15px;
        padding-top: 3px
    }

    .repeatBtn {
        background-position: 0 -130px;
        width: 100px;
        height: 34px;
        font-size: 15px;
        line-height: 29px
    }

    .stripsLine {
        height: 100px;
        background-size: 10%
    }

    .curtainContainTitle {
        font-size: 35px
    }

    #viewport .gp-skip-to {
        width: 34px
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 1px
    }

    .textPassageQuestion {
        font-size: 18px;
        line-height: 110%
    }

    .sliderNext, .sliderPrev {
        width: 71px;
        background-position: 0 -174px;
        font-size: 13px;
        line-height: 21px;
        top: 5px;
        padding: 0 0 3px 7px
    }

    .sliderNext {
        background-position: -148px -174px;
        padding: 0 7px 9px 0
    }

    .sliderPrev.sliderDisable {
        background-position: 0 -203px
    }

    .sliderNext.sliderDisable {
        background-position: -148px -203px
    }

    .headerNavigation .popoverContainer {
        box-shadow: 0 -2px 0 #93d649, 0 5px 12px rgba(0, 0, 0, .2)
    }

    .headerNavigation .popover {
        top: 45px !important
    }

    .tipBoxArrow-top {
        background-position: -396px -211px;
        right: 15px;
        top: -13px;
        width: 16px;
        height: 15px
    }

    .earnCoinsBox {
        font-size: 10px;
        padding: 9px 5px 5px 5px;
        min-height: 34px
    }

    .bonus-point-earn {
        font-size: 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .1)
    }

    .bonus-point-earn span {
        font-size: 10px
    }
}

@media only screen and (max-width:568px) and (orientation:portrait) {
    .readyPlay {
        font-size: 18px
    }

    .loading-container {
        padding: 0;
        height: 173px
    }

    .demo-charachter img {
        width: 17%
    }

    .place-value-game {
        font-size: 11px
    }

    .readyPlay {
        font-size: 12px
    }

    .introBox h3 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 2px
    }

    .enterYourText {
        padding: 3px;
        font-size: 12px
    }

    .enterYourText input[type=text] {
        text-shadow: inset 0 2px 0 rgba(0, 0, 0, .1);
        height: 25px
    }

    .append-text, .prepend-text {
        font-size: 12px;
        height: 25px;
        line-height: 25px
    }

    .keypad li ul li {
        margin-bottom: 2px
    }

    .gameContainer {
        padding-top: 41px
    }

    .keypad li a {
        font-size: 20px;
        padding: 1px 0 4px
    }

    .calcultor-number {
        font-size: 12px;
        margin: 5px;
        padding: 7px 4px 5px;
        border-radius: 6px
    }

    .calcultor li a {
        padding: 3px 0 6px
    }

    .calcultor li ul li.calcultor-zero a {
        padding: 17px
    }

    .calculator-view {
        border-radius: 10px
    }

    .hideNumber {
        font-size: 58px;
        line-height: 45px
    }

    .calcultorDigit input[type=tel], .calcultorDigit input[type=tel].hideNumber {
        height: 42px;
        font-size: 40px;
        margin-top: 0
    }

    .calcultor-number {
        padding: 0 4px 1px
    }

    .footer-button {
        margin-bottom: 0;
        padding-bottom: 2px;
        padding-top: 3px
    }

    .dotLine {
        font-size: 26px
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 1px
    }

    .pace {
        width: 260px;
        height: 32px
    }

    .pace .pace-progress:after {
        left: 90px;
        font-size: 13px;
        top: -18px
    }

    .pace .pace-progress {
        max-width: 252px;
        left: 4px;
        top: 4px;
        right: 4px;
        bottom: 4px
    }

    .pace-activity {
        left: 4px;
        top: 4px;
        right: 4px;
        height: 24px
    }

    .pace {
        bottom: 11px
    }

    .backToSummary {
        width: 126px;
        padding: 3px 0 6px;
        font-size: 12px;
        line-height: 15px
    }

    .answerTitle {
        font-size: 11px;
        margin-bottom: 7px
    }

    .answerBox {
        padding: 4px 0
    }

    .answerBox figure img {
        width: 25px
    }

    .timeTaken {
        width: 31%
    }

    .timeTaken .answerBox {
        padding: 2px 0;
        margin-bottom: 1px
    }

    .timeTaken {
        font-size: 11px
    }

    .viewSolution span {
        font-size: 11px;
        padding: 5px 0
    }

    .questionAnswer .answerBox span {
        font-size: 23px;
        line-height: 30px
    }

    .solutionText .answerBox span {
        font-size: 1.3vw;
        line-height: 11px
    }

    .gameSolution {
        padding: 3px 4px 4px
    }

    #finalReportScroll {
        height: 179px
    }

    .badLuckImg img {
        width: 60px;
        margin-bottom: 5px
    }

    .finalReport {
        padding: 50px 10px 0
    }

    .gamevalue {
        padding: 1px 0
    }

    .successfuly {
        font-size: 13px;
        margin-bottom: 3px
    }

    .yourNextActivity {
        padding: 4px 0 2px;
        margin-bottom: 3px
    }

    .gameButtons li a span {
        font-size: 11px
    }

    .gamevalue {
        font-size: 11px;
        padding: 1px 0
    }

    .nextGameActivity {
        width: 70px
    }

    .earnCoinsBox {
        padding: 5px 11px;
        font-size: 10px;
        min-height: 0;
        margin-bottom: 5px
    }

    .bonus-point-earn {
        font-size: 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
        padding-top: 2px
    }

    .bonus-point-earn span {
        font-size: 10px
    }

    .pointEarn {
        font-size: 17px;
        top: 0
    }

    .earnCoinIcon {
        background-position: -284px -160px;
        width: 23px;
        height: 25px
    }

    .earnCoinIconDolllar {
        background-position: -155px -130px
    }

    .earnStarIcon {
        background-position: -310px -184px;
        width: 26px;
        height: 25px
    }

    .gameButtons li a {
        padding: 2px
    }

    .multipleChoiceImage .question, .question {
        font-size: 13px;
        line-height: 16px
    }

    .place-value-game {
        top: 41px
    }

    .curtainGameContainer {
        padding: 0
    }

    .gameTitle {
        display: none
    }

    #gp-text-passage td, #gp-text-passage th {
        display: block;
        width: 97%
    }
}

@media only screen and (max-width:568px) and (orientation:landscape) {
    .readyPlay {
        font-size: 18px
    }

    .loading-container {
        padding: 0;
        height: 173px
    }

    .demo-charachter img {
        width: 17%
    }

    .place-value-game {
        font-size: 11px
    }

    .readyPlay {
        font-size: 12px
    }

    .introBox h3 {
        font-size: 15px;
        line-height: 16px;
        margin-bottom: 2px
    }

    .enterYourText {
        padding: 3px;
        font-size: 12px
    }

    .enterYourText input[type=text] {
        text-shadow: inset 0 2px 0 rgba(0, 0, 0, .1);
        height: 25px
    }

    .append-text, .prepend-text {
        font-size: 12px;
        height: 25px;
        line-height: 25px
    }

    .keypad li ul li {
        margin-bottom: 2px
    }

    .gameContainer {
        padding-top: 41px
    }

    .keypad li a {
        font-size: 10px;
        padding: 1px 0 4px
    }

    .calcultor-number {
        font-size: 12px;
        margin: 5px;
        padding: 7px 4px 5px;
        border-radius: 6px
    }

    .calcultor li a {
        padding: 3px 0 6px
    }

    .calcultor li ul li.calcultor-zero a {
        padding: 17px
    }

    .calculator-view {
        border-radius: 10px
    }

    .hideNumber {
        font-size: 58px;
        line-height: 45px
    }

    .calcultorDigit input[type=tel], .calcultorDigit input[type=tel].hideNumber {
        height: 42px;
        font-size: 40px;
        margin-top: 0
    }

    .calcultor-number {
        padding: 0 4px 1px
    }

    .place-value-game {
        top: 41px
    }

    .footer-button {
        margin-bottom: 0;
        padding-bottom: 2px;
        padding-top: 3px
    }

    .dotLine {
        font-size: 26px
    }

    .game-pagination div a.active, .game-pagination div a:focus, .game-pagination div a:hover {
        padding: 1px
    }

    .pace {
        width: 260px;
        height: 32px
    }

    .pace .pace-progress:after {
        left: 90px;
        font-size: 13px;
        top: -18px
    }

    .pace .pace-progress {
        max-width: 252px;
        left: 4px;
        top: 4px;
        right: 4px;
        bottom: 4px
    }

    .pace-activity {
        left: 4px;
        top: 4px;
        right: 4px;
        height: 24px
    }

    .pace {
        bottom: 11px
    }

    .backToSummary {
        width: 126px;
        padding: 3px 0 6px;
        font-size: 12px;
        line-height: 15px
    }

    .answerTitle {
        font-size: 11px;
        margin-bottom: 7px
    }

    .answerBox {
        padding: 4px 0
    }

    .answerBox figure img {
        width: 25px
    }

    .timeTaken {
        width: 31%
    }

    .timeTaken .answerBox {
        padding: 2px 0;
        margin-bottom: 1px
    }

    .timeTaken {
        font-size: 11px
    }

    .viewSolution span {
        font-size: 11px;
        padding: 5px 0
    }

    .questionAnswer .answerBox span {
        font-size: 23px;
        line-height: 30px
    }

    .solutionText .answerBox span {
        font-size: 1.3vw;
        line-height: 11px
    }

    .gameSolution {
        padding: 3px 4px 4px
    }

    #finalReportScroll {
        height: 179px
    }

    .badLuckImg img {
        width: 60px;
        margin-bottom: 5px
    }

    .finalReport {
        padding: 50px 10px 0
    }

    .gamevalue {
        padding: 1px 0
    }

    .successfuly {
        font-size: 13px;
        margin-bottom: 3px
    }

    .yourNextActivity {
        padding: 4px 0 2px;
        margin-bottom: 3px
    }

    .gameButtons li a span {
        font-size: 11px
    }

    .gamevalue {
        font-size: 11px;
        padding: 1px 0
    }

    .nextGameActivity {
        width: 70px
    }

    .earnCoinsBox {
        padding: 5px 11px;
        font-size: 10px;
        min-height: 0;
        margin-bottom: 5px
    }

    .bonus-point-earn {
        font-size: 10px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
        padding-top: 2px
    }

    .bonus-point-earn span {
        font-size: 10px
    }

    .pointEarn {
        font-size: 17px;
        top: 0
    }

    .earnCoinIcon {
        background-position: -284px -160px;
        width: 23px;
        height: 25px
    }

    .earnCoinIconDolllar {
        background-position: -155px -130px
    }

    .earnStarIcon {
        background-position: -310px -184px;
        width: 26px;
        height: 25px
    }

    .gameButtons li a {
        padding: 2px
    }

    .multipleChoiceImage .question, .question {
        font-size: 13px;
        line-height: 16px
    }

    .curtainGameContainer {
        padding: 0
    }

    .gameTitle {
        display: none
    }
}

@media only screen and (max-width:480px) and (orientation:portrait) {
    .loadingBox {
        width: 80%
    }

    .loadingInnerBox strong {
        font-size: 15px;
        top: 6px
    }

    .keypad li a {
        font-size: 18px
    }

    .left-block {
        font-size: 24px
    }

    .footer-widget .game-pagination-slider {
        width: 60px;
        padding-top: 0;
        margin-left: 11px;
        padding-left: 5px
    }

    .game-pagination div a span {
        padding: 3px 1px 4px 0;
        font-size: 12px
    }

    .game-pagination div a {
        padding: 1px
    }

    .game-pagination div a:hover {
        padding: 0
    }

    .slick-next, .slick-prev {
        width: 9px;
        height: 14px
    }

    .slick-prev {
        left: -12px !important
    }

    .slick-next {
        right: -12px !important
    }

    .finalReport {
        padding-top: 45px
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 3px
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 8px
    }

    .mCSB_scrollTools {
        width: 7px
    }
}

@media only screen and (max-width:480px) and (orientation:landscape) {
    .loadingBox {
        width: 80%
    }

    .loadingInnerBox strong {
        font-size: 15px;
        top: 6px
    }

    .footer-widget .game-pagination-slider {
        width: 140px;
        padding-top: 0;
        margin-left: 11px;
        padding-left: 5px
    }

    .game-pagination div a span {
        padding: 3px 1px 4px 0;
        font-size: 12px
    }

    .game-pagination div a {
        padding: 1px
    }

    .game-pagination div a:hover {
        padding: 0
    }

    .slick-next, .slick-prev {
        width: 9px;
        height: 14px
    }

    .slick-prev {
        left: -12px !important
    }

    .slick-next {
        right: -12px !important
    }

    .finalReport {
        padding-top: 45px
    }

    .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        width: 3px
    }

    .mCSB_scrollTools .mCSB_draggerRail {
        width: 3px
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 8px
    }

    .mCSB_scrollTools {
        width: 7px
    }
}

@media only screen and (max-width:420px) and (orientation:portrait) {
    .next-btn {
        font-size: 13px;
        min-width: 80px
    }

    .game-pagination {
        margin-top: 1px
    }

    .game-pagination li {
        min-width: 22px
    }

    .game-pagination li a {
        font-size: 13px;
        padding: 0 1px 0 0
    }

    .slide-prev {
        margin-right: 3px
    }

    .slide-next {
        margin-left: 3px
    }

    .wrongAnswer {
        width: 47px;
        font-size: 12px;
        padding-top: 0
    }

    .rightAnswer {
        margin-right: 2px
    }

    .place-value-game {
        font-size: 9px
    }

    .slimScrollBar, .slimScrollRail {
        width: 3px !important
    }

    .detailBtn {
        font-size: 10px;
        padding: 2px 13px 2px
    }

    .scrollNotice {
        font-size: 10px
    }

    .timeQuetion {
        width: 35px
    }

    #finalReportScroll {
        height: 210px
    }

    .finalReportDetails {
        margin-top: 5px;
        padding-top: 5px
    }

    .finalReport {
        padding: 45px 5px 0
    }

    .earnCoinsBox {
        font-size: 8px;
        padding: 5px 6px
    }

    .earnCoinIcon {
        background-position: -284px -187px;
        width: 20px;
        height: 22px
    }

    .earnCoinIconDolllar {
        background-position: -155px -164px
    }

    .earnStarIcon {
        background-position: -310px -158px;
        width: 23px;
        height: 22px
    }

    .pointEarn {
        font-size: 15px;
        line-height: 27px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
        top: -1px
    }

    .gamevalue {
        font-size: 9px
    }

    .nextGameActivity {
        width: 72px
    }

    .footer-widget .game-pagination-slider {
        display: none
    }

    .activityTitle {
        font-size: 10px;
        padding-top: 4px;
        width: 90%
    }

    .gameButtons li a span {
        font-size: 8px;
        padding: 8px 0
    }

    .finalReportDetails li {
        margin-bottom: 2px
    }

    .badLuckImg img {
        width: 115px
    }

    .customBtn {
        left: 3px;
        top: 3px
    }

    .ez-radio {
        background-position: 0 -123px;
        width: 18px;
        height: 18px
    }

    .ez-selected {
        background-position: 0 -144px
    }

    .gameTitle {
        font-size: 12px;
        line-height: 13px;
        padding-top: 6px
    }

    .left-block {
        font-size: 22px
    }

    .earnCoinsBox {
        font-size: 7px;
        padding-left: 2px;
        padding-right: 2px
    }

    .bonus-point-earn {
        font-size: 7px
    }

    .bonus-point-earn span {
        font-size: 6px
    }

    .keypad li a {
        font-size: 15px
    }
}

@media only screen and (max-width:420px) and (orientation:landscape) {
    .next-btn {
        font-size: 13px
    }

    .game-pagination {
        margin-top: 1px
    }

    .game-pagination li {
        min-width: 22px
    }

    .game-pagination li a {
        font-size: 13px;
        padding: 0 1px 0 0
    }

    .slide-prev {
        margin-right: 3px
    }

    .slide-next {
        margin-left: 3px
    }

    .wrongAnswer {
        width: 47px;
        font-size: 12px;
        padding-top: 0
    }

    .rightAnswer {
        margin-right: 2px
    }

    .place-value-game {
        font-size: 9px
    }

    .slimScrollBar, .slimScrollRail {
        width: 3px !important
    }

    .detailBtn {
        font-size: 10px;
        padding: 2px 13px 2px
    }

    .scrollNotice {
        font-size: 10px
    }

    .timeQuetion {
        width: 35px
    }

    #finalReportScroll {
        height: 210px
    }

    .finalReportDetails {
        margin-top: 5px;
        padding-top: 5px
    }

    .finalReport {
        padding: 45px 5px 0
    }

    .earnCoinsBox {
        font-size: 8px;
        padding: 5px 6px
    }

    .earnCoinIcon {
        background-position: -284px -187px;
        width: 20px;
        height: 22px
    }

    .earnCoinIconDolllar {
        background-position: -155px -164px
    }

    .earnStarIcon {
        background-position: -310px -158px;
        width: 23px;
        height: 22px
    }

    .pointEarn {
        font-size: 15px;
        line-height: 27px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, .15);
        top: -1px
    }

    .gamevalue {
        font-size: 9px
    }

    .nextGameActivity {
        width: 72px
    }

    .footer-widget .game-pagination-slider {
        display: none
    }

    .activityTitle {
        font-size: 10px;
        padding-top: 4px;
        width: 90%
    }

    .gameButtons li a span {
        font-size: 8px;
        padding: 8px 0
    }

    .finalReportDetails li {
        margin-bottom: 2px
    }

    .badLuckImg img {
        width: 115px
    }

    .customBtn {
        left: 3px;
        top: 3px
    }

    .ez-radio {
        background-position: 0 -123px;
        width: 18px;
        height: 18px
    }

    .ez-selected {
        background-position: 0 -144px
    }

    .gameTitle {
        font-size: 12px;
        line-height: 13px;
        padding-top: 6px
    }

    .left-block {
        font-size: 16px
    }

    .earnCoinsBox {
        font-size: 7px;
        padding-left: 2px;
        padding-right: 2px
    }

    .bonus-point-earn {
        font-size: 7px
    }

    .bonus-point-earn span {
        font-size: 6px
    }
}

@media only screen and (max-width:400px) and (orientation:portrait) {
    .introduction {
        height: 98px
    }

    .readyPlay {
        font-size: 15px
    }

    #viewport .bigtext {
        font-size: 500%
    }

    .left-block {
        font-size: 18px
    }

    /*.headerNavigation li {
        float: none
    }

    .headerNavigationLeft li {
        float: left
    }

    .rotatable {
        position: absolute;
        right: 0;
        background-color: #2aa5d6
    }

    .rotatable li {
        display: none
    }

    .rotatable.activated li {
        display: block
    }

    .rotatable .fabars {
        display: block
    }*/
}

@media only screen and (max-width:400px) and (orientation:landscape) {
    .introduction {
        height: 98px
    }

    .readyPlay {
        font-size: 15px
    }

    /*.headerNavigation li {
        float: none
    }

    .headerNavigationLeft li {
        float: left
    }

    .rotatable {
        position: absolute;
        right: 0;
        background-color: #2aa5d6
    }

    .rotatable li {
        display: none
    }

    .rotatable.activated li {
        display: block
    }

    .rotatable .fabars {
        display: block
    }*/
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    .gameContainer .container {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        max-width: inherit
    }

    .detailBtn {
        padding: 2px 18px 1px 17px
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .gameContainer .container {
        padding-left: 0;
        padding-right: 0;
        width: auto;
        max-width: inherit
    }

    .loading-container {
        padding-top: 26%;
        padding-bottom: 26%
    }

    .game-loading-bg {
        min-height: inherit
    }

    .calcultor li ul li.calcultor-zero a {
        padding-top: 67px
    }

    .detailBtn {
        padding: 2px 18px 1px 17px
    }

    .footer-button {
        padding-bottom: 10px
    }
}

@media only screen and (min-device-width:120px) and (max-device-width:767px) and (orientation:portrait) {
    .biggerKeypad li ul li {
        width: 8.55%
    }

    .keypad li a {
        padding: 5px 0 6px
    }

    .next-btn {
        line-height: 20px
    }

    .enterYourText input[type=text] {
        border: solid 1px #e5e5e5
    }

    .wrongAnswer {
        line-height: 20px
    }

    .question {
        font-size: 14px;
        margin-bottom: 3px
    }

    .place-value-game {
        padding-top: 10px
    }

    .backToSummary {
        padding-top: 5px
    }
}

@media only screen and (min-device-width:120px) and (max-device-width:767px) and (orientation:landscape) {
    .keypad li a {
        padding: 4px 0 5px
    }

    .keypad li ul li {
        margin-bottom: 2px
    }

    .next-btn {
        line-height: 24px
    }

    .enterYourText input[type=text] {
        border: solid 1px #e5e5e5;
        height: 28px
    }

    .enterYourText {
        padding: 3px 5px
    }

    .wrongAnswer {
        line-height: 20px
    }

    .footer-button {
        padding-top: 2px;
        margin-bottom: 0
    }

    .place-value-game {
        padding-top: 9px
    }

    .backToSummary {
        padding-top: 5px
    }

    .gameButtons li a span {
        padding: 5px 0 4px
    }

    .activityTitle {
        padding: 3px 0 3px 12px
    }

    .pointEarn {
        top: 1px
    }

    .gameTitle {
        font-size: 13px
    }
}

.introduction {
    display: flex;
    margin-top: 4%;
    margin-bottom: 4%;
}

.intro-image {
    max-width: 25%;
    margin-left: 5%;
    margin-right: 7%;
}

.intro-image img{
    /*border: 5px solid white;*/
    object-fit: contain;
    object-position: center;
    font-family: 'object-fit: contain; object-position: center;';
    background-color: white;
    border-radius: 1rem;
    height: 100%;
    width: 100%;
    max-height: 300px;
}

.intro-info {
    text-align: left;
    position: relative;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.intro-title {
    margin-bottom: 0.1em;
    padding-top: 0.2em;
    font-size: 1.2em;
}

.intro-text{
    margin-bottom: 4em;
    color: black;
    line-height: 2em;
}

@media only screen and (max-width:767px) and (orientation:portrait) {
    .intro-title {
        margin-bottom: 1rem;
        padding-top: 1rem;
        font-size: 2.6rem;
        line-height: 3rem;
    }

    .intro-text{
        margin-bottom: 8rem;
        color: black;
        line-height: 2.4rem;
        font-size: 1.3rem;
    }
}

#gameReport{
    display: flex;
    align-items:center;
    justify-content: center;
    overflow-y: auto;

}
.game-Final-Report.game-background,  #gameReport.game-background, .game-Final-Report{
	    background: #4a5a6a url(https://static.studyladder.ca/cdn/site/2b/b197fd1fb065.jpg) no-repeat center center fixed !important;
	    -webkit-background-size: cover!important;
	    -moz-background-size: cover!important;
	    -o-background-size: cover!important;
	    background-size: cover!important;
	   height: 100%;
}
.game-Final-Report{
	  height:100%
	 }
.report-header {
	width:617px; height:133px;
	background: transparent url(https://static.studyladder.ca/cdn/site/ec/96f629aa2d96.png) no-repeat center center;
	
}
.game-Final-Report h1, #game_report_container h1 {
	text-transform: uppercase;
	font-size:54px;	
	font-family: Muli,sans-serif;
	margin-bottom:0px;
	color:white;   
	    font-weight: 600;
}
.game-Final-Report h3, #game_report_container h3 {
	color:white;
	font-size:33px;
	font-family: Muli,sans-serif;
}

#game_report_container {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 770px;
    /* height: 100%; */
    width: 100%;
    background: #c0d1fa;
    color: black;
    top: 0px;
    justify-content: flex-start;
    margin-top: 50px;
}

.bottom-padder{
    width:100%;
    height:80px;
}

.bottom-spacer{
    width:100%;
    height:30px;
}

.report-header{
    margin-top: 5px;
    font-size: 2em;
}

.sticker-container{

}

.results-rainbow{
    max-width: 70%;
}

.results-sticker {
	position: relative;
    width: 180px;
	opacity:0;
  

 
    transition: opacity 0s linear 2s;
   
}

.drawing-report .results-sticker{
	opacity:1;
}
.video-report .results-sticker, .book-report .results-sticker{
	opacity:1;	    margin-top: 20px;
}

.video-report  .coin-container-outer, .book-report  .coin-container-outer  {
    border-top: none;
    border-bottom: none;
}
.video-report  .result-save-message, .book-report  .result-save-message {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    font-size: 14px;
}
.video-report .results-earned, .book-report .results-earned  {
	background-color:transparent;
	box-shadow:none;
}


.video-report  .history-container,  .book-report .history-container {
	opacity:1 !important;margin-top: 0px!important;
}

.make-vis {
	 opacity:1;
	     animation: scaleSticker 0.5s linear 0s;
}
 @keyframes scaleSticker {

	0% { transform: scale(2, 2);}
	80%{ transform: rotate(1, 1);  }
	90%{ transform: rotate(1.3, 1.3);  }
	100%{ transform: rotate(1, 1);  }
}
.coin-container-outer {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 2.5rem;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    width: 95%;
    font-size: 1.4em;
}

.coin-container {
    display:flex;
    justify-content: center;
    align-items: center;
}

.spending-points-coin-image{
    max-height: 2em;
}
.new-results-holder {
	 background-color: #d1d0f0;
    border: 20px solid #706ccf;
    position: absolute;
    width: 115%;
    top: 150px;
        z-index: 56;
}
.new-results-holder .fa-check:before {
	background-image: url("https://static.studyladder.ca/cdn/site/f5/5745b582b466.png");
	background-size: 35px 36px;
	width: 35px;
    display: block;
    height: 36px;
}
.new-results-holder .fa-check:before {
    content: " ";
}
.new-results-holder .fa-times:before {
	background-image: url("https://static.studyladder.ca/cdn/site/a8/69a06225b563.png");
	background-size: 40px 42px;
	width: 40px;
    display: block;
    height: 42px;
}
.new-results-holder .fa-times:before {
    content: " ";
}

.game-Final-Report .detailBtn .fa {
    margin-left: -56px!important;
    margin-top: -3px;
    opacity:0;
}
.title-container{

    font-size: 2em;
    margin-top: 170px;;
    }

.result-save-message{
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
        margin-top: 200px;
}

.results-title{
    text-align: center;
font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -80px;
        max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    }
.game-Final-Report .detailBtn {
	background-color: #7db5f4;
    height: 60px;
    width: 60px;
    border-radius: 30px;
    padding-top: 15px;
    font-size: 24px;
}
.game-Final-Report .detailBtn .fa{
position: absolute;
    margin-left: -40px;
}

#game_report_container {
	max-width: 900px;
}
.results-replay a{
    background: white;
    color: gray;
    border: 2px solid gray;
    border-radius: 0.5rem;
    line-height: 1.6em;
    padding: 0rem 1rem;
    text-shadow: unset;
    min-width: unset;
    font-size: 1.6rem;
    float: unset;
    margin-top: unset;
    position: relative;
    top: -0.5rem;
    }

.results-replay a:hover{
    color: #5390d4;
}

.finalReportDetails{
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-row-gap: 20px;
    width: 100%;
    padding-bottom: 4rem;
    padding-left: 100px;
    padding-right: 0px;
 
}
.finalReportDetails .detailBtn{
    text-align: center;
}
.fa-check {
	color:#299120;
}
.fa-cross {
	color:#d01212;
}
.next-activity-container{
    width: 90%;
    display:flex;
    justify-content: center;
    align-items: center;
    padding: 4.5rem 0;
}

.next-activity-container a{
    border-radius: 0.3rem;
    height: 2em;
    line-height: 2em;
    padding: 0rem 2rem;
    text-shadow: unset;
    min-width: unset;
    }
.history-container{
    display:flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    opacity:0;
    margin-top:550px;
}
	.history-container .smiley-box {
	    padding: 1rem;
	    border: none;
	    border-bottom: 1px solid #000;
   }
.progress-title{
	position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    top: 70px;
}

@keyframes drawArc1 {
	0% { transform: rotate(0deg);}
	100%{ transform: rotate(180deg);  }
	1%{ opacity:1;  }
	95%{ opacity:1;  }
    99%{ opacity:0;  }
}


.animCoin {
	 animation: drawArc1 1s linear ;
	margin-top: -50px;opacity:0;	     
}

 .piggyCoinsAnim {
	 width:450px;
	 height:120px;
	z-index: 3;    
	margin-top: 90px!important;right: 120px!important;
 }
  

/*
.wrapper {
    width: 300px;    
    animation: drawArc1 1s linear infinite;
}
.inner {    
    border-radius: 50%;
    display: inline-block;
    padding: 30px;    
    background: yellowgreen;
    animation: drawArc2 1s linear infinite;
}

*/
.smiley-box{
    padding: 1rem;
    border: 2px solid lightgray;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 5rem;
    margin-top: 1rem;
}

.smiley-image{
    height: 2.5rem;
}

.history-header{
    font-size: 1.4em;
    text-align: center;
}

.results-earned{
    text-align: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: 20px;
    padding-right: 0px;
    padding-top: 10px;
    background-color: #d2defc;
    width: 300px;
    border-radius: 25px;
    box-shadow: 3px 5px 3px rgba(0, 0, 0, 0.15) inset;
}
.results-earned h2{
	color: #ffca00;
    font-size: 36px;
    font-weight: 700;
    font-style: italic;
   // text-shadow: 1px 2px 1px #777;
    text-transform: uppercase;
    display:inline-block;
     text-shadow: 1px 2px 1px #999, -1px -1px 3px #ffffff;
}
.gold-coin {
    display: inline-block;
    margin-top: -22px;
    padding-right: 4px;
}
.piggybank   {
    position: absolute;
    right: 70px;
    top: 0px;
        margin-top: 30px;
	    
}
.cert-box {
	position: absolute;
    right: 210px;
        top: 110px;
}
.play-sound {
    right: 0;
    top: 0;
    width: 3.5rem;
    height: 3rem;
    font-size: 2rem;
    position: absolute;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}
.icon-smiley-history{
    font-size: 2.5rem;
    color: green;
}

.theme-answer .play-sound{
    top: -0.4rem;
    right: -0.75rem;
    font-size: 1.8rem;
}

.results-anim {
	margin-top:-30px;    position: relative;    width: 100%;
}
.progress-bar {
    width: 420px;
  
    margin-top: 120px;
    background-color: #5d5d5d;
    border-radius: 10px;
    height: 115px;
    display: inline-block;
        border: 4px solid #000;
    position: absolute;
    left: 230px;        
}
.progress {
    width: 0;
    border-radius: 10px;
    height: 107px;
    text-align: right;
    position: relative;
      box-shadow: 
    inset 0 3px 2px rgba(255,255,255,.22), 
    inset 0 -3px 2px rgba(0,0,0,.17), 
    inset 0 20px 10px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2);padding-top: 40px;
    background: repeating-linear-gradient(
	  -45deg,
	  #1371f2,
	  #1371f2 30px,
	  #72adff 30px,
	  #72adff 60px
	);
}
.progress span {
    font-size: 34px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 10px;
    color: white;

}
.certs-icon {
position: absolute;
    left: 20px;
    top: 40px;
    width: 180px;
}






.bounceme{
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 1.5s;

  /* When the animation is finished, start again */
  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }


  10% { transform: scale(100%)}
  50% { transform: scale(110%)}  
 // 70% { transform: scale(210%)}    
  100% { transform: scale(140%)}    
}
.bounceHolderMove {
   width: 174px;height: auto;
   margin-left: auto;
   margin-right: auto;
   left: 0;
   right: 0;
   margin-top: 20%;
}




@keyframes certAnim {
  0% { transform: scale(100%) translate(0px, 0px);}
  100% { transform: scale(120%) translate(0px, 0px);}    
}
@keyframes certAnimHide {
 	0% { opacity: 1; }
  100% { opacity: 0; }
}

.cert-holder {
    height: auto;
	z-index: 101;margin-left: 0px;
   position: absolute;
   margin-top: 10%;
   top: 0px; 
   opacity: 0;
   transform: scale(120%)
}
.cert-holder img{
  width: 100%; height: auto;
}

.cert-anim {
  animation: certAnim 1s 1;
  opacity: 1;
}

.cert-anim-hide {
  animation: certAnimHide 1s 1;
  opacity: 1;
}
#cert-holder-small {
	opacity:0;
}
#cert-holder-small img {
    width: 180px;
}

.star1 {
	position:absolute;left:0;right:0;z-index:0;    margin-left: -23px;
}
	.star2 {
		position:absolute;left:0;right:0;z-index:0;    margin-left: -23px;margin-top: -50px;
	}
.piggybank-im{
	display:inline-block; 
}
@media only screen and (max-height:940px), (max-width:834px) and (orientation: portrait){


    .results-rainbow {
        max-width: 35%;
    }
    .title-container {
        font-size: 1.3em;
    }
    .detailBtn {
        padding: 0px;
    }
    .finalReportDetails {
        padding-bottom: 3rem;
    }
    .report-header {
        margin-top: 30px;
        font-size: 2em;
    }
    .next-activity-container {
        padding-top: 3.5rem;padding-bottom: 4.5rem;
    }

    .finalReportDetails {
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        grid-row-gap: 8px;
        width: 90%;
        padding-bottom: 3rem;

        margin-top: 0px;
    }
}




@media only screen and (max-width:834px) and (orientation: portrait){
    .results-rainbow {
        max-width: 50%;
    }
}

@media only screen and  (max-width:1024px) and (orientation: landscape){
	.cert-holder {
	    margin-top: -100px;
	    transform: scale(100%);
	}
	.piggyCoinsAnim {
		margin-top:60px!important;;
	}
	.report-header {
	    height: 113px;margin-top: 20px;
	  }
	.game-Final-Report h1 {
	    font-size: 44px; margin-top: 15px;
	}
	.progress-title {
	    top: 50px;
	}
	.progress-title h2 {	
		font-size:20px;	
	}	
	.new-results-holder {
	    margin-top: -20px;
	}
}
@media only screen and (max-width:834px) and (orientation: portrait), (max-width:1024px) and (orientation: landscape){
    .theme-answer{
        border-radius: 1rem !important;
    }
}



@media only screen and (max-width:1023px) {
	.report-header {
	    height: 103px;
	  }
	.game-Final-Report h1 {
	    font-size: 34px; margin-top: 15px;
	}
	.progress-title {
	    top: 50px;
	}
	.progress-title h2 {	
		font-size:20px;	
	}
	.certs-icon {
		top:50px;
	    width: 130px;
	}	
	.star1 {
		    width: 180px;
	}	 
	.progress-bar {
	    width: 380px;
	    margin-top: 90px;
	    height: 115px;
		margin-left: auto;
	    margin-right: auto;
	    left: 0;
	    right: 0;
	}	 
	.cert-box {
	    right: 190px;
	    top: 100px;
	}
	.star2 {
    	margin-top: -50px;width: 180px;margin-left: 0px;
	}
	#cert-holder-small {
		margin-top:-10px;
	}
	#cert-holder-small img {
	    padding-left: 20px;
	    padding-right: 20px;
	}	
	.new-results-holder {
	
	    width: 95%;	
	  }
	.finalReportDetails {

    	width: 100%;
    }
    .piggybank {
    	right: 20px;
    }
     .piggyCoinsAnim {
		 width:420px;
		 height:120px; 
		margin-top: 90px!important;;right: 70px!important;
	 }
   .history-container {
	    margin-top: 540px;
	} 
	.results-earned {
	    left: 0px;
	    right: 0;
	    margin-top: 0px;
    }	
	.result-save-message {
	    margin-top: 180px;
	}
	.cert-holder {
	
	    margin-top: 0%;
	    top: 0px;
	    transform: scale(100%);
	}	
	#game_report_container.adobe-report h1, #game_report_container.book-report h1 {
		font-size: 44px;
	}
	.results-title{
        max-width: 450px;
      }
}


@media only screen and (max-width:767px) {
	 .d-none {
	    display:none !important;
    }
	.game-Final-Report h1, #game_report_container h1 {
	    font-size: 34px;
    }
    .piggybank, .certs-icon, #bounce-holder, .piggybank-im {
	    display:none !important;
    }
    .results-anim {
		margin-top:30px;
	}

	.progress-title {
	    top: 0px;
	}
	.progress-bar {
   		 margin-top: 50px;
   	 width: 80%;
    }
    .btn-holder {
	    text-align: center;
    }
	 .results-sticker {
	    width: 120px;
    }   
	.results-earned {
	    left: 0px;
	    right: 0;
	    margin-top: 220px;
	    position: relative;
	}
	.results-earned h2 {
	    font-size: 22px;
	    padding-bottom: 0px;
	}
	   .results-earned img {
		   padding-bottom: 20px;
		 }
	.finalReportDetails {
	    border-bottom: none!important;padding-bottom: 50px!important;
	}
	.results-title {
		margin-top:40px;
		    max-width: 350px;

	}
	.gold-coin{
		padding-bottom:0px!important;
	}	

	.result-save-message {
    	width: 90%; margin-top: 20px;padding-top:30px;
    }
	.finalReportDetails {
	    grid-template-columns: auto auto;
	    margin-top: 0px;
	    padding-top: 100px;
	}
	.main-btn img {
		width: 80px;
	}
	.history-container {
	    margin-top: 780px;
	}   
	.adobe-report .title-container, .book-report .title-container {
		margin-top: 10px !important;
	}
	.adobe-report  .results-earned, .book-report  .results-earned{
		margin-top: 70px !important;
	}
	.adobe-report .result-save-message, .book-report .result-save-message{
		margin-top: 80px !important;
	}
	
	.adobe-report .report-header, .book-report .report-header , #gameReport .report-header {
		width:100%!important;	
	} 
	.btn-container{
		padding-top: 120px!important;
	}
}

@media only screen and (max-width:640px) {
    .title-container{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 90%;
        font-size: 2em;
        margin-top: 2.5rem;
        }

    .results-replay a{
        margin-top: 2rem !important;
    }
	.results-title{
            font-size: 18px;
      }
}

@media only screen and (max-width:560px) {
    .theme-answer{
        border-radius: 0.5rem !important;
    }

    .report-header {
    margin-top: 20px;
    font-size: 1.5em;
}
.title-container {

    font-size: 2em;
    margin-top:1.3rem;
}
	.results-title{
            font-size: 18px;
      }
}

.force-CDN-reload{
    display: block;
    /* dummy block of css to force CDN to reload this file */
}
