body {
    background: url('../img/bgFloorplan.jpg') no-repeat 50% 200px;
}

/* --------------- header --------------- */

header {
    background: linear-gradient(#000080, #00006F);
    color: #FFF;
    padding: 15px 0;
    font-size: 80%;
    line-height: 1.3;
}

header em {
    font-size: 200%;
    font-style: normal;
    font-weight: bold;
    display: block;
}

header a {
    color: #FFF !important;
}

header h6 {
    position: absolute;
    top: 0;
    right: 15px;
    margin-top: 0;
}

header h6 img {
    width: 65px;
    height: auto;
}

/* --------------- navivation --------------- */

.navigation {
    background-color: #074D8D;
}

.navigation .container {
    padding: 0;
}

.navbar {
    padding: .5rem 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #FFF;
    margin-right: 10px;
    line-height: 1.2rem;
}

.nav-link:hover,
.nav-link.active {
    color: #FFCC00 !important;
}

/* --------------- content --------------- */

.circleImg {
    border-radius: 50%;
    border: solid 7px #074D8D;
    width: 140px;
    height: 140px;
    background: #074D8D;
    overflow: hidden;
    margin: 0 auto;
}

.circleImg img {
    width: 100%;
    height: auto;
}

.blueShade {
    background: rgba(7, 77, 141, .10);
    padding: 20px 0;
    margin-top: 20px;
}

h1 {
    font-size: 150%;
    color: #50078D;
    margin-bottom: 1.5rem;
}

h2 {
    margin: 1.5rem 0;
    font-size: 130%;
    color: #50078D;
}

h3 {
    margin: 1.5rem 0 5px 0;
    font-size: 110%;
    color: #50078D;
}

h6 {
    margin-top: 2rem;
}

.borderTop {
    border-top: dashed 2px #50078D;
    padding-top: 1.5rem;
}

.serviceBlock {
    margin-bottom: 50px;
    clear: both;
}

.serviceBlock::before {
    content: "";
    clear: both;
}

.serviceBlock .icon {
    width: 65px;
    height: 65px;
    text-align: center;
    float: left;
}

.serviceBlock .icon i {
    width: 65px;
    height: 65px;
    border: dashed 1px #50078D;
    border-radius: 4px;
    padding: 15px 10px;
    text-align: center;
    font-size: 200%;
    color: #50078D;
}

.serviceBlock .txt {
    margin-left: 100px;
}

ul.photos {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.photos::after {
    content: "";
    clear: both;
}

ul.photos li {
    width: 158px;
    height: auto;
    max-height: 110px;
    overflow: hidden;
    float: left;
    margin: 4px;
    position: relative;
    cursor: pointer;
}

ul.photos li img {
    width: 100%;
    height: auto;
}

ul.photos li::after {
    content: "\f00e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #FFF;
}

.largePix {
    width: 100%;
    height: auto;
    max-width: 800px;
}

blockquote {
    margin: 60px 40px 0 60px;
    background: url('../img/openQuote.png') no-repeat left top;
    padding: 40px 20px;
    font-style: italic;
}

blockquote::after {
    content: "";
    width: 100%;
    height: 57px;
    background: url('../img/endQuote.png') no-repeat right top;
    display: inline-block;
    margin-top: -25px;
}

blockquote em::before {
    content: "\2014";
}

blockquote em {
    display: block;
    font-size: 90%;
    font-style: normal;
    margin: 15px 0 0 15px;
    text-indent: -15px;
}

.faqs dt {
    cursor: pointer;
    margin-top: 15px;
    color: #007bff;
}

.faqs dd {
    margin-bottom: 20px;
}

.iconList {
    list-style: none;
    margin: 0 0 0 20px;
    padding: 0;
}

.iconList li.pdf {
    background: url('../img/iconPDF.png') no-repeat left top;
    background-size: 20px 27px;
    min-height: 50px;
    padding-left: 30px;
}

.accordion .ctrl {
    width: 100%;
    margin-top: 20px;
    /* background: linear-gradient(to bottom, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 1) 100%); */
}

.accordionMore {
    display: none;
}

.btn-pill {
    background: #d0c3e2;
    border: solid 1px #af94d7;
    border-radius: 20px;
    padding: 3px 30px;
    color: #563d7c;
}

#contactForm h3 {
    margin-bottom: 15px;
}

#contactForm h3 em {
    font-weight: normal;
}

#contactForm .fieldsgroup {
    border-bottom: dashed 1px #ced4da;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /* border-radius: .2rem;
    padding: 5px;
    margin: 5px 5px 10px 5px; */
}

#contactForm h6 {
    font-weight: normal;
}

#contactForm legend {
    font-size: 100%;
}

#contactForm label.error {
    color: red;
}

#contactForm input.error {
    background: rgba(255, 241, 210, .5);
    border-color: red;
}

/* --------------- survey --------------- */

.surveyForm p {
    margin-top: 30px;
}

.surveyForm .btn.btn-link {
    padding: .05rem .75rem;
    border: none !important;
}

.surveyForm .btn.btn-link.active {
    color: rgb(23, 162, 184);
    border: solid 1px rgba(23, 162, 184, .3) !important;
    border-radius: 20px;
    background: rgba(23, 162, 184, .2);
}

.surveyForm .btn:hover,
.surveyForm .btn:focus,
.surveyForm .btn.active:hover {
    text-decoration: none;
}

.surveyForm .btn.btn-link {
    color: #555;
}

.surveyForm .btn.btn-link::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    margin-right: 7px;
}

.surveyForm .btn.btn-link.active::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 7px;
}

/* --------------- footer --------------- */

footer {
    background: rgba(7, 77, 141, .25);
    padding: 15px 0;
    font-size: 80%;
}

/* --------------- responsive --------------- */

@media (max-width: 812px) {
    header h6 {
        top: -15px;
        left: auto;
        right: 15px;
    }

    .navigation .container {
        padding: 0 15px;
    }

    .serviceBlock .icon {
        float: none;
        width: 100%;
    }

    .serviceBlock .txt {
        margin-left: 0;
    }

    .serviceBlock .txt h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    blockquote {
        margin: 60px 15px 0 15px;
    }

    .accordion .ctrl {
        left: 0;
    }
}