/*****
OVERRIDES
******/

.no-pad {
    padding: 0px;
}

.no-pad-left {
    padding-left: 0px;
}

.no-pad-right {
    padding-right: 0px;
}

.image-float-left {
    float: left;
    margin: 0px 30px 15px 0px;
}

.image-float-right {
    float: right;
    margin: 0px 0px 15px 30px;
}

.no-margin {
    margin: 0px;
}

.margin-60 {
    margin-top: 60px;
}

.form-check-label {
    margin-left: 10px;
    margin-top: 5px
}

.form-check-input {
    float: left;
    width: 20px;
    height: 20px
}

/*****
BASE STYLES
*****/

body {
    font-size: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #4b4b4b;
    box-sizing: border-box;
}

h1, h2, h2, h3, h4, h4 {
    margin: 0px 0px 30px 0px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

h2 {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3.25em;
    text-transform: none;
    color: #000000;
}

h2 span {
    font-weight: 300;
}

h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

h4 {
    font-weight: 700;
    text-transform: uppercase;
}

a {
    text-decoration: none !important;
    color: #62abc8;
}

.sitemapLink {
    text-decoration: none !important;
    color: #62abc8 !important;
}

.sitemap ul {
    list-style: none;
    padding-left: 0;
}

    .sitemap ul ul {
        padding-left: 24px;
        border-left: 2px solid #e0e0e0;
        margin-left: 8px;
    }

.sitemap li {
    padding: 6px 0;
    font-size: 1em !important;
    line-height: 1.6;
}

    .sitemap li.level-2 {
        font-weight: 600;
        font-size: 1.05em !important;
        margin-top: 10px;
    }

    .sitemap li.level-3,
    .sitemap li.level-4 {
        font-weight: 400;
    }

.sitemap a.sitemapLink {
    font-size: 1em;
}

p {
    font-size: 1.6em;
    margin-bottom: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    margin: 100px 0px;
}

.italic {
    font-style: italic;
    font-weight: normal;
}

section {
    overflow-x: hidden;
}

.container li, .content-area li, .page li {
    font-size: 1.6em;
}

.font-large {
    font-size: 1.6em;
}

/******
BUTTONS
*******/

/* MAIN */

.get-started {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    padding: 15px 25px;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0,0,0,0.8);
    display: inline-block;
    font-size: 1.75em;
    z-index: 103;
}

.get-started:hover {
    color: rgba(255,255,255,0.5);
}

.btn, .btn:hover, .btn:focus, .btn:active {
    background: #5d86a0;
    border-radius: 0px;
    border-color: #5d86a0;
}

.red-btn {
    background: #69331f;
}

.orange-btn {
    background: #e58e1a;
}

.green-btn {
    background: #5d966c;
}

/* SUB */

.view-button {
    font-size: 1.5em;
    color: #444;
}

.view-button .fa {
    color: #69331f;
    font-size: 0.9em !important;
    padding-right: 3pt;
}

/*****
TEXT COLOR 
*****/

.blue {
    color: #5d86a0;
}

.red {
    color: #69331f;
}

.orange {
    color: #e58e1a;
}

.green {
    color: #5d966c;
}

/******
HEADER
*****/

.header {
    background: #fff;
    padding: 70px 45px 45px;
}

.header-logo {
    transform: translateY(-19.59%);
}

@media (max-width: 767px) {
    .header-brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header-brand .navbar-toggle {
        float: none;
        margin: 0;
        flex: 0 0 auto;
    }
}

/******
NAVIGATION
*****/

.main-nav {
    list-style-type: none;
    margin-top: 30px;
}

.main-nav li {
    display: inline;
    float: left;
    margin-top: 30px;
}

/* 10px vertical padding keeps navbar height down while links stay clickable */
.main-nav li a {
    text-transform: uppercase;
    font-size: 1.3em;
    padding: 13px 20px;
    line-height: 1;
    color: #595959;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.main-nav li a:hover {
color: #5f8cab;
}

.navbar-collapse {
    padding: 0;
}

.navbar-toggle .fa-bars {
    font-size: 4em !important;
}

.broker-login a {
    background-color: #5d966c;
    color: white !important;
}

/* Tallest item in the row; sets the navbar height */
.main-nav li.broker-login a {
    padding-top: 14px;
    padding-bottom: 12px;
}

.broker-login:hover a {
    color: #777 !important;
}

li.broker-login:hover {
    border-color: #5d879f;
}

/******
SLIDE
*****/

.slideshow {
    position: relative;
    height: 75vh;
    width: 100vw;
}

.slide {
    display: none;
}

.slide-content {
    z-index: 100;
    padding-top: 8%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-items: center;
    justify-content: center;
}

.slide h1 {
    font-size: 4em;
    color: #fff;
    width: 60%;
    text-align: center;
    z-index: 101;
}

.slide h2 {
    font-size: 2.5em;
    color: #fff;
    width: 60%;
    text-align: center;
    z-index: 102;
}

.slide-vector {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 5;
    line-height: 0;
}

.slide-vector img {
    display: block;
    max-height: 150px;
    width: auto;
    margin: 0 auto;
}

/******
CONTENT AREA
*****/

.policy-data {
    font-size: 14px !important;
}

.align-top {
    vertical-align: top;
}

.align-bottom {
    vertical-align: bottom;
}

.align-middle {
    vertical-align: middle;
}

.center-align {
    text-align: center;
}

.content-area {
    padding: 100px 100px;
    max-width: 1920px;
    margin: auto;
}

.content-area h2 {
    color: #2f2031;
    text-transform: uppercase;
}

.content-area-padding-top {
    padding-top: 0px !important;
}

/* Collapse double vertical padding between stacked content-area sections */
section:has(> .content-area) + section:not(.find-broker-section) > .content-area:not(.blog-page) {
    padding-top: 0;
}

/* Remove bottom padding from section preceding Find A Broker CTA */
section:has(> .content-area):has(+ .find-broker-section) > .content-area {
    padding-bottom: 30px;
}

/**umb_name:Image Float Left*/
.imgFloatLeft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

/**umb_name:Image Float Right*/
.ImgFloatRight {
    float: right;
    ;
    margin-left: 30px;
    margin-bottom: 30px;
}

/******
SERVICES
*****/

.mainContentSection {
    padding: 100px 75px;
    background: #efefef;
    position: relative;
}

.services {
    padding: 150px 100px;
    background: #efefef;
    position: relative;
}

.services p {
    border-bottom: 1px solid #69331f;
    padding-bottom: 30px;
}

.services-vector {
    position: absolute;
    text-align: right;
    width: 100%;
    z-index: 5;
    top: 0;
    right: 0;
}

.circles {
    margin-top: 100px;
    text-align: center;
}

.circles span {
    font-size: 2.5em;
    color: #2f2031;
    font-family: 'Raleway', sans-serif;
}

@media (min-width: 1200px) and (max-width: 1425px) {
    .circles span {
        font-size: 2em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .circles span {
        font-size: 1.5em;
    }
}

.circle {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.circle::after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #333;
}

.circle .fa {
    font-size: 5em;
    float: left;
    width: 100%;
    padding-top: 50%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
}

.auto::after {
    border-color: #69331f;
}

.auto {
    color: #69331f;
}

.home::after {
    border-color: #5d86a0;
}

.home {
    color: #5d86a0;
}

.business::after {
    border-color: #e58e1a;
}

.business {
    color: #e58e1a;
}

/******
BUTTONS STRIP
*****/

.buttons-strip .get-started {
    width: 100%;
    text-align: center;
    padding: 30px;
    font-weight: 300;
    font-size: 2em;
    letter-spacing: 2px;
}

/******
Chase Iframe
*****/

.secureFrame {
    border: none;
    height: 500px;
    width: 700px;
    margin-left: 30px
}

/******
BLOG
*****/

.date {
    margin-bottom: 0px;
    font-style: italic;
}

.blog-home {
    padding-top: 30px;
}

.blog-box {
    margin-bottom: 30px;
}

.blog-main-image {
    max-width: 100%;
    width: 400px;
}

/******
DARK AREA
*****/

.dark-area {
    background: #2f2031;
    color: #fff;
}

.dark-area-content {
    padding-top: 150px;
}

.dark-area-content h2 {
    color: #fff;
}

.dark-area-content p {
    border-bottom: 1px solid #69331f;
    padding-bottom: 30px;
}

.image-angle {
    -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    position: relative;
    z-index: 3;
}

.image-angle-color {
    -webkit-clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 100%, 0% 100%);
    position: absolute;
    z-index: 2;
    background: url(../img/colors.jpg) repeat-x;
    left: 30px;
    height: 100%;
    width: 100%;
    top: 0px;
}

.dark-area .view-button {
    color: #fff;
}

/******
FOOTER
*****/

.footer {
    background: #efefef;
    padding: 25px 100px;
    font-size: 105%;
    --footer-col-top: 60px;
    --social-size: 32px;
    --social-glyph: 17px;
    --social-gap: 10px;
}

.footer ul {
    padding: 0px;
    margin-bottom: 30px;
    list-style-type: none;
}

.footer address {
    font-size: 1.4em;
    line-height: 1.8;
}

.logo-square {
    display: none;
}

/* Bottom padding on this row instead of .footer to survive responsive overrides */
.footer-bottom-row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-top: 15px;
}

.footer-legal {
    width: 100%;
}

.footer-certs-col {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-certs-col .footer-certs {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 0;
    padding-left: 0;
    white-space: nowrap;
}

.footer-certs-col .footer-certs li {
    display: block;
    flex: 0 0 auto;
    margin-left: 0;
}

@media (max-width: 1299px) {
    .footer-certs-col {
        display: none;
    }
}

.footer .col-md-3 h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.footer .column h4 {
    line-height: 1.1;
    min-height: 2.2em;
    margin-bottom: 10px;
}

.footer .col-md-3 .address {
    font-size: 1.4em;
    margin-bottom: 10px;
    line-height: 1.6;
}

.horizontal-footer-nav li {
    display: inline;
    margin-right: 5px;
    border-right: 1px solid #333;
    padding: 0px 15px;
}

.horizontal-footer-nav li:first-child {
    padding-left: 0px;
}

.horizontal-footer-nav li:last-child {
    border: 0px;
}

/* 1.55em is footer-nav link sizing. The second selector here used to be a bare
   `ul li a`, which matched every list link on the site -- and because content list items
   are themselves 1.6em, a link inside one compounded to 1.6 x 1.55 = ~2.5em (~40px).
   That is why prose hyperlinks rendered huge. Scoped to the footer; the UI lists that
   were relying on it are re-declared directly below, so prose links now just inherit
   their list item's size.

   The `ul li span a { font-size: inherit !important }` rule further down was an earlier
   patch for this same bug, covering only links wrapped in a span. */
.horizontal-footer-nav li a,
.footer ul li a {
    font-size: 1.55em;
    color: #444;
}

/* Carried over from the old global rule so these keep their current appearance. */
.pagination li a,
.nav li a,
.nav-pills li a,
.sidenav li a,
.cats-tags li a,
.archives-list li a,
.blog-panel li a {
    font-size: 1.55em;
    color: #444;
}

ul li span a {
    text-decoration: none !important;
    font-size: inherit !important;
    color: #62abc8 !important;
}

.footer a {
    color: #444;
}

.footer-main {
    margin-left: 0;
}

.footer a:hover {
    color: #5d966c;
}

.footer-certs li img {
    max-height: 75px;
}

/*******
LIST GRID 
*******/

.list a {
    overflow: hidden;
    height: auto;
}

.image-spot {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    background: #000;
}

.image-spot .list-title {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    position: absolute;
    bottom: 45%;
    z-index: 3;
    left: 0px;
    right: 0px;
    margin: auto;
    display: inline;
    max-width: 300px;
    font-size: 2em;
}

.pagination {
    margin: auto;
    display: inline-block;
    width: auto;
    float: none;
    padding: 0px;
}

.pagination li a {
    background: #444;
    color: #fff;
    padding: 15px;
}

.pagination .active a {
    background: #efefef;
    color: #444;
    border-color: #444;
}

.off-page {
    border-top: 5px solid #5d966c;
    background: #fff;
}

.list-title-sub {
    font-family: 'Raleway', sans-serif;
    color: #444;
    font-size: 2em;
    min-height: 85px;
}

.list-title-sub:hover {
    color: #5d86a0;
}

.list-item {
    overflow: hidden;
    margin-bottom: 50px;
}

.list-item.match-height {
    margin-bottom: 0;
}

.list-item.match-height img {
    max-height: 362px;
}

/* Clear every 3rd column to prevent float-catching on unequal tile heights */
.row.list > .col-sm-4:nth-child(3n+1) {
    clear: left;
}

.list-item .image-spot {
    margin-bottom: 15px;
}

.list-item p {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    height: 4.8em;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.list-item address {
    height: 5em;
}

.blog-item .cats-tags {
    font-size: 80%;
}

.cats-border {
    border-bottom: 1px solid #69331f;
    padding: 0px 0px 30px 0px;
}

.cats-tags {
    font-size: 80%;
}

/******
LIST STACK
******/

.list-stack {
    background: transparent;
    padding: 60px 100px;
    max-width: 1600px;
    position: relative;
    margin: 50px auto 100px;
}

/* Tighter bottom margin for blog list */
.list-stack.blog-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.list-stack:after {
    content: url("../img/right-vector.png");
    position: absolute;
    top: 0px;
    right: -150px;
    z-index: -1;
    pointer-events: none;
}

.list-stack:has(.list-stack-vector):after {
    display: none;
}

.list-stack .list-item {
    margin-bottom: 30px !important;
    background: #f5f5f5;
    padding: 25px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

/* Flex row layout for non-blog list items */
.list-stack:not(.blog-list) .list-item .row {
    display: flex;
    align-items: stretch;
}

.list-stack:not(.blog-list) .list-item .image-spot {
    flex-shrink: 0;
}

.list-stack:not(.blog-list) .list-item .image-spot img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* Centre name and role beside the photo */
.list-stack:not(.blog-list) .list-item .col-sm-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

/* Release the fixed-height clamp for non-blog list items */
.list-stack:not(.blog-list) .list-item p {
    display: block;
    height: auto;
    overflow: visible;
    -webkit-line-clamp: none;
    line-clamp: none;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .list-stack {
        padding: 30px 15px;
    }

    .list-stack:not(.blog-list) .list-item .row {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    /* Stacked cards use consistent 10px gap between elements */
    .list-stack:not(.blog-list) .list-item .image-spot,
    .list-stack:not(.blog-list) .list-item .image-spot img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .list-stack:not(.blog-list) .list-item .col-sm-5,
    .list-stack:not(.blog-list) .list-item .col-sm-7 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .list-stack:not(.blog-list) h4 {
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .list-stack:not(.blog-list) .list-item .list-title-sub {
        margin-top: 0;
    }

    .list-stack:not(.blog-list) .list-item p {
        margin-top: 0;
    }
}

.list-stack .list-item .list-title-sub {
    margin-bottom: 0px;
}

.list-stack h4, .list h3 {
    border-bottom: 1px solid #69331f;
    padding: 0px 0px 30px 0px;
}

/******
SMALL SLIDE
*******/

.small-slide {
    padding: 100px 100px;
    background: url(../img/highway.jpg) center center no-repeat;
    position: relative;
    background-size: cover;
    overflow: hidden;
    min-height: 350px;
}

.small-slide:after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
}

.small-slide h1 {
    margin-bottom: 0px;
    z-index: 6;
    position: relative;
    font-size: 4em;
}

.breadcrumb {
    background: none;
    padding: 0px;
    margin: 0px;
    position: relative;
    z-index: 8;
}

.breadcrumb a {
    color: #5d86a0;
}

.breadcrumb > li + li:before {
    content: "\003e\00a0";
    opacity: 0.8;
}

/* Breadcrumb links inherit heading color in page-top and small-slide */
.page-top-header .breadcrumb > li + li:before,
.page-top-header .breadcrumb > li > a,
.page-top-header .breadcrumb > .active,
.small-slide .breadcrumb > li + li:before,
.small-slide .breadcrumb > li > a,
.small-slide .breadcrumb > .active {
    color: inherit;
}

.page-top .breadcrumb > .active {
    opacity: 0.5;
}

/******
SUB PAGE - Styles not on home page (override)
******/

.sub-page h2 {
    color: #693320;
    text-transform: none;
}

/******
LIST ITEM
*******/

.left-bar {
    padding: 30px 30px 60px !important;
    background: #efefef;
    color: #fff;
    position: relative;
    z-index: 1;
}

.left-bar h4 {
    color: #69331f;
}

.left-bar a {
    color: #444;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover, .btn-phi {
    color: #fff;
    background-color: #69331f;
}

/* Samson "Connect" button needs its own margin (scoped to #samsonIntro) */
#samsonIntro .form-group .btn {
    margin: 10px 15px;
}

.btn-phi, .btn-phi:hover, .btn-phi:focus {
    border-color: #69331f;
    color: #fff;
    background-color: #69331f;
}

.btn-phi-secondary, .btn-phi-secondary:hover, .btn-phi-secondary:focus {
    border-color: #62abc8;
    background-color: #fff;
}

.feature-item {
    padding: 80px 30px;
    background: #efefef;
    color: #444;
}

.feature-item .fa {
    font-size: 8em;
    margin: 30px 0px;
}

.second {
    background: #ddd;
}

.list-vector img {
    max-height: 150px;
}

/*PAGE HEADER*/

.page-top-wrap {
    position: relative;
    overflow: hidden;
}

.page-top {
    height: auto;
    max-width: 1920px;
    margin: auto;
}

.page-top h1 {
    margin-bottom: 0px;
    font-size: 3em;
    position: relative;
    z-index: 3;
    color: #fff;
}

.page-top-content {
    position: absolute;
    bottom: 0px;
}

.page-top-header {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    padding: 15px 30px;
    background: #69331f;
    display: block;
}

.page-top .breadcrumb > .active {
    color: #fff;
}

.page-top .breadcrumb li a {
    color: #fff;
}

.main-image-background {
    position: relative;
    left: 0px;
    z-index: 2;
    bottom: 0px;
}

/*PAGE CONTENT*/

.page {
    padding: 100px 0px 60px 0px;
    overflow: hidden;
}

.page h2 {
    border-bottom: 1px solid #69331f;
    padding-bottom: 30px;
    display: inline-block;
}

/* Equal left/right padding to keep content centred in the column */
.side-content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.side-content h3 {
    color: #69331f;
}

/*******
BLOG 
*******/

.blog-page {
    background: #2f2031;
    color: #fff;
}

.blog-page a, .blog-page h2 {
    color: #fff;
}

.blog-page .list-title-sub {
    color: #aaa;
}

.cats-tags {
    list-style-type: none;
    margin-bottom: 15px;
    padding-left: 0px;
}

.cats-tags li {
    display: inline;
    margin-right: 5px;
}

.blog-panel {
    background: #efefef;
    padding: 30px;
    overflow: hidden;
}

.blog-panel li {
    font-size: 70%;
}

.blog-panel h4 {
    clear: both;
    margin-bottom: 15px;
    font-size: 1.5em;
}

.blog-panel a {
    color: #62abc8;
}

/* No bottom margin — wrapper has zero height due to floated children */
.main-blog-image {
    margin-bottom: 0;
    position: relative;
}

.post-date {
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 2;
    top: 0px;
    padding: 15px;
    background: #693320;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0px 0px 10px 16px;
}

.article {
    margin: 0px 0px 10px 2px !important;
}

/* Blog post date badge — floated square with month stacked over day */
.post-date.article {
    float: left;
    margin: 0 20px 15px 0 !important;
    width: 72px;
    height: 72px;
    padding: 6px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-date.article span {
    display: block;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 700;
}

.post-date p {
    margin: 0px;
    line-height: 1.2em;
}

.post-date span {
    font-size: 2em;
}

.nav-cats li {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

    .nav-cats li:last-child {
        border: 0px;
    }

.archives-title {
    transform: rotate(90deg);
    transform-origin: left top 0;
    float: left;
    position: relative;
    left: 50px;
    font-weight: bold;
}

.archives-list {
    border-left: 1px solid #ccc;
    padding-left: 80px;
    list-style-type: none;
    float: right;
}

/*****
FORMS
*****/

.search-area {
    position: relative;
    z-index: 100;
    margin-top: 20px;
}

.search {
    display: inline;
    width: 200px;
}

.submit {
    display: inline;
    border: 0px;
    background: #d18315;
    height: 45px;
    color: #fff;
    padding: 15px 20px;
}

input, textarea {
    width: 100%;
    border: 0px;
    background: #fff;
    color: #333;
    padding: 10px !important;
    height: 45px;
    font-size: 16px;
    list-style-type: none;
    font-weight: 300;
    margin-bottom: 15px;
}

select {
    margin-bottom: 15px;
}

.uppercase {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #666;
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666;
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666;
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #666;
    text-transform: none;
}

/*****
RESPONSIVE NAV
*****/

.navbar-toggle {
    position: relative;
    z-index: 10;
}

@media (max-width: 964px) {
    ul.main-nav {
        padding: 0;
    }
}

@media (max-width: 911px) {
    .main-nav li a {
        font-size: 0.9em;
        padding: 15px 7px;
    }
}

@media (max-width: 854px) {
    .header {
        padding: 70px 10px 45px;
    }
}

@media (max-width: 785px) {
    .main-nav li a {
        font-size: 0.9em;
    }
}

@media (max-width: 767px) {
    .main-nav li {
        float: none;
        display: block;
        border-bottom: 1px solid #efefef;
        padding: 0;
        margin: 0;
    }

    ul.main-nav.pull-right {
        float: none !important;
    }

    .broker-login {
        border: none;
    }

    .main-nav li a {
        display: block;
        padding: 15px 20px;
        font-size: 1.2em;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: right;
    }

    .header > .container-fluid > .row {
        display: flex;
        align-items: center;
    }

    .header > .container-fluid > .row:before,
    .header > .container-fluid > .row:after {
        display: none;
    }

    .main-nav,
    .main-nav li {
        margin-top: 0;
    }

    .main-nav.navbar {
        min-height: 0;
        margin-bottom: 0;
        border: 0;
    }
}

/*****
BUSINESS ITEMS
*****/
.branchContactInfo {
    width: 46%;
}

/**********************************************************************/
/* THERMOMETER */

/* Keep tube aligned with the heading above — no optical offset needed */
.tg-thermometer {
    width: 100%;
    position: relative;
}

.tg-thermometer.small .meter {
    width: 6px;
}

.tg-thermometer.small .meter .mask {
    width: 6px;
}

.tg-thermometer.small .meter .bg-color {
    height: calc(120px - 57px);
}

.tg-thermometer.small .draw-a {
    width: 20px;
}

.tg-thermometer.small .draw-a:after {
    width: 32px;
    height: 32px;
    left: -6px;
    bottom: -10px;
}

.tg-thermometer.small .draw-b:before {
    width: 6px;
}

.tg-thermometer.small .draw-b:after {
    width: 14px;
    height: 14px;
}

.tg-thermometer.small .percent-b, .tg-thermometer.small .percent-d {
    display: none;
}

.tg-thermometer .statistics {
    position: absolute;
    left: 0;
    z-index: 1;
    font-size: 1em;
    top: 0;
    height: 100%;
    font-style: italic;
    font-weight: 500;
    text-shadow: 1px 1px #fff;
}

.tg-thermometer .statistics .percent {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    text-align: right;
    position: absolute;
    width: 68px;
}

.tg-thermometer .statistics .percent.percent-a {
    bottom: calc(100% - 2px);
}

.tg-thermometer .statistics .percent.percent-b {
    bottom: calc(75% - 2px);
}

.tg-thermometer .statistics .percent.percent-c {
    bottom: calc(50% - 2px);
}

.tg-thermometer .statistics .percent.percent-d {
    bottom: calc(25% - 2px);
}

.tg-thermometer .statistics .percent.percent-e {
    bottom: calc(0% - 2px);
}

.tg-thermometer .meter {
    width: 10px;
    margin: auto;
    left: 0;
    right: 0;
    height: calc(100% - 58px);
    top: 12px;
    position: absolute;
    background-color: #d6d6d6;
    border-radius: 10px 10px 0 0;
    z-index: 1;
}

.tg-thermometer .meter .mercury {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f44336;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(0deg, #f44336, #3f51b5);
    transition: all .5s ease-in-out;
    height: 0;
}

.tg-thermometer .meter .mask {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    width: 10px;
    height: 100%;
    border-radius: 10px 10px 0 0;
}

.tg-thermometer .meter .bg-color {
    position: absolute;
    width: 10px;
    height: calc(200px - 57px);
    background: linear-gradient(#2196F3, #8BC34A, #F44336);
    bottom: 0;
}

.tg-thermometer .meter .percent-current {
    position: absolute;
    left: 0;
    top: 4px;
    transform: translateX(calc(-100% - 8px)) translateY(-50%);
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 3px 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    font-weight: 500;
    font-size: 1.5em;
    color: #333;
}

.tg-thermometer .meter .percent-current:after {
    border-left: 8px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(calc(100% - 2px));
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

.tg-thermometer .meter .percent-current:before {
    border-left: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    right: 0;
    transform: translateX(calc(100% - 0px));
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
}

.tg-thermometer .draw-a {
    background-color: #fff;
    height: calc(100% - 20px);
    width: 30px;
    margin: auto;
    position: relative;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.tg-thermometer .draw-a:before {
    width: 100%;
    bottom: 0px;
    left: 0;
    position: absolute;
    height: 50px;
    background-color: #fff;
    content: "";
    z-index: 1;
}

.tg-thermometer .draw-a:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #fff;
    left: -10px;
    bottom: -20px;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.tg-thermometer .draw-b {
    position: absolute;
    width: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    z-index: 1;
}

.tg-thermometer .draw-b:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    background-color: #f44336;
    content: "";
    border-radius: 50%;
}

.tg-thermometer .draw-b:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 10px;
    top: 0;
    margin: auto;
            height: 20px;
            background-color: #f44336;
            content: "";
            border-radius: 10px 10px 0 0;
        }

.centered {
    display: flex;
    justify-content: space-between;
}

.title {
    text-align: center;
    margin: 60px 0 0;
}

.title .upper {
    text-transform: uppercase;
}

.title a {
    text-decoration: none;
    color: #3F51B5;
}

/**********************************************************************/

/*****
RESPONSIVE STYLES
*****/
@media (max-width: 1500px) {
    .dark-area-content {
        padding-top: 80px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1331px) {
    .archives-list {
        padding-left: 50px;
    }

    .slide-vector img {
        max-height: 125px;
    }

    .left-bar {
        padding: 30px 30px 30px !important;
    }
}

@media (max-width: 1275px) {
    .slide-content {
        top: 100px;
    }

    .circle .fa {
        font-size: 5em;
    }

    .archives-title {
        transform: none;
        float: none;
    }

    .archives-list {
        float: none;
    }
}

@media (max-width: 1044px) {
    .search {
        width: 160px;
    }

    .slide-vector img {
        max-height: 100px;
    }
}

@media (max-width:992px) {
    .circle {
        width: 80%;
        max-width: 180px;
        margin: 0 auto 15px;
    }

    .small-slide {
        padding: 70px 50px;
    }

    .content-area {
        padding: 50px 50px;
    }
}

@media (max-width: 824px) {
    .small-slide {
        padding: 75px 20px 95px;
    }
}

@media (max-width:768px) {
    .small-slide {
        padding: 65px 20px 90px;
    }

    .circle .fa {
        font-size: 4em;
    }

    .services span {
        margin-bottom: 20px;
        display: block;
    }

    .services .container-fluid {
        padding-top: 120px;
    }

    .list-stack {
        padding: 20px;
    }

    .archives-list {
        border: none;
    }

    .list-stack:after {
        display: none;
    }

    p {
        font-size: 1.4em;
        margin-bottom: 15px;
    }

    .left-image {
        margin-bottom: 15px;
    }

    .services {
        padding: 150px 50px 70px 50px;
    }

    h4 {
        margin: 20px 0 10px;
    }

    .list h3 {
        padding-bottom: 15px;
    }

    .blog-list .list-item {
        margin-bottom: 0px;
    }

    .row.list {
        margin-top: 26px;
    }

    .page {
        padding: 50px 0;
    }

    .feature-item {
        padding: 50px 15px;
    }

    iframe {
        width: 100% !important;
    }

    .content-area li, .page li {
        font-size: 1.4em;
    }
}

@media (max-width:530px) {
    .circle .fa {
        font-size: 3.5em;
    }

    .content-area {
        padding: 50px 20px;
    }

    iframe {
        width: 100% !important;
    }
}

@media (max-width: 480px) {
    .small-slide {
        padding: 50px 15px 80px;
        min-height: 0;
    }

    h1 {
        font-size: 2.5em !important;
    }

    .services {
        padding: 129px 15px;
    }

    .content-area {
        padding: 50px 10px;
    }

    .main-nav li a {
        font-size: 1.5em;
    }

    .image-float-right,
    .image-float-left {
        float: none;
        margin: 15px 0;
    }

    .blog-panel li {
        font-size: 87%;
    }

    p {
        font-size: 1.7em;
        margin-bottom: 10px;
    }

    .breadcrumb {
        display: none;
    }

    .list-stack {
        padding: 15px;
    }

    .blog-home {
        padding-top: 0px;
    }

    iframe {
        width: 100% !important;
    }

    .content-area li, .page li {
        font-size: 1.6em;
    }
}

div.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: white url(/img/loading.gif) no-repeat scroll center center;
    cursor: wait;
    opacity: 0.95;
    border-radius: 4pt;
    z-index: 10;
    display: none;
}

form.loading {
    position: relative;
}

form div.loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background: white url(/img/loading.gif) no-repeat scroll center center;
    cursor: wait;
    opacity: 0.9;
    border-radius: 4pt;
    z-index: 10;
    display: none;
}

.thumb {
    font-size: 30px;
}

.field-validation-error, .validation-summary-errors, .validationMessage {
    color: red;
}

.underline {
    text-decoration: underline;
}

td.number, th.number {
    text-align: right;
}

a.blue-apply {
    margin-bottom: 2.4em;
    display: block;
}

.phone-number {
    font-size: 90%;
}

form {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 120%;
}

    form button {
        margin-left: 15px;
    }

table.phi-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.phi-table > tbody > tr > td, .phi-table > tbody > tr > th, .phi-table > tfoot > tr > td, .phi-table > tfoot > tr > th, .phi-table > thead > tr > td, .phi-table > thead > tr > th {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    font-size: 125%;
}

/* Rich text tables — CSS border replaces dropped presentational attributes */
table:not(.table):not(.phi-table):not(.none-border) {
    border-collapse: collapse;
}

table:not(.table):not(.phi-table):not(.none-border) th,
table:not(.table):not(.phi-table):not(.none-border) td {
    border: 1px solid #bbb;
}

.footer .column,
.footer-top-row > .col-md-3 {
    padding-top: var(--footer-col-top);
}

@media (min-width: 1200px) {
    .footer-top-row {
        display: flex;
    }

    .footer-top-row::before,
    .footer-top-row::after {
        display: none;
    }

    .footer-top-row > .col-md-3,
    .footer-top-row > .column {
        flex: 1 1 0;
        width: auto;
    }
}

.footer .footer-contact {
    padding-left: 0;
}

.footer-contact .social-media {
    margin-top: 18px;
}

@media (max-width: 1560px) and (min-width: 1426px) {
    .main-nav li a {
        font-size: 1.1em;
        padding: 13px 20px;
    }

}

@media (min-width: 1200px) and (max-width: 1425px) {
    .buttons-strip .get-started {
        font-size: 1.5em;
    }

    .footer {
        font-size: 100%;
        --footer-col-top: 45px;
        padding: 25px 60px;
        --social-size: 28px;
        --social-glyph: 15px;
        --social-gap: 8px;
    }

    .main-nav li a {
        font-size: 1em;
        padding: 13px 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .buttons-strip .get-started {
        font-size: 1.0em;
    }

    .footer {
        font-size: 95%;
        padding: 25px 40px;
    }

    .main-nav li a {
        font-size: 0.85em;
        padding: 13px 10px;
    }

    .list-stack {
        padding: 60px 60px;
    }

    hr {
        margin: 25px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .buttons-strip .get-started {
        font-size: 0.6em;
    }

    .list-title-sub {
        min-height: 0px;
    }

    .main-nav li a {
        font-size: 0.75em;
        padding: 10px 7px;
    }

    hr {
        margin: 25px 0px;
    }
}

@media (max-width: 1199px) {
    .footer-top-row > .column {
        display: none;
    }

    .footer-top-row > .col-md-3 {
        width: 100%;
    }

    .footer {
        --footer-col-top: 20px;
        padding: 25px 40px;
    }

    .footer-bottom-row {
        text-align: center;
    }

    .footer .footer-contact,
    .footer .footer-contact .address,
    .footer .footer-contact address {
        text-align: center;
    }

    .footer .social-media {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .horizontal-footer-nav li {
        margin-right: 2px;
    }

    .footer {
        padding: 20px 15px;
    }
}

@media (max-width: 450px) {
    .header {
        padding: 45px 10px 25px;
    }

    .header .image-responsive {
        max-width: 175px;
    }

    .slideshow {
        height: 350px !important;
    }

    .slide-vector img {
        max-width: 75%;
        max-height: 70px;
    }

    .mainContentSection {
        padding: 50px 15px !important;
    }

    .view-button {
        font-size: 2em !important;
    }

    .slide h1 {
        font-size: 1.75em !important;
        width: 75% !important;
    }

    .slide h2 {
        font-size: 1.75em !important;
        width: 75% !important;
    }
}

@media (max-width: 576px) {
    .list-title-sub {
        min-height: 0px;
    }

    hr {
        margin: 25px 0px;
    }
}

@media (min-width: 450px) and (max-width: 576px) {
    .slide h1 {
        font-size: 2.5em !important;
    }

    .slide h2 {
        font-size: 2.5em !important;
    }
}

.fa.lg-fa {
    font-size: 3em;
    padding: 10pt;
}

.fa.md-fa {
    font-size: 2em;
    padding: 7pt;
}

.fa.sm-fa {
    font-size: 1em;
    padding: 5pt;
}

.social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--social-gap, 8px);
    padding-bottom: 0;
}

.social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--social-size, 34px);
    height: var(--social-size, 34px);
    flex: 0 0 auto;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}

.social-media a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 8px rgba(0,0,0,0.25);
}

.social-media a i {
    font-size: var(--social-glyph, 18px);
    line-height: 1;
}

.color-twitter {
    color: #000000;
}

.color-linkedin {
    color: #0A66C2;
}

.color-facebook {
    color: #1877F2;
}

.color-instagram {
    color: #E4405F;
}

.color-youtube {
    color: #FF0000;
}

.color-pinterest {
    color: #BD081C;
}

.btn-align-bottom {
    vertical-align: bottom;
}

.no-display {
    display: none;
}

.no-visibility {
    visibility: hidden;
}

.top-25-margin {
    margin-top: 25px;
}

.top-pad-3 {
    padding-top: 3em;
}

.top-pad-8 {
    padding-top: 8px;
}

.top-pad-4 {
    padding-top: 4em;
}

.bottom-pad-8 {
    padding-bottom: 8px;
}

.right-pad-8 {
    padding-right: 8px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.margin-5-left {
    margin-left: -5px;
}

.bottom-margin-12pt {
    margin-bottom: 12pt;
}

.left-margin-28pt {
    margin-left: 28.0pt;
}

.left-margin-auto {
    margin-left: auto;
}

.right-margin-auto {
    margin-right: auto;
}

.right-margin-2_percent {
    margin-right: 2%;
}

.max-width-31_percent {
    max-width: 31%;
}

.max-width-43_percent {
    max-width: 43%;
}

.width-50 {
    max-width: 50pt;
}

.width-60 {
    max-width: 60pt;
}

.width-110 {
    max-width: 110px;
}

.width-197 {
    max-width: 197px;
}

.width-200 {
    max-width: 200pt;
}

.width-240 {
    max-width: 240px;
}

.width-250 {
    max-width: 250pt;
}

.width-250px {
    max-width: 250px;
}

.width-257 {
    max-width: 257px;
}

.width-287 {
    max-width: 287px;
}

.width-300 {
    max-width: 300px;
}

.width-321 {
    max-width: 321px;
}

.width-350 {
    max-width: 350px;
}

.width-379_289 {
    max-width: 379.289px;
}

.width-386_363 {
    max-width: 386.363px;
}

.width-439 {
    max-width: 439px
}

.width-458 {
    max-width: 458px;
}

.width-500 {
    max-width: 500px;
}

.width-550 {
    max-width: 550px;
}

.width-100_percent {
    max-width: 100%;
}

.height-1 {
    max-height: 1px;
}

.height-10 {
    max-height: 10px;
}

.height-10_27_percent {
    max-height: 10.27%;
}

.height-191 {
    max-height: 191px;
}

.height-200 {
    max-height: 200px;
}

.height-217 {
    max-height: 217px;
}

.height-221 {
    max-height: 221px;
}

.height-234 {
    max-height: 234px;
}

.height-240 {
    max-height: 240px;
}

.height-250 {
    max-height: 250px;
}

.height-255 {
    max-height: 255px;
}

.height-257 {
    max-height: 257px
}

.height-267 {
    max-height: 267px;
}

.height-281_333 {
    max-height: 281.333px;
}

.height-323 {
    max-height: 323px;
}

.height-333_636 {
    max-height: 333.636px;
}

.height-341_796 {
    max-height: 341.796875px;
}

.height-350 {
    max-height: 350px;
}

.height-361_896 {
    max-height: 361.896px;
}

.height-367_675 {
    max-height: 367.675px;
}

.height-375 {
    max-height: 375px;
}

.height-381_0217 {
    max-height: 381.02173425946677px;
}

.height-389_160 {
    max-height: 389.16015625px;
}

.height-422 {
    max-height: 422px;
}

.height-477_272 {
    max-height: 477.272px;
}

.height-500 {
    max-height: 500px;
}

.left-pad-5 {
    padding-left: 5px;
}

.left-pad-20 {
    padding-left: 20px;
}

.left-pad-30 {
    padding-left: 30px;
}

.left-pad-40 {
    padding-left: 40px;
}

.left-pad-60 {
    padding-left: 60px;
}

.font-1 {
    font-size: 1em;
}

.font-1_5 {
    font-size: 1.5em;
}

.font-12 {
    font-size: 12px;
}

.font-12pt {
    font-size: 12pt;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-120_percent {
    font-size: 120%;
}

.font-14-pad-8 {
    padding: 8px;
    font-size: 14px;
}

.gotham-font-9 {
    font-size: 9.0pt;
    font-family: Gotham;
}

.gotham-font-8 {
    font-size: 8.0pt;
    font-family: Gotham;
}

.color212121 {
    color: #212121;
}

.bg-colorE6E6E6 {
    background-color: #e6e6e6;
}

.color-black {
    color: black;
}

.color-dimgray {
    color: dimgray;
}

.color-gray {
    background-color: gray;
}

.white-background {
    background: white;
}

.dark-grey {
    color: rgb(128, 128, 128);
}

.color-red {
    color: red;
}

.color-blue {
    color: blue;
}

.color-green {
    color: green;
}

.color5D87A1 {
    color: #5D87A1;
}

.color69321F {
    color: #69321F;
}

.color22222 {
    color: #222222;
}

.color808080 {
    color: #808080;
}

.peacehills-white {
    background-color: rgb(230, 230, 230);
}

.peacehill-brown {
    background-color: rgb(105, 51, 31, 1);
}

.peacehills-blue {
    background-color: rgb(15, 80, 134);
}

.peacehills-grey {
    background-color: rgb(158, 166, 179);
}

.peacehills-bg-blue {
    background-color: rgb(93, 135, 161);
}

.color-peacehills-blue {
    color: rgb(93, 135, 161);
}

.color-orange {
    color: rgb(229, 142, 26);
}

.color-black-hex {
    color: rgb(34, 34, 34);
}

.no-top-margin {
    margin-top: 0cm;
}

.top-margin-1_2 {
    margin-top: 1.2em;
}

.top-margin-1_5 {
    margin-top: 1.5em;
}

.top-margin-2 {
    margin-top: 2em;
}

.top-margin-2_2 {
    margin-top: 2.2em;
}

.top-margin-3 {
    margin-top: 3em;
}

.top-margin-4 {
    margin-top: 4em;
}

.bottom-margin-5 {
    margin-bottom: 5em;
}

.bottom-margin-7_5pt {
    margin-bottom: 7.5pt;
}

.underline-text {
    text-decoration: underline;
}

.line-through-text {
    text-decoration: line-through;
}

.left-text {
    text-align: left;
}

.justify-text {
    text-align: justify
}

.center-text {
    text-align: center;
}

.center-text-margin-top-15 {
    text-align: center;
    margin-top: 15px;
}

.center-text-margin-bottom-15 {
    text-align: center;
    margin-bottom: 15px;
}

.min-width-25 {
    min-width: 25px;
}

.min-width-50 {
    min-width: 50px;
}

.min-width-75 {
    min-width: 75px;
}

.full-width {
    width: 100%;
}

.pad-5-by-5-by-0-by-10 {
    padding: 5px 5px 0px 10px;
}

.pad-5-by-5-by-0-by-5 {
    padding: 5px 5px 0px 5px;
}

.pad-5-by-5-by-0 {
    padding: 5px 5px 0px;
}

.pad-5-by-5-by-5-by-10 {
    padding: 5px 5px 5px 10px;
}

.margin-5-by-0-by-3-by-36 {
    margin: 5.0pt 0cm 3.0pt 36.0pt;
}
.margin-_5-by-0-by-3-by-0 {
    margin: .5pt 0cm 3.0pt 0cm;
}

.pad-8 {
    padding: 8px;
}

.none-border {
    border: none;
}

.no-border {
    border-width: 0px;
}

.no-bottom-margin {
    margin-bottom: 0px;
}

.bottom-margin-1 {
    margin-bottom: 1em;
}

.bottom-margin-1-p {
    margin-bottom: 1px;
}

.margin-10-by-0 {
    margin: 10px 0px;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}

.bottom-margin-3 {
    margin-bottom: 3em;
}

.bottom-margin-3_pt {
    margin-bottom: 3.0pt;
}
.bottom-margin-4 {
    margin-bottom: 4em;
}

.bottom-margin-5-p {
    margin-bottom: 5px;
}

.bottom-margin-6 {
    margin-bottom: 6em;
}

.bottom-margin-7_5pt {
    margin-bottom: 7.5pt
}

.margin-right-2_percent {
    margin-right: 2%
}

.margin-left-2_percent {
    margin-left: 2%;
}

.margin-left-22_5pt {
    margin-left: 22.5pt;
}

.margin-2_8-by-2_8-by-_001-by-27_25 {
    margin: 2.8pt 2.8pt .0001pt 27.25pt;
}

.margin-_25-by-0-by-_0001-by-0 {
    margin: .25pt 0in .0001pt 0in;
}

.margin-0-by-2_8-by-_0001-by-27_25 {
    margin: 0in 2.8pt .0001pt 27.25pt;
}

.margin-_05-by-0-by-_0001-by-0 {
    margin: .05pt 0in .0001pt 0in;
}

.margin-12-by-0 {
    margin: 12.0pt 0cm 12.0pt 0cm;
}

.margin-12-by-0-by-12-by-32_2 {
    margin: 12.0pt 0cm 12.0pt 32.2pt;
}

.no-indent-text {
    text-indent: 0in;
}

.indent-text-5 {
    text-indent: 5rem;
}

.indent-text-16 {
    text-indent: -16px;
}

.indent-text-18 {
    text-indent: -18px;
}

.indent-text-not-18pt {
    text-indent: -18pt;
}

.indent-text-20 {
    text-indent: 20px;
}

.indent-text-not-22_5pt {
    text-indent: -22.5pt;
}

.indent-text-not-36pt {
    text-indent: -36pt;
}

.line-height-102_percent {
    line-height: 102%;
}

.line-height-105_percent {
    line-height: 105%;
}

.line-height-115_percent {
    line-height: 115%;
}

.line-height-116_percent {
    line-height: 116%;
}

.line-height-13pt {
    line-height: 13.0pt;
}

.collapse-border {
    border-collapse: collapse;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.display-block {
    display: block;
}

.peacehills-font-family {
    font-family: Verdana, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-7-times-new-roman {
    font: 7.0pt 'Times New Roman';
}

.letter-spacing-not-1_15 {
    letter-spacing: -1.15pt;
}

.letter-spacing-not-_65 {
    letter-spacing: -.65pt;
}

.letter-spacing-not-_75 {
    letter-spacing: -.75pt;
}

.about-us-bg {
    background: url("/media/1152/ph-tipi.jpg") left bottom / 550px no-repeat;
}

.image-left {
    float: left;
    max-width: 43%;
    margin-top: 3em;
    margin-right: 2%;
    margin-bottom: 3em;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors {
    color: red;
    font-weight: bold;
}

.blog-social-media {
    font-size: 2.2em;
    line-height: .05em;
}

.background-initial {
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: white;
}

.font-calibri-san_serif {
    font-family: 'Calibri',sans-serif;
}

.font-carlito-san_serif {
    font-family: 'Carlito',sans-serif;
}

.font-10 {
    font-size: 10.0pt;
}

.font-11 {
    font-size: 11.0pt;
}

.font-symbol {
    font-family: Symbol;
}

.font-aptos-sans_serif {
    font-family: 'Aptos',sans-serif;
}

.avoid-page-break-after {
    page-break-after: avoid;
}

.control-label.required::after {
    content: " *";
    color: red;
    font-weight: bold;
}

.pagination > li > a,
.pagination > li > span {
    min-width: 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .pagination > li > a,
    .pagination > li > span {
        min-width: 36px;
        padding: 6px 8px;
        font-size: 1.3em;
    }
}

.blog-list .list-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.blog-list .list-item:last-child {
    border-bottom: none;
}

.container li p,
.content-area li p,
.page li p {
    font-size: inherit;
    margin-bottom: 5px;
}

/* Prevent compounding em font-size on nested list items */
.container li li,
.content-area li li,
.page li li {
    font-size: inherit;
}


/* Find A Broker CTA — tighten spacing to preceding content */
.find-broker-section {
    position: relative;
    margin-top: 0;
    background: #f5f5f5;
}

/* Brand stripe at the bottom of the CTA panel */
.find-broker-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--phi-brand-stripe-height);
    background: var(--phi-brand-stripe);
}

/* Bottom padding clears the stripe so the button does not sit against it */
.find-broker-section .content-area {
    padding-top: 40px;
    padding-bottom: calc(40px + var(--phi-brand-stripe-height));
}

.find-broker-section h2 {
    margin-bottom: 15px;
}

.find-broker-section p {
    margin-bottom: 20px;
}

/* Separation between blog post body and the Recent Posts panel */
.content-area.blog-page {
    margin-top: 0;
}

/* Centre the left-column content (charity thermometer heading and widget) */
.side-content {
    text-align: center;
}

/* Decorative vector that follows the user while scrolling the list-stack */
.list-stack-vector {
    position: sticky;
    top: 100px;
    float: right;
    width: 200px;
    margin-right: -120px;
    margin-top: -60px;
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .list-stack-vector {
        display: none;
    }
}

/* Blog list cards — each post in its own panel, no dividing border */
.blog-list .list-item {
    position: relative;
    border-bottom: none !important;
    padding-bottom: 25px !important;
    overflow: visible;
}

.blog-list .list-item:last-child {
    border-bottom: none;
}

/* Uniform image box on every blog post with consistent aspect ratio */
.blog-list .list-item .col-sm-5 img {
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    object-position: center;
}

/* Read More aligned to the right on its own line */
.blog-list .blog-read-more {
    display: block;
    text-align: right;
}

/* Pin Read More to bottom of card via flex on desktop */
@media (min-width: 1200px) {
    .blog-list .list-item > .row {
        display: flex;
        align-items: stretch;
    }

    .blog-list .blog-card-text {
        display: flex;
        flex-direction: column;
    }

    .blog-list .blog-card-text p {
        flex: 1;
    }

    .blog-list .blog-read-more {
        margin-top: auto;
    }
}

/* Blog pagination — Back | Page X of Y | Forward */
.blog-list .blog-pagination {
    margin-top: 20px;
}

.blog-list .blog-pagination .pagination {
    display: inline-flex;
    align-items: stretch;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    gap: 0;
}

.blog-list .page-number {
    display: none;
}

.blog-list .page-prev {
    order: 1;
}

.blog-list .page-indicator {
    order: 2;
    display: inline-flex;
}

.blog-list .page-next {
    order: 3;
}

.blog-list .page-prev a,
.blog-list .page-next a,
.blog-list .page-indicator span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #444;
    color: #fff;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    min-height: 100%;
}

.blog-list .page-prev a:hover,
.blog-list .page-next a:hover {
    background: #333;
    color: #fff;
}

/* Disabled prev/next button (first/last page) */
.blog-list .page-prev.disabled .page-btn-disabled,
.blog-list .page-next.disabled .page-btn-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #999;
    color: #ccc;
    padding: 12px 20px;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    min-height: 100%;
    cursor: not-allowed;
    opacity: 0.5;
}

@media (max-width: 767px) {
    .blog-list .page-prev a,
    .blog-list .page-next a,
    .blog-list .page-indicator span,
    .blog-list .page-btn-disabled {
        padding: 10px 14px;
        font-size: 0.9em;
    }
}

/* Date badge: square on desktop, horizontal rectangle on mobile */
.blog-list .post-date {
    position: absolute;
    left: -86px;
    top: 0;
    width: 72px;
    height: 72px;
    margin: 0;
    padding: 6px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.blog-list .post-date span {
    display: block;
    font-size: 26px;
    line-height: 1.05;
    font-weight: 700;
}

/* Below 1199px: horizontal rectangle aligned with the photo edge */
@media (max-width: 1199px) {
    .blog-list .post-date {
        position: static;
        width: fit-content;
        height: auto;
        display: inline-flex;
        flex-direction: row;
        gap: 5px;
        align-items: baseline;
        padding: 5px 10px;
        border-radius: 3px;
        margin: 0 0 10px 15px;
        font-size: 12px;
        white-space: nowrap;
    }

    .blog-list .post-date br {
        display: none;
    }

    .blog-list .post-date span {
        display: inline;
        font-size: 14px;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .blog-list .list-item,
    .blog-list .list-title-sub,
    .blog-list .list-item p {
        text-align: left;
    }

    .blog-list .list-item .col-sm-5 img {
        margin-bottom: 15px;
    }

    /* Cancel nested .container-fluid padding inside .list-stack */
    .list-stack > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .list-stack.blog-list {
        padding: 20px 12px;
    }

    .blog-list .list-item {
        padding: 15px !important;
        position: relative;
        cursor: pointer;
    }

    /* Full-card clickable via stretched ::after on the image link */
    .blog-list .list-item .col-sm-5 > a {
        position: static;
    }

    .blog-list .list-item .col-sm-5 > a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }

    /* Read More stays clickable above the overlay */
    .blog-list .blog-read-more {
        position: relative;
        z-index: 2;
    }
}

/* Autobody shop page — consistent edge-to-edge layout on mobile */
@media (max-width: 991px) {
    #autobody-table {
        width: 100%;
    }

    #autobody-table .thumb {
        display: none;
    }
}

@media (max-width: 767px) {
    #map {
        margin-top: 20px;
        min-height: 350px;
    }
}

/* L-shaped decorative border under section headings */
.heading-l-accent {
    padding-left: 15px;
    padding-bottom: 10px;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    display: block;
    text-align: left;
}

/* Mobile hero: hide desktop hero, show small-slide hero instead */

.listitem-mobile-hero {
    display: none;
}

@media (max-width: 991px) {
    .listitem-mobile-hero {
        display: block;
    }

    .listitem-mobile-hero[style*="background-image"] {
        padding-bottom: 0;
        min-height: 75vw;
    }

    /* Remove top padding from content when custom hero image is shown */
    .listitem-mobile-hero[style*="background-image"] ~ .page {
        padding-top: 30px;
    }

    .listitem-desktop-hero {
        display: none;
    }

    /* Content column goes full-width on mobile */
    .page .col-sm-8.col-sm-offset-2 {
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Desktop: halve top padding under the sidebar hero */
@media (min-width: 992px) {
    .listitem-desktop-hero ~ .page {
        padding-top: 50px;
    }
}

/* Custom hero image: reduce overlay so the image is visible */
.listitem-mobile-hero[style*="background-image"]:after {
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.15) 40%,
        transparent 100%
    );
}

.listitem-mobile-hero[style*="background-image"] h1 {
    display: none;
}

.listitem-mobile-hero[style*="background-image"] .slide-vector {
    display: none;
}

.listitem-mobile-hero[style*="background-image"] .breadcrumb {
    display: none;
}

/* Brand colour stripe custom property used by mobile hero and Find A Broker */
:root {
    --phi-brand-stripe: linear-gradient(
        to right,
        #69331f 0%, #69331f 25%,
        #e58e1a 25%, #e58e1a 50%,
        #5d966c 50%, #5d966c 75%,
        #5d86a0 75%, #5d86a0 100%
    );
    --phi-brand-stripe-height: 12px;
}

.listitem-mobile-hero[style*="background-image"]::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: var(--phi-brand-stripe-height);
    z-index: 10;
    background: var(--phi-brand-stripe);
}

/* Limit broker list to 5 results on mobile */
@media (max-width: 767px) {
    #brokers-table tbody tr:nth-child(n+6) {
        display: none;
    }
}

/* Title below hero — visible on mobile when the custom image hero hides it */
.listitem-mobile-title {
    display: none;
}

@media (max-width: 991px) {
    .listitem-mobile-title {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }

    /* Stack columns full-width on mobile */
    .page .col-sm-4.col-md-3,
    .page .col-sm-8.col-md-9 {
        width: 100%;
        float: none;
    }

    /* Uniform gutter on all columns in .page for consistent alignment */
    .page .row > [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* Side content stacks below main content */
    .page .col-sm-4.col-md-3 {
        order: 2;
        margin-top: 30px;
    }

    .page .row:has(.side-content) {
        display: flex;
        flex-direction: column;
    }

    .page .col-sm-8.col-md-9 {
        order: 1;
    }

    /* Centre embedded media (YouTube etc.) in the column */
    .page iframe,
    .page .embeditem,
    .page video {
        display: block;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    .page .embeditem {
        width: 100%;
    }

    /* Keep rich text images within the column */
    .page .col-sm-8.col-md-9 img,
    .page .col-sm-8.col-sm-offset-2 img {
        max-width: 100%;
        height: auto;
    }
}

/* Responsive video embeds — aspect-ratio prevents letterboxing */
.page iframe:not(.secureFrame),
.content-area iframe:not(.secureFrame) {
    display: block;
    width: 100%;
    max-width: 700px;
    height: auto;
    aspect-ratio: 16 / 9;
    margin-left: auto;
    margin-right: auto;
    border: 0;
}

/* Wide desktop hero (>=1600px): taller with centred image crop */
@media (min-width: 1600px) {
    .listitem-desktop-hero {
        --hero-min-height: calc(100vh - 220px);
    }

    .listitem-desktop-hero .left-bar,
    .listitem-desktop-hero .page-top-wrap {
        min-height: var(--hero-min-height);
    }

    .listitem-desktop-hero .page-top-content {
        top: 0;
        left: 0;
        right: 0;
    }

    .listitem-desktop-hero .main-image-background {
        height: 100%;
    }

    .listitem-desktop-hero .main-image-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

/* Widen the side column on desktop for the thermometer and scale labels */
@media (min-width: 992px) {
    .page .row:has(.side-content) {
        display: flex;
        align-items: center;
    }

    .page .row:has(.side-content) > .col-sm-4.col-md-3 {
        width: 30%;
    }

    .page .row:has(.side-content) > .col-sm-8.col-md-9 {
        width: 70%;
    }

    /* Cap and centre two-column content area on wide monitors */
    .page > .container-fluid:has(.side-content) {
        --content-max-width: 1200px;
        max-width: var(--content-max-width);
        margin-left: auto;
        margin-right: auto;
    }
}

/* Trim the small-slide hero on desktop */
@media (min-width: 992px) {
    .small-slide {
        padding-top: 75px;
        padding-bottom: 75px;
        min-height: 300px;
    }
}

/* Brand stripe across the top of the footer */
footer {
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: var(--phi-brand-stripe-height);
    z-index: 1;
    background: var(--phi-brand-stripe);
}

/* Hide footer stripe when Find A Broker CTA is the last section (avoids double stripe) */
main:has(> .find-broker-section:last-child) + footer::before {
    display: none;
}

/* Branded list markers: native bullet shapes recoloured, alternating orange and brown
   by depth. No content override and no webfont, so the browser's own marker metrics and
   baseline alignment are kept -- ::marker supports no vertical-align, which is what made
   custom glyphs sit badly. Colour on ::marker is also far more widely supported than
   content. Shape still steps disc > circle > square as a depth cue.

   Note this colours the marker even where the editor has written an inline
   list-style-type: colour applies regardless of where the shape comes from. */
:root {
    --phi-marker-orange: #e58e1a;
    --phi-marker-brown: #69331f;
    /* Levels 1 and 2 share a glyph so one size covers both; level 3 is a thin chevron
       and needs more to read at the same visual weight. */
    --phi-marker-size: 0.8em;
    --phi-marker-size-3: 1em;
}

/* list-style-type is the fallback where ::marker content is unsupported (Safari < 17).
   Colour still applies there, so the degradation is a brown disc rather than no styling. */
.content-area ul,
.page ul {
    list-style-type: disc;
}

/* 25BA BLACK RIGHT-POINTING POINTER rather than 27A4 BLACK RIGHTWARDS ARROWHEAD: 27A4 is
   a Dingbat that sits on the baseline, so its mass fell below the text's optical centre.
   25BA is a Geometric Shape, drawn mid-height, so it centres against the text on its own.
   ::marker accepts no vertical-align, so choosing a mid-height glyph is the only way to
   control this. Similar weight to 27A4.

   Trailing NBSP because a custom ::marker content string gets no automatic gap before the
   text the way a native disc does. */
.content-area ul > li,
.page ul > li {
    padding: 4px 8px 4px 0;
}

.content-area ul > li::marker,
.page ul > li::marker {
    content: "\25BA\00A0";
    color: var(--phi-marker-orange);
    font-size: var(--phi-marker-size);
}

.content-area ul ul,
.page ul ul {
    list-style-type: circle;
}

/* Level 2 is the same glyph in brown -- only the colour is overridden, so content and
   size are inherited from the rule above. */
.content-area ul ul > li::marker,
.page ul ul > li::marker {
    color: var(--phi-marker-brown);
}

.content-area ul ul ul,
.page ul ul ul {
    list-style-type: square;
}

/* 203A thin chevron -- lightest of the three, closing the weight progression. */
.content-area ul ul ul > li::marker,
.page ul ul ul > li::marker {
    content: "\203A\00A0";
    color: var(--phi-marker-brown);
    font-size: var(--phi-marker-size-3);
}

/* UI lists inside a content area are not prose; leave their markers alone. */
.cats-tags > li::marker,
.pagination > li::marker,
.nav > li::marker,
.nav-pills > li::marker,
.sidenav > li::marker,
.archives-list > li::marker,
.sitemap li::marker {
    color: inherit;
}
