.home-event-date{
    color: #EC9A1D;
}

.second-header{
    background-color: #013165 !important;
}

.divd{
    margin-top: 80px;
}

@media only screen and (max-width: 1199px) {
    .divd{
        margin-top: 0;
    }
}


.bc{
    display: block;
    list-style: none;
    padding: 30px 30px 30px 0px;
    margin: 0;
}

.bc > li{
    display: inline-block;
    padding: 0;
    margin: 0;
}

.bc > li::after{
    content: '>';
}
.bc > li:last-child:after{
    content: '';
}

.bc > li > a,
.bc > li > a:link,
.bc > li > a:visited,
.bc > li > a:active{
    text-transform: uppercase;
    text-decoration: none;
}

@media only screen and (max-width: 1199px) {
    .bc{
        padding: 20px 20px 20px 0px;
    }
}

.event-date{
    color: #EC9A1D;
}


/* forum related */
.forum-row{
    display: block;
    border: 1px solid rgba(225, 225, 225, 1);
    float: left;
    box-sizing: border-box;
    width: 100%;
    clear: both;
    margin-bottom: 5px;
    border-radius: 4px;
}

.forum-row *{
    box-sizing: border-box;
}

.forum-row.title{
    background-color: rgb(240, 240, 240);
}

.forum-row > div{
    padding: 15px;
    float: left;
}

.forum-row > div:first-child{
    width: 20%;
}

.forum-row > div:last-child{
    width: 80%;
}

.forum-row > div:first-child > .date{
    font-size: 13px;
}

@media only screen and (max-width: 1199px) {
    .forum-row > div:first-child{
        width: 100%;
    }
    
    .forum-row > div:last-child{
        width: 100%;
    }
}

.date-text{
    font-size: 13px;
}


.member-col{
    padding: 20px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-bottom: 15px;
}

.member-col > img{
    margin: 0 auto 15px auto;
    display: block;
    height: 120px;
    width: auto;
    
}

.profile-col{
    line-height: 23px;
    margin-bottom: 10px;
}

.profile-col > i{
    font-size: 20px;
    color: #EC9A1D;
    margin-right: 10px;
    width: 30px;
}

.profile-col > span{
    font-weight: 600;
    margin-right: 10px;
}

.account-link{
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 3px;
    background-color: #013165;
    color: #fff;
    text-decoration: none;
}

.account-link:hover{
    color: #EC9A1D;
    text-decoration: none;
}

.account-link.active{
    color: #EC9A1D;
    text-decoration: none;
}


/* my account */

.my-account-col > .profile-img{
    width: 100px;
    height: auto;
    margin: 0 0 20px 20px;
}

.my-account-col  .info > label{
    font-weight: 700;
}

@media only screen and (max-width: 1199px) {
    .my-account-col{
        margin-top: 30px;
    }
    .my-account-col > .profile-img{
        width: 70%;
        height: auto;
        margin: 20px auto;
    }
    
    .edit-profile-col{
        margin-top: 30px;
    }
}


.btn-action{
    display: inline-block;
    border: 1px solid #ddd;
}


.banner{
    display: block;
    text-decoration: none;
    width: 70%;
    margin: 0 auto;
}

.banner > img{
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1199px) {
    .banner{
        width: 100%;
    }
}

.profile-social > a{
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
}

.chosen-container > ul{
    padding: 10px 40px !important;
    border-color:#ddd !important;
    box-shadow: none;
}