.desktop_title{
    display: none;
}
.units_button:hover{
    background: #F16d36;
}
.subject_page_container{
    margin: auto;
    max-width: 1024px;
    background-color: #00CCCB;
}
.unit_list{
    padding: 0;
    overflow: hidden;
    margin: 0;
}
.subject_icon_box{
    display: none;
}
.subject_info_box{
    display: none;
}
.subject_title {
    text-align: center;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
    font-family: ProximaNova-Bold;
    /* text-transform: capitalize; */
    padding: 16px 20px 10px 20px;
}
.subject_icon_row {
    padding: 5% 0;
    background: #00cccc;
}
.subject_icon_container {
    background: #343a41;
    width: 65.625%;
    margin: auto;
    border-radius: 100%;
}
.subject_icon {
    margin: auto;
    width: 100%;
}
.subject_title_bottom {
    display: none;
}
.subject_name {
    color: #009999;
    font-family: ProximaNova-Bold;
    font-size: 70px;
    /*line-height: 70px;*/
    /*line-height: 100%;*/
    display: block; 
    /* text-transform: capitalize; */
}
.subject_name_small{
    line-height: 44px;
}
.subject_name_medium{
    line-height: 40px;
}
.subject_name_large{
    font-size: 28px;
    line-height: 28px;
}
.subject_page_button {
    width: 140px;
    height: 40px;
    font-size: 18px;
    font-family: ProximaNova-Bold;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    padding: 0;
    border: 0;
}
/*.subject_buttons {
    display: block;
}*/
.subject_slogan {
    color: #006666;
    font-size: 16px;
    line-height: 20px;
    font-family: ProximaNova-Bold;
    display: block;
    /* text-transform: capitalize; */ 
    padding: 4px 20px;
}
.subject_buttons{
    /* text-transform: capitalize; */
}
.subject_segmented_ctrls{
    /*width: 200px;*/
    margin: auto;
}
.unit_list>li{
    padding: 0;
}
.subject_unit_title_article_1,
.subject_unit_title_article_2{
    display: none;
}
@media (min-width: 480px) {
    .title_bar {
        height: 60px;
        line-height: 60px;
        font-size: 0;
    }
    .view_title{
        font-size: 24px;
    }
    .desktop_title{
        display: block;
    }
    .subject_segmented_ctrls{
        /*width: 200px;*/
        margin: auto;
    }
    .unit_list>li{
        padding: 0 1px 1px 0;
    }
    .subject_title_top {
        display: none;
    }
    .subject_title_bottom {
        display: block;
        /*background: #00CCCB;*/
    }
    .subject_icon_row {
        padding: 0;
        background: #009999;
        display: none;
    }
    /*.icon_container{
        width: 100%;
    }*/
    .subject_icon_container {
        width: 75%;
        height: 75%;
    }
    .subject_info_box {
        display: inline-block;
        float: left;
    }
    .subject-box:before {
        padding-top: 100%;
    }
    .subject-box {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .subject_name {
        font-size: 44px;
        padding: 0 10px;
        /*line-height: 38px;*/
        /*line-height: 100%;*/
    }
    .subject_name_large {
      font-size: 28px;
      line-height: 28px;
    }
    .subject-square {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 20px;
        right: 0;
    }
    .subject_info {
        background: #fff;
    }
    .subject-span-bottom{
        bottom: 0;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: center;
    }
    /*.unit_list_container {
        padding: 0 0.68493% !important;
        padding-top: 0;
        background: #00cbcb;
    }*/
    .unit_list_container{
        background: #006666;
    }
    .unit_item {
        width: 50%;
    }
    .all_topics_btn {
        border: 1px solid #ccc;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #ccc;
    }
    .units_btn_active {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        display: inline-block;
    }
    .subject_page_button {
        width: 99px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
    .all_topics_btn {
        border: 1px solid #ccc;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        color: #ccc;
    }
    .subject_slogan {
        font-size: 13px;
        line-height: 14px;
    }
    .units_btn:hover, .all_topics_btn:hover, .units_btn:active, .all_topics_btn:active {
        color: #fff;
        background: #ccc;
        border: #ccc;
    }

}
@media (min-width: 600px) {
    /*.subject_toggle_buttons{
        width: 280px;
    }*/
    .subject-span-bottom {
        bottom: 12px;
    }
    .subject_page_button {
        width: 110px;
        font-size: 16px;
    }
    .subject_slogan {
        font-size: 16px;
        line-height: 17px;
        /*padding: 0 10px;*/

    }
    .subject_name {
        font-size: 58px;
        /*line-height: 47px;*/
        /*line-height: 95%;*/
    }
    .subject_name_small{
        line-height: 58px;
    }
    .subject_name_medium{
        line-height: 54px;
    }
    .subject_name_large{
        font-size: 38px;
        line-height: 36px;
    }
   /* .unit_list_container {
        padding: 0 0.68493%;
        padding-top: 0;
        background: #00cbcb;
    }*/
    .subject_title{
        padding: 21px 20px 15px 20px;
    }
    .title_bar h1.view_title {
        line-height: 28px;
    }
}
@media (min-width: 768px) {
    .title_bar {
        height: 70px;
        line-height: 70px;
        font-size: 0;
    }
    /*.unit_list>li{
        padding: 0 5px 10px;
    }*/
    .subject_name {
        font-size: 64px;
        /*line-height: 60px;*/
        /*line-height: 100%;*/
    }
    .subject_name_small{
        line-height: 64px;
    }
    .subject_name_medium{
        line-height: 60px;
    }
    .subject_name_large{
        font-size: 50px;
        line-height: 48px;
    }
    .subject_slogan {
        font-size: 20px;
        line-height: 22px;
    }
    .subject_slogan {
        font-size: 20px;
        line-height: 22px;
    }
    .subject-span-bottom {
        bottom: 24px;
    }
    .subject_page_button {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .unit_list_container{
        /*padding: 0 0.68493%;*/
        padding-top: 0;
        background: #00cbcb;
    }
}
@media (min-width: 900px) {
    /*.unit_item {
        width: 33.33333333%;
    }*/
    /*.subject_name{
        font-size: 82px;
        line-height: 70px;
    }*/
/*    .subject_slogan{
        font-size: 23px;
        line-height: 26px;
    }*/
     .subject_info_box{
        width: 66.66666667%;
    }
    .subject_icon_box{
        width: 33.33333333%;
        display: block;
    }
    .subject-box:before {
        padding-top: 80%;
    }
    .subject_icon_container {
        display: table;
        width: 60%;
        /*height: 60%;*/
    }

    .subject_info_box:before{
        padding-top: 37.5%;
    }
    .subject_icon_box:before{
        padding-top: 75%;
    }
    .subject_name{
        font-size: 84px;
        /*line-height: 80px;*/
        /*line-height: 100%;*/
    }
    .subject_name_small{
        line-height: 74px;
    }
    .subject_name_medium{
        font-size: 70px;
        line-height: 60px;
    }

    .subject_name_large{
        font-size: 52px;
        line-height: 48px;
    }
    .subject_slogan{
        font-size: 24px;
        line-height: 27px;
    }
    .subject-span-bottom{
        bottom: 0;
    }

}

@media (min-width: 1024px) {
    /*.unit_list_container{
        background: #00b3b3;
    }*/

    .unit_item{
        width: 33.33333333%;
    }
    .unit_item:nth-child(3n) {
        padding-right: 0;
        float: right;
    }



}
