HTML, BODY{
    font-size: initial;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #f2f2f2;
    margin: 2% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 100%; /* Could be more or less, depending on screen size */
    max-width: 475px;
    font-family: pp-sans-big-light, Helvetica Neue, Arial, sans-serif;

}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.profile-g-wrapper {
    padding: 20px 0;
}

.profile-g-wrapper-row {
    max-width: 1000px;
}

ul {
    list-style-type: none;
}

.profile-g-wrapper-sidebar *{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px; /*changed from 12px*/
    color: #333;
}

.profile-g-wrapper-content {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
}



.profile-g-wrapper-content ul {
    font-size: 12px;
    color: #333;
    line-height: 1.4;
}

.profile-g-wrapper-sidebar .side-2 {
    width: 100%;
}

.profile-g-list {
    display: inline-block;
    width: 33%;
    float: left;
}
.profile-g-list.industries {
    display: inline-block;
    width: 50%;
    float: left;
}
.profile-g-list .bodytx {
    display: list-item; list-style-type: disc; list-style-position: inside; text-indent: 15px; font-size: 16px;
}
.profile_sub_heading{clear: both; float: left; background-color: #ccc; height: 24px; line-height: 24px; text-indent: 2px; position: relative; top: 15px; width: 100%; font-weight: bold;}
#profile-content .Hgray {height: 50px;width: 100%; background-color: #81a9ba; margin-bottom: 19px; text-align: center; color: rgb(4, 83, 117);font-size: x-large; font-weight: bold; line-height: 50px;}
#profile-content .add_1 { float:left;text-align: left;}
#profile-content .add_2 { float:right;text-align: right;}
#profile-content .add_3 { float:left;text-align: left;}
#profile-content .add_3 .btn-action, .btn-action { font-size: 14px;;}
@media (max-width: 991px) {
    .profile-g-list {
        width: 50%;
    }
	.profile-g-list.industries {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .profile-g-wrapper-content {
        margin-bottom: 75px;
    }
	#profile-content .add_1 { float:left;text-align: left; }
	#profile-content .add_2 { float:left;text-align: left;}
	#profile-content .add_3 .btn-action { float:left;text-align: left;width:auto; }
}
@media (max-width: 575px) {
    .profile-g-list, .profile-g-list.industries {
        width: 100%;
    }
}

.btn-action:hover{
    color: initial;
}

.link-3{
    color: white!important;
}

.nav_item a:hover{
    text-decoration: none;
}

.headerright1:hover, headerright2:hover{
    text-decoration: none;
}