@charset "utf-8";
/* =============================================================================
   RESET & NORMALIZE
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: inherit;
}
body {
    background-color: #ffffff;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
/* =============================================================================
   LAYOUT & FORMAT
   ========================================================================== */
/* Header Styling */
#header {
    padding: 0 16px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
}
#inner-header {
    margin: 0 auto;
    width: 100%;
    max-width: 1248px;
    display: block;
}
#nav {
    margin-left: 0;
    width: 100%;
    display: block;
}
#header::after, #inner-header::after {
    content: "";
    display: table;
    clear: both;
}
#header, #inner-header {
    overflow: visible !important;
}
#footer {
    padding-top: 1px;
    width: 100%;
    height: auto;
    display: block;
    background-color: #f2f2f2;
    border-top: 1px solid #ccc;
}
.inner-footer {
    margin: 0 auto;
    width: 100%;
    max-width: 1248px;
    display: block;
}
#footer::after, #inner-footer::after {
    content: "";
    display: table;
    clear: both;
}
#footer, #inner-footer {
    overflow: visible !important;
}
/* Mobile Layout: 480px and below. */
/* Stack content naturally on mobile/tablet */
.gridContainer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
}
.content-grid {
    display: block;
    width: 100%;
}
#main_content {
    margin-left: 0;
    width: 100%;
    display: block;
    background-color: #FFFFFF;
}
#sidebar {
    margin-left: 0;
    width: 100%;
    display: block;
    background-color: #ffffff;
}
.menu {
    display: block;
}
.visuals {
    display: none;
}
.strap-wds {
    display: none;
}
.mob-only {
    display: block;
}
.flex-div {
    flex: 1 1 200px;
    padding: 12px 6px 6px 6px;
    margin: 6px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    box-sizing: border-box;
}
.bio-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 128px;
    max-height: 128px;
    border: 1px solid #f2f2f2;
}
h1 {
    font-size: 1.5rem;
}
h2 {
    font-size: 1.25rem;
}
h3 {
    font-size: 1.12rem;
}
h4 {
    font-size: 1.12rem;
}
/* Tablet Layout: 481px to 768px. */
@media only screen and (min-width: 481px) {
    .strap-wds {
        display: inline;
    }
    .flex-div {
        flex: 1 1 calc(50% - 12px);
        max-width: calc(50% - 12px);
        border: 1px solid #cccccc;
    }
}
/* Desktop Layout: 769px to a max set in px by gridContainer. */
@media only screen and (min-width: 769px) {
    .content-grid {
        display: grid;
        width: 100%;
        grid-template-columns: 66.1016% 32.2033%;
        column-gap: 1.6949%;
        align-items: start;
    }
    #main_content, #sidebar {
        float: none;
        width: auto;
        margin-left: 0;
    }
    #main_content {
        grid-column: 1;
    }
    #sidebar {
        grid-column: 2;
    }
    /*.menu {
        display: none;
    }*/
    .mob-only {
        display: none;
    }
    .visuals {
        display: block;
    }
    .strap-wds {
        display: inline;
    }
    .flex-div {
        flex: 1 1 calc(33.3% - 12px);
        max-width: calc(33.3% - 12px);
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    h4 {
        font-size: 1.25rem;
    }
}
/* =============================================================================
   FORMATTING STYLES
   ========================================================================== */
h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
    color: #333;
    padding-right: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
p {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    padding-right: 10px;
    font-weight: 400;
    font-style: normal;
}
.highlight h1 {
    background-color: #f2f2f2;
    margin-top: 0;
    padding: 10px;
}
.highlight h2 {
    background-color: #f2f2f2;
    margin-top: 0;
    padding: 10px;
}
.people h2 {
    background-color: #f2f2f2;
    margin-top: 0;
    padding: 10px;
}
.picture-box h2 {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px;
}
.strap {
    border-top: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 120%;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
}
.strap a, .strap a:link, .strap a:visited {
    color: #333;
    text-decoration: none;
}
.strap a:hover, .strap a:active {
    color: #333;
    text-decoration: underline;
}
#logo {
    display: block;
    clear: both;
    margin-top: 10px;
    max-width: 512px;
    max-height: 86px;
}
#footer p {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 90%;
}
#footer a {
    color: #333;
    text-decoration: none;
}
#footer a:hover, #footer a:active {
    color: #333;
    text-decoration: underline;
}
a, a:link, a:visited {
    color: #06C;
    text-decoration: none;
}
a:hover, a:active {
    color: #333;
    text-decoration: underline;
}
/* =============================================================================
   SIDE MENU STYLES
   ========================================================================== */
.side-menu-box {
    background-color: #fff;
    border: 1px solid #cccccc;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.5em;
}
.side-menu-box ul {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    padding: 0;
    margin: 0;
}
.side-menu-box li a {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 8px 10px 8px 10px;
    color: #333;
    text-decoration: none;
    background-color: #f2f2f2;
}
.side-menu-box li a:hover, .side-menu-box li a:active {
    background-color: #808080;
    color: white;
    text-decoration: none;
}
/* =============================================================================
   BOX STYLES
   ========================================================================== */
.box-grey-bd {
    padding: 6px;
    border: 1px solid #cccccc;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.5em;
}
.box1 {
    padding: 6px;
    border: 1px solid #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.5em;
}
.picture-box {
    padding: 6px;
    border: 1px solid #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0.5em;
    background-color: #f2f2f2;
}
/* =============================================================================
   HR
   ========================================================================== */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/* =============================================================================
   NAV STYLES
   ========================================================================== */
#nav {
    background-color: #f2f2f2;
    font-family: 'Open Sans', sans-serif;
}
#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
    display: inline;
}
#nav li a {
    display: block;
    text-decoration: none;
    font-weight: normal;
    color: #333;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
}
#nav li a:hover {
    color: #ffffff;
    background-color: #808080;
}
.menu {
    height: auto;
    float: right;
}
/* =============================================================================
   DROPDOWN BUTTON
   ========================================================================== */
.dropbtn {
    font-family: 'Open Sans', sans-serif;
    background-color: #f2f2f2;
    color: white;
    padding: 6px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f2f2f2;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #808080;
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #808080;
}
/* =============================================================================
   OTHER STYLES
   ========================================================================== */
.caption {
    margin-top: 2px;
}
.small-image {
    margin-top: 10px;
}
.list {
    list-style-type: disc;
    color: #333;
    padding-bottom: 10px;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
}
.panel1 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 6px;
    background-color: #f2f2f2;
    border: 1px solid #ff0000;
}
.small-print {
    font-size: 85%;
}
.people {
    padding-left: 20px;
    padding-right: 20px;
}
.cqs {
    width: 100%;
    height: auto;
}
.team {
    padding: 6px;
    border: 1px solid #ff0000;
    margin-top: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    box-sizing: border-box;
}
.flex-div p {
    font-size: 85%;
}
.copyright {
    max-width: 1248px;
    margin: 0 auto;
}
.rounded-corners {
    border-radius: 0.5em;
    margin-top: 0;
}
/* =============================================================================
   HERO
   ========================================================================== */
.hero-container {
    width: 100%;
    background-color: #ccc;
    border-radius: 0.5em;
}
.hero-background {
    min-height: 280px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 0.5em;
}
.hero-content-wrapper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}
.hero-content {
    text-align: left;
    color: #ffffff;
    max-width: 500px;
    height: 100%;
    border-radius: 0.5em;
}
.hero-content h1 {
    font-size: clamp(2rem, 5vw, 4rem);
    margin: 0 0 24px 0;
    color: white;
    font-weight: 700;
}
.hero-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    margin: 0 0 16px 0;
    line-height: 1.5;
    color: white;
    font-weight: 700;
    max-width: 400px;
    text-wrap: balance;
}
.intro h2 {
    font-size: clamp(1.5rem, 4vw, 3rem);
    text-wrap: balance;
}
@media (min-width: 768px) {
    .hero-background {
        min-height: 380px;
    }
}
/* =============================================================================
   THREE COLUMNS SECTION
   ========================================================================== */
.container-three-columns {
    max-width: 1268px;
    margin: 0 auto;
    /* Layout */
    display: flex;
    gap: 20px;
    padding: 10px;
}
.column-three-columns {
    flex: 1; /* Makes all columns take up equal width */
    display: flex; /* Allows the panel inside to fill the height */
}
.panel-three-columns {
    background-color: #f2f2f2;
    border: 1px solid #ccc;
    border-radius: 8px; /* Rounded corners */
    padding: 6px;
    width: 100%; /* Ensures panel fills the column width */
}
@media (max-width: 768px) {
    .container-three-columns {
        flex-direction: column;
    }
}
/* =============================================================================
   CONVEYANCING QUOTE BUTTON
   ========================================================================== */
a.conveylink:link, a.conveylink:visited {
    background-color: #ff0000;
    color: white;
    padding: 8px 16px;
    margin: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0.5em;
}
a.conveylink:hover, a.conveylink:active {
    background-color: #cccccc;
    color: #333;
}
/* =============================================================================
   HELPERS & PRINT
   ========================================================================== */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
    }
    a {
        text-decoration: underline;
    }
    img {
        max-width: 100% !important;
        page-break-inside: avoid;
    }
}