/*
Theme Name: Lio
Theme URI: #
Author: #
Author URI: #
Description: Lio is a unique theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lio
*/

/*
 * Default WP Alignment Classes
 *****************************************************************************/

.aligncenter,
.alignleft,
.alignright {
    display: block;
    padding: 0;
}

.aligncenter {
    float: none;
    margin: .5em auto 1em;
}

.alignright {
    float: right;
    margin: .5em 0 1em 1em;
}

.alignleft {
    float: left;
    margin: .5em 1em 1em 0;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.wp-caption {
    padding: 5px 0;
    border: 1px solid #555;
    background: #444;
    text-align: center;
}

.wp-caption img {
    display: inline;
}

.wp-caption p.wp-caption-text {
    margin: 5px 0 0;
    padding: 0;
    text-align: center;
    font-size: 75%;
    font-weight: 100;
    font-style: italic;
    color: #ddd;
}

/* Color Setup */

.color-primary {
    color: #FA6D58 !important;
}

/* Css Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    background: #fff;
    color: #4A4A4A;
    font-size: 1.25rem;
    padding: 0;
    margin: 0;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
}

ul,
ol {
    list-style: none;
}

img,
fieldset {
    border: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.skip {
    position: absolute;
    left: -39.063rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

figure {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    height: 0;
    width: 100%;
    overflow: hidden;
}

embed,
iframe,
object,
video {
    max-width: 100%;
}

/*input, textarea { -webkit-appearance: none; -webkit-border-radius: 0; }*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

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

.product-info ul li,
.contact-btm-cont ul li,
a {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

/*----------------------*/
/*     Page structure   */
/*----------------------*/
#wrapper {
    overflow: hidden;
}

.container {
    max-width: 100%;
    padding: 0 0.938rem;
}

.center-content {
    max-width: 72.875rem;
    margin: 0 auto;
}

/*----------------------*/
/*  header              */
/*----------------------*/
.header-container {
    background: #fff;
    -webkit-box-shadow: 0 0 1.875rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 1.875rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 1.875rem rgb(0 0 0 / 10%);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-left {
    width: 52%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    position: relative;
    padding-left: 7.938rem;
}

.logo {
    position: absolute;
    top: 1.25rem;
    left: 0;
    z-index: 999;
}

.main-menu ul li,
.header-right ul li {
    display: inline-block;
    margin: 0 0.5rem;
    position: relative;
    font-size: 1.125rem;
    font-weight: 300;
}

.main-menu ul li.current-menu-item,
.header-right ul li.current-menu-item {
    font-weight: 700;
}

.main-menu ul li:last-child,
.header-right ul li:last-child {
    margin-right: 0;
}

.header-right ul li:first-child {
    margin-left: 0;
}

.main-menu ul li a,
.header-right ul li a {
    display: inline-block;
    color: #4A4A4A;
    padding: 1.938rem 0 1.875rem 0;
    border-bottom: 0.188rem solid transparent;
}

.main-menu ul li.current-menu-item a,
.header-right ul li.current-menu-item a {
    border-color: #F86E5D;
}

.main-menu ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 12.5rem;
    background: transparent;
    /* -webkit-box-shadow: 0 0 1.875rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 1.875rem rgb(0 0 0 / 10%); */
    /* box-shadow: 0 0 1.875rem rgb(0 0 0 / 10%); */
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    padding: 22px 10px 10px;
}

.main-menu ul li ul:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 93%;
    top: 12px;
    left: 0;
    box-shadow: 0px 20px 24px -4px #10182814;
    background-color: #ffffff;
    border-radius: 5px;
}

.main-menu ul li ul li {
    margin: 0;
    display: block;
    /* border-top: 0.063rem solid #4A4A4A; */
    font-size: 1.125rem;
}

.main-menu ul li ul li:first-child {
    border-top: 0;
}

.main-menu ul li.current-menu-item ul li {
    font-weight: 400;
}

.main-menu ul li.current-menu-item ul li.current-menu-item {
    font-weight: 700;
}

.main-menu ul li ul li a {
    padding: 12px 14px;
    display: block;
    border-bottom: 0;
    border-radius: 4px;
}

.main-menu ul li ul li a:hover {
    /* color: #F86E5D; */
    background-color: #F4F4F1;
}

.main-menu ul li ul li ul {
    top: 0;
    left: 100%;
}

.main-menu ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.main-menu ul li:hover>a,
.main-menu ul li a:hover,
.header-right ul li:hover>a,
.header-right ul li a:hover {
    border-color: #F86E5D;
}

.header-right {
    width: 48%;
    text-align: right;
}

.orange-btn,
.header-right ul li.header-orange-btn a:link {
    background: #FA6D58;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    padding: 0.813rem 1.875rem 0.938rem 1.875rem;
    display: inline-block;
    text-transform: uppercase;
}

.header-right ul li.header-orange-btn a {
    padding: 0.813rem 2.188rem 0.938rem 2.188rem;
    color: #fff;
    border-bottom: 0;
}

.orange-btn:hover,
.header-right ul li.header-orange-btn a:hover {
    background: #f5533b;
}

/*-----------------------*/
/*      Home Banner      */
/*-----------------------*/
.home-banenr-container {
    position: relative;
}

.vimeo-wrapper {
    position: absolute;
    top: -0.313rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 0;
    left: 0;
}

.home-banner-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3.438rem;
}

.home-banner-left {
    width: 39%;
    padding-right: 0.625rem;
}

.home-banenr-cont {
    padding: 7.813rem 0 3.125rem 0;
}

.home-banenr-cont h1 {
    font-size: 5rem;
    color: #183240;
    line-height: 4.875rem;
    padding-bottom: 2.313rem;
}

.home-banenr-cont p {
    line-height: 1.875rem;
    padding-bottom: 2.313rem;
}

.home-banner-right {
    width: 61%;
}

.home-banner-right p {
    font-size: 1rem;
    line-height: 1.313rem;
    text-align: center;
}

/*-----------------------------------*/
/*      edge technology section      */
/*-----------------------------------*/
.edge-tech-container {
    padding-top: 5.313rem;
    padding-bottom: 10rem;
}

.edge-tech-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
}

.edge-tech-left {
    width: 40.9%;
}

.why-lio-banner-content h2,
.edge-tech-left h2 {
    font-size: 2.375rem;
    color: #183240;
    line-height: 3.625rem;
    padding-bottom: 2.4rem;
}

.edge-tech-right {
    width: 59.1%;
}

.laptop-video-slider {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.laptop-video-slider iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/*-----------------------------------*/
/*          combine section          */
/*-----------------------------------*/
.combine-container {
    background: #F4F4F1;
    border-radius: 0 0 9.375rem 0;
    padding-top: 4.25rem;
    padding-bottom: 6.25rem;
    position: relative;
}

.combine-container::before {
    content: '';
    position: absolute;
    width: 12.188rem;
    height: 9.188rem;
    top: -5.35rem;
    left: -3.813rem;
    background: url(../png/edge-tech-bg.png) no-repeat;
}

.combine-cont h2 {
    font-size: 2.375rem;
    color: #183240;
    line-height: 3.625rem;
    text-align: center;
}

/*-----------------------------------*/
/*          Benefits Section         */
/*-----------------------------------*/

h2.sec-heading {
    color: #183240;
    font-size: 3.625rem;
    line-height: 4.875rem;
    text-transform: capitalize;
    padding-bottom: 1.813rem;
    font-weight: 700;
    text-align: center;
}

.benefits-container {
    padding-top: 4.25rem;
    padding-bottom: 3.438rem;
    position: relative;
}

.benefits-container::after {
    content: '';
    position: absolute;
    right: -9rem;
    bottom: 2.5rem;
    width: 30.25rem;
    height: 26.5rem;
    background: url(../svg/3dclock.svg) no-repeat;
    z-index: -1;
}

.benefits-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.benefits-left {
    width: 50%;
    border-right: 0.188rem solid #F4F4F1;
    padding-bottom: 3.625rem;
    padding-right: 0.938rem;
}

.benefits-cont h2 {
    font-size: 2.75rem;
    line-height: 3.438rem;
    color: #183240;
    padding: 3.438rem 0 2.688rem 0;
}

.benefits-cont ul {
    padding-bottom: 1.7rem;
}

.benefits-cont ul li,
.benefits-cont ol li {
    position: relative;
    line-height: 1.875rem;
    /*padding: 0 0 1.875rem 2.813rem;*/
    padding: 0 0 1rem 2.813rem;
}

.benefits-cont ul li::before {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: -0.5rem;
    background: url(../svg/tick.svg) no-repeat;
    width: 3.313rem;
    height: 3.313rem;
}

.benefits-cont ol {
    counter-reset: li;
}

.benefits-cont ol li::before {
    content: '';
    position: absolute;
    left: 0.125rem;
    top: 0.2rem;
    width: 1.813rem;
    height: 1.813rem;
    line-height: 1.6rem;
    background: #183240;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 22%);
    -moz-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 22%);
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 22%);
    content: counter(li);
    counter-increment: li;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.benefits-right {
    width: 50%;
    padding-left: 6.563rem;
}

/*-------------------------*/
/*          Footer         */
/*-------------------------*/
.footer-container {
    padding-top: 4.688rem;
    padding-bottom: 4.375rem;
    background: #183240;
}

.footer-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.625rem;
}

.footer-col {
    width: 17.75%;
    padding: 0 0.625rem;
}

.footer-col:first-child {
    width: 44.5%;
}

.footer-col:last-child {
    width: 20%;
}

.footer-logo {
    float: left;
    padding-top: 0.5rem;
}

.footer-cont p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #C6C6C6;
}

.footer-col:first-child .footer-cont {
    padding-left: 8.75rem;
    padding-right: 3.438rem;
}

.footer-col:last-child .footer-cont {
    text-align: right;
}

.footer-cont p a.footer-social {
    margin: 0.313rem 0 1.438rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #FA6D58;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.footer-cont p a.footer-social:hover {
    background: #f5533b;
}

.footer-cont p a img {
    line-height: 2.5rem;
    display: inline-block;
}

.footer-cont ul li {
    line-height: 1.688rem;
    padding-bottom: 0.938rem;
}

.footer-cont ul li a {
    color: #fff;
}

.footer-cont ul li a:hover {
    text-decoration: underline;
}

.footer-cont .terms-privacy ul {
    padding-top: 0.188rem;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-cont .terms-privacy ul li {
    font-size: 1rem;
    line-height: 1.313rem;
    border-right: 0.125rem solid #C6C6C6;
    padding: 0 0.625rem 0 0.625rem;
}

.footer-cont .terms-privacy ul li:first-child {
    padding-left: 0;
}

.footer-cont .terms-privacy ul li:last-child {
    padding-right: 0;
}

.footer-cont .terms-privacy ul li:last-child {
    border-right: 0;
}

.footer-cont .terms-privacy ul li a {
    color: #C6C6C6;
    text-decoration: underline;
}

.footer-cont .terms-privacy ul li a:hover {
    text-decoration: none;
}

/*------------------------*/
/*      Contact page      */
/*------------------------*/
.contact-container {
    background: #F4F4F1;
    padding-top: 4.375rem;
    padding-bottom: 6.25rem;
    color: #1C2D40;
}

.contact-form {
    padding: 0 4.6875rem;
}

.contact-form-inner {
    background: #FFFFFF;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.contact-form-top-content h1 {
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 1.125rem;
}

.contact-form-description {
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.contact-form-description ul {
    margin-top: 0.5rem;
}

.contact-form-description ul li {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    align-items: center;
}

.contact-form-description ul li a {
    color: #FB6C58 !important;
}

.contact-form-description ul li::before {
    content: '';
    min-width: 0.4rem;
    min-height: 0.4rem;
    background: #1C2D40;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.gform_fields {
    column-gap: 1rem;
    row-gap: 1rem;
}

.gform_required_legend {
    display: none;
}

.contact-form .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
    font-size: 16px !important;
    padding: 0 !important;
    margin-bottom: 0.5rem !important;
}

.contact-form .gform_wrapper input {
    font-size: 1rem !important;
    line-height: 1 !important;
}

.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input),
.contact-form .gform_wrapper textarea {
    padding: 0.8125rem 0.75rem !important;
    border: 1px solid rgba(28, 45, 64, 0.50) !important;
    border-radius: 4px !important;
    height: 51px !important;
}

.contact-form .gform_wrapper textarea {
    height: 100px !important;
}

.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):not(.chosen-search-input)::placeholder,
.contact-form .gform_wrapper textarea::placeholder,
.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single.is-placeholder span {
    color: #1C2D40 !important;
    opacity: 0.32 !important;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single span {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-size: 1rem !important;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-search {
    display: none;
}

.contact-form .gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;;
    border: 1px solid rgba(28, 45, 64, 0.50);
    border-radius: 4px;
    padding: 0 0.75rem;
    color: #1C2D40;
    box-shadow: none;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single {
    background: #FFFFFF !important;
    border: 1px solid rgba(28, 45, 64, 0.50) !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-drop {
    border: 1px solid rgba(28, 45, 64, 0.50);
    border-top: none !important;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single div:has(b) {
    display: none;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result.gf_placeholder {
    display: none;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single .chosen-single::after {
    content: url("data:image/svg+xml;base64,Cjxzdmcgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNCA1TDggMTFMMiA1IiBzdHJva2U9IiNCNkJDQzIiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    transition: transform 0.3s ease-in-out;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container-single.chosen-with-drop .chosen-single::after {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results {
    padding-bottom: 1rem;
    padding-left: 0;
    margin: 0;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results li {
    padding: 0.5rem 0.75rem;
    color: #1C2D40;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted {
    background: #FB6C58;
}

.contact-form .gform_wrapper.gravity-theme .chosen-container .chosen-results li:first-of-type {
    padding-top: 0;
}

.contact-form .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    padding: 0.8125rem 0 !important;
    width: 100% !important;
}

.contact-form .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin-top: 0.5rem;
}

.region-leaders {
    margin: 5rem 0;
}

.region-leader-title{
    font-size: 3.125rem;
    line-height: 1.2;
    margin-bottom: 3rem;
    text-align: center;
}

.region-leaders-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2rem;
    row-gap: 1.5625rem;
}

.region-leader {
    padding: 1.25rem;
    background: #FFFFFF;
    border-radius: 1rem;
    box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
    display: flex;
    gap: 1.875rem;
    height: 269px;
}

/* Region leader border colors (class names include the raw hex, so we escape the # in CSS) */
.region-leader.border-color-\#fb6c58 {
    border: 4px solid #fb6c58;
}

.region-leader.border-color-\#5ac4b9 {
    border: 4px solid #5ac4b9;
}

.region-leader.border-color-\#1c2d40 {
    border: 4px solid #1c2d40;
}

.region-leader.border-color-\#fccb42 {
    border: 4px solid #fccb42;
}

.region-leader.border-color-\#92c7d6 {
    border: 4px solid #92c7d6;
}

.region-leader.border-color-\#374f69 {
    border: 4px solid #374f69;
}

.region-leader.border-color-\#c6c6c2 {
    border: 4px solid #c6c6c2;
}

.region-leader-headshot {
    width: 14.3125rem;
    height: 14.3125rem;
}

.region-leader-content {
    padding-top: 0.625rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.region-leader-name {
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: 600;
}

.region-leader-region,
.region-leader-email,
.region-leader-phone {
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
}

.region-leader-region {
    margin-bottom: 1rem;
}

.region-leader-email,
.region-leader-phone {
    display: block;
    color: #FB6C58;
}

.region-leader-email {
    text-decoration: underline;
    margin-bottom: 0.5rem;
}

.region-leader-states {
    display: flex;
    gap: 0.375rem;
    flex-wrap: wrap;
    margin-top: auto;
    padding-right: 1.0625rem;
}

.region-leader-state {
    font-size: 0.625rem;
    color: #333330;
    padding: 0.3125rem 0.625rem;
    background: #F4F4F1;
    border-radius: 0.375rem;
    text-transform: uppercase;
    font-weight: 700;
}

.contact-map {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 4.6875rem;
    padding-bottom: 5rem;
}

.contact-map-left {
    max-width: 30rem;
}

.contact-map-title {
    font-size: 2.0625rem;
    line-height: 1.2;
    margin-bottom: 1.5625rem;
}

.contact-map-region {
    display: flex;
    gap: 0.375rem;
    align-items: center;
    margin-bottom: 0.6875rem;
}

.contact-map-region:last-of-type {
    margin-bottom: 0;
}

.contact-map-bullet {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
}

.contact-map-region-content {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.contact-map-region-content-title {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
}

.contact-map-region-separator {
    width: 0.9375rem;
    height: 1px;
    background: #1C2D40;
}

.contact-map-region-content-leader {
    font-weight: 700;
    line-height: 1.2;
    font-size: 1rem;
}

.contact-address {
    padding: 3.125rem 2.5rem 0 2.5rem;
    color: #333330;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact-address a {
    color: #333330;
    font-weight: 700;
}

/*--------------------------------*/
/*   Contact LIO Specialty       */
/*--------------------------------*/
.page-template-template-contact-lio-specialty .container.contact-container{
    position: relative;
    z-index: 0;
}

.page-template-template-contact-lio-specialty .container.contact-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 428px;
    background: linear-gradient(315deg, #6AB4C9 0%, #B8E0EC 100%);
    z-index: -1;
    pointer-events: none;
}
.page-template-template-contact-lio-specialty .region-leader-title {
    margin-bottom: 1rem;
}

.region-leader-text {
    color: #1C2D40;
    text-align: center;

    /* LP - Body Reg */
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */

    margin-bottom: 2.5rem;
}
.page-template-template-contact-lio-specialty .region-leaders {
    margin: 5rem 0 0 0;
}
.page-template-template-contact-lio-specialty .region-leaders-list {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 25px 30px;
    align-self: stretch;
    flex-wrap: wrap;
}

.page-template-template-contact-lio-specialty .product-team-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 20px 24px -4px rgba(16, 24, 40, 0.08), 0 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.page-template-template-contact-lio-specialty .product-team-card-headshot {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
    overflow: hidden;
    background: lightgray -118.772px -15.243px / 193.23% 211.223% no-repeat, #D9D9D9;
    border: 1px solid #D9D9D9;
}

.page-template-template-contact-lio-specialty .product-team-card-headshot img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.page-template-template-contact-lio-specialty .product-team-card-content {
    display: flex;
    padding: 18px 20px 20px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    border-radius: 16px;
    min-height: 0;
}

.page-template-template-contact-lio-specialty .product-team-card-textbox {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-height: 84px;
}

.page-template-template-contact-lio-specialty .product-team-card-inner-textbox {
    display: flex;
    width: 100%;
    max-width: 219.5px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.page-template-template-contact-lio-specialty .product-team-card-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.page-template-template-contact-lio-specialty .product-team-card-linksbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.page-template-template-contact-lio-specialty .product-team-card-linkedin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 400;
    color: #FB6C58;
    margin-top: 0.5rem;
}

.page-template-template-contact-lio-specialty .product-team-card-linkedin::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-color: #FB6C58;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zM4.943 13.394V6.169H2.542v7.225zm-1.2-8.21c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.227 2.4 3.936c0 .694.506 1.248 1.327 1.248zm9.651 8.21V9.359c0-2.162-1.151-3.168-2.686-3.168-1.238 0-1.794.681-2.104 1.16h.016V6.169H6.22c.03.784 0 7.225 0 7.225h2.4V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.632v3.867z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='black' d='M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zM4.943 13.394V6.169H2.542v7.225zm-1.2-8.21c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.227 2.4 3.936c0 .694.506 1.248 1.327 1.248zm9.651 8.21V9.359c0-2.162-1.151-3.168-2.686-3.168-1.238 0-1.794.681-2.104 1.16h.016V6.169H6.22c.03.784 0 7.225 0 7.225h2.4V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.632v3.867z'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    margin-right: 4px;
}

.page-template-template-contact-lio-specialty .product-team-card-states {
    margin-top: auto;
    padding-right: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1230px) {
    .page-template-template-contact-lio-specialty .region-leaders-list {
        justify-content: left;
    }
    .page-template-template-contact-lio-specialty .product-team-card {
        flex: 0 0 calc((100% - 60px) / 3);
        max-width: calc((100% - 60px) / 3);
    }
}

@media screen and (max-width: 1023px) {
    .page-template-template-contact-lio-specialty .region-leaders-list {
        gap: 18px;
    }

    .page-template-template-contact-lio-specialty .product-team-card {
        flex: 0 1 calc(50% - 9px);
        max-width: 320px;
    }

    .page-template-template-contact-lio-specialty .product-team-card-content {
        padding: 16px;
        gap: 14px;
    }

    .page-template-template-contact-lio-specialty .product-team-card-headshot {
        border-radius: 14px;
    }
}

@media screen and (max-width: 560px) {
    .page-template-template-contact-lio-specialty .region-leaders-list {
        gap: 20px;
    }

    .page-template-template-contact-lio-specialty .product-team-card {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .page-template-template-contact-lio-specialty .product-team-card-inner-textbox {
        max-width: 100%;
        height: auto;
        min-height: 90px;
    }

    .page-template-template-contact-lio-specialty .product-team-card-content {
        padding: 14px;
    }
}

/*-------------------------*/
/*   Portal Access LP      */
/*-------------------------*/
.portal-access .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.portal-access .col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    padding-right: 20px;
}

.portal-access .col:last-child {
    padding-left: 20px;
    padding-right: 0px;
}

.portal-access img {
    width: auto;
    margin: 60px 0 40px 0;
}

.portal-access h3 {
    margin-bottom: 20px;
}

.portal-disclaimer p {
    text-align: center;
    padding: 40px 0;
}

/*-------------------------*/
/*   why lio page          */
/*-------------------------*/
.business-cont-info,
.combine-container2 .benefits-cont,
.policyholder.combine-container .benefits-cont,
.faq-content-area,
.lio-banner-col-area,
.why-lio-banner,
.policy-packages-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.business-cont-info,
.faq-content-area,
.lio-banner-col-area,
.why-lio-banner {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.why-lio-banner-container {
    background: #f4f4f1;
    padding-top: 5.625rem;
}

.why-lio-banner-left {
    width: 45.45%;
}

.why-lio-banner-right {
    width: 51.11%;
}

/*-------------------------*/
/*   why lio banner        */
/*-------------------------*/
.why-lio-banner-content {
    padding-bottom: 3.25rem;
}

.why-lio-banner-content h1 {
    color: #183240;
    font-size: 3.625rem;
    line-height: 4.875rem;
    padding-bottom: 1.813rem;
    font-weight: 700;
}

.why-lio-banner-content p {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 0.938rem;
}

.why-lio-banner-content h4 {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.why-lio-banner-content h4 a:link {
    color: #4A4A4A;
}

.why-lio-banner-content .popup-trigger {
    color: #FB6C58;
    font-size: 15px;
    font-weight: 800;
    line-height: normal;
    text-decoration-line: underline;
}

.lio-banner-col-left {
    width: 40.93%;
}

.lio-banner-col-right {
    width: 55.70%;
}

.lio-ban-img {
    max-width: 100%;
    -webkit-border-top-left-radius: 6.25rem;
    -webkit-border-bottom-right-radius: 6.25rem;
    -moz-border-radius-topleft: 6.25rem;
    -moz-border-radius-bottomright: 6.25rem;
    border-top-left-radius: 6.25rem;
    border-bottom-right-radius: 6.25rem;
}

@media only screen and (max-width: 767px) {
    .lio-ban-img.hide-mobile {
        display: none !important;
    }

    .map-section {
        margin-top: 25px !important;
    }
}

.lio-banner-col-right .lio-ban-img:last-child {
    max-width: 15.25rem;
    margin-top: 1.375rem;
    margin-bottom: -4.5rem;
    -webkit-border-top-right-radius: 6.25rem;
    -webkit-border-bottom-left-radius: 6.25rem;
    -moz-border-radius-topright: 6.25rem;
    -moz-border-radius-bottomleft: 6.25rem;
    border-top-right-radius: 6.25rem;
    border-bottom-left-radius: 6.25rem;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomright: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

.lio-ban-img img {
    max-width: 100%;
    height: auto;
    display: block;
}

.map-section {
    margin-top: 140px;
    margin-bottom: 50px;
}

/*-------------------------*/
/*  faq-container          */
/*-------------------------*/
.faq-container {
    padding-top: 6.25rem;
    padding-bottom: 6.875rem;
}

.faq-content-left {
    width: 37%;
}

.faq-content-right {
    width: 59%;
}

.faq-about-content h3 {
    color: #183240;
    font-size: 2.375rem;
    line-height: 3.25rem;
    padding-bottom: 1.25rem;
}

/*---------------------------*/
/*  toggle-area              */
/*---------------------------*/
.toggle-area h4 {
    color: #183240;
    font-size: 1.5rem;
    line-height: normal;
    padding-bottom: 1.75rem;
}

.toggle-content-area {
    padding: 1.438rem 2.5rem 0.188rem 2.5rem;
    margin-bottom: 1.875rem;
    -webkit-border-radius: 0.813rem;
    border-radius: 0.813rem;
    -webkit-box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    background-color: white;
}

.toggle-content-area:last-child {
    margin-bottom: 0;
}

.toggle-content {
    display: none;
    padding: 1.688rem 0 1.938rem 0;
    border-top: 0.125rem solid #e3e3e3;
}

.toggle-content-area:first-child .toggle-cont {
    display: block;
}

.toggle-content ul li a {
    color: #0038a1;
    text-decoration: underline;
}

.toggle-content-area h5 {
    padding: 0 2.5rem 1.75rem 0;
    cursor: pointer;
    font-size: 1.5rem;
    position: relative;
}

.toggle-content-area h5:before {
    background: #FA6D58 url(../png/bgr-toggle-h5.png) no-repeat center center;
    width: 1.875rem;
    height: 1.875rem;
    content: '';
    position: absolute;
    right: -0.313rem;
    top: 0.25rem;
    display: block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0.75rem rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 0.75rem rgb(0 0 0 / 20%);
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 20%);
}

.toggle-content-area h5.active_title:before {
    background: #FA6D58 url(../png/bgr-toggle-h5-ac.png) no-repeat center center;
}

.toggle-content p {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 1.688rem;
    font-weight: 300;
}

/*-------------------------*/
/*  combine-container2     */
/*-------------------------*/
.combine-container2 .combine-cont h2 {
    text-align: left;
    line-height: 3.25rem;
    padding-bottom: 3.25rem;
    max-width: 65.625rem;
}

.combine-container2 .benefits-cont ul {
    width: 50%;
    padding: 0 0.625rem 1.875rem 0;
}

/*-------------------------*/
/*  business-container     */
/*-------------------------*/
.business-container {
    padding-top: 9.175rem;
    padding-bottom: 6.375rem;
}

.business-content h2 {
    color: #183240;
    font-size: 2.375rem;
    line-height: 3.25rem;
    padding-bottom: 1.563rem;
    max-width: 61.25rem;
}

.business-cont-left {
    width: 47.60%;
    padding-bottom: 1rem;
}

.business-cont-right {
    width: 48.88%;
    padding-bottom: 1rem;
}

.business-team-cont {
    padding-top: 2rem;
}

.business-team-cont h5 {
    color: #183240;
    font-size: 1.5rem;
    line-height: 1.875rem;
    padding-bottom: 1.875rem;
    font-weight: 700;
}

.business-team-cont p {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 1rem;
}

.business-img {
    max-width: 100%;
    -webkit-border-top-left-radius: 6.25rem;
    -webkit-border-bottom-right-radius: 6.25rem;
    -moz-border-radius-topleft: 6.25rem;
    -moz-border-radius-bottomright: 6.25rem;
    border-top-left-radius: 6.25rem;
    border-bottom-right-radius: 6.25rem;
}

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

/*----------------------------*/
/*  About service section     */
/*----------------------------*/
.about-service-container {
    padding-top: 5.938rem !important;
    padding-bottom: 5.876rem;
}

.about-service-container::after {
    content: '';
    position: unset;
    background: transparent;
}

.about-service-container .benefits-left {
    border-right: 0;
    padding-right: 3.75rem;
}

.about-service-container .benefits-right {
    padding-left: 1.25rem;
}

.page-template-template-about .why-lio-banner-content {
    max-width: 28.75rem;
}

/*----------------------------*/
/*         Team section       */
/*----------------------------*/
.team-container {
    padding-top: 6.25rem;
    padding-bottom: 4.188rem;
}

.team-area h2 {
    font-size: 2.75rem;
    color: #183240;
    line-height: 3.438rem;
    padding-bottom: 1.563rem;
}

.team-cont-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.813rem;
}

.team-col {
    width: 25%;
    padding: 1.625rem 0.813rem;
}

.team-col img {
    border-radius: 0 0 4.688rem 0;
}

.team-des h4 {
    font-size: 1.5rem;
    color: #183240;
    line-height: 2.125rem;
    padding: 1.063rem 0 0.375rem 0;
}

.team-des p {
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #4a4a4a;
}

/*----------------------*/
/*    What we offer     */
/*----------------------*/
.product-container {
    padding-top: 9.375rem;
    padding-bottom: 8.438rem;
}

.product-area h2 {
    font-size: 2.75rem;
    line-height: 3.438rem;
    color: #183240;
    padding-bottom: 4.375rem;
}

.product-area h2 sup {
    font-size: 18px;
    margin-left: 5px;
}

@media screen and (max-width:767px) {
    .product-area h2 sup {
        font-size: 16px;
    }
}

.product-cont-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.75rem;
}

.product-left {
    width: 51.29%;
    padding: 0 1.75rem;
}

.product-left-cont {
    -webkit-box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 2.625rem 2.813rem;
}

.homeowner {
    border-bottom: 0.125rem solid #C6C6C6;
    padding-bottom: 2.125rem;
}

.homeowner img {
    margin: 0 auto;
}

.homeowner h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #183240;
    text-align: center;
    max-width: 18.75rem;
    margin: 0 auto;
    padding-top: 0.375rem;
}

.homeowner-des {
    padding: 2.813rem 0 0.4rem 0.938rem;
}

.homeowner-des ul li {
    position: relative;
    line-height: 1.875rem;
    padding: 0 0 0.938rem 3rem;
}

.homeowner-des ul li::before {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: -0.5rem;
    background: url(../svg/tick.svg) no-repeat;
    width: 3.313rem;
    height: 3.313rem;
}

.product-right {
    width: 48.71%;
    padding: 0 1.75rem;
}

.underwriting-contact {
    padding-bottom: 2.5rem;
}

.underwriting-contact h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #183240;
    padding-bottom: 1.5rem;
}

.underwriting-contact-cont {
    padding: 2.188rem 2.5rem;
    background: #f4f4f1;
    -webkit-border-radius: 0.625rem 0.625rem 6.25rem 0.625rem;
    -moz-border-radius: 0.625rem 0.625rem 6.25rem 0.625rem;
    border-radius: 0.625rem 0.625rem 6.25rem 0.625rem;
}

.underwriting-contact-cont .orange-btn {
    margin-top: 0.5rem;
}

.underwriting-contact-cont .orange-btn a {
    color: #fff;
}

.underwriting-contact-cont p strong {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    display: inline-block;
}

.underwriting-contact-cont p a {
    font-size: 1.25rem;
    color: #fa6d58;
    font-weight: 700;
    margin-bottom: 0.625rem;
    display: inline-block;
}

.underwriting-contact-cont p a:hover {
    text-decoration: underline;
}

.underwriting-contact-cont p i {
    font-size: 1.25rem;
    color: #fa6d58;
}

.cai-logo-content {
    margin-top: 2.5rem;
    text-align: center;
}

.cai-logo-content img {
    max-width: 100%;
    margin: 0 auto 20px auto;
}

/* .product-info {
    padding-top: 2.5rem;
} */
.product-info h4 {
    font-size: 1.5rem;
    line-height: 3.438rem;
    color: #183240;
    padding-bottom: 0.75rem;
}

.product-info ul li {
    font-weight: 700;
    background: #fff;
    margin-bottom: 1.875rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
    box-shadow: 0 0 0.75rem rgb(0 0 0 / 10%);
}

.product-info ul li:hover {
    background: #fbf9f9;
}

.product-info ul li:last-child {
    margin-bottom: 0;
}

.product-info ul li a {
    color: #183240;
    display: block;
    position: relative;
    padding: 1.35rem 4.25rem 1.55rem 1.875rem;
}

.product-info ul li a::after {
    content: '';
    background: url(../png/right-arrow.png) no-repeat;
    position: absolute;
    width: 3.375rem;
    height: 3.375rem;
    top: 50%;
    right: 0.813rem;
    transform: translateY(-50%);
}

/*--------------------------*/
/*   insurance section      */
/*--------------------------*/
.insurance-container {
    background: #9ddcd6;
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.insurance-area {
    position: relative;
}

.insurance-cont {
    width: 71%;
    position: relative;
    z-index: 2;
}

.insurance-cont h3 {
    font-size: 2.375rem;
    line-height: 3.25rem;
    color: #183240;
    padding-bottom: 1.875rem;
}

.insurance-cont p a {
    font-size: 1rem;
    color: #183240;
    font-weight: 700;
    background: #fff;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.813rem 1.875rem 0.938rem 1.875rem;
    display: inline-block;
}

.insurance-cont p a:hover {
    background: #f1ebeb;
}

.insurance-area img {
    position: absolute;
    right: -6.625rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

/*----------------------*/
/*     Claim Page       */
/*----------------------*/
.claim-container {
    background: #f4f4f1;
    padding-top: 4.688rem;
    padding-bottom: 6.25rem;
}

.claim-form-banner-container {
    padding-bottom: 2.1rem;
}

.claim-top-cont {
    text-align: center;
    border-bottom: 0.125rem solid #C6C6C6;
    padding-bottom: 3.125rem;
}

.claim-top-cont h1,
.claim-form-top-cont h1 {
    font-size: 3.625rem;
    line-height: 4.875rem;
    color: #183240;
    padding-bottom: 1.063rem;
}

.claim-top-cont p,
.claim-form-top-cont p {
    line-height: 1.875rem;
    padding-bottom: 1.75rem;
}

.claim-bottom-cont {
    max-width: 60.313rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 4.875rem;
}

.claim-bottom-cont h5 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.claim-btn-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.438rem;
    padding-bottom: 4.25rem;
}

.claim-btn-col {
    width: 33.33%;
    padding: 1.438rem;
}

.claim-btn-cont a {
    background: #fff;
    font-size: 1.5rem;
    color: #183240;
    font-weight: 700;
    padding: 1.813rem 1.3rem 2.063rem 1.3rem;
    display: block;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 10%);
}

.claim-btn-cont a:hover {
    background: #fbf8f8;
}

.claim-bottom-cont p {
    line-height: 1.875rem;
    padding-bottom: 0.938rem;
}

.claim-bottom-cont p a {
    color: #fa6d58;
    font-weight: 700;
}

.claim-bottom-cont p a:hover {
    text-decoration: underline;
}

/*----------------------*/
/*     Claim Form       */
/*----------------------*/
.claim-form-container {
    background: #f4f4f1;
    padding-bottom: 5.125rem;
}

.claim-center-content {
    max-width: 60.375rem;
    margin: 0 auto;
}

.claim-form-top-cont {
    text-align: center;
    max-width: 53.125rem;
    margin: 0 auto;
}

/*--------------------------*/
/*     Thank You Page       */
/*--------------------------*/
.thankyou-container {
    background: #F4F4F1;
    padding-top: 9rem;
    padding-bottom: 10.938rem;
}

.thankyou-cont {
    text-align: center;
}

.thankyou-cont img {
    margin: 0 auto;
}

.thankyou-cont h1 {
    font-size: 3.625rem;
    line-height: 4.875rem;
    color: #183240;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
}

.thankyou-cont p {
    line-height: 1.688rem;
    padding-bottom: 1rem;
}

.thankyou-columns {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 40px;
}

.thankyou-column {
    width: 40%;
}

.thankyou-column a {
    color: #FA6D58;
    text-decoration: underline;
}

.thankyou-column.contact {
    text-align: left;
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 767px) {

    .thankyou-columns {
        display: flex;
        flex-flow: column;
        flex-wrap: nowrap;
        margin-top: 20px;
    }

    .thankyou-column {
        width: 100%;
    }

    .thankyou-column.contact {
        width: max-content;
        margin-top: 30px;
    }
}

.home-banenr-container,
.why-lio-banner-container,
.contact-container,
.claim-container,
.thankyou-container,
.page-container {
    margin-top: 5.563rem;
}

.page-template-template-why-lio .combine-container2 {
    background: #fff;
    border-radius: 0;
    position: unset;
    padding-top: 9.375rem;
    padding-bottom: 9rem;
}

.page-template-template-why-lio .combine-container2.combine-container::before {
    width: 0;
    height: 0;
    background: transparent;
}

/*-------------------------------*/
/*    Policyholder Landing page  */
/*-------------------------------*/
#policyholder .claim-top-cont h1,
#policyholder .claim-form-top-cont h1 {
    font-size: 2.4rem;
    line-height: 3.5rem;
    color: #183240;
    padding-bottom: 2rem;
}

.policyholder.combine-container {
    background: #ffffff !important;
}

.policyholder-copy {
    width: 50%;
}

.policyholder-copy:first-child {
    width: 50%;
    padding: 0 5.625rem 0 0;
}

.policyholder .benefits-cont h2 {
    font-size: 3.75rem;
    line-height: 3.438rem;
    padding: 0 0 2.688rem 0;
    text-align: left;
}

.policy-packages.combine-container {
    background: #9DDCD6;
    border-radius: 0;
    padding-top: 4.25rem;
    padding-bottom: 6.25rem;
    position: relative;
}

.policy-packages.combine-container:before {
    width: 0;
    height: 0;
    background: transparent;
}

.policy-packages.combine-container h2 {
    margin-bottom: 4rem;
}

.policy-packages-list {
    width: 100%;
    margin-bottom: 20px;
}

.policy-packages-list .policy-package {
    width: 48.71%;
    padding: 2.188rem 2.5rem;
    background: #ffffff;
    -webkit-border-radius: 0.625rem 0.625rem 6.25rem 0.625rem;
    -moz-border-radius: 0.625rem 0.625rem 6.25rem 0.625rem;
    border-radius: 0.625rem 0.625rem 6.25rem 0.625rem;
}

.policy-packages-list .policy-package:first-child {
    width: 48.29%;
    margin: 0 1.75rem 0 0;
}

.policy-packages-list .policy-package h3 {
    font-size: 38px;
    color: #183240;
    text-align: center;
    padding: 2rem 0;
    border-bottom: solid 1px #C6C6C6;
    margin-bottom: 2rem;
}

/*Team Popup*/
.vbox-open {
    overflow: unset;
}

.vbox-overlay {
    z-index: 99999999;
}

.vbox-inline {
    max-width: 72.875rem;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

.vbox-content .team-cont {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4.063rem;
    -webkit-box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 16%);
    box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 16%);
}

.vbox-content .team-cont .team-img {
    width: 30.41%;
    padding-right: 1.25rem;
}

.vbox-content .team-cont .team-des {
    width: 69.59%;
}

.vbox-content .team-des h4 {
    padding-top: 0;
    margin-top: -1.063rem;
    font-size: 2.375rem;
    line-height: 3.625rem;
}

.vbox-content .team-des p {
    padding: 0.25rem 0 1.875rem 0;
}

.team-main-cont {
    display: none;
    border-top: 0.063rem solid #C6C6C6;
}

.vbox-content .team-main-cont {
    display: block;
    padding-top: 1.188rem;
}

.vbox-content .entry-content p {
    padding: 0 0 0.938rem 0;
}

.vbox-content .vbox-item {
    cursor: default;
}

/*----------------------*/
/*   entry-content      */
/*----------------------*/
.entry-content {
    width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    width: 100% !important;
    max-width: 100% !important;
    color: #183240;
    font-size: 3.625rem;
    padding-bottom: 1.875rem;
    margin: 0;
    font-weight: 700;
}

.entry-content h2 {
    font-size: 2.375rem;
    line-height: 3.625rem;
}

.entry-content h2.coming-soon {
    text-align: center;
    padding: 15rem;
    font-size: 3.375rem;
}

.entry-content h2 a {
    color: #183240;
}

.entry-content h3 {
    font-size: 2rem;
}

.entry-content h3 a {
    color: #183240;
}

.entry-content h4 {
    font-size: 1.563rem;
}

.entry-content h5 {
    font-size: 1.375rem;
}

.entry-content h6 {
    font-size: 1.125rem;
}

.entry-content p {
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-bottom: 2rem;
}

.entry-content p a {
    color: #4A4A4A;
    text-decoration: underline;
}

.entry-content p a:hover {
    text-decoration: none;
}

.entry-content ul {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 1.7rem;
    margin: 0;
}

.entry-content ul li {
    position: relative;
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0 0 1.875rem 2.813rem;
}

.entry-content ul li::before {
    content: '';
    position: absolute;
    left: -0.625rem;
    top: -0.5rem;
    background: url(../svg/tick.svg) no-repeat;
    width: 3.313rem;
    height: 3.313rem;
}

.entry-content ul li a {
    color: #4A4A4A;
    text-decoration: underline;
}

.entry-content ul li a:hover {
    text-decoration: none;
}

.entry-content ol {
    width: 100% !important;
    max-width: 100% !important;
    padding-bottom: 1.7rem;
    margin: 0;
    counter-reset: li;
}

.entry-content ol li {
    position: relative;
    color: #4A4A4A;
    line-height: 1.688rem;
    padding: 0 0 1.875rem 2.813rem;
}

.entry-content ol li::before {
    content: '';
    position: absolute;
    left: 0.125rem;
    top: 0.2rem;
    width: 1.813rem;
    height: 1.813rem;
    line-height: 1.6rem;
    background: #183240;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 22%);
    -moz-box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 22%);
    box-shadow: 0 0.125rem 0.5rem rgb(0 0 0 / 22%);
    content: counter(li);
    counter-increment: li;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.entry-content ol li a {
    color: #4A4A4A;
    text-decoration: underline;
}

.entry-content ol li a:hover {
    text-decoration: none;
}

.entry-content a {
    color: #4A4A4A;
    text-decoration: underline;
}

.entry-content a:hover {
    text-decoration: none;
}

.entry-content blockquote {
    width: 100% !important;
    max-width: 100% !important;
    color: #4A4A4A;
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 0.625rem 0;
    border-top: 0.188rem solid #4A4A4A;
    border-bottom: 0.188rem solid #4A4A4A;
    margin-bottom: 2rem;
}

.entry-content blockquote p {
    font-size: 1.5rem;
    line-height: 2.2rem;
    padding-bottom: 0;
}

.entry-content table {
    width: 100% !important;
    max-width: 100% !important;
    border-collapse: collapse;
    margin-bottom: 2rem !important;
}

.entry-content table,
th,
td {
    color: #4A4A4A;
    font-size: 1.25rem;
    border: 0.063rem solid #4A4A4A;
    line-height: 1.875rem;
    text-align: center;
    padding: 0.313rem;
}


.policy-top-cont h4 {
    color: #183240;
    font-size: 1.5rem;
    line-height: normal;
    padding-bottom: 1.75rem;
    text-align: left;
}

.policy-top-cont {
    text-align: center;
    padding-bottom: 3.125rem;
}

.policy-top-cont h1 {
    font-size: 3.625rem;
    line-height: 4.875rem;
    color: #183240;
    padding-bottom: 1.063rem;
}

.policy-top-cont p {
    line-height: 1.875rem;
    padding-bottom: 1.75rem;
    text-align: left;
}

.policy-top-cont p a {
    color: #FA6D58;
    text-decoration: underline;
}



/* Added New Farotech */

.paycor-iframe-cont>div,
.paycor-iframe-cont {
    display: block;
    box-sizing: border-box;
    height: auto !important;
}

/*
.paycor-iframe-cont iframe {
	height: 100% !important;
	min-height: 100% !important;
}
*/
/*
.claim-bottom-cont iframe {
	min-height: 1000px !important;
}
*/

/* NEW HOME */

.home-banner-carousel {
    padding: 3rem 0px;
}

.why-lio-banner-content h2 {
    padding-bottom: 1.5 !important;
    padding-top: 2.4rem;
}

.why-lio-banner-content p a:link:not(.orange-btn),
.why-lio-banner-content a:link:not(.orange-btn) {
    color: #FA6D58;
    text-decoration: underline;
}

.why-lio-banner-content .gform_legacy_markup_wrapper ul.gform_fields li.gfield:first-child {
    margin-top: 0 !important;
}

.why-lio-banner-content h2,
.edge-tech-left h2 {
    line-height: 1.2;
}

.edge-tech-left p {
    padding-bottom: 2.4rem;
}

.combine-cont {
    text-align: center;
}

.benefits-cont .orange-btn,
.combine-cont .orange-btn {
    margin-top: 3.5rem;
}

.benefits-cont ul li>ul li:last-child {
    padding-bottom: 0px;
}

.benefits-cont ul li>ul {
    padding-bottom: unset !important;
    /*padding-top: 1.875rem;*/
    padding-top: 1rem;
}

/* NEW HOME - END */



/* Product LP */

.btn-primary {
    display: inline-block;
    background: #FA6E58;
    border-radius: 6px;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: bold;
    padding: 0.713rem 1.875rem 0.813rem;
}

.btn-primary:hover {
    background: #f5533b;
}

.package-item {
    display: flex;
    align-items: center;
    margin-bottom: 2.5rem;
}

.package-item .image-wrap {
    display: block;
    max-width: 366px;
    width: 100%;
    height: auto;
}

.package-item .image-wrap img {
    min-width: 23rem;
    min-height: 23rem;
    object-fit: cover;
    box-shadow: 3px 3px 26px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 100px;
}

.package-item .package-details {
    padding-left: 1.625rem;
}

.package-item .package-title {
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 12px;
}

.package-item .package-title sup {
    font-size: 14px;
    margin-left: 5px;
}

.package-item .package-content-wrap {
    position: relative;
    padding: 25px 70px 25px 0px;
    background-color: #F4F4F0;
    border-radius: 0px 0px 104px;
}

.package-item .package-content-wrap::before {
    content: "";
    display: block;
    position: absolute;
    background-color: #F4F4F0;
    width: 200px;
    height: 100%;
    right: 100%;
    top: 0px;
    bottom: 0px;
    z-index: -1;

}

.package-item .package-content {
    font-size: 1.25rem;
    margin-bottom: 20px;

}


/* mobile - 767px , tab - 1023px */
@media screen and (max-width: 767px) {

    h2.sec-heading {
        font-size: 2rem;
        line-height: 3rem;
        padding-bottom: 0.675rem;
    }

    .package-item .package-content-wrap::before {
        display: none;
    }

    .package-item {
        display: block;
    }

    .package-item .package-details {
        padding-left: unset;
    }

    .package-item .image-wrap img {
        min-width: unset;
    }

    .package-item .package-title {
        margin-top: 20px;
    }

    .package-item .package-content-wrap {
        padding: unset;
        background-color: unset;
    }

}

@media screen and (max-width: 1023px) {

    .package-item .image-wrap img {
        min-width: 220px;
    }

}

/* Product LP - END */


/* Product Page */

.product-page h2 {
    text-align: center;
}

.map-container {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.map-container .center-content {
    text-align: center;
}

.combine-cont.testimonial span {
    display: block;
    font-size: 1.5rem;
    margin-top: 23px;
}

.map-container .map-title h2 {
    font-size: 2.75rem;
    line-height: 3.438rem;
    color: #183240;
    padding-bottom: 4.375rem
}

.map-container .map-title span {
    display: block;
    font-size: 1.25rem;
    margin-top: 10px;
    font-weight: 300;
    line-height: normal;
}

.map-container .map-image {
    margin: auto;
}

/* Product Page - END */

/* Testimonial Page */

.testimonial-banner-container {
    background: #F4F4F1;
    padding-bottom: 80px;
}

.testimonial-container {
    transform: translateY(-50px);
}

.testimonial-carousel {
    padding: 0px 80px;
}

.testimonial-carousel .owl-stage-outer {
    margin: -15px;
    padding: 15px;
}

.testimonial-carousel.owl-carousel .owl-item {}

.testimonial-carousel .item {}

.testimonial-carousel .card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    font-family: 'Proxima Nova';
    min-height: 250px;
}

.testimonial-carousel .card-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.testimonial-carousel .card-img-wrap span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #B3DFDB;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    text-transform: uppercase;
}

.testimonial-carousel .header-details {
    padding-left: 10px;
}

.testimonial-carousel .card-name {
    font-weight: 400;
    font-size: 1rem;
    color: #1B1D1E;
    margin-bottom: 5px;
}

.testimonial-carousel .card-occupation {
    font-size: 0.875rem;
    color: #A3A3A3;
}

.testimonial-carousel .card-body {
    font-size: 1rem;
    color: #1B1D1E;
    line-height: 1.5;

}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FB6C58;
    color: #fff;
    transition: all 0.3s ease;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:hover {
    background: #f5533b;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:before,
.testimonial-carousel.owl-carousel .owl-nav button.owl-next:before {
    content: "";
    display: block;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABHNCSVQICAgIfAhkiAAAARpJREFUSEudlbENwjAQRbFESUFDnRT00COBmICakgUQI7ABSCzACGxA2ICKmgEo2CD8jwKyrES+f0gnkfjuP/v8Y4ee8KvrukR6EUK4WcuCNRHiU+ReEUPEBbEB6J2rVwAVxBaR4B3/lzmIAuCsV8mMsxAFwNZwFRMFYgZQFPsgQySAByIDVIgLoEC+gKa36eblLM7xAeKIGCfJDzzPaOEA8R0eDhY1MecFwIiAJwoLsdiaviaAH4unPRbInACeMWxTaaloyeE+cIL9ZOyEFm3dLmrMER+AsT4PwjNfuAHJ6doq7gZYxV0ARVwGqOISwCOuAioUxDca6/9u6bK42UVYQXqjZcXVFfCyobfp/f3P57mP07yCnFDX+AellXmow4rcvQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev:before {
    transform: scalex(-1);
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

.testimonial-carousel.owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

@media screen and (max-width: 767px) {

    .testimonial-banner-container {
        padding-bottom: unset;
    }

    .testimonial-container {
        padding-top: 3rem;
        transform: unset;
    }

    .testimonial-carousel {
        padding: unset;
    }

    .testimonial-carousel.owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .testimonial-carousel.owl-carousel .owl-nav button.owl-prev,
    .testimonial-carousel.owl-carousel .owl-nav button.owl-next {
        position: unset;
        border-radius: 50%;
        transform: unset;
        margin: 10px;
    }

}


/* Testimonial Page - END */
.wow {
    visibility: hidden;
}

/*-----------------------------------*/
/*       Template Broker Login       */
/*-----------------------------------*/
.page-template-template-login-first-choice .header-right,
.page-template-template-login-first-connect .header-right {
    display: none;
}

.page-template-template-login-first-choice #menu-header-left-menu,
.page-template-template-login-first-connect #menu-header-left-menu {
    display: none;
}

.page-template-template-login-first-choice .header-container,
.page-template-template-login-first-connect .header-container {
    background: transparent;
    box-shadow: none;
}

.page-template-template-login-first-choice .hamburger,
.page-template-template-login-first-connect .hamburger {
    display: none;
}

.page-template-template-login-first-choice .page-container,
.page-template-template-login-first-connect .page-container {
    margin-top: 6rem;
}

.page-template-template-login,
.page-template-template-login-first-choice,
.page-template-template-login-first-connect,
.page-template-template-login-new {
    background: #F4F4F1;
}

.page-template-template-login-first-choice .lio-broker-login-container .title {
    padding-top: 0;
}

.page-template-template-login .page-container,
.page-template-template-login-first-choice .page-container,
.page-template-template-login-new .page-container {
    position: relative;
}

.page-template-template-login .center-content-login,
.page-template-template-login-first-choice .center-content-login,
.page-template-template-login-new .center-content-login,
.page-template-template-login-first-connect .center-content-login {
    max-width: 51.875rem;
    margin: 0 auto 40px;
}

.page-template-template-login .lio-broker-login-container h2,
.page-template-template-login-first-choice .lio-broker-login-container h2,
.page-template-template-login-first-connect .lio-broker-login-container h2,
.page-template-template-login-new .lio-broker-login-container h2 {
    font-size: 2.5rem;
}

.page-template-template-login-new .lio-broker-partner-wrapper__row-title h2 {
    font-size: 1.875rem;
}

.page-template-template-login-first-choice .powered-by,
.page-template-template-login-first-connect .powered-by {
    width: 280px;
    margin: 60px auto;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-template-template-login-first-choice .powered-by p,
.page-template-template-login-first-connect .powered-by p {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.lio-broker-login-container .title {
    text-align: center;
    color: #1C2D40;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 16px;
    padding-top: 50px;
}

.lio-broker-login-container .description {
    margin-bottom: 48px;
    text-align: center;
    font-size: 20px;
    color: #1C2D40;
    font-weight: 400;
}

.lio-broker-login-container .lio-broker-login-wrapper__columns {
    background-color: #ffffff;
    padding: 2rem 1rem;
    position: relative;
    z-index: 2;
}

.lio-broker-login-container .lio-broker-login-wrapper__row {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;

    margin-bottom: 10px;
    padding: 20px 0 20px;
    border-radius: 0.625rem;
}

.page-template-template-login .page-container:before,
.page-template-template-login-first-choice .page-container:before,
.page-template-template-login-new .page-container:before {
    content: url('../png/background-deco-broker-login.png');
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-template-template-login-first-choice .lio-broker-login-container .lio-broker-login-wrapper__column-title {
    margin-bottom: 15px;
}

.page-template-template-login-first-choice .lio-broker-login-container .lio-broker-login-wrapper__column-title:hover {
    transition: all 0.4s;
    color: #f5533b;
}

.lio-broker-partner-wrapper-row {
    margin: 40px 0 150px;
    background: #ffffff;
    border-radius: 0.625rem;
    padding: 30px;
    align-items: center;
    z-index: 2;
    position: relative;
}

.lio-broker-partner-wrapper-row img {
    width: 100%;
}


.lio-broker-login-container .lio-broker-login-wrapper__column {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 1.625rem auto;
    max-width: 550px;
}

.lio-broker-login-container .lio-broker-login-wrapper__column:first-child {
    margin: 0 auto 1.625rem;
}

.lio-broker-login-container .lio-broker-login-wrapper__column:last-child {
    margin: 1.625rem auto 0;
}

.lio-broker-partner-wrapper-row .column:first-child {

    margin-bottom: 30px;
}

.lio-broker-login-container .lio-broker-login-wrapper__column img {
    width: 100%;
    height: auto;
}

.lio-broker-login-container .lio-broker-login-wrapper__column-title {
    min-height: 60px;
    margin-top: 16px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1C2D40;
}

.lio-broker-login-container .lio-broker-login-wrapper__row-title {
    margin-left: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1C2D40;
    line-height: 1.2;
}

.page-template-template-login-new .lio-broker-login-wrapper__row-title {
    font-size: 1.125rem;
}

.lio-broker-login-container .lio-broker-partner-wrapper__row-title {
    margin-bottom: 30px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #1C2D40;
}

.lio-broker-login-container .lio-broker-login-wrapper__column-button {
    text-align: center;
    margin-top: auto;
}

.lio-broker-login-container .lio-broker-login-wrapper__row-button {
    margin-right: 30px;
    text-align: center;
    /* margin-top: auto; */
}

@media only screen and (min-width: 768px) {
    .product-lp-contact-container .underwriting-contact-cont {
        width: max-content;
    }
}

@media only screen and (min-width: 992px) {
    .lio-broker-login-container .lio-broker-login-wrapper__row {
        min-height: 80px;
    }

    .lio-broker-login-container .lio-broker-login-wrapper__columns {
        display: grid;
        column-gap: 2.2rem;
        grid-template-columns: 16.25rem 16.25rem;
        background-color: #ffffff;
        padding: 1rem 2rem;
    }

    .lio-broker-partner-wrapper-row {
        display: flex;
        background: #ffffff;
        border-radius: 0.625rem;
        padding: 30px;
        align-items: center;
    }

    .page-template-template-login-first-choice .page-container {
        margin-top: 4rem;
    }

    .lio-broker-login-container .lio-broker-login-wrapper__column {
        margin: 0 !important;
    }

    .lio-broker-login-container .lio-broker-login-wrapper__column-title {
        min-height: 85px;
        margin-bottom: 32px;
    }

    .page-template-template-login-first-choice .lio-broker-login-container .lio-broker-login-wrapper__column-title {
        margin-bottom: 15px;
    }

    .lio-broker-partner-wrapper-row .column:first-child {
        width: 60%;
        margin-right: 30px;
        margin-bottom: 15px;
    }

    .lio-broker-partner-wrapper-row .column:nth-child(2) {
        width: 40%;
        margin-left: 30px;
    }
}

@media only screen and (min-width: 1024px) {
    .lio-broker-login-container .lio-broker-login-wrapper__columns {
        display: grid;
        column-gap: 2.5rem;
        grid-template-columns: 17.25rem 17.25rem;
        background-color: #ffffff;
        padding: 2rem 1rem;
        justify-content: center;
    }

    .lio-broker-login-container .lio-broker-login-wrapper__column {
        margin: 0 !important;
    }

    .page-template-template-login .center-content-login,
    .page-template-template-login-first-choice .center-content-login,
    .page-template-template-login-first-connect .center-content-login {
        margin: 0 auto 104px;
    }
}

@media only screen and (min-width: 1200px) {
    .lio-broker-login-container .lio-broker-login-wrapper__columns {
        display: grid;
        column-gap: 3.5rem;
        grid-template-columns: 20.25rem 20.25rem;
        background-color: #ffffff;
        padding: 2rem 1rem;
    }
}

@media only screen and (min-width: 1440px) {
    .lio-broker-login-container .lio-broker-login-wrapper__columns {
        padding: 4rem 1rem;
    }
}

.p-b-20 p {
    padding-bottom: 0.938rem;
}

.product-lp-contact-container .underwriting-contact h2 {
    text-align: center;
    font-size: 1.75rem;
    margin-bottom: 20px;
}

.product-lp-contact-container .underwriting-contact-cont {
    margin: 0 auto;
}

.contact-no-margin {
    margin: 0 !important;
}

.has-orange-color {
    color: #FB6C58 !important;
}


/*-----------------------------------*/
/*       Banner Popup                */
/*-----------------------------------*/

.banner-popup-wrapper {
    position: relative;
    padding: 3.125rem;
}

.banner-popup-close {
    display: flex;
    justify-content: center;
    margin-top: 3.125rem;
}

.banner-popup-close a {
    background: #FA6D58 !important;
    position: static;
    width: auto;
    height: auto;
}

.banner-popup-wrapper h2 {
    text-align: center;
    font-size: 2.5rem;
    padding-bottom: 3.125rem;
    line-height: 1.2;
}

.popup-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
}

.popup-content-item {
    flex: 0 0 calc(50% - 1.875rem);
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(41, 59, 81, 0.25);
}

.popup-content-item:last-child,
.popup-content-item:nth-last-child(2) {
    border-bottom: none;
}

.popup-content-item--title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #293B51;
}

.popup-content-item--subtitle {
    font-size: .875rem;
    color: #293B51;
    font-weight: 400;
}

.popup-content-item--content {
    font-size: 1rem;
    color: #293B51;
    margin-top: .438rem;
    font-weight: 400;
}


/* mailchimp */

.page-template-template-mailchimp {
    background-color: #f4f4f1;
}

.mailchimp-page {
    position: relative;
    margin-bottom: 70px;
}

.mailchimp-page:before {
    /* content: ''; */
    position: absolute;
    width: 12.188rem;
    height: 9.188rem;
    bottom: 0;
    left: -3.813rem;
    /* background: url('assets/images/edge-tech-bg.png') no-repeat; */
}

.mailchimp-page .container {
    max-width: 1288px;
    margin: auto;
    padding: 130px 0 0;
}

.mailchimp-page-container {
    margin: 77px auto 0 auto;
    max-width: 848px;
}

.mailchimp-page-container .archive-checkboxes label {
    margin-bottom: 0;
}

.mailchimp-page-container .archive-checkboxes .checkmark {
    top: 4px;
}

.mailchimp-page-container .archive-checkboxes .checkmark:after {
    left: 4px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 0;
    border-width: 0;
    transform: none;
    background-color: #1C2D40;
    border-radius: 2px;
}

.newsletter-form-container ul li {
    position: relative;
    line-height: 26.1px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.newsletter-form-container ul li:last-of-type {
    margin-bottom: 0;
}

.newsletter-form-container ul li::before {
    content: '';
    background: url('../svg/check_circle.svg') no-repeat;
    width: 23px;
    height: 20px;
    display: block;
    margin-right: 20px;
    flex-shrink: 0;
    margin-top: 6px;
}

.display_archive {
    width: 100%;
    margin: 24px 0 0;
}

.display_archive .campaign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    border-radius: 12px;
}

.archive-text {
    font-family: sofia-pro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
}

.display_archive .campaign,
.display_archive .campaign a:not(.orange-btn) {
    padding: 20px 26px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px #0000000D;
    margin-bottom: 12px;
    font-family: sofia-pro, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #1C2D40;
}

.display_archive .campaign a:not(.orange-btn) {
    padding: 0;
    margin-bottom: 0px;
    box-shadow: none;
}

.display_archive .campaign .orange-btn {
    background-color: #1C2D40;
    display: none;
}

.archive-text {
    display: flex;
    flex-direction: column-reverse;
    font-size: 0;
    line-height: 0;
}

.archive-list {
    display: none;
}

.archive-list.active {
    display: block;
}

.page-template-template-mailchimp h1 {
    font-size: 58px;
    line-height: 72.5px;
    padding-bottom: 0;
    color: #183240;
}

.page-template-template-mailchimp h2 {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 0;
    color: #183240;
    margin-bottom: 24px;
}

.page-template-template-mailchimp h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 0;
    color: #183240;
    margin-bottom: 24px;
}

.newsletter-form-container {
    border-radius: 16px;
    padding: 20px;
    background-color: #ffffff;
    margin-top: 40px;
    box-shadow: 0px 8px 8px -4px #10182808;
}

.newsletter-form-container .left,
.newsletter-form-container .right {
    flex: 1;
}

.newsletter-form-container .right {
    background-color: #F4F4F1;
    padding: 40px;
    border-radius: 16px;
}

.mailchimp-page .image img {
    max-width: 408px;
    margin: auto;
    width: 100%;
}

.newsletter-form-container .mc4wp-form-fields label {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #1C2D40;
}

.archive-checkboxes {
    gap: 24px;
}

.archive-checkboxes label {
    flex-direction: row;
    max-width: 100%;
    align-items: center;
    position: relative;
    padding-left: 33px;
    margin-bottom: 32px;
    cursor: pointer;
}

.archive-checkboxes input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.archive-checkboxes .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border: 1px solid #1C2D40;
    border-radius: 4px;
}

.archive-checkboxes .checkmark:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 3px;
    width: 7px;
    height: 12px;
    border: solid #1C2D40;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.archive-checkboxes input:checked~.checkmark:after {
    display: block;
}

.newsletter-form-container .mc4wp-form-fields label input {
    margin-top: 8px;
    padding: 13px 12px;
    border-radius: 4px;
    gap: 10px;
    border: 1px solid #1C2D4080;
    background-color: transparent;
}

.newsletter-form-container .mc4wp-form-fields label input:focus {
    border-color: #1C2D4080;
    outline: none;
}

.newsletter-form-container .mc4wp-form-fields label input::placeholder {
    font-family: sofia-pro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #1C2D40;
    opacity: 0.32;
}

.newsletter-form-container .mc4wp-form-fields .orange-btn {
    border: 0;
    padding: 0.938rem 1.875rem;
    cursor: pointer;
}

.newsletter-form-container .mc4wp-form-fields .orange-btn:focus {
    outline: none;
}

.newsletter-form-container .mc4wp-success p,
.newsletter-form-container .mc4wp-error p {
    font-size: 16px;
    margin-top: 20px;
    max-width: 400px;
}


@media screen and (max-width:1300px) {

    .mailchimp-page .container {
        padding: 150px 0.938rem 0;
    }

    .page-template-template-mailchimp h1,
    .page-template-template-mailchimp h2 {
        font-size: 2rem;
        line-height: 1;
    }

    .page-template-template-mailchimp h1 br {
        content: '';
        height: 15px;
        display: block;
    }

    .newsletter-form-container .left,
    .newsletter-form-container {
        margin-bottom: 30px;
    }

    .newsletter-form-container .right {
        padding: 20px;
    }

    .newsletter-form-container .mc4wp-form-fields .orange-btn {
        width: 100%;
        padding: 15px;
    }

    .display_archive .campaign {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (min-width:992px) {

    .newsletter-form-container {
        padding: 48px;
        gap: 112px;
    }
}

.agree-newsletter {
    flex-direction: row !important;
    align-items: flex-start;
    cursor: pointer;
}

.agree-newsletter input {
    margin-top: 4px !important;
    margin-right: 8px;
}

.page-id-1670 .menu-item--cta,
.page-id-1676 .menu-item--cta,
.page-id-1687 .menu-item--cta {
    display: none;
}

.page-id-1524 .header-orange-btn {
    display: none;
}

@media screen and (max-width: 991px) {
    .mailchimp-page .image img {
        margin: 30px auto;
    }

    .mailchimp-page-container .archive-checkboxes {
        margin-top: 20px;
    }
}




/*-----------------------------------*/
/*      Landing Page 2025  */
/*-----------------------------------*/


.page-template-front-page-3 .hamburger,
.page-template-advertising-landing-page .hamburger {
    display: none !important;
}

.container-landing {
    margin-top: 5.563rem !important;
    padding-top: 5.625rem !important;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    gap: 120px;
    padding-bottom: 100px;
    display: flex;
    flex-flow: column-reverse;
}

@media screen and (min-width: 1024px ) {
    .container-landing {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-top: 5.563rem !important;
        padding-top: 5.625rem !important;
        max-width: 78rem;
        margin-left: auto;
        margin-right: auto;
        gap: 120px;
        padding-bottom: 100px;
    }
}

.hero-landing-page {
    background: #f4f4f1;
}

.hero-landing-page--content {
    margin-bottom: 36px;
    color: #1C2D40 !important;
}

.hero-landing-page h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #1C2D40 !important;
    margin-bottom: 16px;
}

.hero-landing-page h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #1C2D40 !important;
    margin-bottom: 16px;
}

.hero-landing-page h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #1C2D40 !important;
    margin-bottom: 16px;
}

@media screen and (min-width: 1024px ) {
    .hero-landing-page h1 {
        font-size: 50px;
    }

    .hero-landing-page h2 {
        font-size: 40px;
    }

    .hero-landing-page h3 {
        font-size: 33px;
    }
}

.hero-landing-page--box {
    background: #FFFFFF;
    padding: 32px 24px;
    border-radius: 16px;
    box-shadow: 0px 20px 24px -4px #10182814;
    color: #1C2D40 !important;
}

.hero-landing-page--box h3 + * {
    font-size: 16px;
}

.hero-landing-page--box.note3  div {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
}

.hero-landing-page--box .gform_title {
    margin-bottom: 36px;
}

.hero-landing-page--box .gfield_select {
    min-height: 55px !important;
}

.hero-landing-page input[type="submit"] {
    width: 100% !important;
    font-size: 14px !important;
}

.hero-landing-page--box--img {
    margin-bottom: 70px;
}

.hero-landing-page--box--img img {
    border-radius: 0 80px;
}

.hero-landing-page--box--wrapper {
    margin-bottom: 36px;
}

.hero-landing-page--box--wrapper h2 {
    margin-bottom: 36px;
}

.hero-landing-page--box--wrapper .btn-primary {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    width: 100% !important;
    text-align: center;
    margin-top: 16px;
}

.hero-landing-page--box a {
    color: #fa6d58;
    text-decoration: underline;
}

.hero-landing-page--box ul {
    margin: 16px 0px;
}

.hero-landing-page--box ul ul {
    margin-left: 30px !important;
    margin-top: 0px !important;
}

.hero-landing-page--box ul ul li {
    display: flex;
    flex-flow: row;
    margin-bottom: 3px;
}

.hero-landing-page--box .mb-0 {
    margin-bottom: 0px !important;
}

.hero-landing-page--box ul ul li::before {
    content: "•";
    background-image: unset !important;
    max-width: 16px;
    min-width: 16px;
}

.hero-landing-page--box ul li {
    margin-bottom: 16px;
    display: flex;
}

.hero-landing-page--box ul li svg {
    min-width: 24px !important;
    margin-right: 10px;
    margin-top: 1px;
}

.hero-landing-page--box--links {
    font-size: 20px;
}


.footer-alternative .footer-col {
    display: flex;
    align-items: center;
}

.footer-alternative .footer-col p {
    display: none !important;
}

.footer-alternative .terms-privacy p {
    display: block !important;
}

.footer-alternative .footer-container .center-content {
    max-width: 80rem;
}

.footer-alternative .footer-container .footer-area {
    justify-content: space-between;
}

.footer-alternative .footer-col ul li {
    border-right: unset !important;
}

footer.footer-alternative {
    background: #1c2d40 !important;
    padding-top: 45px;
    padding-bottom: 45px;
}

.footer-alternative a {
    text-decoration: none !important;
    font-size: 16px !important;
    color: #fff !important;
}

.footer-alternative .footer-col:first-child {
    max-width: 70px;
    margin-right: 56px;
    padding: 0px;
}

.footer-alternative .footer-custom {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.footer-alternative .footer-custom ul li {
    margin-right: 32px;
}

.footer-alternative .footer-col:last-child {
    margin-left: unset;
    width: unset !important;
}

.footer-alternative .footer-cont ul {
    display: flex;
    flex-flow: column;
}

.footer-alternative .footer-cont ul li {
    padding-left: 0px !important;
    margin-bottom: 5px;
}

.footer-alternative .textwidget {
    display: flex;
    flex-flow: column-reverse;
}

body.page-template-front-page-3 .mobile-btn-link,
body.page-template-advertising-landing-page .mobile-btn-link {
    display: flex;
    align-items: center;
    margin-left: auto;
}


body.page-template-front-page-3 .header-orange-btn a,
body.page-template-advertising-landing-page .header-orange-btn a {
    background: #fff !important;
    border: 1px solid #000000 !important;
    color: #1C2D40 !important;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}


@media screen and (min-width: 768px) {
    .footer-alternative .footer-custom ul {
        display: flex;
        flex-flow: row;
    }

    .footer-alternative .footer-custom {
        padding-left: 0px;
    }

    .footer-alternative .textwidget {
        display: flex;
        flex-flow: row-reverse;
    }


    .footer-alternative .textwidget ul {
        flex-flow: row !important;
        margin-right: 16px;
    }

    .footer-alternative .footer-col:last-child {
        margin-left: 117px;
        width: unset !important;
    }

    .hero-landing-page--box--img img {
        border-radius: 0 166px;
    }

    .footer-alternative li {
        margin-bottom: 10px !important;
    }
}

@media screen and (min-width: 1025px) {
    body.page-template-front-page-3 .mobile-btn-link,
    body.page-template-advertising-landing-page .mobile-btn-link {
        display: none !important;
    }

    body.page-template-front-page-3 .header-orange-btn a,
    body.page-template-advertising-landing-page .header-orange-btn a {
        padding: 0px;
    }
}

@media screen and (min-width: 1366px) {
    .footer-alternative .footer-col:last-child {
        margin-left: auto;
        width: unset !important;
    }
}

.page-template-front-page-3 .header .menu .menu-item:not(.header-orange-btn),
.page-template-advertising-landing-page .header .menu .menu-item:not(.header-orange-btn) {
    opacity: 0 !important;
    pointer-events: none !important;
}


body.page-template-front-page-3 .header-orange-btn a:hover,
body.page-template-advertising-landing-page .header-orange-btn a:hover {
    background: #1C2D40 !important;
    color: #fff !important;
}

.page-template-front-page-3 .btn-mobile,
.page-template-advertising-landing-page .btn-mobile {

}

.page-template-front-page-3 .btn-mobile a,
.page-template-advertising-landing-page .btn-mobile a {
    padding: 20px;
}


.page-template-front-page-3 .gform_required_legend,
.page-template-advertising-landing-page .gform_required_legend {
    display: none !important;
}

/* PAYMENT PORTAL LANDING PAGE */
.payment-portal .hero-landing-page--box strong {
    font-size: 1.25rem;

}
.payment-portal .hero-landing-page--box h4 {
    font-size: 1.4375rem;
}
.payment-portal .hero-landing-page--box ol {
    list-style: decimal;
    padding-left: 1.5rem;
    margin-bottom: 20px;
}
.payment-portal .hero-landing-page--box ol li::marker {
    font-weight: bold;
}
.payment-portal .hero-landing-page--box ol li {
    margin-top: 10px;
}
.payment-portal .hero-landing-page--box ol li,
.payment-portal .hero-landing-page--box ol li strong {
    font-size: 1rem;
}
.payment-portal .hero-landing-page--box--wrapper.yellow-box .hero-landing-page--box {
    background: rgba(252, 203, 66, 1);
}
.payment-portal .hero-landing-page--box--wrapper .hero-landing-page--box p {
    margin-bottom: 20px;
}
.payment-portal .hero-landing-page--box--wrapper.yellow-box .hero-landing-page--box p {
    margin-bottom: 20px;
}
.payment-portal .hero-landing-page--box h4 {
    margin-bottom: 14px;
}
.payment-portal .hero-landing-page--box--wrapper.yellow-box .hero-landing-page--box p:last-of-type {
    margin-bottom: 0;
}
.payment-portal .hero-landing-page--box p {
    font-size: 1.25rem;
}
.payment-portal .hero-landing-page--box a {
    font-weight: bold;
}
p.has-small-font-size {
    font-size: 1rem!important;
}

p.has-small-font-size strong {
    font-size: 1rem!important;
}

.payment-portal .faq strong {
    line-height: 2;
}

.payment-portal .container-landing {
    row-gap: 0;
}

.payment-portal .hero-landing-page--box--img {
    display: flex;
    justify-content: center;
}

.payment-portal .btn-wrap {
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1366px) {
    .payment-portal .container-landing {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .payment-portal .container-landing {
        flex-direction: column;
    }
}


/* Careers Template */
.page-template-template-lio-careers {
    background: #F4F4F1;
    color: #183240;
}
.width-95 {
    width: 95%;
}
@media only screen and (max-width: 767px) {
    .width-95 {
        width: 90%;
    }
}
.careers-hero {
    padding-top: 170px;
}
@media only screen and (max-width: 767px) {
    .careers-hero {
        padding-top: 140px;
    }
    .careers-hero .center-content {
        flex-direction: column-reverse;
    }
}
.careers-hero-left {
    width: 100%;
    padding-top: 40px;
    font-weight: 300;
}
@media only screen and (min-width: 768px) {
.careers-hero-left {
        width: 52%;
        padding-top: 0;
   }
}
.careers-title {
    color: #183240;
    font-size: 3.13rem;
    line-height: 1.2;
    padding-bottom: 1.813rem;
    font-weight: 800;
}

@media only screen and (max-width: 767px) {
    .careers-title {
        font-size: 2.2rem;
    }
}
.careers-small-title {
    font-size: 2.05rem;
}
.careers-hero-left strong {
    font-weight: 800;
}
.careers-hero-left .cta {
    margin-top: 30px;
}

.careers-hero-right {
    width: 100%;
}
@media only screen and (min-width: 768px) {
.careers-hero-right {
      width: 40%;
   }
}
.careers-hero-right img {
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.careers-white-cards {
    padding-top: 60px;
}
@media only screen and (min-width: 1200px) {
    .careers-white-cards {
        padding-top: 100px;
    }
}

.careers-w-item {
    width: 49%;
    padding: 32px 24px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
@media only screen and (max-width: 575px) {
    .careers-w-items {
        flex-direction: column;
    }
    .careers-w-item {
        width: 100%;
        margin-bottom: 20px;
    }
}
.careers-w-title {
    margin-bottom: 16px;
    font-size: 33px;
    line-height: 0.8;
    font-weight: 800;
}
.careers-w-text {
    font-size: 16px;
}

.careers-labels {
    padding: 120px 0;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .careers-labels {
        padding: 60px 0;
    }
}
.careers-w-items .row {
    justify-content: center;
    column-gap: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .careers-w-items .row {
        flex-direction: column;
        margin: 0;
    }
}
.careers-label-item {
    padding: 15px 30px 22px;
    font-size: 33px;
    line-height: 1;
    font-weight: 800;
    border-radius: 40px;
    background-color: #FB6C58;
}
@media only screen and (max-width: 767px) {
    .careers-label-item {
        font-size: 26px;
        margin-bottom: 10px;
        border-radius: 40px !important;
    }
}
.careers-label-item.no-0 {
    background-color: #FCCB42;
    border-bottom-left-radius: 0;
}
.careers-label-item.no-1,
.careers-label-item.no-3 {
    background-color: #9DDCD6;
}
.careers-label-item.no-2 {
    color: #fff;
}
.careers-label-item.no-4 {
    border-top-right-radius: 0;
    color: #fff;
}

.careers-intro {
    max-width: 670px;
    margin-top: -15px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: 300;
}
.careers-b-items {
    flex-wrap: wrap;
    gap: 20px;
}
@media only screen and (min-width: 768px) {
    .careers-b-items {
        margin-right: -20px;
    }
}
.careers-b-item {
    width: 100%;
    padding: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    background-color: #374F69;
    border-radius: 16px;
}
@media only screen and (min-width: 768px) {
  .careers-b-item {
        width: calc(50% - 20px);
   }
}
@media only screen and (min-width: 992px) {
   .careers-b-item {
        width: calc(25% - 20px);
   }
}

.careers-b-title {
    margin-bottom: 6px;
    font-size: 23px;
    font-weight: 800;
}

.careers-expect {
    padding: 120px 0;
}
@media only screen and (max-width: 767px) {
    .careers-expect {
        padding: 70px 0;
    }
    .careers-expect .center-content {
        flex-direction: column;
    }
}
.careers-expect-left {
    width: 31%;
}
@media only screen and (max-width: 767px) {
    .careers-expect-left {
        width: 100%;
        margin-bottom: 30px;
    }
}
.careers-expect-right {
    width: 57.3%;
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08), 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}
@media only screen and (max-width: 767px) {
    .careers-expect-right {
        width: 100%;
    }
}
.careers-expect-items li {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 800;
}

.careers-expect-items li p {
    width: calc(100% - 35px);
    padding-left: 10px;
}
.careers-expect-items li span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 3px;
    position: relative;
    top: 1px;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    background-color: #1C2D40;
    border-radius: 100%;
}
.d-none {
    display: none;
}
@media only screen and (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
}

/*------------------------*/
/* Get Appointed page     */
/*------------------------*/
.page-template-template-get-appointed .contact-container {
    background: #F4F4F1;
    padding-top: 5.625rem;
    padding-bottom: 8.438rem;
}

.page-template-template-get-appointed .contact-area {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.688rem;
}

.page-template-template-get-appointed .contact-left {
    width: 48.54%;
    padding: 0 1.688rem;
}

.contact-left-cont h1 {
    font-size: 3.625rem;
    line-height: 4.875rem;
    color: #183240;
    padding-bottom: 1.875rem;
}

.contact-left-cont p {
    line-height: 1.875rem;
    padding-bottom: 2.625rem;
}

.contact-left-cont p a,
.why-lio-banner-right .map-section p a {
    color: #FA6D58;
    text-decoration: underline;
}

.contact-left-cont p a:hover,
.why-lio-banner-right .map-section p a:hover {
    text-decoration: none;
}

.page-template-template-get-appointed .contact-address {
    margin-top: 0.375rem;
    padding: 3rem 0 0.625rem 0;
    border-top: 0.125rem solid #C6C6C6;
    border-bottom: 0.125rem solid #C6C6C6;
}

.page-template-template-get-appointed .contact-btm-cont {
    padding-top: 1.5rem;
}

.page-template-template-get-appointed .contact-btm-cont ul li {
    font-weight: 700;
    margin-top: 1.563rem;
    background: #fff;
}

.page-template-template-get-appointed .contact-btm-cont ul li:hover {
    background: #fbf8f8;
}

.page-template-template-get-appointed .contact-btm-cont ul li a {
    color: #183240;
    display: block;
    position: relative;
    padding: 1.188rem 4.25rem 1.75rem 1.875rem;
}

.page-template-template-get-appointed .contact-btm-cont ul li a::after {
    content: '';
    background: url(../png/right-arrow.png) no-repeat;
    position: absolute;
    width: 3.375rem;
    height: 3.375rem;
    top: 50%;
    right: 0.813rem;
    transform: translateY(-50%);
}

.page-template-template-get-appointed .contact-right {
    width: 51.46%;
    padding: 0.375rem 1.688rem 0 1.688rem;
}

@media only screen and (min-width: 992px) {
    .page-template-template-get-appointed .d-lg-flex {
        display: flex;
    }

    .page-template-template-get-appointed .contact-right {
        min-height: 930px;
    }
}

.page-template-template-get-appointed .contact-form {
    background: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    min-height: 1100px;
    padding: 1.688rem 2.688rem 2.5rem 2.688rem;
}

.page-template-template-get-appointed .contact-form,
.page-template-template-get-appointed #gform_wrapper_6,
.page-template-template-get-appointed #gform_wrapper_7,
.page-template-template-get-appointed .contact-btm-cont ul li,
.page-template-template-get-appointed .portal-access {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.5rem 0.938rem rgb(0 0 0 / 10%);
}

.page-template-template-get-appointed #gform_wrapper_6,
.page-template-template-get-appointed #gform_wrapper_7,
.page-template-template-get-appointed .portal-access {
    background: #fff;
    padding: 1.688rem 4.688rem 2.5rem 4.688rem;
}

.page-template-template-get-appointed .gform_wrapper {
    width: 100%;
}

.page-template-template-get-appointed .gform_wrapper.gravity-theme .ginput_container_date input#input_7_3 {
    width: 100% !important;
}

/*Gravity Form*/
.page-template-template-get-appointed .contact-form .gform_wrapper.gform_validation_error {
    margin-top: 2.875rem;
}

.page-template-template-get-appointed .contact-form .gform_wrapper .gform_footer input.button,
.page-template-template-get-appointed .contact-form .gform_wrapper .gform_footer input[type=submit],
.page-template-template-get-appointed .contact-form .gform_wrapper .gform_page_footer input.button,
.page-template-template-get-appointed .contact-form .gform_wrapper .gform_page_footer input[type=submit] {
    padding: 0.813rem 3.125rem 0.875rem 3.125rem;
}

.page-template-template-get-appointed .contact-form .gform_footer {
    text-align: center;
    margin-top: 2.125rem !important;
}

.page-template-template-get-appointed .contact-form .gform_footer img {
    margin: 0.5rem auto 0;
}

@media only screen and (min-width: 992px) {
    .page-template-template-get-appointed .contact-form iframe {
        height: 100% !important;
    }

    .page-template-template-get-appointed .contact-form {
        min-height: 100%;
    }
}