@import url("https://use.typekit.net/vws6iff.css");

/* LAYOUT */
body { padding-top: 120px; }

/* COLOURS */
.bg-primary { background: #0079bc !important; }
.bg-secondary { background: #052264 !important; }

/* FONTS */
html, body, p, li, th, td, h1, h2, h3, h4, h5, .h1,.h2, .h3, .h4, .h5 {
    font-family: calibri, sans-serif;
    font-weight: 400;
    font-size: 12pt;
}
p { line-height: 1.5; margin-bottom: 0.75rem; }
h1, .h1 { color: #052264; margin-bottom: 0.5rem; font-size: 36pt; font-weight: 700; line-height: 1.1; }
h2, .h2 { color: #052264; margin-bottom: 0.5rem; font-size: 26pt; font-weight: 700; line-height: 1.1; }
h2.heading { margin-bottom: 0.5rem; }
h2.image-link-title {
    font-size: 18pt;
    line-height: 1;
}
h3, .h3 { color: #052264; margin-bottom: 1rem; font-size: 20pt; font-weight: 700; line-height: 1.2; }
h4, .h4 { color: #052264; margin-bottom: 1rem; font-size: 14pt; font-weight: 700; line-height: 1.3; }

table td p { margin: 0; }
table { margin-bottom: 15px; }

@media (min-width: 992px) {
    #dnn_dnnLOGO_imgLogo {
        height: 70px !important;
    }
}
.btn { line-height: 1; }
table
    tr:nth-child(odd) td {background-color: #F5F5F5;
}

th, td {
  text-align: left;
  padding: 15px;
  border: 1px solid #ccc;
}

#dnn_dnnSearch_ClassicSearch .NormalTextBox {
    border-radius: 8px;
    border: 0;
    background-color: #ececec;
    padding: 4px 10px;
    width: 85px;
}
#dnn_dnnSearch_ClassicSearch .header-search-box {
    margin-left: 3px;
}
ul.searchSkinObjectPreview > li.searchSkinObjectPreview_group {
    padding: 6px 12px 6px 12px;
    font-weight: bold;
    color: #0079bc;
    border-bottom: 0;
    cursor: inherit;
}
ul.searchSkinObjectPreview {
    position: absolute;
    top: 100%;
    right: 0;
    background: #ececec;
    margin: 0;
    list-style: none;
    border: 0;
    width: 350px;
    z-index: 200;
    padding: 0;
    border-radius: 8px;
}

ul.searchSkinObjectPreview > li {
    padding: 6px 12px 6px 22px;
    border-top: 0;
    color: #052264;
    cursor: pointer;
    position: relative;
    margin: 0;
    text-transform: none;
    word-wrap: break-word;
}


/*** houses ***/
.bg-house-aqua { 
    background-color: #327bbc;
    color: #fff;
}
.bg-house-ventus {
    background-color: #f0ba43;
    color: #fff;
}
.bg-house-orbis {
    background-color: #7db151;
    color: #fff;
}
.bg-house-ignis {
    background-color: #ca4528;
    color: #fff;
}
.text-house-aqua { 
    color: #327bbc;
}
.text-house-ventus {
    color: #f0ba43;
}
.text-house-orbis {
    color: #7db151;
}
.text-house-ignis {
    color: #ca4528;
}

.header-house-card-image { height: 25px; }
.header-house-card-text { padding: 2px 8px 4px 8px; }













