:root {
    /* Colours: */
    --hpcn-green: #258721;
    --hpcn-turquoise: #00B6F0;
    --hpcn-light-turquoise: #E5F8FE;
    --hpcn-light-yellow: #FEFEE5;
    --hpcn-dark-bg: #16284C;
    --hpcn-rust: #DC5C07;
    --hpcn-pink: #FFF3F3;
    --hpcn-red: #F11B1B;
    --hpcn-light-grey: #F6F6F6;
    --hpcn-pale-grey: #F8F8F8;
    --hpcn-med-grey: #E1E1E1;
    --hpcn-dark-grey: #C0C0C0;
}

td {
    vertical-align: top;
}

.search-results-table tr:nth-child(even) {
  background-color: var(--hpcn-med-grey);
}

.search-results-table th {
    padding: 5px;
    border: 1px solid black;
}

.search-results-table td {
    padding: 5px;
    border: 1px solid black;
}

.search-question {
  font-size: 1.5625vw;
  font-weight: bold;
  margin-top: 0.78125vw;
  margin-bottom: 0.2604166667vw;
}

.search-input {
  font-size: 1.5625vw !important;
  border: 2px solid black !important;
  padding: 0.2604166667vw !important;
  width: 100%;
}

.search-results {
    border: 1px solid #444;
    padding: 0 5px;
    z-index: 5000;
    position: absolute;
    background-color: white;
    text-align: start;
    line-height: 1.25vw;
    font-size: 1.09375vw;
    width: 350px;
}

.search-option {
    padding: 0.2vw;
}

.search-option:hover {
    background-color: aliceblue;
}

.option-selected {
    color: black;
    background-color: lightblue;
}

.link-button {
    padding: 10px; 
    background-color: white;
    color: blue;
    width: 100px; 
    text-align: center; 
    border: none; 
    cursor: pointer;
}

.no-border {
    border: none;
}

.div-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.white-link {
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

.contractor-cell {
    margin: 10px;
    border: 1px solid black;
}

.contractor-contact {
    padding: 10px;
    border-bottom: 1px solid black;
}

.contractor-services {
    padding: 10px;
}

.search-results-table {
    margin: 10px;
}

.tool-tip-image {
    display: inline;
    margin-left: 5px;
    margin-bottom: 4px;
    width: 16px;
}

.advanced-search-container {
    margin-top: 10px;
    background-color: var(--hpcn-light-turquoise);
}

.advanced-search-header {
    padding: 5px;
    background-color: var(--hpcn-turquoise);
    color: white;
}

.option-type-title {
    font-weight: bold;
}

.search-option-type {
    margin: 10px;
}