a
{
    color:#601748;
}

a:hover
{
    color:#86325F;
}

.job
{
    margin:15px 0px 15px 0px;
    padding:0px;
}

.job-details
{
    background-color:#F0F0F0;
    padding:10px 20px;
    color:black;
}

.job-date
{
    color:black;
    font-weight:bold;
    padding:10px 0 10px 10px;
}

.job-date > p
{
    font-size:16px;
}

.job-title
{
    padding:10px 20px 10px 20px;
    color:white;
    font-weight:bold;
    background-color:#7c7c7c;
    width:100%;

}

.job-title > p
{
    font-size:20px;
    margin:0px;
}

.job-title a, .job-title a:hover{
    color:white;
}

.desc
{
    margin-top:10px;
}

.profile-pic
{
    float:left;
    margin-right:15px;
    max-width:150px;
}

.divider
{
    margin-bottom:5px;
}

.list-group a:hover
{
    color:#601748!important;
}

.list-group a:hover:after
{
    color:#601748;
}

.footer-content-logo > img, .logo img
{
    width:150px;
}

.mcst-logo img
{
    margin:10px 0px;
    width:200px;
}

.connect-button
{
    background-color:#601748;
    color:white!important;
    text-align:center;
    font-weight:bold;
    padding:5px 10px;
    border-radius:100px;
    display:block;
    width:150px;
    margin-top:20px;
    transition-duration:0.5s;
}

.connect-button:hover
{
    background-color:#86325F;
}

nav h2
{
    display:none;
}

.footer-link a
{
    color:#c9c9c9;
}

.footer-link a:hover
{
    color:#FFF;
}

.notification
{
    border-style:solid;
    border-width:1px;
    padding:8px;
    margin-bottom:20px;
}

.negative
{
    color:red;
}

.positive
{
    color:green;
}

.plumtri-news-image
{
    float:left;
    max-width:30%!important;
    margin-right:20px;
    display:inline-block;
}

@media (max-width: 767px) {
    .plumtri-news-image{
        max-width:100%!important;
    }
}

.region-content p, .region-content span, .region-content li
{
    font-size:16px!important;
    color: black;
    line-height: 1.8;
}

.region-content .body-title
{
    font-size:18px!important;
}


/*FORUM*/

#forum {
    margin-bottom:20px;
}

.comment-form .filter-wrapper{
    display:none;
}

.node-forum .submitted span,
.node-forum .submitted a
{
    font-size: 12px!important;
    color:#c7c7c7;
}

.node-forum .comment-wrapper .title{
    margin-top:30px;
    margin-bottom:0px;
    font-size:18px!important;
}

.node-type-forum .i-section-title{
    margin:0px;
}

.node-forum .comment {
    border: 2px #f0f0f0 solid;
    padding: 10px;
}

.node-forum #comments {
    margin-top:0px;
}

.node-forum .comment h3 {
    margin-bottom:0px;
}

.node-forum ul.inline li{

    padding-left:0px;
    padding-right:10px;
    font-size:12px!important;
}

.node-forum ul.inline {
margin-top:20px;
}

.node-forum .form-wrapper textarea {
    min-height:0px;
}


.reg-dropdown,
.lang-dropdown{
    list-style: none;
    padding:0px 10px;
    background:#FBFBFB;
    border:1px solid #E9E9E9;
    position: absolute;
    z-index:2;
    display:none;
}

.block-menu-block .contextual-links-wrapper{
    display:none;
}

.region-content .search-info,
.region-content .search-info a
{
    font-size:12px!important;
    color:#989797!important;
}

.search-page-form label{
    width:100%;
    line-height:normal;
}

.search-page-form .form-type-checkbox label{
    width:auto;
}

.search-page-form .form-checkbox{
    margin: -5px 0px 0px 5px;
}

.search-page-form .form-submit{
    margin-top:10px;
    margin-bottom:20px;
}

.search-page-form .search-advanced{
    clear:both;
}

.search-page-form .form-item-type{
    display:none;
}

.profile-section{
    border:1px solid #ccc;
    border-radius:5px;
    padding-top:12px;
}

.profile-section.complete{
    border:1px solid #25c15c;
}

.profile-section h4{
    font-weight:bold;
    margin-bottom:10px;
}

.profile-section i{
    font-size:40px;
    margin-bottom:8px;
}

.profile-section.complete h4,
.profile-section.complete h5,
.profile-section.complete i{
    color:#25c15c;
}

.footer-social-icon{
    display:inline-block;
    color:#383838;
    background:#fff;
    font-size:20px;
    padding:6px 8px;
    border-radius:50px;
    margin-top:5px;
}

#contact-link{
    display: block;
    width: 100%;
    height: 100px;
    background: #773968;
    margin-bottom: 20px;
    border-radius: 15px;
    color:white;
    text-align:center;
    padding:22px;
    position:relative;
    z-index:0;
    overflow:hidden;
}

#contact-link span{
    font-weight:bold;
    font-size:24px;
    border-bottom:2px solid #fff;
    padding-bottom:12px;
    margin-bottom:8px;
    display:block;
}


#contact-link i{
    position: absolute;
    z-index:-1;
    left:10px;
    top:-20px;
    font-size:140px;
    color:#601748;
}

.btn-custom{
    height:auto;
    padding:12px 35px;
}

.contact-list-accordion .title{
    height:60px;
}

.contact-list-accordion img{
    display:inline-block;
    max-height: 300px;
    margin-right:20px;
    width:auto;
}

#search-map{
    margin-top:20px;
    width:100%;
    height:400px;
    border-radius:5px;
}

.ui-helper-hidden-accessible{
    display:none;
}

.search-result{
    background:whitesmoke;
    padding:10px;
    border-radius:5px;
    margin-bottom:10px;
}

.search-result h4{
    float:left;
}

.search-result .connect-button{
    float:right;
    margin-top:0px;
}

.search-result .desc{
    clear:both;
}

.file-icon{
    width:auto!important;
    border-radius:0px!important;
}

.job-details img{
    max-width:100%;
height:auto;
}

.inner-content img{
    max-width: 100%;
height:auto;
}

.item-list .pager li{
    margin:0px;
    padding:0px;
}

.item-list .pager li.pager-current,
.item-list .pager li.pager-ellipsis{
    padding:10px;
}

.item-list .pager li a{
    border-radius:4px;
}

.content table{
width:100%!important;
}

.content table td{
padding:8px 5px;
border:1px solid #ccc;

}

.content table td span{
font-size:13px!important;
}

.plum-flex-col{
    display:flex;
    align-items: center;
}

.contact-point-button{
    max-width: 100%;
    display: block;
    white-space: normal;
    text-transform: none;
    font-size: 22px;
    background-color: #783968;
    padding: 25px 25px!important;
}

.job a{
   /* word-break: break-all;*/
}

.accordion-row h4{
    color:black!important;
    font-weight:600;
    font-size:16px!important;
}

.accordion-row .desc{
    color:black!important;
    font-weight:600;
    font-size:14px!important;
}

.footer .footer-col .footer-content .footer-content-text,
.footer p,
.footer .sidebar-icon-item{
    color:white;
}

.footer .copyright a{
    color:white;
    font-size:13px;
}

.content{
    color:black!important;
    font-size:16px!important;
}

hr{
    border:none;
}

a:focus{
    border:2px solid #783968!important;
}
