@import url("/fonts/alana-smooth/stylesheet.css");

* {
    position: relative;
    letter-spacing: normal;
}

.josefin-sans {
    font-family: 'Josefin Sans';
}

.alana-smooth {
    font-family: 'Alana Smooth';
}

html {
    background-color: #f8f8f8;
    font-family: Poppins;
    font-size: 13pt;
    width: 100%;
}

body {
    background-color: #ffffff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url('/images/background/main-background.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 1200px;
    color: #003a60;
    transition-duration: 2s;
}

a {
    text-decoration: none;
    color: inherit;
}

    .underline, a:hover {
        text-decoration: underline;
    }

/*select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url(/img/select_arrows2.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: .125em 1.5em .125em .5em
}
*/

.unstyled, ul.arrow-icon-style {
    list-style-type: none
}

.middle, button img, button span {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.horizontal-list li {
    display: inline
}

.display-block {
    display: block
}

.desktop-inline-block-mobile-block, .display-inline-block {
    display: inline-block
}

.desktop-hide, .hidden {
    display: none
}

.center {
    margin-left: auto;
    margin-right: auto
}

.clear-both {
    clear: both
}

.desktop-left, .left {
    float: left
}

.no-bottom-margin {
    margin-bottom: 0
}

.no-top-or-bottom-margin {
    margin-top: 0;
    margin-bottom: 0
}

.margin-1-2-em {
    margin: .5em
}

.no-margins, .smaller-margins {
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

.margin-sides-1-2-em, .state-offset-above-the-fold.margin-sides-1-2-em {
    margin-left: .5em;
    margin-right: .5em
}

.margin-sides-1-and-1-2-em, .state-offset-above-the-fold.margin-sides-1-and-1-2-em {
    margin-left: 1.5em;
    margin-right: 1.5em
}

.margin-top-and-bottom-1-2-em {
    margin-top: .5em;
    margin-bottom: .5em
}

.margin-top-and-bottom-1-em {
    margin-top: 1em;
    margin-bottom: 1em
}

.margin-top-and-bottom-1-and-1-2-em {
    margin-top: 1.5em;
    margin-bottom: 1.5em
}

.margin-top-and-bottom-3-em {
    margin-top: 3em;
    margin-bottom: 3em
}

.no-margins {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 0
}

.no-padding, .state-offset-above-the-fold.no-padding {
    padding: 0
}

.no-top-margin {
    margin-top: 0
}

.padding-1-2-em {
    padding: .5em
}

.padding-1-and-1-2-em {
    padding: 1.5em
}

.padding-top-and-bottom-1-2-em {
    padding-top: .5em;
    padding-bottom: .5em
}

.padding-top-and-bottom-1-and-1-2-em {
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.padding-sides-1-2-em {
    padding-left: .5em;
    padding-right: .5em
}

.padding-sides-1-and-1-2-em {
    padding-left: 1.5em;
    padding-right: 1.5em
}

.right {
    float: right
}

.smaller-margins {
    -webkit-margin-before: .25em;
    -webkit-margin-after: .25em;
    margin: .25em 0
}

.black-background {
    background-color: #000
}

.black-border {
    border: 1px solid #000
}

.white-hairline-border {
    box-shadow: 0 0 1px #fff
}

.title-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,1)
}

.right-arrow-submit {
    background: #fff;
    margin-left: -.5em;
    border-left: none;
    border-right: .0625em solid #000
}

.right-arrow-input, .right-arrow-submit {
    color: #ababab;
    padding: .0625em;
    border-bottom: .0625em solid #000;
    border-top: .0625em solid #000
}

.right-arrow-input {
    border-left: .0625em solid #000;
    border-right: none
}

.right-arrow-submit-image {
    height: .75em;
    width: .75em
}

.rounded-corners {
    border-radius: 1.5em
}

.rounded-top-corners {
    border-top-left-radius: 1.25em;
    border-top-right-radius: 1.25em
}

.rounded-bottom-corners {
    border-bottom-left-radius: 1.25em;
    border-bottom-right-radius: 1.25em
}

.rounded-right-corners {
    border-top-right-radius: 1.05em;
    border-bottom-right-radius: 1.05em
}

.rounded-left-corners {
    border-top-left-radius: 1.25em;
    border-bottom-left-radius: 1.25em
}

.soft-rounded-corners {
    border-radius: .75em
}

.transparent-black-background {
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.unstyled {
    padding: 0
}

.white-background {
    background: #fff
}

.w25 {
    width: 25%
}

.black-text {
    color: #000
}

.divider-heading {
    display: inline-block;
    width: auto;
    background-color: #18202c;
    margin-top: -1em;
    padding-left: .5em;
    padding-right: .5em
}

.large-link-text {
    font-size: 1.5em
}

.normal-weight {
    font-weight: 400
}

.bold {
    font-weight: 600
}

.oversized-h1 {
    font-size: 3em
}

.larger-text {
    font-size: 1.25em
}

.taller-line-height {
    line-height: 1.5em
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.white-text {
    color: #efefef
}

.primary-button {
    background: #1c384f
}

#search-by-address-mls, .state-offset-above-the-fold-container-div a {
    background-repeat: no-repeat;
    background-size: cover
}

.primary-navigation-div, .primary-navigation-link, .utility-navigation-element {
    font-size: 18px;
    white-space: nowrap
}

.primary-navigation-div {
    z-index: 5000;
    display: none;
    position: absolute;
    background-color: white;
    color: #003a60;
    box-shadow: rgba(0,0,0,.5) 5px 5px 10px;
}

    .primary-navigation-div ul {
        list-style-type: none;
        padding: 0;
        margin: .5em;
    }

        .primary-navigation-div ul li {
            padding: .5em;
        }

#mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    height: 100%;
    background: white;
    padding: 1.5em 2em 1.5em .5em;
    overflow-y: scroll;
    box-sizing: border-box;
    width: auto;
    display: none;
}

#featured-videos-section, #lake-life-blog-section, #random, #utilities, #utilities-state-section, #featured-homes-section, #recent-youtube-videos-section, #welcome-to-lakefront-living-realty-state-section, #social-icons-section {
    margin-top: 5em
}

#featured-properties, #lakefront-dreamhome, #lakefront-buyers, #lakefront-sellers, #welcome, .random-article {
    margin: 0 .5em
}

#index-offset-above-the-fold-container, #state-offset-above-the-fold-container {
    margin: 3em auto 0
}

.index-offset-above-the-fold-link {
    margin: 1.5em 0 0
}

.index-offset-above-the-fold, .state-offset-above-the-fold {
    margin: 0 auto;
    min-height: 12em;
    padding: .5em
}

.index-offset-above-the-fold-p, .index-offset-above-the-fold-ul {
    font-size: 18px
}

.utility-icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 6em 6em;
    height: 5.75em;
    margin-left: -.625em;
    margin-top: -.5em;
    margin-right: .5em;
    width: 5.75em
}

#calculator-icon {
    background-image: url(/img/search-button3.png)
}

#email-icon {
    background-image: url(/img/search-button2.png)
}

#speech-bubble-icon {
    background-image: url(/img/search-button4.png);
    background-size: 6.25em 6.25em;
    height: 5em;
    margin-top: -.5em;
    width: 6em
}

#wifi-icon {
    background-image: url(/img/search-button1.png);
    margin-top: -.75em
}

.utility-link-text {
    margin-top: .125em
}

#featured-properties {
    background-color: transparent;
    margin-top: 1em
}

#featured-properties-h3 {
    position: absolute;
    margin-top: 0;
    padding: .25em 0;
    z-index: 1000
}

#featured-properties-image {
    height: 100%;
    margin: 0;
    width: 100%
}

.utility-link {
    -moz-box-shadow: .375em .375em .25em #000;
    -webkit-box-shadow: .375em .375em .25em #000;
    box-shadow: .375em .375em .25em #000;
    margin: .5em -.5em;
    width: 100%
}

.blog-preview-image {
    margin: 0 auto;
    background-position: center;
    background-size: cover;
    width: 100%
}

#view-all-articles-button-container {
    margin-top: 3em
}

.featured-video-button {
    margin: 2em 0 0
}

.featured-videos-article {
    padding-top: 1.75em
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

#keys {
    margin-top: .25em
}

#pinterest-logo {
    margin-top: -1.5em
}

.random-article {
    padding: 1em;
    position: relative;
    min-height: 42em
}

.random-image {
    margin: 2em 0;
    width: 90%
}

.random-link-button {
    bottom: 2em;
    left: 50%;
    margin-left: -3.4062em;
    position: absolute
}

#saying {
    margin-top: -.5em
}

#seminar {
    margin-top: 2.25em
}

#search-homes-button-container {
    margin-top: 1.75em
}

.state-offset-above-the-fold {
    min-height: 14em
}

.form-section {
    margin-top: 1em;
    margin-bottom: 1em
}

#weed-management-list {
    padding-top: 2em
}

.when-where-admission-left-side {
    width: 6.5em
}

.when-where-admission-right-side {
    max-width: 22em
}

.state-search-link {
    padding: .5em
}

#calculaker-submit {
    background: url(/img/calculate_button.png) no-repeat;
    background-color: none;
    border: 0;
    color: transparent;
    height: 2.95em;
    outline: 0;
    width: 11em
}

    #calculaker-submit:hover {
        background-position: .25em 0
    }

#calculaker-subtitle {
    margin-top: 3.25em
}

.market-your-lakefront-home-image {
    width: 6.25em
}

#discover-what-lakefront-living-can-do-for-you {
    min-height: 220px
}

.social-icon {
    height: 3em;
    width: 3em;
    margin: 0 .75em
}

.newsroom-date {
    width: 6em
}

.resultsWatermarkMLS {
    position: absolute;
    right: 1em;
    bottom: .5em;
    z-index: 10;
    max-height: 3em;
    max-width: 8em;
    filter: drop-shadow(1px 1px 1px #000000);
}

ul.arrow-icon-style {
    padding: 0;
    margin: 0
}

    ul.arrow-icon-style li {
        background: url(/img/arrow-bullet.svg) 0 0.5em no-repeat;
        padding-left: 24px;
        margin-bottom: 0.75em;
    }

button.imageButton {
    cursor: pointer;
    border: none;
    background: 0 0;
    padding: 0;
    margin: 0
}

    button.imageButton img {
        height: auto;
        width: auto
    }

.nowrap {
    white-space: nowrap
}

button img {
    margin-right: 4px;
    height: 16px
}

@media screen and (max-width:48em) {
    .desktop-inline-block-mobile-block {
        display: block
    }

    .medium-margin-top-and-bottom-3-em {
        margin-top: 3em;
        margin-bottom: 3em
    }

    .primary-navigation-link {
        display: block
    }

    iframe {
        width: 100%
    }

    #featured-properties {
        float: none;
        margin: 3em 0
    }

    .index-offset-above-the-fold-container-div, .state-offset-above-the-fold-div {
        margin-top: 1em
    }

    #lakefront-buyers, #lakefront-sellers, #welcome, .random-article, .video-container {
        margin: 0
    }

    .random-article {
        margin-top: 2.5em
    }

    .rounded-corners, .rounded-top-corners, .rounded-bottom-corners, .soft-rounded-corners {
        border-radius: 0
    }

    #secondary-logo {
        width: 96%
    }

    .utility-link {
        width: 98%
    }

    .utility-link-container {
        float: none
    }

    #calculaker-subtitle {
        margin-top: 1em;
        margin-bottom: 1em
    }
}

@media screen and (max-width:35.5em) {
    .desktop-hide {
        display: inline;
        display: inline-block
    }

    .desktop-left {
        float: none
    }

    .mobile-text-center {
        text-align: center
    }

    .mobile-100-percent, .mobile-25-percent, .mobile-50-percent, .mobile-75-percent {
        display: inline-block;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0
    }

        .mobile-100-percent.display-none, .mobile-hide {
            display: none
        }

    .mobile-100-percent {
        width: 100%
    }

    #mls-number-input.mobile-75-percent, #state-address-input.mobile-75-percent, .mobile-75-percent {
        width: 75%
    }

    .mobile-50-percent {
        width: 50%
    }

    .mobile-25-percent {
        width: 25%
    }

    .utility-link {
        width: 100%
    }

    .mobile-text-center {
        text-align: center
    }

    #state-social-links div {
        display: inline-block;
        width: 50%
    }

    #state-offset-above-the-fold-container {
        margin-top: 13em
    }

    .state-offset-above-the-fold-container-div {
        margin-bottom: 3em
    }

    .state-offset-above-the-fold.margin-sides-1-2-em {
        margin-left: auto;
        margin-right: auto;
        width: 40%
    }

    #website-video-container {
        position: relative;
        right: auto
    }
}

.nextButton, .prevButton, .firstButton {
    font-size: 75%
}

@media screen {
    .printonly {
        display: none !important;
    }
}

@media print {
    body, html, p, span, div, a {
        color: #000 !important;
        font-size: 16px;
        width: 100%
    }

    .noprint, .noprint * {
        display: none !important;
    }

    a {
        text-decoration: none;
        color: inherit;
    }

    button {
        display: none;
    }

    #copyright {
        margin-bottom: 0;
    }
}




/* NEW 2025 UX*/




header, main, section, footer {
    padding-left: 3em;
    padding-right: 3em;
}

#body-content-container, footer, section {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}

body.state-mo {
    background-image: url('/images/background/state-home-mo.jpg');
    background-position-y: -280px;
}

header {
    z-index: 3000;
    min-height: 120px;
    font-family: Poppins;
    font-size: 12pt;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(55,101,130,0) 0%, rgba(55,101,130,1) 100%);
    border-bottom: 2px solid #ffffff;
    margin-bottom: 2.5em;
}

section {
    background: #ffffff;
}

h1 {
    width: 100%;
    display: inline-block;
    text-align: center;
}

h2 {
    font-family: 'Josefin Sans';
    font-size: 38pt;
    font-weight: normal;
    color: #003a60;
    text-align: center;
    width: 100%;
}

h3 {
    font-family: 'Josefin Sans';
    font-size: 19pt;
    font-weight: normal;
    color: #003a60;
    text-align: center;
    margin-block-end: 0;
}

h4 {
    font-family: 'Poppins';
    font-size: 15pt;
    font-weight: normal;
    color: #003a60;
    text-align: left;
    margin-block: 0;
}

.black {
    color: #000000;
}

.gray {
    color: #aaaaaa;
}

.red {
    color: #ff3300;
}

.white {
    color: #ffffff;
}


.featherlight-close-icon {
    position: sticky !important;
    float: right;
    font-size: 24pt;
    padding: .5em !important;
}


#primary-navigation {
    font-family: Poppins;
    color: white;
}

    #primary-navigation > div {
        display: inline-block;
        margin-top: 56px;
        margin-bottom: 42px;
        height: 18px;
        line-height: 18px;
    }

        #primary-navigation > div:not(:first-child) {
            border-left: 2px solid #ffffff;
        }

            #primary-navigation > div:not(:first-child) > a {
                margin-left: 1em;
            }

        #primary-navigation > div:not(:last-child) > a {
            margin-right: 1em;
        }

#nav-logo-container {
    text-align: center;
}

.nav-menu-icon {
    display: none;
    height: 1.5em;
    margin-right: .75em;
    cursor: pointer;
}

#nav-logo-icon {
    display: none;
    height: 1.5em;
}

#primary-logo {
    width: 300px;
    margin-top: 46px;
    filter: drop-shadow(0 0 10px #003a60);
}

#header-phone {
    color: #ffffff;
    font-family: Poppins;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-top: 57px;
}

#customer-navigation {
    font-family: Poppins;
    color: white;
}

    #customer-navigation > div {
        display: inline-block;
        margin-top: 50px;
    }

        #customer-navigation > div:not(:first-child) {
            border-left: 2px solid #ffffff;
        }

            #customer-navigation > div:not(:first-child) > a {
                margin-left: 1em;
            }

        #customer-navigation > div:not(:last-child) > a {
            margin-right: 1em;
        }

#nav-customer-sub-nav {
    text-align: right;
    left: auto;
    right: 0;
    overflow: visible;
}

#customerGravatar {
    border-radius: 50%;
    height: 2em;
    margin: -.25em 0 0 .5em;
    vertical-align: middle;
    border: 1px solid silver;
}

.capital-button {
    background-color: #003a60;
    color: #ffffff;
    font-family: 'Josefin Sans';
    font-size: 14pt;
    font-weight: normal;
    padding: .75em 1.25em .6em;
    margin: 1em auto 2em;
    border: none;
    text-transform: uppercase;
}

input, select, textarea {
    border: 1px solid #6e8daa;
    color: #003a60;
    font-family: Poppins, sans-serif;
    font-size: 14pt;
    padding: .5em;
}

.w100 {
    width: 100%;
}

#sidebar {
    text-align: center;
}

    #sidebar img {
        width: 100%;
    }

#sidebarAgentPhoto {
    max-width: 274px;
}

.one-third {
    flex: 1 0 33%;
}

.two-thirds {
    flex: 1 0 66%;
}

.two-fifths {
    flex: 1 0 40%;
}

.three-fifths {
    flex: 1 0 60%;
}


.flex-2col {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 1em;
    flex-flow: wrap;
}

    .flex-2col > * {
        flex: 1 0 350px;
        width: calc(50% - 0.5em);
    }


.flex-3col {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    flex-flow: wrap;
}

    .flex-3col > * {
        flex: 1 0 350px;
    }


.flex-4col {
    display: flex;
    justify-content: space-between;
    gap: 1em;
    flex-flow: wrap;
}

    .flex-4col > * {
        flex: 1 0 260px;
    }

.search-radius-container {
    width: 100%;
    padding: .5em;
    display: flex;
    flex-flow: wrap;
    border: 1px solid #6e8daa;
    color: #003a60;
    font-family: Poppins, sans-serif;
    font-size: 14pt;
}

    .search-radius-container input {
        padding: 0;
        accent-color: #287ca5;
    }

#main-index > main {
    height: 600px;
}

.hero-text {
    font-family: 'Josefin Sans';
    letter-spacing: -1pt;
    text-align: center;
    color: #003a60;
    background-color: #d8e5f0;
    line-height: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    font-size: 28pt;
}

    .hero-text .alana-smooth {
        font-size: 200%;
    }

main .hero-text {
    background-color: transparent;
    line-height: 1em;
    font-size: 24pt;
    padding-top: 0;
    padding-bottom: 0;
    filter: drop-shadow(0 0 1px #ffffff) drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 10px #003a60);
}

    main .hero-text .alana-smooth {
        font-size: 165%;
        letter-spacing: -1pt;
    }

#usmap {
    max-width: 700px;
    margin: auto;
}

    #usmap svg {
        filter: drop-shadow(0 0 10px #003a60);
    }

    #usmap .tt_sm {
        background-color: #dbe9cd;
        border: 1px solid #003a60;
        text-align: center;
        color: #003a60;
        font-family: Poppins;
        font-size: 12pt;
        padding: 1em;
        line-height: 1em;
        filter: drop-shadow(2px 2px 1px rgba(0,0,0,.3));
    }

        #usmap .tt_sm .tt_name_sm {
            font-family: 'Josefin Sans';
            font-weight: bold;
            text-transform: uppercase;
            margin-bottom: .5em;
        }

        #usmap .tt_sm .number {
            font-size: 200%;
            font-weight: bold;
            line-height: 1em;
            font-family: 'Josefin Sans';
        }

        #usmap .tt_sm hr {
            width: 67%;
            border: none;
            background-color: #003a60;
            height: 1px;
        }

    #usmap .xmark_sm {
        display: none;
    }

    #usmap .btn_simplemaps {
        margin-top: .5em;
        margin-bottom: 0;
        display: inline-block;
    }

#jump-to-container {
    width: 100%;
}

    #jump-to-container select {
        width: 100%;
    }

.more-link {
    font-weight: 600;
    text-decoration: underline;
    text-align: left;
}

.cta-panels {
    background-color: #d8e5f0;
    padding-bottom: 2.5em;
}


    .cta-panels > a {
        display: block;
        background-color: #ffffff;
        color: #003a60;
        text-align: center;
    }

        .cta-panels > a > img {
            max-width: 30%;
            margin: 1em;
        }

        .cta-panels > a > p {
            font-family: Poppins;
            font-size: 17pt;
            padding: 0;
            font-weight: 500;
            margin: 0 0 .5em 0;
            line-height: 1.25em;
        }

            .cta-panels > a > p > span {
                font-family: 'Josefin Sans';
                font-size: 20pt;
                font-weight: 700;
                display: block;
                clear: both;
                text-transform: uppercase;
                line-height: 1.25em;
            }

.search-panels {
    background-color: #ffffff;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}


    .search-panels > div {
        display: block;
        background-color: #ffffff;
        color: #003a60;
        text-align: center;
        background-size: cover;
        background-color: rgba(0, 60, 97, 0.5);
        background-blend-mode: multiply;
        padding: 5em 0 3em 0;
    }

        .search-panels > div:nth-child(1) {
            background-image: url('/images/background/tile-new-listings.jpg');
        }

        .search-panels > div:nth-child(2) {
            background-image: url('/images/background/tile-under-500k.jpg');
        }

        .search-panels > div:nth-child(3) {
            background-image: url('/images/background/tile-over-500k.jpg');
        }

        .search-panels > div:nth-child(4) {
            background-image: url('/images/background/tile-lake-view-or-access.jpg');
        }

        .search-panels > div:nth-child(5) {
            background-image: url('/images/background/tile-lake-condos.jpg');
        }

        .search-panels > div:nth-child(6) {
            background-image: url('/images/background/tile-non-powerboating.jpg');
        }

        .search-panels > div > p {
            color: #ffffff;
            text-transform: uppercase;
            font-family: 'Josefin Sans';
            font-size: 20pt;
            padding: 0;
            font-weight: 350;
            margin: 0 0 .5em 0;
            line-height: 1.25em;
        }

        .search-panels > div > div {
            text-align: center;
        }

            .search-panels > div > div > a {
                display: inline-block;
                text-transform: uppercase;
                line-height: 1em;
                background: none;
                color: #ffffff;
                border: 2px solid #ffffff;
                padding: .5em;
                margin: 1em;
                width: 5em;
            }

.featured-panels-container {
    background-color: #ffffff;
    padding-left: 2.5em;
    padding-right: 2.5em;
    padding-bottom: 1em;
}

.featured-panel {
}

    .featured-panel > a {
        display: block;
        background-color: #ffffff;
        color: #003a60;
        text-align: center;
        margin: -.5em .5em 2em .5em;
    }

        .featured-panel > a > img {
            background-size: cover;
            background-position: center;
        }

        .featured-panel > a > p {
            font-family: Poppins;
            font-size: 17pt;
            padding: 0;
            font-weight: 500;
            margin: 0;
        }

            .featured-panel > a > p > span {
                font-family: 'Josefin Sans';
                font-size: 19pt;
                font-weight: 700;
                display: block;
                clear: both;
                text-transform: uppercase;
            }

.featured-image {
    width: 100%;
}

.why-use-a-lakefront-specialist {
    background-color: #dbe9cd;
    color: #003a60;
    padding: 0;
}

    .why-use-a-lakefront-specialist .container {
        padding: 3em 4em;
    }

    .why-use-a-lakefront-specialist .hero-text {
        background-color: transparent;
        text-align: left;
        line-height: 1.1em;
        padding-bottom: .5em;
    }

    .why-use-a-lakefront-specialist p {
        font-size: 13pt;
        color: #000000;
    }

    .why-use-a-lakefront-specialist > div:last-child {
        background-image: url(/images/dock-fishing.jpg);
        background-size: cover;
        background-position: center;
    }


.blog-panels {
    background-color: #ffffff;
    padding-bottom: 2.5em;
}

.blog-panel > article {
    display: block;
    background-color: #ffffff;
    color: #003a60;
    margin: -.5em 0 2em 0;
}

    .blog-panel > article > h4 {
        min-height: 4.5em;
        vertical-align: top;
    }

.blog-panel > a > p {
    font-family: Poppins;
    font-size: 17pt;
    padding-bottom: 1em;
    font-weight: 500;
    margin-bottom: 0;
}

    .blog-panel > a > p > span {
        font-size: 20pt;
        display: block;
        clear: both;
        text-transform: uppercase;
    }

#view-all-blog-articles {
    background-color: #003a60;
    color: #eeeeee;
    font-family: 'Josefin Sans';
    font-size: 16pt;
    font-weight: normal;
    padding: .75em 1.25em .6em;
    margin: 1em auto 2em;
    border: none;
    display: inline-block;
}



div.infoContainer {
    width: 250px;
    height: 106px;
    color: #000;
    clear: both;
}

    div.infoContainer ul {
        padding: 0;
        list-style: none;
    }

    div.infoContainer a {
        color: blue;
    }

        div.infoContainer a:hover {
            color: blue;
        }

        div.infoContainer a:visited {
            color: blue;
        }

.infoWindowNextLink {
    position: absolute;
    left: 100%;
    margin-top: -1.25em;
}

.infoWindowPrevLink {
    position: absolute;
    left: 100%;
    margin-top: 120px;
}

.mapMarkerInfoHeader {
    color: #000;
    font-size: 11pt;
    margin-bottom: 0;
}

.mapMarkerInfoThumb {
    height: 6em;
    float: left;
    margin-right: 0.5em;
    background-size: cover;
    background-position: 50% 50%;
}


#breadcrumbs {
    margin: 1.5em 0;
    font-family: Poppins, sans-serif;
    font-size: 10pt;
    color: #003a60;
}

.disclaimerContainer {
    font-size: 80%;
    border-top: 1px solid grey;
    margin-top: 1em
}

footer {
    background-image: url(/images/footer-background.jpg);
    background-size: cover;
    color: #003a60;
    text-align: left;
    padding-top: 4em;
    padding-bottom: 2.5em;
    font-size: 16pt;
}

#footer-logo {
    max-height: 53px;
    max-width: 100%;
}

#footer-phone-link, #footer-email-link, #footer-address, #footer-city-state-zip {
    white-space: nowrap;
}

#footer-franchise-name {
    font-weight: 600;
    line-height: 2em;
}

#footer-facebook-link > img {
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 5px;
    margin-left: .5em;
    margin-bottom: -.33em;
}

#footer-email-link, #privacy-statement {
    text-decoration: underline;
}

#footer-navigation {
    line-height: 3em;
}

#privacy-statement {
    font-size: 14pt;
    line-height: 2em;
}

#footer-images-container {
    margin-top: 3em 0;
    float: right;
}

    #footer-images-container > img {
        height: 2em;
        margin: 0 .5em;
    }

#footer-copyright {
    font-size: 11pt;
}

.favorite-button, .unfavorite-button {
    background: none;
    border: none;
    width: auto;
    float: right;
    font-size: 28pt;
    z-index: 1000;
}

    .favorite-button span, .unfavorite-button span {
        font-size: 50%;
    }

    .unfavorite-button:hover {
        color: #cc3300;
    }

    .favorite-button:hover {
        color: #888888;
    }


.form-container > div, .form-container > select {
    margin-bottom: 1.5em;
}

@media screen and (width > 35.5em) and (width <= 48em) {
    header, main, section, footer {
        padding-left: 2em;
        padding-right: 2em;
    }

    #usmap {
        max-width: 100%;
    }

    h2 {
        font-size: 24pt;
    }

    h3 {
        font-size: 14pt;
    }

    h4 {
        font-size: 12pt;
    }

    .cta-panels-container, .featured-panels-container, .blog-panels-container {
        padding-left: 1.5em;
        padding-right: 1.5em;
        padding-bottom: 2.5em;
    }

    .why-use-a-lakefront-specialist .container {
        padding: 3em 2em;
    }
}


@media screen and (width <= 35.5em) {
    header, #customer-navigation, main, section, footer {
        padding-left: 1em;
        padding-right: 1em;
    }

    #usmap {
        max-width: 100%;
    }

    h2 {
        font-size: 18pt;
    }

    h3 {
        font-size: 12pt;
    }

    h4 {
        font-size: 11pt;
    }

    #main-index > main {
        height: initial;
    }

    .cta-panels-container, .featured-panels-container, .blog-panels-container {
        padding-left: .5em;
        padding-right: .5em;
        padding-bottom: 2.5em;
    }

    .why-use-a-lakefront-specialist .container {
        padding: 2em 1em;
    }
}

@media screen and (width < 1135px) {
    header {
        min-height: 64px;
    }

    #primary-navigation {
        display: none;
    }

    #nav-logo-container {
        margin-top: 20px;
        text-align: left;
    }

    .nav-menu-icon {
        display: inline;
    }

    #primary-logo, #mobile-logo {
        width: 200px;
        margin-top: 0;
    }

    #customer-navigation > div {
        margin-top: 18px;
    }

    #header-phone {
        display: none;
    }
}

@media screen and (width <= 568px) {
    #nav-logo-icon {
        display: inline;
    }

    #primary-logo {
        display: none;
    }
}
