:root {
    --tris_blue_color: #1680A4;
    --blue_color: #00819D;
    --blue_color_hover: #0073E7;
    --blue_color_hover_rgba: rgba(0,115,231,0.25);
    --dark_blue_color: #002758;
    --orange_color: #DC390F;
    --orange_color_hover: #D14700;
    --orange_color_hover_rgba: rgba(209,71,0,0.25);
    --purple_color: #B75194;
    --purple_color_hover: #E00093;
    --dark_purple_color: #80447d;
    --green_color: #078477;
    --green_color_hover: #068d7f;
    --green_color_hover_rgba: rgba(6,141,127,0.25);
    --color-primary: #0094D4; /* Main Color */
    --color-secondary: #E6F5FC; /* Lighter Version of Main */
    --color-darkblue: #001337; /* Dark Blue */
    --color-blue: #3dc5fb; /* Blue */
    --color-lightblue: #B3EAFF; /* Light Blue */
    --dark-blue: #002758;
    --medium-blue: #3AB4E4;
    --light-blue: #DCF1F9;
    --dxrt-purple: #B14E8F;
    --dxr-green: #078477;
    --quillichew-orange: #dc390f;
    --quillivant-blue: #029CB8;
    --tris-logo-blue: #00ADEE;
}
body {
    background: rgb(233 233 233);
}
@font-face {
    font-family: 'GothamB';
    src: url('../font/Gotham-Book.woff2') format('woff2'),
        url('../font/Gotham-Book.woff') format('woff'),
        url('../font/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'GothamB';
    src: url('../font/Gotham-BookItalic.woff2') format('woff2'),
        url('../font/Gotham-BookItalic.woff') format('woff'),
        url('../font/Gotham-BookItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'GothamB';
    src: url('../font/Gotham-Medium.woff2') format('woff2'),
        url('../font/Gotham-Medium.woff') format('woff'),
        url('../font/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'GothamB';
    src: url('../font/Gotham-Bold.woff2') format('woff2'),
        url('../font/Gotham-Bold.woff') format('woff'),
        url('../font/Gotham-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}
@media(max-width:767px) {
    html {
        scroll-behavior: smooth;
        scroll-padding-top: 50px;
    }    
}
* {
    font-family: 'GothamB', sans-serif;
    box-sizing: border-box;
}
strong {
    font-weight: 700;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 16px;
    min-width: 320px;
}
p, ul, ul li {
    font-size:  16px;
    line-height: 1.4;
    padding: 0 0 15px;
    margin: 0;
}
ul, ul li {
    margin-left: 15px;
}
ul li:nth-last-of-type(1) {
    padding-bottom: 0;
}
p a, li a, p a span {
    color: var(--tris_blue_color);
    transition: all .4s;
    text-decoration: underline;
    font-weight: bold;
}
p a:hover, li a:hover, p a:hover span {
    color: var(--dark_blue_color);
}
a img {
    transition: opacity .4s;
}
a:hover img {
    opacity: .6;
}
.ff-montserrat {font-family:Montserrat;}
.border-bttm-orange {
    border-bottom: 2px solid var(--orange_color);
}
.border-bttm-tris-blue {
    border-bottom: 2px solid var(--tris_blue_color);
}
.border-bttm-blue {
    border-bottom: 2px solid var(--blue_color);
}
.border-bttm-purple {
    border-bottom: 2px solid var(--purple_color);
}
.border-bttm-green {
    border-bottom: 2px solid var(--green_color);
}
.text-purple {
	color: var(--purple_color);
}
.text-orange {
	color: var(--orange_color);
}
.text-blue{
	color: var(--color-blue);
}
.text-ltblue{
	color: var(--blue_color);
}
.sitemap {
    margin: 0;
}
.sitemap li {
    margin: 0 0 10px;
    padding: 0;
}
.sitemap li ul {
    margin: 10px 0 0 15px;
    padding: 0;
}
#scroll-to-top img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    padding: 2px 0;
    margin-right: 6px;
}

#scroll-to-top span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 20px;
}
@media(max-width: 1279px) {
    #scroll-to-top span {
        display: none;
    }
}
#scroll-to-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    background: var(--blue_color);
    border-radius: 50px 0 0 50px;
    padding: 10px 10px 10px 20px;
    z-index: 1000;
    transform: translateX(100%);
    transition:  all .4s;
}
#scroll-to-top.active {
    transform: translateX(0);
}
.lg-text {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
    line-height: 42px;
}
.header-wrap {
    display: block;

    width: 100%;
    padding: 0;
    box-sizing: border-box;
    position: absolute;
    top:  0;
    left:  0;
    width: 100%;
    min-width: 320px;
    z-index: 100;
}
@media(min-width: 1280px) {
    .header-wrap.hide {
        transform: translateY(-100%);
        position: fixed;
        z-index: 1000;
    }
    .header-wrap.add-transition {
        transition: all .8s;
    }
    .header-wrap.show {
        transform: translateY(0%) !important;
    }
}
.header-spacer {
    position: relative;
    display: block;
    height: 108px;
    background: rgb(51,51,102);
    background: -moz-linear-gradient(180deg, rgb(255 255 255) 45%, rgb(235 235 240) 100%);
    background: -webkit-linear-gradient(180deg, rgb(255 255 255) 45%, rgb(235 235 240) 100%);
    background: linear-gradient(180deg, rgb(255 255 255) 45%, rgb(235 235 240) 100%);
    z-index: 28;
}
@media(max-width:1279px) {
    .header-wrap {
        position: relative;
    }
    .header-spacer {
        display: none;
    }
}
.top-nav {
    padding: 10px 26px;
    text-align: right;
    display: block;
    margin: auto;
    max-width: 1400px;
    box-sizing: border-box;
    background: #fff;
}
.top-nav > a {
    text-decoration: none;
    color: #222;
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    padding: 5px;
    position: relative;
}
.top-nav > a:before {
    content: "";
    background: var(--dark_blue_color);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: .4s all;
}
.top-nav > a:hover:before {
    opacity: 1;
}
a.down-arrow-icon:after, div.down-arrow-icon:after, span.down-arrow-icon:after {
    content: "";
    width: 10px;
    height: 8px;
    display: inline-block;
    background: url(../img/icon-down-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 4px;
}
.header {
    display: flex;
    margin: auto;
    max-width: 1400px;
    padding: 0 20px 20px;
    box-sizing: border-box;
    background: #fff;
}

.header-wrap.show .header {
    /* border-bottom: 1px solid #ddd; */
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
}


.logo-wrap img {
    max-width: 100%;
    width: 100%;
}
@media (min-width: 1280px) {
    nav.navigation ul li.nav-social {
        margin: 0;
    }
    nav.navigation ul li.nav-social a {
        border: none;
        padding: 0;
        margin: 0;
    }
    nav.navigation ul li.nav-social a img {
        width: 30px;
        height: 30px;
    }
    nav.navigation ul li.nav-social a:hover {
        background: transparent;
    }
    nav.navigation ul li.nav-social a:hover img {
        background: transparent;
        opacity: .4;
    }
}
@media(min-width: 1366px) {
    nav.navigation ul li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        padding: 0;
    }
    nav.navigation ul li a {
        letter-spacing: 0px;
    }
}


/* nav.navigation ul li.nav-social {
    display:flex;
    justify-content: center;
} */

@media(min-width: 1280px) {
    nav.navigation ul li ul {
        position: absolute;
        display: none;
    }
    nav.navigation ul li a {
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        line-height: 20px;
        padding: 8px 14px;
        border: 1px solid #002758;
        border-radius: 50px;
        font-weight: 500;
        color: #002758;
        background: #fff;
        letter-spacing: -0.5px;
    }
    nav.navigation ul li a:hover, nav.navigation ul li a.active {
        background: #002758;
        transition: background .4s;
        color: #fff;
    }
    nav.navigation ul li,
    nav.navigation ul li.nav-social {
        display: inline-flex;
        position: relative;
        margin-left: 3px;
        padding: 0;
        vertical-align: middle;
    }
    nav.navigation ul li:nth-of-type(1) {
        margin-left: 0px;
    }
    nav.navigation ul li.products > a {
        border-color: var(--blue_color);
        color: var(--blue_color);
    }
    nav.navigation ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: right;
        width: 100%;
    }
    nav.navigation {
        flex: 1 1 auto;
        text-align: right;
        align-items: center;
        align-content: center;
        display: flex;
        position: relative;
        z-index: 1000;
        top: 0 !important;
    }

    nav.navigation ul li.products ul {
        padding: 0 0px;
        box-sizing: border-box;
        text-align: left;
        border: none;
        box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.3);
        border-radius: 0 0 15px 15px;
        overflow: hidden;
        max-width: 224px;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        top: 32px;
    }
    nav.navigation ul li.products:hover ul {
        display: block;
        width: 100%;
    }
    nav.navigation ul li.products:hover > a,
    nav.navigation ul li.products > a.active {
        background: #002758;
        color: #fff;
        border-color: #002758;
    }
    nav.navigation ul li.products:hover > a.down-arrow-icon:after {
        filter: grayscale(1) brightness(2);
    }
    nav.navigation ul li.products > a.active.down-arrow-icon:after {
        filter: grayscale(1) brightness(2);
    }
    nav.navigation ul li.products ul li {
        display: block;
        margin:  0;
    }
    nav.navigation ul li.products ul li a {
        border: none;
        border-radius: 0;
        font-size: 14px;
        display: block;
    }

}
.top-nav .small-text {
	text-decoration: none;
  	color: #222;
  	font-size: 14px;
  	position: relative;
}
.top-nav a.block{
	text-decoration: none;
  	color: #222;
  	font-size: 12px;
  	display: inline-block;
  	padding: 5px;
  	position: relative;
}
.top-nav-drop-down {
        position: relative;
        display: inline-block;
        text-decoration: none;
        color: #222;
        font-size: 12px;
        margin-left: 0px;
        padding: 5px;
    }
@media (min-width:768px) {
	.top-nav-drop-down {
		margin-left: 20px;
	}
}
    .top-nav-drop-down:before {
        content: "";
        background: var(--dark_blue_color);
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0;
        transition: all .4s;
    }
    .top-nav-drop-down:hover:before {
        opacity: 1;
    }
    .top-nav-drop-down ul {
        display: none;
        padding: 0 0px;
        box-sizing: border-box;
        text-align: left;
        border: none;
        box-shadow: 4px 4px 12px 0px rgba(0,0,0,0.3);
        border-radius: 0 0 15px 15px;
        overflow: hidden;
        max-width: 224px;
        left: 50%;
        right: initial;
        bottom: 0;
        transform: translateX(-50%) translateY(100%);
        position: absolute;
        margin: 0;
        z-index: 1001;
        background: #fff;
    }
    @media(min-width:500px) {
        .top-nav-drop-down:hover ul {
            display: block;
            width: 100%;
        }
    }
    .top-nav-drop-down ul.active {
        display: block;
        width: 100%;
    }
    .top-nav-drop-down:hover > a {
        background: #002758;
        color: #fff;
        border-color: #002758;
    }
    .top-nav-drop-down ul li {
        display: block;
        margin:  0;
        padding: 0;
    }
    .top-nav-drop-down ul li a {
        text-decoration: none;
        margin: 0;
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 8px 14px;
        border: 0px solid #002758;
        border-radius: 0;
        font-weight: 500;
        color: #002758;
        background: #fff;
    }
    .top-nav-drop-down ul li a:hover {
        background: #002758;
        transition: background .4s;
        color: #fff;
    }
.product-nav {
    overflow: hidden;
    z-index: 1;
    position: relative;
}
.product-nav.dyanavel-xr-liquid-nav {
    background: var(--green_color);
}
.product-nav.dyanavel-xr-tablet-nav {
    background: var(--purple_color);
}
.product-nav.quillichew-er-nav {
    background: var(--orange_color);
}
.product-nav.quillivant-xr-nav {
    background: var(--blue_color);
}
.product-nav .row {
    padding: 0 15px;
    position: relative;
}
@media(max-width:1200px) {
    .product-nav .row {
        padding: 0 30px;
    }
}
.product-nav ul {
    margin: 0;
    padding: 5px 0px;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    transition: all 300ms ease-in-out;
    scroll-behavior: smooth;
}
.product-nav ul::-webkit-scrollbar {
    height: 5px;
    background: rgba(255,255,255,.2);
    margin-bottom: 0px;
}
.product-nav ul::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.4);
}
.product-nav ul li{
    display: inline-block;
    padding: 10px;
    margin: 0;
}
.product-nav ul li a{
    display: block;
    color:  #fff;
    text-decoration: none;
    position: relative;
    font-weight: 400;
}
.product-nav ul li a:before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity .4s;
}
.product-nav ul li a.active:before,
.product-nav ul li a:hover:before {
    opacity: 1;
}
.product-nav ul li a.active,
.product-nav ul li a:hover {
    text-shadow: -0.1px 0 0 #fff;
}
.social-nav a img {
    width: 20px;
    max-width: 20px;
}

.product-nav #scroll-l-btn,
.product-nav #scroll-r-btn {
    display: none;
}
.product-nav.show-arrows #scroll-l-btn,
.product-nav.show-arrows #scroll-r-btn {
    display: block;
}
.product-nav.show-arrows #scroll-l-btn {
    opacity: 0;
}
.product-nav.show-arrows.show-sl #scroll-l-btn {
    opacity: 1;
}
.product-nav.show-arrows.hide-sr #scroll-r-btn {
    opacity: 0;
}

div#scroll-l-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: block;
    box-shadow: 3px 0px 3px 0 rgb(0 0 0 / 26%);
    cursor: pointer;
    z-index: 100;
}
div#scroll-r-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: block;
    box-shadow: -3px 0px 3px 0 rgb(0 0 0 / 26%);
    cursor: pointer;
    z-index: 100;
}

.dyanavel-xr-tablet-nav div#scroll-l-btn,
.dyanavel-xr-tablet-nav div#scroll-r-btn {
    background: var(--purple_color);
}

.dyanavel-xr-liquid-nav div#scroll-l-btn,
.dyanavel-xr-liquid-nav div#scroll-r-btn {
    background: var(--green_color);
}

.quillichew-er-nav div#scroll-l-btn,
.quillichew-er-nav div#scroll-r-btn {
    background: var(--orange_color);
}

.quillivant-xr-nav div#scroll-l-btn,
.quillivant-xr-nav div#scroll-r-btn {
    background: var(--blue_color);
}



#scroll-r-btn .arrows,
#scroll-l-btn .arrows {
    width: 30px;
    margin: 12px 0;
    filter: invert(1);
}
.social-nav a {
    display: inline-block;
    width: 30px;
    text-align: center;
    line-height: 50px;
    transition: all .4s;
    filter: grayscale(1) brightness(0.5);
}
.social-nav a:hover {
    filter: grayscale(0) brightness(1);
}
.social-nav {
    flex: 0 0 64px;
    align-items: center;
    align-content: center;
    flex-direction: row;
    display: flex;
    justify-content: flex-end;
}
.mobile-nav-spacer {
    display: none;
}
.mobile-menu-toggle {
    display: none;
}
@media(max-width: 1279px) {
   .social-nav {
      align-items: flex-end;
   }
   .social-nav a img {
      width: 25px;
      max-width: 25px;
      margin-bottom: 10px;
    }
    .mobile-menu-toggle {
        display: flex;
        flex: 0 0 60px;
        padding: 0 0 0 20px;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        margin-top: 30px;
    }
    .mobile-menu-toggle span {
        width: 100%;
        height: 4px;
        background: #2385c5;
        display: block;
        margin: 0 0 8px;
        transition: all .4s;
    }
    .mobile-menu-toggle.active span:nth-of-type(2) {
        opacity: 0;
    }
    .mobile-menu-toggle.active span:nth-of-type(1) {
        transform: rotate(-45deg) translate(-12px , 14px);
    }
    .mobile-menu-toggle.active span:nth-of-type(3) {
        transform: rotate(45deg) translate(-3px , -5px);
    }
    .mobile-nav-spacer {
        display: block;
        flex: 1 1 auto;
    }
    nav.navigation {
        flex: none;
        text-align: left;
        align-items: initial;
        align-content: initial;
        display: block;
        position: absolute;
        width: 100%;
        max-width: 100%;
        top: 112px;
        height: auto;
        background: #fff;
        border-right: 1px solid rgba(0, 39, 88, 0.14);
        left: 0;
        z-index: 100;
        transform: translateX(-100%);
        padding:  20px;
    }
    nav.navigation.open {
        transform: translateX(0%);
    }
    nav.navigation ul {
        text-align: left;
        padding: 0;
        margin: 0;
    }
    nav.navigation ul li {
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
    }
    nav.navigation ul li.nav-social {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    nav.navigation ul li a {
        text-decoration: none;
        display: block;
        font-size: 15px;
        line-height: 1;
        padding: 14px 14px;
        border-radius: 0px;
        font-weight: 500;
        color: #002758;
        background: #fff;
    }
    nav.navigation ul li a.active {
        color: #fff;
        background: var(--dark_blue_color);
    }
    nav.navigation ul li.products > a {
        color:  var(--blue_color);
    }
    nav.navigation ul li.products > a.active {
        color:  #fff;
    }
    nav.navigation ul li.products > a.active:after {
        filter: grayscale(1) brightness(2);
    }
    nav.navigation ul li ul {
        position: relative;
        display: block;
        max-width: 100%;
    }
    nav.navigation ul li.products ul {
        padding: 0;
        box-sizing: border-box;
        text-align: left;
    }
    nav.navigation ul li.products ul li {
        display: block;
        padding: 0 0 0 15px;
    }
}
/* Fonts */
sup {
    font-size: 75%;
    line-height: 0;
    font-family: sans-serif;
}


/* Buttons */
.btn {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    transition: all .4s;
    text-decoration: none;
    font-weight: 400;
    border: 0;
    cursor: pointer;
    text-align: center;
}
.btn-tris-blue{
    background: var(--tris_blue_color);
    color: #fff;
}
.btn-tris-blue span {
    color: #fff;
    text-decoration: none;
}
.btn-blue {
    background: var(--blue_color);
    color: #fff;
}
.btn-blue span {
    color: #fff;
}
.btn-blue:hover {
    background: var(--blue_color_hover);
    color: #fff;
}

.btn-blue-ghost {
    background: #fff;
    color: var(--blue_color);
    border: 1px solid var(--blue_color);
}
.btn-blue-ghost {
    color: #fff;
}

.btn-white {
    background: #fff;
    color: var(--dark_blue_color);
}
.btn-white:hover {
    background: var(--dark_blue_color);
    color: #fff;
}
.btn-dark-blue {
    background: var(--dark_blue_color);
    color: #fff;
}
.btn-dark-blue:hover {
    background: var(--blue_color);
    color: #fff;
}

.btn-dark-purple {
    background: var(--dark_purple_color);
    color: #fff;
}
.btn-dark-purple:hover {
    background: #fff;
    color: var(--dark_purple_color);
}
.btn-purple {
    background: var(--purple_color);
    color: #fff;
}
.btn-purple:hover {
    background: var(--purple_color_hover);
    color: #fff;
}
.btn-green {
    background: var(--green_color);
    color: #fff;
}
.btn-green:hover {
    background: var(--green_color_hover);
    color: #fff;
}
.btn-orange {
    background: var(--orange_color);
    color: #fff;
}
.btn-orange:hover {
    background: var(--orange_color_hover);
    color: #fff;
}
/* Antiman */
.button--antiman {
    position: relative;
}
.button--antiman > span {
    position: relative;
    z-index: 5;
}
.button--antiman::before {
    content: '';
    z-index: 1;
    border-radius: inherit;
    pointer-events: none;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    background: #fff;
}
.button--antiman.btn-blue:before {
    border-color: var(--blue_color);
}
.button--antiman.btn-white:before {
    border-color: var(--blue_color);
}
.button--antiman.btn-tris-blue:hover,
.button--antiman.btn-blue:hover,
.button--antiman.btn-green:hover,
.button--antiman.btn-orange:hover,
.button--antiman.btn-purple:hover,
.button--antiman.btn-dark-blue:hover {
    background: transparent;
}
.button--antiman:hover span {
    color: var(--dark_blue_color);
}
.button--antiman.btn-green:before {
    border-color: var(--green_color);
}
.button--antiman.btn-orange:before {
    border-color: var(--orange_color);
}
.button--antiman.btn-purple:before {
    border-color: var(--purple_color);
}
.button--antiman.btn-tris-blue:before {
    border-color: var(--tris_blue_color);
}
.button--antiman.btn-dark-blue:before {
    border-color: var(--dark_blue_color);
}
.button--antiman.btn-dark-blue:before {
    border-color: var(--dark_blue_color);
}
.button--antiman::before {
    border: 2px solid;
    opacity: 0;
    -webkit-transform: scale3d(.8,.8, 1);
    transform: scale3d(.8, .8, 1);
}
.button--antiman.button--border-thin::before {
    border-width: 1px;
}
.button--antiman.button--border-medium::before {
    border-width: 2px;
}
.button--antiman.button--border-thick::before {
    border-width: 3px;
}
.button--antiman::after {
    background: #fff;
}
.button--antiman:hover::before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.button--antiman:hover::after {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
.button--antiman.btn-blue-ghost span {
    color: var(--blue_color);
}
.button--antiman.btn-blue-ghost:hover span {
    color: #fff;
}
.button--antiman.btn-blue-ghost:before {
    background: var(--blue_color);
    top:50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale3d(.8,.8, 1);
    transform: translate(-50%, -50%) scale3d(.8, .8, 1);
}
.button--antiman.btn-blue-ghost:hover:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1);
}
.button--antiman.btn-blue-ghost:hover:before {
    background: var(--blue_color);
}
.grey-bg {
    background: rgb(51,51,102,.1);
    background: linear-gradient(90deg, rgb(255,255,255) 20%, rgb(233 233 233) 65%, rgb(250,250,250) 100%);
    overflow-x: clip;
}

@media(max-width: 1279px) {
    .grey-bg {
        background: linear-gradient(0deg, rgba(51,51,102,0) 85%, rgb(233 233 233) 100%);
    }
}
.grey-center-bg {
    background: rgb(233 233 233);
	background: linear-gradient(90deg, rgba(51,51,102,0) 40%, rgb(233 233 233) 70%,rgba(51,51,102,0) 100%);
    overflow-x: clip;
}
.grey-bottom-bg {
    background: rgb(233 233 233);
	background: linear-gradient(180deg, rgba(51,51,102,0) 85%, rgb(233 233 233) 100%);
    overflow-x: clip;
}

@media(max-width: 768px) {
    .grey-center-bg {
   		background: white;
    }
}

.grey-bg-top {
    background: rgb(51,51,102,.1);
    background: linear-gradient(-180deg, rgb(233 233 233) 0%, rgb(255 255 255) 50%);
}

.grey-bg-top-sm {
    background: rgb(51,51,102,.1);
    background: linear-gradient(180deg, rgb(233 233 233) 0%, rgb(255 255 255) 100px);
}
.blue-bg-top-sm {
    background: rgb(245, 245, 255, 1);
    background: linear-gradient(180deg, rgb(245, 245, 255) 0%, rgb(255 255 255) 150px);
}
.grey-blue-bg {
    background: rgb(245, 245, 255);
    background: -moz-linear-gradient(90deg, rgba(245, 245, 255, 0) 35%, rgba(245, 245, 255, 1) 50%, #f5f5ff 75%, rgba(245, 245, 255, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245, 245, 255, 0) 35%, rgba(245, 245, 255, 1) 50%, rgba(245, 245, 255, 1) 75%, rgba(245, 245, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(245, 245, 255, 0) 35%, rgba(245, 245, 255, 1) 50%, rgba(245, 245, 255, 1) 75%, rgba(245, 245, 255, 0) 100%);
}
@media(max-width: 767px) {
    .grey-bg, .grey-bg-top, .grey-bg-top-sm {
        background: rgb(51,51,102,.1);
        background: -moz-linear-gradient(180deg, rgb(236 238 244) 0%, rgb(255 255 255) 100px);
        background: -webkit-linear-gradient(180deg, rgb(236 238 244) 0%, rgb(255 255 255) 100px);
        background: linear-gradient(180deg, rgb(236 238 244) 0%, rgb(255 255 255) 50px);
    }
}
img.how-to-img {
    max-width: 400px;
    margin: 0 auto 50px;
    display: block;
    width: 100%;
}
img.badge-payment-img {
    width: 100%;
    max-width: 380px;
    margin: 20px 0 0 -10px;
}

hr.green-divider {
    max-width: 1400px;
    width: 100%;
    border-top: 2px solid var(--green_color);
    border-bottom: 0;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
hr.blue-divider {
    max-width: 1400px;
    width: 100%;
    border-top: 2px solid var(--blue_color);
    border-bottom: 0;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
hr.purple-divider {
    max-width: 1400px;
    width: 100%;
    border-top: 2px solid var(--purple_color);
    border-bottom: 0;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}
hr.orange-divider {
    max-width: 1400px;
    width: 100%;
    border-top: 2px solid var(--orange_color);
    border-bottom: 0;
    margin-bottom: 40px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

footer img.logo {
    max-width: 200px;
    width: 100%;

}

ul.footer-nav li a {
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 10px;
}
@media(max-width:1280px) {
    ul.footer-nav li a {
        font-size: 16px;
        padding: 5px 8px;
    }
}
@media(max-width:980px) {
    ul.footer-nav li a {
        font-size: 14px;
        padding: 5px 8px;
    }
}
ul.footer-nav li {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
@media(max-width:767px) {
    ul.footer-nav li {
        width: 100%;
        margin: 0;
    }
}
ul.footer-nav {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    text-align: left;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.footer-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;

}

.fixed-banner-badge-wrap {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: auto;
    z-index: 25;
    background: var(--purple_color);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    transform: translateY(-100%);
    transition: all .8s;
}

.fixed-banner-badge {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1400px;
    padding: 5px 20px;
    line-height: 1;
}
.fixed-banner-badge .btn {
    margin-left: 10px;
}
.color-block {
    display: inline-block;
    font-size: 12px;
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}

.bordered-row, .bordered-row-lg {
    position: relative;
    padding-left: 100px !important;
    padding-right: 100px !important;
}
.bordered-row-sm {
    position: relative;
    padding-left: 60px !important;
    padding-right: 60px !important;
}

.bordered-row:before, .bordered-row-sm:before {
    content: "";
    display: block;
    width: 50px;
    border-top: 1px solid var(--green_color);
    position: absolute;
    left: 0;
    top: 15px;
    height: 70%;
    border-left: 1px solid var(--green_color);
}
.bordered-row-lg:before {
    content: "";
    display: block;
    width: 50%;
    border-top: 1px solid var(--green_color);
    position: absolute;
    left: 0;
    top: 15px;
    height: 70%;
    border-left: 1px solid var(--green_color);
}
.bordered-row-blue:before, .bordered-row-blue-sm:before {
    border-top: 1px solid var(--blue_color);
    border-left: 1px solid var(--blue_color);
}
.bordered-row-green:before, .bordered-row-green-sm:before {
    border-top: 1px solid var(--green_color);
    border-left: 1px solid var(--green_color);
}
.bordered-row-orange:before, .bordered-row-orange-sm:before {
    border-top: 1px solid var(--orange_color);
    border-left: 1px solid var(--orange_color);
}
.bordered-row-purple:before, .bordered-row-purple-sm:before {
    border-top: 1px solid var(--purple_color);
    border-left: 1px solid var(--purple_color);
}
.bordered-row:after, .bordered-row-sm:after {
    content: "";
    display: block;
    width: 50px;
    border-top: 1px solid var(--green_color);
    position: absolute;
    right: 0;
    top: 15px;
    height: 70%;
    border-right: 1px solid var(--green_color);
}
.bordered-row-lg:after {
    content: "";
    display: block;
    width: 50%;
    border-top: 1px solid var(--green_color);
    position: absolute;
    right: 0;
    top: 15px;
    height: 70%;
    border-right: 1px solid var(--green_color);
}
.bordered-row-blue:after, .bordered-row-blue-sm:after {
    border-top: 1px solid var(--blue_color);
    border-right: 1px solid var(--blue_color);
}
.bordered-row-green:after, .bordered-row-green-sm:after {
    border-top: 1px solid var(--green_color);
    border-right: 1px solid var(--green_color);
}
.bordered-row-orange:after, .bordered-row-orange-sm:after {
    border-top: 1px solid var(--orange_color);
    border-right: 1px solid var(--orange_color);
}
.bordered-row-purple:after, .bordered-row-purple-sm:after {
    border-top: 1px solid var(--purple_color);
    border-right: 1px solid var(--purple_color);
}
@media(max-width:767px) {
    .bordered-row, .bordered-row-lg, .bordered-row-sm {
        position: relative;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .bordered-row:before, .bordered-row-sm:before {
        width: 15px;
    }
    .bordered-row:after, .bordered-row-sm:after {
        width: 15px;
    }
}
.bordered-row-lg h2 strong {
    background: #fff;
    padding: 0 15%;
    position: relative;
    z-index: 1;
}
.sm-img-inline img {
    flex: 0 0 80px;
    width: 80px;
}
.sm-img-inline p {
    padding: 0 20px;
}
.sm-img-inline {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
button.accordion {
  width: 100%;
  position: relative;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px 15px 50px;
  font-size: 18px;
  color: var(--dark_blue_color);
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: transparent;
  font-weight: bold;
  display: block;
  cursor: pointer;
}

button.accordion:hover {
  background-color: #efefef;
}
button.accordion:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-left: 2px solid var(--dark_blue_color);
    border-bottom: 2px solid var(--dark_blue_color);
    left: 18px;
    top: 23px;
    transform: rotate(-135deg);
    transition: all .4s;
}
button.accordion.is-open:before {
    left: 18px;
    top: 20px;
    transform: rotate(-45deg);
}
.accordion-content {
  padding: 0 20px 0px 50px;
  height: 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.radiochoice {
    position: relative;
    padding: 10px;
    line-height: 36px;
    cursor: pointer;
}
.radiochoice input {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-2px);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  cursor: pointer;
}
.radiochoice input:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #28a5cf;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    transition: all .4s;
}
.radiochoice input:checked::before {
    transform: translate(-50%, -50%) scale(1);
}
.boxchoice {
    position: relative;
    padding: 10px;
    cursor: pointer;
    margin-left: 32px;
    display: block;
}
.boxchoice input {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 0%;
  transform: translateY(-2px);
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: -32px;
  top: 8px;
}
.boxchoice input:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 0%;
    background: #28a5cf;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: center center;
    transition: all .4s;
}
.boxchoice input:checked::before {
    transform: translate(-50%, -50%) scale(1);
}
.info {
    position: relative;
    display: inline-block;
}
.info-icon {
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    background: #ffffff;
    color: var(--blue_color);
    border-radius: 50%;
    font-size: 18px;
    border: 1px solid var(--blue_color);
}
.info-content:before {
    content: "";
    position: absolute;
    top: -18px;
    border: 10px solid transparent;
    border-bottom-color: #222;
    left: 50%;
    transform: translateX(-50%);
}

.info-content {
    display: none;
    position: absolute;
    width: 420px;
    font-size: 14px;
    padding: 15px;
    background: #002758;
    color: #fff;
    line-height: 1.2;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    bottom: -10px;
    z-index: 100;
}

.info-content a {
    text-decoration: underline;
    font-weight: bold;
}
.info-content a:hover {
    opacity: .6;
}
.info-content.left {
    transform: translateX(-20px) translateY(100%);
}
.info-content.left:before {
    left: 20px;
}
.info-content.right {
    transform: translateX(-400px) translateY(100%);
}
.info-content.right:before {
    left: initial;
    right: 0px;
}
.info:hover .info-content {
    display: block;
}
@media(max-width:680px) {
    .info-content {
        width: 240px;
    }
    .info-content.right {
        transform: translateX(-220px) translateY(100%);
    }
    .bordered-row-lg h2 strong {
        padding: 0 5%;
    }
}
.footnote {
    position: relative;
    padding-left: 15px;
}
.footnote-icon {
    position: absolute;
    width: 15px;
    text-align: center;
    left: 0;
    top: 4px;
}

.breakTextEl {
    display: none;
}
@media(max-width:845px) {
    .breakTextEl {
        display: block!important;
    }
}

.patient-form .patient-yr { display: block; }
.caregiver-form .caregiver-yr { display: block; }

.patient-form .patient-diag { display: block; }
.caregiver-form .caregiver-diag { display: block; }

.patient-form .patient-on { display: block; }
.caregiver-form .caregiver-on { display: block; }

.constrainedEl {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    
}
.constrainedFooter {
    background-color: transparent;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.constrainedElPadding {
    background-color: #fff;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 3rem;
}

.constrainBuffer {
    padding-top: 30px;
    padding-bottom: 30px;
}

.constrainBufferX {
    padding-left: 30px;
    padding-right: 30px;
}
.grey-center-bg {
    background: linear-gradient(to right, #fff 30%, #dfe8f4 75%, #fff 110%);
}
@media(min-width: 1280px) {
    .bottom-button {
        position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%);
    }
    .bottom-button-left {
        position: absolute; bottom: 5px; left: 0; 
    }
}
.drop-down-links a {
    display: block;
    color: var(--dark-blue);
    padding: 5px 0;
}

.drop-down-links {
    position: absolute !important;
    left: 0;
    bottom: 16px;
    transform: translateY(100%);
    padding: 26px 20px 10px;
    display: block;
    background: #fff;
    width: 100%;
    z-index: 1 !important;
    border-radius: 0 0 10px 10px;
    display: none;
}
.drop-down-btn {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.drop-down-btn:hover .drop-down-links {
    display: block;
}
.drop-down-btn .btn {
    z-index: 10 !important;
}


.widgetBtn {
    border-radius: 20px;
    transition: all 300ms ease-in-out;
}
.widgetBtn > .widgetDd {
    max-height: 0px;
    padding: 0 10px;
    transition: all 300ms ease-in-out;
}

.widgetBtn:hover > .widgetDd {
    max-height: 300px;
    padding: 10px;
}

.widgetBtn:hover .widgetDd a {
    color: var(--purple_color);
    transition: all 300ms ease-in-out;
}

.widgetBtn:hover .widgetDd a:hover {
    color: var(--dark-blue);
}

.popup-inner {
    width: 90%;
    max-width: 1000px;
    padding: 40px;
    background: #fff;
    border: 2px solid var(--orange_color);
    border-radius: 30px;
    position: relative;
}

.popup-wrap {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1999999995;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.popup-wrap.popup-active {
    display: flex;
}
@media(max-width:1024px) {
    .popup-wrap.popup-active {
        display: flex;
        background: rgba(0, 19, 55, .2)
    }
    .popup-inner {
        box-shadow: 0 10px 10px rgba(0, 19, 55, .5);
    }
}
.popup-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #2e2e2e;
    margin: 10px 0;
    max-width: 500px;
}
button.popup-btn {
    background: var(--orange_color);
    padding: 8px 20px;
    border-radius: 60px;
    color: #fff;
    cursor: pointer;
    transition: all .4s;
    margin-top: 30px;
}
button.popup-btn:hover {
    background: var(--dark_blue_color);
}
button.close-popup {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--dark_blue_color);
    border: 2px solid var(--dark_blue_color);
    width: 24px;
    height: 24px;
    line-height: 10px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all .4s;
}
button.close-popup:hover {
    background: #fff;
    color: var(--dark_blue_color);
}

.responsive-video {
    position: relative;
    width: 100%;
  }
  
  .responsive-video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    position: relative;
    z-index: 1;
  }
  
  .responsive-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  
  .responsive-video.vid-640 {
    margin: auto;
    max-width: 640px;
  }