﻿/*
    #00529B
    #95BEE5

    
If needed, the CMYK values of the text for the menu bar is 38, 15, 0, 0 
    which is the light blue and that is also the colour of the lines above and below the menu.

    #9ed9ff


*/
body, .h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5 {
    color: #00529B;
    font-weight: 600;
}
.h2, h2 {
    font-size: 26px;
}
.h5, h5 {
    font-size: 16px;
}

.dropdown-menu > li > a {
    font-weight: 600;
}
.btn {
    font-weight: 600;
    font-size: 16px;
}

/* Horizontal Rule */
hr.bannerHR, hr.pageHR {
    height: 5px;
    border: none;
    background-color: #95BEE5;
    margin: 0;
}
hr.pageHR {
    height: 3px;
}



/* Main Nav */
div.navbar-default {
    background-color: white;
    border: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #00529B;
    background-color: white;
    text-transform: uppercase;
    font-size: 17px;
    max-width: 155px;
    text-align: center;
}
.headlinedetails {
    background-color: white;
}



/* STORE */
/* - Filters */
h4.panel-title{
    border: 0;
}
#filterpanel > .panel-heading {
    background-color: #c7d1d6;
}
.filterlist > .panel-heading {
    background-color: #c7d1d6;
}





/* Legend */
legend, .legend {
    color: #00529B;
    border-bottom: 2px solid #95BEE5;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 22px;
}
/*emulate legend*/
h4 {
    color: #00529b;
    border-bottom: 2px solid #95bee5;
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-size: 22px;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: inherit;
}



.inputwrapped ul {
    padding-inline-start: 5px;
}

.filtertable tr {
    height: 30px;
}

.designsquare {
    font-size: 12px;
}

.designsquareinfo{
	white-space: normal;
}