  ﻿/*NAVIGATION*/
.hkjcform .navbar-brand {
    cursor: default;
}

.hkjcform #logo-dropdown {
    display: none !important;
}

.hkjcform #imageComponent {
    border: #16216a 10px solid;
}
/* FLOAT FILTER MENU TO LEFT */
#sitecore-event-copy #topsection {
    padding-left: 0%;
}
/* FORM UPDATES */

/*.hkjcform #pnlMarketo {
    min-height: 475px;
}*/
.col-md-3 .mktoForm .mktoFormCol {
    margin-bottom: 5px !important;
}
.mktoForm .mktoRequiredField label.mktoLabel, .col-md-3 .mktoHtmlText p {
    font-family: "Trade Gothic W01 Roman";
    font-family: 'TradeGothic Cn 18' !important;
    font-weight: inherit !important;
}
.col-md-3 #form-container {
    padding:15px;
}
.col-md-3 #form-container h2 {
    margin-top: 0;
    margin-bottom:0;
}
.col-md-3 label, .col-md-3 #form-container p, .col-md-3 .mktoForm .mktoFieldWrap label[for="consentExpress"] {
    font-size: 12px;
    line-height: 1.35em;
}
.col-md-3 #form-container p {
    margin-bottom:10px;
}
.col-md-3 .mktoForm .mktoFieldWrap label[for="consentExpress"] {
        line-height: 1.1em;
    }
.col-md-3 .mktoHtmlText p {
    font-size: 11px !important;
    margin-bottom:0 !important;
}

/*
input#FirstName, .col-md-3 .mktoForm .mktoFieldWrap label[for="FirstName"], input#LastName, .col-md-3 .mktoForm .mktoFieldWrap label[for="LastName"] {
    width: 50% !important;
    border: red thin solid;
}*/


@media screen and (max-width:1000px) {
    .hkjcform #pnlMarketo {
        min-height: initial;
    }

    .hkjcform #imageComponent {
        border: none;
    }

    .hkjcform #imageComponent img {
            border: #16216a 10px solid;
    }
}
