﻿body {
}

.blackTitle {
    font-family:Arial;
    font-weight: Bold;
    font-size:24px;
    color:#000000;
}

@media (min-width:992px) {
    .blackTitle {
        font-family: Arial;
        font-size: 36px;
       /* font-size: 30px;*/
        font-weight: bold;
    }
}

h1.blackTitle redTitle {
    font-family: Arial;
    color: #D7002A;
    font-size: 45px;
    font-weight: bold;
}

@media(min-width:992px){
    h1.blackTitle redTitle {
        color: #D7002A;
        font-size: 65px;
    }
}

h2.redTitle {
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: #D7002A;
    margin-top: 11px;
/*margin-right: 12px;*/
}

@media(min-width:992px){
    h2.redTitle {
        font-size: 38px;
        margin-top: 31px;
    }
}

.redTitle {
    color: #D7002A;
    font-size: 65px;
}

.lastRatingBox {
    background-color: #E7E7E7;
    height: 50px;
    color: #D7002A;
    font-family:Arial;
    font-size:24px;
    font-weight:bold;
}

@media(min-width:992px){
    .lastRatingBox {
        background-color: #E7E7E7;
        font-size: 36px;
    }
}

.background{
    background-color:#f6f6f6;
}

.plusSign{
    background: url(../images/plus.svg) no-repeat;
    width:16px;
    height:15px;
 }

@media (min-width: 992px){
    .plusSign {
        padding-right: 30px;
    }
}

.minusSign{
    background: url(../images/minus.svg) no-repeat;
    width:16px;
    height:3px;
}

@media (min-width:992px){
    .minusSign {
        padding-right: 30px;
    }

/*.subEntityListVisible {
   display:block;
}*/

.subEntityListNotVisible{
    display:none;
}

.sectorFramebox {
    border: 1px solid #d5d5d5;
}

.adressFramebox {
    border: 1px solid #d5d5d5;
    padding-top:10px;
}

@media(min-width: 992px){
    .adressFramebox {
        border: none;
        font-weight:normal
    }

}

.bigAdressBox {
    /*border: none;*/
}

@media(min-width:992px) {
    .bigAdressBox {
        border: 1px solid #d5d5d5;
    }
}

.sectorsListTitle {
    /*font-size: 16px;*/
    background-color: none;
    color:black;
    font-family:Arial;
}

.backgroundGrey {
    background-color: #F6F6F6;

}

h3.issuesText {
    text-align: right;
    color: black;
    font-weight: bold;
    font-family:Arial;
    font-size: 16px;
    background-color: #F6F6F6; 
    margin-top: 0px;
    line-height: 100%;
}

.noBackground {
    background-color: initial !important;
}

.boldTxtBlack {
    font-family: Arial;
    color: black !important;
    font-weight:bold;
}

    .normalTxtBlack {
        font-family: Arial;
        color: black !important;
        font-weight: normal;
        text-align: right !important;
    }

.inputSector {
    height: 38px;
    border-radius: 4px;
    border-width: thin;
    border-color: #D5D5D5;
}

.mobileSpace {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .mobileSpace {
        margin-bottom: 0;
        width: 227px;
        margin-right: 10px;
    }
}

.mobileSpaceSecond{

}

@media (min-width: 992px) {
    .mobileSpaceSecond {
        width: 227px;
    }
}

.btnSubmitContact {
    background-color: #D2343E;
    color: white;
    font-weight: bold;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    height: 70px;
}

@media (min-width:992px) {
    .btnSubmitContact {
        height: 47px;
        width: 227px !important;
        margin-right: 10px;
        margin-bottom: 100px;
    }
}

.longBox{

}

@media (min-width:992px) {
    .longBox {
        margin-right: 10px !important;
        width: 474px;
       /* padding-left: 102px !important;
        float: right;*/
    }
}

.formDiv{

}

@media (min-width:992px) {
    .formDiv {
        padding-left:140px;
    }
}
}

.mobileSpace {
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .mobileSpace {
        margin-bottom: 0;
        width: 227px;
        margin-right: 10px;
    }
}

.mobileSpaceSecond {
}

@media (min-width: 992px) {
    .mobileSpaceSecond {
        width: 227px;
    }
}

.btnSubmitContact {
    background-color: #D2343E;
    color: white;
    font-weight: bold;
    border: 1px solid #cbcbcb;
    cursor: pointer;
    height: 70px;
}

@media (min-width:992px) {
    .btnSubmitContact {
        height: 47px;
        width: 227px !important;
        margin-right: 10px;
        margin-bottom: 100px;
    }
}

.formDiv {
}

@media (min-width:992px) {
    .formDiv {
        padding-left: 140px;
    }
}

.boxPadding {
    padding-right: 10px;
    padding-left: 10px;
}

.redSmallTitle {
    font-size: 17px;
    font-family: Arial;
    font-weight: bold;
}

#careers .fileUpload {
    background-color: #C9C9C9;
    cursor: pointer;
    text-align: right;
    font-weight: bold;
}

    #careers .fileUpload p {
        text-align: right;
        float: right;
    }

.formBoxStyle{

}

@media(min-width:992px){
    .formBoxStyle {
        margin-right: 12px;
    }
}

.submitBtn {
    background-color: #D2343E;
    color: white;
    font-weight: bold;
    border: 1px solid #DFDFDF;
    cursor: pointer;
    height: 73px;
}

@media(min-width:992px) {
    .submitBtn {
        height: 47px;
        width: 227px !important;
        margin-right: 23px;
    }
}

.uploadBtnLbl {
    font-family: Arial;
    font-weight:bold;
    font-size: 16px;
}


.teamMemberName {
    font-size: 17px;
    font-family: Arial;
    font-weight: bold;
    color: #FF486C;
    text-decoration: none;
    padding-right: 20px;
}

.blackSmallTitle {
    font-size: 17px;
    padding: 0px;
    font-family: Arial;
    padding-right: 20px;
}

.contactFont {
    text-decoration: none;
    font-size: 17px;
}

.memberContactBox {
    background-color: #F6F6F6;
    border: 1px solid #D5D5D5 !important;
    padding-bottom: 110px !important;
}

.temMemberFont {
    padding-top: 20px;
    text-decoration: none;
    font-size: 17px;
    padding-left:10px;
}

@media(min-width:992px){
    .temMemberFont {
        padding-top: 40px;
        padding-right: 40px;
        padding-left:10px;
    }
}

.marketIntelligenceLogo {
    width: 235px;
}

@media(min-width:992px){
    .marketIntelligenceLogo {
        width: auto;
    }

}

.borderLightGray {
    border: 1px solid #d5d5d5;
    background-color: #F6F6F6;
}

.imgPosition{

}

@media(min-width:992px)
{
    .imgPosition {
        padding-right:20px;
    }
}

h4.redInnerTitle  {
    font-family: Arial;
    color: #D7002A;
    font-size: 21px;
    line-height: 25px;
    font-weight: bold;
}

.txtFit{

}

@media(min-width:992px){
    .txtFit {
        padding-top: 19px !important;
    }
}

.filteringDiv {
    background-color: #EBEBEB;
    height: 60px;
}

.headLine {
    text-align: right;
    color: #e51937;
    font-weight: bold;
    font-size: 14px !important;
    background-color: #EBEBEB !important;
    margin-top: 0px !important;
    line-height: 100% !important;
}

.multiselect_li {
    padding-right: 9px;
}

.excelBox {
    background-color: #F6F6F6;
    border: #E7E7E7 1px solid;
    height: 55px;
}

@media(min-width:992px){
    .excelBox {
        height: 100px;
    }
}

.excel_lg{

}

@media(min-width:992px){
    .excel_lg {
        padding-top: 25px;
        padding-right: 50px;
    }
}

 

 