table{
    width: 100%;
}

h1, h2, h3{
    margin: 0;
    padding: 0;
    font-weight: 400;
}

*:focus {
    outline: 0;
    outline: none;
}

a{
    text-decoration: none !Important;
    color: #777;
    outline:none !Important;
}

b, strong {
    font-weight: 900;
    color: #373434;
    font-size: 20px;
}

p{
    margin: 0;
    padding: 0;
}


img:focus {
    outline:none !important;
}

body{
    color: #434D59;
}


/**********************/


.header{
    position: relative;
    width: 100%;
    color: #FFFFFF;
    background: #463F7F;
    background: linear-gradient(to bottom, #463F7F, #1F1B43);
    height: 70vh;
}

.header h1{
    padding-top: 20vh;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.header h2{
    font-size: 28px;
    line-height: 1.3;
    color: #D0D3DC;
    margin-bottom: 40px;
}

.headerSecond{
    height: 400px;
    margin-bottom: 80px;
}

.activeButton{
    padding: 15px 45px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid;
    border-color: #14D3AE;
    background-color: #14D3AE;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.activeButton:hover{
    opacity: 0.7;
}

.primaryButton{
    padding: 15px 45px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: transparent;
    border-color: rgba(255,255,255,0.7);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.primaryButton:hover{
    opacity: 0.7;
}

.navbar{
    margin-bottom: -62px;
    z-index: 1;
}

.navbar-brand{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 700;
    padding-top: 25px;
}

.navbar-brand a:focus{
    background: none;
}

.nav>li>a{
    color: rgba(255,255,255,0.7);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.loginNav{
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 3px;
}

.navbar-right{
    margin-top: 20px;
}

.nav>li>a:hover{
    background: none;
    color: #14D3AE;
}


.landing4{
    padding-top: 80px;
    padding-bottom: 120px;
}

.landing4 .title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.landing4 .card img{
    max-width: 40px;
}

.landing4 .card{
    text-align: center;
    margin-top: 50px;
}

.landing4 .card .subtitle{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.landing5{
    padding-top: 120px;
    padding-bottom: 120px;
    background: #f2f2f2;
}

.landing5 .title{
    font-size: 19px;
    line-height: 1.5;
    color: #646E7F;
}

.landing5 .text{
    font-size: 16px;
    color: #ABB0C1 !important;
    margin-top: 20px;
}

.landing6{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #1F1B43;
    color: #ffffff;
}

.landing6 .title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.landing6 .text{
    font-size: 19px;
    color: #D0D3DC;
    line-height: 1.5;
}

.loginBox{
    background: #211C44;
    background: -webkit-gradient(linear,left top,left bottom,from(#463F7F),to(#1F1B43));
    background: linear-gradient(to bottom,#463F7F,#1F1B43);
    padding-top: 20vh;
    height: 100%;
    position: fixed;
    width: 100%;
}

.loginCard{
    padding: 40px 40px;
    background-color: #fff;
    border: 1px solid rgba(33,33,33,.125);
    border-radius: 3px;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}

.loginCardBottom{
    padding: 40px 70px;
    background-color: #f8f8f8;
    border-radius: 3px;
    width: 400px;
    margin: 0 auto;
}

.default-label{
    color: #ABB0C1;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.default-input{
    background-color: #F9F9FA;
    border-color: #E8E9ED;
    font-size: 15px;
    padding: 20px;
}

.default-textarea{
    background-color: #F9F9FA;
    border-color: #E8E9ED;
    font-size: 15px;
    padding: 20px;
    width: 100%;
    resize: none;
    min-height: 150px;
}

.loginButton{
    padding: 15px 45px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid;
    border-color: #14D3AE;
    background-color: #14D3AE;
    width: 100%;
    margin-top: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.loginButton:hover{
    opacity: 0.7;
}


.loginCardTitle a{
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 700;
    padding-bottom: 10px;
}

.selectCompanyCard{
    background-color: #F9F9FA;
    border-color: #E8E9ED;
    font-size: 15px;
    padding: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: .3s;
}

.selectCompanyCard:hover{
    opacity: 0.7;
}

.bottomActiveButton{
    margin-top: 30px;
}

.subpage1{
    background: #f2f2f2;
    padding-bottom: 80px;
}

.subpage1 .cardBox{
    background-color: #ffffff;
    margin-top: -20vh;
    padding: 20px;
    height: 500px;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.demandCard{
    margin-top: -30vh;
}


.subpage1 .card img{
    max-width: 40px;
}

.subpage1 .card{
    text-align: center;
    margin-top: 50px;
}

.subpage1 .card .subtitle{
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.subpage1 .card .subtitle2{
    color: #646E7F;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 5px;
}

.subpage1 .card .subtitle3{
    color: #646E7F;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.subpage1 .card ul{
    text-align: left;
    margin-top: 20px;
}

.notActiveCard{
    background-color: #ffffff21;
    opacity: 0.1;
    color: #2a25538c;
}

.inDev {
    position: absolute;
    top: 200px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
    animation: blinker 3s linear infinite;
}

.headerTitle{
     color: #ffffff;
     margin-top: 90px;
}

.headerResults{
    border: 2px solid #ffffff;
    padding: 10px;
    color: #ffffff;
    margin-top: 80px;
}

.inDev img{
    width: 50px;
    margin-bottom: 10px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.mockupBG{
    margin-top: 50px;
}

.mockupBG img{
    max-width: 100%;
}

.landing5 img{
    width: 50px;
    margin-top: 80px;
}

.landing5 .imgText{
    margin-top: 20px;
    color: #1F1B43;
    font-weight: 700;
    font-size: 20px;
}

.desktopFloatRight{
    float: right;
}

.desktopFloatLeft{
    float: left;
}



.topNavigation {
    margin-top: 9px;
    margin-left: 20px;
}

.topNavigation a{
    color: rgba(255,255,255,0.7);
}

.topNavigation a.topNavigation-active{
    color: #14D3AE;
}


.landingInput{
    background: none;
    width: 600px;
    padding: 20px;
    border: 2px solid #5ed4af;
    color: #ffffff;
    font-size: 20px;
}

.headerButton{
    margin-left: -147px;
    margin-top: 10px;
    position: absolute;
    height: 55px;

}

.landingInput::placeholder{
    color: #D0D3DC;
    font-size: 20px;
}


.numbersBox{
    margin-top: 100px;
    text-align: center;
}

.numbersBox .title{
    font-size: 40px;
    font-weight: 700;
}

.numbersBox .subtitle{
    font-size: 20px;
    color: #14D3AE;
}


.resultsBox{
    margin-top: 100px;
}

.resultsBox .title{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
}

.resultsBox  ul{
    list-style: none;
    padding-left: 0px;
    font-size: 20px;
    margin-bottom: 100px;
}

.resultsBox  ul span{
    font-weight: 700;
}




.resultsTable{
    margin-bottom: 40px;
}

.resultsTableTitle{
    width: 250px;
    font-weight: 700;
}

.resultsTableTitle2 span{
    font-weight: 700;
}

/*.tableTitle{
    background: #2a2554;
}*/

.tableTitle img{
    width: 35px;
    float: left;
    margin-right: 20px;
}

.tableTitle div{
    margin-top: 8px;
    font-size: 18px;
    position: absolute;
    margin-left: 50px;
}


footer{
    margin-top: 180px;
    margin-bottom: 30px;
    font-size: 10px;
}

.noResults h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.noResults h3{
    font-size: 20px;
}

.noResults .title{
    font-size: 30px;
    font-weight: 700;
    color: #14D3AE;
}

.noResults .text{
    font-size: 20px;
}


.landing1{
    padding-bottom: 80px;
}


.landing2{
    padding-top: 80px;
    background-color: #f1f6fa;
    padding-bottom: 80px;
}

.landing2 h2{
    font-size: 30px;
    line-height: 1.5;
    color: #434D59;
    font-weight: 700;
    text-transform: uppercase;
}

.landing2 .text{
    font-size: 20px;
    margin-top: 20px;
}

.landing2 .text2{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.landing2 .text3{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}

.landing2 .box img{
    width: 60px;
}

.landing2 .box .title{
    font-size: 20px;
    font-weight: 700;
}

.landing2 .box .text{
    font-size: 16px;
}

.landing3{
    background: #f2f2f2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.landing3 .title{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 120px;
}


.landing3 .text{
    color: #646E7F;
    font-size: 19px;
    line-height: 1.5;
}

.landing3 img{
    max-width: 100%;
    height: 500px;
}

.landing2 .card {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    padding-bottom: 40px;
    margin-top: 80px;
}

.landing2 .card img {
    width: 60px;
    margin-top: -90px;
}

.landing2 .card div {
    font-size: 18px;
    font-weight: 700;
}


.logosContainer{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f1f6fa;
}

.logosImage{
    max-width: 100%;
    width: auto;
    margin-bottom: 15px;
}

.logosContainer .box{
    background: #ffffff;
    height: 200px;
    border-radius: 4px;
    padding: 20px;
}

.vinContainer{
padding-top: 80px;
    padding-bottom: 80px;
    background: #1F1B43;
    color: #ffffff;
}

.vinContainer .text3{
color: #ffffff;
}

.rewiewCard{
padding: 12px;
color: #ffffff;
border: 1px solid #5ed4af;
    margin-bottom: 30px;
}

.rewiewCard .timestamp{
	color: #D0D3DC;
font-size: 12px;
}


@media screen and (max-width: 991px){
    .nav>li>a{
        font-size: 9px;
    }

    .desktopFloatRight{
        float: none;
        margin-bottom: 20px;
    }

    .desktopFloatLeft{
        float: none;
    }

    .landing1{
        padding-top: 30px;
        overflow: hidden;
    }

    .subpage1 .cardBox{
        margin-top: 0px;
    }

    .subpage1 .cardBox.firstCard{
        margin-top: -22vh;
    }

    .landing1CardCustom1{
        margin-top: 0px;
        margin-left: -15px;
        position: relative;
        text-align: center;
        margin: 0 auto;
    }

    .landing1CardCustom2 {
        margin-left: 0px;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
    }

    .landing1CardCustom3 {
        margin-left: 208px;
        position: relative;
        margin: 0 auto;
        margin-top: 21px;
        margin-bottom: -70px;
    }

}

@media screen and (max-width: 768px){
    
    .logosContainer .box{
        margin-bottom: 30px;
    }
    
    .landing2 .box .text{
        margin-bottom: 50px;
    }

    .headerButton{
        position: relative;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 30px;
    }


    .header{
        height: auto;
        padding-bottom: 40px;
    }

    .headerSecond{
        height: 280px;
    }

    .header h1{
        font-size: 47px;
    }

    .landingInput{
        width: 100%;
    }

    .primaryButton{
        width: 80%;
    }

    .header .secondTitle{
        font-size: 25px;
    }


    .header h2{
        font-size: 20px;
    }

    .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }

    .navbar-toggle{
        margin-top: 17px;
    }

    .navbar{
        background: #3f3975;
    }

    .nav>li>a{
        color: #ffffff;
        text-align: center;
    }


    .landing1 .title{
        font-size: 26px;
        text-align: center;
        margin-top: 90px;
    }

    .landing1 .text{
        font-size: 16px;
        text-align: center;
    }

    .landing2 .title{
        font-size: 14px;
        text-align: center;
    }

    .landing2 .text{
        font-size: 12px;
        text-align: center;
    }

    .landing3 .title{
        font-size: 26px;
        margin-top: 0px;
        text-align: center;
    }

    .landing3 .text{
        font-size: 16px;
        text-align: center;
    }

    .landing6 .title{
        font-size: 26px;
    }

    .landing6 .text{
        font-size: 16px;
    }

    .landing5 .title{
        font-size: 14px;
    }

    .landing5 .text{
        font-size: 12px;
    }

    .landing5 .imgText{
        font-size: 17px;
    }

    .subpage1 .cardBox.firstCard {
        margin-top: -30vh;
    }

    .loginCard{
        max-width: 100%;
    }

    .loginCardBottom{
        max-width: 100%;
    }

    .demandCard{
        margin-top: -35vh;
    }

    .loginCardTitle{
        margin-top: -35px;
    }

    .loginCard{
        padding: 30px 30px;
    }

    .loginCardBottom{
        padding: 20px;
    }

    .landing3 img {
        max-width: 100%;
        height: 400px;
        margin-top: 80px;
    }

    .landing4 .title{
        font-size: 26px;
    }

    .resultsTableTitle {
        width: 200px;
        font-weight: 700;
    }
    
    .headerResults{
        margin-top: 20px;
            font-size: 10px;
    }
}
