:root {

    --padding-lr: 3.75rem;

    --c-dark: #394E60;
    --c-green: #05E288;

}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Hairline.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Hairline.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Hairline.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Hairline.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Thin.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Thin.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Thin.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Thin.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Light.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Light.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Light.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Regular.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Regular.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Regular.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-SemiBold.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-SemiBold.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Bold.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Bold.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Bold.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-ExtraBold.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-ExtraBold.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-ExtraBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Ultra.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Ultra.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Ultra.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Ultra.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica New';
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Black.eot');
    src: url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Black.eot?#iefix') format('embedded-opentype'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Black.woff2') format('woff2'),
    url('/etc.clientlibs/kilarafinco/fonts/Helvetica-new-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    background-color: #F0F0F0;
    font-family: 'Helvetica New','Helvetica Neue',Helvetica,sans-serif;
}

.site-frame {
    background: #fff;
    width: 90vw;
    margin-left: auto;
    margin-right: auto;
    min-height: 100vh;
    max-width: 1400px;
}

header.navigation-header {
    padding-left: var(--padding-lr);
    padding-right: var(--padding-lr);
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.grid {
    display: flex;
    flex-flow: row wrap;
}

.grid-col-shrink { flex-shrink: 1; }
.grid-col-expand { flex-grow: 1; }

.col.logo svg {
    height: 2.188rem;
}

header.navigation-header nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.navigation-header nav ol {
    display: flex;
    margin: 0;
    padding: 0;
    flex-flow: column;
    list-style: none;
    display: none;
}

li.action-button.flex-end {
    margin-left: auto;
}

.col.navigation.grid-col-expand {
    display: flex;
    align-items: center;
    padding-left: 6rem;
}

.col.navigation.grid-col-expand nav {
    width: 100%;
}

.col.navigation ul a {
    text-decoration: none;
    color: var(--c-dark);
    font-size: 1.125rem;
}

li.action-button.flex-end a {
    background-color: var(--c-dark);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5rem;
}

.col.navigation ul > li {
    margin-right: 4rem;
}

.col.navigation ul > li:last-child {
    margin-right: 0rem;
}

.jumbotron {
    padding-left: var(--padding-lr);
    padding-right: var(--padding-lr);
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: relative;
    background-color: #394e6008;
}

.jumbotron::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background-image: url('/etc.clientlibs/kilarafinco/logo/kf-icon-background.svg');
    width: 50%;
    height: calc(100% - 10rem);
    background-size: contain;
    z-index: 2;
    background-position: right;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.grid.framed {
    padding-left: var(--padding-lr);
    padding-right: var(--padding-lr);
}

h1 {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--c-green);
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 4rem;
    width: 60%;
    font-weight: 900;
    margin-top: 1rem;
    color: var(--c-dark);
    margin-bottom: 0;
    line-height: 1;
}

.jumbotron p {
    font-size: 1.125rem;
    width: 40%;
    line-height: 1.5;
    color: var(--c-dark);
    opacity: 0.6;
    margin-top: 3rem;
}


a.action-button.green {
    display: inline-block;
    background: var(--c-green);
    color: #fff;
    padding: 1.25rem 1.5rem;
    text-decoration: none;
    border-radius: 3rem;
    margin-top: 4rem;
    font-size: 1rem;
}

.col.image-background {
    width: 100%;
    height: 30rem;
}

.col.image-background img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.services .service {
    display: flex;
}

.services .service img {
    height: 3rem;
}

.service-text {
    font-weight: 500;
    margin-left: 2rem;
    font-size: 1.25rem;
}

.grid.services.framed {
    justify-content: space-between;
    border-bottom: 1px solid #394e601f;
    padding-bottom: 4rem;
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
    margin-left: var(--padding-lr);
    margin-right: var(--padding-lr);
}

.service-line {
    width: 1px;
    background: #394e601f;
}

.grid.framed.image-left.about-us {
    margin-top: 7rem;
    justify-content: space-between;
}

.col.image-column {
    width: 40%;
    display: flex;
    flex-flow: column;
}

.col.image-column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.col.text-column {
    width: 50%;
}

h3 {
    font-size: .9rem;
    font-weight: 400;
    color: var(--c-green);
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 2.95rem;
    font-weight: 700;
    margin-top: 1rem;
    color: var(--c-dark);
    margin-bottom: 3rem;
    line-height: 1;
}

p {
    font-size: .9rem;

    line-height: 1.8;
    color: var(--c-dark);
    opacity: 0.6;
    margin-top: 1.5rem;
}

.grid.framed.centered.why-choose-us {
    margin-top: 7rem;
    background: var(--c-dark);
    text-align: center;
    padding-top: 7rem;
    padding-bottom: 7rem;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.grid.framed.centered.why-choose-us h4 {
    color: #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.grid.framed.centered.why-choose-us p {
    color: #fff;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.bullets-grid ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    justify-content: space-between;
}

.bullets-grid ul li {
    width: 16%;
}

h5 {
    color: #fff;
    font-size: 1rem;
    margin-top: 0;
}

.bullets-grid ul p {
    width: unset !important;
    margin-left: unset !important;
    margin-right: unset !important;
    font-size: 0.65rem;
    margin-bottom: 0;
}

.bullets-grid ul li.v-div {
    width: 1px;
    background: #ffffff1f;
}

.bullets-grid ul li.h-div {
    height: 1px;
    width: 100%;
    background: #ffffff1f;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.bullets-grid {
    margin-top: 4rem;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}

.grid.framed.image-left.search {
    margin-top: 0;
    justify-content: space-between;
    background: #394e6008;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.grid.framed.image-left.search .col.image-column { order:2; }

footer {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.content-pages .jumbotron::after {
    content: unset;
}

.jumbotron.center {
    text-align: center;
    background-color: var(--c-green);
    color: #fff;
}

.jumbotron.center h2 {
    font-size: 4rem;
    width: 60%;
    font-weight: 900;
    margin-top: 1rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}

.jumbotron.center h1 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #ffffffbd;
    padding: 0;
    margin: 0;
}

.col.image-background.smaller {
    width: 100%;
    height: 25rem;
}

.grid.framed.inner-text {
    padding-top: 6rem;
    padding-bottom: 6rem;
    justify-content: space-between;
}

.inner-text .col.text-column {
    width: 65%;
    padding-right: 8rem;
    box-sizing: border-box;
}

.inner-text h4 {
    margin-top: 0;
}

.grid.framed.alt.inner-text {
    background: #394e6005;
}



.double-columns .half-col {
    width: 42%;
}

.half-col p {
    font-size: .75rem;
}

.double-columns {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #394e6024;
    margin-top: 4rem;
    padding-top: 2rem;
}

.first-p {
    font-size: 1.3rem;
    opacity: 0.8;
    margin-bottom: 3rem;
}

.grid.framed.quote-box {
    background: var(--c-green);
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.grid.framed.quote-box blockquote {
    width: 65%;
    font-size: 2.5rem;
    color: #fff;
    margin-left: auto;
    box-sizing: border-box;
    padding-right: 8rem;
    margin-right: 0;
    font-weight: 600;
}

.inner-text h3 {
    font-size: 1.2rem;
    font-weight: 400;
}
.inner-text h5 {
    color: var(--c-dark);
    margin-top: 3rem;
    font-size: 1.3rem;
    font-weight: 500;
}

.text-column .grid.services {
    margin-top: 4rem;
    border-top: 1px solid #394e6024;
    padding-top: 4rem;
    justify-content: space-between;
}

.text-column .grid.services .service {
    display: flex;
    width: 36%;
}

.grid.framed.inner.image-left.search .col.image-column {
    order: unset;
}

.grid.framed.inner.image-left.search .col.image-column {
    width: 20%;
    display: flex;
    flex-flow: column;
}

.grid.framed.inner.image-left.search .col.text-column {
    width: 70%;
    box-sizing: border-box;
    padding-right: 8rem;
}

.grid.framed.inner.image-left.search .col.image-column img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.grid.framed.inner.alt-2.image-left.search {
    background: #394e6003;
}

.grid.framed.inner.alt.image-left.search {
    background: #fff;
}

a.action-button.green.smaller {
    font-size: .8rem;
    padding: 1rem 1.6rem;
    margin-top: 3rem;
}

.service-line-h {
    width: 100%;
    background: #394e601f;
}

.service-line-h {
    width: 100%;
    background: #fff;
    height: 1px;
    margin-top: 2rem;
    margin-bottom:2rem;
}

.contact-block {
    border-top: 1px solid rgba(57, 78, 96, 0.05);
    margin-top: 0;
    padding-top: 3.5rem;
}

.contact-block h5 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0rem;
}

.contact-block p {
    margin-top: 1rem;
}

.contact-block a {
    color: var(--c-dark);
    text-underline-offset: .5rem;
}

form#support-request {
    display: flex;
    flex-flow: column;
    margin-top: 5rem;
}

label {
    color: var(--c-dark);
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
}

.grid.framed.quote-box.dark {
    position: relative;
}

.grid.framed.quote-box.dark::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    background-image: url('/etc.clientlibs/kilarafinco/logo/kf-icon-background-rev.svg');
    width: 50%;
    height: calc(100% - 6rem);
    background-size: contain;
    z-index: 2;
    background-position: right;
    transform: translateY(-50%) rotate(180deg);
    background-repeat: no-repeat;
}

input, textarea {
    font-size: 1rem;
    color: var(--c-dark);
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    border: 1px solid #394e603d;
}

span.RedText {
    color: red;
}

button.LargeDisplayButton.PaddingTopBottom_50 {
    display: inline-block;
    background: var(--c-green);
    border: none;
    border-radius: 2rem;
    padding: 1rem 1.5rem;
    color: #fff;
    font-weight: 500;
    margin-top: 1rem;
}

.grid.framed.quote-box.dark {
    background: var(--c-dark);
}

.form-fields {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.form-fields label {
    display: block;
    width: 40%;
    margin-bottom: unset;
}

.form-fields input, .form-fields textarea {
    font-size: 1rem;
    color: var(--c-dark);
    padding: 1rem 1rem;
    margin-bottom: 0rem;
    border: 1px solid #394e603d;
    width: 60%;
}

.form-fields select {
    font-size: 1rem;
    color: var(--c-dark);
    padding: 1rem 1rem;
    margin-bottom: 0rem;
    border: 1px solid #394e603d;
    width: 100%;
}

.OneThirdMargin_FlexItem {
    width: 30%;
}

.FlexContainer.ClearFix {
    width: 65%;
    display: flex;
    justify-content: space-between;
}

.form-fields button.LargeDisplayButton.PaddingTopBottom_50 {
    margin-left: 35%;
}

form#asset-search {
    margin-top: 6rem;
}

.half-columns .grid.framed.inner.image-left.search {
    width: 50%;
    box-sizing: border-box;
    padding-left: 6rem;
    padding-right: 6rem;
}

.half-columns h4 {
    font-size: 2rem;
    margin-bottom: 0rem;
}

.half-columns .grid.framed.inner.image-left.search .col.text-column {
    padding-right: 0rem;
}

.half-columns p {
    font-size: .8rem;
    line-height: 1.5;
    color: var(--c-dark);
    opacity: 0.6;
    margin-top: 2rem;
}
li.children::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    background-image: url('/images/icons/drop-down.svg');
    width: .95rem;
    height: .95rem;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    margin-top: .15rem;
    background-repeat: no-repeat;
    opacity:1;
}

li.children:hover ol {
    display: block;
}

.children ol {
    position: absolute;
    top: 0;
    z-index: 9;
    box-sizing: border-box;
    width: max-content;
    padding-top: 6.2rem !important;
}

.children ol li {
    background: var(--c-dark);
}

.col.navigation ul .children ol li a {
    color: #fff;
    font-size: .8rem;
    padding: 1rem 1.5rem !important;
    display: block;
}

li.action-button.flex-end a:hover {
    background-color: #778a9c;
    text-decoration: none !important;
}


.children ol li:first-child {
    padding-top: 0.5rem;
}

.col.navigation ul > li > a:hover {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-color: #c1d2e0;
}

.col.navigation ul .children ol li a:hover {
    text-decoration: underline;
    text-underline-offset: 0.5rem;
    text-decoration-color: rgba(255,255,255,0.1);
}

.col.image-column img {
    border-radius: 0.8rem;
}
.col.title-column {
    width: 25%;
}

.col.text-column h3 {
    margin-bottom: 2rem;
}

.col.title-column h5 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--c-dark);
    padding: 0;
    margin: 0 0 3rem;
}

.side-bullets {
    margin-top: 3.2rem;
    padding-right: 3rem;
}

.side-bullets ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.side-bullets li p {
    font-size: .7rem;
    margin-top: 0;
}

.side-bullets  li span {
    margin-bottom: 1rem;
    display: block;
    font-size: 0.9rem;
}

.side-bullets ul li:not(:last-child) {
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding-bottom: 2rem;
}

.side-bullets ol li {
    position: relative;
    line-height: 1.6;
    padding-left: 2rem;
}
.side-bullets ol li p {
    margin-bottom: 2rem;
}

.col.providers {
    width: 100%;
}

.col.providers ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 3rem;
    padding-top: 3rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.col.providers li {
    display: flex;
    width: 25%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.col.providers li img {
    width: 40%;
    height: auto;
}

.terms .col.text-column {
    padding-right: 0;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
}

.inner-text h6 {
    color: var(--c-dark);
    margin-top: 3rem;
    font-size: 1.1rem;
    font-weight: 400;
}

.terms ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.terms ul li {
    margin-bottom: 2rem;
    color: #394e609e;
    font-size: .85rem;
    line-height: 1.7;
}

.grid.framed.inner.image-left.search h3 {
    margin-bottom: 0;
}

li.children > a {
    z-index: 10;
    position: relative;
}

.terms ul strong {
    font-weight: 500;
    color: var(--c-dark);
    display: block;
    font-size: .9rem;
    margin-bottom: 1rem;
}

.side-bullets ol li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.4rem;
    background-image: url('/images/icons/drop-down.svg');
    width: .9rem;
    height: .9rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
    opacity: 0.6;
}

.side-bullets ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

.services .service {
    display: flex;
    color: var(--c-dark);
    text-decoration: none;
}

.services .service:hover .service-text {
    opacity: 0.7;
}

a.action-button.green:hover {

    background-color: #50efaf;

}


.children ol li:last-child {
    padding-bottom: 0.5rem;
}

li.children {
    position: relative;
    padding-right: 2rem;
}

li.children::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    background-image: url('/images/icons/drop-down.svg');
}

.quote-side {
    color: var(--c-dark);
    font-size: 1.45rem;
    font-weight: 300;
    padding-top: 3.5rem;
    font-style: italic;
    line-height: 1.4;
    border-top: 1px solid rgba(0,0,0,0.08);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    padding-bottom: 3.5rem;
    margin-top: 16rem;
}

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

        font-size: 1.035vw;
    }
}