:root {
    --text-primary: #0063BE;
    --text-secondary: #3B3B53;
    --text: #182C4C;
    --error: #ff4949;

    --button-primary: #f7a900;

    --teal-bg: #00C2DF;
    --light-blue-bg: #e5eff8;
    --offwhite-bg: #f7fafc;
    --purple-bg: #8a1a9c;

    --border-width: 0.4em;
}

.text-300 {
	font-weight: 300;
}

.text-primary {
    color: var(--text-primary);
}

.text-secondary {
    color: var(--text-secondary);
}

body, .text {
    color: var(--text);
}

.teal-bg {
    background-color: var(--teal-bg);
}

.light-blue-bg {
    background-color: var(--light-blue-bg);
}

.offwhite-bg {
    background-color: var(--offwhite-bg);
}

.purple-bg {
    background-color: var(--purple-bg);
}
.purple-bg h1 {
	margin-bottom: 1rem;
}
.purple-bg .text-3xl {
	margin-bottom: 1rem;
}

.blue-bg {
    background: var(--text-primary) url('../img/Kabi_Banner.svg') no-repeat;
    background-size: cover;
    background-position: center;
}

.plain-blue-bg {
    background: var(--text-primary);
}

body sup {
    top: -0.5em;
    font-size: 60%;
}
body sup.sup-digit{
    top: -0.55em;
    font-size: 55%;
}
body sup.sup-light{
	font-weight: 200;
}

.border-right {
    border-style: solid;
    border-right-width: var(--border-width);
} 
.border-top {
    border-style: solid;
    border-top-width: var(--border-width);
} 
.border-bottom {
    border-style: solid;
    border-bottom-width: var(--border-width);
} 
.border-teal {
    border-color: var(--teal-bg);
}

.kabicare-grid {
    margin: 0px !important;
}

.kabicare-grid.lg\:w-1\/2 {
    width: 49%;
}

.kabicare-grid img {
    max-height: 3rem;
    max-width: 3.5rem;
    object-fit: contain;
}

.gate-form-input {
    border: 1px solid var(--text-primary);
    text-align: center;
}

.gate-form-input option {
    text-align: left;
}

.btn-primary {
    background-color: var(--button-primary);
    border-radius: 99em;
    padding: 0.7rem 2.2rem;
    font-weight: bold;
    color: var(--text-secondary);
}

.img-banner img {
    width: 100%;
}

.accordion-item {
    position: relative;
    margin: 1rem 0;
    /* padding-right: 1rem; */
}

.blue-links {
    color: var(--text-primary);
    text-decoration: underline;
}

.accordion-item .acc-content-ico {
    /* position: absolute;
    right: 1rem; */
}

.kabicare:not(.kabicare-mini) .accordion-item .flex {
    width: 100%;
}

.kabicare-mini .text-2xl, .customr-service-mini  .text-2xl {
    font-size: 1.2rem;
}

.block-center {
    display: block;
    text-align: center;
}

.accordion-item .notice {
    /* display: flex;
    flex-direction: column;
    gap: 2rem; */
}

body .show-mob {
    display: none;
}
body .no-mob {
    display: inherit;
}
body img.no-mob {
    opacity: 0;
    transition: 0.25s ease-in-out;
}
body img.no-mob.loaded {
    opacity: 1;
}

.error {
    border-color: var(--error);
}

.error-notice {
    color: var(--error);
}

.fade-out {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 1s ease-in;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.overlay-content {
    color: white;
    font-size: 2em;
    font-weight: bold;
}

.accordion-item .hidden {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-item div:not(.hidden) {
    max-height: 100%; 
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width: 768px) {
    header {
        padding-left: 1.5em;
        padding-right: 1.5em;
    }

    body .text-4xl {
        font-size: 1.5rem;
        line-height: 1.2;
    }
    body .text-4-5xl {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    body .text-4xl.mobile-larger {
        font-size: 1.9rem;
        line-height: 1.4;
    }
    body .text-2xl.mobile-larger {
        font-size: 1.9rem;
        line-height: 1.4;
    }
    body .text-2xl.mobile-large {
        font-size: 1.3rem;
        line-height: 1.4;
    }
    body .text-3xl.mobile-larger {
        font-size: 1.6rem;
    }
    body .text-3xl {
        font-size: 1.4rem;
    }
	.purple-bg .text-4xl {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.purple-bg .text-3xl {
		font-size: 1.2rem;
		line-height: 1.2;
	}
    body .text-2xl {
        font-size: 1.1rem;
    }
    body .banner {
        padding: 2em;
        display: flex;
        flex-direction: column;
    }
    body .text-5xl {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    body .gated-notice .text-5xl {
        font-size: 1.6rem;
    }

    body .mx-16 {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    body .px-16 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    body h2.mx-16 {
        margin-left: 1.2em;
        margin-right: 1.2em;
    }
    body .py-8 {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    body .rounded {
        border-radius: 0px;
    }
    body .login-form {
        margin-left: 0;
        margin-right: 0;
    }
    body .login-form .text-2xl {
        font-size: 1.4rem;
    }
    body .mobile-padding {
        padding: 1rem 1.2rem;
    }
    body .mobile-padding-large {
        padding: 2rem;
    }
    body .customer-service .flex.flex-col.my-8 {
        margin-top: 2rem;
        margin-bottom: 0;
        gap: 0.5rem;
        align-items: flex-start;
    }
    body .customer-service.wide {
        padding-bottom: 2.2rem;
    }
    body .customer-service.wide .flex.flex-col {
        padding-left: 1rem;
        padding-right: 1rem;
        align-items: flex-start;
    }
    body .kabicare {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    body .kabicare .kabicare-grid {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        gap: 1rem;
    }
    body .kabicare .kabicare-grid .text-2xl{
        font-size: 1rem;
        text-align: left;
    }
    body .references ul {
        margin-top: 0.5rem;
    }
    body .references li {
        display: inline;
    }

    body footer .flex-col .text-left {
        text-align: center;
        padding: 0;
    }
    body footer .flex-col .flex-row {
        margin-top: 1rem;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
    body footer .flex-col .flex-row img {
        width: 6rem;
    }

    body .gated-notice {
        gap: 0rem;
    }

    .accordion-item button span, .accordion-item button {
        text-align: left;
    }
    .accordion-item button span {
        justify-content: flex-start;
    }

    body .mobile-no-margin {
        margin: 0;
    }
    body .mobile-no-margin-top {
        margin-top: 0;
    }
    body .mobile-no-margin-sides {
        margin-left: 0;
        margin-right: 0;
    }
    body .mobile-no-margin-bottom {
        margin-bottom: 0;
    }

    body .md-px-4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    body .md-pb-0 {
        padding-bottom:0;
    }

    body .md-pb-4 {
        padding-bottom: 1rem;
    }

    body .md-mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    body .md-px-0 {
        padding-left: 0;
        padding-right: 0;
    }

    body .md-pr-4 {
        padding-right: 1rem;
    }

    body .mobile-text-left {
        text-align: left;
    }

    body .kabicare-accordion {
        flex-direction: column;
    }
    body .no-mob {
        display: none;
    }
    body .show-mob {
        display: inherit;
    }
}

@media screen and (min-width: 768px) {
    .img-banner {
        min-height: 24rem;
        max-height: 32rem;
    }
}

body {
	font-size: 1rem;
}

p + p {
	margin-top: 2rem;
}

p,
ul,
form {
	font-size: 1.2rem;
}
.references ul,
.references p {
	font-size: 1rem;
}
@media screen and (max-width: 768px) {

	.customer-service {
		.text-3xl {
			font-size: 1.3rem;
		}
	}
}

.text-4-5xl {
	font-size:2.4rem;
	line-height:2.75rem
}


@media (min-width: 767px) {
	.customer-service {

		.call {
			gap: 2rem;
		}

	}
}

@media (max-width: 1023px) {
	.customer-service {

		.text-3xl {
			font-size: 1.4rem;
		}

	}
}

form select {
	background-color: white;
}

.cust {
	padding: 0 1rem;
}

#cust-email.items-center {
	align-items: flex-start;
}


@media (max-width: 768px) {
	.in-effect {
		.text-center {
			text-align: left;
		}
	}
}
button {
	width: 100%;
}
button span:first-child {
	flex: 1;
}

@media (min-width: 1200px) {
	.patient-support {
		flex-direction: row;
	}
	.customer-service-contact {
		flex-direction: row;
		flex-wrap: wrap;
	}
}

@media (max-width: 450px) {
	.cust .text-3xl {
		font-size: 17px;
	}
	#cust-email {
		font-size: 14px;
		
	}
	#cust-email a {
		text-align: left;
		display: flex;
	}
	body .cont {
		padding: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.cust .text-4-5xl {
		font-size: 1.8rem;
	}
	.cust .text-4-5xl {
		font-size: 1.8rem;
	}
}

@media (max-width: 650px) {
	.cust .text-4-5xl {
		font-size: 2.1rem;
	}
	.custom-marg {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}

@media (min-width: 451px) {
	body .cust .flex.flex-col.my-8 {
		align-items: center;	
	}
}

.cust-can::before {
	content: url(../img/Contact_Icon_Email.svg);
    display: block;
    display: inline-block;
    position: relative;
    top: 11px;
    margin-right: 15px;
}

.cov .cov-cr {
	padding-bottom: 1rem;
}
.cov .cov-pr {
	padding-bottom: 0rem;
}
.font-sans {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a.underline:hover,
a.underline:focus {
	color: var(--text-primary);	
}

.blue-bg a.underline:hover,
.blue-bg a.underline:focus {
	color: var(--light-blue-bg);	
}

.purple-bg a.underline:hover,
.purple-bg a.underline:focus,
.teal-bg a.underline:hover,
.teal-bg a.underline:focus,
a.plain-blue-bg.underline:hover,
a.plain-blue-bg.underline:focus{
	color: var(--offwhite-bg);	
}

.pad-1 {
    padding-right: 1rem;
    padding-left: 1rem;
}

a:hover,
a:focus {
    text-decoration: underline;
}
}