/*
 Theme Name:   Kinovo Solutions
 Theme URI:    https://kinovosolutions.io/
 Description:  Infinite Child Theme
 Author:       Freshworks Web Design
 Author URI:   http://freshworks.ca
 Template:     Infinite
 Version:      2.0.0
*/

/*------------------------------------*\
    BRANDING
\*------------------------------------*/

.dark-blue {color: #0E1214;}

/*------------------------------------*\
    UTILITY
\*------------------------------------*/

.flex {
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.nowrap {
    white-space: nowrap;
}

.dotfix {
    padding-left: 37px;
    margin-top: -15px;
    line-height: 1.2;
}

.mobile-only {
    display: none;
}

.static {
    display: none;
}

.push-left .gdlr-core-pbf-column-content {
    margin-left: 0;
}

.push-right .gdlr-core-pbf-column-content {
    margin-right: 0;
}

.hide {
    display: none;
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/

body {
    word-break: normal;
}

address {
    font-style: normal;
}

img[src$=".svg"] {
    width: 99999px;
}

strong {
	font-weight: 600;
}

.gdlr-core-pbf-background {
    background-repeat: no-repeat;
}

.infinite-logo-inner {
    text-align: center;
}

.first {
    opacity: 0;
    animation: slide-in-left 1s ease-in-out;
    animation-fill-mode: forwards;
}

.second {
    opacity: 0;
    padding-left: 91px;
    animation: slide-in-right 1s ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.third {
    opacity: 0;
    animation: slide-in-left 1s ease-in-out;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}

ul li::marker {
		color: #4997D1;
		font-size: 0.65em;
}

.gdlr-core-button {
		 letter-spacing: 0px !important;
}

/* Lists */
.gdlr-core-text-box-item-content ul {
    margin-left: 15px;
}

.gdlr-core-text-box-item-content ul li {
    padding-left: 25px;
    margin-bottom: 20px;
}

.gdlr-core-text-box-item-content ul.alt {
    margin: 0;
    list-style: none;
    border-top: 1px solid #0E1214;
}

.gdlr-core-text-box-item-content ul.alt li {
    padding-left: 0;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px solid #0E1214;
}

/* Content Links */
.gdlr-core-text-box-item a {
    color: #2D3FEB;
}

.gdlr-core-text-box-item a:hover {
    color: #D5510C;
}

/*------------------------------------*\
		Home - HERO - arrow/logo graphics
\*------------------------------------*/
:root {
  --arrow-width: min(848px, 85vw);
}

.arrow,
.hero-title {
  width: var(--arrow-width);
  margin-inline: auto;
}

.arrow img {
  display: block;
  width: 100% !important;
  height: auto !important;
  visibility: hidden;
}

/* Left 50% column */
.mobia-logo {
  position: relative;
  width: 165px;
  left: calc(100% - (var(--arrow-width) / 2));
  right: auto;
	top: -25px;
	transform: translateX(-40%);
}

.mobia-logo img {
  width: 165px;
}

/* Right 50% column */
.kinovo-logo {
  position: relative;
  width: 250px;
  left: calc(var(--arrow-width) / 2);
  right: auto;
	transform: translateX(-58%);
	top: -20px;
}

.kinovo-logo img {
  width: 250px;
}

.arrow .gdlr-core-media-image {
	margin-top: -800px;
}

@media only screen and (max-width: 1100px) {
  .kinovo-logo {
		transform: translateX(-80%);
	}
}

/*------------------------------------*\
    HEADER
\*------------------------------------*/

/* Right Button */
.infinite-body .infinite-main-menu-right-button {
    border: none;
    border-radius: 25px;
		padding: 8px 25px;
    margin-top: -7px;
    margin-left: 5px;
}

.infinite-main-menu .contact {
    display: none;
}

.page-header .gdlr-core-title-item-caption {
    margin-left: 185px;
    max-width: 450px;
}

.infinite-mobile-button-hamburger::before,
.infinite-mobile-button-hamburger::after,
.infinite-mobile-button-hamburger span,
.infinite-mobile-button-hamburger-small::before,
.infinite-mobile-button-hamburger-small::after,
.infinite-mobile-button-hamburger-small span {
	background-color: #fff !important;
}
/*------------------------------------*\
    SIDE MENU
\*------------------------------------*/

ul.mm-listview li a {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
}


/*------------------------------------*\
    PAGE SPECIFIC
\*------------------------------------*/


/* Home */
.graphics {
    position: absolute;
}

.page-id-1273 h1 .second {
		padding-left: 0px;
}

.page-id-1273 h1 .third {
		padding-left: 0px;
}
.page-id-1273 p.p1:first-of-type {
  	margin-bottom: 1rem;
}

.page-id-1273 #escrow-ai-home ul + p.p1 {
		margin-bottom: 1rem;
}

.page-id-1273 #blue-circle-home {
		width: 170px;
		top: -260px;
		left: -110px;
		z-index: -2;
		animation-delay: 1.1;
}

.page-id-1273 #white-circle-home {
		width: 110px;
		top: -150px;
		left: -30px;
    z-index: -1;
		animation-delay: 1.2;
}

.page-id-1273 #man-with-screen-home {
		position: relative;
		top: 12px;
		width: 420px;
}

.page-id-1273 #cloud-one-home {
		width: 200px;
		top: -510px;
		right: 0px;
}

.page-id-1273 #cloud-two-home{
		width: 160px;
		top: -435px;
		right: -100px;
}

.page-id-1273 #escrow-ai-home li::marker  {
		color: #4A97D1;
}

/*acccessnav hero image*/
#graphic-1 {
    top: -275px;
    left: 25px;
    padding: 90px 30px 90px 90px;
}

#graphic-1-split #p1 {
    top: -185px;
    left: 116px;
    width: 12%;
    animation-delay: 1.85s;
}

#graphic-1-split #p2 {
    top: -169px;
    left: 203px;
    width: 17%;
    animation-delay: 2s;
}

#graphic-1-split #p3 {
    top: -11px;
    left: 164px;
    width: 11%;
    animation-delay: 2.15s;
}

#graphic-1-split #p4 {
    top: -43px;
    left: 310px;
    width: 42%;
    animation-delay: 1.75s;
}

#graphic-1-split #p5 {
    top: 348px;
    left: 154px;
    width: 12%;
    animation-delay: 1s;
}

#graphic-1-split #p6 {
    top: 499px;
    left: 716px;
    width: 10%;
    animation-delay: 1.25s;
}

#graphic-1-split #p7 {
    top: 411px;
    left: 790px;
    width: 14%;
    animation-delay: 1.5s;
}

#graphic-1-split #p8 {
    top: 77px;
    left: 844px;
    width: 14%;
    animation-delay: 2.25s;
}

#graphic-1-split #p9 {
    top: 139px;
    left: 958px;
    width: 9%;
    animation-delay: 2.65s;
}

#graphic-1-split #p10 {
    top: -69px;
    left: 329px;
    width: 5.5%;
    animation-delay: 3.2s;
}

#graphic-1-split #p11 {
    top: -117px;
    left: 521px;
    width: 9%;
    animation-delay: 3.4s;
}

#graphic-1-split #p12 {
    top: 292px;
    left: 835px;
    width: 4.5%;
    animation-delay: 3.6s;
}

.mobia-health-innovations {
    position: absolute;
    bottom: 380px;
    left: 50px;
}

.healthcare-innovations .second {
    padding-left: 182px;
}

#graphic-2 {
    top: -40px;
    left: 0;
}

#white-circle-2 {
    top: 55px;
    right: 386px;
    width: 113px;
    z-index: -1;
}

#graphic-3 {
    top: -120px;
    left: 0;
}


/* About */
#about-header-graphic {
		display: none;
}

#about-header-graphic-split #sphere-1-about {
	width: 85px;
	top: -70px;
	left: 830px;
	z-index: 1;
	animation-delay: 1s;
}

#about-header-graphic-split #sphere-2-about {
	width: 270px;
	top: 25px;
	left: 900px;
	z-index: 1;
	animation-delay: 1s;
}

#about-header-graphic-split #card-1 {
		width: 102px;
		top: 240px;
		left: 683px;
		z-index: 2;
		animation-delay: 1s;
}

#about-header-graphic-split #card-2 {
		width: 102px;
		top: 225px;
		left: 607px;
		z-index: 1;
    animation-delay: 1.2s;
}

#about-header-graphic-split #screen {
    width: 164px;
		top: 75px;
		left: 735px;
    animation-delay: 1.3s;
		z-index: 1;
}

#about-header-graphic-split #gear-cloud {
    width: 106px;
		top: 115px;
		left: 645px;
    z-index: 1;
    animation-delay: 1.5s;
}

#about-header-graphic-split #woman-talking {
		width: 146px;
		top: 139px;
		left: 864px;
    z-index: 5;
    animation-delay: 2s;
}

#about-header-graphic-split #man-with-book {
		width: 100px;
		top: 218px;
		left: 1003px;
    animation-delay: 2.5s;
		z-index: 3;
}

.page-id-1525 #main-title-about .second {
		padding-left: 90px;
}

.page-id-1525 .second {
		padding-left: 212px;
}

.page-id-1525 #about-cube-graphic {
  	bottom: -165px;
  	left: 40px;
  	width: 500px;
}

.page-id-1525 #values-list li::marker  {
		color: #4A97D1;
}
/* About - values mission vision section */
.page-id-1525 #about-cloud {
		position: relative;
		bottom: 140px;
		left: 1080px;
		width: 120px;
}

.page-id-1525 #about-cloud-2 {
		position: relative;
		bottom: -350px;
		left: -120px;
		width: 250px;
}

.page-id-1525 #about-circle-3 {
		position: relative;
		bottom: -620px;
		left: -135px;
		width: 350px;
}

.page-id-1525 #clouds-about {
		width: 310px;
		bottom: 300px;
		left: -250px;
}

/* About - leadership */
.page-id-1525 .leadership-team .second {
		padding-left: 100px;
}

.cred {
    font-size: 34px;
}

.page-id-1525 .bonnie-position {
	  white-space: nowrap;
}

.page-id-1525 .bonnie-position-last-word {
		margin-left: 50px;
		display: block;
}

.page-id-1525 #leadership-shpere-1 {
		bottom: -200px;
		width: 140px;
		right: 120px;
}

.page-id-1525 #leadership-shpere-2 {
		bottom: -400px;
		right: -160px;
	  width: 300px;
}
.page-id-1525 #clouds-about {
		animation-delay: 1.2s;
}
.partners ul {
    border-top: 1px solid #4a97d1;
}

#about-2nd-graphic {
    left: 0;
    top: 51px;
    width: 45%;
}

#about-3rd-graphic {
    right: 0;
    bottom: -188px;
    width: 450px;
}

.partners a {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    opacity: 50%;
    transition: all 0.3s;
}

.partners a:hover {
    opacity: 1;
}

.partners .gdlr-core-icon-list-image {
    opacity: 0;
    width: 45px;
    transition: all 0.3s;
    transform: translateX(-10px);
    margin-right: 0;
}

.partners a:hover .gdlr-core-icon-list-image {
    opacity: 1;
    transform: translateX(0);
}

/* accessNav */

.page-id-1845 #gdlr-core-column-2 .gdlr-core-pbf-column-content {
		animation-delay: 1.6s;
		animation-name: slide-in-down;
}

.page-id-1845 #header-img-accessNav {
		display: none;
		width: 885px;
		left: 170px;
		top: -85px;
}

.page-id-1845 #header-circle-1-accessNav {
		top: -510px;
		left: 325px;
		width: 170px;
	  opacity: 14%;
		z-index: 1;
		animation-delay: 1s;
}

.page-id-1845 #header-circle-2-accessNav {
		top: -405px;
		left: 300px;
		width: 80px;
		opacity: 40%;
		z-index: 2;
		animation-delay: 1.5s;
}
.page-id-1845 #header-button-accessNav {
		margin-right: 90px;
}

.page-id-1845 #main-title-accessNav i {
		font-weight: 600;
}

.page-id-1845 #main-title-accessNav .second {
		padding-left: 165px;
}

.page-id-1845 #main-title-accessNav .third {
		padding-left: 65px;
}

.page-id-1845 #second-section-accessNav strong {
		font-style: italic;
}

.page-id-1845 #second-section-accessNav .second {
		padding-left: 220px;
}

.page-id-1845 #second-section-accessNav .third {
		padding-left: 85px;
}

.page-id-1845 #first-section-circle-1-accessNav {
		width: 139px;
    left: -60px;
    top: -300px;
}

.page-id-1845 #first-section-circle-2-accessNav {
		width: 83px;
	  left: 20px;
	  top: -200px;
}

.page-id-1845 #second-section-accessNav .gdlr-core-icon-list-item {
		padding: 0px !important;
}

.page-id-1845 #third-section-circle-accessNav {
		width: 14%;
		top: 51px;
		left: 66%;
		animation-delay: 1.4s;
}

.page-id-1845 #third-section-image-accessNav {
		width: 865px;
		top: -725px;
		left: 136px;
}

.page-id-1845 #third-section-accessNav .second {
		padding-left: 255px;
		font-style: italic;
}

.page-id-1845 #third-section-image-two-accessNav {
		top: -120px;
	  left: -10px;
}

.page-id-1845 #fourth-section-clouds-accessNav {
		left: -60px;
		top: -345px;
		width: 24%;
}

.page-id-1845 #fourth-section-accessNav h2 .second {
		padding-left: 430px;
}

.page-id-1845 #fourth-section-accessNav #central-intake {
		top: 80px;
		left: -50px;
}

.page-id-1845 #fifth-section-accessNav #fifth-section-image-accessNav {
		top: -325px;
    left: 10px;
		z-index: 1;
}

.page-id-1845 #fifth-section-accessNav #white-clouds-accessNav {
		top: 695px;
	  left: 175px;
		width: 225px;
		z-index: 2;
		position: relative;
}

.page-id-1845 #fifth-section-accessNav #white-cloud-accessNav {
		top: 185px;
	  left: -130px;
	  width: 80px;
	  z-index: 2;
		position: relative;
}

.page-id-1845 #sixth-section-image-accessNav {
		margin-top: 50px;
		margin-right: 70px;
}

.page-id-1845 #sixth-section-circle-accessNav {
		width: 240px;
		left: 940px;
		top: 140px;
		animation-delay: 1.3s;
}
.page-id-1845 #sixth-section-clouds-accessNav {
		width: 80%;
		margin-left: 25%;
}

/* Newsroom */
.page-id-160 #white-circle-newsroom {
		width: 12%;
		left: 90%;
		top: -95px;
}

.page-id-160 #grad-circle-newsroom {
		width: 85px;
    left: -60px;
    top: 100px;
		position: relative;
}

.page-id-160 #blue-circle-newsroom {
		width: 135px;
		top: 52px;
		position: relative;
}

.page-id-160 .first {
		margin-left: 30px;
}

.page-id-160 .page-header .gdlr-core-title-item-caption {
		margin-left: 215px;
		max-width: 400px;
}

.newsroom-post {
    position: relative;
		border-bottom: 1px solid #0E1214;
    padding: 50px 0;
}

.newsroom-post:last-child {
    border-bottom: 1px solid #0D1113;
}

.newsroom-post .pulse-animation {
    position: absolute;
    left: -45px;
    top: 59px;
}

.newsroom-post h3 {
    font-size: 24px;
}
.newsroom-post p {
		font-size: 14px;
		font-weight: 300;
}

.newsroom-post .meta {
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.newsroom-post .attribution {
    margin-right: 10px;
		font-size: 14px;
		font-weight: 300;
}

.newsroom-post .attribution span {
    text-transform: uppercase;
}

.newsroom-post .attribution .source {
    color: #4997D1;
}

.newsroom-post .link-url {
    min-width: 206px;
}

.newsroom-post .link-url a {
    font-size: 18px;
		font-weight: 300;
		color: #072643;
}

.newsroom-post .link-url {
    padding-right: 55px;
		background-image: url('/wp-content/uploads/arrow-right.png');
    background-repeat: no-repeat;
    background-size: 41px 16px;
    background-position: 165px 7px;
}

/* Newsroom Sub-Pages */
.parent-pageid-160 .back-button .gdlr-core-icon-list-content {
		margin-top: 4px;
}
.parent-pageid-160 #blue-circle-newsroom-single {
		width: 55px;
    top: 0px;
		left: 220px;
    position: relative;
}
.parent-pageid-160 #grad-circle-newsroom-single {
		width: 85px;
		top: -50px;
		left: 220px;
    position: relative;
}

.parent-pageid-160 strong {
    color: #072643;
		font-weight: 300;
		font-size: 14px;
}

.page-id-1788 p {
		font-weight: 300;
		color: #858D91;
		font-size: 14px;
}

/* Privacy Policy*/

.page-id-3 .p2 {
		font-size: 34px;
		font-weight: 300;
}

/* Terms */

.page-id-23 #circle-1-terms {
		opacity: 0.08;
		left: 465px;
		width: 160px;
		top: -140px;
}
.page-id-23 #circle-2-terms {
		width: 115px;
    right: -440px;
    top: -180px;
}
.page-id-23 .p3 {
		font-size: 34px;
		font-weight: 300;
}
.page-id-23 .p1 {
		font-size: 14px;
		font-weight: 300;
}
.page-id-23 .p2 {
		font-size: 14px;
}

/* Let's Connect */
.contact-info-1 h4 {
    font-size: 14px;
    color: #969EA3;
    margin-bottom: 35px;
		font-weight: 400;
}

.contact-info-1 .flex,
.contact-info-2 .flex {
    justify-content: space-between;
}

.contact-info-2 .flex div:first-child {
    width: 80%;
    margin-left: -35px;
}

.contact-info-2 .required {
    text-align: right;
		font-size: 14px;
}

.contact-info-2 h2 {
    font-size: 24px;
    margin-bottom: 0;
		font-weight: 400;
}

.contact-info-2 .dotfix {
    margin-top: -26px;
}

/* Landing Page */
.home .infinite-body-outer-wrapper {
    background-color: #0D1113;
}

.bg-element {
    position: absolute;
    z-index: -1;
}

.landing-home .gdlr-core-container {
    position: relative;
}

#bg-circle {
    top: -37px;
    left: 88px;
    width: 82px;
    height: 82px;
    animation: float 6s ease-in-out infinite;
}

#bg-sphere-cross {
    bottom: -128px;
    left: 178px;
    width: 200px;
    animation: float 6s ease-in-out infinite;
    animation-delay: 0.8s;
}

#bg-3d-star {
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 448px;
    animation: float 6s ease-in-out infinite;
    animation-delay: 1.6s;

}

#bg-gear-box {
    top: 118px;
    right: 188px;
    width: 100px;
    animation: float 6s ease-in-out infinite;
    animation-delay: 2.4s;
}

#bg-medical-box {
    bottom: -114px;
    right: 129px;
    width: 127px;
    animation: float 6s ease-in-out infinite;
    animation-delay: 3.2s;
}

/* Effective Date */
.effective-date {
    margin-left: -38px;
}

/*------------------------------------*\
    NEW PAGES
\*------------------------------------*/

/*------------*\
    HOME
\*------------*/

/* Home */
.page-id-1273 .first strong,
.page-id-1273 .second strong,
.page-id-1273 .third strong  {
    font-weight: 600;
    font-style: italic;
}

/* Section 1 */
.page-id-1273 #main-heading .second {
		padding-left: 222px;

}

.page-id-1273 #main-heading .third {
		padding-left: 103px;
}

.page-id-1273 #white-circle-1 {
    width: 100px;
    top: -290px;
    left: 500px;
}

.page-id-1273 #first-contact-button {
    margin-left: 50px;
}

.page-id-1273 .button-wide a {
    width: 290px;
}

/* Section 2 */
.page-id-1273 #second-heading .second {
    padding-left: 193px;

}

.page-id-1273 #second-heading .third {
    padding-left: 87px;

}

.page-id-1273 #section-2-bg {
    position: absolute;
    top: 350px;
    right: -30px;
}

/* Section 4 */
.page-id-1273 #fourth-heading .second {
    padding-left: 208px;

}

/* Custom Testimonial Slider */
.custom-testimonial-slider .gdlr-core-flexslider .flex-direction-nav {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    margin-top: 12px;
}

.custom-testimonial-slider .gdlr-core-flexslider .flex-direction-nav li {
    position: static;
    margin: 0;
    top: auto;
    bottom: -60px;
}

.custom-testimonial-slider .gdlr-core-flexslider .flex-direction-nav li a {
    color: #0d1213;
    background: transparent;
    padding: 0;
}

.custom-testimonial-slider .flex-direction-nav li a i {
		width: 27px;
		height: 27px;
}

.custom-testimonial-slider .gdlr-core-flexslider li.flex-nav-prev {
    margin-right: 10px;
}

.custom-testimonial-slider .flex-nav-prev .arrow_carrot-left:before {
    content: '';
    display: inline-block;
		width: 27px;
		height: 27px;
		background-image: url('/wp-content/uploads/Previous-copy.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-testimonial-slider .flex-nav-next .arrow_carrot-right:before {
    content: '';
    display: inline-block;
		width: 27px;
		height: 27px;
		background-image: url('/wp-content/uploads/Next-copy.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/* Section 5 */
.page-id-1273 #fifth-heading .first {
    padding-right: 205px;

}

.page-id-1273 #fifth-heading .third {
    padding-right: 205px;

}

.contact-captcha-and-submit {
    justify-content: space-between;
}



/*------------*\
    ABOUT
\*------------*/

.page-id-1525 .cred {
    font-size: 32px;
}

.page-id-1525 .position {
    font-size: 0.5em;
    font-weight: 500;
}

.page-id-1525 strong {
    font-style: italic;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

/* Let's Connect */
.lets-connect input {
    border: none !important;
    border-bottom: 1px solid #4A97D1 !important;
    box-shadow: none !important;
    background: transparent !important;
}

.lets-connect .frm_button_submit {
    margin-top: 20px !important;
}

.custom-form .frm_fields_container {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
}

.custom-form .frm_style_formidable-style.with_frm_style .form-field {
    margin-bottom: 0;
}

.custom-form input {
    width: 100%;
    height: 40px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #A2A2A2;
    color: #0E1214;
    font-size: 16px;
    max-width: 230px;
}

.custom-form input::placeholder {
    opacity: 0.5;
}

.custom-form .frm_submit button {
    background: #0E1214;
    width: 158px;
    color: #fff;
    padding: 12px 0;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

.custom-form .frm_submit button:hover {
    background: #F7A014;
    color: #0E1214;
}

/*------------------------------------*\
    ANIMATIONS
\*------------------------------------*/

.animated img {
    position: absolute;
    animation-fill-mode: forwards;
}

.animated img.fade-in {
    animation-name: fade-in;
}

.animated img.float {
    animation-name: float;
}

.animated img.slide-in-left {
    animation-name: slide-in-left;
    animation-duration: 3s;
}

.animated img.slide-in-right {
    animation-name: slide-in-right;
    animation-duration: 3s;
}

.slide-in-down img {
    opacity: 0;
    animation-name: slide-in-down;
    animation-duration: 0.5s;
}

/* Slide In Down */
@keyframes slide-in-down {
    0% {
        transform: translateY(-800px);
        opacity: 0;
    }
    100% {
       transform: translateY(0);
       opacity: 1;
    }
}

/* Fade In */
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
       opacity: 1;
    }
}

/* Slide In Left */
@keyframes slide-in-left {
    0% {
        transform: translateX(-300px);
        opacity: 0;
    }
    100% {
       transform: translateX(0);
       opacity: 1;
    }
}

/* Slide In Right */
@keyframes slide-in-right {
    0% {
        transform: translateX(300px);
        opacity: 0;
    }
    100% {
       transform: translateX(0);
       opacity: 1;
    }
}

/* Float */
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* Pulse */
.pulse-animation {
  margin-right: 18px;
  margin-left: 7px;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
	background: #4A97D1;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(74, 151, 209, 0.8);
    box-shadow: 0 0 0 0 rgba(74, 151, 209, 0.8);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(74, 151, 209, 0);
      box-shadow: 0 0 0 9px rgba(74, 151, 209, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(74, 151, 209, 0);
      box-shadow: 0 0 0 0 rgba(74, 151, 209, 0);
  }
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/


/* Logo */
footer .infinite-column-20 {
    width: 40%;
}

footer .infinite-column-40 {
    width: 60%;
}

footer .footer-logo {
    width: 165px;
}

footer address {
		margin-top: 100px;
    font-style: normal;
		font-weight: 400;
}

footer #block-7 {
		border-bottom: 1px solid #4A97D1;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

footer .widget h4 {
    font-size: 14px;
		color: #4997D1;
    text-transform: uppercase;
		margin-bottom: 35px;
		font-weight: 400;
}

footer .lhs {
    width: 60%;
		font-weight: 600;
		font-size: 22px;
}

footer .rhs {
    width: 40%;
    font-size: 22px;
    font-weight: 600;
}

footer #block-9 .lhs a {
    font-size: 14px;
    display: block;
}

footer #block-9 .rhs .linkedin {
    width: 94px;
}

footer #block-14 .lhs {
    width: 60%;
		font-size: 14px;
		font-weight: 400;
		display: flex;
		flex-direction: column;
		gap: 10px;
}

footer #block-14 .rhs {
		width: 90px;
}

/* Links */
footer .gdlr-core-menu-style-plain {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
}

footer ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
    width: 30%;
    margin-bottom: 3px;
}

footer .gdlr-core-menu-style-plain li a {
    font-size: 14px;
}

footer .separator {
    padding: 0 12px;
}

footer #menu-footer {
    flex-direction: column;
}

/* Under Construction */
.page-id-1149 #footer .gdlr-core-text-box-item-content p {
    color: #fff;
    opacity: 0.5;
}

.page-id-1149 #footer .gdlr-core-text-box-item-content p {
    margin-bottom: 5px;
}

.page-id-1149 #footer .gdlr-core-text-box-item-content p a:hover {
    opacity: 1;
}


/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

@media (max-width: 1150px) {

	 .animated {
        display: none;
		}

    .static {
        display: block;
    }

		#about-header-graphic {
				display: block;
				width: 50%;
				top: 100px;
				right: 100px;
		}

		#header-img-accessNav {
				display: block !important;
				width: 885px;
				left: 170px;
				top: -85px;
		}
}

@media (max-width: 1140px) {

    .narrow-container {
        margin: 0 !important;
    }
}

@media (max-width: 1040px) {

    .infinite-navigation .sf-menu > li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .first,
    .second,
    .third {
        padding: 0 !important;
    }

}

/* Tablet (Hamburger Menu) */
@media (max-width: 999px) {
    /* Global */
    br {display: none;}

    address br,
    .leadership-team h3.gdlr-core-title-item-title br {display: block;}

    /* Home */
    #graphic-1 {
        top: -275px;
        left: 25px;
        padding: 90px 30px 90px 15px;
    }

		.hero-title h1 {
			max-width: 550px;
		}

		.mobia-logo {
				top: -25px;
				transform: translateX(0%);
		}

		.arrow {
			width: 70vw;
		}

    /* About */
		.page-id-1525 #about-header-graphic-mobile {
				width: 80%;
				margin-left: auto;
				margin-top: 40px;
		}

    .leadership-team .gdlr-core-title-item {
        margin-left: 0 !important;
    }

    #about-2nd-graphic {
        top: 115px;
    }

    #about-3rd-graphic {
        width: 50%;
    }

		.page-id-1525 #about-circle-3 {
				width: 30%;
				bottom: -760px;
		}

		.page-id-1525 #about-cloud-2 {
				left: -50px;
				width: 40%;
		}

    .cred {
        font-size: 20px;
    }

    .leadership-team .gdlr-core-title-item-title-wrap {
        text-align: left;
    }

		.page-id-1525 .bonnie-position {
				white-space: normal;
		}

		.page-id-1525 #leadership-shpere-2 {
				width: 22%;
    		bottom: -130px;
		}

		.page-id-1525 #leadership-shpere-1 {
				width: 10%;
			  bottom: -80px;
			  right: 20%;
		}

		.page-id-1525 .partners .gdlr-core-icon-list-content-wrap {
				padding-right: 0px;
		}

		.page-id-1525 .partners li a span {
				font-size: 22px !important;
		}

		.page-id-1525 #leadership-shpere-2,
		.page-id-1525 #leadership-shpere-1 {
				display: none;
		}
		/* accessNav */

		.page-id-1845 #header-img-accessNav {
				width: 600px;
		}
		.page-id-1845 #header-button-accessNav {
				margin-right: 0px;
		}
		.page-id-1845 #header-button-accessNav a {
				padding: 15px 80px 15px 80px;
		}
		.page-id-1845 #third-section-image-accessNav {
				width: 600px;
				left: 12%;
		}

		.page-id-1845 #main-title-accessNav i {
				margin-right: 0px !important;
		}
		.page-id-1845 #third-section-image-two-accessNav img {
				position: relative;
				width: 80%;
				left: 30px;
				top: 30px;
		}

		/* Newsroom */
		.page-id-160 #white-circle-newsroom {
				left: 88%;
		}
		.page-id-160 .page-header .gdlr-core-title-item-caption {
				margin-left: 35px;
		}

    /* Landing Page */
    #bg-circle {
        left: 50px;
    }

    #bg-sphere-cross {
        left: 80px;
    }

    #bg-gear-box {
        right: 120px;
    }

    #bg-medical-box {
        right: 60px;
    }

    /* NEW PAGES */
    .page-id-1273 .first,
    .page-id-1273 .second,
    .page-id-1273 .third {
        display: inline;
    }

    /* Footer */
    footer .lhs,
    footer .rhs {
        font-size: 17px;
    }

}

/* Mobile (Stacked) */
@media (max-width: 767px) {


		.page-id-1273 #man-with-screen-home {
				width: auto;
		}

    /* Global */
    .graphics {
        position: static;
        padding: 30px !important;
        width: 100% !important;
    }

    .mobile-only {
        display: block;
    }

    .page-header .gdlr-core-title-item-caption {
        margin-left: 0;
        max-width: 100%;
    }
		#contact h2 .first {
			margin-left: 0px !important;
		}

    /* Home */

	 #hero-home {
		 	min-height: 400px !important;
	 }

	 #hero-home h1 {
			 font-size: clamp(24px, calc(10px + 3vw), 30px) !important;
			 max-width: 70%;
	 }

     #hero-home .clearfix::after {
        display: none !important;
     }

	 .arrow,
	 .hero-title {
		 	width: auto !important;
	 }

	 .arrow .gdlr-core-media-image {
		 margin-top: -58%;
	 }

		#hero-title-wrapper {
				animation-delay: 1.8s;
		}

		.mobia-logo {
				transform: none;
				left: -20px;
				top: -20px;
				animation-delay: 1.2s;
		}

		.kinovo-logo {
				transform: translateX(0%);
				width: 180px;
				top: -100px;
				right: -20px;
				left: auto;
				float: right;
				animation-delay: 1.6s;
		}

    /* About */
    .gdlr-core-icon-list-content {
        font-size: 20px !important;
        text-align: left;
    }

		.page-id-1525 .partners li a span {
				font-size: 20px !important;
		}

    /* Newsroom */
    .newsroom-post {
        padding: 50px 0px 50px 40px;
    }

    .newsroom-post .pulse-animation {
        left: 0;
    }

    .newsroom-post .meta {
        display: block;
    }

    .newsroom-post .link-url {
        margin-top: 10px;
    }

		/* accessNav */
		.page-id-1845 #second-section-list-accessNav span {
				font-size: 16px !important;
		}

		.page-id-1845 #fourth-section-clouds-accessNav,
		.page-id-1845 #fourth-section-accessNav #central-intake,
		.page-id-1845 #sixth-section-image-accessNav {
				width: 100%;
				left:	auto;
				top: auto;
		}

		.page-id-1845 #main-title-accessNav i {
				margin-right: 0px !important;
		}
    /* Newsroom Sub-Page */
    .parent-pageid-160 .back-button .gdlr-core-icon-list-content {
        font-size: inherit !important;
    }

    /* myCardiacHealth */
    #myCardiacHealth-graphic-2 {
        top: 0;
    }

    /* Let's Connect */
    .contact-info-1 {
        padding-bottom: 50px !important;
    }

    .contact-info-1 .flex,
    .contact-info-2 .flex {
        display: block;
    }

    .contact-info-1 h4 {
        margin-bottom: 10px;
    }

    .contact-info-2 .flex div:first-child {
        width: 100%;
    }

    .contact-info-2 h2 {
        font-size: 20px;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    /* Landing Page */
    .first-to-know h2 {
        font-weight: 500 !important;
    }

    #bg-gear-box {
        top: 40px;
        right: 20px;
    }

    #bg-3d-star {
        top: 146px;
        width: 320px;
    }

    #bg-sphere-cross,
    #bg-medical-box {
        display: none;
    }

    /* Effective Date */
    .effective-date {
        margin-left: 0;
    }

    .custom-form .frm_fields_container {
        display: block;
    }

    .custom-form input {
        max-width: none;
        margin-bottom: 13px;
    }

    .web-form,
    .web-form .gdlr-core-pbf-background-wrap {
        border-radius: 15px !important;
    }

    .custom-form .frm_submit {
        margin-top: 10px;
    }

    .custom-form .frm_submit button {
        width: 100%;
    }

    /* Footer */
    footer .infinite-column-20,
    footer .infinite-column-40,
    footer .lhs,
    footer .rhs,
    footer ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li  {
        width: 100%;
    }

    .infinite-footer-wrapper {
        padding-bottom: 0;
    }

    footer .flex {
        display: block;
    }

    footer .lhs {
        margin-bottom: 20px;
    }

    footer .widget h4 {
        margin-bottom: 10px;
    }

    footer ul.gdlr-core-custom-menu-widget.gdlr-core-menu-style-plain li {
        margin-bottom: 5px;
    }

    footer .gdlr-core-menu-style-plain li a {
        font-size: 17px;
    }

    .infinite-copyright-text,
    .infinite-copyright-left,
    .infinite-copyright-right {
        font-size: 10px;
        margin-bottom: 5px;
    }

    /* NEW PAGES */

    /* Home */
    .page-id-1273 #first-contact-button {
        margin: 0;
    }

    .page-id-1273 #section-2-bg {
        position: static;
    }

    #nl-health-services .gdlr-core-pbf-background-wrap {
        border-width: 0 !important;
    }

    .contact-captcha-and-submit {
        flex-direction: column;
    }

    .contact-info-2 .flex > div {
        width: 100% !important;
    }

    /* About Us */
    #mission-vision-values .gdlr-core-title-item {
        margin-left: 0 !important;

    }

}

