ul {
    list-style-type: none
}

h2 {
    margin: 0px 0px 2px 0px !important;
}

*,
*:before,
*:after {
    box-sizing: inherit;/*This caused problems with positioning of dopzones in ie - works for this resource*/
}

.chartbox {
    background: #ECECF4;
    border: 1px solid #000;
    text-align: center;
    padding: 8px 0px 0px 0px;
    font-size: 13px;
    color: #000 !important;
}

.physical {
    background: url("../../images/physical-causes.jpg");/*background-color: #ffb3b3;*/
}

.humanCauses {
    background: url("../../images/human-causes.jpg");/*background-color: #cceeff;*/
}

.physicalBx p {
    color: #000 !important;
}

.physicalBx {
    background: url("../../images/physical-causes.jpg");/*background-color: #ffb3b3;*/
}

.humanCausesBx p {
    color: #000 !important;
}

.humanCausesBx {
    background: url("../../images/human-causes.jpg");
}

.humanCausesHeader {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #fff;
    border-color: black;
}

.physicalCausesHeader {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #fff;
    border-color: black;
}

.statement {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    background: #fff;
}

.statement2 {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #333;
}

.statement3 {
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background: #000;
}

#instructions {
    width: 100% !important;
    top: -21px;
}

#order li,
#sortingSortable li {
    padding: 0.8em;
    height: 1.7em;
    font-size: 15px;
}

#sortingSortable li {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    background-color: #BB4A00;
    color: #fff;
    border-bottom: 1px dashed #ffffff !important;
    height: 1.7em;
}

#sortingSortable li span {
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1.7em;
    padding: 0.8em 0;
    background: #D35400;
    color: #fff;
    text-align: center;
    z-index: 5;
}

#sortingSortable li {
    list-style: none;
    position: relative;
}

#sortingSortable li.drop-hover .element {
    opacity: .5;
}

.element.being-dragged {
    background: #333;
    z-index: 6;
    -webkit-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    -moz-box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
    box-shadow: 10px 10px 8px -1px rgba(0, 0, 0, .32);
}

#order li {
    font-weight: bold;
    background-color: #E87E04;
    color: #fff;
    border-bottom: 1px dashed #ffffff !important;
}

.ui-sortable-handle {

    /* border: 1px dashed #309091;*/
}

.ui-sortable-helper {
}

#activityButtons button {
    margin: 0 .5% 0 .5%;
    float: right;
}

#totalCorrectHolder {
}

#definition h2,
#keyTerms h2 {
    line-height: 42px
}

#endMsg {
    display: none
}

/* HOVER SELECTION STATES */
.one .drag:hover {
    border: 3px solid #446CB3;
    cursor: pointer;
}

.two .drag:hover {
    border: 3px solid #4183D7;
    cursor: pointer;
}

.three .drag:hover {
    border: 3px solid #3498DB;
    cursor: pointer;
}

.four .drag:hover {
    border: 3px solid #1E8BC3;
    cursor: pointer;
}

.five .drag:hover {
    border: 3px solid #446CB3;
    cursor: pointer;
}

.six .drag:hover {
    border: 3px solid #4183D7;
    cursor: pointer;
}

.seven .drag:hover {
    border: 3px solid #3498DB;
    cursor: pointer;
}

.eight .drag:hover {
    border: 3px solid #1E8BC3;
    cursor: pointer;
}

.nine .drag:hover {
    border: 3px solid #446CB3;
    cursor: pointer;
}

/*ten is changed to tenth here because of conflicting style*/
.tenth .drag:hover {
    border: 3px solid #4183D7;
    cursor: pointer;
}

.eleven .drag:hover {
    background-color: #3498DB;
    cursor: pointer;
}

.bxslider li {
    color: #000;
    background-color: #ccc;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
    padding: 10px;
    min-height: 50px;
    text-align: center;
}

.bxslider li p {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    line-height: 1.2em;    /*text-shadow: 0 0 3px #FF0000, 0 0 1px #0000FF;*/
}

.bxslider li span {
    display: block;
    float: left;
    font-size: 20px;
    height: 70px;
    clear: left;
    padding: 17px 10px 10px 0px;
    font-weight: bold;
}

.bx-wrapper .bx-viewport {
    margin: 12px auto 0px auto !important;
}

.outside {
    width: 760px;
    position: relative;
    margin: -38px auto 0px auto;
}

.outside .disabled {
    visibility: hidden;
}

#slider-next {
    position: absolute;
    right: 0px;
}

/* Custom sizes */
.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.fifty {
    width: 50%;
    float: left;
}

.twenty {
    width: 20%;
    float: left;
}

.ten {
    width: 10%;
    float: left;
}

.thirty {
    width: 30%;
    float: left;
}

.thirty-five {
    width: 35%;
    float: left;
}

.fifteen {
    width: 15%;
    float: left;
}

.one-hundred {
    width: 100%;
}

.ten .arrow {
    float: right;
    margin: 6px 0px 0px 0px;
}

.long .arrow {
    float: right;
    margin: 6px 0px 0px 0px;
}

.long .arrow .line {
    width: 135px;
}

.fourty {
    width: 40%;
    float: left;
}

.seventy {
    width: 70%;
    float: left;
}

.margr7 {
    margin-right: 7px;
}

.margl7 {
    margin-left: 7px;
}

.margr14 {
    margin-right: 14px;
}

.margl14 {
    margin-left: 14px;
}

.padr15 {
    padding-right: 15px;
}

/*FEEDBACK*/
.allCorrect,
.score {
    display: none;
}

/* Custom sizes end */
@media only screen and (max-width:560px) {
    #activity {
        margin-left: 5%;
    }

    #order {
        width: 100%;
    }

    #sortingSortable {
        width: 100%;
    }

    #sortingSortable li,
    #order li {
        font-size: 0.9em;
    }

}

/* ----------- Large Display ----------- */
@media screen and (max-width:1920px) and (max-height:1080px) {

    /* Styles */
}

/* ----------- Laptop HiDPI screen ----------- */
@media screen and (max-width:1440px) and (max-height:900px) {

    /* Styles */
}

/* ----------- Laptop ----------- */
@media screen and (max-width:1366px) and (max-height:768px) {

    /* Styles */
    #order li,
    #sortingSortable li,
    #sortingSortable li span {
        height: 1.7em;
    }

    #order li,
    #sortingSortable li {
        padding: 0.7em;
    }

    #sortingSortable li span {
        padding: 0.7em 0;
    }

}

/* ----------- Laptop MDPI screen ----------- */
@media screen and (max-width:1280px) and (max-height:800px) {

    /* Styles */
    #order li,
    #sortingSortable li,
    #sortingSortable li span {
        height: 1.7em;
    }

    #order li,
    #sortingSortable li {
        padding: 0.8em;
    }

    #sortingSortable li span {
        padding: 0.8em 0;
    }

}

/* ----------- iPad ----------- */
@media only screen and (max-device-width:1024px) and (max-device-height:768px) {

    /* Styles */
    h1 {
        font-size: 1.7em !important;
    }

}

/* ----------- iPhone 5 ----------- */
@media only screen and (min-device-width:568px) and (min-device-height:320px) {

    /* Styles */
}