body {
    font-size: 16px;
    line-height: 1.625;
    font-family: "ProximaNovaRegular";
    color: #333;
    background-color: #fff;
    height: 100%;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

.d-fx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.fxd-v {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
}

.fxd-b {
    display: flex;
    align-items: flex-end;
} 

.fxai-c {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}

.fxjc-c {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.fxjc-e {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}

.d-ifx {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.btn {
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    background-color: #60BF4D;
    border-color: transparent;
    padding: 17px 35px;
    font-size: 16px;
    line-height: 1;
    border-radius: 2rem;
}

.background-wrapper {
    background-color: #edf5fa;
    text-align: center;
}

.btn.btn-full-width {
    width: 100%;
}

.btn.btn-secondary {
    background-color: #e7f6e5;
    color: #60bf4d;
    border: none;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
    background-color: #dbf9d7;
    color: #60bf4d;
    border: none;
}

.fadeout {
    position: relative;
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(rgba(255,255,255,0) 0%,#fff 100%);
    background-image: -moz-linear-gradient(rgba(255,255,255,0) 0%,white 100%);
    background-image: -o-linear-gradient(rgba(255,255,255,0) 0%,white 100%);
    background-image: linear-gradient(rgba(255,255,255,0) 0%,white 100%);
    background-image: -ms-linear-gradient(rgba(255,255,255,0) 0%,white 100%);
}

.carousel__viewport {
    overflow: hidden;
    width: 100%;
}

.splide__arrow {
    width: 3rem;
    height: 3rem;
    background-color: transparent!important;
}

.carousel__prev,
.carousel__next {
    color: #fff!important;
    text-align: center;
    border: none!important;
    background-color: transparent!important;
}

.splide__arrow--next,
.carousel__next {
    right: -50px!important;
}

.splide__arrow--prev,
.carousel__prev {
    left: -50px!important;
}

.splide__arrow--prev svg,
.carousel__next svg,
.splide__arrow--next svg,
.carousel__prev svg {
    fill: #fff;
    height: 60px;
    width: 60px;
    filter: drop-shadow(0 1px 2px #999);
}

/* FORMS */

body .input-title {
    color: #1e5480;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

body .input-textbox>input[type=email],
body .input-textbox>input[type=password],
body .input-textbox>input[type=text],
body .input-textbox>input[type=number],
body .input-textbox>input[type=date] {
    padding: 15px 20px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.input-textbox input[type="text"],
.input-validate-wrap input[type="text"],
.input-textbox input[type="number"],
.input-textbox input[type="date"],
.input-validate-wrap input[type="number"] {
    position: relative;
}

.input-wrapper .input-textbox input.error,
.input-wrapper .input-textbox select.error,
.input-wrapper .input-textbox textarea.error {
    border: 1px solid #e72d2d;
    color: #e72d2d;
}

.input-validate-wrap label.error,
.input-wrapper .input-textbox label.error {
    color: #e72d2d;
    font-size: 16px;
}

.input-textbox, .input-validate-wrap {
    position: relative;
}

.input-wrapper {
    display: block;
    margin-bottom: 25px;
}

.input-wrapper.char-counter {
    position: relative;
    margin-bottom: 0;
}

.input-wrapper.char-counter .count,
.input-wrapper.char-counter .count-label {
    color: #41d980;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    position: absolute;
    top: -14px;
    right: 0;
}

.input-textarea {
    border-radius: 3px;
    padding: 15px 20px;
    color: #555;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
    width: 100%;
}

.textarea-full-width {
    width: 100%;
}

.input-select-box {
    width: 100%;
    padding: 12px 20px;
    background-image: linear-gradient(180deg,#fbfdff 0,#f6f9fd 100%);
    border-radius: 3px;
    position: relative;
    color: #999;
    border: 1px solid #edf5fa;
    font-size: 18px;
}

.input-textarea {
    border: 1px solid #edf5fa;
    font-size: 14px;
}

.input-full-width {
    width: 100%!important;
    max-width: 100%!important;
}

.comboBox-container .dropdown-menu {
    width: 90%;
    max-width: 100%;
}

.cs-select .dropdown-toggle::after {
    display: none;
}

.cs-select .dropdown-toggle input {
    width: 100%;
    margin: 0;
    padding-left: 20px;
    text-align: left;
    background: none;
    border: none;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

.cs-select .dropdown-toggle svg {
    position: absolute;
    right: 15px;
    top: 18px;
}

.check {
    display: inline-block;
}

.check .input-title {
    margin-bottom: 21px;
}

.checkbox {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    padding-left: 30px;
    line-height: 19px;
}

.checkbox input[type="checkbox"] {
    display: none;
    top: auto;
    left: -9999px;
}

.checkbox input[type="checkbox"]+span {
    cursor: pointer;
    color: #4b5b73;
    font-size: 16px;
    line-height: 22px;
}

.checkbox input[type="checkbox"]+span:before {
    content: " ";
    width: 18px;
    height: 18px;
    border: 1px solid #4b5b73;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.checkbox input[type="checkbox"]:not(:checked)+span:before {
    border-color: #669ecc;
}

.checkbox input[type="checkbox"]:checked+span:after {
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-size: 21px;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    left: 0px;
    top: 3px;
    color: #60bf4d;
}

.checkbox input[type="checkbox"]+span:hover {
    color: #60bf4d;
}

.radio-button {
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.radio-button input[type=radio] {
    display: none;
}

.radio-button label {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 16px;
}

.radio-button input[type=radio]+label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 2px solid #edf5fa;
    border-radius: 30px;
    margin: -1px 4px 1px 0;
    vertical-align: middle;
    cursor: pointer;
}

.radio-button input[type=radio]:checked+label span {
    background-color: #60bf4d;
}

/* CONTENT */

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.microBox {
    width: 1100px;
    padding: 64px 0;
    margin: 0 auto;
    display: block;
    text-align: left;
}

.microBox.contact-info .contact-info-header {
    margin-bottom: 35px;
}

.microBox h6 {
    font-family: "ProximaNovaSemiBold";
    color: #4b5b73;
    font-size: 24px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
    display: inline-block;
}

#microAvatar {
    float: left;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    top: -35px;
}

#microAvatar.small {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    top: 0;
}

#microAvatar img {
    min-width: 100%;
    min-height: 100%;
    max-height: 150px !important;
    max-width: 150px !important;
}

#microAvatar.small img {
    max-height: 44px !important;
    max-width: 44px !important;
    min-width: auto;
    min-height: auto;
}

#microAvatar.medium {
    width: 100px;
    height: 100px;
}

#microAvatar.medium img {
    max-height: 100px !important;
    max-width: 100px !important;
    min-width: auto;
    min-height: auto;
}

/* MENU */

.sticky-nav {
    position: fixed;
    z-index: 1000;
    width: 100%;
    background: #fff;
}

.sticky-nav .container {
    width: 100%;
}

.navbar-logo {
    display: flex;
    align-items: center;
    height: 100%;
}
    
.navbar-logo-image {
    width: 44px;
    height: 44px;
    margin-right: 20px;
    top: 0;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}

.navbar-logo-image img {
    max-height: 44px!important;
    max-width: 44px!important;
    min-width: auto;
    min-height: auto;
}

.mobile-navigation-wrapper .navbar-toggler {
    padding: 15px;
}

.mobile-navigation-wrapper .navbar-toggler i {
    font-size: 22px;
}

.sticky-nav .navigation a:hover,
.sticky-nav .navigation a.active {
    border-bottom: 3px solid rgba(102,158,204,.8);
}

.sticky-nav .agent-name {
    color: #4b5b73;
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
}

.sticky-nav .mobile-navigation-container {
    display: none;
    text-align: right;
    align-items: flex-end;
    justify-content: flex-end;
}

.sticky-nav .mobile-navigation a {
    display: block;
    padding: 8px 0;
    width: 100%;
    font-family: 'ProximaNovaSemiBold';
    color: #669ecc;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}

.sticky-nav .navigation {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}

.sticky-nav .navigation a {
    display: inline-block;
    font-family: 'ProximaNovaSemiBold';
    margin: 0 18px;
    color: #669ecc;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
    background-repeat: no-repeat;
    height: 45px;
    margin-top: 35px;
    cursor: pointer;
}

.sticky-nav a.bio-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAA+klEQVQYV32QvUoDQRSFz5nYiAF9AB8iP9unSlo7Gxt3kV0VSWFhJ4G0IhYWOgF3QazS2YpFsJ41aXwCnyCgkMLMFSPuTBbiVPPd+3Hu5RKll6TjHaGtUdRER/VHv00fDtP8xEKu/2qk6uqw4diX4zQfAdJyMl902HS8JGcmh6BRyMBYR4HPTk8ycymCU1fh1SBqFry0czw0m/zgA4C2UJ6xgb3BbjD1Jv1+j+5fW3ZuzwA8qYqa2LmtAegQlYvbsD76cRbJcWbOIeiXz1gkKvT0ftDn8fCt+vU5e4fI1ioZwHStur7N8m1XplN1mWTmBoKDf1IXLSHvvgGyAVGsScemvwAAAABJRU5ErkJggg==);
}

.sticky-nav a.contact-info-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAABCElEQVQYV4XRMUvDUBQF4HNeAxZ0qIMUEUf3QAYRZxcXwc1FzBSpQzt0cNMiuDqUgnZo0EHE2X9g1xBE+he6FFQEbYW8HmmKxbSId3z34917uMQ/FYTxFmBP+Jcr3z4XB4OvCwF7JKMZeCqZ7nUUQDyHVEg/Iu8ysBTGbiJ7CWCdQCLAGUOcpbB031mwH/2agDKEHIA2gDUAxVHf0OwzaMU7oK1LWB1PQR3giqTdn/1z5AYPW1Ew5OiRm0Y4FjWU0MiEzGNpsmMa4iHKs8cXQXMTSL41fW8xE6YSxoVP2VeSj4KOCLMNaPnK9yozsC/bc4zjNg7czu/xGVi9eZp/t0m16Xu16UN8AxCZYjgM/At4AAAAAElFTkSuQmCC);
}

.sticky-nav a.recommendations-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALCAYAAABGbhwYAAAA6ElEQVQYV4XOP0tCcRTG8e9jIjk4uZhTY5AQyB2E3oG9h4oL3aHNIRcHpRfQfoX6pdASNARRW3tw16IhKAhsqaBAJFJPWGRx++PZDs+H5xwRm4a7nr7j8QqpHq4Wtz9jxWGwGy0x5EjQDn1v5VdYPbzMPD10Tw3zRGIz9Iv1HzBw0ZzQiZnNvodJSs1l72wMK/u36ZfufaHPwGHMfzVoaFgHuBEcK3BRB2Mm/uv3XehCwU5k/6FRJmlvMhQDoa3J8KOyNoLPQObP89JBaiq5oXV3nutbLy8lFsHKhi2AspilgFdgrel7rTdd4U8d9gDuoAAAAABJRU5ErkJggg==);
}

.sticky-nav a.posts-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAABMElEQVQYV4XRPS9DcRgF8HPuVY2gCZuXamORSAhuE4PEZPIBuphuh3s7GywWiS9gQpvoSwxGYTd1dG9YJLpIG1GiC7Zq3SP/7uVZzy8nz5OHAOAFQcyuDyfV6aZlIYWIaVBTgCyTS5wu5pxt+uXwRlKdsFoguiYkpUiKE0xCmhC4gmUt0isFbwRqACMBL6SakN2wieYw0DhyVz/ylXCfsdgFvXLwVHQz86Zx0OQr4Q4ivJrm760xZySb5c9gfLcBacFgDSE+d5xbeh6Iq/czUdTz+9gmN09cpzYIH0hWqxoWDG5btHZP3bXzv/b2yuEZ/VJ4K+q66GYO/8VeObik+F7IOb7Be1eP41+fnRTUS0dCikBawiyBUdP8IChBoC0gBWCy/xiwI8Ac3SCVKLiZ9V8eCoaAE+ef/QAAAABJRU5ErkJggg==);
}

.avatar_name {
    height: 80px;
}

/* SLIDER */

.agent-introduction {
    max-width: 100%;
    min-height: 700px;
    position: relative;
    color: #c4c0bd;
    padding: 0;
}

.agent-introduction {
    width: 100%;
    text-align: left;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.agent-introduction .cover-image-overlay {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    min-height: 700px;
    background-image: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8) 100%);
}

.agent-introduction .agent-introduction-info {
    position: absolute;
    padding: 0!important;
    bottom: 45px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.agent-introduction .agent-introduction-info h1 {
    color: #fff;
    font-family: "ProximaNovaRegular";
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 5px;
    margin-top: 0;
}

.agent-introduction .agent-introduction-info .micro-company-name {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.agent-introduction .agent-introduction-info .agent-introduction-description-wrapper .agent-introduction-description {
    padding-left: 180px;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.agent-introduction .agent-introduction-info .agent-introduction-description-wrapper .agent-introduction-description {
    padding-left: 225px;
}

/* SOCIAL MEDIA */

.agent-introduction .agent-introduction-info #microInfo #microSocial a {
    margin: 0 4px;
    width: 30px;
    height: 30px;
    background-size: 28px;
    background-repeat: no-repeat;
}

.agent-introduction .agent-introduction-info #microInfo #microSocial a img {
    width: 30px;
    height: 30px;
}

.btn-social-circle {
    background-size: cover!important;
    display: inline-block;
}

.btn-social-circle img {
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-social-circle img:hover {
    opacity: 0;
}

.btn-twitter-circle {
    background: url('../images/common-shared/tw.png') center center;
}

.btn-twitter-circle-white {
    background: url('../images/common-shared/tw-white.png') center center;
}

.btn-facebook-circle {
    background: url('../images/common-shared/fb.png') center center;
}

.btn-facebook-circle-white {
    background: url('../images/common-shared/fb-white.png') center center;
}

.btn-google-plus-circle {
    background: url('../images/common-shared/gplus.png') center center;
}

.btn-google-plus-circle-white {
    background: url('../images/common-shared/gplus-white.png') center center;
}

.btn-linkedin-circle {
    background: url('../images/common-shared/in.png') center center;
}

.btn-linkedin-circle-white {
    background: url('../images/common-shared/in-white.png') center center;
}

.header .microsocial a {
    margin: 20px;
}

.header .microsocial a img {
    height: 40px;
    padding: 1px;
}

/* PLAY VIDEO */

.btn.btn-play-video {
    background-color: #60BF4D;
    background-image: url('../images/common-shared/button-media.png');
    background-repeat: no-repeat;
    background-position: 12px 12px;
    padding-left: 48px;
}

.btn.btn-play-video:hover,
.btn.btn-play-video:focus {
    color: #fff;
    background-color: #45a032;
}

/* CONTACT INFO */

.contact-info-item {
    margin-bottom: 18px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.contact-info-item span {
    color: #4d4d4d;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.contact-info-item .contactInfo-icon {
    width: 24px;
    height: 24px;
    margin-right: 20px;
}


/* FOOTER */

.background-wrapper.footer-wrapper {
    background-color: #f6f9fd;
}

.background-wrapper>.microBox {
    text-align: left;
}

.microBox.footer .footer-body {
    padding: 0 0 55px 0;
    border-bottom: 1px solid #e6edf2;
}

.microBox.footer .footer-info {
    padding: 40px 0;
}

.microBox.footer .footer-body .footer-body-info img {
    margin-bottom: 25px;
    height: 68px;
}

/* RECOMMENDATIONS */

.microBox.recommendations .recommendations-header {
    margin-bottom: 40px;
    overflow: hidden;
}

.microBox.recommendations .recommendations-header .recommendations-title {
    float: left;
    display: block;
}

.microBox.recommendations .recommendations-header .recommendMe-button {
    float: right;
    display: block;
}

.microBox.recommendations .recommendations-header .recommendations-title .recommendations-counter {
    position: relative;
    width: 29px;
    height: 29px;
    color: #fff;
    font-weight: bold;
    background-image: url('../images/microsite/recCounter.png');
}

.recommendation-empty {
    min-height: 160px;
}
    
.recommendation-empty p {
    padding:40px;
}

/* QUOTES */

.microBox.quote {
    border-bottom: 1px solid #e6edf2;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

.microBox.quote .quote-header {
    text-align: center;
    margin-bottom: 40px;
}

.microBox.quote .quote-header>img {
    margin: 0 auto;
    display: block;
}

.cs-select > span::after {
    content: '\25BE';
}

.cs-select > span::after,
.cs-select .cs-selected span::after {
    speak: none;
    position: absolute;
    top: 30%;
    font-size: 30px;
    right: 70px;
    transform: translateY(-50%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* MODALS */

.modal-content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-header {
    padding: 25px 15px 25px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 26px;
}

.modal-body {
    color: #4d4d4d;
    font-size: 18px;
    overflow: hidden;
    font-weight: 400;
    line-height: 26px;
}

.modal-body.body-padding {
    padding: 30px 55px;
}

.modal-footer {
    align-items: center;
    justify-content: center;
}

.modal-content .modal-header {
    height: 70px;
    padding: 20px 40px;
    vertical-align: middle;
    background-color: #edf5fa;
    border-radius: 3px 0 0 3px;
    position: relative;
}

.modal-content .modal-header .header-icon {
    color: #60bf4d;
    font-size: 25px;
    margin-right: 16px;
}

.modal-content .modal-header h5 {
    color: #4b5b73;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    -ms-word-break: break-word;
    word-break: break-word;
    display: inline-block;
    letter-spacing: normal;
}

.modal-content .modal-header .customCloseButton {
    color: #e65c5c;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 20px;
}

/* RECOMMENDATIONS */

.microBox.recommendations .team-member-item {
    display: block;
    width: 100%;
    padding: 0 10px;
}

.microBox.recommendations .team-member {
    width: 100%;
    position: relative;
}

.microBox.recommendations .team-member .recommendation-text {
    width: 100%;
    height: 268px;
    padding: 35px;
    margin: 0;
    border-radius: 0 3px 3px 0;
    background-color: #fcfeff;
    border: 0.5px solid #e6edf2;
    text-align: left;
    overflow: hidden;
}

.microBox.recommendations .team-member .recommendations-show-more-button {
    padding: 16px 18px;
    position: absolute;
    bottom: 110px;
    left: 148px;
}

.microBox.recommendations .team-member .recommendation-author {
    border-radius: 0 3px 3px 0;
    background-color: #f6f9fd;
    border-top: 0.5px solid #e6edf2;
    margin: 0;
    width: 100%;
    height: 93px;
    margin-top: -64px;
}

.microBox.recommendations .team-member .recommendation-author .author-name {
    color: #669ecc;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
}

/* ARTICLES */

.microBox.posts .posts-header {
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
}

.posts-header .posts-header-filter .filter-title,
.posts-header .posts-header-filter .category-item,
.posts-header .posts-header-filter .all {
    color: #4b5b73;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
}

.posts-header .posts-header-filter .category-item a,
.posts-header .posts-header-filter .all a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: #4b5b73;
    padding: 4px 8px;
}

.posts-header .posts-header-filter .category-item a {
    margin-right: 10px;
}

.posts-header .posts-header-filter .category-item:last-child a {
    margin-right: 0;
}

.category-item a.selected {
    background-color: #c6dfff;
    border-radius: 3px;
}

.microBox.posts .post:nth-child(even):nth-child(2) {
    padding-top: 14px;
}

.microBox.posts .post:nth-child(even) {
    padding: 0 14px 14px 0;
    border-right: 2px solid #f6f9fd;
}

.microBox.posts .post .post-inner {
    border-radius: 3px;
    width: 535px;
    height: 495px;
    border: 1px solid #e6edf2;
    background-color: #fcfeff;
}

.microBox.posts .post .post-inner .image-part {
    height: 320px;
    background-size: cover;
    border-radius: 3px;
}

.microBox.posts .post .post-inner .image-part .cover-image {
    width: 535px;
    height: 320px;
    background-size: cover;
    padding: 25px 35px;
    background-image: url('../images/microsite/cover-image-overlay.png');
    position: relative;
}

.microBox.posts .post .post-inner .text-part {
    height: 175px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.microBox.posts .post .post-inner .text-part .text-body {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.microBox.posts .post .post-inner .text-part .text-body span {
    height: 100px;
    overflow: hidden;
    display: block;
}

.microBox.posts .post .post-inner .text-part .btn {
    margin: 0 auto;
    position: absolute;
    bottom: 35px;
    left: 144px;
}

.category {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 12px;
}

.category .type {
    font-weight: 700;
    background-color: rgba(102,158,204,.9);
    border-radius: 3px;
    padding: 8px 10px;
    margin-left: 10px;
    display: inline-block;
}

.category .category-inner {
    padding: 8px 10px 8px 23px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 3px;
    background-image: url('../images/common-shared/icon-category.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    display: inline-block;
    opacity: .9;
    filter: alpha(opacity=90);
}

.microBox.posts .category-active {
    background-color: #c6dfff;
    border-radius: 3px;
}

.microBox.posts .post .post-inner .image-part .cover-image .post-list-title a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    position: absolute;
    bottom: 55px;
}

.microBox.posts .post .post-inner .image-part .cover-image .post-list-date {
    color: rgba(255,255,255,.8);
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    bottom: 25px;
}

.article-body {
    margin: 70px auto;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

/* FOOTER */

.microBox.footer .footer-body .footer-image {
    width: 150px;
    height: 80px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.microBox.footer .footer-body .footer-image>img {
    height: 80px;
}

footer .footer-container .custom-center #microAvatar {
    float: none;
    margin: 0 auto;
    display: block;
}

footer .footer-container .agent-name-wrapper span.agent-name {
    position: relative;
    top: -30px;
    color: #4b5b73;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

footer .footer-container .about {
    margin-bottom: 40px;
}

/* QUOTE */

.quote-button {
    display: block;
    width: 100%;
}

.cs-options {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    border: none;
    box-shadow: 0 0 6px rgba(77, 77, 77, 0.3);
    padding: 40px 50px;
    position: absolute;
    overflow: auto;
    max-height: 500px;
}

.cs-options .dropdown-item {
    padding: 0;
    color: #60bf4d;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    padding: 8px 0;
}

.cs-options .dropdown-item:focus,
.cs-options .dropdown-item:hover {
    color: #60bf4d;
    text-decoration: underline;
    background-color: transparent;
}

.v-toast {
    z-index: 999999;
}

.article-container .mobile-image {
    display: none;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

@media (max-width: 992px) {

    .container {
        max-width: 100%;
        width: 100%;
    }

    .microBox {
        width: 100%;
        padding: 30px 0;
    }

    .input-select-box {
        max-width: 100%;
    }

    .sticky-nav .navigation {
        display: none;
    }

    .sticky-nav .mobile-navigation-container {
        display: block;
    }

    .agent-introduction .agent-introduction-info {
        bottom: 0;
        left: 0;
        position: relative;
        transform: initial;
        padding-top: 110px!important;
        text-align: center;
    }

    .header .microsocial a {
        margin: 10px 5px;
    }

    #microAvatar {
        float: none;
        position: relative;
        top: 0;
        margin: 0 auto;
        display: block;
    }

    .btn.btn-play-video {
        margin: 20px 0;
    }

    .agent-introduction .agent-introduction-info .micro-company-name {
        margin-bottom: 20px;
    }

    .agent-introduction .agent-introduction-info .agent-introduction-description-wrapper .agent-introduction-description {
        padding-left: 0;
    }

    .licensed-states,
    .microBox.contact-info .contact-info-header {
        text-align: center;
        margin-bottom: 15px;
    }

    .microBox.recommendations .recommendations-header {
        overflow: hidden;
    }

    .microBox.recommendations .recommendations-header .recommendMe-button,
    .microBox.recommendations .recommendations-header .recommendations-title {
        min-width: 100%;
        text-align: center;
    }

    .microBox.recommendations .recommendations-header .recommendations-title .recommendations-counter {
        top: 0;
    }

    .quote-body .input-wrapper {
        margin-bottom: 20px!important;
    }

    .microBox.posts .post .post-inner {
        width: 100%;
        height: auto;
    }

    .microBox.posts .post:nth-child(2n) {
        padding-left: calc(var(--bs-gutter-x)*.5);
        padding-right: calc(var(--bs-gutter-x)*.5);
    }
    
    .microBox.posts .post .post-inner .image-part .cover-image {
        width: 100%;
    }

    .posts-header{
        position: relative;
        display: flex;
        flex-flow: row wrap;
    }

    .posts-header .posts-header-title {
        width: 100%;
    }

    .microBox.posts .post .post-inner .image-part .cover-image,
    .microBox.posts .post .post-inner .image-part {
        height: 270px;
    }

    .microBox.posts .post .post-inner .text-part {
        height: auto;
        padding: 15px;
    }

    .microBox.posts .post .post-inner .text-part .text-body .fadeout {
        display: none;
    }

    .microBox.posts .post .post-inner .text-part .btn {
        bottom: 0;
        left: 0;
        position: relative;
        display: block;
        margin-top: 10px;
    }

    .splide__arrows,
    .carousel__prev,
    .carousel__next {
        display: none!important;
    }

    .article-container .agent-introduction {
        min-height: auto;
        background: none!important;
    }
    
    .article-container .agent-introduction .cover-image-overlay {
        height: auto;
        min-height: auto;
        background: none;
    }
    
    .article-container .agent-introduction .agent-introduction-info .h1,
    .article-container .agent-introduction .agent-introduction-info h1 {
        color: #333;
    }

    .article-container .mobile-image {
        display: block;
    }

    .article-container .mobile-image img {
        width: 100%;
    }

    footer .footer-container .agent-name-wrapper span.agent-name {
        top: 0!important;
    }
    
  }