
.mindscope .job-list-card h5:hover
{
    text-decoration: underline;
}

.mindscope .job-list-card h3:hover
{
    text-decoration: underline;
}

.mindscope .job-list-card h4:hover
{
    text-decoration: underline;
}

.mindscope .api-background-color
{
    background-color: inherit ;
}

.mindscope .api-color
{
    color: inherit ;
}

.mindscope .text-color-white
{
    color: white !important;
}

.mindscope .api-border-color
{
    border-color: #000000;
}

.mindscope .api-filter-header
{
    cursor: pointer;
}

.mindscope .h4-big
{
    font-size: 4.0rem !important;
    /* font-size: 46px; */
}

.mindscope .h4-medium
{
    font-size: 2.2rem !important;
}

.mindscope .api-font-medium
{
    font-size: 26px !important;
}

.mindscope .api-font-large
{
    font-size: 46px !important;
}

/* #apiFilters label */
/* { */
/* font-size: 18px; */
/* } */

.mindscope .api-font-small
{
    font-size: 18px !important;
}

@media screen and (max-width:550px){
    .mindscope .btn-apply-text
    {
        text-align: left !important;
        margin-top: 10px;
    }
}



@media screen and (max-width:550px){
    #filterAccordian
    {
        margin-top: 30px;
    }
}

@media screen and (min-width:551px){
    #filterAccordian
    {
        margin-top: 30px;
    }
}


/* sign in FORM */
#logreg-forms{
    width:412px;
    margin:10vh auto;
    background-color:#f3f3f3;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
#logreg-forms form {
    width: 100%;
    max-width: 410px;
    padding: 15px;
    margin: auto;
}
#logreg-forms .mindscope .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
#logreg-forms .mindscope .form-control:focus { z-index: 2; }
#logreg-forms .mindscope .form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#logreg-forms .mindscope .form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#logreg-forms .mindscope .social-login{
    width:390px;
    margin:0 auto;
    margin-bottom: 14px;
}
#logreg-forms .mindscope .social-btn{
    font-weight: 100;
    color:white;
    width:190px;
    font-size: 0.9rem;
}

#logreg-forms a{
    display: block;
    padding-top:10px;
    color:lightseagreen;
}

#logreg-form .mindscope .lines{
    width:200px;
    border:1px solid red;
}


#logreg-forms button[type="submit"]{ margin-top:10px; }

#logreg-forms .mindscope .facebook-btn{  background-color:#3C589C; }

#logreg-forms .mindscope .google-btn{ background-color: #DF4B3B; }

#logreg-forms .mindscope .form-reset, #logreg-forms .mindscope .form-signup{ display: none; }

#logreg-forms .mindscope .form-signup .social-btn{ width:210px; }

#logreg-forms .mindscope .form-signup input { margin-bottom: 2px;}

.mindscope .form-signup .social-login{
    width:210px !important;
    margin: 0 auto;
}

/* Mobile */

@media screen and (max-width:500px){
    #logreg-forms{
        width:300px;
    }

    #logreg-forms .mindscope .social-login{
        width:200px;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms .mindscope .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:200px;
        height: 56px;

    }
    #logreg-forms .mindscope .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .mindscope .social-btn span{
        display: none;
    }
    #logreg-forms .mindscope .facebook-btn:after{
        content:'Facebook';
    }

    #logreg-forms .mindscope .google-btn:after{
        content:'Google+';
    }

}

.mindscope-card:before {
    border: none !important;
    position: relative !important;
}

.mindscope .card:before {
    border: none !important;
    position: relative;
}

.mindscope .custom-control-label::before {
    border-radius: 0.25em !important;
    width: 1.05em;
    height: 1.05em;
}

.mindscope .custom-control-label::after {
    width: 1.05em;
    height: 1.05em;
}

.mindscope .custom-control-label {
    padding-left: 10px;
}

.mindscope .btn {
    border-radius: 0.3rem !important;
    padding: 10px 16px !important;
}

.mindscope .primary-background {
    background-color: inherit;
}

.mindscope .primary {
    color: inherit;
}

.mindscope .secondary-background {
    background-color: inherit;
}

.mindscope .secondary {
    color: inherit;
}

.mindscope .accent-background {
    background-color: #FFFFFF;
}

.mindscope .accent {
    color: #FFFFFF;
}

.mindscope a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.mindscope .card-body
{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.mindscope .btn-primary
{
    color: #fff;
    background-color: inherit;
    border-color: inherit;
}

.mindscope .col-md-4 {
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.mindscope .col-md-3 {
    display: inline-block;
    vertical-align: top;
}

.mindscope .card
{
    padding: 0rem !important;
}

.mindscope p {
    margin-bottom: 0px;
}
.mindscope ul{
    margin-bottom: 0px;
}
.mindscope li{
    margin-bottom: 0px;
}
/*.mindscope p {*/
/*    font-family: inherit;*/
/*    font-size: inherit;*/
/*    margin-bottom: 0px !important;*/
/*}*/

/*.mindscope span {*/
/*    font-family: inherit;*/
/*    font-size: inherit;*/
/*}*/

/*.mindscope ul {*/
/*    font-family: inherit;*/
/*    font-size: inherit;*/
/*}*/

/*.mindscope li {*/
/*    font-family: inherit;*/
/*    font-size: inherit;*/
/*}*/

.mindscope hr{
    border-top: 0px;
    background-color: #335f77;
    display: block;
    width: 98%;
    height: 0.5px;
}

.mindscope .col-md-* {
    padding-left: 30px;
}
