/*
Theme Name: KabiCare
Author: Exclaim
Version: 2.0
*/

@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;600;700&display=swap');

/*
BLUE: color: #005db9;
COPY: color: #323232;

Overpass
Thin: 100
Extra-light: 200
Light: 300
Regular: 400
Semi-bold: 600
Bold: 700
*/

#skippy:focus,
#skippy:focus-visible,
#skippy:focus-within {
	position: absolute;
    z-index: 99999;
}

.alignright {
    float: right;
    margin: 0 0 2% 2%;
}

#wpadminbar {position: fixed !important;}
.admin-bar header nav.fixed-top {top: 46px !important;}
@media (min-width: 783px) {
.admin-bar header nav.fixed-top {
    top: 32px !important;
}
}

html {
scroll-behavior: smooth;
scroll-padding-top: 80px;
}

body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    height: 100%;
}

html body {
    font-family: "Overpass", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.5em;
    font-size: 16px;
    color: #323232;
    height: 100%;
}

/* ---------- Home ---------- */

body.home {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.section.section--home {
    background-color: transparent;
    padding: 0 0;
}

.section.section--home h1 {
    color: #245F9D;
    display: block;
    width: 240px;
    height: 72px;
    margin: 0 0 1rem 0;
}

.section.section--home h1 span {
    text-indent: -100000px;
    background-image: url(/wp-content/themes/kabicare/img/kabicare_logo_tag_light.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 100%;
}

.section.section--home h2 span {
	position:absolute;
	top:  -100000px;
	left:  -100000px;
}

.section.section--home p {
    line-height: 1.5em;
    margin-bottom: 1rem;
}

.section.section--home .home-content .home-content--headine {
    color: #00C2DF;
    font-size: 22px;
    margin: 0 0 0 -5px
}

.section.section--home .home-content .home-content--description {
    width: 100%;
    padding: 0;
}

.audience .card {
    border: 0 solid rgba(0, 0, 0, 0);
    border-radius: 6px;
}

.audience .card-img-top {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.audience .card-body {
    background-color: rgba(255, 255, 255, 0.85);
    transition: all .2s ease-out, background .2s ease-out;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* ---------- Breadcrumbs ---------- */

#breadcrumb .breadcrumb {
    padding: .75rem 0;
    font-size: 12px;
    background-color: transparent;
}

p#breadcrumbs {
    font-size: 12px;
    margin-top: 10px;
}

.featured-image-page {
    padding-bottom: 20px;
}

.featured-image-page img {
    width: 100%;
    height: auto;
}

#select_condition_wrapper {
    color: #ffffff;
}



.section.section--audience h1 {
    color: #245F9D;
    display: block;
    width: 400px;
    height: 120px;
    margin: 0 0 1rem 0;
}

.section.section--audience h1 span {
    text-indent: -100000px;
    background-image: url(/wp-content/themes/kabicare/img/kabicare_logo_tag.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 100%;
}

.section.section--audience h2 span {
	position:absolute;
	top:  -100000px;
	left:  -100000px;
}





.section.section--audience .audience-content .audience-content--headine {
    color: #ffffff;
    font-size: 36px;
    margin: 0 0 0 -10px
}

.section.section--audience .audience-content .audience-content--description {
    padding: 0;
    color: #ffffff;
}

.home main {
    padding-top: 40px;
}

main {
    padding-top: 60px;
    height: 100%;
}

a {
    color: #00C2DF;
    /*font-weight: 400;*/
    transition: color .2s ease-out, background .2s ease-out;
}



a:hover {
    color: #182C4C;
}

a[href$=".pdf"] {}

a[href$=".pdf"]:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1c1";
    position: relative;
    top: 0;
    left: 4px;
	margin-right: 0.5em;
}

a.no-icon[href$=".pdf"]:after {
    content: "";
}

.product-image {
    margin: 10px 0 20px 0;
}


strong {
    font-weight: 600;
}

button:focus, button:focus-within, button:focus-visible {
    outline: 2px solid !important;
    box-shadow: none !important;
	outline-offset: 2px;
}

.btn-primary {
    background-color: #F7A900;
    border-color: #F7A900;
    border-width: 2px;
    border-radius: 30px;
    padding: 0.5em 2em 0.3em 2em;
}

.btn-secondary {
    background-color: #0063BE;
    border-color: #0063BE;
    border-width: 2px;
    border-radius: 30px;
    padding: 0.35em 2em 0.3em 2em;
}

.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
    background-color: #00C2DF;
    border-color: #00C2DF;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    color: #FFFFFF;
    background-color: #00C2DF;
    border-color: #00C2DF;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #00C2DF;
    border-color: #00C2DF;
}

p.small,
p small {
    line-height: 1.3em;
    font-weight: 300;
    display: inline-block;
}

h1 {
    color: #00C2DF;
    font-weight: 300;
}

h2 {
    color: #182C4C;
    font-weight: 300;
}

h3 {
    color: #00C2DF;
    font-weight: 300;
}

h4 {
    font-weight: 300;
    font-size: 1.2rem;
}

h5 {
    font-weight: 300;
}

ul.flush-indent-styled {padding:0 1.4em 0 1.4em;}
ul.indent-styled {padding:0 2.0em;}

.numberCircle {
  display: inline-block;
  border-radius: 50%;
	background:#005CB9;
	color:#fff;
	line-height: 24px;
	margin-right: 5px;
}

.numberCircle.blue {
	background:#0086CC;
}
.numberCircle.teal {
	background:#00A3B9;
}
.numberCircle.orange {
	background:#E07C00;
}
.numberCircle.yellow {
	background:#F5A800;
}

.numberCircle:before,
.numberCircle:after {
  content: '\200B';
  display: inline-block;
  line-height: 0px;
  padding-top: 50%;
  padding-bottom: 50%;
}

.numberCircle:before {
  padding-left: 16px;
}

.numberCircle:after {
  padding-right: 16px;
}

.page-id-770 img.alignright {
	float:none;
	    width: 100%;
    height: auto;
	margin: 0 0 2% 0;
	z-index:2;
	position:relative;
}

.rounded-box {
	background-color: #E0F2F5;
	padding:30px 30px 20px 30px;
	margin:20px 0px 40px 0px;
	border-radius: 12px;
}

.enroll-icon-wrapper {position:relative; z-index:1; margin-bottom:30px;}
.enroll-icon1-wrapper {padding:30px 70px 0px 70px;}
.enroll-icon2-wrapper {padding:0px 70px 25px 70px;}
.enroll-icon3-wrapper {padding:0px 70px 20px 70px;}

.enroll-icon4-wrapper {padding:20px 70px 0px 70px;}

.enroll-icon-wrapper img.enroll-icon {position:absolute; left:0; width:54px; height:auto;}
.enroll-icon-wrapper img.enroll-icon1 {top:20px;}
.enroll-icon-wrapper img.enroll-icon2 {top:-10px;}
.enroll-icon-wrapper img.enroll-icon3 {top:-10px;}


/*.page-id-762 .enroll-icon-wrapper {position:relative; z-index:1; margin-bottom:30px;}
.page-id-762 .enroll-icon1-wrapper {padding:30px 70px 0px 70px;}
.page-id-762 .enroll-icon2-wrapper {padding:0px 70px 25px 70px;}
.page-id-762 .enroll-icon3-wrapper {padding:0px 70px 20px 70px;}

.page-id-762 img.enroll-icon {position:absolute; left:0; width:54px; height:auto;}
.page-id-762 img.enroll-icon1 {top:20px;}
.page-id-762 img.enroll-icon2 {top:-10px;}
.page-id-762 img.enroll-icon3 {top:-10px;}*/

@media (min-width: 992px) {

	
.page-id-762 img.alignright {
	float:right;
	    width: 300px;
    height: auto;
	margin: 0 0 2% 2%;
}		
	
}


@media (min-width: 1200px) {
.page-id-762 img.alignright {
	    width: 420px;
}	
}


/** Header - Naviagtion **/


/* Override Color */

.bg-dark {
    background-color: #182C4C !important;
}

.navbar-brand {
    height: 44px;
}


.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
    margin-top: 4px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.wrap {
    height: 100%;
}

.section {
    position: relative;
    /*padding: 40px 0;*/
    background-color: transparent;
    clear: both;
}

.section-top {padding: 0 0 40px 0;}

.section--blue-gray {
    background-color: #E7EEF0;
}

.section--blue {
    background-color: #0063BE;
}

.section--blue-light {
    background-color: #00C2DF;
    color: #FFFFFF;
}

.section--blue-light h2 {
    color: #FFFFFF;
}

.section--blue-dark {
    background-color: #182C4C;
    color: #FFFFFF;
}

.section--blue-dark a:hover {
    color: #FFFFFF;
}

.section--blue {
	background-color: #0063be;
    color: #FFFFFF;
}

.section--blue h2, .section--blue h3 {
	color: #FFFFFF;
}

.section--blue a {
    color:#ccffff ;
	border-bottom: dotted 1px #ccffff;
}

.section--blue a:hover {
    color: #FFFFFF;
	text-decoration:none;
	border-bottom: solid 1px #FFFFFF;
}

.section--white {
    background-color: #FFFFFF;
}



/* ---------- HCP and PCG Product Selection Page ---------- */

.page-template-page-patient-condition .bkg--audience:before {
    background-image: url(/wp-content/themes/kabicare/img/patient--home3.jpg);
}

.page-template-page-hcp-condition .bkg--audience:before {
    background-image: url(/wp-content/themes/kabicare/img/hcp--home2.jpg);
}

.section--audience h1 {
    color: #245F9D;
    display: block;
    width: 560px;
    height: 180px;
    margin: 0 0 1rem 0;
}

.section--audience h1 span {
    text-indent: -100000px;
    background-image: url(/wp-content/themes/kabicare/img/kabicare_logo_tag.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    width: 100%;
    height: 100%;
}

.bkg--audience:before {
    background-position: 50% 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bkg--audience:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.bkg--audience:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.section--audience {
   /* padding-top: 0;
    padding-bottom: 0;*/
    height: 560px;
    /*width: 100%;
    position: relative;
    left: 0;
    right: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;*/
}

.audience-content--wrapper {
    position: relative;
}

.audience-content {
    position: absolute;
    top: 100px;
    left: 0;
}

.dropdown.show .btn-primary {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu {
    /*left: 1em !important;*/
    min-width: 200px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 15px;
    /*box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}

.dropdown-menu a {
    display: block;
    padding: 0.75em 2em;
    background-color: #fff;
    white-space: nowrap;
	color:#333;
}

.dropdown-menu li:first-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu li:last-child a {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dropdown-menu li:first-child a:hover {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-menu li:last-child a:hover {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.dropdown-menu a:hover {
    text-decoration: none;
    background-color: #eee;
}

.section--easy-enrollment {
	background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: block;
	width: 100%;
}

.easy-enrollment {
	padding: 2em 0;
	color: #ffffff;

}

.easy-enrollment h3 {
	color: #ffffff;
	margin-bottom: 0.5rem;
	font-weight: 200;
	font-size: 2.75rem;
}

@media (min-width: 768px) {
	.bkg--audience:after {
		background-color: rgba(0, 0, 0, 0.25);
	}
}

@media (min-width: 992px) {

	.easy-enrollment-bkg {
		min-height:340px;
		background-image: url(/wp-content/themes/kabicare/img/enrollment_hcp.jpg);
		background-position: center;
		background-size: cover;
	}
}

@media (min-width: 1400px) {
	.easy-enrollment {
		padding: 60px 140px 40px 0;
	}	
}

/* ---------- Condition/Product & Default Pages ---------- */

h1.page-title {
    font-weight: 300;
}

h1.page-title,
h1.condtion-title {
    font-size: 3rem;
    padding: 2rem 0 0 0;
}

h1.page-title:after {
    display: block;
    content: "";
    border-top: 2px solid #E7EEF0;
    width: 5rem;
    margin: 0 0 30px 0;
    line-height: 1;
    position: relative;
    top: 10px;
    left: 0;
}

h1.condtion-title:after {
    display: block;
    content: "";
    border-top: 2px solid #E7EEF0;
    width: 5rem;
    margin: 0 0 30px 0;
    line-height: 1;
    position: relative;
    top: 10px;
    left: 0;
}

h1.page-title span {
    display: block;
}

h1.condtion-title span {
    display: block;
}

h1.condtion-title span.subhead {
    color: #182C4C;
    font-size: 1.5rem;
    margin: 0.15em;
}

h1.condtion-title span.head {
    color: #00C2DF;
    font-weight: 200;
}

.section--condition h1.title {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
}

.section--condition h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 0.75rem 0;
}

.section--condition h3 {
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 1rem 0 0.5rem 0;
}

.section--condition h4 {
    display: block;
    font-size: 1.0rem;
    margin: 0 0 1rem 0;
}

.section--condition h5 {
    display: block;
    font-size: 1.0rem;
    font-weight: 500;
    margin: 1rem 0 0.5rem 0;
}

/* ---------- References ---------- */

.section--references {
    font-size: 13px;
    padding: 2em 0;
	background-color: #eee;
}

.section--references p {
    font-size: 18px;
    margin: 0 0 0.2em 0;
    padding: 0;
}

.section--references ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.section--references ol {
    font-family: sans-serif;
    margin: 0 0 0 1.2em;
    padding: 0;
}

.section--references li {
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

/* ---------- Accordion ---------- */

#accordion {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

#accordion .card-header:first-child,
#no-accordion .card-header:first-child {
    border-radius: calc(0rem - 1px) calc(.25rem - 1px) 0 0;
}

#accordion .card,
#no-accordion .card {
    background-color: transparent;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: 0rem;
	margin-top: 1.2em;
}

.support-area-icon {
    padding-right: 18px;
}

.support-area-icon img {
    width: 72px;
    height: auto;
}

.collapse.show {
    border-top: 0 solid rgba(0, 0, 0, .125);
}

#accordion .card .card-header,
#no-accordion .card .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 solid rgba(0, 0, 0, .125);
}

#accordion .card .card-body-wrapper .card-body,
#no-accordion .card .card-body-wrapper .card-body {
    padding: 1.25rem 0.5rem;
}

#accordion .card .card-body-wrapper .card-body-single,
#no-accordion .card .card-body-wrapper .card-body-single {
    padding: 1.0rem 0;
}

#no-accordion .card .card-header-single div {
	border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    position: relative;
    margin: 0;
    display: block;
    font-size: 1.5rem;
    padding: 1.0rem 0 0.8rem 0;
    color: #00C2DF;
}

#accordion .card .card-header a {
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    position: relative;
    margin: 0;
    display: block;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 1.0rem 0.5rem 0.8rem 0.5rem;
    color: #00C2DF;
}

#accordion .card .card-header a.collapsed {
    border-bottom: 0 solid rgba(0, 0, 0, .125);
    color: #323232;
}

#accordion .card .card-header a:hover {
    color: #00C2DF !important;
    background-color: #FFFFFF;
}

#accordion .card .card-header a:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0.5em;
    background: url(/wp-content/themes/kabicare/img/refs--close.svg) top left no-repeat;
    background-size: 100%;
}

#accordion .card .card-header a.collapsed:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 50%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0.5em;
    background: url(/wp-content/themes/kabicare/img/plus--refs.svg) top left no-repeat;
    background-size: 100%;
}

.btn-link {
    color: #5A6772;
    text-decoration: none;
    text-align: left;
    padding: 1rem 0.25rem;
    font-size: 16px;
    line-height: 1em;
}

.btn-link:hover {
    color: #00C2DF;
    text-decoration: none;
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: none;
}

.section--content {
    position: relative;
    padding: 36px 0;
}

.section--fly {
    overflow: hidden;
    background-color: #E7EEF0;
}

.section--fly.dark {
    background-color: #182C4C;
    color: #FFFFFF;
}

.section--fly.dark .section--content {
    position: relative;
    padding: 2em 0;
}

.section--fly.dark .section--content p {
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.25em;
}

.section--fly.dark .section--content h3 {
    font-size: 2.75rem;
}

.section--fly .blank--left,
.section--fly .blank--right {
    position: absolute;
    background-color: #E7EEF0;
    top: 0;
    height: 100%;
    width: 10000px;
}

.section--fly.dark .blank--left,
.section--fly.dark .blank--right {
    background-color: #182C4C;
    height: 100%;
}

.section--fly .blank--left {
    right: 100%
}

.section--fly .blank--right {
    left: 100%
}


/** Footer **/

footer {
    border-top: 10px solid #eee;
	background-color: #182C4C;
	color:#ffffff;
    min-height: 85px;
    position: relative;
    padding-bottom: 15px;
    clear: both;
}

#menu-footer-menu a {
	color:#ffffff;
}

#menu-footer-menu a:focus, #menu-footer-menu a:hover {
    color: rgba(43, 183, 200, 1.0);
}

.disclaimer p {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.3em;
}

.footer p {
    font-size: 14px;
    margin: 0;
}

.footer,
.disclaimer {
    position: relative;
    padding-top: 30px;
}

.footer br {
    display: block;
}

.logo-footer-wrapper {
    position: absolute;
    right: 20px;
    top: 0;
    float: right;
}

.logo-footer {
    width: 100px;
    height: auto;
    margin-top: 6px
}

@media (min-width: 576px) {

    .section.section--home {
        background-color: transparent;
        padding: 20px 0;
    }

    .section.section--home .home-content .home-content--headine {
        font-size: 28px;
    }

    .section.section--home h1 {
        width: 320px;
        height: 80px;
    }
	
	.section.section--audience .audience-content .audience-content--description {
    	width: 500px;
	}	
}

@media (min-width: 768px) {

    .section.section--home {
        background-color: transparent;
        padding: 40px 0;
    }

    .section.section--home .home-content .home-content--headine {
        font-size: 28px;
    }

    .featured-image-page {
        display: inline-block;
        float: right;
        padding-left: 20px;
	    margin-top: 20px;
    }
	
	.page-template-page-condition .featured-image-page {
		margin-top: -25px;
    }

    .featured-image-page img {
        width: 300px;
        height: auto;
    }

    .section--condition h1.title {
        font-size: 2.5rem;
    }

    .footer br {
        display: none;
    }

    .logo-footer {
        width: 120px;
        height: auto;
        margin-top: 0;
    }
}

@media (min-width: 992px) {

    .section.section--home {
        background-color: transparent;
        padding: 60px 0;
    }

    .section.section--home .home-content .home-content--headine {
        font-size: 32px;
    }

    .section.section--home h1 {
        width: 360px;
        height: 140px;
    }
	
	.page-template-page-condition .featured-image-page {
		margin-top: -50px;
    }

    .featured-image-page img {
        width: 360px;
    }

    .section--fly,
    .section--fly.dark {
        background-color: transparent;
        padding: 0;
    }

    .section--fly .container:before {
        content: "";
        position: absolute;
        width: 100%;
        max-width: 1140px;
        left: 50%;
        top: 0;
        height: 100%;
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        background-image: url(/wp-content/themes/kabicare/img/parallax-fly-blue.png);
        background-position: top left;
        background-repeat: no-repeat;
        background-size: 100%
    }

    .section--fly.dark .container:before {
        background-image: url(/wp-content/themes/kabicare/img/parallax-fly-blue-dark2.png);
    }
	
	
	.section--fly.dark .section--content {
		min-height:390px;
		padding-top: 100px;
}

    .section--condition h1.title {
        font-size: 3rem;
    }
}

@media (min-width: 1200px) {
    .section.section--home .home-content .home-content--headine {
        font-size: 38px;
    }
	
    .section.section--home h1 {
        width: 420px;
        height: 140px;
    }
	
	/* ---------- Product Pages ---------- */
	.page-template-page-condition .featured-image-page {
		margin-top: -100px;
    }

    .featured-image-page img {
        width: 420px;
    }

}
