*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

#noNews {
    text-align: center;
}

#comNewsCol {
    min-height: 900px;
}

    #comNewsCol h4 {
        font-weight: 600;
    }

img.img-responsive2 {
    height: 750px;
    width: 638px;
}

.DataTables_sort_wrapper {
    color: black;
    font-weight: 700;
}

#payNowButton {
    color: #333333 !important;
}

    #payNowButton:hover {
        color: white !important;
    }

a.button.small.communityEngagementButton {
    margin-top: 12%;
}

a.button.small.maintenanceButton {
    margin-top: 5%;
}

#pool {
    margin-left: 3%;
}

#parks {
    margin-left: 7%;
}

#tempPasswordRecords {
    margin: 0 0 20px 0;
}

#titleQuoteButton {
    margin-left: 605px;
}

body, html {
    margin: 0;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

    body.noscroll, html.noscroll {
        overflow: hidden;
    }

    body.noscroll {
        padding-right: 15px;
    }

h1, .h1 {
    font-size: 56px;
    line-height: 67px;
    font-weight: bold;
    position: relative;
    padding-top: 30px;
    margin-bottom: 30px;
}

    h1:before, .h1:before {
        content: '';
        width: 90px;
        height: 6px;
        background-color: #3bc9b2;
        position: absolute;
        top: 0;
        left: 0;
        display: block;
    }

    h1.no-accent, .h1.no-accent {
        padding-top: 0;
    }

        h1.no-accent:before, .h1.no-accent:before {
            display: none;
        }

h2, .h2 {
    color: #333333;
    font-size: 33px;
    line-height: 38px;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    position: relative;
}

    h2.has-accent, .h2.has-accent {
        padding-top: 30px;
    }

        h2.has-accent:before, .h2.has-accent:before {
            content: '';
            width: 90px;
            height: 6px;
            background-color: #3bc9b2;
            position: absolute;
            top: 0;
            left: 0;
            display: block;
        }

    h2.no-accent, .h2.no-accent {
        padding-top: 0;
    }

        h2.no-accent:before, .h2.no-accent:before {
            display: none;
        }

h3, .h3 {
    font-size: 25px;
    font-weight: 500;
}

h4, .h4 {
    font-size: 17px;
    font-weight: 300;
}

p {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 40px 0;
}

    p a {
        font-weight: bold;
        color: #127dba;
    }

        p a:hover, p a:active, p a:focus {
            color: #3bc9b2;
        }

a, a i {
    text-decoration: none;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    color: #333333;
}

    a:hover, a:active, a:focus,
    a:hover i, a:active i, a:focus i {
        outline: 0;
        text-decoration: none;
    }

i {
    color: #333333;
}

a i, .btn i {
    color: inherit;
}

*[href*='tel:'] {
    pointer-events: none;
}

.column ul {
    margin: 0;
    padding: 0 30px 0 15px;
}

    .column ul li {
        margin: 0 0 20px 0;
        padding: 0;
        position: relative;
        list-style-type: none;
    }

        .column ul li:before {
            content: '•';
            font-size: 30px;
            line-height: 17px;
            position: absolute;
            left: -15px;
            top: 0;
        }

        .column ul li:last-child {
            margin-bottom: 20px;
        }

    .column ul.no-bullet, .column ul.no-bullets {
        padding-left: 0;
    }

        .column ul.no-bullet li:before, .column ul.no-bullets li:before {
            display: none !important;
        }

    .column ul.large {
        padding-left: 0;
        margin-bottom: -40px;
    }

        .column ul.large li {
            margin-bottom: 40px;
        }

            .column ul.large li:before {
                display: none;
            }

    .column ul.short li {
        margin-bottom: 5px;
        font-size: 16px;
    }

    .column ul:last-child li:last-child {
        margin-bottom: 0;
    }

.columnize-2 > ul, ul.columnize-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    list-style-position: outside;
    margin: 0;
}

.columnize-3 > ul, ul.columnize-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    list-style-position: outside;
    margin: 0;
}

    .columnize-2 > ul li, .columnize-3 > ul li, ul.columnize-2 li, ul.columnize-3 li {
        padding-right: 10px;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

.buttons {
    margin-bottom: -20px;
}

.button {
    padding: 12px 20px;
    min-width: 190px;
    color: #333333;
    border: 2px solid #3bc9b2;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 20px 20px 0;
    background-color: transparent;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

    .button:hover, .button:active {
        background-color: #3bc9b2;
        color: white;
        border-color: #3bc9b2;
    }

    .button, .button .fa {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }

h1.communityName {
    width: 100%;
}

.community-button {
    padding: 12px 20px;
    min-width: 190px;
    color: white;
    border: 2px solid #127dba;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    font-weight: 500;
    margin: 0 20px 20px 0;
    background-color: #127dba;
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}

    .community-button:hover, .community-button:active {
        background-color: #3bc9b2;
        color: white;
        border-color: #3bc9b2;
    }

.button.small {
    font-size: 17px;
    min-width: 150px;
    padding: 7px 18px;
}

.button.teal {
    background-color: #3bc9b2;
    color: white;
    border-color: #3bc9b2;
    font-weight: 400;
}

    .button.teal:hover, .button.teal:active {
        background-color: transparent;
        color: #3bc9b2;
    }

.attach-field {
    background: whitesmoke;
    margin-left: 1.7em;
    border-radius: 2em;
    border: 1px solid #d0d0d0;
}

#attachmentDoc {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

.link {
    font-weight: 500;
    text-decoration: underline;
}

    .link:hover, .link:active {
        color: #127dba;
        text-decoration: underline;
    }

.valign {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.halign {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.vhalign {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.text-center {
    text-align: center !important;
}

    .text-center .button {
        margin-right: 0;
        margin-left: 0;
    }

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

    .text-right .button {
        margin-right: 0;
        margin-left: 20px;
    }

img {
    display: block;
    max-width: 100%;
}

.image img {
    max-width: none;
}

.image.has-accent:after {
    content: '';
    width: 145px;
    height: 12px;
    background-color: #3bc9b2;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
}

form:not(.subform) label {
    display: none;
}

form:not(.subform) .fieldset {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 -30px -30px -30px;
}

form:not(.subform) .field {
    margin-bottom: 30px;
    padding: 0 30px;
    text-align: center;
}

form:not(.subform) input[type="text"],
form:not(.subform) input[type="number"],
form:not(.subform) input[type="tel"],
form:not(.subform) input[type="email"],
form:not(.subform) input[type="password"],
form:not(.subform) textarea {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: 2px solid #3bc9b2;
    font-size: 14px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0 15px;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
}

    form:not(.subform) input[type="text"]:focus,
    form:not(.subform) input[type="number"]:focus,
    form:not(.subform) input[type="tel"]:focus,
    form:not(.subform) input[type="email"]:focus,
    form:not(.subform) input[type="password"]:focus,
    form:not(.subform) textarea:focus {
        outline: 0;
        -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    }

form:not(.subform) input[type="submit"] {
    cursor: pointer;
    margin: 0;
    min-width: 140px;
}

    form:not(.subform) input[type="submit"]:focus {
        outline: 0;
    }

form:not(.subform) [type="file"] {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

    form:not(.subform) [type="file"] + label {
        cursor: pointer;
        display: block;
        margin-top: 10px;
        white-space: nowrap;
        text-align: left;
    }

        form:not(.subform) [type="file"] + label i {
            font-size: 22px;
            margin-right: 30px;
            margin-top: 2px;
        }

        form:not(.subform) [type="file"] + label span {
            display: block;
            font-size: 14px;
            padding-left: 55px;
        }

        form:not(.subform) [type="file"]:focus + label,
        form:not(.subform) [type="file"] + label:hover {
            color: #127dba;
            outline: 0;
        }

    form:not(.subform) [type="file"]:focus + label {
        outline: 0;
    }

form:not(.subform) .link {
    display: block;
    color: #127dba;
    padding: 30px 0;
}

    form:not(.subform) .link:hover,
    form:not(.subform) .link:active {
        color: #3bc9b2;
    }

    form:not(.subform) .link + .link {
        padding-top: 0;
    }

form:not(.subform) p {
    margin-bottom: 20px;
}

::-webkit-input-placeholder {
    text-transform: uppercase;
}

::-moz-placeholder {
    text-transform: uppercase;
}

:-moz-placeholder {
    text-transform: uppercase;
}

:-ms-input-placeholder {
    text-transform: uppercase;
}

::-placeholder {
    text-transform: uppercase;
}

section {
    overflow: hidden;
    position: relative;
}

.columns {
    max-width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}

    .columns-wide + .columns, .columns + .columns {
        padding-top: 0;
    }

.column {
    padding: 0 30px 60px 30px;
    align-content: flex-start;
}

.columns-wide {
    max-width: 100%;
    display: flex;
}

    .columns-wide > .column:first-child {
        padding-left: calc(50vw - 608px);
    }

    .columns-wide > .column:last-child {
        padding-right: calc(50vw - 608px);
    }

    .columns-wide > .column:first-child:last-child {
        padding-right: 15px;
    }

        .columns-wide > .column:first-child:last-child.d6 {
            padding-right: calc(50vw - 608px);
        }

.extra-column-padding {
    padding: 120px 30px;
}

    .extra-column-padding.d6:first-child {
        padding-right: 120px;
    }

    .extra-column-padding.d6:last-child {
        padding-left: 120px;
    }

.columns > .extra-column-padding {
    padding-top: 60px;
}

.d1 {
    width: 8.33%;
}

.d2 {
    width: 16.66%;
}

.d3 {
    width: 25%;
}

.d4 {
    width: 33.33%;
}

.d5 {
    width: 41.66%;
}

.d6 {
    width: 50%;
}

.d7 {
    width: 58.33%;
}

.d8 {
    width: 66.66%;
}

.d9 {
    width: 75%;
}

.d10 {
    width: 83.33%;
}

.d11 {
    width: 91.66%;
}

.d12 {
    width: 100%;
}

.bg-white {
    background-color: white;
}

.bg-teal {
    background-color: #3bc9b2;
}

.bg-blue {
    background-color: #127dba;
}

.bg-darkblue {
    background-color: #0e203a;
}

.bg-gradient-dark {
    background: #0c3060;
    background: -moz-linear-gradient(left,#0c3060 0%,#15598e 100%);
    background: -webkit-linear-gradient(left,#0c3060 0%,#15598e 100%);
    background: linear-gradient(to right,#0c3060 0%,#15598e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c3060',endColorstr='#15598e',GradientType=1);
}

.bg-gradient-light {
    background: #2894b6;
    background: -moz-linear-gradient(left,#2894b6 0%,#37b0b4 100%);
    background: -webkit-linear-gradient(left,#2894b6 0%,#37b0b4 100%);
    background: linear-gradient(to right,#2894b6 0%,#37b0b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2894b6',endColorstr='#37b0b4',GradientType=1);
}

    .bg-teal *, .bg-blue *, .bg-darkblue *, .bg-gradient-dark *, .bg-gradient-light * {
        color: white;
    }

    .bg-teal .button, .bg-blue .button, .bg-darkblue .button, .bg-gradient-dark .button, .bg-gradient-light .button {
        color: #333333;
        background-color: white;
        border-color: white;
    }

        .bg-teal .button:hover, .bg-teal .button:active, .bg-blue .button:hover, .bg-blue .button:active, .bg-darkblue .button:hover, .bg-darkblue .button:active, .bg-gradient-dark .button:hover, .bg-gradient-dark .button:active, .bg-gradient-light .button:hover, .bg-gradient-light .button:active {
            background-color: transparent;
            color: white;
        }

    .bg-teal h2, .bg-blue h2, .bg-darkblue h2, .bg-gradient-dark h2, .bg-gradient-light h2 {
        padding-top: 0;
    }

        .bg-teal h2:before, .bg-blue h2:before, .bg-darkblue h2:before, .bg-gradient-dark h2:before, .bg-gradient-light h2:before {
            display: none;
        }

    .bg-teal h1, .bg-teal h2, .bg-teal h3, .bg-teal p, .bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue p, .bg-darkblue h1, .bg-darkblue h2, .bg-darkblue h3, .bg-darkblue p, .bg-gradient-dark h1, .bg-gradient-dark h2, .bg-gradient-dark h3, .bg-gradient-dark p, .bg-gradient-light h1, .bg-gradient-light h2, .bg-gradient-light h3, .bg-gradient-light p {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

.button:last-child, p:last-child {
    margin-bottom: 0;
}

.button + .button:last-child {
    margin-bottom: 20px;
}

p + p {
    margin-top: -20px;
}

h2 + p, h3 + p {
    margin-top: -5px;
}

h1:first-child {
    margin-top: 0;
}

    h1:first-child:last-child {
        margin-bottom: -25px;
    }

h3:first-child {
    margin-top: 0;
}

p + ul {
    margin-top: -15px !important;
}

p + h3 {
    margin-top: 60px;
}

h2 + form {
    margin-top: 40px;
}

h2 + .posts {
    margin-top: 47px;
}

.header-top {
    background-color: #082253;
    padding: 0 30px;
}

    .header-top,
    .header-top i,
    .header-top a,
    .header-top a:link,
    .header-top a:visited {
        color: #fff;
    }

        .header-top .columns {
            display: flex;
            height: 60px;
            flex-wrap: nowrap;
        }

        .header-top ul {
            width: auto;
            padding: 0;
            margin: 0;
        }

            .header-top ul li {
                list-style-type: none;
                display: inline-block;
            }

                .header-top ul li a {
                    color: white;
                    display: block;
                    font-size: 17px;
                    padding: 0 11px;
                    font-weight: 500;
                }

                    .header-top ul li a:hover, .header-top ul li a:active {
                        color: #127dba;
                    }

                .header-top ul li:first-child a {
                    padding-left: 0;
                }

            .header-top ul.portal-links {
                margin-left: auto;
            }

                .header-top ul.portal-links li a {
                    font-size: 13px;
                    text-transform: uppercase;
                    background-color: #127dba;
                    border-radius: 20px;
                    color: white;
                    padding: 3px 12px;
                    letter-spacing: .2px;
                    font-weight: 500;
                    margin: 0 7px;
                }

                    .header-top ul.portal-links li a:hover,
                    .header-top ul.portal-links li a:active {
                        background-color: #3bc9b2;
                    }

                .header-top ul.portal-links li:last-child a {
                    margin-right: 0;
                }

.loading-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.64);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loading-background-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.64);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}

.loading-text {
    text-align: center;
}

.spinner > div {
    width: 40px;
    height: 40px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.highlight {
    background-color: #3bc9b2;
    font-weight: 800;
}

    .highlight:after {
        color: #ffffff !important;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.header-bottom {
    background-color: white;
    height: 100px;
    -webkit-box-shadow: 0px 7px 16px -9px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 16px -9px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 16px -9px rgba(0,0,0,0.2);
    position: relative;
    top: 60px;
    z-index: 2;
}

    .header-bottom .columns {
        display: flex;
        position: relative;
        padding: 0 30px;
        justify-content: right;
    }

    .header-bottom .logo {
        width: 365px;
        height: 76px;
        margin-top: 11px;
        display: block;
    }

        .header-bottom .logo img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%;
        }

    .header-bottom ul {
        margin-left: auto;
    }

        .header-bottom ul li {
            list-style-type: none;
            display: inline-block;
        }

    .header-bottom.enhanced-links ul li {
        display: none;
    }

    .header-bottom ul li a {
        font-size: 20px;
        font-weight: 500;
        color: #333333;
        padding: 20px;
        padding-top: 35px;
        display: block;
    }

        .header-bottom ul li a:hover, .header-bottom ul li a:active {
            color: #127dba;
        }

    .header-bottom ul li:last-child a {
        padding-right: 0;
    }

    .header-bottom ul li.active a {
        font-weight: 500;
        color: #127dba;
    }

    .header-bottom .nav-trigger {
        font-size: 30px;
        position: absolute;
        right: 30px;
        top: 41px;
        color: #333333;
        display: none;
        width: 40px;
        height: 21px;
    }

        .header-bottom .nav-trigger img {
            width: 100%;
            height: 100%;
        }

#404img {
    max-width: 800px;
}

#overlay {
    top: 59px;
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    background-color: #333333;
    transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease-out;
}

    #overlay.bg-darkblue {
        background-color: #082253;
    }

    #overlay.active {
        height: 100%;
        opacity: .3;
    }

#mobile-nav {
    height: calc(100% - 60px);
    position: fixed;
    left: -350px;
    top: 60px;
    background-color: #F3FFFD;
    width: 350px;
    max-width: 100%;
    z-index: 201;
    transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    padding: 0px 15px 15px 15px;
    overflow-y: scroll;
    border-right: 2px solid #ddd;
}

.mobile-nav-bottom {
    margin: 2em 1em;
}

    .mobile-nav-bottom .social-media i {
        color: #999999;
        margin-right: 1.4em;
        font-size: 1.2em;
    }

    .mobile-nav-bottom a.mobile-nav-btn {
        border: 2px solid #3BC9B2;
        border-radius: 2em;
        padding: 1em 2em;
        display: inline-block;
        margin-bottom: 2em;
        color: #082253;
        font-size: .8em;
        background: transparent;
    }

        .mobile-nav-bottom a.mobile-nav-btn:hover {
            border: 2px solid #3BC9B2;
            border-radius: 2em;
            padding: 1em 2em;
            display: inline-block;
            margin-bottom: 2em;
            color: white;
            font-size: .8em;
            background: #3BC9B2;
        }

#mobile-nav ul {
    margin: 0;
    padding: 0;
}

    #mobile-nav ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: 100%;
    }

        #mobile-nav ul li a {
            font-size: 20px;
            display: block;
            padding: 20px 0;
        }

        #mobile-nav ul li.active > a {
            color: #3bc9b2;
        }

        #mobile-nav ul li ul {
            margin: 0;
            padding: 0 0 0 30px;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
            -ms-transition: max-height 0.2s ease-out;
            -moz-transition: max-height 0.2s ease-out;
            -webkit-transition: max-height 0.2s ease-out;
            -o-transition: max-height 0.2s ease-out;
        }

            #mobile-nav ul li ul li a {
                padding: 5px 0;
                font-size: 16px;
            }

            #mobile-nav ul li ul.active {
                max-height: 1000px;
            }

#mobile-nav > ul > li {
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
}

    #mobile-nav > ul > li > ul {
        margin: -10px 0 10px 0;
    }

#mobile-nav .close {
    position: absolute;
    right: 15px;
    font-size: 30px;
    top: 20px;
    width: 20px;
    height: 20px;
}

    #mobile-nav .close img {
        width: 100%;
        height: 100%;
    }

#mobile-nav.active {
    left: 0;
    -webkit-box-shadow: -2px 0px 24px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 0px 24px -9px rgba(0,0,0,0.75);
    box-shadow: -2px 0px 24px -9px rgba(0,0,0,0.75);
}

#home-banner {
    padding: 50px 0;
    margin-top: 0;
    background-color: #f3fbff;
}

    #home-banner .columns {
        position: relative;
        z-index: 2;
    }

    #home-banner h1 {
        color: #082253;
        padding-top: 0;
    }

        #home-banner h1:before {
            display: none;
        }

    #home-banner .buttons {
        max-width: 520px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #home-banner .button {
        margin: 0 0 20px 0;
        width: 250px;
        padding-right: 0;
        padding-left: 0;
    }

    #home-banner .banner {
        position: absolute;
        left: 0;
        top: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        width: auto;
        height: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #home-banner .icons {
        position: absolute;
        right: 30px;
        z-index: 3;
        top: 50px;
        width: 500px;
        height: 380px;
    }

.image-layered-right {
    padding-right: -webkit-calc(50vw - 500px);
    padding-right: -moz-calc(50vw - 500px);
    padding-right: calc(50vw - 500px);
    position: relative;
    overflow: visible;
    z-index: 2;
}

    .image-layered-right + .bg-gradient-light {
        position: absolute;
        width: 50%;
        right: 0;
        top: 0;
        height: 100%;
        display: block;
    }

    .image-layered-right .columns {
        max-width: 100%;
        padding-left: "-webkit-calc(50vw - 608px)";
        padding-left: -moz-calc(50vw - 608px);
        padding-left: calc(50vw - 608px);
        padding-bottom: 30px;
        -webkit-box-shadow: 0px 12px 26px -16px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 12px 26px -16px rgba(0,0,0,0.75);
        box-shadow: 0px 12px 26px -16px rgba(0,0,0,0.75);
    }

    .image-layered-right .column {
        width: 70%;
        padding-left: 0;
    }

    .image-layered-right h2 {
        max-width: 400px;
    }

        .image-layered-right h2:before {
            display: block;
        }

    .image-layered-right .image {
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        height: 412px;
        overflow: hidden;
        max-width: 32%;
        -webkit-box-shadow: 0px 12px 26px -16px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 12px 26px -16px rgba(0,0,0,0.75);
        box-shadow: 0px 12px 26px -16px rgba(0,0,0,0.75);
    }

        .image-layered-right .image img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            max-width: none;
        }

    .image-layered-right .buttons {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .image-layered-right:before {
        content: '';
        height: 50px;
        width: 50%;
        position: absolute;
        right: 0;
        background-color: white;
    }

.image-layered-left {
    padding-top: 60px;
}

    .image-layered-left .columns-wide > .column:first-child {
        margin-right: -60px;
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
    }

    .image-layered-left .columns-wide > .column:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    .image-layered-left .column > .column {
        padding-right: calc(50vw - 608px);
        padding-left: 120px;
        display: flex;
        flex-wrap: wrap;
    }

    .image-layered-left .column.d12 {
        padding-top: 0;
        padding-bottom: 30px;
    }

        .image-layered-left .column.d12:first-child p {
            width: 60%;
            padding-left: 90px;
        }

        .image-layered-left .column.d12:last-child {
            padding-top: 40px;
            padding-bottom: 10px;
        }

    .image-layered-left h1 {
        font-size: 40px;
        line-height: 40px;
        padding-top: 0;
    }

        .image-layered-left h1:before {
            display: none;
        }

    .image-layered-left .d8 .button {
        width: 25%;
        margin-right: 15px;
    }

    .image-layered-left .d6 {
        margin-bottom: 30px;
    }

    .image-layered-left .image {
        overflow: hidden;
        position: relative;
        height: 460px;
    }

    .image-layered-left img {
        width: auto;
        height: auto;
        min-width: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .image-layered-left .button {
        margin-bottom: auto;
    }

.image-left {
    margin-bottom: -10px;
}

    .image-left .image {
        position: absolute;
        width: 45%;
        left: 0;
        height: 89%;
        overflow: hidden;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
    }

    .image-left img {
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .image-left .column {
        padding-bottom: 0;
    }

        .image-left .column:first-child:after {
            content: '';
            position: absolute;
            left: 44.9%;
            top: 100px;
            display: block;
            width: 44px;
            height: 160px;
            background-color: #3bc9b2;
        }

        .image-left .column:last-child {
            padding-bottom: 10px;
        }

    .image-left h1 {
        padding-top: 0;
    }

        .image-left h1:before {
            display: none;
        }

.image-right {
    margin-bottom: -10px;
}

    .image-right .image {
        position: absolute;
        width: 45%;
        right: 0;
        height: 85%;
        max-height: 900px;
        overflow: hidden;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
    }

    .image-right img {
        min-width: 100%;
        max-height: 900px;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .image-right .column {
        padding-bottom: 0;
    }

        .image-right .column:first-child:after {
            content: '';
            position: absolute;
            right: 44.9%;
            top: 100px;
            display: block;
            width: 44px;
            height: 160px;
            background-color: #3bc9b2;
        }

        .image-right .column:last-child {
            padding-bottom: 10px;
        }

.image-up {
    overflow: visible;
    margin-top: 130px;
}

    .image-up .column {
        position: relative;
    }

    .image-up .image {
        position: absolute;
        width: 100%;
        left: 0;
        height: 120%;
        overflow: hidden;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.7);
        bottom: -1px;
    }

    .image-up img {
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

.image-banner {
    margin-top: 0 !important;
    color: white;
}

    .image-banner h1 {
        line-height: 55px;
        margin-bottom: 30px;
        padding-top: 0 !important;
    }

        .image-banner h1:before {
            display: none !important;
        }

    .image-banner .column {
        z-index: 2;
        margin: 0 auto;
        text-align: center;
    }

    .image-banner img {
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        width: auto;
        height: auto;
        margin-left: -1px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .image-banner form {
        position: relative;
    }

    .image-banner input[type="text"] {
        width: 100%;
        height: 70px;
        line-height: 70px;
        padding: 0 0 0 15px;
        font-size: 18px;
        border: 0;
    }

    .image-banner input[type="submit"] {
        height: 70px;
        width: 70px;
        border: 0;
        line-height: 70px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0;
        pointer-events: none;
    }

    .image-banner:after {
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #333333;
        opacity: .7;
        position: absolute;
    }

.logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -50px;
}

    .logos .logo {
        width: 25%;
        height: 70px;
        margin-bottom: 50px;
        position: relative;
        text-align: center;
    }

        .logos .logo img {
            margin: 0 auto;
            left: 0;
            right: 0;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -40px;
}

    .posts .post {
        padding: 0 30px;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
    }

        .posts .post.post-row {
            flex-direction: row;
        }

    .posts .image {
        position: relative;
        overflow: hidden;
        height: 350px;
    }

        .posts .image img {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            min-width: 100%;
        }

    .posts .overlay-image {
        position: relative;
        background-color: white;
        margin: -44px 0 0 0;
        padding: 15px 15px 30px 0;
        float: left;
        max-width: 260px;
    }

        .posts .overlay-image + * {
            clear: both;
        }

    .posts .button {
        align-self: flex-start;
    }

    .posts .text-center * {
        text-align: center;
    }

    .posts .text-center h3 {
        margin-bottom: 20px;
    }

    .posts .text-center .button {
        align-self: center;
    }

    .posts .image + p {
        margin-top: 30px;
    }

    .posts h3:first-child, .posts .h3:first-child {
        margin-top: -10px;
    }

.news .image {
    height: 400px;
}

.newsfeed {
    margin-top: -30px;
    margin-bottom: -30px;
}

    .newsfeed .posts {
        margin: 30px 20px 30px 0;
        padding: 30px 5px 0 5px;
        height: 270px;
        position: relative;
        overflow-y: scroll;
    }

    .newsfeed .d10 {
        font-weight: 500;
    }

        .newsfeed .d10 a {
            color: #127dba;
            text-decoration: underline;
        }

            .newsfeed .d10 a:hover, .newsfeed .d10 a:active {
                color: #3bc9b2;
            }

    .newsfeed .posts::-webkit-scrollbar {
        width: 3px;
    }

    .newsfeed .posts::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 5px;
        background-color: #dddddd;
    }

    .newsfeed .posts::-webkit-scrollbar-thumb {
        background: #3bc9b2;
        border-radius: 5px;
    }

.link-item-icon {
    width: 20%;
    float: left;
}

.link-item-content {
    width: 70%;
    float: right;
}

.link-item-type {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 2em;
}

.link-item-name {
    font-size: 20px;
    margin: .5em 0;
    line-height: 1.3em;
}

a.link-item-btn {
    border: 1px solid #b6b6b6;
    margin: 1em 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: .5em 1em;
}

    a.link-item-btn:hover {
        color: white;
        background: #0f203a;
        border: 1px solid #0f203a;
    }

.team .image {
    height: 360px;
}

.services {
    margin-bottom: -120px;
}

    .services .image {
        height: 180px;
    }

@media (max-width: 1199px) {
    .services .image {
        height: 180px !important;
    }

    .cmc-video {
        height: 100%;
        width: 250%;
        margin-left: -10px;
    }

    #crestVideo {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .cmc-video {
        height: 100%;
        width: 250%;
        margin-left: -10px;
    }

    #crestVideo {
        width: 100%;
    }

    #faqHeading {
        margin-top: 65px;
    }

    img.faqImg {
        width: 55px;
        min-height: 45px;
    }

    #submitResumeColumns {
        padding-top: 15px !important;
    }

    .services .image img {
        max-width: 60% !important;
        max-height: 60% !important;
        min-width: 60% !important;
        min-height: 60% !important;
    }

    #coverLetter {
        height: 100px !important;
    }

    #address {
        font-size: 25px;
    }

    #prev2 {
        margin-left: -30%;
    }

    #flName {
        margin-left: -30%;
        width: 240px;
    }

    #names {
        font-size: 8px;
        text-align: center;
    }

    #email {
        margin-left: -23%;
        width: 240px;
    }

    #emails {
        font-size: 8px;
        text-align: center;
    }

    #PrivacyPolicy {
        margin-left: -30%;
    }

    #showAddress, #owner, #tenant {
        margin-left: 15%;
    }

    #emailSelect {
        margin-left: -30%;
    }

    #mailSelect {
        margin-left: -37%;
    }

    #privacy {
        margin-left: -33%;
    }

    #addressUpload {
        min-width: 150px;
        margin-left: -8%;
        font-size: 11px;
    }

    #docUpload {
        min-width: 150px;
        margin-left: -2%;
        font-size: 11px;
    }

    #continue {
        font-size: 11px;
    }

    #violationContent {
        overflow: scroll;
    }
}

.services .image img {
    max-height: 50%;
    max-width: 50%;
}

.services .post {
    margin-bottom: 120px;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
}

.services h3 {
    margin-bottom: 15px;
}

.services .button {
    align-self: center;
    margin: -15px 0 0 0;
}

.documents .column.d5 .button {
    margin-top: 60px;
}

.community-results .image {
    height: 300px;
}

.community-results .result-count {
    padding-bottom: 60px;
}

.pagination {
    padding-top: 120px;
    padding-bottom: 50px;
    text-align: center;
}

    .pagination a {
        padding: 0 10px;
        position: relative;
    }

        .pagination a.active {
            font-weight: bold;
        }

            .pagination a.active:after {
                content: '';
                width: 32px;
                height: 32px;
                border: 2px solid #3bc9b2;
                position: absolute;
                border-radius: 100%;
                left: -1px;
                top: -6px;
            }

            .pagination a.active:hover, .pagination a.active:active {
                text-shadow: none;
            }

        .pagination a:hover, .pagination a:active {
            text-shadow: 0 0 0.1px #333333;
        }

.accordion .item {
    max-height: 80px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #333;
    transition: max-height 0.1s;
    -moz-transition: max-height 0.1s;
    -webkit-transition: max-height 0.1s;
    -o-transition: max-height 0.1s;
}

    .accordion .item:first-child {
        border-top: 1px solid #333;
    }

    .accordion .item.active {
        max-height: 5000px !important;
        transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -webkit-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
    }

        .accordion .item.active > .title:after {
            content: '\f068';
        }

        .accordion .item.active > .title span {
            font-weight: 500;
        }

.accordion .title {
    height: 80px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px;
}

    .accordion .title:after {
        font-family: "Font Awesome 5 Free";
        content: '\f067';
        font-weight: 900;
        font-size: 26px;
        color: #3bc9b2;
        flex-grow: 1;
        text-align: right;
    }

    .accordion .title:hover {
        background: rgba(8, 34, 83, .1);
    }

.accordion .content {
    padding: 0 30px 30px 30px;
}

.accordion p:last-of-type {
    margin-bottom: 0;
}

.accordion .item .item {
    max-height: 60px;
    margin-right: -30px;
    border-bottom: 1px dotted #333;
}

    .accordion .item .item .title {
        height: 60px;
    }

        .accordion .item .item .title:after {
            right: 60px;
        }

    .accordion .item .item:first-child {
        border-top: none;
    }

    .accordion .item .item:last-child {
        border-bottom: none;
        margin-bottom: -25px;
    }

.accordion a {
    color: #127dba;
    text-decoration: none;
    font-weight: 500;
}

    .accordion a:hover, .accordion a:active {
        color: #3bc9b2;
    }

#map {
    height: 480px;
    position: relative;
    overflow: hidden;
    margin-top: -15px;
}

    #map img {
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    #map iframe {
        width: 100%;
        height: 700px;
        margin-top: -120px;
        pointer-events: none;
    }

.column table {
    width: 100%;
    margin-top: -10px;
}

    .column table td {
        padding: 10px 0;
    }

        .column table td a {
            font-weight: bold;
            text-decoration: underline;
            color: #127dba;
        }

            .column table td a:hover, .column table td a:active {
                color: #3bc9b2;
            }

            .column table td a[href*="tel:"] {
                font-weight: 300;
                color: #333333;
                text-decoration: none;
            }

    .column table.short td {
        font-size: 16px;
        padding: 5px 0;
    }

#calendar {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
    max-width: 1200px;
    margin: -50px auto 60px auto;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    overflow: hidden;
}

    #calendar .fc-toolbar {
        padding: 20px 30px;
        margin-bottom: 0;
    }

        #calendar .fc-toolbar h2 {
            font-weight: 400;
            font-size: 26px;
        }

    #calendar .fc-today {
        background-color: white;
    }

    #calendar .fc-head span {
        font-weight: 300;
        font-size: 15px;
    }

    #calendar td.fc-widget-header:first-child, #calendar td.fc-widget-content:first-child {
        border-left: 0;
    }

    #calendar td.fc-widget-header:last-child, #calendar td.fc-widget-content:last-child {
        border-right: 0;
    }

    #calendar .fc-content-skeleton {
        padding-top: 20px;
    }

    #calendar .fc-day-top {
        padding: 0px 4px 0 0;
        position: relative;
    }

    #calendar .fc-day-number {
        font-size: 15px;
        z-index: 2;
        position: absolute;
        right: 5px;
        top: -10px;
        width: 26px;
        height: 26px;
        border-radius: 100%;
        text-align: center;
        line-height: 28px;
        overflow: hidden;
    }

    #calendar .fc-event-container {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
    }

    #calendar .fc-event {
        width: 8px;
        height: 8px;
        background-color: #3bc9b2;
        border-radius: 100%;
        border: 0;
        padding: 0;
        line-height: 0;
        z-index: -1;
    }

    #calendar .fc-time, #calendar .fc-title {
        display: none;
    }

    #calendar .selected-day .fc-day-number {
        background-color: #3bc9b2;
        color: white;
    }

    #calendar .empty-day .fc-day-number {
        background-color: #999999;
    }

#calendar-tooltip {
    display: none;
}

#gridview {
    overflow-x: scroll;
    overflow-y: hidden;
}

.monumentImage {
    max-height: 100%;
}

.article-tile-image {
    min-width: 0% !important;
}

.tooltipster-sidetip .tooltipster-box {
    background: #2894b6;
    background: -moz-linear-gradient(left,#2894b6 0%,#37b0b4 100%);
    background: -webkit-linear-gradient(left,#2894b6 0%,#37b0b4 100%);
    background: linear-gradient(to right,#2894b6 0%,#37b0b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2894b6',endColorstr='#37b0b4',GradientType=1);
    border: 0;
    margin-top: 0;
    margin-left: 30px;
    max-height: 220px;
    padding: 30px 32px 30px 20px;
}

    .tooltipster-sidetip .tooltipster-box * {
        color: white;
    }

    .tooltipster-sidetip .tooltipster-box .button {
        color: #333333;
        background-color: white;
        border-color: white;
    }

        .tooltipster-sidetip .tooltipster-box .button:hover, .tooltipster-sidetip .tooltipster-box .button:active {
            background-color: transparent;
            color: white;
        }

    .tooltipster-sidetip .tooltipster-box h2 {
        padding-top: 0;
    }

        .tooltipster-sidetip .tooltipster-box h2:before {
            display: none;
        }

    .tooltipster-sidetip .tooltipster-box h1, .tooltipster-sidetip .tooltipster-box h2, .tooltipster-sidetip .tooltipster-box h3, .tooltipster-sidetip .tooltipster-box p {
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -o-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

.tooltipster-base {
    max-width: 430px;
}

    .tooltipster-base .tooltipster-arrow {
        display: none;
    }

    .tooltipster-base .event-item {
        padding-bottom: 30px;
    }

        .tooltipster-base .event-item:last-of-type {
            padding-bottom: 0;
        }

    .tooltipster-base .event-name {
        font-weight: 500;
        font-size: 17px;
        letter-spacing: .5px;
        padding-right: 30px;
    }

    .tooltipster-base .event-date {
        padding-right: 30px;
    }

    .tooltipster-base .event-date, .tooltipster-base .event-time {
        font-size: 11px;
        font-weight: 300;
    }

    .tooltipster-base p {
        font-size: 13px;
        line-height: 17px;
        margin-top: 5px;
        -webkit-font-smoothing: subpixel-antialiased !important;
        -moz-font-smoothing: subpixel-antialiased !important;
        -o-font-smoothing: subpixel-antialiased !important;
        font-smoothing: subpixel-antialiased !important;
    }

.tooltipster-content::-webkit-scrollbar {
    width: 3px;
}

.tooltipster-content::-webkit-scrollbar-track {
    box-shadow: none;
    border-radius: 5px;
    background-color: #dddddd;
}

.tooltipster-content::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 5px;
}

#footer {
    padding-bottom: 120px;
    position: relative;
    z-index: 2;
}

    #footer * {
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-font-smoothing: subpixel-antialiased;
        -o-font-smoothing: subpixel-antialiased;
        font-smoothing: subpixel-antialiased;
    }

    #footer .column {
        position: relative;
        padding-bottom: 0;
    }

    #footer a:hover, #footer a:active {
        color: #3bc9b2;
    }

        #footer a:hover i, #footer a:active i {
            color: #3bc9b2;
        }

    #footer .logo {
        height: 110px;
        width: 100%;
        display: block;
    }

        #footer .logo img {
            max-height: 100%;
            width: auto;
            margin: 0 auto;
        }

    #footer ul {
        margin: 0;
        padding: 0;
    }

        #footer ul li {
            list-style-type: none;
            float: left;
            margin: 0;
            padding: 0;
            width: 33.33%;
        }

            #footer ul li:before {
                display: none;
            }

            #footer ul li a {
                display: block;
                font-size: 17px;
                padding-bottom: 5px;
            }

            #footer ul li ul {
                position: relative;
            }

                #footer ul li ul li {
                    float: none;
                    white-space: nowrap;
                }

                    #footer ul li ul li a {
                        font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
                        letter-spacing: 1px;
                        font-size: 11px;
                        display: block;
                        padding: 5px 0;
                    }

    #footer .column-2 > ul > li:last-child {
        margin-top: 30px;
    }

    #footer .column-4 {
        padding-top: 60px;
    }

    #footer .button {
        border-color: white;
        font-size: 12px;
        font-weight: 500;
        background-color: transparent;
        color: white;
        position: absolute;
        bottom: 0;
        left: 33%;
        margin-left: 10px;
        padding: 5px 10px;
        min-width: auto;
    }

        #footer .button:hover, #footer .button:active {
            background-color: white;
            color: #082253;
        }

    #footer hr {
        width: 100%;
        border-color: #3f3f3f;
        margin: 0 0 20px 0;
    }

    #footer .address h4, #footer .hours h4 {
        margin: 0 0 9px 0;
    }

    #footer .address p, #footer .hours p {
        font-size: 12px;
        font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
        margin: 0 0 7px 0;
        line-height: 20px;
        letter-spacing: .5px;
    }

        #footer .address p:last-child, #footer .hours p:last-child {
            margin-bottom: 0;
        }

    #footer .hours {
        margin-top: 40px;
    }

    #footer .copyright {
        font-size: 11px;
        color: #999999;
        float: left;
    }

    #footer .social-media {
        float: right;
        text-align: right;
        color: #999999;
        font-size: 16px;
    }

        #footer .social-media a {
            display: block;
            float: left;
            padding: 0 15px;
        }

            #footer .social-media a i {
                color: #999999;
            }

            #footer .social-media a:hover i, #footer .social-media a:active i {
                color: #3bc9b2;
            }

        #footer .social-media:last-child a {
            padding-right: 0;
        }

.communityManagerCard {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    color: #fff;
}

    .communityManagerCard .roleName {
        font-weight: 900;
        color: #3bc9b2;
    }

    .communityManagerCard hr {
        border-color: #fff;
    }

    .communityManagerCard .managerName {
        font-weight: bold;
    }

    .communityManagerCard .roleDesc {
        font-size: 0.8em;
        font-style: italic;
        padding: 8px 0;
    }

    .communityManagerCard .contactManagerLink a,
    .communityManagerCard .contactManagerLink a i.fa {
        transition: color 200ms;
    }

        .communityManagerCard .contactManagerLink,
        .communityManagerCard .contactManagerLink a,
        .communityManagerCard .contactManagerLink a:link,
        .communityManagerCard .contactManagerLink a:visited {
            font-size: 0.8em;
            color: #fff;
            text-decoration: none;
        }

            .communityManagerCard .contactManagerLink a:hover,
            .communityManagerCard .contactManagerLink a:hover i.fa {
                color: #ccc;
            }

@media (max-width: 767px) {
    #communityFAQ {
        margin-top: 80px;
    }

    #titleQuoteButton {
        margin-left: -10px;
        margin-bottom: 15px;
        text-align: center;
    }
}

header {
    position: fixed;
    z-index: 201;
    width: 100%;
    top: 0;
}

.header-top {
    background-color: #082253;
    z-index: 99999;
    position: fixed;
    width: 100%;
    top: 0;
}

    .header-top .columns {
        justify-content: space-between;
        padding: 0;
        align-items: center;
        max-width: none;
    }

    .header-top a:hover, .header-top a:active, .header-top a:focus,
    .header-top a:hover i, .header-top a:active i, .header-top a:focus i {
        color: #117db9;
    }

    .header-top a i {
        margin-right: 15px;
    }

    .header-top .logo {
        height: 50px;
        width: 50px;
        padding: 5px 0;
    }

        .header-top .logo img {
            max-width: 100%;
            max-height: 100%;
        }

    .header-top .addressSearch {
        flex-grow: 1;
        min-width: 260px;
        max-width: 33%;
        margin: 0 15px;
    }

    .header-top .utility {
        padding-right: 80px;
        position: relative;
        height: 60px;
        padding-top: 12px;
        min-width: 0;
        max-width: 33%;
    }

        .header-top .utility .name {
            display: block;
            font-weight: bold;
            letter-spacing: .5px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .header-top .utility .title {
            text-transform: uppercase;
            font-size: 9px;
            display: block;
            font-weight: 500;
            letter-spacing: 1.5px;
            text-align: right;
            margin-top: 2px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .header-top .utility .icon {
            position: absolute;
            right: 15px;
            top: 15px;
            font-size: 30px;
            width: 26px;
            height: 26px;
            height: auto;
        }

        .header-top .utility:after {
            content: '';
            background: url("/Content/Images/icon-caret-down.svg") center center no-repeat transparent;
            width: 10px;
            height: 10px;
            position: absolute;
            right: 0;
            top: 25px;
        }

        .header-top .utility:before {
            content: '';
            height: 40px;
            width: 2px;
            background-color: #2f4360;
            position: absolute;
            right: 58px;
        }

        .header-top .utility:hover .utility-nav,
        .header-top .utility.active .utility-nav {
            max-height: 500px;
        }

    .header-top .utility-nav {
        position: absolute;
        background-color: #0f3772;
        color: white;
        width: 230px;
        padding: 0 15px;
        top: 60px;
        right: 0;
        max-height: 0;
        overflow: hidden;
    }

        .header-top .utility-nav .settings {
            font-weight: 300;
            font-size: 16px;
            letter-spacing: .5px;
            border-bottom: 1px solid white;
            -webkit-font-smoothing: antialiased;
            display: block;
            padding: 1em 0;
        }

        .header-top .utility-nav .logout {
            font-weight: 500;
            letter-spacing: .5px;
            display: block;
            padding: 1em 0;
        }

        .header-top .utility-nav > *:first-child {
            padding-top: 15px;
        }

        .header-top .utility-nav > *:last-child {
            padding-bottom: 15px;
        }

#dashboard-nav {
    max-width: 92px;
    position: fixed;
    height: 100%;
    width: 100%;
    min-height: 100vh;
    z-index: 999;
    overflow: hidden;
    background-color: white;
    transition: max-width 0.2s ease-out;
    -ms-transition: max-width 0.2s ease-out;
    -moz-transition: max-width 0.2s ease-out;
    -webkit-transition: max-width 0.2s ease-out;
    -o-transition: max-width 0.2s ease-out;
    -webkit-box-shadow: 3px 0px 11px -2px rgba(0,0,0,0.1);
    -moz-box-shadow: 3px 0px 11px -2px rgba(0,0,0,0.1);
    box-shadow: 3px 0px 11px -2px rgba(0,0,0,0.1);
    overflow: scroll;
}

    #dashboard-nav:hover {
        max-width: 400px;
    }

        #dashboard-nav:hover + #overlay {
            opacity: .3;
            height: 100%;
        }

    #dashboard-nav ul {
        margin: 0;
        padding: 0;
    }

        #dashboard-nav ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            border-bottom: 1px solid #ddd;
            width: 383px;
        }

            #dashboard-nav ul li a {
                display: block;
                color: #6d6d6d;
                width: 100%;
                height: 140px;
                position: relative;
                cursor: pointer;
                padding: 0 15px;
            }

                #dashboard-nav ul li a .title {
                    color: #6d6d6d;
                    padding: 0 15px;
                    display: none;
                }

                #dashboard-nav ul li a:hover, #dashboard-nav ul li a:active {
                    background: #082253;
                    color: white;
                    background: -moz-linear-gradient(top,#082253 0%,#127dba 100%);
                    background: -webkit-linear-gradient(top,#082253 0%,#127dba 100%);
                    background: linear-gradient(to bottom,#082253 0%,#127dba 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082253',endColorstr='#127dba',GradientType=0);
                }

                    #dashboard-nav ul li a:hover .title, #dashboard-nav ul li a:active .title {
                        color: white;
                    }

                    #dashboard-nav ul li a:hover img, #dashboard-nav ul li a:active img {
                        filter: brightness(0) invert(1);
                    }

            #dashboard-nav ul li.active a {
                background: #082253;
                background: -moz-linear-gradient(top,#082253 0%,#127dba 100%);
                background: -webkit-linear-gradient(top,#082253 0%,#127dba 100%);
                background: linear-gradient(to bottom,#082253 0%,#127dba 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082253',endColorstr='#127dba',GradientType=0);
                color: white;
            }

                #dashboard-nav ul li.active a .title {
                    color: white;
                }

                #dashboard-nav ul li.active a img {
                    filter: brightness(0) invert(1);
                }

    #dashboard-nav:hover ul li a .title,
    #dashboard-nav.active ul li a .title {
        display: block;
    }

    #dashboard-nav img,
    #dashboard-nav i.fa,
    #dashboard-nav i.fas {
        width: 37px;
        height: 37px;
        font-size: 32px;
        text-align: center;
    }

    #dashboard-nav .title {
        font-weight: 500;
    }

.dashboard-table {
    overflow: auto;
}

#dashboard-nav + #overlay {
    top: 0;
}

#community-nav {
    max-width: 1366px;
    border-radius: 10px;
    color: #474747;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 0 130px;
}

#dashboard {
    margin: 30px auto 0 auto;
    max-width: 1366px;
    border-radius: 10px;
    color: #474747;
    width: 100%;
    padding-left: 130px;
    padding-right: 15px;
}

    #dashboard h1 {
        padding-top: 0;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0;
    }

        #dashboard h1:before {
            display: none;
        }

    #dashboard table {
        border-spacing: none;
        border-collapse: collapse;
        width: 100%;
    }

        #dashboard table thead {
            background-color: #0e203a;
        }

        #dashboard table th {
            font-weight: 300;
            font-size: 12px;
            color: white;
            text-transform: uppercase;
            text-align: left;
            border-bottom: 2px solid #c1c1c1;
            padding: 5px 15px 15px 15px;
            font-weight: bold;
        }

            #dashboard table th i.fa {
                color: white;
            }

        #dashboard table td {
            font-size: 12px;
            padding: 15px;
        }

        #dashboard table.emr-dates td {
            font-size: inherit;
            padding: 5px;
        }

        #dashboard table tr:not(:last-child) {
            border-bottom: 1px solid #c1c1c1;
        }

    #dashboard .button {
        color: #082253;
        border-color: #082253;
    }

        #dashboard .button:hover, #dashboard .button:active {
            background-color: #082253;
            color: white;
        }

            #dashboard .button:hover .fa, #dashboard .button:active .fa {
                color: white;
            }

    #dashboard .accordion .item {
        border: 0;
        max-height: 100px;
        margin-bottom: 50px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
        border-radius: 10px;
    }

    #dashboard .accordion.no-address .item {
        max-height: 60px;
    }

    #dashboard .accordion.no-address .title {
        height: 60px;
    }

    #dashboard .accordion .item.active .title {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        #dashboard .accordion .item.active .title:after {
            opacity: 1;
        }

    #dashboard .accordion .title {
        background: #082253;
        background: -moz-linear-gradient(left,#082253 0%,#127dba 100%);
        background: -webkit-linear-gradient(left,#082253 0%,#127dba 100%);
        background: linear-gradient(to right,#082253 0%,#127dba 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082253',endColorstr='#127dba',GradientType=1);
        height: 100px;
        padding: 0 30px;
        border-radius: 10px;
    }

    #dashboard .accordion .title {
        color: white;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: .2px;
        line-height: 1.5em;
    }

        #dashboard .accordion .title .title-address {
            font-size: 1.4em;
            font-weight: 100;
        }

        #dashboard .accordion .title .button {
            text-decoration: none;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            font-size: 13px;
            color: white;
            border-color: white;
        }

            #dashboard .accordion .title .button:hover, #dashboard .accordion .title .button:active, #dashboard .accordion .title .button:focus {
                background-color: white;
                color: #082253;
            }

        #dashboard .accordion .title:after {
            color: white;
            opacity: 1;
        }

    #dashboard .accordion .content {
        padding-top: 50px;
    }

    #dashboard .overview {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

        #dashboard .overview .overview-item {
            width: 33%;
            border-top: 1px solid #dddddd;
            border-left: 1px solid #dddddd;
            text-align: center;
        }

            #dashboard .overview .overview-item:first-child {
                border-left: 0;
            }

        #dashboard .overview .subject {
            border-bottom: 1px solid #dddddd;
            width: 100%;
            font-weight: 400;
            font-size: 14px;
            display: block;
            color: #3f3f3f;
            letter-spacing: 1px;
            text-align: center;
            padding: 10px 0;
        }

        #dashboard .overview .assessment-subtitle {
            font-weight: 400;
            font-size: 13px;
            color: #6d6d6d;
            letter-spacing: .5px;
            text-align: center;
            margin-top: 15px;
        }

        #dashboard .overview .assessment-balance {
            font-size: 70px;
            text-align: center;
            font-weight: 100;
            margin-top: 10px;
            color: #082253;
        }

        #dashboard .overview .assessment-account {
            color: #6d6d6d;
            font-size: 11px;
            text-align: center;
            margin-top: 5px;
        }

        #dashboard .overview .button {
            text-decoration: none;
            color: #333333;
            margin: 10px auto 0 auto;
        }

            #dashboard .overview .button:hover, #dashboard .overview .button:active, #dashboard .overview .button:focus {
                color: white;
            }

        #dashboard .overview .documents {
            margin: 10px 0 0 0;
            padding: 0 15px;
            text-align: left;
        }

            #dashboard .overview .documents li {
                margin: 0 -15px;
                padding: 5px 15px;
                list-style-type: none;
                font-size: 14px;
                letter-spacing: .5px;
                display: flex;
            }

                #dashboard .overview .documents li:nth-of-type(2n) {
                    background-color: #f8f9fa;
                }

                #dashboard .overview .documents li.modal-link {
                    cursor: pointer;
                }

                    #dashboard .overview .documents li.modal-link:hover {
                        background-color: rgba(8, 34, 83, 0.1);
                    }

                #dashboard .overview .documents li .document-title {
                    width: 60%;
                    padding-right: 15px;
                }

                #dashboard .overview .documents li .document-date {
                    width: 40%;
                }

    #dashboard .icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        #dashboard .icons .icon {
            flex: 1;
            text-align: center;
            text-decoration: none;
            color: #3f3f3f;
            margin-bottom: 30px;
            padding-left: 10px;
            padding-right: 10px;
            cursor: pointer;
        }

            #dashboard .icons .icon:hover .icon-title {
                color: #3bc9b2;
            }

        #dashboard .icons .icon-image {
            width: 72px;
            height: 72px;
            margin: 0 auto;
            position: relative;
        }

            #dashboard .icons .icon-image img {
                width: auto;
                height: auto;
            }

            #dashboard .icons .icon-image .icon-number {
                position: absolute;
                top: 0;
                right: 0;
                background: #3ac9b2;
                padding: .3em;
                line-height: 1em;
                margin: 0;
                width: 1.6em;
                height: 1.6em;
                color: white;
                border-radius: 1em;
                font-size: .9em;
                font-weight: 300;
            }

        #dashboard .icons .icon-title {
            width: 100%;
            font-weight: 400;
            font-size: 14px;
            margin-top: 15px;
            display: block;
            color: #3f3f3f;
            letter-spacing: .5px;
        }

body > #dashboard {
    padding-bottom: 120px;
}

#homeowner-dashboard .select2-container {
    margin: 30px 0 60px 0;
    width: 60% !important;
}

    #homeowner-dashboard .select2-container *:focus {
        outline: 0 !important;
    }

    #homeowner-dashboard .select2-container .select2-selection--single {
        border: 0;
        height: 60px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.18);
        border-radius: 10px;
        font-weight: bold;
        letter-spacing: 1px;
        padding-left: 20px;
    }

        #homeowner-dashboard .select2-container .select2-selection--single .select2-selection__rendered {
            line-height: 60px;
        }

        #homeowner-dashboard .select2-container .select2-selection--single .select2-selection__arrow {
            display: none;
        }

        #homeowner-dashboard .select2-container .select2-selection--single:after {
            font-family: "Font Awesome 5 Free";
            content: '\f107';
            position: absolute;
            right: 15px;
            top: 22px;
        }

    #homeowner-dashboard .select2-container .select2-results > .select2-results__options {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border: 1px solid #eee !important;
        border-top: 0;
    }

#homeowner-dashboard .select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 20px;
}

#dashboard .accordion .authusers__user-list {
    padding-top: 0;
}

    #dashboard .accordion .authusers__user-list .form-group {
        margin-bottom: 0;
    }

    #dashboard .accordion .authusers__user-list .form-check,
    #dashboard .accordion .authusers__user-list .form-control {
        font-size: 0.8em;
    }

    #dashboard .accordion .authusers__user-list .row {
        border-radius: 5px;
        padding: 10px 0;
    }

        #dashboard .accordion .authusers__user-list .row.odd {
            background-color: #eee;
        }

    #dashboard .accordion .authusers__user-list .button-col button {
        margin-top: 20px;
    }

#dashboard section {
    margin-bottom: 30px;
}

#dashboard .card .card-body {
    font-size: 14px;
    font-weight: 400;
}

@media (max-width: 768px) {
    #dashboard-nav ul li {
        width: 300px;
    }

    #dashboard .accordion .item {
        max-height: 125px;
    }

    #dashboard .accordion .title {
        height: 125px;
    }

    #homeowner-dashboard .select2-container {
        width: 100% !important;
        margin-bottom: 30px;
    }
}

.emr-dates td {
    vertical-align: middle;
}

@media (min-width: 1199px) and (max-width: 1260px) {
    .columns-wide > .column:first-child, .image-layered-right .columns {
        padding-left: 30px;
    }

    .columns-wide > .column:last-child {
        padding-right: 30px;
    }
}

@media (min-width: 1199px) {
    .hidden-d, .visible-t, .visible-m {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .t1 {
        width: 8.33%;
    }

    .t2 {
        width: 16.66%;
    }

    .t3 {
        width: 25%;
    }

    .t4 {
        width: 33.33%;
    }

    .t5 {
        width: 41.66%;
    }

    .t6 {
        width: 50%;
    }

    .t7 {
        width: 58.33%;
    }

    .t8 {
        width: 66.66%;
    }

    .t9 {
        width: 75%;
    }

    .t10 {
        width: 83.33%;
    }

    .t11 {
        width: 91.66%;
    }

    .t12 {
        width: 100%;
    }

    h1 {
        font-size: 46px;
        line-height: 55px;
    }

    h3 {
        line-height: 32px;
        font-weight: bold;
    }

    *[href*='tel:'] {
        pointer-events: all;
    }

    .button {
        font-size: 18px;
    }

    .columnize-2 > ul, ul.columnize-2, .columnize-3 > ul, ul.columnize-3 {
        padding-right: 0;
    }

    .columns-wide > .column:first-child {
        padding-left: 30px;
    }

    .columns-wide > .column:last-child {
        padding-right: 30px;
    }

    .extra-column-padding.d6:first-child {
        padding-right: 60px;
    }

    .extra-column-padding.d6:last-child {
        padding-left: 60px;
    }

    section:first-of-type {
        margin-top: 0;
    }

    .header-top ul li a {
        font-size: 12px !important;
    }

    .header-top ul.global-links a {
        padding: 0 3px;
    }

    .header-top ul.portal-links li {
        margin: 0 3px;
    }

        .header-top ul.portal-links li:last-child a {
            margin-right: 0;
        }

    .header-bottom ul {
        display: none;
    }

    .header-bottom .nav-trigger {
        display: block;
    }

    #home-banner .icons {
        height: 240px;
        width: auto;
        top: 60px;
    }

    .image-banner h1 {
        line-height: 45px;
    }

    .image-layered-right {
        padding-right: -webkit-calc(50vw - 320px);
        padding-right: -moz-calc(50vw - 320px);
        padding-right: calc(50vw - 320px);
    }

        .image-layered-right .column {
            width: 80%;
            padding-left: 30px;
        }

        .image-layered-right .buttons {
            width: 120%;
        }

            .image-layered-right .buttons .button {
                width: auto;
                min-width: 150px;
            }

        .image-layered-right .image {
            height: 370px;
        }

    .image-layered-left .column > .column {
        padding-left: 95px;
        padding-right: 20px;
    }

    .image-layered-left .column.d12:first-child p {
        padding-left: 0;
        width: 100%;
    }

    .image-layered-left .column.d12:last-child p {
        font-size: 16px;
        line-height: 25px;
    }

    .image-layered-left .button + p {
        margin-top: 30px;
    }

    .image-left .column:first-child:after {
        margin-left: -19px;
    }

    .posts {
        margin-left: -15px;
        margin-right: -15px;
    }

        .posts .post {
            padding: 0 15px;
        }

        .posts .image {
            height: 300px;
        }

        .posts .overlay-image {
            max-width: 90%;
            padding: 15px 5px 28px 0;
        }

    table td, table td a {
        font-size: 15px;
    }

    #calendar {
        margin: -50px 30px 60px 30px;
    }

    #community-nav {
        max-width: 1366px;
        padding-left: 130px;
        padding-right: 15px;
    }

    #dashboard {
        max-width: 100%;
        padding-left: 130px;
        padding-right: 15px;
    }

        #dashboard .customselect + .select2-container {
            width: 80% !important;
        }

        #dashboard .customselect + .select2-container--default .select2-selection--single .select2-selection__rendered {
            font-size: 14px;
        }

        #dashboard .accordion .title {
            padding: 15px;
        }

            #dashboard .accordion .title:after {
                right: 20px;
            }

        #dashboard .accordion .title {
            font-size: 14px;
        }

            #dashboard .accordion .title .button {
                font-size: 11px;
            }

        #dashboard .accordion .content {
            padding: 30px 15px;
        }

        #dashboard .icons .icon {
            width: 25%;
        }

        #dashboard .overview .assessment-balance {
            font-size: 60px;
        }

        #dashboard .overview .documents li {
            font-size: 12px;
            line-height: 18px;
            flex-direction: column-reverse;
        }

            #dashboard .overview .documents li .document-title, #dashboard .overview .documents li .document-date {
                width: 100%;
            }
}

.card-header {
    background: linear-gradient(to right,#082253 0%,#127dba 100%);
}

    .card-header
    .card-header h1,
    .card-header h2,
    .card-header h3,
    .card-header h4,
    .card-header h5,
    .card-header h6,
    .card-header a,
    .card-header a:link,
    .card-header a:visited,
    .card-header a:active {
        color: #fff;
    }

        .card-header a.dropdown-item {
            color: #000;
        }


@media (max-width: 1199px) and (min-width: 768px) {
    .hidden-t, .visible-m, .visible-d {
        display: none !important;
    }
}

@media (max-width: 991px) {
    #home-banner {
        padding: 190px 0 0 0;
    }
}

@media (max-width: 767px) {
    .m1 {
        width: 8.33%;
    }

    .m2 {
        width: 16.66%;
    }

    .m3 {
        width: 25%;
    }

    .m4 {
        width: 33.33%;
    }

    .m5 {
        width: 41.66%;
    }

    .m6 {
        width: 50%;
    }

    .m7 {
        width: 58.33%;
    }

    .m8 {
        width: 66.66%;
    }

    .m9 {
        width: 75%;
    }

    .m10 {
        width: 83.33%;
    }

    .m11 {
        width: 91.66%;
    }

    .m12 {
        width: 100%;
    }

    .hidden-m, .visible-t, .visible-d {
        display: none !important;
    }

    h1:first-child {
        font-size: 30px;
        line-height: 37px;
        margin-top: 0;
    }

    h2 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 25px;
        padding-top: 45px;
    }

        h2:first-child {
            padding-top: 0;
        }

        h2.has-accent:first-child {
            padding-top: 35px;
        }

        h2 > br {
            display: none;
        }

    h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    p, ul li, .link {
        font-size: 14px;
        line-height: 23px;
    }

    p {
        margin-bottom: 30px;
        line-height: 28px;
    }

        p + p {
            margin-top: -15px;
        }

        p + h2 {
            padding-top: 20px;
        }

    .link + .link {
        margin-top: -15px;
    }

    .button {
        font-size: 18px;
    }

    form:not(.subform) .field {
        width: 100%;
    }

    form:not(.subform) input[type="file"] + label {
        margin-bottom: 10px;
    }

    .columnize-2 > ul, ul.columnize-2, .columnize-3 > ul, ul.columnize-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .column {
        padding: 0 30px 60px 30px;
    }

        .column + .column {
            padding-top: 0;
        }

        .column.d6 {
            padding-left: 30px !important;
            padding-right: 30px !important;
        }

        .column ul.large {
            margin-bottom: -15px;
        }

        .column ul li {
            margin-bottom: 15px;
        }

    .columns-wide {
        flex-wrap: wrap;
    }

        .columns-wide > .column {
            padding-left: 30px !important;
            padding-right: 30px !important;
            width: 100%;
            padding-top: 60px;
        }

            .columns-wide > .column + .column {
                padding-top: 50px;
            }

    .extra-column-padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .columns .extra-column-padding {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .header-top .columns, .header-bottom .columns {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-top .column {
        flex-direction: column;
    }

    .header-top ul {
        width: 100%;
    }

        .header-top ul.global-links {
            margin-bottom: 0;
            margin-top: 10px;
            text-transform: uppercase;
        }

            .header-top ul.global-links li a {
                font-size: 11px !important;
            }

        .header-top ul.portal-links {
            margin-left: auto;
            margin-right: auto;
            margin-top: 2px;
        }

            .header-top ul.portal-links li:first-child {
                margin-left: 0;
            }

            .header-top ul.portal-links li a {
                font-size: 11px !important;
                line-height: 16px !important;
                padding: 1px 5px;
                margin: 0;
                font-weight: 500;
                letter-spacing: 0;
                color: white;
                background-color: transparent;
            }

    .header-bottom {
        height: 55px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
        position: relative;
        z-index: 99;
    }

        .header-bottom .logo {
            margin-top: 7px;
            height: 40px;
        }

            .header-bottom .logo img {
                width: 210px;
            }

        .header-bottom .nav-trigger {
            right: 15px;
            top: 18px;
        }

    #home-banner {
        text-align: center;
        padding: 290px 0 15px 0;
    }

        #home-banner .column {
            padding-bottom: 20px;
        }

        #home-banner h1 {
            text-align: left;
            margin: 0 auto 30px 0;
            display: inline-block;
            width: 100%;
            font-size: 46px;
            line-height: 55px;
        }

        #home-banner .buttons {
            margin-top: 0;
            flex-direction: column;
            max-width: 100%;
        }

        #home-banner .button {
            margin: 0 auto 26px 0;
            width: auto;
            padding-left: 15px;
            padding-right: 15px;
        }

        #home-banner .banner {
            height: 450px;
            min-height: auto;
        }

        #home-banner .icons {
            right: 0;
            left: 0;
            margin: 0 auto;
        }

    .image-layered-right {
        padding: 0;
    }

        .image-layered-right .columns {
            padding: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            display: flex;
            flex-direction: column-reverse;
        }

        .image-layered-right .column {
            width: 100%;
            padding-top: 60px;
        }

        .image-layered-right .image {
            position: relative;
            top: auto;
            right: auto;
            width: 100%;
            height: 300px;
            max-width: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

            .image-layered-right .image img {
                min-width: 100%;
            }

        .image-layered-right .buttons {
            flex-direction: column;
            justify-content: space-between;
            max-width: 100%;
            margin-bottom: -20px;
        }

            .image-layered-right .buttons .button {
                margin: 0 auto 20px 0;
                min-width: none;
                width: auto;
            }

        .image-layered-right:before {
            display: none;
        }

    .image-layered-left {
        padding-top: 0;
    }

        .image-layered-left .columns-wide > .column:first-child {
            padding: 0 !important;
        }

        .image-layered-left .columns-wide > .column:last-child {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

        .image-layered-left .column > .column {
            padding-left: 30px;
            padding-right: 30px;
        }

        .image-layered-left h1 {
            margin-top: 0;
            font-size: 30px;
            width: 100%;
        }

        .image-layered-left h3 {
            margin-bottom: 30px;
        }

    .image-banner .columns {
        padding-top: 0;
    }

    .image-banner h1 {
        line-height: 40px;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .image-banner input[type="text"] {
        height: 30px;
        line-height: 30px;
    }

    .image-left {
        padding: 0;
    }

        .image-left .columns {
            padding: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .image-left .column {
            width: 100%;
        }

            .image-left .column.d6:first-child {
                padding-top: 0;
                padding-left: 0 !important;
                padding-right: 0 !important;
                padding-bottom: 70px;
            }

        .image-left .image {
            position: relative;
            top: auto;
            right: auto;
            width: 100%;
            height: 300px;
            max-width: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            left: -1px;
        }

            .image-left .image img {
                min-width: 100%;
            }

    .image-right {
        padding: 0;
    }

        .image-right .columns {
            padding: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }

        .image-right .column {
            width: 100%;
            padding-bottom: 60px;
        }

    .article .column {
        width: 100%;
    }

    .image-right .column:first-child:after {
        display: none;
    }

    .image-right .column.d6:last-child {
        padding: 0 !important;
    }

    .image-right .image {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        height: 300px;
        max-width: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        left: -1px;
    }

        .image-right .image img {
            min-width: 100%;
        }

    .article .image-right .image img {
        width: 100%;
    }

    .image-up {
        margin-top: 0;
    }

        .image-up .columns-wide > .column {
            width: 50%;
            padding-top: 60px;
        }

            .image-up .columns-wide > .column:last-child {
                margin-top: -1px;
                padding: 0 !important;
            }

            .image-up .columns-wide > .column.m12 {
                width: 100%;
            }

        .image-up .image {
            height: 100%;
        }

        .image-up h2 {
            font-size: 30px;
            line-height: 34px;
            font-weight: bold;
        }

        .image-up .image {
            height: 300px;
            position: relative;
        }

    .posts {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -60px;
    }

        .posts .post {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: 60px;
        }

        .posts .overlay-image {
            max-width: 260px;
        }

        .posts .image img {
            max-width: 100%;
            max-height: 100%;
            margin: auto;
        }

        .posts .image + p {
            font-size: 20px;
        }

    .team h3 {
        font-size: 25px;
    }

    .pagination {
        padding: 70px 0 0 0;
    }

    .logos .logo {
        width: 50%;
    }

    table td, table td a {
        font-size: 14px;
    }

    .accordion {
        font-size: 15px;
    }

        .accordion .title:after {
            right: 15px;
        }

        .accordion .item .item .title:after {
            right: 30px;
        }

    .newsfeed .posts {
        height: 240px;
        margin-right: 0;
    }

        .newsfeed .posts .post {
            margin-bottom: 35px;
            font-size: 16px;
        }

    .documents .column.d7 {
        padding-bottom: 30px;
    }

    .documents .column.d5 {
        padding-bottom: 90px;
    }

        .documents .column.d5 .button {
            margin-top: 0;
        }

    #calendar .fc-scroller {
        overflow: visible !important;
        height: auto !important;
    }

    #calendar .fc-content-skeleton {
        padding-top: 8px;
    }

    #calendar .fc-day-number {
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: -5px;
    }

    #footer {
        padding-bottom: 0;
    }

        #footer .columns {
            position: relative;
            max-width: 100%;
            width: 100%;
            margin: 0 auto;
        }

        #footer .button {
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -o-font-smoothing: antialiased;
            font-smoothing: antialiased;
            z-index: 2;
        }

        #footer .column {
            width: 100%;
            padding-bottom: 0;
        }

        #footer .column-1 {
            text-align: center;
            padding-bottom: 50px;
        }

            #footer .column-1 .logo {
                display: inline-block;
            }

        #footer .column-2 {
            display: flex;
            flex-wrap: wrap;
            position: static;
        }

            #footer .column-2 > ul {
                width: 100%;
            }

                #footer .column-2 > ul > li {
                    width: 50%;
                    margin-bottom: 40px;
                }

                    #footer .column-2 > ul > li:last-child {
                        margin-top: 0;
                    }

            #footer .column-2 .button {
                bottom: 145px;
                left: 20px;
            }

        #footer .column-3 {
            display: flex;
            flex-wrap: wrap;
            padding-top: 0;
            padding-bottom: 45px;
        }

            #footer .column-3 .address, #footer .column-3 .hours {
                width: 50%;
                margin-top: 0;
            }

                #footer .column-3 .address p + p {
                    margin-top: 14px;
                }

        #footer .column-4 {
            padding-top: 0;
            height: 180px;
        }

        #footer .copyright {
            display: block;
            float: none;
            position: absolute;
            left: 30px;
            bottom: 30px;
        }

        #footer .social-media {
            float: none;
            text-align: left;
            display: block;
            position: absolute;
            left: 15px;
            bottom: 100px;
        }

        #footer hr {
            display: none;
        }

    .header-top {
        padding: 0;
    }

        .header-top .back {
            font-size: 12px;
        }

            .header-top .back i {
                margin-right: 5px;
            }

        .header-top .logo {
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .header-top .dashboard-nav-trigger,
        .header-top .nav-trigger {
            width: 30px;
            height: 30px;
            margin-top: 10px;
            display: block;
        }

            .header-top .dashboard-nav-trigger .close-nav,
            .header-top .nav-trigger .close-nav {
                display: none;
                height: 20px;
            }

            .header-top .dashboard-nav-trigger.active .close-nav,
            .header-top .nav-trigger.active .close-nav {
                display: block;
            }

            .header-top .dashboard-nav-trigger.active .open-nav,
            .header-top .nav-trigger.active .open-nav {
                display: none;
            }

        .header-top .utility {
            width: 48px;
            padding-right: 0;
        }

            .header-top .utility .utility-nav {
                right: -15px;
            }

            .header-top .utility i {
                font-size: 20px;
            }

            .header-top .utility .name {
                font-size: 13px;
            }

            .header-top .utility .title {
                font-size: 8px;
                text-align: left;
                margin-top: 5px;
            }

            .header-top .utility .settings {
                margin-top: 15px;
            }

    #dashboard-nav {
        max-width: 0;
    }

        #dashboard-nav:hover {
            max-width: none;
        }

        #dashboard-nav.active {
            max-width: 300px;
        }

        #dashboard-nav img {
            margin-left: 0;
        }

        #dashboard-nav .title {
            padding-left: 15px;
            font-size: 12px;
            line-height: 19px;
        }

        #dashboard-nav ul li a {
            height: 100px;
            margin: 0;
            padding-left: 15px;
        }

    #dashboard {
        padding-left: 15px;
    }

        #dashboard .customselect + .select2-container {
            width: 100% !important;
            margin-bottom: 30px;
        }

        #dashboard .accordion .item {
            margin-bottom: 30px;
        }

        #dashboard .icons {
            margin-bottom: -20px;
        }

            #dashboard .icons .icon {
                width: 100%;
                padding-left: 5px;
                padding-right: 5px;
                margin-bottom: 15px;
                display: flex;
            }

                #dashboard .icons .icon .icon-title {
                    font-size: 13px;
                    margin-top: 10px;
                    text-align: left;
                    padding-left: 30px;
                    position: relative;
                }

        #dashboard .overview {
            margin-top: 30px;
        }

            #dashboard .overview .overview-item {
                width: 100%;
                border-left: 0;
                padding-bottom: 30px;
            }

            #dashboard .overview .documents li {
                flex-direction: row;
                font-size: 14px;
            }

                #dashboard .overview .documents li .document-title {
                    width: 60%;
                }

                #dashboard .overview .documents li .document-date {
                    width: 40%;
                }

                #dashboard .overview .documents li:last-child {
                    margin-bottom: 0;
                }
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10000;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #3ac9b2;
    background: rgba(58, 201, 178, 0.72);
    padding: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

    .scroll:hover {
        background: rgba(58, 201, 178, 1);
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
    }

        .scroll:hover .fa {
            padding-top: -10px;
        }

    .scroll .fa {
        font-size: 30px;
        margin-top: -5px;
        margin-left: 1px;
        transition: 0.5s;
        -moz-transition: 0.5s;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        color: white;
    }

/*# Article Tile #*/
.article-tile {
    overflow: hidden;
}

.article-tile-content {
    padding-right: .7rem;
}

.article-tile-image {
    width: 100%;
    display: block;
}

.article-tile-date {
    background-color: #E2E2E2;
    display: inline-block;
    padding: 0.3rem 1rem;
}

.title-tab {
    background: black;
    color: white;
    padding: .6rem 1rem;
    margin: 1rem .5px 0 .5px;
    display: inline-block;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: 'Source Sans Pro';
    font-weight: normal;
}

ul.vote-history {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 1111px) {
    .article-tile-large {
        padding-bottom: 1.25rem;
    }
}

@media (min-width: 768px) {
    .article-tile-large .article-tile-image {
        height: auto;
        width: 100%;
    }

    .article-tile-image {
        width: auto;
        height: 200px;
    }
}

@media (min-width: 1112px) {
    .article-tile-large .article-tile-date {
        margin-left: -1px;
    }

    .article-tile-large .article-tile-content {
        margin-left: 1rem;
    }
}
/*# Article detail tile #*/
.article-detail-datetime {
    margin-bottom: 1rem;
}

.article-detail-image {
    margin-bottom: 1rem;
}

.article-detail-related-box {
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .article-detail-related-box {
        margin-bottom: 50px;
    }
}
/*# Article related articles#*/
.article-related-articles {
    margin-top: 5rem;
}

.article-related-articles .title-tab {
    margin: 0;
}

.article-related-articles .col-lg-3 {
    margin-bottom: 20px;
}

.article-related-articles .col-lg-3 p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .article-related-articles .col-lg-3 .article-tile-image {
        height: 245px;
    }
}

#articleColumn {
    float: left;
}

.leadership {
    text-align: center;
}

.emphasis {
    color: #127dba;
    font-weight: bold;
}

.spacing {
    width: 100%;
    height: 20px;
}

::-webkit-scrollbar {
    width: 12px !important;
    /*-webkit-overflow-scrolling: auto;*/
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    background: #41617D !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #41617D !important;
}

.whoRegisters {
    margin-left: 20px;
}

@media(max-width: 600px) {
    #404img {
        max-width: 320px;
    }
}

.darkblue {
    color: #0e203a;
    font-size: 18px;
}

.green {
    color: #7fbc00;
    font-size: 18px;
}

.red {
    color: #f40f02;
    font-size: 18px;
}

.orange {
    color: #f34f1c;
    font-size: 18px;
}

.blue {
    color: #01a6f0;
    font-size: 18px;
}

.black {
    color: black;
    font-size: 18px;
}

.notify-red {
    background-color: #f4df48;
    font-weight: 800;
}

.dtsp-clearAll {
    border: 1px solid #000000 !important;
}

.dtsp-paneInputButton.dtsp-search {
    border: 1px solid #000000 !important;
}

.dtsp-paneInputButton.dtsp-search::placeholder {
    color: gray !important;
    font-style: italic;
}

/* Modern Browsers */ {
    color: transparent;
}

.paginate_button {
    border: 1px solid #000000 !important;
}

.paginate_button.disabled {
    border: 1px solid transparent !important;
}

.invalid-reminder {
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

@media(max-width: 768px) {
    .dtsp-panesContainer {
        display: none;
    }

    .button {
        min-width: 0;
        margin: 0 10px 10px 0;
    }
}

@media print {
    footer,
    .noprint {
        display: none !important;
    }

    .logo img {
        max-width: 365px;
        margin: auto;
    }
}

/*
    Employee Poral 
*/

#employee-portal .title-head {
    height: 250px;
    margin: 15px 0 15px 0;
}

#employee-portal .title-head a {
    height: 100%;
    width: 100%;
    display: block;
    background-color: #0e203a;
    border: 2px solid white;
    color: white;
    text-align: center;
}

#employee-portal .title-head a ::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 125px;
}

#new-community-news-article::after {
    content: '\f0fe';
}

#update-community-news-article::after {
    content: '\f044';
}

#update-community-faq::after {
    content: '\f128';
}

#crest-news::after {
    content: '\f1ea';
}

#user-management::after {
    content: '\f007';
}

#user-diagnostics::after {
    content: '\f0f0';
}
#community-config::after {
    content: '\f015';
}
#vendor-config::after {
    content: '\f54f';
}
#e-blast::after {
    content: '\f658';
}
/*
    Employee Portal Hover
*/

#employee-portal .title-head a:hover {
    height: 100%;
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid #0e203a;
    color: #0e203a;
}

#publishedDate table {
    border-spacing: none;
    border-collapse: collapse;
    width: 100%;
}

#publishedDate table thead {
    background-color: #0e203a;
}

#publishedDate table th {
    font-weight: 300;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    text-align: left;
    border-bottom: 2px solid #c1c1c1;
    padding: 5px 15px 15px 15px;
    font-weight: bold;
}

#publishedDate table th i.fa {
    color: white;
}

#publishedDate table td {
    font-size: 12px;
    padding: 15px;
}

#publishedDate table.emr-dates td {
    font-size: inherit;
    padding: 5px;
}

#publishedDate table tr:not(:last-child) {
    border-bottom: 1px solid #c1c1c1;
}
