<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(normalize.css);
@import url(owl.carousel.min.css);
@import url(qtip.css);
@import url("https://fonts.googleapis.com/css?family=PT+Sans|Roboto:400,700");
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
    font-family: 'PT Sans', sans-serif;
}


/* ====== FONT STYLES ========================== */

.ptsans,
.common-header h1,
.common-header h2,
.common-header h3,
.btn-green,
nav#main-nav&gt;ul.priority-nav li a,
nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li a,
.breadcrumb h1,
.breadcrumb ul li,
.right-column article h3,
#slide-wrapper .slide .wrap .text h1,
.home .services article h3,
.cta-band .box-1 div:first-of-type,
.cta-band .box-2 div:first-of-type,
.cta-band .box-2 div:last-of-type,
.blog-item .meta,
.blog-item .news-tags,
.blog-article .meta time,
.blog-article .meta .news-tags,
.blog-article h2,
.blog-article h3,
#transactions-list article .text h2 {
    font-family: 'PT Sans', sans-serif;
}

.roboto,
.common-text,
main,
footer .upper p,
footer .upper .news-item,
.landing-upper .phone-cta,
#slide-wrapper .slide .wrap .text p,
.home .services article p,
.home .testimonials .quote,
.general .testimonials .quote,
.cta-band .box-1 div:last-of-type,
.home .transactions .property .meta .text .location,
.transactions-cta {
    font-family: 'Roboto', sans-serif;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.bold {
    font-weight: 700;
}


/* ====== STRUCTURAL ========================*/

#site-wrapper {
    min-width: 320px;
}

.wrap {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
}

.wrap-flex {
    display: flex;
    gap: 10;
}

.wrap:after {
    content: " ";
    display: block;
    clear: both;
}

.wrap.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

main {
    margin: 0 0 0 0;
}

.landing-bg {
    background-image: url(../../images/landing.jpg);
    background-repeat: no-repeat;
    background-position: 0px 200px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#359bc3+0,33afc9+50,33bccf+100 */
    background: #359bc3;
    /* Old browsers */
    background: -moz-linear-gradient(left, #359bc3 0%, #33afc9 50%, #33bccf 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #359bc3 0%, #33afc9 50%, #33bccf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #359bc3 0%, #33afc9 50%, #33bccf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#359bc3', endColorstr='#33bccf', GradientType=1);
    /* IE6-9 */
}


/* ====== COMMON ========================*/

.img img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none !important;
}

.visible {
    visibility: visible !important;
    opacity: 1 !important;
}

.show-inline-block {
    display: inline-block !important;
}

.common-header {
    margin-bottom: 40px;
}

.common-header h1,
.common-header h2,
.common-header h3 {
    color: #273482;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: bold !important;
    margin: 0 0 10px;
    position: relative;
}

.common-header h1 a,
.common-header h2 a,
.common-header h3 a {
    color: #273482;
}

.common-header h1:after,
.common-header h2:after,
.common-header h3:after {
    content: "";
    background: #009fde;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 80px;
}

.btn-green {
    color: #FFF;
    background-color: #00de3f;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    text-align: center;
    border: none;
}

.btn-large {
    font-size: 1.125rem;
    padding: 15px 50px;
    max-width: 350px;
}

.btn-small {
    font-size: 0.9rem;
    padding: 8px 25px;
    max-width: 100px;
}

.common-text,
main {
    font-size: 0.875rem;
    color: #8a8b8d;
    line-height: 1.6;
}


/* ====== HEADER ========================*/

header#top .upper {
    background-color: #f4f5f9;
}

header#top .upper .strap {
    width: 57.1428571429%;
    /* float: left; */
    margin-right: 2.8571428571%;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #273482;
    font-size: 1rem;
    padding: 25px 0;
}

header#top .upper .strap span {
    color: #009fde;
}

header#top .upper .phone {
    width: 40%;
    /* float: right; */
    margin-right: 0;
    background-color: #00de3f;
    color: #FFF;
    padding: 20px;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

header#top .lower {
    background-color: #FFF;
    padding: 10px 0;
    height: 100%;
}

header#top .lower #logo {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
}

header#top .lower #logo img {
    max-width: 100%;
}

header#top .lower nav#main-nav {
    width: 65.7142857143%;
    /* float: right; */
    margin-right: 0;
}

nav#main-nav {
    display: block;
    width: auto;
    text-align: right;
    line-height: 4;
}

nav#main-nav&gt;ul.priority-nav {
    display: inline-block;
    padding-right: 0px;
}

nav#main-nav&gt;ul.priority-nav li {
    display: inline-block;
    position: relative;
}

nav#main-nav&gt;ul.priority-nav li a {
    color: #009fde;
    display: block;
    padding: 15px 25px 15px 0px;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: bold;
}

nav#main-nav&gt;ul.priority-nav li a:hover {
    color: #273482;
}

nav#main-nav&gt;ul.priority-nav li.active a {
    color: #273482;
}

nav#main-nav&gt;ul.priority-nav li:hover ul {
    visibility: visible;
    opacity: 1;
}

nav#main-nav&gt;ul.priority-nav li .visible {
    visibility: visible !important;
    opacity: 1 !important;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
    -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
    -o-transition: visibility 0.2s linear, opacity 0.2s linear;
    background: #999999 none repeat scroll 0 0 !important;
    border-radius: 0 0 3px 3px;
    border-top: 3px solid #058BBE;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    left: 0;
    padding: 0;
    position: absolute;
    top: 82px;
    z-index: 4000;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 65%, #f7f7f7 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #e5e5e5;
    display: block;
    max-height: 45px;
    margin: 0;
    padding: 0;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li:hover ul {
    display: block;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li a {
    border: medium none !important;
    background-color: transparent !important;
    color: #009fde;
    display: block;
    font-weight: 300 !important;
    height: auto;
    line-height: 1.2;
    margin: 0;
    font-size: 1rem;
    padding: 12px 8px 12px 12px !important;
    min-width: 250px;
    text-align: left;
    text-transform: uppercase;
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    /*&amp;:before {
            	font-family: 'fontAwesome';
            	content: '';
            	margin-right: 5px;
            }	*/
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li a:hover {
    background-color: #009fde !important;
    color: #FFF !important;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li:hover a span.handle {
    color: #FFF !important;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li span.handle {
    display: block !important;
    position: absolute;
    top: 0px;
    right: 5px;
    text-align: center;
    cursor: pointer;
    color: #273482;
    line-height: 1;
    padding: 13px 5px;
    font-size: 1rem;
    z-index: 2;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li span.handle:before {
    font-family: 'fontAwesome';
    content: '\f105' !important;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li:last-child {
    border: medium none;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li.active {
    background: #009fde !important;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li.active a {
    color: #FFF;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li.active ul.sub-menu&gt;li&gt;a {
    color: #009fde;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li.active li span.handle {
    color: #FFF !important;
}

nav#main-nav&gt;ul.priority-nav li&gt;.sub-menu li ul {
    display: none;
    left: 100%;
    top: 0px;
    border-top: 0;
}

nav#main-nav&gt;ul.priority-nav&gt;li&gt;.sub-menu::before {
    border-bottom: 7px solid #058BBE;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    left: 15px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 999;
}

nav#main-nav&gt;ul.priority-nav li.dropdown a {
    padding: 15px 25px 15px 10px;
}

nav#main-nav .overflow-controls {
    position: absolute;
    right: 8px;
    top: 15px;
}

nav#main-nav .overflow-controls .btn {
    cursor: pointer;
    text-align: center;
    float: right;
    height: 50px;
    line-height: 2.6;
    width: 30px;
    display: block;
    font-size: 1.8rem;
    color: #273482;
}

nav#main-nav .overflow-controls .search-nav-btn {
    font-size: 1rem;
    line-height: 2.8;
}

nav#main-nav .overflow-controls .search-nav-btn.active,
nav#main-nav .overflow-controls .overflow-nav-btn.active {
    color: #009fde !important;
}

nav#main-nav .overflow-controls #overflow-nav-wrapper {
    background: #999999 none repeat scroll 0 0 !important;
    border-radius: 0 0 3px 3px;
    border-top: 3px solid #058BBE;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
    border-top: 3px solid #009fde;
    position: absolute;
    width: 100%;
    top: 95%;
    right: -10px;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    min-width: 250px;
    color: #222;
    list-style: none;
    z-index: 999;
}

nav#main-nav .overflow-controls #overflow-nav-wrapper:before {
    border-bottom: 7px solid #009fde;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    height: 0;
    right: 20px;
    position: absolute;
    top: -10px;
    width: 0;
    z-index: 999;
}

nav#main-nav .overflow-controls #overflow-nav-wrapper div.overflow-list-wrapper {
    overflow-y: auto;
    width: 100%;
}

nav#main-nav .overflow-controls .show {
    opacity: 1 !important;
    visibility: visible !important;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li {
    background: white;
    /* Old browsers */
    background: -moz-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, white), color-stop(100%, #f7f7f7));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, white 65%, #f7f7f7 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, white 65%, #f7f7f7 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    /* IE6-9 */
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    width: 100%;
    line-height: 2.8;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li a {
    font-family: 'Roboto', Helvetica, sans-serif;
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 55px 0px 10px !important;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    text-transform: uppercase;
    color: #009fde;
    font-size: 0.9rem;
    text-align: left;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li a:hover {
    background-color: #009fde;
    color: #FFF;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li span.handle {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    color: #515252;
    width: 50px;
    border-left: 1px solid #e5e5e5;
    line-height: 1;
    padding: 13px 5px;
    font-size: 1.2rem;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li span.handle:hover {
    background-color: #009fde;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li span.open:before {
    font-family: 'fontAwesome';
    content: '\f107';
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li span.close:before {
    font-family: 'fontAwesome';
    content: '\f106';
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu {
    background-color: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    display: none;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li {
    border-bottom: 1px solid #e5e5e5;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li a {
    border: medium none !important;
    font-family: 'Roboto', Helvetica, sans-serif;
    background-color: transparent;
    color: #009fde;
    font-weight: normal !important;
    height: auto;
    line-height: 1.2;
    margin: 0;
    font-size: 1rem;
    padding: 12px 8px 12px 12px !important;
    width: 100%;
    text-align: left;
    text-transform: none;
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li a:before {
    font-family: 'fontAwesome';
    content: '';
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li a:hover {
    background-color: #009fde;
    color: #FFF !important;
    content: '\f105';
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li a.active {
    color: #009fde;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li:last-of-type {
    border-bottom: 0;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li.active a {
    color: #009fde;
}

nav#main-nav .overflow-controls ul.overflow-nav-list&gt;li ul.sub-menu li.active:hover a {
    color: #FFF !important;
}

.hide {
    display: none !important;
}

.show-inline-block {
    display: inline-block !important;
}

footer .upper {
    background-color: #f4f5f9;
    padding: 70px 0;
}

footer .upper .common-header {
    margin-bottom: 40px !important;
}

footer .upper .common-header h3 {
    font-size: 1.125rem !important;
}

footer .upper p {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #252c41;
}

footer .upper .feed a {
    color: #009fde;
}

footer .upper .twitter-link {
    color: #009fde;
}

footer .upper .posted {
    color: #a3a3a3;
}

footer .upper .social {
    margin-top: 25px;
}

footer .upper .social .fa-twitter,
footer .upper .social .fa-facebook,
footer .upper .social .fa-linkedin {
    color: #FFF;
    font-size: 1.75rem;
}

footer .upper .social .fa-circle {
    color: #009fde;
}

footer .upper ul.form-holder li {
    padding: 2px 0 !important;
}

footer .upper ul.form-holder li:last-of-type {
    text-align: right;
}

footer .upper .news-item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    margin-top: 12px;
}

footer .upper .news-item .date {
    font-size: 0.875rem;
    color: #a3a3a3;
    padding-bottom: 6px;
}

footer .upper .news-item a {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #252c41;
    text-transform: uppercase;
}

footer .upper section {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
}

footer .upper section:last-of-type {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
}

footer .lower {
    background-color: #273482;
    color: #fff;
    padding: 25px 0;
}

footer .lower .left {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%;
}

footer .lower .right {
    width: 57.1428571429%;
    float: right;
    margin-right: 0;
    text-align: right;
}

footer .lower .right ul li {
    display: inline-block;
    padding: 0 5px;
}

footer .lower .right ul li a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
}


/* ====== BREADCRUMB ========================*/

.breadcrumb {
    background-image: url(../../images/breadcrumb-background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0 0 50px 0;
}

.breadcrumb h1 {
    font-size: 2.175rem;
    font-weight: 300;
    text-transform: uppercase;
    padding: 100px 0 10px 0;
    color: #FFF;
}

.breadcrumb ul {
    padding: 0 0 100px 0;
}

.breadcrumb ul li {
    color: #FFF;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 5px;
    font-size: 1.1rem;
}

.breadcrumb ul li:after {
    font-family: 'fontAwesome';
    content: '\f105';
    margin-left: 10px;
    color: #FFF;
}

.breadcrumb ul li:first-of-type {
    padding-left: 0;
}

.breadcrumb ul li:last-of-type:after {
    content: '';
}

.breadcrumb ul li a {
    color: #FFF;
}

.breadcrumb ul li a:hover {
    color: #273482;
}


/* ====== LANDING PAGE ========================*/

.landing-slide {
    padding: 50px 0 100px 0;
    background-image: url(../../images/wave-background.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.landing-slide .text {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    color: #FFF;
}

.landing-slide .text h1 {
    font-size: 2.625rem;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(3, 4, 4, 0.7);
    line-height: 1.2;
    text-transform: uppercase;
    color: #273482;
}

.landing-slide .text p {
    font-size: 1.875rem;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(3, 4, 4, 0.7);
}

.landing-slide .text ul li {
    background-image: url(../../images/tick.png);
    background-position: left 11px;
    background-repeat: no-repeat;
    font-size: 1.675rem;
    padding-left: 35px;
    text-shadow: 1px 1px 1px rgba(3, 4, 4, 0.7);
}

.landing-slide .quote-form-wrapper {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
    background-image: url(../../images/form-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    padding: 40px 30px;
}

.landing-slide .quote-form-wrapper h2 {
    font-size: 2.375rem;
    color: #FFF;
    margin: 0 0 15px 0;
}

.landing-slide .quote-form-wrapper input {
    background-color: #FFF;
}

.landing-slide .quote-form-wrapper button.btn-green {
    float: right;
}

.content p {
    font-size: 1rem;
}

.content ul {
    list-style-type: square;
    margin: 0 0 0 20px;
}

.content ul li {
    font-size: 1rem;
}

.landing-upper {
    background-color: #f4f5f9;
    padding: 30px 0 50px 0;
}

.landing-upper .content {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
}

.landing-upper .phone-cta {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
    background-image: url(../../images/free-valuations.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #273482;
    font-size: 2.125rem;
    font-weight: 600;
    height: 320px;
    border-bottom: 1px solid #e8e9ea;
}

.landing-upper .phone-cta a {
    display: block;
    height: 100%;
}

.landing-middle {
    padding: 40px 0 0 0;
    background-image: url(../../images/testimonials-background.jpg);
    background-size: 100% auto;
}

.landing-lower {
    padding: 40px 0 60px 0;
    background: #FFF;
}

.leaseback {
    width: 74.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
    padding-bottom: 50px;
}

.right-column {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
}

.right-column article h3 {
    color: #009fde;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.testimonials-slider {
    margin-bottom: 50px;
}

.testimonials-slider .item {
    display: inline-block;
    min-height: 300px;
}

.testimonials-slider .item .title {
    position: absolute;
    top: 250px;
    left: 10px;
}

.testimonials-slider .item .title h4 {
    color: #273482;
    font-size: 1.250rem;
    font-weight: 600;
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.testimonials-slider .item .title p {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    color: #009fde;
    font-weight: normal;
}

.testimonials-slider .item .quote {
    background-color: #f4f5f9;
    background-image: url(../../images/quote-box-bg.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    position: relative;
    left: 20%;
    width: 80%;
    height: auto;
    color: #009fde;
    padding: 40px 60px;
}

.testimonials-slider .item .quote p {
    font-size: 1.250rem;
    position: relative;
    z-index: 2;
    margin: 0;
}

.testimonials-slider .owl-dots {
    position: absolute;
    top: 80px;
    left: 8.5%;
    transform: translateX(-50%);
}

.testimonials-slider .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.testimonials-slider .owl-dots .owl-dot span {
    width: 40px;
    height: 4px;
    margin: 5px 7px;
    background: #d8d9da;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.testimonials-slider .owl-dots .active&gt;span {
    background: #009fde;
}

.testimonials-slider .owl-nav {
    position: absolute;
    top: 20px;
}

.testimonials-slider .owl-nav .owl-next,
.testimonials-slider .owl-nav .owl-prev {
    display: inline-block;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 3;
    height: 52px;
    width: 52px;
    background: #f4f5f9;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: 2px solid #cccccc;
}

.testimonials-slider .owl-nav .owl-prev:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 28px;
    color: #ccc;
    top: 3px;
    left: 13px;
    margin-right: 5px;
    content: "\f053";
}

.testimonials-slider .owl-nav .owl-next {
    right: -120px;
}

.testimonials-slider .owl-nav .owl-next:before {
    position: absolute;
    font-family: FontAwesome;
    font-size: 28px;
    color: #ccc;
    top: 3px;
    left: 16px;
    margin-right: 5px;
    content: "\f054";
}


/* ====== HOME ========================*/

#slide-wrapper {
    padding-bottom: 60px;
}

#slide-wrapper .slide {
    min-height: 600px;
}

#slide-wrapper .slide .wrap .text {
    background-color: #FFF;
    padding: 50px 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    position: relative;
    top: 120px;
}

#slide-wrapper .slide .wrap .text h1 {
    font-size: 2.625em;
    color: #009fde;
    text-transform: uppercase;
}

#slide-wrapper .slide .wrap .text p {
    font-size: 1.25rem;
    color: #252c41;
    margin-bottom: 30px;
    line-height: 1.6;
}

#slide-wrapper .slide .wrap .text a {
    display: block;
}

#slide-wrapper .slide .wrap .text2 .text-title {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 10px;
}

#slide-wrapper .slide .wrap .text2 p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #fff;
}

#slide-wrapper .slide .wrap .text2 p:last-child {
    margin-bottom: 0;
}

#slide-wrapper .slide .wrap .text2 {
    background-color: #00a0df;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 350px;
    float: right;
    position: absolute;
    bottom: -180px;
    right: 0px;
}

#slide-wrapper .slide .wrap:after {
    display: table;
    clear: both;
    content: '';
}

#slide-wrapper .slide-01 {
    background-image: url(../../images/slide-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.home .services {
    margin-bottom: 30px;
}

.home .services article {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
}

.home .services article:last-of-type {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
}

.home .services article h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.home .services article h3 a {
    color: #009fde;
}

.home .services article p {
    font-size: 0.875rem;
    color: #8a8b8d;
    line-height: 1.6;
}

.home .col-2 {
    margin-bottom: 40px;
}

.home .col-2 .welcome {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
}

.home .col-2 .welcome p {
    font-size: 1rem;
}

.home .col-2 .right-col {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
}

.general .col-2 {
    margin-bottom: 40px;
}

.general .col-2 .welcome {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
}

.general .col-2 .welcome .transaction-header {
    margin-top: 20px;
}

.general .col-2 .welcome .transaction-img img {
    display: block;
}

.general .col-2 .welcome p {
    font-size: 1rem;
}

.general .col-2 .right-col {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
}

.home .testimonials {
    margin: 50px 0;
}

.home .testimonials .quote {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    font-size: 1.125rem;
}

.home .testimonials .quote:last-of-type {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
}

.home .testimonials .quote .quote-box {
    background-color: #f4f5f9;
    background-image: url(../../images/quote-box-bg.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    padding: 35px;
    color: #252c41;
    margin-bottom: 30px;
    min-height: 700px;
}

.home .testimonials .quote .citation {
    color: #009fde;
}

.general .testimonials {
    margin: 50px 0;
}

.general .testimonials .quote {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    font-size: 1.125rem;
}

.general .testimonials .quote:last-of-type {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
}

.general .testimonials .quote .quote-box {
    background-color: #f4f5f9;
    background-image: url(../../images/quote-box-bg.png);
    background-repeat: no-repeat;
    background-position: 20px 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    padding: 35px;
    color: #252c41;
    margin-bottom: 30px;
}

.general .testimonials .quote .citation {
    color: #009fde;
}

section.enquiry-form-wrapper {
    background-color: #f4f5f9;
    border: 2px solid #e0e0e2;
    padding: 20px;
    margin-bottom: 30px;
}

section.enquiry-form-wrapper header {
    margin-bottom: 20px !important;
}

section.enquiry-form-wrapper ul li:last-of-type {
    text-align: right;
}

section.twitter header {
    margin-bottom: 40px !important;
}

section.twitter div {
    padding: 20px;
    background-color: #f4f5f9;
}

section.twitter div p {
    font-size: 0.85rem;
}

section.twitter div p a {
    color: #009fde;
}

section.twitter div p.status-info {
    font-style: italic;
}

.light-blue {
    background-color: #009fde;
}

.light-blue .box-3 span {
    background-color: #02aaec;
}

.dark-blue {
    background-color: #273482;
}

.dark-blue .box-3 span {
    background-color: #222d71;
}

.cta-band {
    padding: 40px 0;
}

.cta-band .box-1 {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%;
    color: #FFF;
}

.cta-band .box-1 div:first-of-type {
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cta-band .box-1 div:last-of-type {
    font-size: 1rem;
}

.cta-band .box-2 {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
    text-align: right;
    color: #FFF;
}

.cta-band .box-2 div:first-of-type {
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}

.cta-band .box-2 div:last-of-type {
    font-size: 1.4rem;
}

.cta-band .box-3 {
    width: 5.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    text-align: center;
    padding-top: 0;
}

.cta-band .box-3 span {
    display: block;
    color: #FFF;
    font-size: 1.25rem;
    padding: 12px;
    font-weight: bold;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

.cta-band .box-4 {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
    padding-top: 15px;
}

.home .transactions {
    padding: 40px 0;
    background-color: #f4f5f9;
}

.home .transactions:after {
    content: "";
    display: table;
    clear: both;
}

.home .transactions header {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
}

.home .transactions .filters {
    text-align: right;
    padding-top: 30px;
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
}

.home .transactions .filters ul li {
    display: inline-block;
}

.home .transactions .filters ul li a {
    font-size: 0.9rem;
    font-weight: bold;
    color: #009fde;
    padding: 5px 15px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.home .transactions .filters ul li a.is-checked {
    background-color: #eaecf1;
}

.home .transactions .property {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
    background-color: #FFF;
    -webkit-box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    box-shadow: 3px 3px 2px 0px rgba(214, 214, 214, 0.5);
    position: relative;
    height: auto;
}

.home .transactions .property .img img {
    display: block;
}

.home .transactions .property .meta {
    padding: 10px 15px;
}

.home .transactions .property .meta:after {
    content: "";
    display: table;
    clear: both;
}

.home .transactions .property .meta .text {
    float: left;
    width: 50%;
}

.home .transactions .property .meta .text .title {
    color: #273482;
    font-weight: bold;
    font-size: 1.375rem;
}

.home .transactions .property .meta .text .location {
    font-size: 1rem;
    font-weight: normal;
    color: #252c41;
}

.home .transactions .property .meta .price {
    float: right;
    width: 50%;
    text-align: right;
    font-weight: bold;
    color: #009fde;
    font-size: 1.375rem;
    line-height: 3;
}

.home .transactions .property,
.home .transactions .grid-sizer {
    width: 30.8%;
}

.hero {
    background-image: url(../../images/content-hero.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #f4f5f9;
    background-size: 50% 100%;
}

.hero:after {
    content: "";
    display: table;
    clear: both;
}

.hero div.text {
    padding: 50px 0 50px 20px;
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
}

.hero div.text p {
    font-size: 1.125rem;
}

.hero div.text ul {
    list-style-type: square;
    margin: 0 0 0 20px;
}

.hero div.text ul li {
    font-size: 1.125rem;
}

#map-wrapper {
    height: 450px;
    position: relative;
    width: 100%;
}

#map-wrapper #map {
    height: 450px;
    width: 100%;
}

ul.form-holder li {
    padding: 5px 0;
}

ul.form-holder input,
ul.form-holder textarea {
    background-color: #e6e7ed;
    color: #252c41;
    border: 1px solid #e6e7ed;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 100%;
    padding: 10px;
}


/* ====== BLOG ========================*/

.blog-item {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}

.blog-item:nth-child(2n) {
    margin-right: 0;
}

.blog-item h2 {
    font-size: 1.125em;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 15px;
}

.blog-item h2 a {
    color: #273482;
}

.blog-item p {
    padding-left: 0px;
    padding-right: 0px;
    line-height: 1.7;
}

.blog-item p:first-of-type {
    font-weight: 400 !important;
    float: none;
    clear: both;
}

.blog-item .meta {
    padding-right: 0px;
    padding-bottom: 10px;
    float: right;
    color: #009fde;
    font-size: 0.875rem;
    font-weight: 600;
}

.blog-item .news-tags {
    float: left;
    padding-left: 0px;
    font-size: 0.875rem;
    font-weight: 400;
}

.blog-item .news-tags span a {
    color: #009fde;
    font-weight: 600;
}

.blog-article {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
}

.blog-article .meta {
    padding: 10px 0;
}

.blog-article .meta time {
    padding-right: 0px;
    padding-bottom: 10px;
    float: right;
    color: #009fde;
    font-size: 0.875rem;
    font-weight: 600;
}

.blog-article .meta .news-tags {
    float: left;
    padding-left: 0px;
    font-size: 0.875rem;
    font-weight: 400;
}

.blog-article .meta .news-tags span a {
    color: #009fde;
    font-weight: 600;
}

.blog-article h2 {
    font-size: 1.125em;
    padding-top: 15px;
}

.blog-article h3 {
    font-size: 1em;
    padding-top: 5px;
}

.blog-article h2,
.blog-article h3 {
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    color: #273482;
    margin: 0 0 10px;
    position: relative;
}

.blog-article h2:after {
    content: "";
    background: #009fde;
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 5px;
    width: 80px;
}

.blog-article p:first-of-type {
    float: none;
    clear: both;
}

.pagination {
    text-align: center;
    padding-top: 20px;
    float: none;
    clear: both;
}

.pagination:after {
    content: "";
    display: table;
    clear: both;
}

.pagination ul li {
    display: inline-block;
    padding: 3px;
}

.pagination ul li.disabled {
    display: none;
}

.pagination ul li a {
    border: 1px solid #e1e1e1;
    background-color: #FFF;
    font-size: 0.813rem;
    font-weight: 400;
    color: #666;
    padding: 8px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    text-transform: uppercase;
}

.pagination ul li a:hover {
    background-color: #009fde;
    color: #FFF;
    border: 1px solid #009fde;
}

.pagination ul li a.active {
    background-color: #009fde;
    color: #FFF;
    border: 1px solid #009fde;
}

.pagination ul li:before {
    display: none;
}

.address {
    width: 49%;
    float: left;
    border-right: 1px solid #e0e0e2;
    clear: both;
    overflow: auto;
    margin-top: 10px;
}

.address p {
    margin: 0;
    padding: 0;
    font-size: 1.125rem !important;
}

.address:before {
    font-family: 'FontAwesome';
    content: "\f041";
    color: #009fde;
    display: block;
    float: left;
    font-size: 1.125rem;
    position: relative;
    margin: 0.05em 0.5em 6.7em 0em;
}

.info {
    width: 49%;
    float: right;
    margin-top: 10px;
}

.info p {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.25rem !important;
}

.info .phone:before {
    font-family: 'FontAwesome';
    content: "\f095";
    color: #009fde;
    display: block;
    float: left;
    position: relative;
    margin: 0.1em 0.7em 0em 0em;
}

.info .email&gt;a {
    color: #009fde;
}

.info .email:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
    color: #009fde;
    display: block;
    float: left;
    position: relative;
    margin: 0.01em 0.5em 0em 0em;
}

#transactions-list article {
    background-color: #f4f5f9;
    border: 2px solid #e0e0e2;
    margin-bottom: 30px;
    min-height: 230px;
}

#transactions-list article .img {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
}

#transactions-list article .img img {
    padding: 0;
    margin: 0;
}

#transactions-list article .text {
    float: left;
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
    padding: 20px;
}

#transactions-list article .text h2 {
    margin: 0;
    padding: 0;
}

#transactions-list article .text h2 a {
    color: #273482;
    font-weight: 600;
}

#transactions-list article .text p.sector {
    margin: 0;
    padding: 0;
    color: #009fde;
}

.transaction-select {
    background-color: #f4f5f9;
    border: 2px solid #e0e0e2;
    margin-bottom: 30px;
}

.transaction-select select {
    margin: 20px 20px;
    border: none;
    background-color: #f4f5f9;
    color: #009fde;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
}

.transaction-info {
    margin-bottom: 50px;
}

.transaction-info ul li {
    border-top: 1px solid #e5e5e5;
    padding: 10px 0;
    font-size: 1rem;
}

.transaction-info ul li span {
    display: inline-block;
    text-transform: uppercase;
    width: 50%;
    color: #273482;
    font-weight: 600;
}

.transaction-info ul li:last-of-type {
    border-bottom: 1px solid #e5e5e5;
}

.transactions-cta {
    background-image: url(../../images/transactions-cta.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    color: #273482;
    font-size: 2.125rem;
    font-weight: 600;
    min-height: 140px;
    border-bottom: 1px solid #e8e9ea;
    margin-bottom: 30px;
}

.transactions-cta a {
    display: block;
    height: 100px;
}

.masonry:after {
    content: '';
    display: block;
    clear: both;
}


/* Start: Recommended Isotope styles */


/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}


/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}


/* ====== MEDIA QUERIES ========================*/


/* ==== 1280 ==== */

@media only screen and (max-width: 1280px) {
    .wrap {
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* ==== 1200 ==== */

@media only screen and (max-width: 1200px) {
    #transactions-list article .img {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    #transactions-list article .text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
}


/* ==== 1000 ==== */

@media only screen and (max-width: 1000px) {
    #slide-wrapper .slide .wrap .text {
        width: 65.7142857143%;
        float: left;
        margin-right: 2.8571428571%;
    }
}


/* ==== 767 ==== */

@media only screen and (max-width: 767px) {
    header#top .upper .strap {
        display: none;
    }
    header#top .upper .phone {
        width: 100%;
        /* float: left; */
        margin-left: 0;
        margin-right: 0;
        font-size: 1.25rem;
        text-align: center;
    }
    header#top .lower {
        max-height: 100px;
    }
    header#top .lower #logo {
        width: 65.7142857143%;
        /* float: left; */
        margin-right: 2.8571428571%;
    }
    header#top .lower nav#main-nav {
        width: 31.4285714286%;
        /* float: right; */
        margin-right: 0;
    }
    .breadcrumb h1 {
        padding-top: 50px;
    }
    .breadcrumb ul {
        padding-bottom: 50px;
    }
    #slide-wrapper .slide .wrap .text {
        top: 50px;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    footer .upper {
        padding-bottom: 0;
    }
    footer .upper section {
        padding-bottom: 50px;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    footer .upper section:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    footer .lower div.left,
    footer .lower div.right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
        padding-bottom: 20px;
    }
    #main-nav .overflow-nav-wrapper {
        right: 0 !important;
    }
    .home .services article,
    .home .services article:last-of-type,
    .general .services article,
    .general .services article:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .home .services article div.img&gt;img,
    .home .services article:last-of-type div.img&gt;img,
    .general .services article div.img&gt;img,
    .general .services article:last-of-type div.img&gt;img {
        width: 100%;
    }
    .home .transactions header,
    .home .transactions .filters,
    .general .transactions header,
    .general .transactions .filters {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .home .transactions .filters,
    .general .transactions .filters {
        padding: 0 0 30px 0;
        text-align: left;
    }
    .home .transactions .property,
    .home .transactions .property:nth-of-type(3n+3),
    .general .transactions .property,
    .general .transactions .property:nth-of-type(3n+3) {
        width: 94%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .home .transactions .property div.img&gt;img,
    .home .transactions .property:nth-of-type(3n+3) div.img&gt;img,
    .general .transactions .property div.img&gt;img,
    .general .transactions .property:nth-of-type(3n+3) div.img&gt;img {
        width: 100%;
    }
    .home .testimonials .quote,
    .home .testimonials .quote:last-of-type,
    .general .testimonials .quote,
    .general .testimonials .quote:last-of-type {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .home .col-2,
    .general .col-2 {
        padding: 0 0 50px;
    }
    .home .col-2 .welcome,
    .general .col-2 .welcome {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .home .col-2 .right-col,
    .general .col-2 .right-col {
        margin-top: 20px;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-slide .text,
    .landing-slide .quote-form-wrapper {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-slide .quote-form-wrapper {
        margin-top: 50px;
    }
    .landing-upper .content,
    .landing-upper .phone-cta {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-upper .phone-cta {
        background-size: auto;
        background-position-x: 50%;
    }
    .landing-middle .leaseback,
    .landing-middle .right-column {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .landing-middle .leaseback div.img&gt;a&gt;img,
    .landing-middle .right-column div.img&gt;a&gt;img {
        width: 100%;
    }
    .testimonials-slider .item .title {
        top: 100px;
        left: 30%;
    }
    .testimonials-slider .item .quote {
        margin-top: 160px;
        width: 100%;
        left: 0;
    }
    .testimonials-slider .owl-dots {
        left: 47%;
    }
    .testimonials-slider .owl-nav {
        left: 35%;
    }
    #transactions-list article .img,
    #transactions-list article .text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    #transactions-list article div.img&gt;a&gt;img {
        width: 100%;
    }
    .transactions-cta {
        background-size: 100%;
    }
    .hero {
        background-image: none;
    }
    .hero div.text {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .cta-band .box-1,
    .cta-band .box-2,
    .cta-band .box-3,
    .cta-band .box-4 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        padding-bottom: 20px;
    }
    .cta-band .box-3&gt;span {
        margin-left: auto;
        margin-right: auto;
        width: 60px;
    }
    .blog-item {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .blog-item div.img&gt;a&gt;img {
        width: 100%;
    }
    .blog-article {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
    }
    .address {
        border-right: none;
    }
    .address,
    .info {
        width: 100%;
    }
}


/* ==== 600 ==== */


/* ==== 550 ==== */

@media only screen and (max-width: 550px) {
    ul.form-wrapper li.left {
        width: 100%;
        margin-right: 0;
        float: left;
        float: none;
        clear: both;
    }
    ul.form-wrapper li.right {
        width: 100%;
        margin-left: 0;
        float: none;
        clear: both;
    }
    ul.form-wrapper li textarea {
        height: 170px !important;
    }
    ul.form-wrapper button {
        width: 100%;
    }
    header#top .upper .phone span {
        display: block;
    }
    header#top .lower nav#main-nav .overflow-controls {
        top: 0px;
    }
    .testimonials-slider .owl-dots {
        left: 47%;
    }
    .testimonials-slider .owl-nav {
        left: 35%;
    }
}


/* ==== 460 ==== */

@media only screen and (max-width: 767px) {
    #slide-wrapper .slide .wrap .text2 {
        top: 0;
        margin: 80px 0 30px 0;
        width: 100%;
        position: relative;
    }
}


/*# sourceMappingURL=site.css.map */

.faqs__accordion {
    color: #273482;
    font-size: 1.2rem;
    font-weight: 400;
    width: 100%;
    text-align: left;
    padding: 6px 10px;
    background: white;
    border: 1px #273482 solid;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}

.faqs__accordion--active {
    color: #009fde !important;
    border: 1px #009fde solid !important;
}

.faqs__accordion:after {
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.2rem;
    color: #273482;
}

.faqs__accordion--active:after {
    content: "\f056";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 1.2rem;
    color: #009fde;
}

.faqs__accordion-panel {
    display: none;
    padding: 0px 10px;
}

.header-box {
    display: flex;
}


.cookieconsent {
bottom: 0;
top: unset !important;
background: rgb(46,98,157,0.85);
color: #fff;
padding: 20px;
}

.cookieconsent .wrapper {
margin: 0 auto;
width: 100%;
padding: 0 25px;
margin-left: auto;
margin-right: auto;
max-width: 1600px;
}

.cookieconsent__container {
align-items: center;
align-items: center;
display: grid;
grid-template-columns: 66% 33%;
gap:20px;
}

@media screen and (max-width: 600px) {
    .cookieconsent__container  {
        grid-template-columns: 1fr;
    }
}

.cookieconsent__text {
text-align: left;
display: grid;
gap: 10px;
}

.cookieconsent__head {
font-weight: 600;
font-size: 1.2em;
margin: 0;
}

.cookieconsent__p {
font-size: 0.9em;
font-weight: 300;
margin: 0;
}

.cookieconsent__link {
color: #ccc; 
}

.cookieconsent__link:hover {
color: #00b38d; 
}

.cookieconsent__btn {
background-color: #00de3f;
color: #fff;
}
  </pre></body></html>