.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.icon-edit {
    height: 16px;
    width: 16px;
    display: inline-block;
    background: url('../img/icon-edit.png');
    opacity: 0.5;
}
div:hover>.icon-edit {
    opacity: 1;
}
.box {
    margin: 0 auto;
    background: #fff;
    border: 1px solid #D8D8D8;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .065);
}
.header {
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
}
.content {
    padding: 1em;
}
.title {
    margin: 0px;
    color: #0976a5;
    font-size: 32px;
}
.title span {
    color: #4e4646;
}
.subtitle {
    margin-top: 5px;
}
.avatar-container {
    float: left;
}
.license-container {
    float: left;
}
#avatarPic {
    width: 180px;
    height: 180px;
}
.edit-avatar {
    float: right;
    margin: -1px 0 0 -38px;
    position: relative;
    padding: 7px 9px !important;
}
.edit-license {
    float: right;
    margin: -1px 0 0 -38px;
    position: relative;
    padding: 7px 9px !important;
}
.edit-header {
    float: right;
    padding: 7px 9px !important;
    margin: -1px;
}
.edit-bg {
    float: right;
}
ul li.active>a {
    text-decoration: underline;
    color: #205079;
}
/* JL-508 */

.profile-head {
    padding: 7px 7px;
    border: none;
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: 700;
    font-size: 1em;
}
.columns>article {
    margin: 0 0 0px 0px !important;
}
.profile-head {
    border-bottom: 2px solid !important;
    width: 80%;
}
.address-info input[type="text"], .profile-info input[type="text"] {
    width: 70%;
}
.portfolio article>div {
    overflow: initial !important;
}
.portfolio article p {
    color: #000 !important;
}
@media only screen and (max-width: 600px) {
    .address-info input[type="text"], .profile-info input[type="text"] {
        width: 100% !important;
    }
    .columns>.col2 {
        width: 100%;
    }
    .license.col-xs-30, .license ul {
        width: 100% !important;
    }
}
.profile-button {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 20px 10px 20px;
    background: #f1862a;
    color: #fff;
    margin-top: 15px;
}
.profile-button:hover {
    background: #fc8f41;
}
#license_cards_sec {
    width: 100%;
    margin: 0 auto;
}
.license_card {
    padding: 20px;
    background-color: #CCC;
    text-align: left;
    border-radius: 5px;
    margin-bottom: 30px;
    border: 5px solid #ccc;
}
.license_card_new {
    border-color: #0f6734;
}
.license_card_odd {
    margin-right: 30px;
}
.license_card h4 {
    margin-top: 0;
    margin-bottom: 10px;
}
.license_card .trade_dd, .license_sec .license_sec_ex_dt, .ri_ele_sec .ri_ele_sec_jrn_per {
    float: right;
}
.license_card .s_t_dds, .license_card .license_sec, .license_card .ri_ele_sec {
    margin-bottom: 10px;
}
.license_card input {
    width: 100%;
    height: 35px;
}
.license_card input, .license_card select {
    padding-left: 5px;
}
.disabled {
    pointer-events: none;
}
.removeLicense {
    position: absolute;
    top: 3px;
    right: 3px;
    text-align: right;
    background: #fff;
    border-radius: 4px;
    padding: 7px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #fff;
}
.removeLicense:hover {
    background: #ccc !important;
}
.licensePic {
    text-align: center;
    display: block;
}
@media (max-width:600px) {
    .state_dd, .license_sec_no, .ri_ele_sec_ms_ele {
        margin-bottom: 10px;
    }
}
@media (min-width:601px) and (max-width:767px) {
    .license_card_odd {
        margin-right: 15px;
    }
    .col-sm-29 {
        width: 48.3333333333%
    }
    .col-sm-60 {
        width: 100%
    }
}
@media (min-width:768px) and (max-width:991px) {
    .license_card_odd {
        margin-right: 15px;
    }
    .col-md-29 {
        width: 48.3333333333%
    }
    .col-md-60 {
        width: 100%
    }
}
@media (min-width:992px) {
    .col-lg-29 {
        width: 48.3333333333%
    }
}
@media (max-width:711px) {
    .license_sec_no, .license_sec_ex_dt, .ri_ele_sec_ms_ele, .ri_ele_sec_jrn_per {
        width: 100% !important;
    }
    .license_sec_no, .ri_ele_sec_ms_ele {
        margin-bottom: 10px;
    }
}