/* =================================================================================== //

                                          .   
                                        .o8   
oooo d8b  .ooooo.   .oooo.o  .ooooo.  .o888oo 
`888""8P d88' `88b d88(  "8 d88' `88b   888   
 888     888ooo888 `"Y88b.  888ooo888   888   
 888     888    .o o.  )88b 888    .o   888 . 
d888b    `Y8bod8P' 8""888P' `Y8bod8P'   "888" 
                                                          

// ==================================================================================== */

body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
small {
    display: block;
}

main {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: inherit;
}

sup {
    font-size: 65%;
    vertical-align: super;
    line-height: 0;
    top: 2px;
    position: relative;
}


input,
button,
select,
optgroup,
textarea,
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

address {
    font-style: inherit;
}

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
}

svg {
    fill: currentColor;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}


/* =================================================================================== //

           oooo             .o8                 oooo  
           `888            "888                 `888  
 .oooooooo  888   .ooooo.   888oooo.   .oooo.    888  
888' `88b   888  d88' `88b  d88' `88b `P  )88b   888  
888   888   888  888   888  888   888  .oP"888   888  
`88bod8P'   888  888   888  888   888 d8(  888   888  
`8oooooo.  o888o `Y8bod8P'  `Y8bod8P' `Y888""8o o888o 
d"     YD                                             
"Y88888P'                 

// ==================================================================================== */
@font-face {
    font-family: 'HelveticaNeueLtd-RomanTS';
    src: url('../../media/fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLtd-Md';
    src: url('../../media/fonts/HelveticaNeueLTStd-Md.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeueLTStd-Bd';
    src: url('../../media/fonts/HelveticaNeueLTStd-Bd.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'NeuzeitOfficePro-Regular';
    src: url('../../media/fonts/NeuzeitOfficePro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'NeuzeitOfficePro-Bold';
    src: url('../../media/fonts/NeuzeitOfficePro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


html {
    font-size: 13.4px;
}

body {
    font-feature-settings: "liga", "kern";
}

section {
    width: 100%;
    position: relative;
    padding: 5.5rem 2rem;
    /* overflow-x: hidden; */
}

img {
    width: 100%;
    /* height: 100%; */
}

p {
    line-height: 1.5rem;
    font-size: 1rem;
    max-width: 100%;
    font-family: 'NeuzeitOfficePro-Regular';
    font-weight: 400;
    color: #ffffff;
}


::placeholder {
    color: #5c5c5c;
}

::selection {
    background-color: #4c74b9;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.underline {
    text-decoration: underline;
}

.italic {
    font-style: italic;
}

.dialerUnderline {
    text-decoration: underline dotted;
    -webkit-text-decoration: underline dotted;
}

small {
    font-size: 85%;
}

.bold {
    font-weight: 700;
}

.larger {
    font-size: 120%;
}

.textLeft {
    text-align: left;
}

.textCenter {
    text-align: center;
}

.textRight {
    text-align: right;
}

.maxContentWidth {
    width: 100%;
    height: 100%;
}

.headerWidth {
    width: 100%;
    height: 100%;
}

.mobileHide {
    display: none;
}





.hide {
    display: none;
}

.m0 {
    margin: 0 !important;
}

.m1 {
    margin: 1rem 0;
}

.m2 {
    margin: 2rem 0;
}

.m3 {
    margin: 3rem 0;
}

.ml1 {
    margin-left: 1rem !important;
}

.mr1 {
    margin-right: 1rem;
}

.mb0 {
    margin-bottom: 0rem;
}

.mb1 {
    margin-bottom: 1rem;
}

.mb2 {
    margin-bottom: 2rem;
}

.mb3 {
    margin-bottom: 3rem;
}

.mb4 {
    margin-bottom: 4rem;
}

.mt1 {
    margin-top: 1rem;
}

.mt2 {
    margin-top: 2rem;
}

.mt3 {
    margin-top: 3rem;
}

.mt4 {
    margin-top: 4rem;
}

.mt5 {
    margin-top: 5rem;
}

.p2 {
    padding: 2rem;
}

.pb0 {
    padding-bottom: 0;
}

.autoMargin {
    margin: 0 auto;
}

.leftMargin {
    margin-left: auto;
}

.d-block {
    display: block;
}

.z2 {
    z-index: 2;
}

.borderNone {
    border: none !important;
}

.textNoWrap {
    white-space: nowrap;
}

.breakAll {
    word-wrap: break-word;
}

.fontLarger {
    font-size: 125% !important;
}

.pointer {
    cursor: pointer;
}

.relative {
    position: relative;
}

.IEfix {
    width: 100%;
    min-height: 1px;
}

.noScroll {
    overflow: hidden;
}

.indentBefore {
    position: absolute;
    /* display: inline; */
    width: 17px;
    text-align: right;
    left: -14px;
}

.indentAfter {
    margin-left: .25rem;
    display: block;
}

.overflowWrap {
    overflow-x: hidden;
    margin-left: -2rem;
    margin-right: -2rem;
    height: auto;
    /* overflow-y: hidden; */
    position: absolute;
    bottom: -97px;
    z-index: 1;
}

.visually-hidden {
    /* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.visually-hidden a:focus,
.visually-hidden input:focus,
.visually-hidden button:focus {
    position: static;
    width: auto;
    height: auto;
}



/* Flex */
.flex {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexColumn {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.flexRow {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

.alignStart {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.alignCenter {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.alignEnd {
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
}

.alignSelfStart {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    -o-align-self: flex-start;
    align-self: flex-start;
}

.alignSelfCenter {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center;
    align-self: center;
}

.alignSelfEnd {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    -o-align-self: flex-end;
    align-self: flex-end;
}

.justifyStart {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}

.justifyAround {
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.justifyCenter {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.justifyBetween {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.justifyEnd {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.mobileWrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobileCenter {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.helveticaStd {
    font-family: "HelveticaNeueLtd-Md", "Open Sans", Helvetica, Verdana, sans-serif;
}

.neuzeitBold {
    font-family: "NeuzeitOfficePro-Bold", Arial;
}

.drukBold {
    font-weight: 700;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
}


/* Text Color Overrides*/
.whiteText {
    color: #ffffff;
}

.darkGreenText {
    color: #0A514A !important;
}

.greenText {
    color: #73BD9C;
}

.darkGreenText {
    color: #0A514A;
}

.aquaGreenText {
    color: #51BAA7;
}

.hotPinkText {
    color: #E40C79;
}

.lightBlueText {
    color: #0C9FBD
}

.yellowText {
    color: #FFCB3D;
}

.orangeText {
    color: #DE3112;
}

.blueText {
    color: #2A459F;
}

.purpleText {
    color: #2A459F;
}

.magentaText {
    color: #952F6C;
}



.whiteBackground {
    background-color: #ffffff;
}

.greenBackground {
    background-color: #83c7b2;
}

.purpleBorder {
    border-color: #952F6C !important;
}

.pinkBorder {
    border-color: #E40C79 !important;
}

/* =================================================================================== //
 
 o8o            o8o  
 `"'            `"'  
oooo  oooo d8b oooo  
`888  `888""8P `888  
 888   888      888  
 888   888      888  
o888o d888b    o888o 
                                          
// ==================================================================================== */
.isiWarningContent h3 {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
    font-family: "NeuzeitOfficePro-Bold", Arial;
}

.isiWarningContent>ul {
    /* list-style-type: disc; */
    margin: 0 0 0 .3rem;
}

.isiWarningContent li,
.isiWarningContent p {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    color: #58585C;
}

#mobileISIShortDisplay p {
    font-size: .56rem;
    color: #58585C;
    padding: 0 .5rem;
    line-height: 1.4;
}

#mobileISIShortDisplay .mobileISIHeader {
    color: #0A514A;
    font-weight: 700;
    font-size: .75rem;
    font-family: "NeuzeitOfficePro-Bold", Arial;
}

#mobileISIShortDisplay {
    width: 82%;
    padding: .5rem .5rem;
}

/* =================================================================================== //
                                  
ooo. .oo.    .oooo.   oooo    ooo 
`888P"Y88b  `P  )88b   `88.  .8'  
 888   888   .oP"888    `88..8'   
 888   888  d8(  888     `888'    
o888o o888o `Y888""8o     `8'     

// ==================================================================================== */
/* Mobile Hamburger Menu */
.menu-toggle {
    width: 2.5rem;
    height: 2rem;
    position: absolute;
    top: 1.4rem;
    right: 1.75rem;
    cursor: pointer;
    z-index: 777;
}

.menu-toggle.on .one {
    -o-transform: rotate(45deg) translate(.39em, .39rem);
    -moz-transform: rotate(45deg) translate(.39em, .39rem);
    -ms-transform: rotate(45deg) translate(.39em, .39rem);
    -webkit-transform: rotate(45deg) translate(.39em, .39rem);
    transform: rotate(45deg) translate(.39em, .39rem);
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    -o-transform: rotate(-45deg) translate(.5rem, -.625rem);
    -moz-transform: rotate(-45deg) translate(.5rem, -.625rem);
    -ms-transform: rotate(-45deg) translate(.5rem, -.625rem);
    -webkit-transform: rotate(-45deg) translate(.5rem, -.625rem);
    transform: rotate(-45deg) translate(.5rem, -.625rem);
}

.one,
.two,
.three {
    width: 100%;
    height: .313rem;
    background: white;
    margin: .34rem auto;
    backface-visibility: hidden;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

nav ul {
    margin: 0;
    padding: 0;
    font-family: Open Sans;
    list-style: none;
    /* margin: 4em auto; */
    text-align: center;
}

nav ul.hidden {
    display: none;
}

nav ul a {
    /* -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s; */
    /* -webkit-transition-duration: 0.5s; */
    /* transition-duration: 0.5s; */
    text-decoration: none;
    /* color: #0A514A; */
    font-size: .8em;
    line-height: 1.5;
    width: 100%;
    /* display: block; */
}

nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.5);
    /* background-color: #699089; */color: #ffffff;
}

nav ul.subMenu a {
    color: #41A492;
    font-size: 1rem;
}

.subMenu .navLink {
    border: none;
    padding: 1rem 0;
}

.subMenu li:last-of-type {
    padding-bottom: 2rem;
}

.menu-section.on {
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
}

#topMostHeaderWrapper {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

#topNavigation {
    z-index: 1;
    width: 100%;
    background-color: #ffffff;
}

#HCPandPILinks {
    display: none;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    background-color: #ffffff;
}

.linksHCP {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    width: 100%;
    font-family: "NeuzeitOfficePro-Bold", Arial;
    color: #0A514A;
}

.linksHCP li:nth-child(-n+3)::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem;
}

.infoLinkBlock li:nth-of-type(-n+2):after {
    content: "|";
    display: inline-block;
    font-size: .3rem;
    padding-left: 8%;
}

.navWrapper {
    padding: .5rem 1rem;
    height: 6.7rem;
}

.subMenu {
    display: none;
    color: #1C2A5B;
}


.hasSubMenu {
    position: relative;
}

.subMenu li {
    font-size: 1.15rem;
    font-family: 'Helvetica', Arial, sans-serif;
    /* margin: 0 0 0 1rem; */
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 1rem;
}

.subMenu li br {
    display: none;
}

.hasSubMenu .subMenu li.navLink a:hover {
    color: #FFFFFF;
}

.hasSubMenu.active .subMenu {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    /* padding-top: 2rem; */
}

.hasSubMenuHeader {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /* padding: .75rem 0 .25rem; */
    width: 100%;
    /* font-size: 1.5rem; */
    pointer-events: none;
}

.navItems {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    position: fixed;
    /* background-color: rgb(65, 164, 146); */
    top: 5.5rem;
    bottom: 0;
    /* left: 0; */
    z-index: 9;
    /* height: 0; */
    /* visibility: hidden; */
    right: -9000px;
    padding: 2rem 0 0;
    /* width: 0; */
    /* display: none; */
    overflow-y: scroll;
    /* opacity: 0; */
    transition: right ease-in-out 0.5s;
}

.navItems.navigationOpen {
    display: flex;
    /* right: 0; */
    top: 5.5rem;
    bottom: 0;
    /* z-index: 9; */
    /* left: 0; */
    /* position: fixed; */
    /* visibility: visible; */
    height: auto;
    width: 100%;
    opacity: 1;
    transition: right ease-in-out 0.5s;
    right: 0;
}

.infoLinkBlock {
    /* text-transform: uppercase; */
    margin: 0 !important;
    width: 100%;
    /* -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row; */
    /* display: flex; */
}

.infoLinkBlock li:last-of-type {
    padding-bottom: 1rem;
    width: 100%;
}

.infoLinkBlock .infoLink {
    width: auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: none;
    display: inline-block;
}

.infoLinkBlock .infoLink a {
    font-size: .5rem;
    font-family: "NeuzeitOfficePro-Bold", Arial;
    padding: 0;
    text-decoration: underline;
    letter-spacing: 0;
    color: #ffffff !important;
    display: inline;
}

#mainNav {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 1;
}

#mobileMenu {
    padding: 2rem;
}

#mobileMenu img {
    max-width: 40px;
}

#mobileNavigation {
    /* position: fixed; */
    /* top: 0; */
    /* right: -1000px; */
    /* bottom: 33%; */
    color: #ffffff;
    z-index: 999;
    /* padding: 1rem 0 0; */
    transition: all 350ms ease-in-out;
    position: relative;
    /* z-index: 1; */

}

#mobileNavigation>ul {
    height: 0;
    opacity: 0;
    visibility: hidden;
    width: 0;
}

#mobileNavigation.navigationOpen>ul {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    /* text-align: left; */
    font-size: 1.5rem;
    padding: 9rem 0 1rem;
    top: 0px;
    opacity: 1;
    z-index: 3;
    transition: opacity 350ms ease-in-out;
    visibility: visible;
    height: auto;
    width: 100%;
    right: 0;
}

#mobileNavigation li {
    border-bottom: 1px solid #51BAA7;
    width: 100%;
    margin: 0;
    text-align: center;
}

#mobileNavigationFooter {
    border-bottom: 10px solid #51BAA7;
}

#mobileNavigation li.navCurrentPage a,
#mobileNavigationFooter li.navCurrentPage a {
    color: #ffffff;
    display: block;
    text-align: center;
    background-color: #51BAA7;
}

#mobileNavigationFooter li a {
    display: block;
    padding: 1rem 0;
    color: #51BAA7;
    background-color: #0A514A;
}

#mobileNavigation li:last-of-type {
    border: none;
}

#mobileNavigation li a {
    display: block;
    padding: 1.75rem 0;
    background-color: #0A514A;
    color: #51BAA7;
    border-right: 10px solid #51BAA7;
    border-left: 10px solid #51BAA7;
    font-size: 2.9rem;
}

#mobileNavigation #home {
    display: none;
}

#mobileMenuButton {
    font-size: 3rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
    margin-right: 1rem;
    align-self: flex-start;
    position: absolute;
    right: 1rem;
    z-index: 100;
}

#mobileMenuButton i {
    margin: 0;
}

#mobileNavigation .logo {
    max-width: 62%;
    min-height: 50px;
}


.newlogo {
    width: 10rem;
}

.logo {
    max-width: 60%;
    min-height: 75px;
    position: absolute;
    top: 1rem;
    left: 5%;
    z-index: 2;
}

.logo a {
    display: block;
}

/*ff fix*/
.logo img {
    min-height: 75px;
}

.headerLogo {
    width: 10rem;
}

.linksPI {
    background-color: #ffffff;
    width: 100%;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    padding: .5rem;
    font-size: .55rem;
    /* text-transform: uppercase; */
}


.linksPI li::after {
    content: "|";
    padding: 0 .4rem;
}

.linksPI li:last-of-type {
    width: 100%;
    margin-bottom: .5rem;
}

.linksPI li:last-of-type::after,
.linksPI li:nth-of-type(3)::after {
    content: "";
    padding-left: 0;
}

/* .txmdCorpFooterLinks li:nth-of-type(2n+1)::after {
    content: "|";
    padding-left: 7%;
} */

.txmdCorpFooterLinks li:last-of-type::after {
    content: "";
    padding-left: 0;
}

.firstOrder {
    flex: 0 0 100% !important;
}

.linksPI li {
    /* order: 1; */
    flex: 1 1 auto;
    margin-top: 1rem;
    /* text-decoration: underline; */
}

.linksPI li {
    /* margin-top: .75rem; */
    color: #58585C;
}

.linksPI a {
    display: inline-block;
    font-family: "NeuzeitOfficePro-Bold", Arial;
    text-decoration: underline;
    color: #0A514A;
}

.logoWrapper {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding: 0;
    z-index: 2;
}


.siteNavigation {
    width: 100%;
    color: white;
}

.siteNavigation li {
    font-weight: 700;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
    font-size: 1.7rem;
    margin-top: 0rem;
    width: 100%;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.siteNavigation li a {
    padding: 2rem .75rem;
    display: block;
    font-size: 3.15rem;
    letter-spacing: 1px;
    line-height: 1.56rem;
}

.siteNavigation li.navCurrentPage a {
    color: #ffffff !important;
}

#mobileNavigationFooter .flex {
    display: block;
}

#mobileNavigationFooter li {
    margin: 0rem;
    text-align: center;
    border-bottom: 1px solid #51BAA7;
    border-right: 10px solid #51BAA7;
    border-left: 10px solid #51BAA7;
}

.subMenu {
    display: none;
}

#mobileNavigation li.navCurrentPage.hasSubMenu .subMenu a,
#mobileNavigationFooter li.navCurrentPage.hasSubMenu .subMenu a {
    color: #0A514A;
    font-size: 2.2rem;
    padding: 1rem 0;
}

#mobileNavigation li.navCurrentPage.hasSubMenu .subMenu a:active,
#mobileNavigationFooter li.navCurrentPage.hasSubMenu .subMenu a:active {
    background-color: #ffffff;
    color: #0A514A;
}

.siteNavigation .hasSubMenu li a {
    padding: .5rem 0;
    color: #FFFFFF;
    letter-spacing: .5px;
    font-size: 2.5rem;
}

nav:not(#mobileNavigation):not(#mobileNavigationFooter) .hasSubMenu:hover .subMenu {
    display: block;
}

/* =================================================================================== //

                   o8o        .o8   .oooooo..o                      
                   `"'       "888  d8P'    `Y8                      
ooo. .oo.  .oo.   oooo   .oooo888  Y88bo.       .ooooo.   .ooooo.  
`888P"Y88bP"Y88b  `888  d88' `888   `"Y8888o.  d88' `88b d88' `"Y8 
 888   888   888   888  888   888       `"Y88b 888ooo888 888       
 888   888   888   888  888   888  oo     .d8P 888    .o 888   .o8 
o888o o888o o888o o888o `Y8bod88P" 8""88888P'  `Y8bod8P' `Y8bod8P' 
                                                                                                       

// ==================================================================================== */
h1 {
    font-size: 3.75rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
    font-weight: 700;
    color: #ffffff;
    line-height: .85;
    letter-spacing: 1.5px;
}

h2 {
    font-size: 3.75rem;
    font-weight: 700;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
    font-weight: 700;
    line-height: 3.75rem;
    color: #ffffff;
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
}

h3 {
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
    color: #ffffff;
    line-height: 1.25;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.order0 {
    order: 0;
}

.order1 {
    order: 1;
}

.footnote {
    font-size: .75rem;
    position: relative;
    line-height: .88rem;
}

.headerText {
    /* font-size: 3.25rem; */
    line-height: 3.5rem;
    position: relative;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
}

.heroText {
    color: #0A514A;
    /* font-weight: 700; */
    /* font-style: italic; */
    /* position: absolute; */
    /* top: 42%; */
    /* left: 5%; */
    font-size: 1.25rem;
    /* z-index: 2; */
    line-height: 1.25rem;
    letter-spacing: .5px;
    margin-top: .94rem;
}

.heroSection {
    /* padding-top: 10rem; */
    padding: 0;
position: relative;}
.heroImage{
    /* position: absolute;
    top: 6.5rem;
    bottom:0;
    left:0;
    right:0;*/
    z-index: -1;
display: block;margin-top: 7rem;}

.heroImage img{display: block;}
.bannerText{
    z-index: 1;
    position: absolute;
padding-top: 10rem;padding-left: 2rem;}
.bannervideo{
    margin-left: -7rem;
    margin-right: -4rem;
    margin-top: 0rem;
    }
#homepageHero h1{
    font-size: 3.375rem;
}
#homepageHero .heroImage::after{
box-shadow: 0 2.5rem 1.25rem -1.25rem rgb(65, 164, 146) inset;
content: '';
top: 7rem;
bottom: 0;
width: 180%;
height: 100%;
position: absolute;
}

#homepageHero {
    /* background-image: url("../../media/images/homepage.jpg"); */
    /* background-repeat: no-repeat; */
    /* background-position: 133% 100%; */
    /* background-size: 16rem; */
    /* padding-bottom: 18.5rem; */
}

#aWholeYear sup{
    top: .4rem;
    font-size: 70%;
}
#aWholeYear p{
    padding-right: 1rem;}
#aWholeYear .illustration{
    margin-bottom: -3.5rem;
    margin-right: -3rem;
    margin-left: -1rem;
}
#itsInfoSlider{
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}
#howDoIGetHero {
    /* padding-bottom: 26.5rem; */
}

#howToUseHero {
    /* padding-bottom: 34rem; */
}

#faqHero {
    /* padding-bottom: 34.5rem; */
}

#howToUseHero .overImage {
    width: 28rem;
    left: -2.2rem;
    bottom: 8rem;
}

#faqHero .overImage {
    width: 23rem;
    bottom: 8rem;
    left: .5rem;
}

/* #savingsHero {
    background-image: url("../../media/images/savings-banner.jpg");
    background-repeat: no-repeat;
    background-position: 50% 115%;
    background-size: 14.5rem;
    padding-bottom: 30.5rem;
} */

#savingsHero .heroImage {
    /* width: 14.5rem; */
    /* -webkit-align-self: center; */
    /* -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center; */
    /* align-self: center; */
    /* margin-bottom: -8.6rem; */
    /* margin-top: -0.7rem; */   
    

}

#vitaCareHero .heroImage {
    /* width: 16rem; */
    /* -webkit-align-self: center; */
    /* -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center; */
    /* align-self: center; */
}

#vitaCareLogo {
    width: 6rem;
    margin-top: -2rem;
    margin-bottom: 1rem;
}
#vitaCareCallout1{
    padding-bottom: 3rem;
}
#vitaCareStep2 p,#vitaCareStep3 p{
    padding-right: 3.25rem;
}
#appHero .heroImage {
    /* width: 27rem; */
    /* -webkit-align-self: center; */
    /* -moz-align-self: center;
    -ms-align-self: center;
    -o-align-self: center; */
    /* align-self: center; */
    /* margin-bottom: -8rem; */
    /* margin-left: -3.5rem; */
    /* margin-top: 2rem; */
}

.overImage {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    left: -23rem;
    right: 0;
    width: 51rem;
    -webkit-transform: translateY(10rem);
    -ms-transform: translateY(10rem);
    -moz-transform: translateY(10rem);
    -o-transform: translateY(10rem);
    transform: translateY(10rem);
}

.translateImage {
    z-index: 1;
    -webkit-transform: translateY(10rem);
    -ms-transform: translateY(10rem);
    -moz-transform: translateY(10rem);
    -o-transform: translateY(10rem);
    transform: translateY(10rem);
    margin-top: -10rem;
}
.jumpLinkTarget {
    border-top: 150px solid transparent;
    margin-top: -150px !important;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display: block;
    width: 100%;
}
#nowWhatDoIDo .overImage {
    bottom: 7rem;
    left: 1rem;
    right: 0;
    width: 18.5rem;
    transform: translateY(10rem);
    z-index: 4;
    pointer-events: none;
}

#appFAQ .overImage {
    bottom: 7rem;
    left: 0;
    right: 0;
    width: 23rem;
    transform: translateY(10rem);
    z-index: 2;
    margin: 0 auto;
}
#howDoIGetHero .overImage {
    width: 48rem;
    left: -22rem;
}
#nowWhatDoIDo .buttonTemplate {
    z-index: 3;
    position: relative;
}

.illustration {
    width: 125%;
}

.center {
    margin-left: -2.2rem;
    margin-right: -2.2rem;
}

.topRight {
    margin-top: -5.58rem;
    margin-right: -2rem;
    margin-left: -2rem;
}

.bottomRight {
    margin-bottom: -5.5rem;
    margin-right: -2rem;
    margin-left: -2rem;
}

.bottom {
    margin-bottom: -5.5rem;
    margin-left: -2.2rem;
    margin-right: -2.2rem;
}

#appForYourPhone .illustration {
    margin-bottom: -5.8rem;
}

#needToKnowMore {
    padding-top: 19rem;
}

#needToKnowMore .illustration {
    position: absolute;
    top: 0;
    z-index: 0;
    width: 16rem;
    right: 0;
    margin-right: 0;
}

.buttonTemplate {
    border: .375rem solid #ffffff;
    text-transform: uppercase;
    width: 16rem;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
    font-weight: 700;
    padding: .55rem 0;
    cursor: pointer;
    display: block;
    z-index: 1;
}

#annoveraCombinesQualities {
    padding-right: 0;
    padding-bottom: 3rem;
}

#annoveraCombinesQualities h2 {
    font-size: 2.81rem;
    line-height: 2.5rem;
    letter-spacing: 1.12px;
}

.videoContainer {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#appCallout1{
    padding-top: 3.3rem;
    padding-bottom: 4.5rem;
}
#indexCallout{
    padding: 4.25rem 1.7rem;
}
#aboutHero {
    /* background-color: #cc1e1b; */
}
#aboutCallout{
    padding-top: 3rem;
}
#aboutCallout p{
    padding-right: .4rem;
}
/* #aboutHero .bannervideo {
    width: 125%;
    margin-bottom: -6rem;
    margin-left: -2rem;
    margin-right: -2rem;
} */
#videoTestimonialsCallout{
    padding: 13.56rem 5rem 0;
}
#videoTestimonials{
    background-color: #DE3112;
    margin-right: -5rem;
    margin-left: -5rem;
    padding-bottom: 1.875rem;
    margin-top: 13.4rem;
}
.testimonialThumbnail{
    position: relative;
    width: 19.31rem;
    margin-top: 1.875rem;
    padding: 1.375rem;
    cursor: pointer;
    background-color: #FFCB3D;
}
.testimonialThumbnail::after{
    content: "";
    position: absolute;
    background-image: url("../../media/images/play-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 2rem;
    height: 2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}   
#getItOnlineAbout {
    padding-bottom: 0;
}

#getItOnlineAbout .maxContentWidth {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
#getItOnlineAbout p {
    color: #DE3112;
    background-color: #FFCB3D;
    padding: 6rem 1.5rem 6rem 2.5rem;
    position: relative;
    top: -2rem;
}
#getItOnlineAbout .buttonTemplate {
    background-color: #DE3112;
}
#getItDeliveredAnimation {
    transform: translateY(-11rem);
    margin-bottom: -12rem;
}
#waysToAnimation{
    position: relative;
    width: 46rem;
    left: -22rem;
    margin-top: -7rem;
}
#learnMoreAbout h2 {
    font-size: 2.81rem;
    line-height: .89;
}
#talkAboutIt p{
    padding-right: 1.48em;
}
#talkAboutIt .illustration {
    margin-top: 2rem;
    width: 100%;
    margin-right: -2rem;
    margin-left: auto;
    position: relative;
    z-index: 9;
    pointer-events: none;
}
#faqQuestions .illustration {
    background-image: url("../../media/images/mobile-faq-know-it-all.svg");
    background-repeat: no-repeat;
    background-position: bottom right;
    pointer-events: none;
}
#faqBook {
    height: 36rem;
    width: 100%;
}
#nowWhatDoIDo {
    padding: 6rem 4rem 20rem;
}
#appFAQ {
    padding-bottom: 27rem;    
}
.ctaBlock {
    z-index: 1;
}
#savingsCallout1 {
    padding: 3rem 2.6rem 3.5rem;
}
#savingsCallout2 {
    padding: 7rem 2.1rem;
}
#talkAboutIt{
    padding-left: 4rem;
}
.appLogoBlock {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.appLogoBlock a {
    width: 12.5rem;
    margin: .5rem 0;
}

.appLogoContainer {
    margin: 2rem auto;
}

#appDownloadCTA .appLogoContainer {
    margin: 2rem 0 0;
}

#appCallout1 .appLogoBlock a,
#appDownloadCTA .appLogoBlock a {
    width: 7.25rem;
    margin: 0 .5rem;
}

#appCallout1 .appLogoBlock,
#appDownloadCTA .appLogoBlock {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}

#appCallout1 .appLogoContainer {
    margin-bottom: 0;
}

#formSuccess {
    padding: 5.5rem 4.75rem;
}

.videoPopupBackground {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.videoPopupBackground {
    background: rgba(222, 49, 1, .6);
}


.videoPopupMainW {
    max-width: 1300px;
    max-height: 720px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 9999;
    width: 100%;
}

.videopopupCloseBTN {
    position: fixed;
    top: -20%;
    right: 0%;
    padding: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    z-index: 9999;
    font-size: 2rem;
    font-family: "NeuzeitOfficePro-Bold", Arial;
}

#appVideoContainer iframe {
    width: 100%;
    height: auto;
    margin-top: 20px;
    min-height: 300px;
}
#appVideoContainerSophia iframe,#appVideoContainerCaitlin iframe {
    width: 100%;
    height: auto;
    margin-top: 20px;
    min-height: 200px;
}
#appSteps {
    /* position: absolute; */
    /* bottom: 0; */
    width: 17rem;
    transform: translateY(5.5rem);
    margin: -3rem auto 0;
}

#learnMoreAbout {
    padding-bottom: 0;
}

#learnMoreAbout h2 {
    margin-bottom: 7rem;
}

#stepsToYaKnow {
    padding-bottom: 0;
}
#howDoIGetHero .buttonTemplate{
    width: 13.5rem;
    padding: .35rem 0;
}
/* =================================================================================== //
        oooo   o8o        .o8                              
        `888   `"'       "888                              
.oooo.o  888  oooo   .oooo888   .ooooo.  oooo d8b  .oooo.o 
d88(  "8  888  `888  d88' `888  d88' `88b `888""8P d88(  "8 
`"Y88b.   888   888  888   888  888ooo888  888     `"Y88b.  
o.  )88b  888   888  888   888  888    .o  888     o.  )88b 
8""888P' o888o o888o `Y8bod88P" `Y8bod8P' d888b    8""888P' 
// ==================================================================================== */

.aboutSliderColumn {
    background-color: #DE3112;
    width: 9rem;
}

.aboutSliderColumn p {
    color: #ffffff;
    font-family: "NeuzeitOfficePro-Regular", Arial, sans-serif;
    font-size: 1.15rem;
    line-height: 1.25rem;
}

.aboutSliderColumn img {
    width: 2.25rem;
    display: block;
    margin: 0 auto 1rem;
    -webkit-flex: 0 0 3rem;
    -ms-flex: 0 0 3rem;
    flex: 0 0 3rem;
}

#aboutSliderDesktop {
    width: 438px;
}

.aboutSliderSecondColumn.aboutSliderColumn img {
    width: 3.75rem;
    height: 100%;
}

#sliderControls {
    margin-top: 1rem;
    width: 4rem;
    position: absolute;
    bottom: 2rem;
    left: 41%;
}

.sliderBullet {
    font-size: 1.5rem;
}

.sliderHeader {
    height: 11.25rem;
    text-align: center;
}

.sliderHeader p {
    font-family: "NeuzeitOfficePro-Bold", Arial, sans-serif;
    font-size: 1.35rem;
    -webkit-flex: 0 0 2rem;
    -ms-flex: 0 0 2rem;
    flex: 0 0 2rem;
}

.aboutSliderLeftText {
    padding-bottom: 43rem;
    width: 100%;
}

w {}

.aboutSliderLeftText h2 {
    font-size: 3.12rem;
}

.aboutSliderFirstColumn {
    width: 11rem;
    padding: 0 .8rem 0;
}

.aboutSliderFirstColumn .sliderRow {
    text-align: left;
}

.aboutSliderSecondColumn {
    background-color: #FFCB3D;
    color: #DE3112;
    /* width: 6.6rem; */
}

.aboutSliderSecondColumn p {
    color: #DE3112;
}

#aboutSliderWrapper {
    background-color: #DE3112;
    overflow: hidden;
    /* width: 21rem; */
    position: absolute;
    bottom: 5.5rem;
    left: 2rem;
    right: 0;
}

.checkIcon {
    width: 4.5rem !important;
}

.sliderRow {
    text-align: center;
    font-size: 1.15rem;
    height: 6.25rem;
    height: 6.5rem;
}

.sliderRow:last-of-type p {
    font-size: .65rem;
    line-height: .75rem;
}

.slick-dots {
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    list-style: none;
    margin: 0 auto;
}

.slick-dots button {
    font-size: 0;
    border-radius: 50%;
    width: .75rem;
    height: .75rem;
    padding: 0;
    margin: .5rem;
    border: none;
    background-color: #ffffff;
}

#learnMoreAbout .slick-dots button {
    width: .5rem;
    height: .5rem;
    margin-right: .25rem;
}

#annoveraCombinesQualities .slick-active button {
    background-color: #DE3112;
}

#learnMoreAbout .slick-active button {
    background-color:  #E40C79;
}

#stepsToYaKnow .slick-active button {
    background-color: #0DAAC9;
}
#itsInfoSlider .slick-active button {
    background-color: #FFCB3D;
}
.learnMoreBox {
    background-color: #E40C79;
    -webkit-flex: 0 0 31rem;
    -ms-flex: 0 0 31rem;
    flex: 0 0 31rem;
    padding: 0 1.5rem;
    margin-bottom: 2.4rem;
    font-family: 'NeuzeitOfficePro-Regular', Arial, sans-serif;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
}


.learnMoreBox p,
.learnMoreBox a {
    line-height: 1.5rem;
    margin: 1rem 0;
    color:#491843;
}

.learnMoreBox p.footnote {
    font-size: .75rem;
    line-height: .9rem;
}

.learnMoreBox .learnLogo {
    -webkit-flex: 0 0 11rem;
    -ms-flex: 0 0 11rem;
    flex: 0 0 11rem;
    margin-bottom: 1rem;
}

.learnMoreVitaCare .learnLogo {
    width: 14rem;
}

.learnMoreFavor .learnLogo {
    width: 15.5rem;
    /* margin-bottom: 2rem; */
}
.learnMoreNuRX .learnLogo {
    width: 8.5rem;
    /* margin-bottom: 2rem; */
}
#itsInfoSliderWrapper{
    margin-top: -5rem;
    margin-bottom: -4rem;
    /* margin-left: 1rem; */
}
#itsInfoSliderControls{
    margin-top: 0;
    left: 47%;
    transform: translateX(-47%);
    width: 4rem;
    position: absolute;
    bottom: 1.25rem;
}
.itsInfoBox {
    background-color: #FFCB3D;
    /* background-image: linear-gradient(180deg, #DE3112 0%, #DE3112 10%, #FFCB2D 10%,#FFCB2D 100%); */
    -webkit-flex: 0 0 31rem;
    -ms-flex: 0 0 31rem;
    flex: 0 0 20.5rem;
    padding: 0 1rem;
    margin-bottom: 2.4rem;
    font-family: 'NeuzeitOfficePro-Regular', Arial, sans-serif;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
    height: 35.5rem;
    width: 20.5rem;
    margin-right: 3rem;
    border-top: 2rem solid #DE3112;
}
.itsInfoBox img{
    width: 11.75rem;
    padding-top: 1.625rem;
}
#itsAnnualAnimation{
    width: 20.75rem;
    transform: translateY(-3rem);
    margin-bottom: -3rem;
}
.itsInfoBox h2,.itsInfoBox h3{
    color: #DE3112;
    line-height: .85;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.itsInfoBox p{
    color: #DE3112;
    line-height: 1.22;
    font-size: 1.125rem;
}
.itsInfoBox .textBlock{
    flex: 0 0 19rem;
}
.stepBox {
    background-color: #0DAAC9;
    -webkit-flex: 0 0 35.5rem;
    -ms-flex: 0 0 35.5rem;
    flex: 0 0 35.5rem;
    padding: 0 1rem 1rem;
    margin-bottom: 2.4rem;
    font-family: 'NeuzeitOfficePro-Regular', Arial, sans-serif;
    -webkit-display: flex !important;
    -moz-display: flex !important;
    -ms-display: flex !important;
    -o-display: flex !important;
    display: flex !important;
    height: 35.5rem;
}

.stepBox h3 {
    color: #2A459F;
    font-size: 2.5rem;
    line-height: 2.25rem;
    margin: .5rem 0 1rem;
}

.stepBox p {
    font-size: 1.13rem;
    line-height: 1.4rem;
}

.stepIllustration {
    width: 100%;
}

.expandableTextOuter {
    overflow: hidden;
    position: relative;
}

.expandableTextArrow {
    display: block;
    font-size: 1rem;
    position: absolute;
    bottom: 0;
    padding: 1rem 3rem;
    left: 25%;
}

.expandableTextArrow.up {
    transform: scaleY(-1);
}

.stepBox4,
.stepBox6 {
    padding-bottom: 2.5rem;
}

/* =================================================================================== //
 
 .o88o.                      
 888 `"                      
o888oo   .oooo.    .ooooo oo 
 888    `P  )88b  d88' `888  
 888     .oP"888  888   888  
 888    d8(  888  888   888  
o888o   `Y888""8o `V8bod888  
                        888. 
                        8P'  
                        "    
                                          
// ==================================================================================== */
.faqQuestion {
    width: 100%;
    margin: 2rem 0;
}

.faqHeadline {
    cursor: pointer;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
}

.faqHeadline h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    /* margin-right: 1rem; */
    text-align: left;
    margin-left: 1rem;
}

.faqAnswer {
    display: none;
    margin-bottom: 1rem;
}

.faqButton {
    font-family: "NeuzeitOfficePro-Bold", Arial;
    font-size: 1.5rem;
    border: .25rem solid #E40C79;
    border-radius: .65rem;
    color: #ffffff;
    padding: .4rem 0;
    width: 13rem;
    margin-bottom: 1rem;
    cursor: pointer;
}

.faqButton.active {
    background-color: #E40C79;
}

.faqHeadline img {
    max-width: 68px;
    transition: transform .3s;
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
}

.plusIcon::after {
    content: "+";
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    /* margin: -1rem 0 0 0; */
    display: block;
    font-family: "NeuzeitOfficePro-Bold", Arial;
    font-style: normal;
    color: #ffffff;
    width: .5rem;
}

.minusIcon::after {
    width: .5rem;
    content: "-";
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
    /* margin: -2rem 0 0 0; */
    display: block;
    font-family: "NeuzeitOfficePro-Bold", Arial;
    font-style: normal;
    color: #ffffff;
}

.faqAnswer p {
    margin: 1rem 1rem 1rem 1.5rem;
    /* font-size: 1.2rem; */
    line-height: 1.1rem;
}

.faqAnswer ul {
    list-style-type: disc;
    margin: 1rem 1rem 1rem 3rem;
    color: #ffffff;
}

.faqAnswer ul.insertSteps {
    margin: 2rem 0;
}

.faqAnswer li {
    margin-bottom: .5rem;
    line-height: 1.1rem;
    font-size: 1rem;
    font-family: 'NeuzeitOfficePro-Regular';
}

/* =================================================================================== //

 .o88o.                                      
 888 `"                                      
o888oo   .ooooo.  oooo d8b ooo. .oo.  .oo.   
 888    d88' `88b `888""8P `888P"Y88bP"Y88b  
 888    888   888  888      888   888   888  
 888    888   888  888      888   888   888  
o888o   `Y8bod8P' d888b    o888o o888o o888o 
                                             

// ==================================================================================== */
#keepInTouch {
    padding: 2rem 1.8rem;
}

#keepInTouchForm {
    margin: 0rem auto;
    /* width: 80%; */
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    align-items: center;
}

#keepInTouchForm input:not([type="checkbox"]):not([type="radio"]),
#keepInTouchForm select {
    border: 0.38rem solid #D0CFCC;
    padding: 1rem;
    margin: 0;
    width: 100%;
    color: #808080;
    background-color: #ffffff;
    /* text-transform: uppercase; */
    font-family: 'NeuzeitOfficePro-Regular';
}

#keepInTouchForm select {
    padding: 1rem;
    -webkit-appearance: none;
}

.fieldRow .flexColumn {
    width: 100%;
}

#keepInTouchForm label {
    font-size: 1.2rem;
    font-family: 'NeuzeitOfficePro-Bold';
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#keepInTouchForm fieldset {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.25rem;
    font-family: 'NeuzeitOfficePro-Bold';
    color: #ffffff;
    text-align: center;
    margin-bottom: 1rem;
}

#keepInTouchForm input[type="checkbox"] {
    border: 0;
    opacity: 0;
    width: 0;
}

#signUpConfirmButton {
    width: 19rem;
    margin-top: 1rem;
}

.optInBlock {
    max-width: 96%;
    margin-top: 0rem;
}

.formInnerWrapper {
    width: 100%;
}

/* https://markheath.net/post/customize-radio-button-css */
.radio-toolbar {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    max-width: 68%;
    margin: 0 auto;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: transparent;
    padding: .1rem 2.2rem;
    font-family: "Druk Web", Helvetica, Verdana, sans-serif !important;
    border: .38rem solid #ffffff;
    font-size: 1.15rem !important;
}


.radio-toolbar input[type="radio"]:checked+label {
    background-color: #0A514A;
    /* border-color: #FFCB3D; */
    /* color: #ED4021 !important; */
    vertical-align: middle;
}

.radioContainer {
    display: inline;
    position: relative;
    padding-left: 3rem;
    margin: 1.5rem 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    border: 4px solid #FFCB3D;
}

/* On mouse-over, add a grey background color */
.radioContainer:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioContainer input:checked~.checkmark {
    background-color: #FFCB3D;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioContainer input:focus {
    outline: 2px auto rgb(229, 151, 0);
    outline-offset: -2px;
}

input.error,
select.error {
    background-color: #f3cccc;
}

span.error {
    display: block;
    color: #0A514A;
    margin: .5rem 0;
    text-align: left;
    /* font-style: italic; */
    /* font-weight: 700; */
    text-transform: uppercase;
    font-family: 'NeuzeitOfficePro-Bold';
}

#genericError {
    color: #e40000;
    margin-bottom: 1rem;
}

#ajaxWait {
    display: none;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 81, 74, .6)
        /* opacity: .9; */
}

.ajaxAnimation {
    position: fixed;
    top: 35%;
    left: 33%;
    /* background-color: #ffffff; */
    color: #ffffff;
    text-align: center;
    padding: 1rem;
    width: 11rem;
    height: 11rem;
    /* border-radius: 10px; */
    font-weight: 700;
    font-size: 1.5rem;
    z-index: 9999;
    font-family: 'NeuzeitOfficePro-Bold', Arial, sans-serif;
}

.ajaxAnimation .loading {
    display: block;
    border: .75rem solid #ffffff;
    border-top: .75rem solid transparent !important;
    border-radius: 50%;
    width: 60%;
    height: 60%;
    animation: spin 2s linear infinite;
    margin: 1rem auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.formWrapper .optInBlock p{
    font-size: .82rem;
    line-height: 1.15rem;
    margin-bottom: 1rem;
    letter-spacing: .021rem;
}
/* Accessible checkbox - https://medium.com/claritydesignsystem/pure-css-accessible-checkboxes-and-radios-buttons-54063e759bb3 */
#keepInTouchForm label[for="vitaCareOptIn"],
#keepInTouchForm label[for="termsAndConditions"] {
    position: relative;
    display: inline-block;
    text-align: left;
    padding-left: 2.8rem;
    font-size: .82rem;
    line-height: 1.15rem;
    /* font-weight: 400; */
    color: #ffffff;
    font-family: 'NeuzeitOfficePro-Regular';
}

label[for="vitaCareOptIn"]::before,
label[for="vitaCareOptIn"]::after,
label[for="termsAndConditions"]::before,
label[for="termsAndConditions"]::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
label[for="vitaCareOptIn"]::before,
label[for="termsAndConditions"]::before {
    border: 0.25rem solid #D0CFCC;
    height: 1.45rem;
    background-color: #ffffff;
    width: 1.45rem;
    left: 0;
    top: 0;
}

/*Hide the checkmark by default*/
#keepInTouchForm input[type="checkbox"]+label::after {
    content: none;
}

/*Unhide on the checked state*/
#keepInTouchForm input[type="checkbox"]:checked+label::after {
    content: "";
    height: .5rem;
    width: 1rem;
    border-left: .15rem solid black;
    border-bottom: .15rem solid black;
    transform: rotate(-45deg);
    left: .2rem;
    top: .3rem;
}

#keepInTouchForm input[type="checkbox"]:checked+label::before {
    background-color: #D0CFCC;
}

/*Adding focus styles on the outer-box of the fake checkbox*/
#keepInTouchForm input[type="checkbox"]:focus+label::before {
    outline: rgb(59, 153, 252) auto 5px;
}

/* iOS field "zoom" fix */
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
select:focus,
textarea {
    font-size: 16px;
}

#pillPackForm span.error {
    font-size: 1rem;
}

a[disabled] {
    pointer-events: none;
}

#howToGetOptions .iconWrapper {
    order: 1;
    margin-left: 1rem;
}

#howToGetOptions img {
    width: 35px;
}

#howToGetOptions .flexColumn {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

#howToGetOptions .flexColumn p {
    order: 2;
    width: 100%;
}

#howToGetOptions .flexColumn .pageCTAs {
    order: 3;
    width: 100%;
}

#howToGetOptions.howToGetWrap h3 {
    font-size: .9rem;
}

#howToGetOptions .greenButton {
    font-size: 1.5rem;
}
#howToGetCallout3{
    padding-right: 4rem;
    padding-left: 4rem;
    padding-bottom: 2rem;
}
#saveOnAnnovera {
    width: 9rem;
    padding: 0.15rem;
}

#howToGetplushcareSteps h3 {
    margin-left: 3rem;
}

#orderAnnoveraButton {
    font-size: 1.5rem;
}

#howToGetplushcareSteps h4 {
    font-size: 1.25rem;
    max-width: 90%;
}

.formWrapper p {
    font-size: .95rem;
    /* text-align: center; */
}

#keepInTouchForm button {
    width: 100%;
    /* height: 60px; */
    /* font-size: 2rem; */
    /* padding: 0; */
    /* text-transform: uppercase; */
    /* font-weight: 700; */
    /* margin-top: 2rem; */
    /* background-color: #952F6C; */
    /* color: #ffffff; */
    /* border: 9px solid #E40C79; */
    /* margin-top: 1rem; */
    /* max-width: 260px; */
}

#registrationForm h2 {
    font-family: "Druk Web", Impact, Arial Black, sans-serif;
    text-align: left;
    font-size: 4rem;
    color: #ffffff;
}

#overEighteenError {
    color: #0A514A;
    /* font-style: italic; */
    font-weight: 700;
    /* white-space: nowrap; */
    /* position: relative; */
    display: block;
    /* top: -60px; */
    font-size: .9rem;
    text-align: center;
    margin-bottom: 0;
}

/* Form color Overrides */

.aquaForm #getInTouchText {
    color: #51BAA7;
}

legend {
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.aquaForm legend {
    color: #FFFFFF;
}

.aquaForm #keepInTouchForm input:not([type="checkbox"]):not([type="radio"]),
.aquaForm #keepInTouchForm select {
    border: 7px solid #51BAA7;
}

.aquaForm label[for="vitaCareOptIn"]::before,
.aquaForm label[for="termsAndConditions"]::before {
    border: 3px solid #51BAA7;
}

.aquaForm #keepInTouchForm button {
    background-color: transparent;
    border: 9px solid #ffffff;
}

.aquaForm .radio-toolbar label {
    border: 10px solid #51BAA7;
}

.aquaForm .radio-toolbar input[type="radio"]:checked+label {
    background-color: #51BAA7;
    border-color: #51BAA7;
    color: #ffffff !important;
}

.aquaForm #overEighteenError,
.aquaForm span.error {
    color: #E40C79;
}

.aquaForm #keepInTouchForm input[type="checkbox"]:checked+label::before {
    background-color: #51BAA7;
}

.magentaForm #getInTouchText {
    color: #ffffff;
}

.magentaForm legend {
    color: #FFFFFF;
}

.magentaForm #keepInTouchForm input:not([type="checkbox"]):not([type="radio"]),
.magentaForm #keepInTouchForm select {
    border: 7px solid #952F6C;
}

.magentaForm label[for="vitaCareOptIn"]::before,
.magentaForm label[for="termsAndConditions"]::before {
    border: 3px solid #952F6C;
}

.magentaForm #keepInTouchForm button {
    background-color: transparent;
    border: 9px solid #ffffff;
}

.magentaForm .radio-toolbar label {
    border: 10px solid #952F6C;
}

.magentaForm .radio-toolbar input[type="radio"]:checked+label {
    background-color: #952F6C;
    border-color: #952F6C;
    color: #ffffff !important;
}

.magentaForm #overEighteenError,
.magentaForm span.error {
    color: #FFCB3D;
}

.magentaForm #keepInTouchForm input[type="checkbox"]:checked+label::before {
    background-color: #952F6C;
}

.lightBlueForm #getInTouchText {
    color: #0C9FBD;
}

.lightBlueForm legend {
    color: #FFFFFF;
}

.lightBlueForm #keepInTouchForm input:not([type="checkbox"]):not([type="radio"]),
.lightBlueForm #keepInTouchForm select {
    border: 7px solid #0C9FBD;
}

.lightBlueForm label[for="vitaCareOptIn"]::before,
.lightBlueForm label[for="termsAndConditions"]::before {
    border: 3px solid #0C9FBD;
}

.lightBlueForm #keepInTouchForm button {
    background-color: transparent;
    border: 9px solid #ffffff;
}

.lightBlueForm .radio-toolbar label {
    border: 10px solid #0C9FBD;
}

.lightBlueForm .radio-toolbar input[type="radio"]:checked+label {
    background-color: #0C9FBD;
    border-color: #0C9FBD;
    color: #ffffff !important;
}

.lightBlueForm #overEighteenError,
.lightBlueForm span.error {
    color: #E40C79;
}

.lightBlueForm #keepInTouchForm input[type="checkbox"]:checked+label::before {
    background-color: #0C9FBD;
}

.orangeForm #getInTouchText {
    color: #DE3112;
}

.orangeForm p {
    color: #DE3112;
}

.orangeForm legend {
    color: #DE3112;
}

.orangeForm #keepInTouchForm label,
.orangeForm #keepInTouchForm fieldset {
    color: #DE3112;
}

.orangeForm #keepInTouchForm input:not([type="checkbox"]):not([type="radio"]),
.orangeForm #keepInTouchForm select {
    border: 7px solid #DE3112;
}

.orangeForm label[for="vitaCareOptIn"]::before,
.orangeForm label[for="termsAndConditions"]::before {
    border: 3px solid #DE3112;
}

.orangeForm #keepInTouchForm button {
    background-color: transparent;
    border: 9px solid #DE3112;
    color: #DE3112;
}

.orangeForm .radio-toolbar label {
    border: 10px solid #DE3112;
}

.orangeForm .radio-toolbar input[type="radio"]:checked+label {
    background-color: #DE3112;
    border-color: #DE3112;
    color: #ffffff !important;
}

.orangeForm #keepInTouchForm input[type="checkbox"]:checked+label::before {
    background-color: #DE3112;
}




/* =================================================================================== //

 .o88o.                         .                      
 888 `"                       .o8                      
o888oo   .ooooo.   .ooooo.  .o888oo  .ooooo.  oooo d8b 
 888    d88' `88b d88' `88b   888   d88' `88b `888""8P 
 888    888   888 888   888   888   888ooo888  888     
 888    888   888 888   888   888 . 888    .o  888     
o888o   `Y8bod8P' `Y8bod8P'   "888" `Y8bod8P' d888b    
                                                       
// ==================================================================================== */
footer {
    /* background-color: #51BAA7; */
    /* border-left: 10px solid #0A514A; */
    /* border-bottom: 10px solid #0A514A; */
    /* border-right: 10px solid #0A514A; */
    color: white;
    /* padding: 2rem 1.8rem; */
    position: absolute;
}

footer p {
    line-height: 1.5;
    font-size: .8rem;
}

.socialIcon {
    width: 2rem;
}

.txmdCorpFooterLinks {
    font-size: 1rem;
    text-align: center;
    margin-top: 5rem;
}

#gradientLine {
    width: 75%;
    min-height: 1px;
    margin: 2rem 0;
}

.addressInfoBlock {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    /* text-align: center; */
}

.addressInfoBlock p {
    font-size: .9rem;
}

.addressInfoBlock address {
    order: 1;
}

.txmdLogo {
    text-align: center;
    width: 100%;
    margin-bottom: .5rem;
}

.txmdLogo img {
    max-width: 215px;
    margin-top: 2rem;
}

.txmdLogo a {
    display: block;
}

.footerText {
    text-align: center;
    padding: 0;
    font-size: .75rem;
}

.socialMediaBlock {
    width: 100%;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    font-size: 3rem;
}

.socialMediaBlock a:first-of-type {
    margin-right: 1.5rem;
}

#txmdCorpFooter .appLogoBlock {
    margin: 1rem 0 1rem 0;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
footer .appLogoContainer{
    margin: 0 auto;
}
footer .appLogoContainer p {
    font-size: .65rem;
    text-align: center;
}

footer .appLogoBlock a {
    width: 150px;
}

footer .appLogoBlock a:first-of-type {
    margin-right: 1rem;
}

/* =================================================================================== //

                    oooo                     
                    `888                     
 .ooooo.   .ooooo.   888   .ooooo.  oooo d8b 
d88' `"Y8 d88' `88b  888  d88' `88b `888""8P 
888       888   888  888  888   888  888     
888   .o8 888   888  888  888   888  888     
`Y8bod8P' `Y8bod8P' o888o `Y8bod8P' d888b    
                                             
                                             
                                             
             .               oooo                     
           .o8               `888                     
 .oooo.o .o888oo oooo    ooo  888   .ooooo.   .oooo.o 
d88(  "8   888    `88.  .8'   888  d88' `88b d88(  "8 
`"Y88b.    888     `88..8'    888  888ooo888 `"Y88b.  
o.  )88b   888 .    `888'     888  888    .o o.  )88b 
8""888P'   "888"     .8'     o888o `Y8bod8P' 8""888P' 
                 .o..P'                               
                 `Y8P'                               
// ==================================================================================== */
/* Teal Page */
.tealPage ::selection {
    background-color: #0A514A;
    color: #fff;
}

.tealPage .alternateBackground ::selection {
    background-color: #41a492;
    color: #fff;
}

.tealPage .navWrapper {
    background-color: rgba(65, 164, 146, .6);
}

body.tealPage {
    background-color: rgb(65, 164, 146);
}

.tealPage .siteNavigation li a {
    color: #0A514A;
}
.tealPage .siteNavigation li a:hover {
    background-color: #699089;
}
.tealPage .navigationOpen+.navWrapper {
    background-color: rgba(65, 164, 146, 1);
}

.tealPage .alternateBackground {
    background-color: #0A514A;
}

.tealPage .navItems {
    background-color: rgba(65, 164, 146, 1);
}

.tealPage #registrationForm .textAltColor,
.tealPage .modal .textAltColor,
.tealPage .textAltColor {
    color: #0A514A;
}

.tealPage .isiWarningContent h3 {
    color: #0A514A;
}

.tealPage .alternateBackground .buttonTemplate:hover {
    background-color: #41a492;
}

.tealPage .buttonTemplate:hover,
.tealPage .modalConfirm:hover,
.tealPage .modalCancel:hover {
    background-color: #0A514A;
}

.tealPage .radio-toolbar label:hover {
    background-color: #0A514A;
}

.tealPage .modal {
    background-color: #41a492;
}

@media (min-width: 1024px) {
    .tealPage .siteNavigation li a {
        color: #ffffff;
    }
    .tealPage .siteNavigation li a:hover{
        background-color: transparent;
    }
    .tealPage .siteNavigation li.navCurrentPage a {
        color: #0A514A !important;
        border:  .3rem solid #0A514A!important;
    }  

    .tealPage #savingsLink:hover {
        color: #ffffff !important;
        border:  .3rem solid #ffffff!important;
        background-color:#0A514A;
    }  

    .tealPage .lg-regColor {
        color: #ffffff;
    }
}

/* Orange Page */
.orangePage ::selection {
    background-color: #FFCB3D;
    color: #fff;
}

.orangePage .alternateBackground ::selection {
    background-color: #DE3112;
    color: #fff;
}

.orangePage .navWrapper {
    background-color: rgba(222, 49, 18, .6);
}

body.orangePage,
.orangePage .navigationOpen+.navWrapper,
.orangePage .navItems,
.orangePage .alternateBackground .buttonTemplate:hover,
.orangePage .alternateForm.formSection,
.orangePage .modal {
    background-color: #DE3112;
}

.orangePage .alternateBackground,
.orangePage .buttonTemplate:hover,
.orangePage #getItOnlineAbout .buttonTemplate:hover,
.orangePage .modalConfirm:hover,
.orangePage .modalCancel:hover,
.orangePage .formSection,
.orangePage #formSuccess,
.orangePage .radio-toolbar label:hover {
    background-color: #FFCB3D;
}

.orangePage .buttonTemplate:hover,
.orangePage #getItOnlineAbout .buttonTemplate:hover,
.orangePage .modalConfirm:hover,
.orangePage .modalCancel:hover {
    background-color: #FFCB3D;
    color: #DE3112;
}

.orangePage #registrationForm .textAltColor,
.orangePage .modal .textAltColor,
.orangePage .textAltColor,
.orangePage .siteNavigation li a,
.orangePage .heroText,
.orangePage .readFullIcon,
.orangePage .alternateForm #registrationForm .textAltColor,
.orangePage .hasSubMenu .subMenu li.navLink a:hover {
    color: #FFCB3D;
}



.orangePage .alternateBackground .textAltColor,
.orangePage .isiWarningContent h3,
.orangePage #mobileISIShortDisplay .mobileISIHeader,
.orangePage #registrationForm .textAltColor,
.orangePage #registrationForm h2,
.orangePage #registrationForm p,
.orangePage #registrationForm #keepInTouchForm label[for="vitaCareOptIn"],
.orangePage #keepInTouchForm label[for="termsAndConditions"],
.orangePage legend,
.orangePage #keepInTouchForm label,
.orangePage .radio-toolbar label,
.orangePage #keepInTouchForm .buttonTemplate,
.orangePage .underHeroTextCallout p,
.orangePage #formSuccess h2,
.orangePage #formSuccess p,
.orangePage #formSuccess .textAltColor,
.orangePage .linksHCP {
    color: #DE3112;
}
.orangePage .alternateForm .radio-toolbar input[type="radio"]:checked+label
 {
    color: #DE3112!important;
}

.orangePage .radio-toolbar label,
.orangePage #keepInTouchForm .buttonTemplate,
.orangePage #keepInTouchForm .buttonTemplate:hover {
    border-color: #DE3112;
}

.orangePage span.error,
.orangePage #overEighteenError {
    color: #000000;
}

.orangePage .radio-toolbar input[type="radio"]:checked+label {
    background-color: #FFFFFF;
}

.orangePage footer {
    background-color: #DE3112 !important;
}

.orangePage .alternateForm #registrationForm h2,
.orangePage .alternateForm #registrationForm p,
.orangePage .alternateForm legend,
.orangePage .alternateForm #keepInTouchForm label,
.orangePage .alternateForm #registrationForm #keepInTouchForm label[for="vitaCareOptIn"],
.orangePage .alternateForm #keepInTouchForm .buttonTemplate,
.orangePage .alternateForm .radio-toolbar label {
    color: #FFFFFF;
}

.orangePage .alternateForm .radio-toolbar label,
.orangePage .alternateForm #keepInTouchForm .buttonTemplate {
    border-color: #FFFFFF;
}

.orangePage #ajaxWait {
    background-color: rgba(222, 49, 18, .6)
}

@media (min-width: 1024px) {
    .orangePage .siteNavigation li a {
        color: #ffffff;
    }
    .orangePage #savingsLink:hover
    {
        background-color:#FFCB3D;
    }
    .orangePage .subMenu li {
        border-color: #DE3112 !important;
    }
    .orangePage .siteNavigation li.navCurrentPage a {
        color: #FFCB3D !important;
    }
    .orangePage .siteNavigation .hasSubMenu li a,
    .orangePage .siteNavigation .hasSubMenu li.navCurrentPage a {
        color: #DE3112!important;
    }
}

/* Pink Page */
.pinkPage ::selection {
    background-color: #491843;
    color: #fff;
}




.pinkPage .alternateBackground ::selection {
    background-color: #E40C79;
    color: #fff;
}

.pinkPage .navWrapper {
    background-color: rgba(228, 12, 121, .6);
}
.pinkPage .siteNavigation li a:hover {
    color: #FFFFFF;
}
.pinkPage .hasSubMenu .subMenu li.navLink a:hover{
    color: #FFFFFF;
}
body.pinkPage,
.pinkPage .navigationOpen+.navWrapper,
.pinkPage .navItems,
.pinkPage .alternateBackground .buttonTemplate:hover,
.pinkPage .formSection,
.pinkPage footer.alternateBackground,
.pinkPage.faqAlternate .radio-toolbar label:hover,
.pinkPage.faqAlternate .modalConfirm:hover,
.pinkPage.faqAlternate .modalCancel:hover,
.pinkPage.faqAlternate .radio-toolbar input[type="radio"]:checked+label,
.pinkPage .modal {
    background-color: #E40C79;
}

.pinkPage .alternateBackground,
.pinkPage #formSuccess,
.pinkPage .buttonTemplate:hover,
.pinkPage .modalConfirm:hover,
.pinkPage .modalCancel:hover,
.pinkPage.faqAlternate #formSuccess,
.pinkPage.faqAlternate .modal,
.pinkPage .radio-toolbar label:hover {
    background-color: #491843;
}

.pinkPage #registrationForm .textAltColor,
.pinkPage .textAltColor,
.pinkPage .readFullIcon {
    color: #4f4f4f;
}


.pinkPage .alternateBackground .textAltColor,
.pinkPage .isiWarningContent h3,
.pinkPage #mobileISIShortDisplay .mobileISIHeader,
.pinkPage .siteNavigation li a,
.pinkPage .modal .textAltColor,
.pinkPage .heroText,
.pinkPage .linksHCP {
    color: #491843;
}

.pinkPage #registrationForm .textAltColor,
.pinkPage .alternateBackground #overEighteenError,
.pinkPage #formSuccess .textAltColor,
.pinkPage .alternateBackground span.error,
.pinkPage.faqAlternate .modal .textAltColor
{
    color:#E40C79;
}

.pinkPage .underHeroTextCallout p {
    color: #ffffff;
}

.pinkPage .radio-toolbar input[type="radio"]:checked+label {
    background-color: #491843;
}

.pinkPage #overEighteenError,
.pinkPage span.error {
    color: #491843;
}

.pinkPage #ajaxWait {
    background-color: rgba(73, 24, 67, .6);
}


@media (min-width: 1024px) {
    .pinkPage .siteNavigation li a {
        color: #ffffff;
    }

    .pinkPage #savingsLink:hover {
        background-color: #491843;
    }

    .pinkPage .subMenu li {
        border-color: #491843 !important;
    }

    .pinkPage .subMenu li:last-of-type {
        border-color: transparent !important;
    }

    .pinkPage .siteNavigation .hasSubMenu li a {
        color: #491843;
    }

    .pinkPage .siteNavigation li.navCurrentPage a {
        color: #491843 !important;
    }
}


/* Blue Page */
.bluePage ::selection {
    background-color: #0DAAC9;
    color: #fff;
}

.bluePage .alternateBackground ::selection {
    background-color: #2A459F;
    color: #fff;
}

.bluePage .navWrapper {
    background-color: rgba(42, 69, 159, .6);
}

body.bluePage,
.bluePage .navigationOpen+.navWrapper,
.bluePage .navItems,
.bluePage .alternateBackground .buttonTemplate:hover,
.bluePage.vitaCareAlternative .modalConfirm:hover,
.bluePage.vitaCareAlternative .modalCancel:hover,
.bluePage .formSection,
.bluePage #formSuccess,
.bluePage.vitaCareAlternative .radio-toolbar input[type="radio"]:checked+label,
.bluePage.vitaCareAlternative .radio-toolbar label:hover,
.bluePage.vitaCareAlternative footer,
.bluePage .modal {
    background-color: #2A459F;
}

.bluePage .alternateBackground,
.bluePage .buttonTemplate:hover,
.bluePage .modalConfirm:hover,
.bluePage .modalCancel:hover,
.bluePage.vitaCareAlternative .modal,
.bluePage.vitaCareAlternative #formSuccess,
.bluePage .radio-toolbar label:hover {
    background-color: #0DAAC9;
}

.bluePage #registrationForm .textAltColor,
.bluePage .textAltColor,
.bluePage .isiWarningContent h3,
.bluePage .linksHCP,
.bluePage.vitaCareAlternative #registrationForm .textAltColor,
.bluePage.vitaCareAlternative #formSuccess .textAltColor,
.bluePage.vitaCareAlternative .modal .textAltColor,
.bluePage.vitaCareAlternative #overEighteenError,
.bluePage.vitaCareAlternative span.error,
.bluePage #mobileISIShortDisplay .mobileISIHeader {
    color: #2A459F;
}



.bluePage .alternateBackground .textAltColor,
.bluePage #registrationForm .textAltColor,
.bluePage #formSuccess .textAltColor,
.bluePage .siteNavigation li a,
.bluePage .modal .textAltColor,
.bluePage .heroText,
.bluePage .readFullIcon {
    color: #0DAAC9;
}

.bluePage .underHeroTextCallout p {
    color: #ffffff;
}

.bluePage .radio-toolbar input[type="radio"]:checked+label {
    background-color: #0DAAC9;
}

.bluePage #overEighteenError,
.bluePage span.error {
    color: #0DAAC9;
}

.bluePage #ajaxWait {
    background-color: rgba(42, 69, 159, .6);
}

@media (min-width: 1024px) {
    .bluePage .siteNavigation li a {
        color: #ffffff;
    }

    .bluePage #savingsLink:hover
    {
        background-color:#2A459F;
    }

    .bluePage #savingsLink:hover
    {
        background-color: #0DAAC9 !important;
    }

    .bluePage .subMenu li {
        border-color: #2A459F !important;
    }

    .bluePage .subMenu li:last-of-type {
        border-color: transparent !important;
    }

    .bluePage .siteNavigation .hasSubMenu li a {
        color: #491843;
    }

    .bluePage .siteNavigation li.navCurrentPage a {
        color: #0DAAC9 !important;
    }
}

/* Purple Page */
.purplePage ::selection {
    background-color: #E40C79;
    color: #fff;
}

.purplePage .alternateBackground ::selection {
    background-color: #491843;
    color: #fff;
}

.purplePage .navWrapper {
    background-color: rgba(73, 24, 67, .6);
}

body.purplePage,
.purplePage .navigationOpen+.navWrapper,
.purplePage .navItems,
.purplePage .alternateBackground .buttonTemplate:hover,
.purplePage .formSection,
.purplePage #formSuccess,
.purplePage .modal {
    background-color: #491843;
}

.purplePage .alternateBackground,
.purplePage .buttonTemplate:hover,
.purplePage .modalConfirm:hover,
.purplePage .modalCancel:hover,
.purplePage .radio-toolbar label:hover {
    background-color: #E40C79;
}

.purplePage #registrationForm .textAltColor,
.purplePage .textAltColor,
.purplePage .readFullIcon,
.purplePage .siteNavigation li a,
.purplePage .heroText {
    color: #E40C79;
}

.purplePage .linksHCP {
    color: #952F6C;
}


.purplePage .alternateBackground .textAltColor,
.purplePage .isiWarningContent h3,
.purplePage #mobileISIShortDisplay .mobileISIHeader {
    color: #491843;
}

.purplePage .underHeroTextCallout p {
    color: #ffffff;
}

.purplePage .radio-toolbar input[type="radio"]:checked+label {
    background-color: #E40C79;
}

.purplePage #overEighteenError,
.purplePage span.error {
    color: #E40C79;
}

.purplePage #ajaxWait {
    background-color: rgba(73, 24, 67, .6);
}

@media (min-width: 1024px) {
    .purplePage .siteNavigation li a {
        color: #ffffff;
    }

    .purplePage #savingsLink:hover
    {
        background-color: #E40C79;
    }

    

    .purplePage .siteNavigation li.navCurrentPage a {
        color: #E40C79 !important;
    }

    .purplePage .subMenu li {
        border-color: #491843 !important;
    }

    .purplePage .subMenu li:last-of-type {
        border-color: transparent !important;
    }

    .purplePage .siteNavigation .hasSubMenu li a {
        color: #491843;
    }
}

/* Light Blue Page */
.lightBluePage ::selection {
    background-color: #2A459F;
    color: #fff;
}

.lightBluePage .alternateBackground ::selection {
    background-color: #0DAAC9;
    color: #fff;
}

.lightBluePage .navWrapper {
    background-color: rgba(13, 170, 201, .6);
}
.lightBluePage .siteNavigation li a:hover {
    color: #FFFFFF;
}
body.lightBluePage,
.lightBluePage .navigationOpen+.navWrapper,
.lightBluePage .navItems,
.lightBluePage .alternateBackground .buttonTemplate:hover,
.lightBluePage .formSection,
.lightBluePage #formSuccess,
.lightBluePage .modal {
    background-color: #0DAAC9;
}

.lightBluePage .alternateBackground,
.lightBluePage .buttonTemplate:hover,
.lightBluePage .modalConfirm:hover,
.lightBluePage .modalCancel:hover,
.lightBluePage .radio-toolbar label:hover {
    background-color: #2A459F;
}

.lightBluePage #registrationForm .textAltColor,
.lightBluePage .textAltColor,
.lightBluePage .isiWarningContent h3,
.lightBluePage .linksHCP,
.lightBluePage #mobileISIShortDisplay .mobileISIHeader {
    color: #2A459F;
}

.lightBluePage .siteNavigation li.navCurrentPage a {
    color: #ffffff !important;
}

.lightBluePage .alternateBackground .textAltColor,
.lightBluePage #registrationForm .textAltColor,
.lightBluePage #formSuccess .textAltColor,
.lightBluePage .siteNavigation li a,
.lightBluePage .modal .textAltColor,
.lightBluePage .heroText {
    color: #2A459F;
}

.lightBluePage .readFullIcon {
    color: #0DAAC9;
}

.lightBluePage .underHeroTextCallout p {
    color: #ffffff;
}

.lightBluePage .radio-toolbar input[type="radio"]:checked+label {
    background-color: #2A459F;
}

.lightBluePage #overEighteenError,
.lightBluePage span.error {
    color: #491843;
}

.lightBluePage #ajaxWait {
    background-color: rgba(42, 69, 159, .6);
}

@media (min-width: 1024px) {
    .lightBluePage .siteNavigation li a {
        color: #ffffff;
    }

    .lightBluePage .subMenu li {
        border-color: #2A459F !important;
    }

    .lightBluePage .subMenu li:last-of-type {
        border-color: transparent !important;
    }

    .lightBluePage .siteNavigation .hasSubMenu li a {
        color: #2A459F;
    }

    .lightBluePage .siteNavigation li.navCurrentPage a {
        color: #2A459F !important;
    }
}


/* =================================================================================== //
                                                          d8b                   
                                                          Y8P                   
                                                                                
88888b.d88b.            .d88888 888  888  .d88b.  888d888 888  .d88b.  .d8888b  
888 "888 "88b          d88" 888 888  888 d8P  Y8b 888P"   888 d8P  Y8b 88K
888  888  888          888  888 888  888 88888888 888     888 88888888 "Y8888b. 
888  888  888 d8b      Y88b 888 Y88b 888 Y8b.     888     888 Y8b.          X88 
888  888  888 Y8P       "Y88888  "Y88888  "Y8888  888     888  "Y8888   88888P' 
                            888                                                 
                            888                                                 
                            888
// ==================================================================================== */


@media (max-width:1023px) {

    .expandableTextArrow {
        left: auto;
    }
}


@media(max-width: 1024px) {
    .siteNavigation .hasSubMenu li a {
        color: #ffffff;
    }


}
@media(min-width: 375px) {
    html{font-size: 16px;}    
}
@media(min-width: 411px) {
    html {
        font-size: 17px;
    }

    .infoLinkBlock li:nth-of-type(-n+2):after {
        padding-left: 12%;
    }
    .itsInfoBox{
        width: 21.5rem;
    }
}

@media(min-width: 500px) {
    html {
        font-size: 20px;
    }
    #learnMoreAbout h2{
        font-size: 3.5rem;
    }
    #appVideoContainer iframe {
        width: 100%;
        height: 100%;
        min-height: 400px;
    }
    #appVideoContainerSophia iframe,#appVideoContainerCaitlin iframe {
        min-height: 300px;
    }
    .videopopupCloseBTN {
        /* top: 0rem; */
        right: 1rem;
    }

}
@media(min-width: 600px) {
    html {
        font-size: 20px;
    }
    h1{
        font-size: 5rem;
    }
    .heroText{
        font-size: 1.5rem;
        line-height: 1.4rem;
    }
    #homepageHero h1{
        font-size: 4rem;
    }
    #learnMoreAbout h2{
        font-size: 4rem;
    }
    #homepageHero {
        /* padding-bottom: 10rem; */
        /* background-position: 112% 100%; */
    }
    #howDoIGetHero .overImage{
        width: 31rem;
        left: -1rem;
        bottom: 5rem;
    }
    #howDoIGetHero{
        /* padding-bottom: 11rem; */
    }
    #howToUseHero .overImage{
        left: auto;
        width: 24rem;
        right: -3rem;
    }
    #howToUseHero{
        /* padding-bottom: 21rem; */
    }
    #appHero .heroImage {
        /* position: relative; */        
        /* right: -6rem; */        
        /* margin-left: 0; */
        /* margin-top: -7rem; */
        /* width: 27rem; */
    }
    #vitaCareHero .heroImage {
        /* position: absolute; */
        /* right: -2rem; */
        /* bottom: 0; */
        /* width: 16rem; */
    }
    #vitaCareHero{
        /* padding-bottom: 13rem; */
    }
    #faqHero {
        /* padding-bottom: 25rem; */
    }

    #faqHero .overImage {
        left: auto;
        width: 23rem;
        right: -3rem;
    }
    #savingsHero .md-row{
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
    .infoLinkBlock li:nth-of-type(-n+2):after{
        padding-left: 18%;
    }
    .itsInfoBox{
        width: 20.5rem;
        margin-right: 7rem;
    }
}
@media (min-width: 700px) {
    html {
        font-size: 22px;
    }
    #howDoIGetHero .overImage{
        left: -1rem;
        width: 37rem;
    }
    .videopopupCloseBTN {
        top: 2rem;
        right: 2rem;
    }

    #faqQuestions .illustration {
        background-position: 133% 100%;
    }
    #vitaCareHero .heroImage {           
        /* right: -2rem; */        
        /* width: 18rem; */
    }
    #appVideoContainerSophia iframe,#appVideoContainerCaitlin iframe {
        min-height: 350px;
    }
    #appVideoContainerSophia .videopopupCloseBTN,#appVideoContainerCaitlin .videopopupCloseBTN {
        top: -20%;
        right: 2rem;
    }


}


@media (min-width: 768px) {
    html {
        font-size: 25px;
    }
    h1{
        font-size: 3.75rem;
    }
    .heroText{
        font-size: 1.25rem;
        line-height: 1.25rem;
    }
    .heroImage{
        margin-left: -11rem;
        margin-right: -5rem;
    }
    #aboutHero .heroImage{
        margin-left: -5rem;
        margin-right: -11rem;
    }
    .bannerText{
        padding-top: 10rem;
    padding-left: 1.5rem;}
    #homepageHero h1{
        font-size: 3.5rem;
    }
    .tealPage .heroImage::after{
        display: none;
        }
    .learnMoreBox p,
    .learnMoreBox a {
        font-size: .9rem;
    }



    #saveOnAnnovera 
    {
        width:12rem; 
    }

    .md-show {
        display: block;
    }

    .md-hide {
        display: none;
    }

    .md-leftMargin {
        margin-left: auto;
    }
    .md-order0{
        -webkit-order: 0;
        -moz-order: 0;
        -ms-order: 0;
        -o-order: 0;
        order: 0;
        margin-left: -4rem;
        margin-right: -1rem;
    }
    .md-order1{
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        -o-order: 1;        
        order: 1;
    }
    .md-row {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }

    .md-flexColumn {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .md-alignSelfCenter {
        -webkit-align-self: center;
        -moz-align-self: center;
        -ms-align-self: center;
        -o-align-self: center;
        align-self: center;
    }
    .md-textLeft{
        text-align: left;
    }
    .infoLinkBlock {
        width: 87%;
    }

    #homepageHero {
        /* padding-bottom: 12rem; */
        /* background-position: 112% 100%; */
    }
    #aboutCallout{
        padding-bottom: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem;
    }
    #getItOnlineAbout h2{
        width: 100%;
        text-align: center;
    }
    .underHeroTextCallout,
    #savingsCallout1,
    #savingsCallout2 {
        padding: 6rem 5rem;
    }
    #faqCallout{
        padding-bottom: 0;
    }
    .radio-toolbar {
        max-width: 50%;
    }

    /* #aboutHero .bannervideo {
        position: absolute;
        z-index: -1;
        width: 60%;
        right: -4rem;
        bottom: 0;
        margin: 0;
    } */
    #videoTestimonialsCallout{
        padding: 10rem 5rem 0;
    }
    #videoTestimonials{
        margin-top: 10rem;
    }
    #getItOnlineAbout p {
        padding: 6rem 5rem;
        max-width: 27rem;
    }

p {}
    #aboutCallout p{
        padding-right: 0;
    }

p.textCenter.mb1 {}
    #howDoIGetHero {
        /* padding-bottom: 11rem; */
    }

    .overImage {
        width: 32rem;
        left: 0rem;
        bottom: 5rem;
    }

    #talkAboutIt .illustration {
        width: 23rem;
        margin-top: -3rem;
    }

    #talkAboutIt .illustration img {
        display: block;
    }

    #faqQuestions .illustration {
        width: 19rem;
        margin-left: auto;
    }

    #nowWhatDoIDo .overImage {
        width: 19rem;
        bottom: 7rem;
        left: 5rem;
    }

    #howToUseHero {
        /* padding-bottom: 21rem; */
    }

    #howToUseHero .overImage {
        left: auto;
        width: 24rem;
        right: -3rem;
    }
    #howDoIGetHero .overImage{
        width: 37rem;
        left: -2rem;
    }
    #faqHero {
        /* padding-bottom: 25rem; */
    }

    #faqHero .overImage {
        left: auto;
        width: 24rem;
        right: -3rem;
    }

    #needToKnowMore {
        padding-top: 5rem;
    }

    #needToKnowMore .illustration {
        left: 0;
        right: auto;
    }

    #needToKnowMore .buttonTemplate {
        background-color: #0DAAC9;
    }

    #savingsHero .heroImage {
      margin-left: -5rem;
      margin-right: -11rem;
    }

    #savingsLearnHowBtn,
    #orderANNOVERABtn,#seeWhatOthersBtn {
        width: 20rem;
        font-size: 2rem;
    }
    #indexCallout{
        padding: 4.25rem 4rem;
    }
    #vitaCareHero .heroImage {
        /* position: absolute; */
        /* z-index: 0; */
        /* right: -2rem; */
        margin-right: -8rem;
        margin-left: -8rem;
        /* bottom: 0; */
        /* width: 18rem; */
    }

    #appHero .heroImage {
        /* position: relative; */
        /* z-index: 0; */
        /* right: -6rem; */
        /* margin-bottom: 0; */
        /* margin-left: 0; */
        /* margin-top: -7rem; */
        /* width: 27rem; */
    }

    #appVideoImage {
        max-width: 20rem;
        margin: 0 auto;
    }

    .videopopupCloseBTN {
        top: 1rem;
        right: 2rem;
    }
    #appVideoContainerSophia iframe, #appVideoContainerCaitlin iframe{
        min-height: 400px;
    }
    .learnMoreBox {
        max-width: 19rem;
        height: 25rem;
        margin-right: 7rem;
    }
    #savingsDisclaimerBlock p:last-of-type .indentBefore{
        left: -1rem;
    }
    #vitaCareHero{
        /* padding-bottom: 15rem; */
    }
    #learnMoreAbout {
        padding-bottom: 5rem;
    }

    .learnMoreBox .learnLogo {
        -webkit-flex: 0 0 6rem;
        -ms-flex: 0 0 6rem;
        flex: 0 0 6rem;
        width: 11rem;
    }
    .learnMoreNuRX .learnLogo{
        width:8.5rem;
    }
    .stepBox {
        max-width: 19rem;
        height: 28rem;
        margin-right: 7rem;
    }
    #waysToAnimation{
        left: -17rem;
    }
    #stepsToYaKnow {
        padding: 1rem 2rem 2rem;
    }

    #stepsToYaKnow #sliderControls {
        left: 34%;
    }

    .stepIllustration {
        width: 62%;
    }

    .stepBox p {
        font-size: 1rem;
    }
    #talkAboutIt{
        padding-bottom: 5.5rem;
    }

    .learnMoreFavor .learnLogo {
        width: 12rem;
        /* margin-bottom: 0; */
        /* flex: 0 0 6rem; */
    }

    #learnMoreAbout h2 {
        margin-bottom: 5rem;
        font-size: 3rem;
        align-self: center;
    }

    .expandableTextArrow img {
        width: 1rem;
    }

    #getItDeliveredAnimation-lg {
        width: 38rem;
        margin-right: 0;
        margin-left: -16rem;
        margin-top: -5.5rem;
    }
    #learnMoreSliderWrapper{
        margin-top: 7rem;
    }
    #keepInTouchForm{
        margin-top: 2rem;
    }
    #overEighteenError{
        font-size: 1rem;
        margin-bottom: .5rem;
    }
}

@media (min-width: 800px) {
    html {
        font-size: 26px;
    }
    .videopopupCloseBTN {
        top: 2rem;
        right: 4rem;
    }
    #annoveraCombinesQualities h2{
        font-size: 3.25rem;
        line-height: 3rem;
    }
    #indexCallout{
        padding: 4.25rem 5rem;
    }
    #aWholeYear p:first-of-type{
        width: 91%;
    }
}

@media (min-width: 900px) {
    html {
        font-size: 29px;
    }
    .videopopupCloseBTN {
        top: 1.5rem;
        right: 6rem;
    }
    #indexCallout{
        padding: 4.25rem 7rem;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 12.8px;
    }
    .heroImage{
        margin-left: 0!important;
        margin-right: 0!important;
        margin-top: 7.45rem;
        }
    .bannerText{
        padding-top: 14rem;
        padding-left: 7rem;
    }
    #homepageHero h1{
        font-size: 5.41rem;
    letter-spacing: .135rem;line-height: 5.2rem;}
    #homepageHero .bannerText{
        padding-left: 2.92rem;
        padding-top: 12.96rem;
    }
    #savingsHero .bannerText{
        padding-top: 12rem;
    }
    #appDownloadCTA .appLogoContainer{
        margin: 0;
    }
    #aWholeYear .illustration {
        width: 44%;
        bottom: 4rem;
        margin: 0;
        right: -2rem;
    }
    #aWholeYear p{
        padding-right: 0;
    }
    #aWholeYear{
        padding-bottom: 6.45rem;
    }
    #youCanGetItOnline h2,#accessibleAffordable h2{
        font-size: 5.9rem;
    }
    #aboutCallout p{
        text-align: left;
        margin-left: 2rem;
        margin-top: 3rem;
    }
    #aboutCallout{
        padding-left: 6rem;
        padding-right: 5.5rem;
    }
    .bannervideo{
        width: 32.5rem;
        margin: 0 0 0 -4rem;
    }
    #youCanGetItOnline .lg-halfSize p,#accessibleAffordable .lg-halfSize p{
        max-width: 92%;
    }
    #softAndSquishy .lg-halfSize p{
        max-width: 70%;
    }
    #savingsLink
    {
        border:.3rem solid #ffffff;
        color: #ffffff;
        line-height: .8rem!important;

    }
    #appCallout1{
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
    #howDoIGetHero p {
        /* line-height: 2.25rem; */
    }
    #vitaCareCallout1{
        padding: 10rem 7rem;
    }
    #affordableAccessible {
        top: 1rem;
        position: relative;
    }


    #saveOnAnnovera {
        width: 12.5rem;
        padding: 0.5rem 0.15rem;
    }

    .ctaBlock {
        left: 1.3rem;
        position: relative;
    }

    h1 {
        font-size: 6.25rem;
        line-height: 5.8rem;
        letter-spacing: 3.75px;
        letter-spacing: .155rem;
    }

    h2 {
        font-size: 6.25rem;
        line-height: 5.8rem;
        letter-spacing: 3.75px;
    }

    h3 {
        font-size: 1.7rem;
        font-weight: 700;
        font-family: "Druk Web", Impact, Arial Black, sans-serif;
        color: #ffffff;
        line-height: 1;
    }

    p {
        line-height: 1.1rem;
    }
    .lg-mt2{
        margin-top: 2rem;
    }
    .lg-pb3 {
        padding-bottom: 3rem;
    }

    .lg-pb10 {
        padding-bottom: 10rem;
    }

    .lg-order0 {
        order: 0 !important;
    }

    .lg-order1 {
        order: 1;
    }

    .lg-show {
        display: block;
    }

    .lg-hide {
        display: none;
    }

    .lg-flexColumn {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .lg-flexRow {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }

    .lg-justifyEnd {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
    }

    .lg-justifyCenter {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }
    .lg-justifyBetween {
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
    }
    .lg-justifyAround {
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
    }
    .lg-noWrap {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .lg-leftMargin {
        margin-left: auto;
    }

    .lg-halfSize {
        max-width: 57%;
    }

    .lg-halfSize p {
        max-width: 86%;
    }

    .lg-twoThirds {
        max-width: 66%;
    }

    .lg-twoThirds p {
        max-width: 85%;
    }
    .lg-textCenter{
        text-align:center;
    }
    .lg-textJustify{
        text-align:justify;
    }
    #emailAddressError,#phoneNumberError{
        margin-top: -0.5rem;
        margin-bottom: .5rem;
    }
    #appAlertPic {
        position: static;
        width: 35rem;
        margin-left: -7rem;
        margin-top: -8rem;
    }

    #appSteps {
        position: static;
        width: 20rem;
        transform: translateY(3rem);
        margin-bottom: -5.25rem;
        margin-right: -1rem;
    }

    .mobileHide {
        display: block;
    }

    .buttonTemplate {
        width: 12.5rem;
    }

    .menu-toggle {
        display: none;
    }

    .infoLinkBlock {
        display: none;
    }

    .killScroll {
        overflow: auto;
    }

    .navWrapper {
        padding: .5rem 2rem;
        height: auto;
    }

    .navItems {
        position: static;
        width: 100%;
        height: auto;
        overflow-y: visible;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        opacity: 1;
        background-color: transparent !important;
    }

    .siteNavigation li {
        border: none;
    }

    .siteNavigation .hasSubMenu li a {
        color: #0A514A;
        font-size: 1rem;
        display: block;
    }

    nav ul a:hover {
        background-color: transparent;
    }

    .linksHCP li:nth-child(-n+3)::after {
        padding: 0 2rem;
    }

    .headerLogo {
        display: block;
    }

    #HCPandPILinks {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

    .linksHCP li {
        font-size: .625rem;
        line-height: 2;
    }

    .linksHCP li a {
        padding: .25rem 0;
        height: 100%;
        display: inline-block;
    }

    .siteNavigation li a {
        font-size: 1.3rem;
        padding: .75rem .75rem;
        color: #ffffff;
    }

    .hasSubMenuHeader {
        width: auto;
        pointer-events: all;
    }

    .hasSubMenu:hover .hasSubMenuHeader {
        /* text-decoration: underline; */
        color: #0A514A;
    }


    .hasSubMenu:hover .subMenu,
    .hasSubMenu.active:hover .subMenu {
        display: block;
        /* width: 250px; */
        /* left: -1.5rem; */
        left: 52%;
        transform: translateX(-50%);
        padding: 0;
        top: 4rem;
        width: 100%;
    }

    .subMenu,
    .hasSubMenu.active .subMenu {
        position: absolute;
        z-index: 9;
        /* padding: 0 !important; */
        /* width: 150px; */
        /* left: -3rem; */
        background-color: #FFFFFF;
        /* left: -2.5rem; */
        padding: 1rem 1rem .75rem;
        text-align: center;
        display: none;
    }

    .subMenu li {
        white-space: nowrap;
        border-bottom: 1px solid #ffffff;
        /* padding-bottom: .75rem!important; */
        font-size: .9rem !important;
        border-bottom: 1px solid #41A492 !important;
        padding: 0 !important;
    }

    .subMenu li:last-of-type {
        border-bottom: transparent !important;
    }

    .subMenu li br {
        display: block;
    }
    .isiWarningContent>ul{
        margin: 0;
    }
    .headerWidth {
        max-width: 75%;
        padding: 0 0 0 2rem;
        visibility: visible;
    }

    .isiWarningContent li,
    .isiWarningContent p {
        font-size: .71rem;
        line-height: 1.25rem;
    }

    .underHeroTextCallout {
        padding: 11rem 10rem;
    }

    section {
        padding: 8.25rem 7rem;
    }

    #accessibleAffordable {
        padding-top: 11rem;
    padding-right: 6.75rem;}

    #accessibleAffordable .lg-halfSize {
        max-width: 58%;
    }

    #aboutHero .maxContentWidth {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    /* #aboutHero .bannervideo {
        width: 30rem;
        z-index: 2;
    } */
    #videoTestimonialsCallout{
        padding: 9.3rem 2rem 0;
    }
    #videoTestimonials{
        margin-right: -2rem;
        margin-left: -2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .testimonialThumbnail{
        width: 29.167rem;
        padding: 2.04rem;
    }
    .testimonialThumbnail::after{
        width: 3.5rem;
        height: 3.5rem;
    }
    #appVideoContainerSophia iframe, #appVideoContainerCaitlin iframe{
        min-height: 30rem;
    }
    #appVideoContainerSophia .videoPopupMainW,#appVideoContainerCaitlin .videoPopupMainW{
        max-width: 70vw;
    }
    #itsControllable .illustration {
        width: 46%;
    }

    #itsAnnualAnimation {
        /* top: 1rem; */
        /* height: 26rem; */
        width: 13.7rem;
        transform: translateY(-2rem);
        margin-bottom: -2rem;
    }
    #itsInfoSlider{
        padding-right: 7rem;
        padding-left: 7rem;
    }
    #itsInfoSliderWrapper{        
        width: 100%;
    }
    .itsInfoBox{
        width: 13.75rem;
        flex: 0 0 13.75rem;
        height: 23.67rem;
        padding: 0 .9rem;
        margin-right: 0;
        border-top: none;
        margin-bottom: 0;
    }
    .itsInfoBox img{
        width: 7.7rem;
        height: 9.436rem;
    }
    .itsInfoBox h2{
        font-size: 2.3rem;
        letter-spacing: .06rem;
    }
    .itsInfoBox p{
        font-size: .75rem;
        line-height: 1.25;
    }
    #getItOnlineAbout h2{
        text-align: left;
    }
    #getItDeliveredAnimation-lg {
        margin-bottom: 0;
        transform: translateY(0);
        width: 42rem;
        left: -17rem;
        bottom: 2rem;
        position: absolute;
        margin: 0;
    }
    #howDoIGetHero {
        /* padding-bottom: 12rem !important; */
    }
    #aWholeYear sup{
        font-size: 65%;
        top: .5rem;
    }
    #talkAboutIt .illustration {
        width: 24.5rem;
        position: absolute;
    }

    #talkAboutIt {
    padding-bottom: 4.5rem;
        padding-left: 7rem;
    }

    #talkAboutIt h2, #talkAboutIt p, #talkAboutIt a {
        margin-left: -2rem;
    }
    #talkAboutIt p{
        padding-right: 17rem;
    }
    #aWholeYear h2 {
        font-size: 6.22rem;
    }

    #nowWhatDoIDo .maxContentWidth {
        margin-left: auto;
        margin-right: -2rem;
    }

    #nowWhatDoIDo {
        padding-bottom: 12.5rem;
    }

    #nowWhatDoIDo .overImage {
        width: 32rem;
        bottom: 8rem;
        left: 0;
    }

    #howToUseHero {
        /* padding-bottom: 19rem !important; */
        /* padding-top: 15rem; */
    }

    #howToUseHero .overImage {
        width: 29.5rem;
        right: 3rem;
        bottom: 6rem;
    }
    #learnMoreTextColumn{
        -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        overflow: hidden;
    }
    #faqHero {
        /* padding-bottom: 20rem !important; */
    }

    #faqHero .overImage {
        width: 24rem;
        right: 3rem;
        bottom: 8rem;
    }

    #needToKnowMore {
        padding: 8.5rem 5.25rem;
    }

    #needToKnowMore .maxContentWidth {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    #needToKnowMore .illustration {
        top: 0;
        bottom: -8rem;
        width: 22rem;
        left: 6rem;
    }

    #needToKnowMore .buttonTemplate {
        width: 21rem;
    }

    .underHeroTextCallout,    
    #savingsCallout2 {
        padding: 10rem 11rem;
    }
    #savingsCallout1{
        padding: 10rem 7rem;
    }
    #howToGetCallout1,
    #howToGetCallout2{
        padding: 10rem 10.5rem;
    }
    #howToGetCallout3 {
        padding: 5rem 6.1rem 3rem;
    }
    #howToGetCallout3 p{
        /* max-width: 37.75rem; */
        padding-left: 6rem;
        padding-right: 6rem;
    }


    #faqBook {
        height: 40rem;
        position: relative;
        z-index: 1;
    }

    .faqSelectionBlock {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
    }

    .faqQuestions {
        width: 35.5rem;
        margin-left: 12rem;
        position: relative;
        z-index: 2;
        margin-top: 2rem;
    }

    .faqQuestion {
        margin: .4rem 0;
    }

    .faqButton {
        font-size: .92rem;
        width: 8.5rem;
        height: 2.25rem;
        padding: 0;
    }

    #faqQuestions .illustration {
        position: absolute;
        bottom: 0;
        left: 0;
        width: auto;
        right: 0;
        z-index: 1;
        background-image: url("../../media/images/faq-know.svg");
        background-size: cover;
        background-position: center;
        pointer-events: none;
    }

    #faqQuestions {
        min-height: 50rem;
        padding-bottom: 14rem;
    }
    .faqAnswer .footnote{
        margin-top: -.75rem;
        font-size: .6rem;
    }
    #getItNow {
        padding-bottom: 10rem;
    }

    #getItNow .maxContentWidth {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        max-width: 50%;
    }

    #getItNow h2 {
        margin-bottom: 0;
    }

    #getItNow .ctaBlock a {
        display: inline-block;
        width: 10rem;
        font-size: 1rem;
        padding: .25rem 0;
        margin-right: 1rem;
    }

    #getItNow .illustration {
        left: 0;
    }

    #savingsInfoBlock {
        width: 43%;
        margin-top: -3rem;
    }

    #savingsInfoBlock .buttonTemplate {
        width: 100%;
        /* max-width: 20.8rem; */
    }

    #savingsDisclaimerBlock {
        width: 40%;
        margin-top: 20rem;
    }    
    #savingsCard .translateImage {
        left: auto;
        width: 64rem;
        position: absolute;
        right: 1rem;
        transform: none;
        bottom: -5rem;
        margin-top: 0;
    }

    .buttonLarge {
        width: 20rem;
    }

    #formSuccess {
        padding: 13rem 5.25rem;
    }

    #cardIllustration {
        left: 0;
        top: 0;
        width: 55%;
    }

    .isiWarningContent h3 {
        color: #58585C !important;
        margin-bottom: 0;
    }

    .heroSection {
        /* padding-top: 14rem; */
        /* padding-bottom: 7rem !important; */
    }

    #homepageHero {
        /* padding-left: 5.5rem; */
        /* background-position: right bottom; */
        /* background-size: 20.5rem; */
        /* padding-bottom: initial; */
    }

    .heroText {
        font-size: 1.67rem;
        line-height: 1.88rem;
        letter-spacing: .045rem;
    }

    .overImage {
        right: 0;
        left: 22rem;
        width: 41rem;
        bottom: 6rem;
    }

    .illustration {
        position: absolute;
        width: 50%;
        z-index: 0;
    }

    .bottom {
        bottom: 0;
        margin: 0;
    }

    .bottomRight {
        right: 0;
        bottom: 0;
        margin: 0;
    }

    .topRight {
        right: 0;
        top: 0;
        margin: 0;
    }

    .center {
        margin: 0;
    }

    .lg-right {
        right: 0;
    }

    .appLogoBlock a {
        width: 10.5rem;
        padding-right: 1rem;
        margin: 0;
    }

    #softAndSquishyAnimation {
        height: auto;
        /* height: 100%; */
        width: 34rem;
        height: 24.6rem;
        overflow: hidden;
    }

    #youCanGetItOnline .illustration {
        left: -1rem;
        width: 57%;
    }

    .lg-halfSize.lg-leftMargin .illustration {
        left: -1rem;
        width: 46%;
        bottom: 0;
    }

    #appForYourPhone .illustration {
        width: 14rem;
        position: static;
        margin-bottom: -13rem;
        margin-left: 2rem;
        margin-top: 2rem;
    }

    #appForYourPhone {
        overflow-y: hidden;
        height: 36.5rem;
    }

    #appForYourPhone h2 {
        margin-top: 3rem;
    }

    #appForYourPhone p {
        width: 34%;
        -webkit-flex: 0 0 27%;
        -ms-flex: 0 0 27%;
        flex: 0 0 27%;
        text-align: center;
    }

    #appForYourPhone .maxContentWidth {
        -webkit-align-content: space-between;
        -moz-align-content: space-between;
        -ms-align-content: space-between;
        -o-align-content: space-between;
        align-content: space-between;
    }

    #getItOnlineAbout p {
        position: relative;
        margin-right: -8.25rem;
        padding: 8.5rem 4rem 8.5rem 8.5rem;
        max-width: 100%;
    }

    #getItOnlineAbout {
        padding: 5rem 8.25rem 1rem;
    }

    #getItOnlineAbout .ctaBlock {
        margin-right: -5rem;
        margin-left: 5rem;
        margin-top: -4rem;
    }

    #getItOnlineAbout .maxContentWidth {
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
    }

    #savingsHero {
        /* padding-bottom: 9rem !important; */
    }

    #savingsHero .heroImage {
        /* position: absolute; */
        /* width: 17rem; */
        /* margin-top: 0; */
        /* bottom: 0; */
        /* right: 7rem; */
        /* margin-bottom: 0; */
    }

    #savingsLearnHowBtn,
    #orderANNOVERABtn,
    #seeWhatOthersBtn {
        width: 27.1rem;
        font-size: 2.5rem;
    }
    #indexCallout{
        padding: 7.75rem 11.27rem;
    }
    #vitaCareHero .heroImage {
        /* position: absolute; */
        /* width: 19rem; */
        /* margin-top: 0; */
        /* bottom: 0rem; */
        /* right: 4rem; */
        margin-bottom: 0;
    }

    #vitaCareHero {
        /* padding-bottom: 9rem !important; */
        /* padding-top: 13.75rem; */
    }

    .stepBlock {
        width: 50%;
        /* flex: 0 0 38%; */
    }

    #vitaCareStep1 .stepBlock,
    #vitaCareStep3 .stepBlock {
        margin-left: -3rem;
        margin-top: 3rem;
    }

    #vitaCareStep2 .stepBlock {
        /* margin-left: -3rem; */
        margin-top: 4rem;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    #vitaCareStep3 .stepBlock {
        margin-top: 4rem;
        z-index: 99;
    }

    .vitaCareStep {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

    .vitaCareStep .illustration {
        position: relative;
        -webkit-flex: 0 0 34rem;
        -ms-flex: 0 0 34rem;
        flex: 0 0 34rem;
    }

    .vitaCareStep:nth-of-type(2n+1) .illustration {
        left: -7rem;
    }

    .vitaCareStep:nth-of-type(2n) .illustration {
        right: -5.25rem;
    }
    #yayMailAnimation-lg{
        width: 52rem;
        /* flex: 0 0 50rem; */
    }
    #vitaCareStep1 .illustration {
        top: -8.25rem;
        margin-bottom: -7rem;
    }

    #vitaCareStep2 .illustration {
        -webkit-flex: 0 0 40rem;
        -ms-flex: 0 0 40rem;
        flex: 0 0 40rem;
        left: -5rem;
        z-index: 0;
    }

    #appHero .heroImage {
        /* width: 29rem; */
        /* right: -16rem; */
        /* margin-top: -15rem; */
    }

    .videopopupCloseBTN {
        right: 7rem;
        top: -3rem;
        font-size: 3rem;
    }
    #appVideoContainerSophia .videopopupCloseBTN, #appVideoContainerCaitlin .videopopupCloseBTN{
        font-size: 4rem;
        right: 6rem;
        position: fixed;
        right: 0;
        top: -15%;
    }
    .lowerTop.illustration {
        top: 4rem;
    }

    #appVideoImage {
        width: 28.5rem;
        max-width: 100%;
    }

    #appCallout1 .appLogoContainer {
        margin-top: 2rem;
    }

    #appCalendar .illustration {
        top: 43rem;
        width: 32rem;
        right: 2rem;
    }

    #alertsGuides .lg-halfSize {
        width: 42%;
    }

    #appFAQ {
        padding-bottom: 17rem;
        padding-top: 5.5rem;
    }

    #appFAQ .overImage {
        width: 31rem;
        bottom: 5rem;
        right: -25rem;
    }

    #appFAQ h2,
    #appFAQ p {
        transform: translateY(2rem);
    }

    #calendarWrap {
        margin-top: 10rem;
        margin-bottom: 5rem;
    }

    #annoveraCombinesQualities h2 {
        font-size: 3.13rem;
        line-height: 2.75rem;
        margin-bottom: 0;
    }

    #learnMoreAbout h2 {
        font-size: 3.13rem;
        line-height: 2.75rem;
        margin-bottom: 0;
        align-self: flex-start;
        position: relative;
        top: -5rem;
        letter-spacing: .08rem;
    }

    #annoveraCombinesQualities {
        padding: 1.85rem 0 1.85rem 5.5rem;
        overflow-x: hidden;
    }
    #howDoIGetHero .overImage{
        right: 0;
        width: 43rem;
        left: 18rem;
        bottom:6rem; 
        pointer-events: none;
    }
    #howDoIGetHero .buttonTemplate{
        width: 12.5rem;
    }
    .aboutSliderLeftText {
        width: 18.5rem;
        align-self: stretch;
        padding-bottom: 0;
    }

    .aboutSliderColumn p {
        font-size: .75rem;
        line-height: .85rem;
    }

    .aboutSliderFirstColumn.aboutSliderColumn {
        width: 14.5rem;
        padding: 0 2rem;
    }

    .aboutSliderFourthColumn.aboutSliderColumn {
        width: 10.4rem;
        padding: 0 3rem 0 .75rem;
    }

    .checkIcon {
        width: 3.25rem !important;
    }

    .sliderHeader {
        height: 7.5rem;
    }

    .sliderHeader p {
        font-size: .95rem;
        -webkit-flex: 0 0 2rem;
        -ms-flex: 0 0 2rem;
        flex: 0 0 2rem;
    }

    .sliderRow {
        font-size: .75rem;
        height: 3.5rem;
    }

    .sliderRow:last-of-type {
        height: 4.25rem;
        padding-bottom: 0.25rem;
    }

    .aboutSliderSecondColumn {
        width: 6.6rem;
    }

    .aboutSliderColumn {
        width: 8rem;
        padding: 0 .75rem;
    }

    #aboutSliderWrapper {
        position: static;
    }

    #aboutSliderDesktop {
        width: auto;
    }

    #learnMoreSliderWrapper {
        /* background-color: #491843; */
        overflow: hidden;
        /* width: 21rem; */
        position: absolute;
        bottom: 0;
        left: 28rem;
        right: 0;
    }

    #useWrapper {
        /* background-color: #491843; */
        overflow: hidden;
        /* width: 21rem; */
        position: absolute;
        bottom: 0;
        left: 31rem;
        right: 0;
    }

    #learnMoreAbout {
        padding: 11rem 3.5rem;
    }

    #useStepsOuterWrap {
        padding: 9rem 0 5rem 6rem;
    }

    #stepsToYaKnow #sliderControls {
        left: 33rem;
    }

    .stepBox {
        height: 23.7rem;
        width: 13.75rem;
        margin-right: 2rem;
    }

    #useStepsOuterWrap h2 {
        margin-top: 0;
    }

    .stepBox p {
        font-size: .75rem;
        line-height: .9rem;
    }

    .stepBox h3 {
        font-size: 1.7rem;
        line-height: 1.5rem;
    }

    .stepIllustration {
        width: 96%;
        -webkit-flex: 0 0 11rem;
        -ms-flex: 0 0 11rem;
        flex: 0 0 11rem;
        margin-top: -1rem;
    }

    .stepBox3 .stepIllustration,
    .stepBox4 .stepIllustration,
    .stepBox5 .stepIllustration,
    .stepBox6 .stepIllustration {
        width: 120%;
        padding-top: .5rem;
    }

    .learnMoreBox {
        height: 23.75rem;
        width: 13.75rem;
        margin-right: 1.7rem;
    }

    #sliderControls {
        bottom: .5rem;
        left: 33rem;
    }

    .learnMoreBox .learnLogo {
        width: 8rem;
        -webkit-flex: 0 0 7rem;
        -ms-flex: 0 0 7rem;
        flex: 0 0 7rem;
    }
    .learnMoreVitaCare .learnLogo{
        width: 10rem;
    }
    .learnMoreSimpleHealth .learnLogo {
        width: 11rem;
    }

    .learnMoreFavor .learnLogo {
        width: 10.25rem;
        /* margin-top: 1rem; */
    }
    .learnMoreNuRX .learnLogo{
        width: 5.5rem;
    }
    .learnMoreBox p:first-of-type {
        -webkit-flex: 0 0 6rem;
        -ms-flex: 0 0 6rem;
        flex: 0 0 6rem;
    }

    .learnMoreBox p,
    .learnMoreBox a {
        font-size: .75rem;
        line-height: .85rem;
        margin-bottom: 0;
    }

    .learnMoreBox p.footnote {
        font-size: .5rem;
        line-height: .6rem;
        margin-top: 2.7rem;
    }
    #keepInTouchForm{
        margin-top: 0rem;
    }
    .formWrapper {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
    }

    .formText {
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }

    #phoneNumberError {
        /* margin-left: -15.333333%; */
    }

    #keepInTouchForm {
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        max-width: 47%;
    }

    #keepInTouchForm fieldset {
        text-align: left;
        margin-bottom: 0;
    }

    legend {
        float: left;
        font-size: .75rem;
        margin-bottom: 0;
        margin-top: .25rem;
    }

    #keepInTouchForm input:not([type="checkbox"]):not([type="radio"]),
    #keepInTouchForm select {
        border: .33rem solid #D0CFCC;
        font-size: .89rem;
    }

    #keepInTouchForm input[type="checkbox"]:checked+label::after {
        height: .3rem;
        width: .6rem;
        border-left: .09rem solid black;
        border-bottom: .09rem solid black;
        transform: rotate(-45deg);
        left: .15rem;
        top: .25rem;
    }

    span.error {
        font-size: .8rem;
        white-space: nowrap;
    }


    .radio-toolbar {
        max-width: 100%;
        /* margin: 0; */
        /* padding-left: 5rem; */
        justify-content: flex-end;
        /* margin-right: -10rem; */
        transform: translateX(5%);
    }

    #inputWrap {
        /* -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start; */
        width: 100%;
    }

    #inputWrap div:last-of-type {
        /* padding-left: 3rem; */
    }

    .radio-toolbar label {
        padding: .1rem 1.1rem;
        font-size: .75rem !important;
        border: 4px solid #ffffff;
    }
    .radio-toolbar label[for="radioNO"]{
        margin-left: 1rem;
    }
    #keepInTouchForm label[for="vitaCareOptIn"],
    #keepInTouchForm label[for="termsAndConditions"] {
        font-size: .55rem;
        line-height: .75rem;
        padding-left: 2rem;
    }

    label[for="vitaCareOptIn"]::before,
    label[for="termsAndConditions"]::before {
        width: .95rem;
        height: .95rem;
        border: 0.15rem solid #D0CFCC;
    }
    .formWrapper .optInBlock p{
        font-size: .55rem;
        line-height: .75rem;
        width: 100%;
    }
    #keepInTouchForm #emailAddress {
        width: 32rem;
        transform: scale(0.75);
        transform-origin: left top;
        /* margin-right: -33.333333333%; */
        text-align: center;
    }

    #keepInTouchForm #phoneNumber {
        width: 32rem;
        transform: scale(0.75);
        transform-origin: left top;
        /* margin-left: -29.333333%; */
        text-align: center;
    }
    #signUpConfirmButton{
        margin-top: 0;
    }
    #registrationForm h2 {
        font-size: 6.25rem;
        line-height: 5.8rem;
        letter-spacing: 3.75px;
    }

    #overEighteenError {
        text-align: left;
        font-size: .85rem;
        margin-top: .25rem;
        margin-bottom: .25rem;
    }

    .formWrapper p {
        font-size: .85rem;
        width: 62%;
        line-height: 1.2;
    }

    footer {
        padding: 0rem 2rem;
    }

    #txmdCorpFooter li {
        width: auto;
        padding: .5rem 0;
    }

    .txmdCorpFooterLinks {
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        text-align: left;
        font-size: .75rem;
        -webkit-justify-content: space-between;
        margin: 5rem auto 3rem;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -o-justify-content: space-between;
        justify-content: space-between;
        width: 43rem;
        margin: 5rem auto 2rem;
    }

    .txmdCorpFooterLinks li:after {
        content: "|";
        display: inline-block;
        font-size: .7rem;
        padding-left: 3rem;
    }

    footer .socialMediaBlockContainer {
        order: 0;
        text-align: left;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }

    .txmdLogo img {
        margin-top: 0;
        max-width: 9rem;
    }

    .appLogoContainer {
        order: 2;
        /* flex: 0 0 33%; */
        margin: 0;
    }

    .appLogoBlock {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }

    #txmdCorpFooter .appLogoBlock {
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -o-justify-content: flex-end;
        justify-content: flex-end;
        margin-top: .5rem;
    }

    footer .appLogoContainer {
        margin: 0 auto;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
    }

    footer .appLogoContainer p {
        white-space: nowrap;
        text-align: right;
        font-size: .63rem;
    }

    footer .appLogoBlock a {
        width: 5rem;
        padding: 0;
    }

    footer .appLogoBlock a:first-of-type {
        margin-right: .5rem;
    }

    .footerText {
        order: 1;
        margin-top: 0;
        -webkit-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        /* margin-right: 8rem; */
        /* padding: 0 3rem; */
    }

    .mobileWrap {
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .txmdLogo {
        text-align: left;
        margin-bottom: 0;
    }

    .socialMediaBlock {
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        font-size: 1rem;
    }

    .txmdCorpFooterLinks a {
        font-size: .63rem;
    }

    .socialMediaBlock a:first-of-type {
        margin-right: 1rem;
    }

    footer p {
        font-size: .62rem;
        line-height: 1.4;
    }

    .socialIcon {
        width: 1.3rem;
    }

}

@media (min-width: 1200px) {
    html {
        font-size: 15px;
    }

    #appVideoContainer iframe {
        min-height: 500px;
    }

    .videopopupCloseBTN {
        right: 5rem;
        top: -3rem;
    }

    .txmdLogo img {
        /* max-width: 215px; */
    }

    footer .appLogoBlock a {
        /* width: 115px; */
        /* padding: 0; */
    }
}


@media (min-width: 1300px) {
    html {
        font-size: 16.25px;
    }
    #youCanGetItOnline h2{
        font-size: 6.25rem;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 18px;
    }
    #keepInTouchForm input[type="checkbox"]:checked+label::after{
        left:.2rem;
    }
}

@media (min-width: 1500px) {
    html {
        font-size: 18.75px;
    }
}

@media (min-width: 1600px) {
    #accessibleAffordable h2{
        font-size: 6.25rem;
    }
}

@media (min-width: 1700px) {
    html {
        font-size: 21.25px;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 24px;
    }

    .headerLogo {
        width: 250px;
    }

    #nowWhatDoIDo .maxContentWidth {
        padding-left: 2rem;
    }

    nav ul a {
        /* font-size: 3rem; */
        /* color: #FFFFFF; */
    }

    h1 {
        /* font-size: 6.25rem; */
        /* line-height: 5.8rem; */
        /* letter-spacing: 3.75px; */
    }

    .txmdCorpFooterLinks {
        /* width: 43rem; */
        /* margin: 5rem auto; */
    }

    .txmdCorpFooterLinks li:after {
        padding-left: 4rem;
    }
}
@media (min-width: 2200px) {
        html {
            font-size: 27.5px;
        }
    #getItNow .illustration{
        width: 40%;
        left: 5%;
    }
}
@media (min-width: 2560px) {
    html {
        font-size: 32px;
    }

}

/* IE menu bug - review later */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .learnMoreFavor p:first-of-type{
        flex: 0 0 auto;
    }
    #itsAnnualAnimation {
        background-image: url("../../media/images/its-annual.svg");
        padding-top: 1.5rem;
        margin-bottom: 0;
        transform: none;
        max-height: 10rem;
    }

    #getItDeliveredAnimation-lg {
        background-image: url("../../media/images/get-it-delivered.svg");
        height: 20rem;
        margin-right: 0;
        left: -10rem;
        bottom: -1rem;
    }

    #getItDeliveredAnimation-lg svg {
        display: none;
    }
    #savingsCard .translateImage{
        height: 100%;
        bottom: -16rem;
    }
    #yayMailAnimation{
        display: none;
    }
    #yayMailAnimation-lgWrap{
        display: block;
        height: 24rem;
        position: relative;
    }
    #yayMailAnimation-lg{
        height: 100%;
        position: absolute;        
        transform: scale(1.3);
        width: 50rem;
    }
    .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #0A514A;
    }

    .faqButton:hover {
        background-color: #E40C79;
    }

    .orangePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #FFCB3D;
    }

    .orangePage #keepInTouchForm button:hover,
    .orangePage .radio-toolbar label:hover {
        background-color: #FFFFFF !important;
    }

    .orangePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #FFCB3D;
    }

    .orangePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #FFCB3D;
    }

    .pinkPage .hasSubMenu .subMenu li.navLink a:hover {
        color: #E40C79;
    }

    .pinkPage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #491843;
    }

    .pinkPage .hasSubMenu:hover .hasSubMenuHeader {
        color: #491843;
    }

    .bluePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #2A459F;
    }

    .bluePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #2A459F;
    }

    .bluePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #2A459F;
    }

    .purplePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #E40C79;
    }

    .purplePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #E40C79;
    }

    .purplePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #E40C79;
    }

    .lightBluePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #0DAAC9;
    }

    .lightBluePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #0DAAC9;
    }

    .lightBluePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #0DAAC9;
    }

    #needToKnowMore .buttonTemplate:hover {
        background-color: #E40C79;
    }

    .appSectionContainer {
        max-height: 550px;
    }

}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) and (min-width: 1200px) {
    .videopopupCloseBTN {
        top: 4rem;
    }
}

/* Add hover states for hover devices only (no ipad/phones) */
@media (hover: hover),
all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #0A514A;
    }
    .tealPage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #0A514A;
    }
    .tealPage .hasSubMenu .subMenu li.navLink a:hover {
        color: #41A492;
    }
    



    .faqButton:hover {
        background-color: #E40C79;
    }

    .orangePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #FFCB3D;
    }

    .orangePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #FFCB3D;
    }

    .orangePage #keepInTouchForm button:hover,
    .orangePage .radio-toolbar label:hover {
        background-color: #FFFFFF !important;
    }
    .orangePage .alternateForm #keepInTouchForm button:hover,
    .orangePage .alternateForm .radio-toolbar label:hover {
        color: #DE3112 !important;
    }
    .orangePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #FFCB3D!important;
    }

    .pinkPage .hasSubMenu .subMenu li.navLink a:hover {
        color: #E40C79;
    }

    .pinkPage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #491843;
    }

    .pinkPage .hasSubMenu:hover .hasSubMenuHeader {
        color: #491843;
    }

    .bluePage .siteNavigation a:not(.removeBorderUnderline):hover,
    .bluePage.bluePage.vitaCareAlternative .hasSubMenu:hover .hasSubMenuHeader {
        color: #0DAAC9;
    }

    .bluePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #2A459F !important;
    }

    .bluePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #2A459F;
    }

    .purplePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #E40C79;
    }

    .purplePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #E40C79 !important;
    }

    .purplePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #E40C79;
    }

    .lightBluePage .siteNavigation a:not(.removeBorderUnderline):hover {
        color: #2A459F;
    }

    .lightBluePage .hasSubMenu .subMenu li.navLink a:hover {
        color: #0DAAC9;
    }

    .lightBluePage .hasSubMenu:hover .hasSubMenuHeader {
        color: #2A459F;
    }

    #needToKnowMore .buttonTemplate:hover {
        background-color: #2A459F;
    }

    .subMenu li:hover {
        background-color: #ffffff;
    }
}

/* iOS only  */
/* @supports (-webkit-touch-callout: none) {
    #aboutHero{
        background-color: #DE3112;
    }
    .orangePage .navWrapper{
        background-color: rgba(222, 49, 18, .6);
    }
 } */
/* Safari only */
/* @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    #aboutHero{
        background-color: #DE3112;
    }
    .orangePage .navWrapper{
        background-color: rgba(222, 49, 18, .6);
    }
}} */



/* SMD Testing and overrides */

#useStepsOuterWrap {
    padding: 18rem 0 5rem 6rem;
}

.stepBox {
    height: 34.7rem;
}

#SMDcolumnSwipeW {
    display: flex;
    height: 37rem;
}

#swipeColLeft,
#swipeColRight {
    flex-basis: 50%;
}

#swipeColLeft h2 {
    margin-left: 6rem;
}

.expandableTextArrow {
    display: none;
}

@media all and (max-width: 1022px) {
    #SMDcolumnSwipeW {
        display: initial;
        height: initial;
    }

    #swipeColLeft h2 {
        margin-left: initial;
    }

    .stepBox {
        flex: 0 0 46rem;
    }
}