@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local("Roboto Medium"), local("Roboto-Medium"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Montserrat;
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local("Montserrat ExtraBold Italic"), local("Montserrat-ExtraBoldItalic"), url("https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZbgjz_PZw.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Lato;
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("https://fonts.gstatic.com/s/lato/v16/S6u_w4BMUTPHjxsI3wi_Gwft.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local("Lato Black"), local("Lato-Black"), url("https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh50XSwiPGQ.woff2") format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
    font-family: Roboto;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.uk-offcanvas-bar .uk-navbar-dropdown {
    display: block;
    position: relative;
    background: 0 0;
    top: 0!important;
    left: 0;
    margin: 0;
    width: auto;
}
.uk-offcanvas-bar li.uk-active>a {
    color: #646464;
}
.uk-lightbox {
    z-index: 9999;
    background: rgba(0, 0, 0, .741);
}
.uk-lightbox-items>*>* {
    max-width: 85vw;
    max-height: 85vh;
}
.uk-navbar-nav>li>span {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 80px;
    padding: 0 15px;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-decoration: none;
    cursor: pointer;
}
.headerbar a {
    color: #000;
}
.phone-number {
    color: #000;
    font-family: Montserrat;
    background: linear-gradient(to right, #0453a1, #0453a1 50%, #060606 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position 275ms ease;
    text-decoration: none;
    padding-right: 4px;
}
.phone-number::after, .phone-number::before {
    box-sizing: border-box;
}
.phone-number:hover {
    background-position: 0 100%;
}
.uk-text-bold {
    font-weight: 600;
}
.uk-text-boldest {
    font-weight: 800;
}
.uk-text-small {
    font-size: calc(8px + .8vw);
    line-height: calc(18px + .8vw);
}
@media (min-width: 1920px) {
    .uk-text-small {
        font-size: 14px;
        line-height: 24px;
    }
}
.uk-text-largest {
    font-size: calc(24px + 1vw);
    line-height: calc(34px + 1vw);
}
@media (min-width: 1920px) {
    .uk-text-largest {
        font-size: 38px;
        line-height: 48px;
    }
}
.tm-navbar-container {
    background-color: #0b52a2;
}
.uk-navbar-nav>li>a, .uk-navbar-nav>li>span {
    color: #fff;
    font-family: Lato;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0;
    position: relative;
    min-height: 50px;
    z-index: 100;
}
.uk-navbar-nav>li:not(:last-child):not(:nth-last-child(2))>a:after, .uk-navbar-nav>li:not(:last-child):not(:nth-last-child(2))>span:after {
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    position: absolute;
    border-right: 3px solid #fff;
    right: -3px;
    margin-top: -1px;
    transition: all .2s;
}
.uk-navbar-nav>li.uk-active [data-uk-icon=chevron-down] *, .uk-navbar-nav>li.uk-active>a, .uk-navbar-nav>li.uk-active>span, .uk-navbar-nav>li:hover [data-uk-icon=chevron-down] *, .uk-navbar-nav>li:hover>a, .uk-navbar-nav>li:hover>span, .uk-navbar-nav>li>a.uk-open, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li>span.uk-open, .uk-navbar-nav>li>span:focus {
    color: gold;
    stroke: gold;
}
.uk-navbar-nav>li [data-uk-icon=chevron-down] {
    margin-top: -5px;
}
.uk-navbar-nav>li {
    position: relative;
}
.uk-navbar-nav>li:last-child:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    background-color: #fbcc34;
    z-index: 10;
    top: -5px;
}
.uk-navbar-nav>li:last-child:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: -5px;
    width: 0;
    right: -30px;
    height: 0;
    border-top: 30px solid transparent;
    border-left: 30px solid #fbcc34;
    border-bottom: 30px solid transparent;
}
.free-estimate {
    color: #000!important;
    font-style: italic;
    transition: all .2s;
    background-color: #fbcc34;
}
.free-estimate:hover {
    color: #fff!important;
}
.uk-navbar-dropdown-nav>li>a {
    color: #000;
    transition: all .2s;
}
.uk-offcanvas-bar .uk-nav-default>li>a, .uk-offcanvas-bar .uk-navbar-dropdown-nav>li>a {
    color: #dedede!important;
    padding: 0;
}
.uk-offcanvas-bar .uk-nav-default>li>a:hover, .uk-offcanvas-bar .uk-navbar-dropdown-nav>li>a:hover {
    color: #fff!important;
}
.uk-object-position-center {
    object-position: center;
}
.uk-object-fit-cover {
    object-fit: cover;
}
.uk-h2, .uk-h3, h1, h2, h3 {
    font-family: Lato;
}
h1 {
    font-weight: 900;
    font-variant: small-caps;
    color: #000;
    font-size: calc(23px + 1vw);
    line-height: calc(26px + 1vw);
}
@media (min-width: 1920px) {
    h1 {
        font-size: 44px;
        line-height: 44px;
    }
}
.uk-h2, h2 {
    font-size: calc(19px + 1vw);
    line-height: calc(21px + 1vw);
    margin-top: 20px;
}
@media (min-width: 1920px) {
    .uk-h2, h2 {
        font-size: 38px;
        line-height: 40px;
    }
}
.uk-h3, h3 {
    font-size: calc(17px + 1vw);
    line-height: calc(19px + 1vw);
    margin-top: 20px;
}
@media (min-width: 1920px) {
    .uk-h3, h3 {
        font-size: 36px;
        line-height: 38px;
    }
}
.uk-text-danger {
    color: #c82a2f!important;
}
a {
    color: #0b52a2;
}
.uk-height-smallest {
    height: 60px;
}
.uk-background-secondary {
    background-color: #fbcc34;
    color: #0b52a2;
}
.uk-background-primary {
    background-color: #0b52a2;
}
.uk-padding-small {
    padding: 25px;
}
.uk-button-primary {
    background-color: #fbcc34;
    color: #000;
    padding: 10px;
    font-weight: 700;
    box-shadow: 0 0 5px grey;
    transition: all .2s;
    line-height: 18px;
}
.uk-button-primary:hover {
    background-color: #0b52a2;
}
.uk-text-large {
    font-size: 1.3rem;
    line-height: 1.3;
}
.review-box {
    background-color: #fff;
    padding: 20px;
    border-bottom: 7px solid #0b52a2;
    box-shadow: 0 0 5px grey;
}
.review-box>[title*=star] {
    margin-bottom: 10px;
}
.review-box {
    font-size: 90%;
}
footer {
    background-color: #2e5d92;
}
.uk-light .uk-totop * {
    stroke: #fff;
    stroke-width: 2;
    cursor: pointer;
}
.icon-social {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    fill: #fff;
    transition: all .2s;
}
.icon-social:hover {
    filter: brightness(.9);
}
.icon-facebook {
    background-color: #083f82;
}
.icon-linkedin {
    background-color: #0074b5;
}
.icon-youtube {
    background-color: #ff312e;
}
.icon-instagram {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
@media (max-width: 960px) {
    .headerbar {
        padding: 5px;
    }
}
.offcanvas-toggle {
    margin-bottom: 15px;
}
.offcanvas-toggle>a {
    background-color: gold;
    border: 1px solid orange;
    border-radius: 4px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.uk-navbar-dropdown {
    width: auto;
}
.uk-navbar-dropdown .uk-navbar-dropdown {
    display: block!important;
    position: relative;
    top: 0!important;
    width: auto;
    padding: 0;
    left: 0!important;
    padding-left: 20px;
    animation-duration: unset!important;
}
.uk-navbar-dropdown-nav.uk-child-width-1-2 {
    width: 400px;
}
.uk-offcanvas-bar .uk-navbar-dropdown-nav.uk-child-width-1-2 {
    width: auto;
    height: auto!important;
}
.uk-offcanvas-bar .uk-navbar-dropdown-nav.uk-child-width-1-2>* {
    width: 100%;
    height: auto;
    transform: none!important;
}
.uk-navbar-dropdown .uk-navbar-dropdown .uk-navbar-dropdown-nav>li>a {
    margin: 0;
    padding: 0;
}
.uk-offcanvas-close * {
    stroke: #fff!important;
}
.contact-form .selectize-input, .contact-form input[type=text], .contact-form select, .contact-form textarea {
    width: 100%;
    border: 1px solid #0085ec!important;
    min-height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    background: #f7f7f7;
    color: #555;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    border-radius: 2px;
    font-weight: inherit;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: none!important;
}
.contact-form .selectize-input input {
    border: 0!important;
}
.contact-form .selectize-input {
    margin-bottom: 0;
}
.contact-form input[type=checkbox], .contact-form input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.contact-form label {
    margin-right: 20px;
}
.review-us .uk-button {
    color: #fff;
}
.review-us .uk-button [class*=uk-icon] {
    margin-right: 2px;
    font-size: 20px;
}
.review-us .google-plus {
    background: #bd1c0d;
}
.review-us .google-plus:hover {
    background: #af3025;
}
.review-us .yelp {
    background: #c21613;
}
.review-us .yelp:hover {
    background: #930a08;
}
.review-us .facebook {
    background: #3b5998;
}
.review-us .facebook:hover {
    background: #203766;
}
.review-us .bbb {
    background: #005a78;
}
.review-us .bbb:hover {
    background: #203766;
}
.review-us .yellowpages {
    background: #947009;
}
.review-us .yellowpages:hover {
    background: #d19c14;
}
.uk-nav-side a {
    color: #111;
    background: #bdbdbd;
    font-size: 1.2em;
    border-bottom: 1px solid #000;
    font-weight: 400;
    padding: 5px 25px;
}
.uk-nav-side a:active, .uk-nav-side a:hover {
    color: #fff!important;
    background: #960101!important;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.financeStyle {
    border: 1px solid #9e9e9e;
    font-size: 1.3em;
    text-align: center;
    color: #272727;
    font-weight: 700;
    background: #bfd255;
    background: -moz-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 93%, #9ecb2d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bfd255), color-stop(50%, #8eb92a), color-stop(93%, #72aa00), color-stop(100%, #9ecb2d));
    background: -webkit-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 93%, #9ecb2d 100%);
    background: -o-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 93%, #9ecb2d 100%);
    background: -ms-linear-gradient(top, #bfd255 0, #8eb92a 50%, #72aa00 93%, #9ecb2d 100%);
    background: linear-gradient(to bottom, #bfd255 0, #8eb92a 50%, #72aa00 93%, #9ecb2d 100%);
}
.financeStyle span {
    color: #fff;
    font-weight: 100;
    text-shadow: 1px 1px 1px #000;
}
.financeStyle a {
    color: #000;
}
.financeStyle a:hover {
    text-decoration: none;
}
.imgStyle {
    box-shadow: .25em .25em .25em #aaa;
    border: 2px solid #6b6b6b;
}
.uk-clear-both {
    clear: both;
}
.uk-card {
    overflow: hidden;
}
.serviceArea_height {
    overflow: auto;
    height: 300px;
}
.serviceArea.module {
    border: medium none;
    clear: both;
    display: table;
    font-size: 1em;
    overflow: auto;
    height: 300px;
}
.serviceArea_header {
    background: #89181a!important;
    color: #fff;
    font-weight: 700;
}
.serviceArea_row {
    background: #f0f0f0;
    display: table-row;
}
.serviceArea_box {
    border: 1px SOLID #fff;
    display: table-cell;
    padding: 5px;
}
.county {
    width: 12%;
}
.helper-text {
    color: #4675c7;
    font-weight: 700;
    margin-bottom: 5px;
}
.realtors-form input[type=text], .realtors-form select {
    width: calc(100% - 40px);
    height: 39px;
    border-radius: 0 2px 2px 0;
}
.realtors-form .uk-icon {
    width: 40px;
    padding: 10px;
    box-sizing: border-box;
    background: #4267b2;
}
.realtors-form .uk-icon svg * {
    stroke: #fff!important;
}
.realtors-form p:active .uk-icon, .realtors-form p:focus .uk-icon, .realtors-form p:focus-within .uk-icon, .realtors-form p:hover .uk-icon {
    background: #c34546;
}
.realtors-form p:active input[type=text], .realtors-form p:active select, .realtors-form p:focus-within input[type=text], .realtors-form p:focus-within select, .realtors-form p:hover input[type=text], .realtors-form p:hover select {
    border: 1px solid #c34546;
}
.mobile-buttons {
    position: fixed;
    bottom: 0;
    padding: 14px 0 8px;
    min-height: 70px;
    background: #173861;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 -5px 20px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 -5px 20px;
    box-shadow: rgba(0, 0, 0, .25) 0 -5px 20px;
}
.mobile-buttons .phone-mobile {
    background: #173861;
    padding: 14px;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #fff;
    margin-top: -20px;
    margin-right: -10px;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 -2px 20px;
    -moz-box-shadow: rgba(0, 0, 0, .25) 0 -2px 20px;
    box-shadow: rgba(0, 0, 0, .25) 0 -2px 20px;
}
.mobile-nav-icon svg {
    fill: #fff;
}
.mobile-nav-icon svg polyline {
    stroke: #fff;
}
.mobile-nav-icon {
    font-size: 20px;
    color: #fff!important;
    cursor: pointer;
}
.mobile-buttons a {
    color: #fff;
}
@media (min-width: 1200px) {
    #main {
        background-image: url("/images/bg-main.png");
        background-size: 100%;
    }
}
@media (max-width: 1199px) {
    #footer {
        margin-bottom: 80px;
    }
}
.uk-light {
    color: rgba(255, 255, 255, .8);
}
.uk-position-absolute {
    position: absolute;
}
.mod_tastymonial .tastymonial_link {
    margin-top: 10px;
}
.review h6 {
    font-size: 120%;
    margin: 10px 0;
}
.review .author {
    margin: 10px 0;
    font-weight: 700;
}
.star-font-icon-star svg * {
    stroke: orange;
    fill: orange;
}
.star-font-icon-star-empty svg * {
    stroke: orange;
    fill: #fff;
}
.uk-icon-bbb:after, .uk-icon-bbb:before {
    font-family: arial;
    font-weight: 700;
    color: #005a78;
    text-transform: uppercase;
    text-align: center;
}
.uk-icon-bbb:before {
    content: "BBB";
    font-size: 18px;
}
.uk-icon-bbb:after {
    content: "Start with Trust";
    display: block;
    font-size: 3.8px;
    margin-top: -3px;
}
.uk-width-1-1 {
    width: 100%;
}
.uk-z-index-negative {
    z-index: -1;
}
img {
    max-width: 100%;
    height: auto
}