/*
Theme Name: Cariend
Author: Huge Impact
ThemeAuthor: Huge Impact
Description: Cariend - Superior care for your records.
Version: 1.0.1;
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
* {
    box-sizing: border-box;
}
small {
    font-size: 14px;
}
strong, b {
    font-weight: bold;
}
h1 {
    font-size: 55px;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 1.3em;
    color: #00424a;
    font-weight: 700;
    text-align: left;
}
h2 {
    font-size: 38px;
    margin: 50px 0px 20px;
    font-weight: 600;
    color: #00424a;
    text-align: center;
    line-height: 1.3em;
}
h3 {
    font-size: 24px;
    color: #00424a;
    margin: 40px 0 15px 0;
    font-weight: 500;
    line-height: 1.4em;
}
h4 {
    font-size: 20px;
    color: #00424a;
    font-weight: 600;
    line-height: 1.4em;
}
blockquote {
    padding: 0 40px;
    margin: 40px 0;
    border-left: 4px solid #00424a;
    overflow: hidden;
}
blockquote p {
    font-style: italic;
    font-size: 18px;
}
body {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    background: #fff;
    color: #7c878e;
}
html, body {
    height: 100%;
}
p {
    margin: 1em 0;
    color: #7c878e;
    font-size: 16px;
    text-align: justify;
}
p.big {
    font-size: 18px;
}
.dark {
    color: #373737 !important;
    font-weight: 500;
}
.white {
    color: #fff;
}
a.white.large:hover {
    color: #658d18;
}
.green {
    color: #658d18;
}
a:hover {
    color: #00424a;
}
a.large {
    font-size: 26px;
    line-height: 34px;
}
li {
    margin: 25px 0;
    color: #7c878e;
    font-size: 16px;
    text-align: justify;
}
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    color: #658d18;
    font-weight: 500;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    outline: 0;
}
img {
    max-width: 100%;
    height: auto;
}
ul {
    list-style: none;
}
ol {
    list-style: none;
}

.post-text {
    font-weight: 500;
}
/*Comments section*/

.post-content.single-post-content {
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}
.logged-in-as {
    display: none;
}
.comment-notes {
    display: none;
}
.comments {
    background-color: #00424a;
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.single-post h2 {
    font-size: 32px;
}

.single-post h2.comments-title {
    color: #fff;
}

.single-post p {
    line-height: 1.7;
    font-size: 18px;
}

.comments h2 span {
    color: #658d18;
}
h3#reply-title {
    overflow: hidden;
    margin: 0 0 10px 0;
}
#respond {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 30px;
}
h3#reply-title small {
    float: right;
    font-size: 16px;
}
form#commentform {
    position: relative;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 50px;
}
.comment-form-comment {
    width: 100%;
    padding: 20px 80px 20px 20px;
    margin: 0;
    border: 2px solid #e9e9e9;
    background: #fff;
    overflow: hidden;
}
textarea#comment {
    width: 100%;
    overflow: hidden;
}
textarea#comment::placeholder {
    color: #a6a6a6;
    font-style: italic;
}
input#author::placeholder {
    color: #a6a6a6;
    font-style: italic;
}
input#email::placeholder {
    color: #a6a6a6;
    font-style: italic;
}
.comment-form-author {
    width: 45%;
    float: left;
    border: 2px solid #e9e9e9;
}
.comment-form-email {
    width: 45%;
    float: right;
    border: 2px solid #e9e9e9;
}
#commentform input {
    width: 100%;
    padding: 10px 20px;
}
#commentform div.error {
    padding: 5px 20px;
}
#commentform p.comment-form-comment div.error {
    padding: 0;
}
.form-submit {
    margin: 0;
    font-size: 28px;
    color: #658d18;
    width: 60px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 59px;
}
ol.commentlist .form-submit {
    color: #658d18;
}
.form-submit #submit {
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
    background: transparent;
    position: absolute;
    border: none;
}
.form-submit .fa-paper-plane {
    position: absolute;
    top: 16px;
    right: 16px;
}
ol.commentlist {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 30px;
}
input#wp-comment-cookies-consent {
    width: auto;
}
.comments .comment-meta.commentmetadata a {
    color: #8cc63f;
}
.comments .reply a {
    color: #085d98;
    font-weight: 500;
    font-style: italic;
}
.comment-author.vcard {
    position: relative;
    overflow: hidden;
}
.comment-author.vcard cite.fn {
    font-size: 24px;
    margin-bottom: 10px;
    font-style: italic;
    display: inline-block;
}
#comments a {
    color: #658d18;
}
#comments a:hover {
    opacity: 0.7;
}
ol.commentlist p {
    color: #fff;
}
ol.commentlist li {
    border-bottom: 1px solid #fff;
    margin: 0;
}
ol.commentlist li:last-child {
    border-bottom: 0;
}
.comment-author.vcard img {
    display: none;
}
.comment-author.vcard span {
    display: none;
}
ol.commentlist li .reply {
    text-align: right;
}
.comment-body {
    padding: 30px 0;
    overflow: hidden;
}
.depth-2 {
    border-top: 1px dashed #c1c1c1;
    padding-left: 10%;
}
.depth-2 .comment-body {
    border-top: 1px dashed #c1c1c1;
    width: 100%;
}
.depth-2 > .comment-body {
    border-top: 0;
}
.commentlist li.depth-1:first-child {
    border-top: 1px solid #fff;
}
.comment-form-cookies-consent {
    visibility: hidden;
    display: none;
    opacity: 0;
}

/*END*/

.page-id-1413 .page-title {
    margin-top: 80px;
}
.page-id-1413 #the-content {
    margin-bottom: 60px;
}
.page-id-1413 h2 {
    margin-top: 0;
}

.page-text ul {
    margin-left: 17px;
    list-style: disc;
}
.page-text ol {
    margin-left: 17px;
}
em {
    font-style: italic;
}
.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.wrapper {
    width: 1366px;
    max-width: 100%;
    margin: 0 auto;
}
.row {
    padding: 0 15px;
}
a.scrollup {
    position: fixed;
    left: 25px;
    bottom: 25px;
    color: #fff;
    background: #00424a;
    padding: 2px 12px 7px 13px;
    font-size: 36px;
    display: block;
    line-height: 0px;
    opacity: 1;
    z-index: 99999;
}
a.scrollup:hover {
    opacity: 0.8;
}
.header {
    background: #00424a;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.3s ease;
    /*animation: smoothScrollTop 0.5s forwards;*/
    z-index: 100;
    position: fixed;
}
.header a {
    color: #fff;
    font-weight: 500;
}
.header .current-menu-item > a {
    color: #97d700;
}
.header a:hover {
    color: #97d700;
}
.header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 0.5s forwards;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-90px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes smoothScrollTop {
    0% {
        transform: translateY(-90px);
    }
    100% {
        transform: translateY(0px);
    }
}
.header.fixed .header-menu-container {
    height: 70px;
    line-height: 70px;
}

.icons {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.icon {
    border: 0;
    height: 90px;
    width: 65px;
    cursor: pointer;
    position: relative;
    background-color: transparent;
}
.icon span {
    display: block;
    height: 5px;
    width: 35px;
    background-color: #fff;
    position: absolute;
    right: 15px;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.icon span:first-child {
    top: 33px;
}
.icon span:nth-child(2) {
    top: 43px;
}
.icon span:last-child {
    top: 53px;
}
.icon--active span:first-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 42px;
}
.icon--active span:last-child {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 42px;
}
.icon--active span:nth-child(2) {
    opacity: 0;
}
.icon-transition {
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header-menu-container {
    height: 90px;
    line-height: 90px;
    font-size: 16px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
}
.logo {
    float: left;
}
a.logo-link {
    line-height: 1px;
    display: block;
    margin-top: 31.5px;
    transition: 0s;
}
.menu-holder {
    float: right;
    width: calc(100% - 280px);
}
.main-menu {
    float: left;
}
.top-social {
    float: right;
    display: flex;
}
ul.sub-menu {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    width: 270px;
}
ul#menu-header-menu > li {
    float: left;
    margin: 0 28px;
    position: relative;
}
ul#menu-header-menu > li:first-child {
    margin-left: 0;
}
ul#menu-header-menu li a {
    display: block;
    position: relative;
}
ul#menu-header-menu li.menu-item-has-children a {
    padding-right: 15px;
}
ul#menu-header-menu > li.menu-item-has-children > a:after {
    font-family: FontAwesome;
    content: '\f107';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.sub-menu li {
    margin: 0;
    text-align: left;
}
ul.sub-menu li a {
    color: #00424a;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 1.2em;
}
ul.sub-menu li a:hover {
    background: #efefef;
    color: #00424a;
}
.top-phone {
    float: left;
}
.header .top-phone a {
    color: #97d700;
    font-size: 20px;
    line-height: 1;
}
.social-icons-holder {
    float: right;
}
.header.fixed .social-icons-holder {
    display: none;
}
.social-icons-holder a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.social-icons-holder a:hover {
    border-color: #97d700;
}
.header.fixed a.logo-link {
    margin-top: 8.5px;
}
.header.fixed a.logo-link img {
    height: auto;
}
.footer {
    position: relative;
    overflow: hidden;
}
.footer-custom-holder {
    background-image: url(../png/footer-divider.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    position: relative;
    margin-top: 30px;
}
.foot-holder {
    background-image: url(../jpg/blue-ridge-mountains.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 50vw;
    height: 920px;
    position: relative;
}
.foot-absolute {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.footer-form-container {
    position: relative;
    max-width: 900px;
    margin: 80px auto 60px;
}
.contact-12 {
    width: 100%;
    float: left;
    text-align: left;
}
.contact-6 {
    width: 50%;
    float: left;
    padding: 6px 15px;
}
.contact-4 {
    width: 40%;
    float: left;
    padding: 6px 15px;
}
.contact-2 {
    width: 20%;
    float: left;
    padding: 6px 15px;
}
.contact-12.textarea-container {
    padding: 6px 15px;
}
.contact-12 input {
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    color: #696969;
    line-height: 1;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.contact-12 span:last-child input {
    margin-bottom: 0;
}
.contact-12 select {
    width: 100%;
    padding: 19px 22px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    color: #696969;
    line-height: 1;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}
select:focus {
    outline: none;
}
.contact-12 textarea {
    width: 100%;
    padding: 20px 25px;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px;
    color: #696969;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.contact-submit {
    padding: 30px 15px 0;
    position: relative;
    overflow: hidden;
}
.main-button {
    background: #658d18;
    color: #fff;
    padding: 20px 50px;
    float: left;
    border-radius: 30px;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
.secondary-button{
    background:#658d18;
    color:#fff;
    padding:10px 25px;
    border-radius:30px;
    font-size:20px;
    line-height:1;
    font-weight:400;
}
.secondary-button:hover {
    color:#fff;
}
.contact-submit .main-button {
    float: right;
}
.main-button:hover {
    background: #476d0d;
    color: #fff;
}
.request-form-container .wpcf7-response-output {
    background: #fff;
    margin-top: 10px !important;
    border-width: 1px !important;
}
.footer-form-container .wpcf7-response-output, #lets-connect .wpcf7-response-output {
    border: 0 !important;
    color: #dc3232;
}
.footer-info {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: -120px;
}
.footer-left {
    position: relative;
    float: left;
    width: 330px;
    margin-right: 5%;
    padding-bottom: 130px;
}
.footer-mid {
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 300px;
    margin-right: 5%;
}
.footer-right {
    position: absolute;
    right: 50px;
    width: 160px;
    bottom: 50px;
    text-align: right;
}
.footer-terms {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
}
.footer-mid-left {
    width: 50%;
    float: left;
}
.footer-mid-right {
    width: 50%;
    float: left;
}
footer .menu a {
    font-size: 14px;
    font-weight: 400;
    color: #696969;
}
footer .menu a:hover {
    color: #658d18;
}
.footer-terms p {
    color: #696969;
    text-align: center;
}
.footer-terms a {
    color: #696969;
}
.footer-terms a:hover {
    color: #658d18;
}
.left-info h4 {
    margin: 60px 0 10px;
}
.left-info a {
    font-weight: 500;
    font-size: 20px;
}
a.foot-telephone {
    font-size: 24px;
    line-height: 70px;
    font-weight: 600;
}
.footer-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    border: 2px solid #00424a;
    border-radius: 50%;
    color: #00424a;
    margin-left: 10px;
}
.footer-social a:hover {
    color: #658d18;
    border-color: #658d18;
}
.hidden-div {
    padding-top: 90px;
    position: relative;
    overflow: hidden;
}
#banner {
    overflow: hidden;
    position: relative;
}
ul#menu-header-menu > li > a {
    transition: 0s;
}
.banner-background-overlay {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5f5f5;
    width: calc(100% - 1215px);
    min-width: 35%;
    height: 100%;
    box-shadow: 100px 0px 100px 100px #f5f5f5;
}
.single-slide-holder {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: relative;
}
.slide-content-holder {
    position: relative;
    width: 41%;
    height: 860px;
    background: #fff;
    box-shadow: 30px 0px 80px 80px #fff;
    padding: 0 15px;
}
.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: justify;
}
.single-page .slide-content {
    top: 40%;
}
.slide-content h1 {
    margin: 0;
}
.slide-content p {
    margin-top: 85px;
    overflow: hidden;
    margin-bottom: 0;
    float: left;
    font-size: 18px;
    width: 100%;
}
.single-page .slide-content p {
    margin-top: 50px;
}
.slick-list.draggable {
    overflow: visible;
}
.slides button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 1;
    font-size: 50px;
    color: #00424a;
    opacity: 0.5;
}
.slides button.slick-prev.slick-arrow {
    left: 80px;
}
.slides button.slick-arrow:hover {
    color: #658d18;
    opacity: 1;
}
.slides button.slick-next.slick-arrow {
    right: 80px;
}
.slides button.slick-arrow i:before {
    font-weight: 800;
}
#our-services {
    position: relative;
    overflow: hidden;
}
.services-tabs {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 0 30px;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.service-item {
    max-width: calc(25% - 30px);
    margin: 15px;
    text-align: center;
    padding: 40px 30px;
    background: #f9f9f9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    position: relative;
}
.service-item > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.service-item:hover {
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    background: #fff;
}
.service-icon {
    height: 100px;
}
.service-title {
    padding: 30px 0 5px;
}
.service-content p {
    text-align: justify;
    margin-bottom: 0;
}
.evolution-container {
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
    padding: 15px;
}
.evolution-left {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 30px;
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
}
.evolution-left p {
    margin-bottom: 0;
}
.evolution-right {
    float: right;
    padding-top: 10px;
}
#custodial {
    position: relative;
    overflow: hidden;
    margin: 0 0 50px;
}
.tab-col-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.tab-col {
    position: relative;
    width: 100%;
    margin: 15px;
    text-align: center;
    padding: 40px 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
}
.tab-col-2 {
    max-width: calc(50% - 30px);
    position: relative;
}
.tab-col-3 {
    max-width: calc(33.333% - 30px);
}
.tab-col-4 {
    max-width: calc(25% - 30px);
}
.tab-col:hover {
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    background: #fff;
}
.tab-col > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.white-back {
    background: #fff;
}
.gray-back {
    background: #f9f9f9;
}
.tab-col-icon {
    height: 85px;
}
.tab-col-title {
    padding: 30px 0 5px;
}
p.bottom-space {
    padding-bottom: 50px;
}
.page-id-35 p.bottom-space:not(.page-id-35 .steps-arrow p.bottom-space) {
    padding-bottom: 80px;
}
p.with-btn a i {
    margin-left: 10px;
}
.link-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    text-align: center;
    font-size: 16px;
    width: 100%;
    z-index: 1;
    padding: 0 30px;
}
.tab-col-content .link-text p {
    text-align: center;
    color: #658d18;
}
.tab-col-content p {
    text-align: justify;
    margin-bottom: 0;
}
.tab-col-content .link-text p a {
    float: none;
}
.steps-arrow:last-child::after {
    content: none;
}
.steps-arrow:after {
    content: '';
    width: 61px;
    height: 27px;
    background: url(../png/steps-arrow.png);
    position: absolute;
    top: 85px;
    right: -44px;
    z-index: 2;
}
span.row-index {
    position: absolute;
    bottom: 40px;
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
    border: 2px solid #00424a;
    color: #00424a;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 500;
}
#mistake {
    background-color: #00424a;
    position: relative;
    overflow: hidden;
}
.mistake-row {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.mistake-content {
    float: left;
    position: relative;
    width: 60%;
}
.mistake-content h2 {
    text-align: left;
    margin-top: 0;
}
.mistake-tabs {
    position: relative;
    float: left;
    text-align: left;
}
.mistake-item {
    padding-left: 80px;
    position: relative;
    float: left;
}
.mistake-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.mistake-text p {
    font-size: 20px;
}
.mistake-image {
    position: relative;
    float: right;
    margin-bottom: -7px;
}
#green-back {
    background-color: #00424a;
    position: relative;
    overflow: hidden;
}
.green-back-row {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.green-back-content {
    float: left;
    position: relative;
    width: 61%;
}
.green-back-content h2 {
    text-align: left;
    margin-top: 0;
}
.green-back-tabs {
    position: relative;
    float: left;
    text-align: left;
}
.green-back-item {
    width: 100%;
    position: relative;
    float: left;
}
.green-back-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.green-back-text.with-icon {
    padding-left: 80px;
}
.page-content .green-back-content p {
    font-size: 18px;
    font-weight: 300;
}
.page-content .green-back-content .green-back-text p {
    font-size: 16px;
}
.green-back-image {
    position: relative;
    float: right;
    margin-bottom: -7px;
}
.download-guide {
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 50px;
}
#our-environment {
    position: relative;
    overflow: hidden;
    margin-bottom: 65px;
}
.vertical-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.environment-content {
    display: flex;
}
.environment-left {
    width: 50%;
    padding-right: 15px;
}
.environment-right {
    width: 50%;
    padding-left: 15px;
}
#continuum {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
}
.continuum-container {
    overflow: hidden;
    height: 1820px;
    background-repeat: no-repeat;
    background-position: top center;
}
.continuum-title h4 {
    color: #6ba4b8;
}
.continuum-content {
    width: 100%;
    float: right;
    padding-left: 50%;
}
.continuum-btn {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 100px auto;
    text-align: center;
}
.continuum-btn a {
    float: none;
    display: inline-block;
}
.continuum-item {
    width: 390px;
    background: #fff;
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 35px 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    position: absolute;
}
.continuum-item.active {
    border-color: #658d1b;
}
.continuum-item.active h4 {
    color: #658d1b;
}
.continuum-title {
    position: relative;
}
.continuum-title h4 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
}
.continuum-text p {
    margin: 30px 0 0;
}
.continuum-tabs {
    position: relative;
}
.continuum-item:nth-child(1) {
    top: 260px;
    right: 0;
}
.continuum-item:nth-child(2) {
    top: 370px;
    left: 0;
}
.continuum-item:nth-child(3) {
    top: 680px;
    left: 0;
}
.continuum-item:nth-child(4) {
    top: 1110px;
    left: 0;
}
.continuum-item:nth-child(5) {
    top: 1450px;
    left: 200px;
}
.continuum-item:nth-child(6) {
    top: 1555px;
    right: 200px;
}
.continuum-title:before {
    content: '';
    position: absolute;
    width: 11px;
    height: 11px;
    background: #6ba4b8;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -31px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    z-index: 4;
}
.continuum-title:after {
    content: '';
    position: absolute;
    height: 2px;
    background: #7c878e;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    z-index: 3;
}
.continuum-item.active .continuum-title:before {
    background: #658d1b;
}
.continuum-item.active .continuum-title:after {
    background: #658d1b;
}
.continuum-item.active:before {
    background: #658d1b;
}
.continuum-item.active:after {
    color: #658d1b;
}
.continuum-item:nth-child(1) .continuum-title::before {
    left: -31px;
    right: auto;
}
.continuum-item:nth-child(1) .continuum-title::after {
    width: 275px;
    left: -300px;
}
.continuum-item:nth-child(2) .continuum-title::after {
    width: 50px;
    right: -76px;
}
.continuum-item:nth-child(3) .continuum-title::after {
    width: 270px;
    right: -296px;
}
.continuum-item:nth-child(4) .continuum-title::after {
    width: 250px;
    right: -276px;
}
.continuum-item:nth-child(5) .continuum-title::after {
    width: 240px;
    right: -266px;
}
.continuum-item:nth-child(6) .continuum-title::after {
    width: 134px;
    right: -160px;
}
.continuum-item:before {
    content: '';
    position: absolute;
    width: 2px;
    background: #7c878e;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    z-index: 3;
}
.continuum-item:nth-child(1)::before {
    content: none;
}
.continuum-item:nth-child(2)::before {
    right: -51px;
    top: 12px;
    height: 36px;
}
.continuum-item:nth-child(3)::before {
    right: -272px;
    top: -96px;
    height: 144px;
}
.continuum-item:nth-child(4)::before {
    right: -252px;
    top: -76px;
    height: 124px;
}
.continuum-item:nth-child(5)::before {
    right: -242px;
    top: -197px;
    height: 245px;
}
.continuum-item:nth-child(6)::before {
    right: -135px;
    top: -164px;
    height: 212px;
}
.continuum-item:after {
    content: '\f111';
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 14px;
    position: absolute;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
    z-index: 1;
}
.continuum-item:nth-child(1)::after {
    left: -301px;
    top: 20px;
}
.continuum-item:nth-child(2)::after {
    right: -77px;
    top: -15px;
}
.continuum-item:nth-child(3)::after {
    right: -298px;
    top: -122px;
}
.continuum-item:nth-child(4)::after {
    right: -278px;
    top: -102px;
}
.continuum-item:nth-child(5)::after {
    right: -268px;
    top: -224px;
}
.continuum-item:nth-child(6)::after {
    right: -161px;
    top: -190px;
}
.mob-phone {
    display: none;
}
.slide-image {
    display: none;
}
.thumb-banner {
    position: relative;
}
.page-banner-thumb {
    position: relative;
    background-position: center right;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #f5f5f5;
    background-size: auto 100%;
}
.page-banner-container {
    height: 550px;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: contain;
}
.page-title-container {
    position: absolute;
    top: 130px;
    width: 30%;
}
.page-content {
    position: relative;
}
.page-content p {
    font-weight: 500;
}
.page-content li {
    font-weight: 500;
    position: relative;
    padding-left: 25px;
}
.page-content li:before {
    content: '\f00c';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #6ba4b8;
}
.small-content-text {
    width: 40%;
    margin-top: -100px;
    position: relative;
}
.small-content-text h2 {
    text-align: left;
}
.white-back-container {
    margin-bottom: 80px;
}
.gray-back-container {
    position: relative;
    overflow: hidden;
}
.gray-back-small-text {
    margin-bottom: 50px;
}
.gray2-back-small-text {
    max-width: 900px;
    margin: 0 auto;
    text-align-last: center;
    position: relative;
    overflow: hidden;
}
.gray2-back-small-text p {
    font-size: 18px;
    margin-bottom: 60px;
    margin-top: 30px;
}
.gray2-back-small-text p .main-button {
    display: inline-block;
    float: none;
}
.page-banner {
    overflow: hidden;
}
ul.ehr-systems {
    display: table;
    max-width: 800px;
    text-align: center;
    margin: 50px auto 30px;
}
ul.ehr-systems li {
    padding: 10px 20px 10px 50px;
    text-align: center;
    background-color: #f9f9f9;
    margin: 5px;
    display: inline-block;
}
ul.ehr-systems li:before {
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}
.cariend-commitment {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.cariend-commitment-right {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: #fff;
    padding: 30px;
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
}
.accordion-holder {
    position: relative;
    overflow: hidden;
}
.accordion-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 5px;
}
.accordion-title {
    position: relative;
    overflow: hidden;
    background: #f9f9f9;
    padding: 25px;
    cursor: pointer;
    border: 2px solid #f9f9f9;
    border-radius: 5px;
}
.accordion-text {
    position: relative;
    overflow: hidden;
    padding: 5px 25px;
    display: none;
}
.accordion-title h4 {
    font-size: 18px;
    position: relative;
    padding-right: 30px;
}
.accordion-title h4:after {
    content: '\f107';
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.accordion-title.clicked h4:after {
    transform: translateY(-50%) rotate(180deg);
}
.accordion-title.clicked h4 {
    color: #658d18;
}
.accordion-title.clicked {
    border-color: #658d18;
}
#the-content {
    overflow: hidden;
}
p.center-text {
    margin: 80px auto 50px;
    text-align: center;
    padding-bottom: 10px;
}
p.center-text .main-button {
    float: none;
}
.main-button.green-back-btn {
    float: left;
    margin-top: 30px;
}
.request-records-row-container {
    position: relative;
    overflow: hidden;
/*    margin-top: 50px;*/
}
.request-records-row-container ol {
    counter-reset: li;
}
.request-records-row-container ol li {
    background: #f9f9f9;
    font-size: 18px;
    counter-increment: li;
    padding: 20px 30px 20px 80px;
    margin-left: 115px;
}
.request-form-container .contact-6:nth-child(2) {
    padding-right: 0;
}
.request-form-container .contact-6:nth-child(1) {
    padding-left: 0;
}
.request-form-container .contact-12.textarea-container {
    padding: 6px 0;
}
/*.request-records-row-container ol li:nth-child(odd) {
    margin-left: 115px;
    padding: 20px 30px 20px 80px;
}
.request-records-row-container ol li:nth-child(even) {
    margin-right: 115px;
    padding: 20px 80px 20px 30px;
}*/
.request-records-row-container ol li:before {
    content: counter(li);
    color: #658d18;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    padding: 18px 24px;
    border-radius: 50%;
    border: 2px solid #658d18;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}
.request-records-row-container ol li:first-child::before {
    padding: 18px 26px;
}
.request-records-row-container ol li:before {
    left: -33px;
}
/*.request-records-row-container ol li:nth-child(odd)::before {
    left: -33px;
}
.request-records-row-container ol li:nth-child(even)::before {
    right: -33px;
    left: auto;
}*/
.request-records-row-container ol li:nth-child(1)::before {
    top: 0;
    transform: none;
}
.request-records-row-container ol li:after {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    background-image: url(../png/download-arrow-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: 100%;
    transform: rotate(-45deg);
    left: -105px;
}
.request-records-row-container ol li:nth-child(3)::after {
    display: none;
}
.request-records-row-container ol li:last-child::after {
    display: none;
}
.page-id-579 .request-records-row-container ol li:first-child::after {
    display: none;
}
.page-id-579 .request-records-row-container ol li:nth-child(3)::after {
    display: block;
}
.request-form-container {
    position: relative;
    margin: 50px 0 0 0;
}
.request-form-container .contact-submit button.main-button {
    float: left;
    padding: 20px 80px;
}
.contact-items {
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}
.contact-items a {
    float: left;
}
.contact-items a:first-child {
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #c0c0c0;
}
.gray-back-small-text form {
    max-width: 900px;
    margin: 0 auto;
}
.gray-back-small-text .contact-submit {
    text-align: center;
}
.gray-back-small-text button.main-button {
    float: none;
}
.contact-help {
    position: relative;
    overflow: hidden;
    max-width: 1110px;
    margin: 0 auto 80px;
}
.contact-help ul li:before {
    display: none;
}
.page-content .contact-help ul li {
    padding: 50px;
    background: #f9f9f9;
    margin-bottom: 0;
    margin-top: 10px;
}
.page-content .contact-help ul li:nth-child(odd) {
    padding-left: 160px;
}
.page-content .contact-help ul li:nth-child(even) {
    padding-right: 160px;
    text-align: right;
}
.list-image {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.page-content .contact-help ul li:nth-child(odd) .list-image {
    left: 50px;
}
.page-content .contact-help ul li:nth-child(even) .list-image {
    right: 50px;
}
.common-download-guide {
    position: absolute;
    bottom: 0;
    right: calc(-100% - 120px);
    width: 100%;
    margin-bottom: 0;
}
.common-download-guide .main-button {
    float: none;
    display: block;
    text-align: center;
}
.common-row-container {
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.common-row-container ol li {
    counter-increment: li;
    padding-left: 0;
    margin-bottom: 50px;
}
.common-row-container ol li:last-child {
    margin-bottom: 0;
}
.common-row-container ol li:before {
    display: none;
}
.common-row-title {
    position: relative;
    padding: 22px 22px 22px 80px;
    background: #f9f9f9;
    margin-bottom: 30px;
    margin-left: 33px;
    color: #00424a;
    font-size: 18px;
    font-weight: 600;
}
.common-row-container ol li .common-row-title:before {
    content: counter(li);
    color: #658d18;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -33px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 50%;
    border: 2px solid #658d18;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
}
.common-row-container ol li:first-child .common-row-title::before {
    padding: 18px 26px;
}
.resources-tabs-container {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}
.resources-tabs-container .tab-col-3.tab-col {
    padding: 0;
}
.resources-tabs-container .tab-col img {
    width: 100%;
}
.resources-tabs-container .tab-col-3.tab-col .tab-col-title {
    padding: 30px 30px 5px;
}
.resources-tabs-container .tab-col-3.tab-col .tab-col-content {
    padding: 0 30px 70px;
}
.resources-category {
    z-index: 1;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 20px;
    line-height: 1;
}
.resources-category.color-light-gray {
    background: #7c878e;
}
.resources-category.color-dark-gray {
    background: #3f4849;
}
.resources-category.color-light-green {
    background: #658d18;
}
.resources-category.color-dark-green {
    background: #004750;
}

.blog-index {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    margin-bottom: -120px;
    z-index: 5;
}
.blog-index .tab-col {
    padding: 0px;
}
.post-tab-image-container {
    position: relative;
    margin-bottom: 30px;
}
.post-tab-image-container .post-date {
    position: absolute;
    top: 0;
    left: 0;
    background: #658d18;
    z-index: 1;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}
.post-tab-image-container .post-date i {
    margin-right: 5px;
}
.post-tab-image {
    height: 230px;
}
.post-tab-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.post-tab-title {
    padding: 0 10px;
}
.post-tab-title h4 {
    text-align: left;
}
.post-tab-content {
    padding: 0 10px 50px;
}
.post-tab-read-more {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.load-more-posts {
    position: relative;
    color: #00424a;
    font-weight: 600;
    font-size: 24px;
    padding: 15px 75px;
    border: 2px solid #00424a;
    border-radius: 30px;
    float: right;
    cursor: pointer;
    background: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
}
.load-more-posts:hover {
    color: #658d18;
    border-color: #658d18;
}
.load-more-posts.disabled:before {
    content: "\f110";
    font-family: FontAwesome;
    font-size:24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.single-post h1 {
    font-size: 38px;
    text-align: center;
    margin-top: 60px;
}
.single-post-meta {
    font-size: 16px;
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
    overflow: hidden;
}
.single-post-meta > div {
    float: left;
    line-height: 1;
}
.single-post-meta .post-date {
    text-transform: uppercase;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #7c878e;
}
.single-post-meta .post-author {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #7c878e;
}
.single-post-thumbnail {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
    height: 400px;
}
.single-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-text li {
    position: relative;
    padding-left: 40px;
    margin: 10px 0;
}
.post-text li:before {
    font-family: FontAwesome;
    content: '\f046';
    color: #658d1b;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.post-text ul.classic-list li:before{
	content: '\f111';
	font-size: 9px;
	left: 0.5em;
}
.post-text ol.classic-list {
	list-style-type: auto;
	margin-left: 20px;
}
.post-text ol.classic-list li {
	padding-left: 20px;
}
.post-text ol.classic-list li:before { content:none; }
.post-text ol.classic-list li::marker {
	color: #658d1b;
	font-weight: bold;
}
.single-recent-posts {
    overflow: hidden;
    background: #f9f9f9;
    padding-bottom: 273px;
    margin-bottom: -273px;
}
.recent-post-slide {
    position: relative;
}
.recent-post-slide .slick-list {
    overflow: hidden;
}
.single-tab-col {
    margin: 15px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: 0.3s;
}
.single-tab-col:hover {
    -moz-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    box-shadow: 0 0px 10px 5px rgba(0,0,0,0.11);
    background: #fff;
}
.single-tab-col .post-tab-content p {
    margin-bottom: 30px;
}
.single-tab-col .post-tab-content {
    padding-bottom: 0;
}
a.blog-slide-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.recent-post-slide .slick-arrow {
    position: absolute;
    bottom: -120px;
    right: 80px;
    z-index: 5;
    background: transparent;
    padding: 16px 25px;
    margin: 0;
    border: 2px solid #00424a;
    border-radius: 30px;
    outline: 0;
    line-height: 1;
    font-size: 24px;
    color: #00424a;
}
.recent-post-slide button.recent-prev.slick-arrow {
    right: 210px;
}
.recent-post-slide .slick-arrow:hover {
    color: #658d1b;
    border-color: #658d1b;
}
.invoice-container {
    position: relative;
    overflow: hidden;
    color: #696969;
    font-size: 16px;
    margin-top: -130px;
}
.invoice-container h3 {
    margin: 60px 0 40px;
    font-weight: 600;
}
.payment-method-buttons {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 760px;
    text-align: center;
    margin: 80px auto;
}
.payment-credit-card {
    float: left;
    width: 50%;
}
.payment-ach {
    float: left;
    width: 50%;
}
.payment-method-buttons button {
    width: calc(100% - 30px);
    padding: 17px;
    font-size: 22px;
    margin: 0 15px;
    border-radius: 30px;
    color: #fff;
}
.payment-credit-card button.stripe-credit-card {
    border: 2px solid #658d18;
    background: #658d18;
}
.payment-ach button.stripe-ach {
    border: 2px solid #00424a;
    background: #00424a;
}
.payment-credit-card button.stripe-credit-card:hover {
    border-color: #00424a;
    background: #00424a;
}
.payment-ach button.stripe-ach:hover {
    border-color: #658d18;
    background: #658d18;
}
.stripe-ach-holder {
    display: none;
}
.stripe-credit-card-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 66, 74, 0.5);
    z-index: 8;
}
.stripe-credit-card-elements {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 550px;
    max-width: 90%;
    padding: 20px;
    -moz-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 2px 10px 5px rgba(0,0,0,0.15);
}
#card-element {
    border: 1px solid #e6e6e6;
    padding: 7px;
    font-size: 14px;
}
#card-errors {
    color: #fa755a;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.elements-holder {
    position: relative;
    overflow: hidden;
}
.group {
    padding-bottom: 25px;
    position: relative;
}
.stripe-credit-card-elements button {
    float: left;
    display: block;
    background: #658d18;
    color: #fff;
    border-radius: 26px;
    border: 0;
    padding: 13px 40px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
}
.stripe-credit-card-elements button:hover {
    background: #00424a;
}
.stripe-credit-card-elements button:active {
    background: #00424a;
}
.close-payment {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 8px;
    cursor: pointer;
    font-weight: bold;
    color: #00424a;
    font-size: 24px;
    z-index: 9;
}
.contact-12 input.err_validation {
    border: 1px solid #fa755a;
}
.error-page p {
    text-align: center;
}
p.err-page-link {
    font-size: 24px;
}
.timelapseVideo-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1220px;
    height: 386px;
    margin: 70px auto;
    border-radius: 192px;
}
button.timelapse-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 193px;
    z-index: 9;
    background: url(../jpg/timelapse-video-img-overlay8551.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
button.timelapse-btn:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -1px;
    width: 346px;
    height: 100%;
    background-image: url(../png/whitepapper-video-logo.png);
    background-repeat: no-repeat;
    background-color: transparent;
}
button.timelapse-btn:after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: -1px;
    width: 346px;
    height: 100%;
    background-image: url(../png/whitepapper-video-logo.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    background-color: transparent;
}
i#video-spinner {
    position: absolute;
    top: calc(50% - 27px);
    left: calc(50% - 27px);
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
    display: none;
}
video#timelapseVideo {
    width: calc(100% + 40px);
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.grecaptcha-badge {
    visibility: hidden; 
}

.recaptcha-text {
    font-size: 13px;
    color: #7c878e;
    text-align: center;
}

.footer-form-container .recaptcha-text {
    color: #fff;
}


/*TESTIMONIALS*/

.page-id-1148 .page-title p, .post-type-archive-testimonials .page-title p {
    font-weight: 500;
}
.post-type-archive-testimonials .tab-col {
    padding-top: 70px;
}
.testimonial-content {
    position: relative;
}
.post-type-archive-testimonials .tab-col .testimonial-content:before {
    content: '\f10e';
    font-family: "Fontawesome";
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 36px;
    line-height: 1;
    color: #83a345;
}
.post-type-archive-testimonials .tab-col .testimonial-content:after {
    content: '\f10d';
    font-family: "Fontawesome";
    position: absolute;
    bottom: -55px;
    left: 0;
    font-size: 36px;
    line-height: 1;
    color: #83a345;
}
.testimonial-meta {
    text-align: right;
    display: flex;
    flex-direction: column;
    padding-left: 50px;
}
.testimonial-meta h4 {
    font-size: 18px;
}
.testimonial-meta span {
    font-size: 14px;
    font-weight: 500;
}
.testimonial-title {
    color: #373737;
}
.testimonial-logos-slide {
    padding: 0 60px;
}
.testimonial-logos-slide button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 2px 11px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #668e92;
}
.testimonial-logos-slide button.slick-arrow:hover {
    opacity: 0.8;
}
.testimonial-logos-slide button.slick-prev {
    left: 0;
}
.testimonial-logos-slide button.slick-next {
    right: 0;
}
.testimonial-logos-slide .slick-list.draggable {
    overflow: hidden;
}
.testimonial-logos-slide .slick-track {
    display: flex;
}
.testimonial-logos-slide .slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}


.custodianVideo-container {
    max-width: 960px;
    margin: 50px auto 0;
    position: relative;
    display: flex;
}
button.custodianVideo-btn {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    z-index: 9;
    left: 0;
    top: 0;
}
#accordion {
    position: relative;
    overflow: hidden;
    margin: 50px 0;
}
#tabs {
    position: relative;
    overflow: hidden;
}
.tabs-steps {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 15px;
}
.tab-step.active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    background: #fff;
    color: #658d18;
}
.tab-step.active:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background: #658d18;
    border-radius: 50%;
}
.tab-step.active:after {
    content: '';
    position: absolute;
    bottom: -27px;
    left: calc(50% - 1px);
    width: 100vw;
    height: 22px;
    border-left: 2px solid #848e95;
}
.tab-step {
    color: #6ba4b8;
    background: #f9f9f9;
    text-align: center;
    padding: 25px 10px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
}
.tab-step.active .tab-line {
    position: absolute;
    width: 100vw;
    height: 4px;
    left: calc(50% + 1px);
    bottom: -28px;
    background: #fff;
    z-index: 2;
}
.tabs-holder {
    position: relative;
    max-width: 1128px;
    margin: 25px auto;
    padding: 45px 14px;
    overflow: hidden;
    border-top: 2px solid #848e95;
}
.tabs-background-img {
    text-align: right;
}
.tab-content {
    display: none;
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 540px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
    padding: 25px;
}
.tab-content.active {
    display: block;
}
.tab-title {
    color: #658d18;
    font-size: 22px;
    margin-bottom: 30px;
    padding-left: 25px;
    position: relative;
}
.tab-content.active .tab-title:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #658d18;
    border-radius: 50%;
}
.tab-content.active .tab-title:after {
    content: '';
    position: absolute;
    top: -219px;
    left: -39px;
    width: 37px;
    height: 230px;
    border-width: 0 0 2px 2px;
    border-color: #848e95;
    border-style: solid;
}
.tab-text {
    font-weight: lighter;
}
.tab-col-image {
    height: 0;
    padding-bottom: 85%;
    overflow: hidden;
    position: relative;
}
.tab-col-image img {
    height: 100% !important;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
#from-our-blog {
    position: relative;
    overflow: hidden;
    margin: 30px 0;
}
.our-blog-slide {
    position: relative;
}
.our-blog-slide .slick-list {
    overflow: hidden;
}
.our-blog-slide button {
    position: absolute;
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #00424a;
    font-size: 36px;
}
.our-blog-slide button:hover {
    background: #00424a;
    color: #fff;
}
.our-blog-slide button.slick-prev {
    left: -80px;
}
.our-blog-slide button.slick-next {
    right: -80px;
}
.our-blog-slide button.slick-prev i {
    margin-right: 2px;
}
.our-blog-slide button.slick-next i {
    margin-left: 3px;
}

@media all and (min-width: 2200px) {
    .page-title-container {
        top: 100px;
    }
    .foot-absolute {
        top: 40%;
    }
}
@media all and (min-width: 1921px) {
    .footer-custom-holder {
        background-size: cover;
        height: 13vw;
    }
    .single-recent-posts {
        padding-bottom: 14vw;
        margin-bottom: -14vw;
    }
}
@media all and (min-width: 1600px) and (max-width: 1919px) {
    .mistake-content {
        width: 50%;
    }
    .green-back-content {
        width: 50%;
    }
}
@media all and (max-width: 1439px) {
    .download-guide {
        text-align: center;
        width: 100%;
        margin-top: 30px;
    }
    .mistake-image {
        float: none;
        width: 100%;
        overflow: hidden;
        text-align: center;
        line-height: 0px;
    }
    .mistake-row {
        position: relative;
        max-width: 810px;
        margin: 60px auto;
        overflow: hidden;
        transform: none;
        left: auto;
        top: auto;
        width: 100%;
    }
    .mistake-content {
        width: 100%;
    }
    .green-back-image {
        float: none;
        width: 100%;
        overflow: hidden;
        text-align: center;
        line-height: 0px;
    }
    .green-back-row {
        position: relative;
        max-width: 810px;
        margin: 60px auto;
        overflow: hidden;
        transform: none;
        left: auto;
        top: auto;
        width: 100%;
    }
    .green-back-content {
        width: 100%;
    }
}

@media all and (min-width: 1440px) and (max-width: 1599px) {
    .our-blog-slide {
        padding: 0 80px;
    }
    .our-blog-slide button.slick-prev {
        left: 0;
    }
    .our-blog-slide button.slick-next {
        right: 0;
    }
    .mistake-content {
        width: 44%;
    }
    .green-back-content {
        width: 44%;
    }
    .slide-content-holder {
        width: 43%;
    }
    .slide-content {
        padding-left: 100px;
    }
    .menu-holder {
        width: calc(100% - 250px);
    }
    ul#menu-header-menu > li {
        margin: 0 10px;
    }
    .top-search a .fa-search {
        padding: 8px 15px !important;
    }
}

@media all and (min-width: 1600px) and (max-width: 1680px) {
    ul#menu-header-menu > li {
        margin: 0 15px;
    }
}

@media all and (min-width: 1280px) {
    .page.page-id-1148 .page-title-container {
        width: 41%;
    }
    .page.page-id-1184 .page-title-container {
        width: 40%;
    }
    .page-id-1148 .page-title p {
        max-width: 515px;
    }
    .page.page-id-1148 .banner-background-overlay {
        min-width: 45%;
    }
    .page-id-1148 .page-banner-container {
        min-height: 770px;
    }
    .post-type-archive-testimonials .page-banner-container {
        min-height: 850px;
    }
    .post-type-archive-testimonials .page-content {
        padding-top: 60px;
    }
}

@media all and (min-width: 1280px) and (max-width: 1439px) {
    .our-blog-slide {
        padding: 0 80px;
    }
    .our-blog-slide button.slick-prev {
        left: 0;
    }
    .our-blog-slide button.slick-next {
        right: 0;
    }
    .invoice-container {
        margin-top: -80px;
    }
    .small-content-text {
        width: 45%;
        margin-top: -50px;
    }
    .continuum-item:nth-child(3) {
        top: 660px;
    }
    .continuum-item:nth-child(3)::before {
        top: -76px;
        height: 125px;
    }
    .continuum-item:nth-child(3)::after {
        top: -103px;
    }
    .continuum-item:nth-child(5) {
        top: 1430px;
    }
    .continuum-item:nth-child(5)::before {
        top: -176px;
        height: 225px;
    }
    .continuum-item:nth-child(5)::after {
        top: -203px;
    }
    .continuum-item:nth-child(6) {
        top: 1530px;
    }
    .continuum-item:nth-child(6)::before {
        top: -139px;
        height: 188px;
    }
    .continuum-item:nth-child(6)::after {
        top: -166px;
    }
    .continuum-item {
        width: 350px;
    }
    .wrapper {
        width: 1280px;
    }
    .slide-content-holder {
        width: 50%;
        height: 600px;
    }
    .slide-content {
        padding-left: 130px;
    }
    .header-menu-container {
        padding: 0 15px;
    }
    .menu-holder {
        width: calc(100% - 205px);
    }
    ul#menu-header-menu > li {
        margin: 0 7px;
    }
    a.logo-link {
        margin: 33px 0;
    }
    .header.fixed a.logo-link {
        margin: 8.5px 0;
    }
    a.logo-link img {
        height: 22px;
    }
    .header .top-phone a {
        font-size: 18px;
    }
    .top-search a .fa-search {
        padding: 8px 9px !important;
    }
}
@media all and (min-width: 768px) {
    .page-id-1148 .foot-holder {
        min-height: 1120px;
    }
    .page-id-1148 .green-back-tabs .green-back-item:nth-child(odd) {
        border-right: 1px solid #1a555c;
        padding-right: 10%;
        width: 50%;
        margin-right: 10%;
    }
    .page-id-1148 .green-back-tabs .green-back-item:nth-child(even) {
        width: 40%;
    }
    .page-id-1148 .green-back-tabs .green-back-item p {
        text-align: left;
    }
    .cariend-commitment-left {
        background-image: none !important;
        float: left;
        padding-top: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .evolution-right {
        background-image: none !important;
        float: right;
        padding-top: 10px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
    }
}
@media all and (min-width: 768px) and (max-width: 1439px) {
    .tab-col-4 {
        max-width: calc(50% - 30px);
    }
    .services-tabs {
        padding: 0;
    }
    .service-item {
        max-width: calc(50% - 30px);
    }
}
@media all and (max-width: 1279px) {
    .common-download-guide {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 400px;
        margin: 30px auto 0;
    }
    .banner-background-overlay {
        display: none;
    }
    .page-title-container {
        position: relative;
        top: -20px;
        width: 100%;
    }
    .page-banner-thumb {
        background-size: cover;
        background-position: center;
    }
    .slide-image {
        display: block;
    }
    .single-slide-holder {
        background-image: none !important;
    }
    .slide-content-holder {
        margin-top: 20px;
        width: 100%;
        height: auto;
        box-shadow: none;
    }
    .slide-content {
        position: relative;
        transform: none;
        top: auto;
    }
    .single-page .slide-content {
        top: auto;
    }
    .slide-content p {
        margin-top: 50px;
        text-align: center;
        width: 100%;
    }
    .slide-content p.big.dark {
        text-align: justify;
    }
    .single-page .slide-content p.big.dark {
        text-align: center;
    }
    .slide-content h1 {
        text-align: center;
    }
}
@media all and (min-width: 981px) {
    .mobile-search {
        display: none;
    }
    .page.page-id-1148 .green-back-image img {
        max-height: 450px;
    }
    .page.page-id-1184 .page-banner-container {
        height: 600px;
    }
    .page-id-1148 .foot-absolute {
        top: 40%;
    }
    .mobile-background-top {
        display: none;
    }
    .mobile-background-bot {
        display: none;
    }
}
@media all and (min-width: 981px) and (max-width: 1279px) {
    .our-blog-slide {
        padding: 0 80px;
    }
    .our-blog-slide button.slick-prev {
        left: 0;
    }
    .our-blog-slide button.slick-next {
        right: 0;
    }
    .resources-tabs-container .tab-col-3.tab-col {
        max-width: calc(50% - 30px);
    }
    .page-id-1148 .page-banner-container, .post-type-archive-testimonials .page-banner-container {
        min-height: 630px;
    }
    .invoice-container {
        margin-top: -30px;
    }
    .small-content-text {
        width: 100%;
        margin-top: 0;
    }
    .evolution-container {
        margin-bottom: 60px;
    }
    .continuum-container {
        height: 1880px;
    }
    .continuum-item {
        width: 330px;
    }
    .continuum-item:nth-child(1) {
        top: 290px;
    }
    .continuum-item:nth-child(1) .continuum-title::after {
        width: 120px;
        left: -145px;
    }
    .continuum-item:nth-child(1)::after {
        left: -148px;
        top: 21px;
    }
    .continuum-item:nth-child(2) {
        top: 400px;
    }
    .continuum-item:nth-child(2) .continuum-title::after {
        width: 100px;
        right: -126px;
    }
    .continuum-item:nth-child(2)::before {
        right: -101px;
    }
    .continuum-item:nth-child(2)::after {
        right: -127px;
    }
    .continuum-item:nth-child(3) .continuum-title::after {
        width: 140px;
        right: -166px;
    }
    .continuum-item:nth-child(3)::before {
        right: -142px;
        top: -96px;
        height: 160px;
    }
    .continuum-item:nth-child(3)::after {
        right: -168px;
        top: -122px;
    }
    .continuum-item:nth-child(4) {
        top: 1140px;
    }
    .continuum-item:nth-child(4) .continuum-title::after {
        width: 150px;
        right: -176px;
    }
    .continuum-item:nth-child(4)::before {
        right: -152px;
        top: -52px;
        height: 102px;
    }
    .continuum-item:nth-child(4)::after {
        right: -178px;
        top: -82px;
    }
    .continuum-item:nth-child(5) {
        top: 1480px;
    }
    .continuum-item:nth-child(5) .continuum-title::after {
        width: 210px;
        right: -236px;
    }
    .continuum-item:nth-child(5)::before {
        right: -212px;
        top: -165px;
        height: 215px;
    }
    .continuum-item:nth-child(5)::after {
        right: -238px;
        top: -193px;
    }
    .continuum-item:nth-child(6) {
        right: 60px;
    }
    .continuum-item:nth-child(6) .continuum-title::after {
        width: 30px;
        right: -55px;
    }
    .continuum-item:nth-child(6)::before {
        right: -30px;
        top: -178px;
        height: 227px;
    }
    .continuum-item:nth-child(6)::after {
        right: -56px;
        top: -205px;
    }
    .mistake-content h2 {
        text-align: center;
    }
    .green-back-content h2 {
        text-align: center;
    }
    .slide-content p {
        margin-top: 60px;
    }
    .download-guide {
        width: 100%;
        text-align: center;
    }
    .contact-submit {
        text-align: center;
    }
    .main-button {
        float: none;
        display: inline-block;
    }
    .wrapper {
        width: 981px;
    }
    h1 {
        font-size: 50px;
    }
    .slides button.slick-prev.slick-arrow {
        left: 30px;
    }
    .slides button.slick-next.slick-arrow {
        right: 30px;
    }
    .slide-content {
        padding-left: 0px;
    }
    #our-environment {
        margin-bottom: 0;
    }
    .logo {
        width: 150px;
    }
    a.logo-link {
        margin-top: 35.5px;
    }
    .main-menu {
        width: 100%;
    }
    .menu-holder {
        width: calc(100% - 230px);
    }
    #menu-header-menu {
        display: flex;
        justify-content: space-between;
    }
    ul#menu-header-menu > li {
        margin: 0;
        font-size: 14px;
    }
    .top-social {
        line-height: 1;
        text-align: right;
        padding-bottom: 10px;
        align-items: center;
    }
    .header.fixed .top-social {
        padding: 26px 0;
    }
    .header.fixed .top-phone {
        padding-bottom: 0;
    }
    .header .top-phone a {
        font-size: 16px;
    }
}
@media all and (max-width: 980px) {
    .steps-arrow:after {
        top: auto;
        bottom: -30px;
        right: calc(50% - 30px);
        transform: rotate(90deg);
    }
    .our-blog-slide {
        padding-bottom: 50px;
    }
    .our-blog-slide button {
        top: auto;
        bottom: 0;
        width: 40px;
        height: 40px;
    }
    .our-blog-slide button.slick-prev {
        left: auto;
        right: 80px;
    }
    .our-blog-slide button.slick-next {
        right: 15px;
    }
    #accordion {
        margin: 30px 0;
    }
    .invoice-container {
        margin-top: 30px;
    }
    .blog-index {
        margin-bottom: 0;
    }
    .load-posts {
        text-align: center;
    }
    .load-more-posts {
        float: none;
    }
    .page-id-579 .request-records-row-container ol li:first-child::after {
        display: block;
    }
    .request-records-row-container ol li:nth-child(3)::after {
        display: block;
    }
    .request-records-row-container ol li {
        margin-left: 33px;
        margin-bottom: 48px;
    }
    .request-records-row-container ol li:last-child {
        margin-bottom: 0;
    }
    .request-records-row-container ol li:after {
        top: auto;
        bottom: -45px;
        transform: translateX(-50%) rotate(-45deg);
        left: 50%;
        width: 36px;
        height: 36px;
    }
    .main-button.green-back-btn {
        max-width: 100%;
        text-align: center;
        margin-top: 0px;
    }
    .main-button {
        float: none;
        display: inline-block;
        max-width: 400px;
        width: 100%;
        padding: 20px 10px;
    }
    .cariend-commitment {
        overflow: visible;
    }
    .cariend-commitment-left {
        float: none;
        text-align: center;
    }
    .cariend-commitment-right {
        position: relative;
        width: 100%;
        top: auto;
        right: auto;
        transform: none;
        max-width: 860px;
        margin: 50px auto 15px;
    }
    .small-content-text {
        width: 100%;
        margin-top: 0;
    }
    .page-text {
        overflow-x: hidden;
    }
    .mistake-content h2 {
        text-align: center;
    }
    .green-back-content h2 {
        text-align: center;
    }
    .continuum-btn {
        margin: 50px auto 100px;
    }
    #custodial h2 {
        margin-top: 0;
    }
    #continuum {
        background: none;
        overflow: visible;
    }
    .continuum-container {
        background-image: none !important;
        height: auto;
        overflow: visible;
    }
    .continuum-content {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 20px;
    }
    .continuum-container .row {
        padding: 0;
    }
    .continuum-tabs {
        clear: both;
        padding: 30px 15px;
        height: 500px;
        width: 100%;
    }
    .continuum-tabs:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 1;
        opacity: 0.5;
    }
    .continuum-mobile-holder {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        width: 390px;
        max-width: calc(100% - 30px);
        z-index: 5;
    }
    .mobile-background-top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }
    .mobile-background-bot {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: 1;
    }
    .continuum-item {
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        box-shadow: none !important;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        width: 100%;
        max-width: 100%;
        display: block;
        padding: 11px 25px;
        z-index: 6;
    }
    .continuum-item.clicked {
        z-index: 9;
    }
    .continuum-item:nth-child(1) {
        top: 0;
    }
    .continuum-item:nth-child(2) {
        top: 60px;
    }
    .continuum-item:nth-child(3) {
        top: 120px;
    }
    .continuum-item:nth-child(4) {
        top: 250px;
    }
    .continuum-item:nth-child(5) {
        top: 310px;
    }
    .continuum-item:nth-child(6) {
        top: 370px;
    }
    .continuum-item:before {
        content: none;
    }
    .continuum-item:after {
        content: none;
    }
    .continuum-title h4 {
        font-size: 18px;
    }
    .continuum-text {
        display: none;
    }
    .continuum-item:nth-child(odd) .continuum-title::before {
        left: -31px;
        right: auto;
    }
    .continuum-item:nth-child(odd) .continuum-title::after {
        width: 295px !important;
        left: -321px !important;
    }
    .continuum-item:nth-child(even) .continuum-title::after {
        width: 295px !important;
        right: -321px !important;
    }
    .download-guide {
        width: 100%;
        text-align: center;
    }
    #our-environment {
        margin-bottom: 0;
    }
    .header.fixed .mob-phone {
        display: block;
        position: absolute;
        top: 0;
        right: 120px;
        line-height: 1;
        padding: 15px 0;
    }
    .header {
        overflow: hidden;
    }
    .header.show {
        overflow: visible;
    }
    .header-menu-container {
        height: 70px;
        line-height: 70px;
        padding: 0 15px;
    }
    .header.fixed .menu-holder {
        top: 50px;
    }
    a.logo-link {
        margin-top: 21.5px;
    }
    .header.fixed .icon {
        height: 60px;
    }
    .icon span:first-child {
        top: 23px;
    }
    .icon span:nth-child(2) {
        top: 33px;
    }
    .icon span:last-child {
        top: 43px;
    }
    .icon--active span:first-child {
        top: 32px;
    }
    .icon--active span:last-child {
        top: 32px;
    }
    .header.fixed .icon span:first-child {
        top: 13px;
    }
    .header.fixed .icon span:nth-child(2) {
        top: 23px;
    }
    .header.fixed .icon span:last-child {
        top: 33px;
    }
    .header.fixed .icon--active span:first-child {
        top: 22px;
    }
    .header.fixed .icon--active span:last-child {
        top: 22px;
    }
    .header.fixed .header-menu-container {
        height: 50px;
        line-height: 50px;
    }
    .header.fixed a.logo-link {
        margin-top: 5px;
        height: 40px;
    }
    .header.fixed a.logo-link img {
        height: 100%;
    }
    ul.sub-menu li a:hover {
        background: #00424a;
        color: #97d700;
    }
    ul#menu-header-menu > li.clicked > a {
        color: #97d700;
    }
    .header .current-menu-item > a {
        color: #fff;
    }
    .top-social {
        display: none;
    }
    ul.sub-menu > li a:after {
        font-family: FontAwesome;
        content: '\f105';
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    ul.sub-menu li a {
        color: #fff;
        padding-left: 30px;
    }
    ul.sub-menu {
        position: relative;
        background: #00424a;
        width: 100%;
        box-shadow: none;
        padding-bottom: 25px;
    }
    ul#menu-header-menu > li.clicked.menu-item-has-children > a:after {
        transform: rotate(180deg);
    }
    ul#menu-header-menu > li.menu-item-has-children > a:after {
        right: 15px;
        top: calc(50% - 3px);
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        line-height: 6px;
    }
    ul#menu-header-menu>li>a {
        padding: 20px 15px;
        display: block;
        -moz-transition: all .4s linear;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
    }
    ul#menu-header-menu>li {
        width: calc(100% - 60px);
        margin: 0 30px;
        padding: 0;
        border-bottom: 1px solid #373737;
    }
    ul#menu-header-menu > li:first-child {
        margin-left: 30px;
    }
    .menu-holder {
        position: absolute;
        background: #00424a;
        width: 80%;
        right: -100%;
        top: 70px;
        line-height: 1;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        -moz-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        -moz-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.8);
        -webkit-box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.8);
        box-shadow: -2px 2px 5px 2px rgba(0,0,0,0.8);
    }
    .menu-holder.show-menu {
        right: 0;
    }
    .icons {
        display: block;
    }
    .environment-content {
        display: block;
        max-width: 650px;
        margin: 0 auto;
    }
    .environment-left {
        width: 100%;
        padding-right: 0;
        display: block;
        text-align: center;
    }
    .environment-right {
        width: 100%;
        padding-left: 0;
        display: block;
    }
    .evolution-left {
        position: relative;
        width: 100%;
        top: auto;
        transform: none;
        max-width: 860px;
        margin: 50px auto 0;
    }
    .evolution-right {
        float: none;
        text-align: center;
    }
}
@media all and (min-width: 768px) and (max-width: 980px) {
    .request-form-container .contact-submit button.main-button {
        padding: 20px 10px;
    }
    .footer-custom-holder {
        height: 130px;
    }
    .single-recent-posts {
        margin-bottom: -160px;
        padding-bottom: 200px;
    }
    .page-banner-container {
        height: 400px;
    }
    .cariend-commitment {
        margin-bottom: 60px;
    }
    .hidden-div {
        padding-top: 70px;
    }
    .mistake-image {
        text-align: right;
        padding-left: 50px;
    }
    .green-back-image {
        text-align: right;
        padding-left: 50px;
    }
    .evolution-container {
        margin-bottom: 0;
    }
    .foot-holder {
        height: auto;
        min-height: 710px;
    }
    .foot-absolute {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
    }
    .footer-form-container {
        margin-top: 60px;
    }
    .footer-info {
        margin-top: -60px;
    }
    .footer-left {
        width: 270px;
    }
    .footer-mid {
        width: 280px;
    }
    .footer-right {
        right: 0;
    }
    .tab-col-3 {
        max-width: 700px;
        margin: 15px auto;
    }
}
@media all and (max-width: 767px) {
    .tab-step .tab-line {
        display: none;
    }
    .tab-step.active:before {
        content: none;
    }
    .tab-step.active:after {
        content: none;
    }
    .tab-content.active .tab-title:before {
        content: none;
    }
    .tab-content.active .tab-title:after {
        content: none;
    }
    .tabs-holder {
        margin: 30px auto;
        padding: 0;
        overflow: inherit;
        border: 0;
    }
    .tab-title {
        padding-left: 0px;
    }
    .tabs-background-img {
        display: none;
    }
    .tab-content {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
    }
    .tabs-steps {
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }
    .page-id-1148 .foot-holder {
        background-size: auto;
        background-position: bottom;
    }
    .testimonial-logos-slide {
        padding: 0 30px;
    }
    .single-recent-posts {
        padding-bottom: 250px;
        margin-bottom: -127px;
    }
    .footer-custom-holder {
        height: 100px;
    }
    .resources-tabs-container .tab-col-3.tab-col {
        max-width: 654px;
        margin: 15px auto;
        width: calc(100% - 30px);
    }
    .contact-items a:first-child {
        border-right: 0;
        padding-right: 0;
        margin-right: 0;
        width: 100%;
    }
    .list-image {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto;
        transform: none;
        text-align: center;
    }
    .page-content .contact-help ul li {
        text-align: center !important;
    }
    .request-form-container .contact-submit button.main-button {
        padding: 20px 10px;
    }
    .request-records-row-container ol li {
        padding-left: 50px;
    }
    .request-form-container .contact-6 {
        padding: 6px 0;
    }
    .page-banner-container {
        height: 360px;
    }
    .tab-col-4 {
        max-width: 100%;
    }
    .cariend-commitment-left {
        height: 330px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center left;
    }
    .cariend-commitment-left img {
        display: none;
    }
    .page-title-container {
        top: 0px;
    }
    .main-button {
        float: none;
        display: inline-block;
    }
    .mistake-image {
        padding-left: 50px;
    }
    .green-back-image {
        padding-left: 50px;
    }
    .hidden-div {
        padding-top: 70px;
    }
    #our-services {
        margin-top: 20px;
    }
    .mistake-icon {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
    }
    .mistake-item {
        padding-left: 0;
        margin-top: 30px;
    }
    .green-back-icon {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        text-align: center;
    }
    .green-back-item {
        margin-top: 30px;
        width: 100%;
    }
    .green-back-text.with-icon {
        padding-left: 0;
    }
    .page-content .green-back-content .green-back-text p {
        text-align: center;
    }
    .continuum-btn {
        margin: 60px auto;
        padding: 0 15px;
    }
    .evolution-container {
        margin-bottom: 0;
    }
    .evolution-right img {
        display: none;
    }
    .evolution-right {
        height: 330px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center right;
    }
    .slide-content p {
        margin-top: 30px;
    }
    .single-page .slide-content p {
        margin-top: 30px;
    }
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
        margin: 45px 0px 20px;
    }
    .foot-holder {
        height: auto;
        min-height: 1050px;
    }
    .foot-absolute {
        position: relative;
        top: auto;
        transform: none;
        left: auto;
    }
    .footer-form-container {
        margin-top: 0px;
        max-width: 530px;
    }
    .footer-info {
        margin-top: 0;
    }
    .footer-left {
        width: 100%;
        text-align: center;
        padding-bottom: 50px;
        margin-right: 0;
    }
    .footer-mid {
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        margin-right: 0;
        overflow: hidden;
        text-align: center;
        padding: 0 0 50px;
    }
    .footer-mid-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .footer-mid-right {
        width: 100%;
    }
    footer .menu li {
        text-align: center;
    }
    .footer-right {
        right: auto;
        position: relative;
        width: 100%;
        bottom: auto;
        text-align: center;
    }
    .contact-6 {
        width: 100%;
    }
    .contact-4 {
        width: 100%;
    }
    .contact-2 {
        width: 100%;
    }
    .main-button {
        float: none;
        width: 100%;
    }
    .services-tabs {
        padding: 0;
    }
    .service-item {
        max-width: 100%;
    }
    .tab-col-2 {
        max-width: 100%;
    }
    .tab-col-3 {
        max-width: 100%;
    }
}
@media all and (min-width: 600px) and (max-width: 767px) {
    .page-id-1148 .foot-holder {
        min-height: 1250px;
    }
    .page-content .contact-help ul li:nth-child(odd) {
        padding-left: 50px;
    }
    .page-content .contact-help ul li:nth-child(even) {
        padding-right: 50px;
    }
}
@media all and (max-width: 599px) {
    .comment-form-author {
        width: 100%;
    }
    .comment-form-email {
        width: 100%;
    }
    .common-row-title {
        padding: 22px 22px 22px 50px;
    }
    .page-content .contact-help ul li {
        padding: 20px;
    }
    .page-content .contact-help ul li:nth-child(odd) {
        padding-left: 20px;
    }
    .page-content .contact-help ul li:nth-child(even) {
        padding-right: 20px;
    }
}
@media all and (min-width: 450px) and (max-width: 599px) {
    .page-id-1148 .foot-holder {
        min-height: 1330px;
    }
}
@media all and (min-width: 375px) and (max-width: 449px) {
    .page-id-1148 .foot-holder {
        min-height: 1370px;
    }
    .request-records-row-container ol li {
        padding-left: 30px;
        margin-left: 23px;
    }
    .request-records-row-container ol li:before {
        left: -23px;
    }
    .request-records-row-container ol li:before {
        padding: 8px 13.5px;
    }
    .request-records-row-container ol li:first-child::before {
        padding: 8px 16px;
    }
}
@media all and (max-width: 449px) {
    .timelapseVideo-container {
        border-radius: 100px;
    }
    button.timelapse-btn {
        border-radius: 100px;
    }
    button.timelapse-btn:before {
        content: none;
    }
    button.timelapse-btn:after {
        content: none;
    }
    video#timelapseVideo {
        width: auto;
        height: 100%;
    }
    .stripe-credit-card-elements button {
        padding: 13px 0;
        width: 100%;
    }
    .payment-credit-card {
        width: 100%;
        margin-bottom: 20px;
    }
    .payment-ach {
        width: 100%;
    }
    .single-post-meta {
        font-size: 14px;
    }
    .recent-post-slide button.recent-prev.slick-arrow {
        right: auto;
        left: 15px;
    }
    .recent-post-slide button.recent-next.slick-arrow {
        right: 15px;
    }
}
@media all and (max-width: 374px) {
    .page-id-1148 .foot-holder {
        min-height: 1470px;
    }
    .single-post-meta .post-date {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        border: 0;
    }
    .single-post-meta .post-author {
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 10px;
        border: 0;
    }
    .post-views {
        width: 100%;
        text-align: center;
    }
    .request-records-row-container ol li {
        padding-left: 30px;
        margin-left: 23px;
        font-size: 16px;
    }
    .request-records-row-container ol li:before {
        left: -23px;
    }
    .request-records-row-container ol li:before {
        padding: 8px 13.5px;
    }
    .request-records-row-container ol li:first-child::before {
        padding: 8px 16px;
    }
    a.large {
        font-size: 22px;
    }
    .header.fixed .logo {
        width: 35px;
    }
    .header.fixed .mob-phone {
        padding: 16.5px 0;
    }
    .header .top-phone a {
        font-size: 16px;
    }
    .continuum-title h4 {
        font-size: 16px;
    }
    .continuum-text {
        line-height: 1.4em;
        font-size: 14px;
    }
}
@media all and (max-width: 550px) {
    .secondary-button {
        font-size: 12px;
    }
}
form.wpcf7-form.sent .wpcf7-response-output {
    background-color: #0086BF;
    border-color:#0086BF !important;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin-top:75px !important;
}

/*AJAX SEARCH*/

.search-overlay {
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00424a;
    visibility: hidden;
    opacity: 0;
    transform: scale(1.09);
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    box-sizing: border-box;
}
.search-overlay__top {
    background-color: #00353b;
    padding: 15px 0;
    font-size: 20px;
}
.search-overlay__icon {
    margin-right: 10px;
    color: #97d700;
}
.search-overlay--active {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
#search-overlay__results_post {
    width: calc(50% - 25px);
    float: left;
    padding-bottom: 50px;
}
#search-overlay__results_page {
    width: calc(50% - 25px);
    float: right;
    padding-bottom: 50px;
}
.search-overlay__section-title {
    margin: 50px 0;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
.search-overlay__close {
    cursor: pointer;
    background-color: #215a61;
    color: #fff;
    padding: 18px 35px;
    border-radius: 28px;
    float: right;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: 0.3s;
}
.search-overlay__close:hover {
    color: #97d700;
}
.search-term {
    width: 75%;
    box-sizing: border-box;
    border: none;
    padding: 15px 0;
    margin: 0;
    background-color: transparent;
    outline: none;
    color: #97d700;
}
input#search-term::placeholder {
    color: #97d700;
}
.body-no-scroll {
    overflow: hidden;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.spinner-loader {
    margin-top: 45px;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: #fff;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}
#search-overlay__results {
    width: 100%;
}
ul.link-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.link-list li {
    padding: 20px 25px;
    margin: 0;
    color: #fff;
}
ul.link-list li:nth-child(odd) {
    background: #1a555c;
}
ul.link-list li a {
    color: #97d700;
}
.top-search {
    margin: 0 20px;
}
.top-search a .fa-search {
    cursor: pointer;
    background-color: #215a61;
    color: #97d700;
    padding: 8px 30px;
    border-radius: 28px;
    font-size: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: 0.3s;
}
.mobile-search {
    float: right;
    margin-right: 60px;
    height: 100%;
}
.mobile-search a {
    font-size: 26px;
}

@media all and (max-width:767px) {
    .search-overlay__top {
        font-size: 18px;
    }
    .search-term {
        width: 70%;
        padding: 5px 0;
    }
    .search-overlay__close {
        position: absolute;
        right: 15px;
        top: 12px;
        padding: 11px 23px;
    }
    #search-overlay__results_post {
        width: 100%;
    }
    #search-overlay__results_page {
        width: 100%;
        padding-bottom: 50px;
    }
    .search-overlay__section-title {
        margin: 30px 0 15px;
    }
    ul.link-list li {
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    ul.link-list li:last-child {
        margin-bottom: 0px;
    }
    #search-overlay__results_post {
        padding-bottom: 0px;
    }
}