.mob-nav{
    display: none;
}

.programtype-wrapper{
    position: relative;
    width: 100%;
}

.programtype-inner{
    margin: 0 auto;
    max-width: 1020px;
}

.programtype-content{
    height: auto;
    position: relative;
    width: 100%;
}

.programtype-nav{
    background: #F9FAFB;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: calc(275px - 2px);
}

.mob-open{
    display: none;
}

.programtype-info{
    background: #FFF;
    border-radius: 3px;
    display: inline-block;
    height: auto;
    margin: 0 0 0 25px;
    overflow: hidden;
    vertical-align: top;
    width: calc(100% - 305px);
}

.programtype-title{
    background-color: #195F9C;
    color: #FFFFFF;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    padding: 15px 20px;
}

.programtype-title:first-of-type{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.programtype-cat{
    background-color: #F9F9FB;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: #141414;
    cursor: pointer;
    display: flex;
    opacity: 1;
    padding: 12px 20px;
    position: relative;
}

.programtype-cat .category-name{
    color: #3e3e3e;
    display: inherit;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    font-weight: 300;
    position: relative;
    width: 196px;
}

.category-dep-name{
    color: #FFF;
    font-size: 18px;
}

.programtype-cat .category-name .category-toggle{
    color: #141414;
    font-size: 16px;
    font-weight: 500;
    flex-wrap: wrap;
    word-break: break-word;
}

.programtype-cat .category-name .category-toggle span{
    margin: 0 0 0 5px;
}

.toggle-icon{
    transform: rotate(180deg);
    margin: 2px 0 0 20px;
}

.toggle-open{
    transform: rotate(0deg);
}

.main-title{
    margin: 0 0 25px 0;
}

.page-title{
    font-size: 46px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 20px 0 40px 0;
    position: relative;
    font-family: Roboto, sans serif;
    width: auto;
}

.page-title:hover{
    opacity: 0.7;
}

.programtypes{
    background: #F9FAFB;
    display: none;
    height: 0;
    opacity: 0;
    padding: 0 20px;
    pointer-events: none;
}

.programtypes-open{
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    opacity: 1;
    padding: 0 20px 12px 30px;
    pointer-events: initial;
}

.programtype{
    border-width: 0px;
    border-left-width: 3px;
    border-style: solid;
    cursor: pointer;
    height: auto;
    padding: 6px 0 6px 10px;
    position: relative;
    transition: 0.1s;
}

.programtype:not(:hover){
    border-color: #E1E2E1 !important;
}

.programtype a{
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3em;
    overflow-wrap: break-word;
    position: relative;
    text-decoration: none;
    word-break: break-word;
}

.defaultinfo{
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 1.618em;
    margin: 0;
}

.defaultinfo-inner{
    background: #FFFFFF;
    padding: 110px 60px 60px 60px;
}

.defaultinfo-inner h1{
    margin: 0 0 25px 0;
}

.second-title{
    font-size: 38px;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 15px 0;
}

.download-material{
    margin: 25px 0 0 0;
}

.download-catalog-title div{
    font-size: 18px;
    font-weight: 600;
}

.catalog-buttons{
    display: flex;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.catalog-button{
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    padding: 7px 15px;
}

.catalog-button:hover{
    filter: brightness(120%);
}

.catalog-button.light:hover{
    filter: brightness(0%);
}

.catalog-button.aim{
    background: #D7007E;
    margin: 0 15px 0 0;
}

.catalog-button.aim.light{
    background: transparent;
    border: 1px solid #D7007E;
    color: #D7007E;
    margin: 0.5em 15px 0 0;
}

.catalog-button.ead{
    background: #3C528E;
}

.catalog-button.ead.light{
    background: transparent;
    border: 1px solid #3C528E;
    color: #3C528E;
    margin-top: 0.5em;
}

@media screen and (max-width: 1300px){
    .programtype-info{
        margin: 0 0 25px 15px;
        width: calc(100% - 295px);
    }
}

@media screen and (max-width: 1000px){
    .mob-nav{
        background-color: #632466;
        border-radius: 3px;
        display: flex;
        height: 45px;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .mob-nav .sort-options{
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 45px;
        overflow: hidden;
        padding: 0 0 0 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 50px);
    }
    .mob-nav .sort-btn{
        height: 100%;
        position: relative;
        width: 50px;
    }
    .mob-nav .sort-btn-icon{
        display: inline-block;
        height: 20px;
        position: absolute;
        right: 12px;
        top: 13px;
    }
    .programtype-photo{
        margin: 0;
    }
    .programtype-nav{
        width: 225px;
    }
    .programtype-info{
        width: calc(100% - 230px);
    }
    .programtype a{
        font-size: 14px;
    }
    .page-title{
        padding-top: 15px;
    }
    .programtype-content{
        display: block;
    }
    .programtype-info{
        display: block;
        margin: 0 25px 0 0;
        width: 100%;
    }
    .defaultinfo{
        padding: 0;
        margin: 0;
    }
    .defaultinfo-inner{
        padding: 25px;
    }
    .main-title {
        margin: 0 0 15px 0;
    }

    /* Mobile navigation */
    .programtype-nav{
        display: none;
    }
    .mob-open.openmenu{
        display: block;
    }
    .mob-open{
        background: #EAEAEA;
        display: none;
        height: 100%;
        left: 0;
        min-height: 100vh;
        overflow-y: scroll;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1;
    }
    .mob-open .cancel-mob-nav{
        background-color: #632466;
        color: #FFF;
        display: flex;
        height: 35px;
        line-height: 35px;
        padding: 5px 20px;
        text-align: right;
    }
    .mob-open .mob-nav-title{
        text-align: left;
        width: 50%;
    }
    .mob-open .mob-nav-cancel-btn{
        text-align: right;
        width: 50%;
    }
     .mob-open .mob-nav-cancel-btn i.fas{
        font-size: 14px;
        margin: 2px 0 0 8px;
    }
    .mob-open .programtype-nav.mob{
        background: #EAEAEA;
        border: 1px solid rgba(0,0,0,0.05);
        border-radius: 0;
        box-shadow: none;
        display: block;
        margin: 20px 20px 100px 20px;
        width: calc(100% - 40px);
    }
    .mob-open .programtypes-open{
        margin: 0;
    }
    .mob-open .programtype-nav.mob .programtype-cat .category-name{
        width: 100%;
    }

    .mob-open .programtype-nav.mob .programtype-title:first-of-type{
        border-radius: 0;
    }

    .mob-open .category-dep-name{
        font-size: 16px;
    }
}
@media screen and (max-width: 760px){
    .catalog-buttons{
        display: block;
        font-size: 12px;
    }
    .defaultinfo-inner{
        padding: 20px;
    }
    .download-catalog-title div{
        font-size: 16px;
    }
    .defaultinfo-inner h1{
        margin: 0 0 15px 0;
    }
    .download-material{
        margin: 15px 0 0 0;
    }
    .catalog-button{
        max-width: 220px;
        padding: 5px 10px;
        text-align: center;
    }
    .catalog-button.ead{
        margin: 0 0 5px 0;
    }
}
@media screen and (max-width: 600px){
    .programtype-inner .page-title{
        font-size: 36px;
    }
    .mob-nav{
        margin: 0 0 15px 0;
        width: 100%;
    }
}
@media screen and (max-width: 500px){
    .programtype-inner .page-title{
        font-size: 32px;
        margin: 0 0 25px 0;
    }
}