/*//////////////////
// Small Desktop
//////////////////*/
@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    .link-bar-container {
        width: 75vw;
    }
    .link-bar-container > a {
        font-size: 14px;
        text-align: center;
    }
    .logo-container {
        position: relative;
        left: 50px;
        top: -120px;
    }
    .logo-container > img {
        width:  250px;
    }
    .nav-bar nav > a {
        font-size: 14px;
        padding: 13px 15px;
    }
    a.pharmacy-locator::before {
        left: 2%;
    }
    a.pharmacy-locator img {
        left: 88%;
    }

    /*Hero*/
    .working-on-laptop {
        left: 4vw;
        bottom: -13px;
        width: 43vw;
        height: auto;
    }
    .circle-bg {
        width: 40vw;
        left: 2vw;
        bottom: -5vw;
    }
    .hero-content {
        bottom: 3vw;
        left: 32vw;
        position: absolute;
        margin-top: auto;
        margin-left: auto;
    }
    .hero-content-copy h2 {
        font-size: 3.1vw;
    }
    .hero-content-copy h3 {
        font-size: 2.6vw;
    }
    .hero-content-footer p {
        font-size: 1.3vw;
    }

    /* Getting Started */
    .getting-started-graphic .patch-size {
        width: 45vw;
        bottom: 170px;
        top: auto;
    }
    .getting-started-graphic .boy-run {
        width: 27vw;
        margin-top: 20px;
        left: -60px;
        bottom: 160px;
    }
    .getting-started-content p {
        width: 48%;
    }

    /* How to Apply */
    .apply-header-content {
        width: 40vw;
    }
    .list-wrapper .item {
        width: 28vw;
        height: auto;
    }
}

/*Very Small Desktop*/
@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .logo-container {
        position: relative;
        left: 40px;
        top: -70px;
    }
    .logo-container > img {
        width:  190px;
    }
    .nav-bar nav > a {
        font-size: 14px;
        padding: 13px 12px;
    }

    a.pharmacy-locator {
        width: 185px;
    }
    a.pharmacy-locator::before {
        left: -4px;
    }
    a.pharmacy-locator img {
        left: 170px;
    }
}
/*//////////////////
// End Small Desktop
//////////////////*/



/*//////////////////
// Mobile
//////////////////*/
@media only screen and (max-width: 1023px) {

    body {
        background: #FFFFFF;
    }

    a[href^="tel"] {
      color: #001871;
      text-decoration: none;
    }

    /* Make all content 100% and in a column */
    section, h2, p, div, img, aside, .list-wrapper, .list-wrapper .item, .footer-links, 
    .apply-header-content, .apply-header-image, .link-bar-container {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        margin: 0;
    }
    
    .section-wrapper {
        margin-top: 115px;
    }
    .content-wrapper {
        border-left: 0;
        border-right: 0;
        margin-top: 0;
    }
    section {
        padding: 20px 25px 20px 20px;
        
    }

    h1, h2, h4, p {
        display: block;
    }

    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .overflow-hidden{
        overflow-x:hidden;
        overflow-y:hidden;
    }


    /*//////////////////
    // Nav
    //////////////////*/
    .link-bar {
        left: 0;
        transform: none;
        background-color: #ffffff;
        height: auto;
        top: 0px;
        transition: 300ms;
    }
    .link-bar.hidden {
        top: -210px;
        transition: 300ms;
    }
    .link-bar-container {
        display: none;
    }
    .logo-container {
        flex-direction: row;
        justify-content: space-between;
        top: 0px;
        padding: 0 0 10px;
        left: 0;
    }
    .logo-container .show-on-mb {
        display: block;
    }
    .logo-container .show-on-dp {
        display: none;
    }
    .logo-container .logo {
        width: 200px !important;
        height: 75px;
        position: relative;
        top: 10px;
        left: 20px;
    }

    .mobile-triggers {
        display: inline-block;
    }

    .navigation {
        opacity: 0;
        position: absolute;
        background-color: #001871;
        top: 100px;
        display: none;
        z-index: 2;
        padding: 15px 0 0 0;
    }
    .navigation.active {
        height: auto;
    }
    .nav-bar {
        transform: none;
        height: 75px;
        top: 0;
        display: none;
    }

    .main-nav {
        width: 50%;
        position: relative;
        top: 30px;
        list-style: none;
        padding-bottom: 20px;
        left: -20px;
    }
    .main-nav li {
        color: #ffffff;
        padding-bottom: 25px;
        font-weight: 700;
        font-size: 17px;
    }
    .main-nav a {
        color: #ffffff;
        text-decoration: none;
    }

    .info-nav {
        padding-top: 20px;
        background-color: #ffffff;
        margin: 0;
        margin-left: -20px;
        list-style: none;
        border-bottom: 12px solid #C2510A;
    }
    .info-nav li {
        padding-bottom: 25px;
        width: 70%;
    }
    .info-nav li a {
        color: #000;
        font-size: 17px;
    }



    /*//////////////////
    // Pharmacy-Locator
    //////////////////*/
    .pharmacy-wrapper {
        padding: 15px 20px;
        background: #C2510A;
        position:relative;
        z-index:1;
        cursor:pointer;
    }
    .pharmacy-locator {
        width: 160px !important;
        font-weight: 500;
    }
    .pharmacy-locator::before {
        display:none !important;
    }
    .pharmacy-locator img {
        width: 15px !important;
    }
    .pharmacy-dropdown {
       left: 0px;
       border-bottom: 12px solid #FFFFFF;
    }
    .pharmacy-dropdown .contact-info img {
        width: 20px !important;
    }
    .pharmacy-dropdown .locator p {
        font-weight: 700;
        padding-left: 0px;
        padding-bottom: 0px;
        margin-top: 15px;
    }
    .pharmacy-dropdown .contact-info {
        margin-left: -7px;
        flex-direction: row;
        margin-top: 8px;
    }
    .pharmacy-dropdown .contact-info div:nth-child(1) {
        width: 20px !important;
    }
    .pharmacy-dropdown .contact-info div:nth-child(2) {
        width: 50% !important;
        padding-left:10px;
    }
    .pharmacy-dropdown .contact-info div:nth-child(1) img{
        width: 30px !important;
    }
    .pharmacy-dropdown .contact-info p {
        font-weight: 500;
        line-height: 20px;
    }
    .pharmacy-dropdown .contact-info a {
        color: #FFFFFF;
        text-decoration: none;
    }




    /*//////////////////
    // CoPay Program
    //////////////////*/
    .coPay-wrapper {
        padding: 15px 20px;
        background: #ffffff;
        position:relative;
        cursor:pointer;
    }
    .coPay-pgm {
        width: 140px;
        text-align: left;
        cursor: pointer;
        color: #001871;
        font-weight: 700;
    }
    .coPay-wrapper.active {
        border-bottom: 12px solid #FED141;
    }
    .coPay-pgm.active img {
        transform: rotate(0deg);
    }
    .coPay-pgm img {
        display: block;
        width: 15px !important;
        height: 30px;
        position: relative;
        top: -26px;
        transform: rotate(180deg);
        transform-origin: 50% 50%;
        transform-box: fill-box;
        transition: 200ms;
        left: 209px;
        margin-bottom: -30px;
    }
    .coPay-dropdown {
        display: none;
    }
    .coPay-dropdown .info {
        padding-top:20px;
    }
    .coPay-dropdown .info p {
        color: #001871;
        margin:0;
    }
    .coPay-dropdown .info sup {
        margin-left: -7px;
    }
    .coPay-dropdown .info .button {
        color: #FFFFFF;
        background: #007A76;
        padding: 10px 20px;
        border-radius: 14px;
        width: 140px;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 19px;
        font-weight: 500;
        text-decoration: none;
        text-align: center;
    }
    



    /*//////////////////
    // Section: Hero
    //////////////////*/
    .hero {
        padding-top: 125px;
        height: auto;
        flex-direction: column-reverse;
    }

    .hero-content h2, .hero-content h3, .hero-content p {
        width: 100%;
    }

    .hero-content {
        margin-top: auto;
        margin-left: auto;
    }
    .hero-content div {
        display: flex;
    }
    .hero-content .hero-content-header {
        flex-direction: row-reverse;
    }
    .hero-content .hero-content-header div {
        flex-direction: column;
    }
    .hero-content .hero-content-header img {
        align-self: flex-end;
    }
    .hero-content .hero-content-copy {
        flex-direction: column;
    }

    .cta-peel {
        display: none;
    }

    .circle-bg {
        position: absolute !important;
        margin-left: 0;
        margin-top: 0;
        width: auto;
        height: auto;
    }

    .celebrate-badge {
        position: initial !important;
        margin-left: 0;
        margin-top: 0;
        height: auto;
        width: 132px !important;
    }

    .badge-callout {
        top: 20px;
        left: 0px;
        padding: 20px 30px;
        border-radius: 0px;
        width: 86% !important;
    }

    .working-on-laptop {
        margin-left: -20px;
        margin-top: 20px;
        margin-bottom: -24px;
        position: initial !important;
        width: 430px !important;
        height: auto;
    }




    /*//////////////////
    // Section: Getting Started
    //////////////////*/    
    #getting-started{
        overflow:hidden;
        background-image: url(../images/section/getting-started/dot-wave.png);
        background-repeat: no-repeat;
        background-position-x: 50%;
        background-position-y: 40%;
        background-size: 870px;
    }
    
    .getting-started-content {
        margin-top: 0;
    }

    .getting-started-graphic{
        position:relative;
        z-index:1;
    }
    .boy-run{
        position:relative !important;
        width:340px !important;
        top:0px;
        left:calc(35% - 340px) !important;
        z-index:2;
    }
    .getting-started-graphic .dot-wave{
        top:0;
        margin-left:0px;
    }
    .getting-started-carousel {
        display: block!important;
        align-items: flex-start;
        padding-top: 120px;
        flex-direction: row;
        justify-content: center;
       padding-left: 0px;
        position:relative;
        margin-top: -60px;
    }
    .boy-carousel{
        position: relative;
        left:0px;
    }
    .boy-carousel .item{
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
    }
    .boy-carousel .item:nth-child(1) img{
        top:20px;
    }
    .boy-carousel .item:nth-child(2) img{
        top:-20px;
    }
    .boy-carousel .item:nth-child(3) img{
        top:-80px;
    }
    .boy-carousel .item:nth-child(4) img{
        top:-180px;
    }
    .boy-carousel .item img{
        width:150px !important;
        position:relative;
    }
    .getting-started-carousel .slider{
        position: absolute;
        top: 200px;
    }
    .getting-started-carousel .slider .dots{
        top: 300px;
        position:relative;
        -webkit-box-align: center;
        -webkit-box-pack: center;
        display: -webkit-box;
    }
    .getting-started-carousel .slider .dots .dot{
        width:1px !important;
        height:1px;
        background: #6B686B;
        border: none;
        margin-right:25px;
    }
    .getting-started-carousel .slider .dots .dot:last-child{
        margin-right:0px;
    }
    .getting-started-carousel .slider .dots .active-dot{
        background: #ffffff;
        border:3px solid #6B686B;
    }
    .getting-started-carousel .slider .dots .active-dot:after{
        border-bottom:none;
    }
    .patch-size-mobile{
        padding: 20px 0px 100px 0px;
        text-align: center;
    }
    .patch-sizes img{
        width: 140px !important;
        /*position: absolute;
        left: 630px;*/
    }
    
    .getting-started-content .desktop{
        display:none;
    }
    .getting-started-content .mobile{
        display:block;
    }

    /*//////////////////
    // Section: Delivery System (Toggle)
    //////////////////*/
    .delivery-system {
        padding: 0;
    }
    .delivery-system .toggle {
        margin-left: 1px;
        padding: 0px 22px;
    }
    .delivery-system .toggle > h4 {
        width: 80%;
        margin-bottom: 5px;
    }
    .delivery-system .toggle div {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .delivery-system .toggle div img {
        width: 30px !important;
        margin-right: 20px;
    }

    .delivery-system-content {
        background: rgb(0,58,108);
        background: linear-gradient(90deg, rgba(0,58,108,1) 0%, rgba(0,173,168,1) 100%);
        height: auto;
        padding: 25px 22.5px;
    }

    .delivery-system-content img {
        width: 100% !important;
        margin: auto;
        
    }

    .delivery-carousel {
        width: 90% !important;
        margin: auto;
    }

    .delivery-items {
        width: 100% !important;
        margin-bottom: -30px !important;
        height: 550px;
    }

    .delivery-items .delivery-items-content {
        width: 80% !important;
        padding: 0 40px;
        margin-top: 45px;
    }
    .delivery-items h3 {
        margin-bottom: 0;
        font-size: 20px;
    }

    .delivery-items .slick-current {
        left: 0px !important;
        top: 0px !important;
        position: absolute !important;
    }

    .delivery-items .slick-dots {
        bottom: 0px;
        top: 370px;
    }

    .delivery-items .slick-dots li {
        margin: 0 20px;
    }

    .delivery-items .slick-dots li button {
        width: 20px;
        height: 20px;
    }

    .delivery-items .slick-dots li button:before {
        background-color: #ffffff;
        width: 16px;
        height: 16px;
    }

    .delivery-items .slick-dots li.slick-active button:before {
        border: 5px solid #C2510A;
        top: -7px;
        left: -9px;
        width: 22px;
        height: 22px;
    }
    /*//////////////////
    // Section: How to Apply
    //////////////////*/
    .how-to-apply {
        background: #e9eef5;
    }

    .apply-header {
        margin-left: auto;
        margin-top: auto;
        flex-direction: column-reverse;
    }
    .apply-header-content h2 {
        margin-top: -60px !important;
        width: 65% !important;
    }

    .apply-header-image {
        width: 300px !important;
        margin-top: -21px;
        margin-left: 20px;
        align-self: flex-end;
    }
    .hand-patch-mobile {
        margin-left: 25px;
    }

    .apply-header-content {
        padding: 0;
    }
    .how-to-apply-content{
        margin-top:20px;
    }
    .how-to-apply-content .footnote {
        margin-left: auto;
        margin-top: auto;
        padding-top:20px;
    }


    /*//////////////////
    // Section: Remove 3 Steps
    //////////////////*/
    .three-steps {
        margin-bottom: auto;
    }

    .three-steps-wrapper .hug {
        width: 100% !important;
        height: auto;
        margin-left: 0px;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .three-steps-content {
        margin-left: auto;
    }
    .three-steps-content  h2{
        margin-bottom:20px;
    }
    
    .three-steps-content .footnote {
        margin-bottom: auto;
        margin-top: 20px;
    }

    .three-steps-content .item-number {
        display: none;
    }

    .three-steps-content .button {
        margin: 30px 0;
    }




    /*//////////////////
    // Section: Savings
    //////////////////*/
    .savings-blue{
        position: relative;
        height: 15px;
        background-color: #001871;
        padding: 0px 25px 0px 20px;
    }
    .savings-content .button{
        margin: 20px 0;
    }

    .savings-content .button-wrap {
        margin: 0;
    }

    .savings-content .footnote p {
        margin-bottom: 10px;
        font-size: 12px;
        font-weight: 500;
    }

    .savings-image .book {
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: -22px;
        right: -25px;
    }
    .savings-image .circle-bg-alt {
        margin-top: 0px;
        margin-left: 60px;
        position: absolute;
    }




    /*//////////////////
    // Footer
    //////////////////*/
    .footer img {
        width: 195px !important;
        height: 54px;
        margin: 40px 0;
    }

    .footer-bottom {
        flex-direction: row;
    }

    .footer-links a:hover {
        box-shadow: none;
    }
    .footer-links li {
        display: flex;
        flex-direction: column;
    }
    .footer-links li {
        padding: 0 0 10px;
    }
    .footer-links li:not(:first-child):before {
        content: " ― ";
        color: #008D9B;
        font-weight: 700;
        font-size: 24px;
        margin: -10px 0 5px;
    }
    .footer-links {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer p {
        font-size: 14px;
    }

    .back-to-top {
        width: 40px !important;
        align-self: flex-end;
    }
    .back-to-top svg {
        margin-bottom: 10px;
    }




    /*//////////////////
    // ISI
    //////////////////*/
    aside {
        overflow-y: unset;
        position: initial;
        max-height: initial;
    }
    .isi-wrapper {
        padding: 20px;
    }
    .isi-wrapper ul {
        margin-top: auto;
        margin-left: -25px;
    }
    .isi-wrapper h2, p {
        margin: 10px 0;
    }
    .isi-wrapper .indent-more{
        width: 90% !important;
        margin-left: 0;
    }

    .isi-box {
        width: 95% !important;
    }
    .isi-box p:first-child{
        margin-bottom:0px;
    }
    .isi-box p:last-child{
        margin-top:0px;
    }
    .isi-sticky {
        z-index: 10;
        border-top: gray 2px solid;
        box-shadow: 0px -5px 10px 0px #11111142;
        position: fixed;
        width: 100vw !important;
        height: 85px;
        top: auto;
        bottom: 0;
        transition: 300ms;
        padding: 20px 25px 20px 20px;
    }
    .isi-sticky.start {
        /*height: 250px;*/
    }
    .isi-sticky.active {
        height: 100%;
        transition: 300ms;
    }

    .isi-sticky-header {
        display: flex;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .isi-sticky-header div {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        text-align: right;
    }
    .isi-sticky-header h2 {
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }
    .isi-sticky-header p {
        font-size: 14px;
        font-weight: 500;
        margin: 0;
        margin-right: 5px;
    }
    .isi-sticky-header img {
        width: 20px !important;
    }
    .isi-sticky-header .circle-minus {
        display: none;
    }
    .isi-sticky-header.active .circle-minus {
        display: block;
    }
    .isi-sticky-header.active .circle-plus {
        display: none;
    }

    .isi-sticky-scroll {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-right: 10px;
        height: 60%;
    }
    .isi-sticky-scroll.active {
        height: 90%;
    }



    /*//////////////////
    // Modal
    //////////////////*/
    .modal-dialog {
        width: 75% !important;
    }
    .modal-dialog .close {
        align-self: flex-end;
    }
    .modal-dialog h4 {
        margin-top: 10px;
    }
    .btn-continue {
        margin-bottom: 15px;
        margin-top: 10px;
    }



}
/*//////////////////
// End Mobile
//////////////////*/


/*Tablet*/
@media only screen and (min-width: 376px) and (max-width: 1023px) {
    .badge-callout {
        width: 101vw !important;
    }
}