/*!
 * Bootstrap v3.0.3 (http://getbootstrap.com)
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

    a:focus {
        outline: thin dotted
    }

    a:active, a:hover {
        outline: 0
    }

h1 {
    margin: .67em 0;
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

mark {
    color: #000;
    background: #ff0
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}

legend {
    padding: 0;
    border: 0
}

button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: 100%
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

    a:hover, a:focus {
        color: #2a6496;
        text-decoration: underline
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    display: inline-block;
    height: auto;
    max-width: 100%;
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #999
    }

h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

    h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
        font-size: 65%
    }

h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

    h4 small, h5 small, h6 small, h4 .small, h5 .small, h6 .small {
        font-size: 75%
    }

h1, .h1 {
    font-size: 36px
}

h2, .h2 {
    font-size: 30px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 18px
}

h5, .h5 {
    font-size: 14px
}

h6, .h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media(min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

    .text-primary:hover {
        color: #3071a9
    }

.text-warning {
    color: #8a6d3b
}

    .text-warning:hover {
        color: #66512c
    }

.text-danger {
    color: #a94442
}

    .text-danger:hover {
        color: #843534
    }

.text-success {
    color: #3c763d
}

    .text-success:hover {
        color: #2b542c
    }

.text-info {
    color: #31708f
}

    .text-info:hover {
        color: #245269
    }

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px
    }

        .list-inline > li:first-child {
            padding-left: 0
        }

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            display: table;
            content: " "
        }

        .dl-horizontal dd:after {
            clear: both
        }

        .dl-horizontal dd:before, .dl-horizontal dd:after {
            display: table;
            content: " "
        }

        .dl-horizontal dd:after {
            clear: both
        }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

    blockquote p {
        font-size: 17.5px;
        font-weight: 300;
        line-height: 1.25
    }

        blockquote p:last-child {
            margin-bottom: 0
        }

    blockquote small, blockquote .small {
        display: block;
        line-height: 1.428571429;
        color: #999
    }

        blockquote small:before, blockquote .small:before {
            content: '\2014 \00A0'
        }

    blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0
    }

        blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
            text-align: right
        }

            blockquote.pull-right small:before, blockquote.pull-right .small:before {
                content: ''
            }

            blockquote.pull-right small:after, blockquote.pull-right .small:after {
                content: '\00A0 \2014'
            }

    blockquote:before, blockquote:after {
        content: ""
    }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    white-space: nowrap;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

    .container:before, .container:after {
        display: table;
        content: " "
    }

    .container:after {
        clear: both
    }

    .container:before, .container:after {
        display: table;
        content: " "
    }

    .container:after {
        clear: both
    }

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

    .row:before, .row:after {
        display: table;
        content: " "
    }

    .row:after {
        clear: both
    }

    .row:before, .row:after {
        display: table;
        content: " "
    }

    .row:after {
        clear: both
    }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media(min-width:768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media(min-width:1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"], table th[class*="col-"] {
    display: table-cell;
    float: none
}

.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
    background-color: #ebcccc
}

.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
    background-color: #faf2cc
}

@media(max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        border: 1px solid #ddd;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

select optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
    }

    .form-control:-moz-placeholder {
        color: #999
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #eee
    }

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle
}

    .radio label, .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        float: left;
        margin-left: -20px
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

    input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
        cursor: not-allowed
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media(min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline select.form-control {
        width: auto
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0
        }
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " "
    }

    .form-horizontal .form-group:after {
        clear: both
    }

    .form-horizontal .form-group:before, .form-horizontal .form-group:after {
        display: table;
        content: " "
    }

    .form-horizontal .form-group:after {
        clear: both
    }

.form-horizontal .form-control-static {
    padding-top: 7px
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

    .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover, .btn:focus {
        color: #333;
        text-decoration: none
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        pointer-events: none;
        cursor: not-allowed;
        opacity: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        color: #333;
        background-color: #ebebeb;
        border-color: #adadad
    }

    .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #fff
    }

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #3276b1;
        border-color: #285e8e
    }

    .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd
    }

    .btn-primary .badge {
        color: #428bca;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ed9c28;
        border-color: #d58512
    }

    .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
    }

    .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
    }

    .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
    }

    .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-link {
    font-weight: normal;
    color: #428bca;
    cursor: pointer;
    border-radius: 0
}

    .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover, .btn-link:focus {
                color: #2a6496;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #999;
                text-decoration: none
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale
}

    .glyphicon:empty {
        width: 1em
    }

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #428bca;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before, .btn-toolbar:after {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        display: table;
        content: " "
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
        display: table;
        content: " "
    }

    .btn-group-vertical > .btn-group:after {
        clear: both
    }

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    border-collapse: separate;
    table-layout: fixed
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0
    }

    .input-group .form-control {
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    white-space: nowrap
}

    .input-group-btn:first-child > .btn {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn {
        margin-left: -1px
    }

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -4px
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:active {
            z-index: 2
        }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .nav:before, .nav:after {
        display: table;
        content: " "
    }

    .nav:after {
        clear: both
    }

    .nav:before, .nav:after {
        display: table;
        content: " "
    }

    .nav:after {
        clear: both
    }

    .nav > li {
        position: relative;
        display: block
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #999
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .nav > li > a > img {
        max-width: none
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0
    }

        .nav-tabs.nav-justified > li {
            float: none
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto
        }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills > li {
    float: left
}

    .nav-pills > li > a {
        border-radius: 4px
    }

    .nav-pills > li + li {
        margin-left: 2px
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca
    }

.nav-stacked > li {
    float: none
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0
    }

.nav-justified {
    width: 100%
}

    .nav-justified > li {
        float: none
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a {
            margin-bottom: 0
        }
}

.nav-tabs-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

    .navbar:before, .navbar:after {
        display: table;
        content: " "
    }

    .navbar:after {
        clear: both
    }

    .navbar:before, .navbar:after {
        display: table;
        content: " "
    }

    .navbar:after {
        clear: both
    }

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

.navbar-header:before, .navbar-header:after {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

    .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " "
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse:before, .navbar-collapse:after {
        display: table;
        content: " "
    }

    .navbar-collapse:after {
        clear: both
    }

    .navbar-collapse.in {
        overflow-y: auto
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important
        }

        .navbar-collapse.in {
            overflow-y: visible
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {
    .container > .navbar-header, .container > .navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none
    }

@media(min-width:768px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

        .navbar-nav > li {
            float: left
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px
        }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form select.form-control {
        width: auto
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 0
    }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            float: none;
            margin-left: 0
        }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

    .navbar-default .navbar-brand {
        color: #777
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent
        }

    .navbar-default .navbar-text {
        color: #777
    }

    .navbar-default .navbar-nav > li > a {
        color: #777
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ccc
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

    .navbar-default .navbar-link:hover {
        color: #333
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

    .navbar-inverse .navbar-brand {
        color: #999
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-text {
        color: #999
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

    .navbar-inverse .navbar-link:hover {
        color: #fff
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

    .breadcrumb > li {
        display: inline-block
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/\00a0"
        }

    .breadcrumb > .active {
        color: #999
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            background-color: #eee
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #428bca;
        border-color: #428bca
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

    .pager:before, .pager:after {
        display: table;
        content: " "
    }

    .pager:after {
        clear: both
    }

    .pager:before, .pager:after {
        display: table;
        content: " "
    }

    .pager:after {
        clear: both
    }

    .pager li {
        display: inline
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee
            }

    .pager .next > a, .pager .next > span {
        float: right
    }

    .pager .previous > a, .pager .previous > span {
        float: left
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #999;
        cursor: not-allowed;
        background-color: #fff
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

    .label[href]:hover, .label[href]:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer
    }

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #999
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: gray
    }

.label-primary {
    background-color: #428bca
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #3071a9
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999;
    border-radius: 10px
}

    .badge:empty {
        display: none
    }

.btn .badge {
    position: relative;
    top: -1px
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

    .jumbotron h1, .jumbotron .h1 {
        line-height: 1;
        color: inherit
    }

    .jumbotron p {
        line-height: 1.4
    }

.container .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

    .thumbnail > img, .thumbnail a > img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #428bca
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert .alert-link {
        font-weight: bold
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable {
    padding-right: 35px
}

    .alert-dismissable .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)
}

.media, .media-body {
    overflow: hidden;
    zoom: 1
}

    .media, .media .media {
        margin-top: 15px
    }

        .media:first-child {
            margin-top: 0
        }

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media > .pull-left {
    margin-right: 10px
}

.media > .pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .list-group-item > .badge {
        float: right
    }

        .list-group-item > .badge + .badge {
            margin-right: 5px
        }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover, a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5
    }

    a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
        z-index: 2;
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
            color: inherit
        }

        a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
            color: #e1edf7
        }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

    .panel-body:before, .panel-body:after {
        display: table;
        content: " "
    }

    .panel-body:after {
        clear: both
    }

.panel > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item {
        border-width: 1px 0
    }

        .panel > .list-group .list-group-item:first-child {
            border-top-right-radius: 0;
            border-top-left-radius: 0
        }

        .panel > .list-group .list-group-item:last-child {
            border-bottom: 0
        }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

    .panel-title > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px
}

    .panel-group .panel + .panel {
        margin-top: 5px
    }

.panel-group .panel-heading {
    border-bottom: 0
}

    .panel-group .panel-heading + .panel-collapse .panel-body {
        border-top: 1px solid #ddd
    }

.panel-group .panel-footer {
    border-top: 0
}

    .panel-group .panel-footer + .panel-collapse .panel-body {
        border-bottom: 1px solid #ddd
    }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ddd
        }

    .panel-default > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #428bca
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #428bca;
        border-color: #428bca
    }

        .panel-primary > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #428bca
        }

    .panel-primary > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #428bca
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #d6e9c6
        }

    .panel-success > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #faebcc
        }

    .panel-warning > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #ebccd1
        }

    .panel-danger > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #ebccd1
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #bce8f1
        }

    .panel-info > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #bce8f1
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: auto;
    overflow-y: scroll
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0)
    }

.modal-dialog {
    position: relative;
    z-index: 1050;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50)
    }

.modal-header {
    min-height: 16.428571429px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .modal-header .close {
        margin-top: -2px
    }

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer:before, .modal-footer:after {
        display: table;
        content: " "
    }

    .modal-footer:after {
        clear: both
    }

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0
    }

@media screen and (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: visible
}

    .tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.top-right .tooltip-arrow {
    right: 5px;
    bottom: 0;
    border-top-color: #000;
    border-width: 5px 5px 0
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-right-color: #000;
    border-width: 5px 5px 5px 0
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-left-color: #000;
    border-width: 5px 0 5px 5px
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-bottom-color: #000;
    border-width: 0 5px 5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    background-clip: padding-box
}

    .popover.top {
        margin-top: -10px
    }

    .popover.right {
        margin-left: 10px
    }

    .popover.bottom {
        margin-top: 10px
    }

    .popover.left {
        margin-left: -10px
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow, .popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

    .popover .arrow:after {
        border-width: 10px;
        content: ""
    }

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0
}

    .popover.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-top-color: #fff;
        border-bottom-width: 0;
        content: " "
    }

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25);
    border-left-width: 0
}

    .popover.right .arrow:after {
        bottom: -10px;
        left: 1px;
        border-right-color: #fff;
        border-left-width: 0;
        content: " "
    }

.popover.bottom .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    border-top-width: 0
}

    .popover.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-bottom-color: #fff;
        border-top-width: 0;
        content: " "
    }

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25);
    border-right-width: 0
}

    .popover.left .arrow:after {
        right: 1px;
        bottom: -10px;
        border-left-color: #fff;
        border-right-width: 0;
        content: " "
    }

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            height: auto;
            max-width: 100%;
            line-height: 1
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block
    }

    .carousel-inner > .active {
        left: 0
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%
    }

    .carousel-inner > .next {
        left: 100%
    }

    .carousel-inner > .prev {
        left: -100%
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0
        }

    .carousel-inner > .active.left {
        left: -100%
    }

    .carousel-inner > .active.right {
        left: 100%
    }

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    opacity: .5;
    filter: alpha(opacity=50)
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));
        background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
        filter: alpha(opacity=90)
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        font-family: serif
    }

        .carousel-control .icon-prev:before {
            content: '\2039'
        }

        .carousel-control .icon-next:before {
            content: '\203a'
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

    .carousel-caption .btn {
        text-shadow: none
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    table.visible-xs.visible-sm {
        display: table
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm, td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    table.visible-xs.visible-md {
        display: table
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md, td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    table.visible-xs.visible-lg {
        display: table
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important
}

@media(max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    table.visible-sm.visible-xs {
        display: table
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs, td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    table.visible-sm.visible-md {
        display: table
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md, td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    table.visible-sm.visible-lg {
        display: table
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg, td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important
}

@media(max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    table.visible-md.visible-xs {
        display: table
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs, td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    table.visible-md.visible-sm {
        display: table
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm, td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md, td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    table.visible-md.visible-lg {
        display: table
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg, td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important
}

@media(max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    table.visible-lg.visible-xs {
        display: table
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs, td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    table.visible-lg.visible-sm {
        display: table
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm, td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    table.visible-lg.visible-md {
        display: table
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md, td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md, td.hidden-md {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important
}

@media(max-width:767px) {
    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
        display: none !important
    }
}

.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print, td.visible-print {
        display: table-cell !important
    }

    .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
        display: none !important
    }
}

* {
    outline: 0
}

.savings-card .savings-intro {
    padding: 70px 0 120px;
    background: url(/img/bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

    .savings-card .savings-intro.grey-bg {
        padding: 40px 0;
        background: #f6f6f6
    }

.savings-card .sign-up:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 325px;
    background: #dfdfdf;
    right: 0;
    top: -25px
}

.savings-card .savings-step-fields .btn.btn-inverted.prev_step {
    background: #fff;
    color: #949494;
    margin-right: 15px;
    border: 2px solid #949494
}

.savings-card .sign-up h2, .savings-card .patient-brochure h2 {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 20px;
    font-size: 44px
}

.savings-card .sign-up p strong, .savings-card .patient-brochure p strong {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 30px
}

.savings-card .sign-up p, .savings-card .patient-brochure p {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    line-height: 30px
}

.savings-card .sign-up a.button-outline, .savings-card .patient-brochure a.button-outline {
    margin-top: 20px
}

    .savings-card .sign-up a.button-outline:hover, .savings-card .patient-brochure a.button-outline:hover {
        color: #fff !important
    }

.savings-card .savings-intro.grey-bg .phone-icon img {
    width: 40px;
    height: 70px;
    text-align: right;
    float: right
}

.savings-card .mobile-wallet br.mobile {
    display: none
}

.savings-card .mobile-wallet p strong {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    display: inline-block
}

.savings-card .mobile-wallet p {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    line-height: 30px
}

.savings-card .heroComponent {
    background: #e4dce9;
    margin-top: 115px
}

.disabled.mb60 {
    margin-bottom: 60px
}

.savings-card .savings-right-img img {
    position: relative;
    float: right;
    right: -30px
}

.savings-card .col-10, .savings-card .col-11 {
    padding-right: 15px;
    padding-left: 15px
}

.savings-card .offset-1 {
    margin-left: 8.33%
}

.savings-card .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.savings-card .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.savings-card .offset-md-1 {
    margin-left: 8.333333%
}

.savings-card .motegrity-savings {
    padding-top: 50px
}

    .savings-card .motegrity-savings .img-responsive {
        float: right
    }

    .savings-card .motegrity-savings .sign-up-text h2 {
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 25px;
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700
    }

    .savings-card .motegrity-savings .sign-up-text p {
        color: #53565a
    }

        .savings-card .motegrity-savings .sign-up-text p + p {
            font-size: 15px
        }

.savings-card .hero-divider + div p:first-child {
    font-size: 22px;
    line-height: 30px;
    color: #242527;
    letter-spacing: .5px;
    margin-bottom: 16px
}

.savings-card .sign-up-text div:last-child p {
    color: #242527;
    right: -8px
}

.savings-card .savings-card-form-section .savings-reqopt-message {
    padding: 45px 15px 45px
}

    .savings-card .savings-card-form-section .savings-reqopt-message p {
        color: #242527;
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        font-family: SourceSans,Arial,sans-serif
    }

.savings-card .savings-step.step-1 .savings-step-heading, .savings-card .savings-step.step-2 .savings-step-heading, .savings-card .savings-step.step-3 .savings-step-heading, .savings-card .savings-step.step-4 .savings-step-heading, .savings-card .savings-step.step-2activation .savings-step-heading {
    background-color: #00c7b1;
    margin-top: 0;
    margin-bottom: 35px;
    margin-right: 0;
    margin-left: 0
}

.savings-card .savings-card-form-section .savings-step.step-1 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-2 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-3 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-4 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-2activation .savings-step-heading h3 {
    font-size: 26px;
    line-height: 84px;
    height: 84px;
    margin: 0;
    color: #fff;
    font-family: SourceSans,Arial,sans-serif;
    font-weight: 700
}

.savings-card .savings-card-form-section label {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400
}

.savings-card .savings-card-form-section .input-text.above-input {
    display: inline-block;
    margin-bottom: 10px
}

.savings-card .savings-card-form-section .savings-step.step-1 .savings-step-fields label, .savings-card .savings-card-form-section .savings-step.step-2 .savings-step-fields label, .savings-card .savings-card-form-section .savings-step.step-3 .savings-step-fields label, .savings-card .savings-card-form-section .savings-step.step-4 .savings-step-fields label, .savings-card .savings-card-form-section .savings-step.step-2activation .savings-step-fields label {
    display: inline-block;
    font-family: SourceSans,Arial,sans-serif;
    line-height: 18px
}

.savings-card .sleek-text {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 100%
}

.sleek-text > span {
    font-size: 18px;
    transition: top .1s ease-out,font-size .1s ease-out;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #949494;
    pointer-events: none
}

.savings-card .date-field {
    user-select: none
}

.savings-card .savings-card-id .sleek-text input {
    background: #fff
}

.savings-card .sleek-text .date-field, .savings-card .sleek-text > input[type=email], .savings-card .sleek-text > input[type=number], .savings-card .sleek-text > input[type=tel], .savings-card .sleek-text > input[type=text] {
    font-size: 18px;
    transition: padding .1s ease-out;
    outline: 0;
    background: #f5f5f5;
    padding: 0 20px;
    height: 56px;
    border: 0;
    color: #33bbab;
    border-bottom: 2px solid #33bbab;
    font-weight: 900;
    width: 100%
}

.savings-card .step-1 .sleek-text > input[type=tel] {
    background: #f5f5f5;
    border-radius: 0
}

.savings-card .sleek-text.not-empty input[type=email], .savings-card .sleek-text.not-empty input[type=number], .savings-card .sleek-text.not-empty input[type=tel], .savings-card .sleek-text.not-empty input[type=text] {
    padding: 20px 20px 0 20px
}

    .savings-card .sleek-text.not-empty input[type=email].valid, .savings-card .sleek-text.not-empty input[type=number].valid, .savings-card .sleek-text.not-empty input[type=tel].valid, .savings-card .sleek-text.not-empty input[type=text].valid {
        padding: 20px 55px 0 20px
    }

.savings-card .sleek-text.not-empty input.dob {
    padding: 20px 0 0;
    font-weight: 700
}

.savings-card input.dob {
    font-size: 18px;
    outline: 0;
    background: 0;
    padding: 0;
    height: 56px;
    border: 0;
    color: #33bbab;
    font-weight: 900;
    position: relative;
    top: 0;
    width: 6%
}

.savings-card .date-field span {
    margin: 0 4px;
    color: transparent
}

.savings-card fieldset.small-margin-bottom {
    margin-bottom: 25px
}

.savings-card fieldset {
    margin: 0 0 35px;
    border: 0
}

.savings-card .input-text + div {
    margin: 15px 0 0
}

.savings-card input[type=radio].btn {
    display: none
}

.savings-card .input-text + div .btn, .savings-card .input-text + div input[type=radio].btn + label {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
    width: auto;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 30px;
    border: 2px solid #00c7b1;
    color: #00c7b1;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px !important;
    font-weight: 700
}

.savings-card .input-text + div label[for] {
    margin-right: 15px
}

.savings-card input[type=radio].btn + label {
    min-width: 90px
}

.savings-card .sleek-text.not-empty .date-field span {
    color: #949494
}

.savings-card .btn.hover, .savings-card .btn:hover, .savings-card input[type=radio].btn:checked + label {
    background: #00c7b1;
    color: #fff !important;
    outline: 0
}

.savings-card .sleek-text.not-empty > span {
    top: 8px;
    font-size: 12px
}

.savings-card .savings-card-id {
    font-size: 18px;
    display: block;
    margin: 0 0 50px
}

.savings-card .btn.btn-inverted {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 46px;
    background: #00c7b1;
    color: #fff;
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 30px;
    border: 2px solid #00c7b1;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700
}

.savings-card .btn.btn-inverte.hover, .savings-card .btn.btn-inverte:hover {
    background: #fff;
    color: #00c7b1
}

.savings-card .savings-card-id .input-text {
    font-size: 16px !important
}

.savings-card .sleek-input [type=checkbox] + label::before, .savings-card .sleek-input [type=radio] + label::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #28bcab;
    border-radius: 3px;
    vertical-align: middle
}

.savings-card .sleek-input :checked + label::before {
    background-color: #28bcab
}

.savings-card .sleek-input [type=radio] + label::before {
    border-radius: 12px
}

.savings-card .sleek-input {
    position: relative;
    padding-left: 40px;
    padding-top: 4px;
    min-height: 24px;
    margin-top: 20px
}

    .savings-card .sleek-input [type=checkbox], .savings-card .sleek-input [type=radio] {
        display: none
    }

.savings-card .continuing-treatment {
    margin-top: 20px;
    display: none
}

.savings-card .savings-step-fields .btn.disabled {
    background: #949494;
    border-color: #949494;
    pointer-events: none;
    color: #fff;
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 30px;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700;
    opacity: 1
}

.savings-card .savings-step-fields .consent {
    font-size: 16px;
    line-height: 18px;
    color: #000;
    margin-bottom: 20px
}

    .savings-card .savings-step-fields .consent a {
        text-decoration: underline;
        color: #00c7b1
    }

.savings-card .sleek-input [type=radio] + label + fieldset {
    display: none
}

.savings-card .sleek-input :checked + label + fieldset {
    display: block;
    margin-bottom: 25px
}

.savings-card fieldset.small-margin-bottom {
    margin-bottom: 25px
}

.savings-card input.dob.dob-Y {
    width: 56px
}

.savings-card .step-2 .savings-step-fields .sleek-text input, .savings-card .step-3 .savings-step-fields .sleek-text input {
    width: 100%;
    border-radius: 0
}

.savings-card .step-2 .savings-step-fields .sleek-text > input[type=tel], .savings-card .step-3 .savings-step-fields .sleek-text > input[type=tel] {
    border-radius: 0
}

.savings-card .error.error-color, .savings-card .error.error-color a {
    color: red
}

.savings-card .savings-card-id {
    bottom: -20px;
    font-size: 13px;
    font-weight: 600;
    display: none
}

.savings-card .error.error-eligible {
    position: relative;
    bottom: 10px;
    margin-bottom: 20px
}

.savings-card .error {
    display: none;
    position: absolute;
    bottom: -20px;
    font-size: 13px;
    font-weight: 600;
    color: red
}

.savings-card .savings-card-id.enabled {
    display: block;
    margin-bottom: 40px
}

.savings-card .savings-step.complete .savings-step-fields {
    max-height: 0;
    transition: max-height .1s
}

.savings-card .savings-step.disabled .savings-step-fields {
    max-height: 0;
    transition: max-height .1s
}

.savings-card .savings-step-fields {
    overflow: hidden;
    max-height: 3000px;
    transition: max-height .3s
}

.savings-card .savings-card-form-section .savings-step.disabled .savings-step-heading {
    background-color: #949494;
    margin-bottom: 0
}

.savings-card .savings-step.complete .savings-step-heading {
    background-color: #471d7c;
    position: relative;
    cursor: pointer;
    min-height: 84px
}

    .savings-card .savings-step.complete .savings-step-heading:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 30px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        background: url(/img/checkmark-purple.png);
        background-size: 24px auto
    }

    .savings-card .savings-step.complete .savings-step-heading:after {
        content: "Edit";
        position: absolute;
        top: 50%;
        right: 50px;
        color: #fff;
        transform: translateY(-50%);
        font-size: 16px;
        font-weight: 700
    }

.savings-card .savings-step.complete.disabled .savings-step-heading:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 50px;
    color: #fff;
    transform: translateY(-50%);
    font-size: 16px;
    font-weight: 700
}

.savings-card .sleek-text .date-field.valid + .valid-icon, .savings-card .sleek-text > input[type=email].valid + .valid-icon, .savings-card .sleek-text > input[type=number].valid + .valid-icon, .savings-card .sleek-text > input[type=tel].valid + .valid-icon, .savings-card .sleek-text > input[type=text].valid + .valid-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(/img/checkmark-green.png);
    top: 28px;
    right: 20px;
    transform: translateY(-50%);
    background-size: 24px auto
}

.savings-card .savings-terms-conditins {
    margin-top: 40px
}

    .savings-card .savings-terms-conditins p {
        margin: 0 0 18px;
        font-size: 18px;
        line-height: 22px
    }

    .savings-card .savings-terms-conditins span.size22 {
        font-size: 22px;
        line-height: 30px
    }

.savings-card .savings-error-msg {
    margin-bottom: 22px
}

.savings-card .savings-card-form-section .savings-reqopt-message p {
    margin-bottom: 0
}

.savings-card .error.error-color.error-eligible {
    margin-bottom: 30px;
    color: red
}

.savings-card .mot-imgAlign {
    margin-left: 0
}

.savings-card .mot-labelAlign {
    margin-left: 16px
}

.savings-card .savings-step.complete .mot-labelAlign, .savings-card .savings-step.complete + div .mot-labelAlign {
    margin-left: 8.33%
}

.savings-card-content label.optional-text.sms strong {
    position: relative;
    cursor: pointer;
    left: -20px;
    margin-bottom: 10px;
    display: inline-block
}

    .savings-card-content label.optional-text.sms strong:after {
        border-style: solid;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        border-width: 0 0 2px 2px;
        border-color: #00c7b1;
        content: '';
        display: block;
        height: 10px;
        position: absolute;
        transform: rotate(-45deg);
        width: 10px;
        bottom: 5px;
        z-index: 9;
        right: -20px
    }

    .savings-card-content label.optional-text.sms strong.active:after {
        transform: rotate(135deg);
        bottom: 0;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

.savings-card-content .hide_show {
    display: none
}

section.savings-card-form-section {
    display: none
}

.savings-card .sign-up, .savings-card .patient-brochure {
    padding: 0
}

@media(min-width:1025px) {
    .savings-card .sign-up-text div.rteComponent:last-child p {
        top: 25px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .savings-card .col-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 91.333333%;
        margin-left: 15px
    }

    .savings-card .heroComponent {
        margin-top: 93px
    }

    .savings-card .motegrity-savings {
        padding-top: 22px
    }

    .savings-card .sign-up-text {
        max-width: 86%
    }

    .savings-card .motegrity-savings .sign-up-text h2 {
        font-weight: 700;
        color: #242527;
        letter-spacing: .5px;
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 12px
    }

    .savings-card .hero-divider + div p:first-child {
        color: #242527;
        letter-spacing: .5px;
        font-size: 15px;
        line-height: 18px;
        margin: 12px 0 0
    }

    .savings-card .hero-divider + div p:last-child {
        margin-top: 8px;
        margin-left: 0;
        font-size: 12px
    }

    .savings-card .savings-right-img img {
        position: relative;
        right: 35px;
        width: 196px
    }

    .savings-card .sign-up-text div:last-child p {
        color: #242527;
        font-size: 15px;
        line-height: 18px;
        left: 0;
        right: auto
    }

    .savings-card .savings-card-form-section .savings-reqopt-message p {
        font-size: 13px
    }

    .savings-card .savings-card-form-section .savings-step.step-1 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-2 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-3 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-4 .savings-step-heading h3, .savings-card .savings-card-form-section .savings-step.step-2activation .savings-step-heading h3 {
        height: auto;
        font-size: 20px;
        line-height: 22px
    }

    .savings-card .savings-terms-conditins span.size22 {
        font-size: 15px;
        line-height: 18px
    }

    .savings-card .savings-terms-conditins p {
        font-size: 15px;
        line-height: 18px
    }

    .savings-card .savings-card-id .sleek-text {
        margin-bottom: 50px
    }

    .savings-card .savings-step-heading.align-items-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100px
    }

    .savings-card .col-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .savings-card input.dob {
        width: 25px
    }

    .savings-card .savings-step.complete .savings-step-heading:before {
        left: 10px
    }

    .savings-card .savings-step.complete .savings-step-heading:after {
        right: 25px
    }

    .savings-card .savings-error-msg {
        margin-bottom: 20px
    }

    .savings-card .savings-terms-conditins .rteComponent {
        padding-left: 22px;
        padding-right: 22px
    }

    .savings-support-thank-you .terms-conditions {
        padding-left: 15px
    }

    .savings-card .savings-card-id.enabled {
        margin-bottom: 22px
    }

    .savings-card .savings-card-form-section .savings-reqopt-message {
        padding: 45px 15px 30px
    }

    .savings-card .savings-step.step-1 .savings-step-heading, .savings-card .savings-step.step-2 .savings-step-heading, .savings-card .savings-step.step-3 .savings-step-heading, .savings-card .savings-step.step-4 .savings-step-heading, .savings-card .savings-step.step-2activation .savings-step-heading {
        margin-bottom: 30px
    }

    .savings-card .savings-step-heading .mot-labelAlign {
        margin-left: 25px
    }

    .savings-card .savings-step.complete .savings-step-heading .mot-labelAlign, .savings-card .savings-step.complete + div .savings-step-heading .mot-labelAlign {
        margin-left: 8.33%
    }
}

@media(min-width:768px) and (max-width:990px) {
    .savings-card .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .savings-card .hero {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .savings-card .motegrity-savings .sign-up-text h2 {
        font-size: 34px;
        line-height: 38px;
        margin: 0 0 25px
    }

    .savings-card .motegrity-savings .container {
        max-width: 720px
    }

    .savings-card .hero-divider + div p:first-child {
        margin: 25px 0 0;
        font-size: 20px;
        line-height: 26px
    }

    .savings-card .motegrity-savings .img-responsive {
        float: right;
        right: 0;
        margin-top: 0;
        margin-bottom: 95px
    }

    .savings-card .motegrity-savings .sign-up-text p + p {
        margin-top: 15px
    }
}

.arrow_box {
    position: absolute;
    background: #f5f5f5;
    border: 2px solid #471d7c;
    transition: all .5s ease-out;
    color: #471d7c;
    font-style: normal;
    font-size: 14px;
    width: 260px;
    text-align: left;
    bottom: 42px;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    max-width: 85vw
}

    .arrow_box.sm {
        width: 225px
    }

    .arrow_box img {
        max-width: 100%
    }

    .arrow_box p {
        padding: 22px 25px;
        margin-bottom: 0;
        font-size: 12px;
        color: #000
    }

    .arrow_box .close {
        opacity: 1
    }

    .arrow_box:before, .arrow_box:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none
    }

    .arrow_box:after {
        border-top-color: #f5f5f5;
        border-width: 15px 11px;
        left: 18px
    }

    .arrow_box.grey:after {
        border-top-color: #471d7c
    }

    .arrow_box:before {
        border-top-color: #471d7c;
        border-width: 20px 14px;
        left: 15px
    }

a:focus + .arrow_box, a.focus + .arrow_box {
    visibility: visible;
    opacity: 1;
    z-index: 5;
    bottom: 145%
}

.arrow_box img.tooltip {
    margin-bottom: -6px;
    position: relative;
    opacity: 1
}

.arrow_box .close:before, .arrow_box .close:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -2px;
    width: 12px;
    height: 2px;
    display: block;
    overflow: hidden;
    background: #fff;
    color: #fff
}

.arrow_box .close {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #471d7c;
    border-radius: 50%;
    top: 5px;
    right: 5px
}

    .arrow_box .close:before {
        transform: translate(-50%,-50%) rotate(45deg)
    }

    .arrow_box .close:after {
        transform: translate(-50%,-50%) rotate(-45deg)
    }

.tooltip_content {
    padding-left: 15px
}

.savings-card .smstooltip .tooltip_content p:first-child {
    margin-bottom: 10px
}

.savings-card .smstooltip .tooltip_content p:last-child {
    font-size: 12px
}

.savings-card .savings-card-form-section .whydoweneedthis {
    position: relative;
    margin-bottom: 10px
}

.savings-card .whydoweneedthis a, .savings-card .whydoweneedthis a:hover, .savings-card .whydoweneedthis a:focus {
    font-weight: normal;
    color: #00c7b1;
    outline: 0;
    text-decoration: underline
}

.savings-card .drop-down-text {
    padding-top: 10px;
    padding-left: 20px
}

    .savings-card .drop-down-text ul li {
        font-size: 16px;
        font-weight: 400
    }

.savings-card .smstooltip {
    background: #f5f5f5;
    position: relative;
    padding: 20px;
    display: flex;
    width: 47%;
    margin-left: 20px
}

    .savings-card .smstooltip .tooltip_icon img {
        width: 70px
    }

.savings-card .savings-card-id .smstooltip .tooltip_icon img {
    width: auto
}

.savings-card .smstooltip .tooltip_content label {
    margin-bottom: 15px
}

.savings-card .smstooltip .tooltip_content p {
    margin-bottom: 0
}

.savings-card .smstooltip:before, .savings-card .smstooltip:after {
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.savings-card .smstooltip:after {
    border-right-color: #f5f5f5;
    border-width: 18px 30px;
    left: -60px;
    top: 52px
}

.savings-card .smstooltip:before {
    border-right-color: white;
    border-width: 11px;
    left: -28px;
    top: 63px
}

.whydoweneedthis .arrow_box.lg {
    bottom: 34px
}

.small-margin-bottom .sleek-input .label-alignment {
    margin-top: 15px
}

.savings-card-id.enabled img {
    margin-top: -20px
}

.small-margin-bottom .mot-privacyLink {
    color: #471d7c;
    text-decoration: underline
}

@media(min-width:320px) and (max-width:991px) {
    .savings-card .smstooltip {
        margin: 0 15px 20px 15px
    }

        .savings-card .smstooltip:before, .savings-card .smstooltip:after {
            top: -28px;
            left: 50%;
            transform: translateX(-50%)
        }

        .savings-card .smstooltip:before, .savings-card .smstooltip:after {
            border-width: 14px;
            top: -12px;
            left: 42%;
            transform: rotate(-135deg)
        }

        .savings-card .smstooltip:after {
            border-bottom-color: #f5f5f5
        }

        .savings-card .smstooltip:before {
            border-bottom-color: white
        }

    .savings-card .savings-step-fields .smstooltip {
        width: auto
    }

    .whydoweneedthis .arrow_box.lg {
        width: 282px;
        bottom: 38px
    }

    .arrow_box .close:before, .arrow_box .close:after {
        right: -2px
    }

    .zipcode-bottom fieldset {
        margin-bottom: 40px
    }

    .arrow_box p {
        font-size: 16px;
        padding: 20px
    }

    .savings-card-id.enabled img {
        margin-top: -30px
    }

    .savings-card .tooltip_content {
        padding-left: 10px
    }

    .savings-card .savings-step-fields {
        max-height: 100%
    }
}

@media(max-width:991px) and (min-width:768px) {
    .savings-card .savings-step-fields .smstooltip {
        width: 282px
    }
}

@media screen and (min-width:1025px) {
    .savings-card .savings-card-id .smstooltip {
        padding: 30px 15px 15px
    }

    .savings-card .smstooltip {
        padding: 20px 15px
    }

        .savings-card .smstooltip .tooltip_icon img {
            width: 61px;
            position: relative;
            top: 5px
        }

    .savings-card .savings-card-id .smstooltip .tooltip_icon img {
        width: 275px;
        position: relative;
        top: 5px;
        height: 92px
    }

    .savings-card .tooltip_content {
        padding-left: 10px
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .savings-card .smstooltip {
        margin-left: 16px;
        width: 48%
    }

        .savings-card .smstooltip .tooltip_icon img {
            width: 32px
        }
}

.savings-card-content label.optional-text.sms strong::before {
    position: absolute;
    width: 20px;
    background: transparent;
    content: '';
    height: 20px;
    right: -10px;
    cursor: pointer
}

@media(min-width:768px) and (max-width:990px) {
    .savings-card .sign-up h2, .savings-card .patient-brochure h2 {
        font-size: 34px
    }

    .savings-card .sign-up p, .savings-card .patient-brochure p {
        font-size: 16px;
        line-height: normal
    }

        .savings-card .sign-up p strong, .savings-card .patient-brochure p strong {
            margin-bottom: 0
        }

    .savings-card .step-1 .smstooltip:after {
        border-right-color: #f5f5f5;
        border-width: 18px 30px;
        left: -10px;
        top: 52px;
        z-index: -1;
        transform: rotate(-122deg)
    }

    .savings-card .step-1 .smstooltip:before {
        display: none
    }
}

@media(min-width:320px) and (max-width:767px) {
    .savings-card .savings-intro {
        background: 0;
        padding: 0
    }

    .savings-card .sign-up-text ul {
        padding-left: 15px
    }

    .savings-card .step-1 .savings-card-id .smstooltip .tooltip_icon img {
        margin-top: 0
    }

    .savings-card .step-1 .smstooltip {
        padding-bottom: 8px
    }

    .sign-up {
        background: url(/img/bg1.png) center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 15px 80px
    }

    .patient-brochure {
        background: url(/img/bg2.png) center top;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 15px 80px
    }

    .savings-card .sign-up h2, .savings-card .patient-brochure h2 {
        font-size: 34px
    }

    .savings-card .sign-up p strong, .savings-card .patient-brochure p strong {
        line-height: normal;
        margin-bottom: 0;
        font-size: 20px
    }

    .savings-card .sign-up p, .savings-card .patient-brochure p {
        line-height: normal;
        font-size: 20px
    }

    .savings-card .savings-intro.grey-bg .phone-icon img {
        width: 40px;
        height: 70px;
        text-align: right;
        float: right;
        margin-top: 6px
    }

    .savings-card .mobile-wallet p, .savings-card .mobile-wallet p strong {
        font-size: 20px;
        line-height: normal
    }
}

.xf-content-height {
    min-height: 0 !important;
    margin: 0 !important
}

.ddg-form-content {
    display: none
}

.ddg {
    background: #461d7b;
    padding: 50px 0
}

.ddg-tabs .ddgtabs {
    display: flex;
    justify-content: space-between;
    margin: 0 15px;
    margin-bottom: 50px;
    border-radius: 5px;
    overflow: hidden;
    list-style-type: none
}

.ddg-tabs .left-col {
    padding: 0
}

.ddg-tabs .ddgtabs li {
    flex: 1 0 auto;
    height: 10px
}

    .ddg-tabs .ddgtabs li:last-of-type {
        max-width: 60px
    }

    .ddg-tabs .ddgtabs li a {
        display: inline-block;
        text-indent: -9999px;
        width: 100%;
        height: 10px;
        border-radius: 0;
        background: #ece9f2
    }

        .ddg-tabs .ddgtabs li a.completed, .ddg-tabs .ddgtabs li a.active {
            background: #35aca6
        }

.ddg-tabs .tabContent .form-group {
    background: #fff;
    padding: 60px;
    border-radius: 5px;
    position: relative;
    border: solid 1px #d9d3e3;
    margin-bottom: 20px
}

    .ddg-tabs .tabContent .form-group .others {
        padding-top: 35px;
        clear: both
    }

    .ddg-tabs .tabContent .form-group label {
        color: #6931a9;
        font-size: 22px;
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700
    }

    .ddg-tabs .tabContent .form-group .form-control {
        border: 0;
        border-bottom: solid 1px #6931aa;
        border-radius: 0;
        box-shadow: none;
        color: #6931aa;
        font-size: 18px;
        padding-left: 0
    }

    .ddg-tabs .tabContent .form-group input[type=text] {
        padding-bottom: 15px
    }

    .ddg-tabs .tabContent .form-group .nos {
        width: 65px;
        height: 65px;
        background: #33bbac;
        border: solid 3px #bbf8ef;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 30px;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: -32px;
        top: 50%;
        transform: translateY(-50%);
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700
    }

    .ddg-tabs .tabContent .form-group .radio, .ddg-tabs .tabContent .form-group .checkbox {
        float: left;
        padding: 0;
        margin: 0;
        flex: 1 0 auto;
        margin-right: 10px
    }

        .ddg-tabs .tabContent .form-group .radio input, .ddg-tabs .tabContent .form-group .checkbox input {
            opacity: 0
        }

        .ddg-tabs .tabContent .form-group .radio label, .ddg-tabs .tabContent .form-group .checkbox label {
            display: inline-block;
            width: 100%;
            text-align: center
        }

        .ddg-tabs .tabContent .form-group .radio .radiobtn, .ddg-tabs .tabContent .form-group .checkbox .checkboxbtn {
            border: solid 2px #b498d4;
            border-radius: 50px;
            padding: 8px 20px;
            font-size: 15px;
            color: #6931a9;
            font-family: SourceSans,Arial,sans-serif;
            font-weight: 400
        }

    .ddg-tabs .tabContent .form-group input[type="radio"]:checked + .radiobtn {
        background: #6931aa;
        color: #fff
    }

.ddg-tabs .tabContent .steps {
    position: absolute;
    right: 15px;
    background: #34bbab;
    border-radius: 50px 0 0 50px;
    min-width: 150px;
    padding: 15px 0 15px 30px;
    color: #fff
}

.ddg-tabs .tabContent .back-btn {
    position: absolute;
    left: 40px;
    color: #fff
}

    .ddg-tabs .tabContent .back-btn a {
        color: #fff;
        text-decoration: none;
        font-size: 24px;
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 300;
        background: url(/img/back.png) no-repeat left center;
        padding-left: 40px
    }

.ddg-tabs .tabContent .steps h3 {
    margin: 0
}

    .ddg-tabs .tabContent .steps h3 span {
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700
    }

.ddg-tabs .tabContent .form-group input[type="checkbox"]:checked + .checkboxbtn {
    background: #6931aa;
    color: #fff
}

.ddg-tabs .tabContent .form-group .radiogroup, .ddg-tabs .tabContent .form-group .checkboxgroup {
    padding-top: 15px;
    display: flex;
    justify-content: space-between
}

    .ddg-tabs .tabContent .form-group .radiogroup.twobtns {
        display: flex;
        justify-content: flex-start
    }

.ddg-tabs .tabContent .form-group .twobtns .radio {
    max-width: 100px
}

.ddg .leftContent h2 {
    color: #fff;
    font-size: 40px;
    line-height: normal;
    margin: 0;
    font-family: SourceSans,Arial,sans-serif;
    font-weight: 400
}

    .ddg .leftContent h2 strong {
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700
    }

.ddg .leftContent p {
    font-size: 28px;
    color: #fff;
    margin-top: 40px;
    line-height: 32px
}

.ddg .formwrap {
    padding-left: 50px
}

.ddg .btn-wrap {
    text-align: right
}

    .ddg .btn-wrap .btn-next {
        padding: 8px 60px;
        background: #fff;
        border-radius: 50px;
        color: #33bbac;
        text-transform: uppercase;
        outline: 0;
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700;
        font-size: 20px;
        margin-top: 10px
    }

.ddg .imgwrap {
    padding-top: 40px;
    text-align: center
}

.ddg input::-webkit-input-placeholder {
    color: #6931aa
}

.ddg input:-ms-input-placeholder {
    color: #6931aa
}

.ddg input::placeholder {
    color: #6931aa !important
}

.ddg .checkboxgroup.customIcon {
    display: flex;
    justify-content: center
}

    .ddg .checkboxgroup.customIcon label {
        width: auto !important
    }

    .ddg .checkboxgroup.customIcon .checkboxbtn {
        min-height: 130px;
        min-width: 105px;
        border-radius: 15px !important;
        padding: 8px 10px !important;
        display: flex;
        justify-content: center;
        align-items: center
    }

.ddg-tabs .tabContent .form-group .checkboxgroup.customIcon {
    justify-content: center
}

    .ddg-tabs .tabContent .form-group .checkboxgroup.customIcon .checkbox {
        flex: none;
        margin-right: 20px
    }

.ddg .checkboxgroup.customIcon .checkboxbtn img {
    margin-bottom: 10px;
    display: block;
    margin: 0 auto 10px auto
}

.ddg .tabContent .tabpane {
    display: none
}

    .ddg .tabContent .tabpane.active {
        display: block
    }

.tick:before {
    content: "";
    background-color: transparent;
    position: absolute;
    left: 24px;
    top: 16px;
    width: 14px;
    border-bottom: 6px solid #fff;
    height: 24px;
    border-right: 6px solid #fff;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.overlaypopup {
    overflow: visible !important
}

.ddg-tabs .tabContent .form-group .checkboxgroup.customIcon input[type="checkbox"]:checked + .checkboxbtn {
    background: 0;
    color: #6931a9
}

.ddg-form-content {
    margin-top: 105px
}

.ddg-email .message .btn-next.ex-pad {
    padding: 8px 50px
}

@media(min-width:320px) and (max-width:990px) {
    .email-modal .modal label.modal-close {
        display: block
    }

    .ddg .leftContent h2 b {
        display: block
    }

    .email-modal .modal .modal-content {
        padding: 30px 35px 30px;
        width: calc(100% - 20px);
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px
    }

    .ddg-tabs .leftContent {
        display: flex;
        flex-direction: column
    }

    .ddg-email label {
        font-size: 22px
    }

    .ddg-tabs .left-col {
        padding: 15px
    }

    .ddg-page-content > .row, .ddg-form-content > .row {
        margin: 0
    }

        .ddg-page-content > .row > .col-xs-12, .ddg-form-content > .row > .col-xs-12 {
            padding: 0
        }

    .ddg .leftContent h2 {
        font-size: 30px;
        order: 1;
        margin-bottom: 25px
    }

    .ddg .leftContent p {
        order: 1;
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: normal
    }

    .ddg .imgwrap {
        order: 0;
        text-align: left;
        margin-bottom: 15px
    }

        .ddg .imgwrap img {
            max-width: 58px
        }

    .ddg-tabs .tabContent .form-group label {
        font-size: 15px;
        width: 100% !important
    }

    .ddg-tabs .tabContent .form-group .form-control {
        font-size: 12px
    }

    .ddg-tabs .tabContent .form-group .nos {
        width: 36px;
        height: 36px;
        font-size: 18px
    }

    .ddg-tabs .tabContent .form-group .nos {
        left: 50%;
        top: -16px;
        transform: translateX(-50%)
    }

    .ddg .formwrap {
        padding-left: 0
    }

    .ddg-tabs .tabContent .form-group {
        margin-bottom: 35px;
        padding: 30px
    }

        .ddg-tabs .tabContent .form-group .others {
            padding-top: 12px
        }

    .ddg-tabs .tabContent .steps {
        display: none
    }

    .ddg-tabs .tabContent .form-group .radiogroup, .ddg-tabs .tabContent .form-group .checkboxgroup {
        flex-wrap: wrap
    }

    .ddg-tabs .tabContent .form-group .radio, .ddg-tabs .tabContent .form-group .checkbox {
        width: 100%
    }

    .ddg-tabs .tabContent .form-group .radio, .ddg-tabs .tabContent .form-group .checkbox {
        margin-right: 0;
        margin-bottom: 10px
    }

    .ddg-tabs .tabContent .form-group .twobtns .radio {
        max-width: 100%
    }

    .tick:before {
        left: 10px;
        top: 4px;
        width: 10px;
        border-bottom: 3px solid #fff;
        height: 17px;
        border-right: 3px solid #fff
    }

    .ddg .btn-wrap .btn-next {
        padding: 8px 45px;
        font-size: 15px;
        margin-top: 0
    }

    .ddg-tabs .tabContent .back-btn {
        left: 15px;
        z-index: 999
    }

        .ddg-tabs .tabContent .back-btn a {
            font-size: 12px;
            padding-left: 25px;
            background-size: 22px
        }

    .ddg .checkboxgroup.customIcon .checkboxbtn {
        min-height: 86px;
        min-width: 88px;
        border-radius: 15px !important;
        padding: 8px 10px !important;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .ddg-tabs .tabContent .form-group .checkboxgroup.customIcon {
        flex-wrap: nowrap;
        justify-content: center
    }

        .ddg-tabs .tabContent .form-group .checkboxgroup.customIcon .checkbox {
            width: auto;
            flex: unset;
            min-width: 88px;
            margin: 0 6px
        }

    .ddg .checkboxgroup.customIcon .checkboxbtn img {
        margin-bottom: 10px;
        width: 35px
    }

    .ddg-tabs .ddgtabs li a {
        width: 92%;
        border-radius: 5px
    }

    .ddg-tabs .ddgtabs li:nth-child(4) {
        max-width: 50px
    }

    .ddg-tabs .ddgtabs li:nth-child(5) {
        max-width: 30px
    }

    .ddg-tabs .ddgtabs li:nth-child(4) a {
        border-radius: 5px 0 0 5px;
        width: 100%
    }

    .ddg-tabs .ddgtabs li:nth-child(5) a {
        border-radius: 0 5px 5px 0
    }

    .ddg-form-content {
        margin-top: 95px
    }

    .ddg-tabs .tabContent .form-group input[type=text] {
        padding-bottom: 8px
    }

    #tab5 .leftContent h2 {
        padding-top: 40px;
        margin-bottom: 10px
    }

    #tab4 .leftContent h2 {
        margin-bottom: 0
    }

        #tab4 .leftContent h2 b {
            display: block
        }

    .ddg-tabs .tabContent .form-group .radio .radiobtn, .ddg-tabs .tabContent .form-group .checkbox .checkboxbtn {
        font-size: 12px
    }

    .ddg-email label.error {
        font-size: 20px;
        margin-top: 5px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .email-modal .modal label.modal-close {
        display: block
    }

    .ddg-tabs .ddgtabs li:nth-child(4) {
        max-width: 100px
    }

    .ddg-tabs .ddgtabs li:nth-child(5) {
        max-width: 60px
    }

    .ddg-tabs .ddgtabs li:nth-child(4) a {
        border-radius: 5px 0 0 5px;
        width: 100%
    }

    .ddg-tabs .ddgtabs li:nth-child(5) a {
        border-radius: 0 5px 5px 0
    }

    .ddg-form-content {
        margin-top: 135px
    }
}

@media(min-width:1024px) and (max-width:1400px) {
    .ddg .tabContent .tabpane .col-md-4, .ddg .tabContent .tabpane .col-md-8 {
        padding-top: 100px
    }
}

.ddg-email {
    background: #fff;
    clear: both
}

.emailtitle {
    margin-bottom: 45px
}

.email-modal .emailtitle h2 {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin: 0;
    width: 67%
}

.modalimg {
    margin-bottom: 45px
}

    .modalimg img {
        width: 250px
    }

.ddg-email label {
    font-size: 18px;
    font-weight: normal
}

.ddg-email .input-group {
    width: 100%
}

.modal .modal-content .email-desc p {
    font-size: 14px;
    color: #242527;
    line-height: normal
}

.ddg-email .input-group input {
    font-size: 22px;
    background: #f5f5f5;
    padding: 0 20px;
    height: 56px;
    border: 0;
    color: #33bbab;
    border-bottom: 2px solid #33bbab
}

.ddg-email .btn-wrap {
    padding-top: 25px
}

    .ddg-email .btn-wrap .btn-next {
        padding: 8px 25px;
        background: #fff;
        border: 2px solid #00c7b1;
        border-radius: 50px;
        color: #00c7b1;
        text-transform: uppercase;
        outline: 0;
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 400;
        font-size: 16px;
        display: inline-block
    }

        .ddg-email .btn-wrap .btn-next:hover {
            background: #00c7b1;
            border: 2px solid #00c7b1;
            color: #fff
        }

.ddg-email label.error {
    font-size: 13px;
    color: red;
    margin-bottom: 0;
    line-height: normal
}

.ddg-email .message .btn-wrap {
    padding-top: 0
}

.ddg-email .message .btn-next {
    margin-right: 25px
}

.pb120 {
    padding-bottom: 120px
}

@media(min-width:320px) and (max-width:767px) {
    .ddg-email .message .btn-next {
        display: block;
        margin: 0;
        margin-bottom: 24px;
        font-size: 16px
    }

    .email-modal .emailtitle h2 {
        width: 100%
    }

    .pb120 {
        padding-bottom: 50px
    }
}

#print-form-data {
    display: none
}

@media print {
    #print-form-data {
        display: block !important
    }
}

.confirmation-message {
    display: none
}

.optin-checkbox {
    position: relative;
    display: inline-block
}

    .optin-checkbox label {
        margin-left: 5px;
        display: block !important
    }

        .optin-checkbox label p:last-child:before {
            content: '';
            position: absolute;
            left: 0;
            top: 44px;
            width: 1em;
            height: 1em;
            border: 2px solid #00c7b1;
            background: #FFF;
            border-radius: 0;
            box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%),0 0 0 rgb(203 34 237 / 20%);
            -webkit-transition: all .275s;
            transition: all .275s
        }

        .optin-checkbox label p:last-child {
            margin-left: 20px
        }

    .optin-checkbox #ddOptin {
        float: left;
        margin-right: 15px;
        top: 40px;
        position: absolute
    }

    .optin-checkbox [type="checkbox"]:checked + label p:last-child:after {
        content: 'âœ“';
        position: absolute;
        top: 43px;
        left: 5px;
        font-size: 14px;
        color: #00c7b1;
        line-height: 0;
        -webkit-transition: all .2s;
        transition: all .2s
    }

@media screen and (max-width:767px) {
    .optin-checkbox label p:last-child:before {
        top: 37px;
        width: 1.5em;
        height: 1.5em
    }

    .optin-checkbox [type="checkbox"]:checked + label p:last-child:after {
        top: 45px;
        left: 4px
    }

    .optin-checkbox #ddOptin {
        top: 34px
    }
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.25,.75,.75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function: ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function: ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function: ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.47,0,.745,.715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.39,.575,.565,1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function: cubic-bezier(.445,.05,.55,.95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.55,.085,.68,.53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.25,.46,.45,.94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function: cubic-bezier(.455,.03,.515,.955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translateZ(0)
    }

[data-aos=fade-up] {
    transform: translate3d(0,100px,0)
}

[data-aos=fade-down] {
    transform: translate3d(0,-100px,0)
}

[data-aos=fade-right] {
    transform: translate3d(-100px,0,0)
}

[data-aos=fade-left] {
    transform: translate3d(100px,0,0)
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px,100px,0)
}

[data-aos=fade-up-left] {
    transform: translate3d(100px,100px,0)
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px,-100px,0)
}

[data-aos=fade-down-left] {
    transform: translate3d(100px,-100px,0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translateZ(0) scale(1)
    }

[data-aos=zoom-in] {
    transform: scale(.6)
}

[data-aos=zoom-in-up] {
    transform: translate3d(0,100px,0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform: translate3d(0,-100px,0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px,0,0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px,0,0) scale(.6)
}

[data-aos=zoom-out] {
    transform: scale(1.2)
}

[data-aos=zoom-out-up] {
    transform: translate3d(0,100px,0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform: translate3d(0,-100px,0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px,0,0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px,0,0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translateZ(0)
    }

[data-aos=slide-up] {
    transform: translate3d(0,100%,0)
}

[data-aos=slide-down] {
    transform: translate3d(0,-100%,0)
}

[data-aos=slide-right] {
    transform: translate3d(-100%,0,0)
}

[data-aos=slide-left] {
    transform: translate3d(100%,0,0)
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg)
}

    [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg)
}

    [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0)
    }

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg)
}

    [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg)
}

    [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0)
    }

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

.simplebar-content:after, .simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 6px;
    min-height: 10px
}

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background: #000;
        border-radius: 7px;
        left: 0;
        right: 0;
        opacity: .5;
        transition: opacity .2s linear
    }

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0 linear
}

.simplebar-track.simplebar-vertical {
    top: 10px;
    width: 11px
}

    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 2px;
        bottom: 2px
    }

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
        height: 100%;
        left: 2px;
        right: 2px
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 2px;
        height: 7px;
        min-height: 0;
        min-width: 10px;
        width: auto
    }

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

@font-face {
    font-family: 'SourceSans';
    src: url('/webfonts/SourceSansPro-Light.woff2') format('woff2'),url('/webfonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SourceSans';
    src: url('/webfonts/SourceSansPro-Regular.woff2') format('woff2'),url('/webfonts/SourceSansPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SourceSans';
    src: url('/webfonts/SourceSansPro-Italic.woff2') format('woff2'),url('/webfonts/SourceSansPro-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'SourceSans';
    src: url('/webfonts/SourceSansPro-SemiBold.woff2') format('woff2'),url('/webfonts/SourceSansPro-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'SourceSans';
    src: url('/webfonts/SourceSansPro-Bold.woff2') format('woff2'),url('/webfonts/SourceSansPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

* {
    border: 0;
    padding: 0;
    margin: 0
}

body {
    font-family: SourceSans,Arial,sans-serif;
    padding: 40px 20px 0 20px
}

ol a, p a, ul a {
    text-decoration: underline;
    color: #00c7b1
}

.nowrap {
    white-space: nowrap
}

@media(min-width:992px) {
    header .container {
        max-width: 980px
    }

    .container {
        max-width: 960px
    }

    .motegrity-home {
        min-height: 450px
    }

    .getting-started .heroComponent .motegrity-hero-text {
        min-height: 400px
    }

    .savings-support .right-hero {
        min-height: 350px
    }
}

@media(min-width:320px) and (max-width:990px) {
    body {
        padding: 0
    }
}

.flexContainer {
    display: flex;
    flex-wrap: nowrap
}

.index .heroComponent {
    background: #e5dbea
}

.green-bg, .pink-bg, .section-DailyDosing {
    position: relative;
    overflow: hidden;
    padding: 30px 0 0
}

    .green-bg:before, .pink-bg:before, .section-DailyDosing:before {
        position: absolute;
        content: "";
        top: 0;
        left: -100%;
        width: 200%;
        height: 100%
    }

    .green-bg:before {
        background: linear-gradient(90deg,rgba(42,189,171,.15) 0,rgba(42,189,171,.15) 50%,rgba(159,137,182,.05) 70%,rgba(159,137,182,0) 100%)
    }

    .pink-bg:before, .section-DailyDosing:before {
        left: 0;
        background: linear-gradient(-90deg,rgba(205,172,208,.15) 0,rgba(205,172,208,.15) 53%,rgba(205,172,208,0) 80%)
    }

.grey-bg {
    background: #f6f6f6
}

.pink-bg h2, .green-bg h2 {
    font-family: SourceSans,Arial,sans-serif;
    margin-top: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 25px
}

.pink-bg p, .green-bg p {
    font-size: 18px;
    color: #53565a;
    line-height: 28px
}

.pink-bg .buttonComponent, .green-bg .buttonComponent {
    margin-bottom: 20px
}

.green-bg p .size14 {
    font-size: 14px;
    max-width: 210px;
    display: inline-block;
    line-height: normal
}

.pink-bg p .size14 {
    font-size: 14px;
    display: block;
    line-height: normal
}

.pink-bg h2:not(.bold):first-line, .green-bg h2:not(.bold):first-line {
    font-weight: 300
}

.buttonComponent {
    text-align: center
}

    .buttonComponent a {
        display: inline-block;
        width: auto;
        cursor: pointer;
        border-radius: 30px;
        border: 2px solid #00c7b1;
        color: #00c7b1;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        padding: 10px 24px;
        font-weight: 600
    }

        .buttonComponent a:hover {
            background: #00c7b1;
            color: #fff !important
        }

.hero-divider {
    height: 6px;
    width: 75px;
    background: #00c7b1;
    margin: 25px 0
}

@media(min-width:320px) and (max-width:767px) {
    .hero-divider {
        height: 3px;
        width: 38px;
        margin: 12px 0
    }
}

.how-it-works .heroComponent, .what-to-expect .heroComponent {
    background: #e4dce9;
    margin-top: 105px
}

.heroComponent .hero-text h2 {
    font-size: 40px;
    font-family: SourceSans,Arial,sans-serif;
    line-height: 46px;
    margin: 45px 0 15px;
    font-weight: 700;
    color: #242527;
    letter-spacing: .5px
}

.heroComponent .hero-text p {
    font-size: 22px;
    line-height: 30px;
    margin: 15px 0 0
}

.secondary-nav {
    width: 100%;
    top: 0;
    height: 70px;
    z-index: 1;
    position: relative;
    user-select: none;
    background: #fff;
    border-bottom: 2px solid #e4dce9
}

    .secondary-nav.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 90;
        height: 50px
    }

    .secondary-nav .nav-body {
        display: table;
        margin: 0 auto;
        height: 100%
    }

    .secondary-nav li, .secondary-nav ul {
        display: table-cell;
        height: 100%;
        vertical-align: middle
    }

        .secondary-nav li a {
            display: block;
            margin: 0 60px;
            color: #53565a;
            font-weight: 600;
            font-size: 16px;
            line-height: 16px;
            padding-left: 20px;
            text-decoration: none;
            position: relative
        }

            .secondary-nav li a:hover {
                text-decoration: underline
            }

            .secondary-nav li a::before {
                position: absolute;
                content: "";
                width: 0;
                height: 0;
                left: 0;
                top: 3px;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 7px solid #00c7b1
            }

.greybg-Dx {
    background: #f6f6f6;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px
}

.how-it-works .greybg-Dx h2 {
    margin-top: 0;
    font-weight: 300;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 25px;
    font-family: SourceSans,Arial,sans-serif
}

.how-it-works .greybg-Dx h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #242527;
    font-weight: 700
}

.how-it-works .greybg-Dx h4 {
    color: #471d7c;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px;
    font-family: SourceSans,Arial,sans-serif
}

    .how-it-works .greybg-Dx h4:first-of-type {
        margin-top: 30px
    }

    .how-it-works .greybg-Dx h4:last-of-type {
        margin: 0
    }

.how-it-works .greybg-Dx p {
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 18px;
    color: #53565a
}

.how-it-works .rteComponent ul {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px;
    color: #53565a
}

    .how-it-works .rteComponent ul li {
        list-style-type: none;
        padding-left: 10px;
        position: relative
    }

        .how-it-works .rteComponent ul li::before {
            content: "\2022";
            position: absolute;
            left: 0;
            color: #53565a
        }

.how-it-works .secondary-nav ul li::before {
    content: none
}

.how-it-works .why-colon-muscle p strong {
    color: #471d7c;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 10px
}

.how-it-works .cic-bowel-text {
    display: flex;
    align-items: center
}

.how-it-works .cic-bowel-image img {
    margin: 30px auto 0
}

.how-it-works .cic-bowel-text h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #242527;
    font-weight: 700;
    font-family: SourceSans,Arial,sans-serif;
    padding-right: 30px
}

.how-it-works .cic-bowel-text p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 21px;
    padding-right: 10px
}

.text-btn-cta .container {
    border-top: 1px solid #cfd0d0;
    border-bottom: 1px solid #cfd0d0;
    padding-top: 40px;
    padding-bottom: 40px
}

.text-btn-cta h4 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #00c7b1;
    font-size: 30px;
    line-height: 36px;
    font-weight: 600;
    font-family: SourceSans,Arial,sans-serif
}

.text-btn-cta .buttonComponent {
    margin-bottom: 0
}

    .text-btn-cta .buttonComponent a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 46px;
        text-transform: uppercase
    }

.how-it-works .cic-risk-factors .imgTitleDescComponent {
    display: flex;
    justify-content: center;
    width: 360px;
    margin: 0 auto 40px;
    height: 150px;
    position: relative
}

    .how-it-works .cic-risk-factors .imgTitleDescComponent .imgWrapper {
        width: 145px
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description {
        width: 180px
    }

        .how-it-works .cic-risk-factors .imgTitleDescComponent .description h4 {
            color: #471d7c;
            font-size: 27px;
            line-height: 27px;
            font-weight: 700;
            margin: 0 0 10px;
            letter-spacing: .5px;
            font-family: SourceSans,Arial,sans-serif
        }

        .how-it-works .cic-risk-factors .imgTitleDescComponent .description p {
            color: #777;
            font-weight: 600;
            font-size: 20px;
            line-height: 27px;
            margin: 0;
            letter-spacing: .5px
        }

.how-it-works .cic-risk-factors-text h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #242527;
    font-weight: 700;
    font-family: SourceSans,Arial,sans-serif
}

.how-it-works .cic-risk-factors-text p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px
}

.prev-next-component {
    width: 100%;
    background: #fff;
    margin: 60px 0;
    border: 1px solid #000;
    border-image: linear-gradient(to left,#fff 28%,#aaa,#fff 72%) 1
}

    .prev-next-component ul {
        height: 76px;
        display: flex;
        align-items: center;
        margin: 0
    }

    .prev-next-component li {
        list-style-type: none;
        width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        float: left
    }

        .prev-next-component li a {
            text-decoration: none;
            font-size: 18px;
            line-height: 22px;
            color: #53565a;
            display: block;
            position: relative
        }

            .prev-next-component li a:hover {
                text-decoration: underline
            }

            .prev-next-component li a span:hover {
                text-decoration: none
            }

            .prev-next-component li a span {
                font-weight: 700
            }

        .prev-next-component li.prev a span {
            float: right;
            border-left: 1px solid;
            padding-left: 8px;
            margin-left: 8px
        }

        .prev-next-component li.next a span {
            border-right: 1px solid;
            padding-right: 8px;
            margin-right: 8px;
            float: left
        }

        .prev-next-component li.prev a {
            float: right;
            padding-right: 40px
        }

        .prev-next-component li.next a {
            float: left;
            padding-left: 40px
        }

        .prev-next-component li a::before {
            border-style: solid;
            border-width: 2px 2px 0 0;
            border-color: #471d7c;
            content: '';
            display: inline-block;
            height: 14px;
            position: absolute;
            transform: rotate(-45deg);
            vertical-align: top;
            width: 14px;
            top: calc(50% - 7px)
        }

        .prev-next-component li.prev a::before {
            right: 0;
            transform: rotate(-135deg)
        }

        .prev-next-component li.next a::before {
            left: 0;
            transform: rotate(45deg)
        }

@media(min-width:320px) and (max-width:767px) {
    .prev-next-component {
        margin: 40px 0;
        border-image: linear-gradient(to left,#fff 15%,#aaa,#fff 85%) 1
    }

        .prev-next-component li a {
            font-size: 12px;
            line-height: 12px;
            padding: 15px 0
        }

        .prev-next-component ul {
            height: auto
        }

        .prev-next-component li {
            padding: 0
        }

            .prev-next-component li a::before {
                top: calc(50% - 4px);
                width: 8px;
                height: 8px
            }

            .prev-next-component li.prev a {
                padding-right: 15px
            }

            .prev-next-component li.next a {
                padding-left: 15px
            }
}

.sitemap {
    margin: 30px 0 0;
    padding: 30px;
    background: #eee;
    margin-left: -20px;
    margin-right: -20px;
    font-family: SourceSans,Arial,sans-serif
}

    .sitemap a:hover {
        text-decoration: underline
    }

    .sitemap h3 {
        margin: 0;
        line-height: normal;
        position: relative
    }

        .sitemap h3 a {
            color: #53565a;
            margin: 13px 0;
            font-size: 16px;
            line-height: 20px;
            align-items: center;
            font-weight: 600;
            text-decoration: none;
            font-family: SourceSans,Arial,sans-serif;
            display: inline-block
        }

    .sitemap ul {
        margin-bottom: 0
    }

        .sitemap ul li {
            list-style-type: none
        }

            .sitemap ul li a {
                color: #53565a;
                font-weight: 400;
                margin: 13px 0;
                display: inline-block;
                font-size: 16px;
                line-height: 20px;
                text-decoration: none;
                font-family: SourceSans,Arial,sans-serif
            }

@media(max-width:767px) {
    .sitemap {
        padding: 20px 20px;
        margin-top: 20px
    }

        .sitemap .container .container {
            padding: 0
        }

        .sitemap .mobile-wrapper {
            margin-bottom: 20px
        }

        .sitemap h3 a {
            margin: 8px 0;
            font-size: 15px;
            line-height: 15px
        }

        .sitemap ul {
            padding-left: 15px
        }

            .sitemap ul li a {
                margin: 8px 0;
                font-size: 15px;
                line-height: 15px
            }

        .sitemap .buttonComponent {
            text-align: left;
            margin-top: 25px
        }
}

.purple-bg {
    background: #7d5eaa;
    position: relative;
    overflow: hidden
}

    .purple-bg .html5video {
        text-align: center
    }

        .purple-bg .html5video video {
            width: 100%;
            height: 100%;
            display: block
        }

    .purple-bg .buttonComponent {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: 86px
    }

        .purple-bg .buttonComponent a {
            display: inline-block;
            font-size: 30px;
            line-height: 40px;
            font-weight: 700;
            color: #fff;
            text-decoration: none;
            border-radius: 0;
            border: 0;
            padding: 0;
            border-bottom: 4px solid #ccaecf
        }

    .purple-bg .cta-move-video .buttonComponent a {
        font-size: 29px
    }

    .purple-bg .buttonComponent a:hover {
        border-bottom: 0;
        padding-bottom: 4px;
        background: 0
    }

    .purple-bg .buttonComponent a::after {
        margin-left: 10px;
        content: "";
        width: 29px;
        height: 16px;
        display: inline-block;
        background: url(/img/cta-arrow.png) no-repeat right center
    }

    .purple-bg .buttonComponent a:hover::after {
        -webkit-animation: move-cta-arrow 1s infinite linear;
        animation: move-cta-arrow 1s infinite linear
    }

@media(min-width:320px) and (max-width:767px) {
    .purple-bg .buttonComponent a {
        font-size: 15px;
        line-height: 25px;
        border-bottom: 2px solid #ccaecf
    }

    .purple-bg .buttonComponent {
        bottom: 57px
    }
}

@keyframes move-cta-arrow {
    0 {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

.getting-started .heroComponent {
    position: relative;
    overflow: hidden;
    background: #e5dbeb;
    margin-top: 105px
}

    .getting-started .heroComponent::after {
        border-style: solid;
        border-width: 0 0 2px 2px;
        border-color: #fff;
        content: '';
        display: inline-block;
        height: 14px;
        position: absolute;
        transform: rotate(-45deg);
        vertical-align: top;
        width: 14px;
        bottom: 27px;
        left: calc(50% - 12px);
        -webkit-animation: downarrow 2s infinite;
        animation: downarrow 2s infinite;
        z-index: 9
    }

    .getting-started .heroComponent .motegrity-hero-video .html5video {
        width: 710px
    }

    .getting-started .heroComponent .motegrity-hero-video p {
        position: absolute;
        bottom: -13px;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        color: #242527;
        white-space: nowrap;
        font-family: 'SourceSans',Arial,sans-serif;
        padding-left: 278px
    }

    .getting-started .heroComponent .motegrity-hero-text h2 {
        font-size: 40px;
        line-height: 46px;
        font-family: 'SourceSans',Arial,sans-serif;
        font-weight: 700;
        letter-spacing: .5px
    }

    .getting-started .heroComponent .motegrity-hero-text p {
        color: #242527;
        letter-spacing: .5px;
        font-size: 22px;
        line-height: 30px;
        font-family: 'SourceSans',Arial,sans-serif
    }

.getting-started .ready-to-go-header {
    padding-top: 70px;
    padding-bottom: 70px
}

    .getting-started .ready-to-go-header h2 {
        font-family: 'SourceSans',Arial,sans-serif;
        margin-top: 0;
        font-weight: 400;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 0
    }

.getting-started .ready-to-go-first-text, .getting-started .ready-to-go-third-text, .getting-started .ready-to-go-fifth-text {
    margin-left: 25%
}

.getting-started .ready-to-go-second-image, .getting-started .ready-to-go-fourth-image {
    margin-left: 16.5%
}

.getting-started .ready-to-go-first-text h4, .getting-started .ready-to-go-second-text h4, .getting-started .ready-to-go-third-text h4, .getting-started .ready-to-go-fourth-text h4, .getting-started .ready-to-go-fifth-text h4 {
    font-family: 'SourceSans',Arial,sans-serif;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #242527;
    margin: 0 0 15px
}

.getting-started .ready-to-go-first-text p, .getting-started .ready-to-go-second-text p, .getting-started .ready-to-go-third-text p, .getting-started .ready-to-go-fourth-text p, .getting-started .ready-to-go-fifth-text p {
    font-family: 'SourceSans',Arial,sans-serif;
    font-weight: 400;
    color: #53565a;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 60px
}

    .getting-started .ready-to-go-third-text p a, .getting-started .ready-to-go-fourth-text p a, .getting-started .ready-to-go-fifth-text p a {
        text-decoration: underline;
        color: #00c7b1
    }

.getting-started .ready-to-go-first-image img, .getting-started .ready-to-go-second-image img, .getting-started .ready-to-go-third-image img, .getting-started .ready-to-go-fourth-image img, .getting-started .ready-to-go-fifth-image img {
    margin: 0 auto
}

.getting-started .ready-to-go-si {
    padding-bottom: 70px;
    margin-left: 16.5%
}

    .getting-started .ready-to-go-si .rteComponent p {
        font-size: 18px;
        line-height: 22px;
        color: #471d7c;
        font-family: 'SourceSans',Arial,sans-serif;
        font-weight: 700;
        margin: 0 0 10px
    }

        .getting-started .ready-to-go-si .rteComponent p:nth-child(2) {
            margin-bottom: 0
        }

    .getting-started .ready-to-go-si .rteComponent ul {
        list-style-type: none
    }

        .getting-started .ready-to-go-si .rteComponent ul li {
            padding-left: 10px;
            position: relative;
            font-family: 'SourceSans',Arial,sans-serif;
            font-weight: 400;
            font-size: 18px;
            line-height: 22px;
            color: #53565a
        }

            .getting-started .ready-to-go-si .rteComponent ul li::before {
                content: "\2022";
                position: absolute;
                left: 0;
                color: #53565a
            }

.getting-started .video-thumbnail .ready-to-go-image-section {
    position: relative
}

    .getting-started .video-thumbnail .ready-to-go-image-section .html5video {
        width: 646px;
        margin: 0 auto
    }

        .getting-started .video-thumbnail .ready-to-go-image-section .html5video video {
            z-index: -1000
        }

    .getting-started .video-thumbnail .ready-to-go-image-section .rteComponent p {
        z-index: 1;
        color: #e6c5ea;
        position: absolute;
        bottom: 36px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
        font-family: 'SourceSans',Arial,sans-serif
    }

.getting-started .getting-started-faq {
    margin-left: 8.333333%;
    padding-top: 70px;
    padding-bottom: 70px
}

    .getting-started .getting-started-faq .rteComponent h2 {
        margin-top: 0;
        font-weight: 300;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 0;
        font-family: 'SourceSans',Arial,sans-serif
    }

@keyframes downarrow {
    0 {
        bottom: 20px
    }

    14% {
        bottom: 30px
    }

    28% {
        bottom: 20px
    }

    42% {
        bottom: 30px
    }

    56% {
        bottom: 20px
    }
}

@keyframes move-cta-arrow {
    0 {
        transform: translateX(0)
    }

    50% {
        transform: translateX(5px)
    }

    100% {
        transform: translateX(0)
    }
}

@media(max-width:767px) {
    .getting-started .heroComponent {
        height: 210px;
        margin-top: 95px
    }

    .getting-started .secondary-nav {
        display: none
    }

    .getting-started .heroComponent::after {
        display: none
    }

    .getting-started .heroComponent .motegrity-hero-video {
        position: absolute;
        top: 0;
        right: 95px
    }

        .getting-started .heroComponent .motegrity-hero-video .html5video {
            width: 355px;
            overflow: hidden
        }

        .getting-started .heroComponent .motegrity-hero-video p {
            padding-left: 170px;
            bottom: 1px;
            font-size: 12px;
            line-height: 12px
        }

    .getting-started .heroComponent .motegrity-hero-text h2 {
        color: #242527;
        letter-spacing: .5px;
        font-size: 20px;
        line-height: 22px;
        margin: 20px 0 12px;
        width: 50%
    }

    .getting-started .heroComponent .motegrity-hero-text p {
        color: #242527;
        letter-spacing: .5px;
        font-size: 15px;
        line-height: 18px;
        margin: 0
    }

    .getting-started .ready-to-go-header {
        padding-top: 40px;
        padding-bottom: 40px
    }

        .getting-started .ready-to-go-header h2 {
            font-size: 20px;
            line-height: 24px;
            color: #242527
        }

    .getting-started .ready-to-go-first-text, .getting-started .ready-to-go-third-text, .getting-started .ready-to-go-fifth-text {
        margin-left: 0
    }

    .getting-started .ready-to-go-second-image, .getting-started .ready-to-go-fourth-image {
        margin-left: 0
    }

    .getting-started .ready-to-go-first-text h4, .getting-started .ready-to-go-second-text h4, .getting-started .ready-to-go-third-text h4, .getting-started .ready-to-go-fourth-text h4, .getting-started .ready-to-go-fifth-text h4 {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 15px
    }

    .getting-started .ready-to-go-first-text p, .getting-started .ready-to-go-second-text p, .getting-started .ready-to-go-third-text p, .getting-started .ready-to-go-fourth-text p, .getting-started .ready-to-go-fifth-text p {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px;
        padding: 0
    }

    .getting-started .ready-to-go-first-image img {
        width: 64.5px;
        height: 66.5px
    }

    .getting-started .ready-to-go-second-image img {
        width: 89px;
        height: 65.5px
    }

    .getting-started .ready-to-go-third-image img {
        width: 84.5px;
        height: 30.5px
    }

    .getting-started .ready-to-go-fourth-image img {
        width: 81.5px;
        height: 60px
    }

    .getting-started .ready-to-go-fifth-image img {
        width: 27.5px;
        height: 47.5px
    }

    .getting-started .ready-to-go-first-image img, .getting-started .ready-to-go-second-image img, .getting-started .ready-to-go-third-image img, .getting-started .ready-to-go-fourth-image img, .getting-started .ready-to-go-fifth-image img {
        margin-bottom: 35px
    }

    .getting-started .ready-to-go-si {
        padding-bottom: 40px;
        margin-left: 0
    }

        .getting-started .ready-to-go-si .rteComponent p {
            font-size: 15px;
            line-height: 18px;
            color: #471d7c
        }

        .getting-started .ready-to-go-si .rteComponent ul li {
            font-size: 15px;
            line-height: 18px
        }

    .getting-started .video-thumbnail .ready-to-go-image-section .html5video {
        width: 390px
    }

        .getting-started .video-thumbnail .ready-to-go-image-section .html5video video {
            transform: translateX(-5%) translateY(-1%);
            -webkit-transform: translateX(-5%) translateY(-1%);
            -moz-transform: translateX(-5%) translateY(-1%);
            -ms-transform: translateX(-5%) translateY(-1%);
            -o-transform: translateX(-5%) translateY(-1%)
        }

    .getting-started .video-thumbnail .ready-to-go-image-section .buttonComponent a.button {
        font-size: 15px;
        line-height: 25px;
        border-bottom: 2px solid #ccaecf;
        bottom: 20px;
        right: 0
    }

        .getting-started .video-thumbnail .ready-to-go-image-section .buttonComponent a.button::after {
            width: 15px;
            height: 8px
        }

        .getting-started .video-thumbnail .ready-to-go-image-section .buttonComponent a.button:hover {
            padding-bottom: 2px
        }

    .getting-started .video-thumbnail .ready-to-go-image-section .rteComponent p {
        bottom: 5px;
        left: 0;
        font-size: 12px;
        line-height: 16px
    }

    .getting-started .getting-started-faq {
        margin: 0;
        padding-top: 40px;
        padding-bottom: 40px
    }

        .getting-started .getting-started-faq .rteComponent h2 {
            font-size: 20px;
            line-height: 24px
        }

    .getting-started .flexContainer {
        flex-wrap: wrap
    }
}

@media(min-width:768px) and (max-width:990px) {
    .getting-started .heroComponent {
        margin-top: 135px
    }

        .getting-started .heroComponent .motegrity-hero-video {
            right: 215px
        }

            .getting-started .heroComponent .motegrity-hero-video p {
                bottom: 10px;
                padding-left: 350px
            }

        .getting-started .heroComponent .motegrity-hero-text h2 {
            font-size: 34px;
            line-height: 38px;
            margin: 83px 0 25px
        }

        .getting-started .heroComponent .motegrity-hero-text p {
            margin: 25px 0 0;
            font-size: 20px;
            line-height: 26px
        }

        .getting-started .heroComponent::after {
            left: calc(50% - 5px)
        }
}

.index .secondary-nav {
    display: none
}

.index .motegrity-home .html5video {
    width: 640px;
    margin: 0 auto
}

.index .heroComponent {
    position: relative;
    padding-top: 115px;
    padding-bottom: 40px
}

.index .actor-portrayal p {
    position: absolute;
    bottom: 60px;
    left: 300px
}

.index .hero-move-text p {
    font-size: 18px;
    line-height: 22px;
    bottom: 120px;
    left: 57px;
    position: absolute
}

.index .hero-move-text .buttonComponent {
    position: absolute;
    bottom: 60px;
    left: 57px
}

    .index .hero-move-text .buttonComponent a {
        background: #00c7b1;
        color: #fff;
        font-weight: 700
    }

        .index .hero-move-text .buttonComponent a:hover {
            background: #fff;
            color: #00c7b1 !important
        }

.index .select-isi-text p {
    color: #471d7c;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px
}

.index .select-isi-text .rteComponent p:nth-child(2) {
    margin-bottom: 0
}

.index .rteComponent ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
    color: #53565a
}

    .index .rteComponent ul li {
        padding-left: 10px;
        position: relative;
        font-size: 18px
    }

        .index .rteComponent ul li:before {
            content: "\2022";
            position: absolute;
            left: 0;
            color: #53565a
        }

.index .on-the-move {
    margin-top: 105px
}

    .index .on-the-move .buttonComponent {
        margin-top: 15px
    }

.index .pink-bg {
    padding-top: 0
}

    .index .pink-bg .towards-savings-text {
        margin-top: 130px
    }

        .index .pink-bg .towards-savings-text .buttonComponent {
            margin-top: 17px
        }

            .index .pink-bg .towards-savings-text .buttonComponent a {
                font-weight: 700
            }

.mobileHide {
    display: none
}

.index .on-the-move .buttonComponent a {
    font-weight: 700
}

@media(max-width:767px) {
    .index .motegrity-home .html5video video {
        width: 100%;
        height: 100%
    }

    .index .motegrity-home .html5video {
        width: 245px;
        margin: 0 auto
    }

    .index .hero-move-text p, .index .hero-move-text .buttonComponent {
        position: unset
    }

    .index .actor-portrayal p {
        bottom: 16px;
        left: 215px;
        font-size: 12px;
        line-height: 12px;
        color: #242527
    }
}

.index .hero-move-text p {
    font-size: 15px
}

.index .hero-move-text {
    padding-left: 0;
    padding-right: 0
}

    .index .hero-move-text .buttonComponent a {
        margin-bottom: 18px;
        line-height: 46px;
        padding: 0 25px
    }

.index .select-isi-text p, .index ul li {
    font-size: 15px
}

.index .on-the-move {
    margin-top: 0
}

.index .pink-bg h2, .index .green-bg h2 {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 25px
}

.index .pink-bg p, .index .green-bg p {
    font-size: 18px;
    line-height: 28px
}

.index .on-the-move .buttonComponent a {
    padding-left: 15px;
    padding-right: 15px
}

.index .on-the-move p .size14, .index .towards-savings-text p .size14 {
    font-size: 12px
}

.index .on-the-move, .index .on-the-bicycle {
    padding-bottom: 0
}

.index .pink-bg .towards-savings-text {
    margin-top: 30px
}

.index .rteComponent ul li {
    font-size: 15px
}

.index .on-the-bicycle .imgLinkComponent img {
    max-width: unset;
    position: relative;
    left: -42px;
    top: -3px
}

.index .towards-savings .imgLinkComponent img {
    max-width: unset;
    position: relative;
    left: 8px
}

.index .pink-bg .towards-savings-text {
    margin-top: 35px
}

.index .green-bg {
    padding-top: 30px
}

@media(min-width:768px) and (max-width:990px) {
    .index .actor-portrayal p {
        bottom: 100px;
        left: 170px
    }

    .index .motegrity-home .html5video {
        margin: 0
    }

        .index .motegrity-home .html5video video {
            width: 100%
        }

    .index {
        padding: 40px 0 0 0
    }

        .index.ipad .hero-move-text p {
            bottom: 65px;
            left: 30px;
            padding-right: 30px;
            color: #53565a
        }

        .index .hero-move-text .buttonComponent {
            bottom: -20px
        }

            .index .hero-move-text .buttonComponent a {
                width: 302px
            }

        .index .select-isi-text, .index .select-isi-text .rteComponent {
            margin-top: 30px
        }

        .index .on-the-move {
            margin-top: 65px
        }

        .index .on-the-bicycle .imgLinkComponent img {
            max-width: unset
        }

        .index .towards-savings .imgLinkComponent img {
            margin: 0 auto
        }
}

.not-found .heroComponent {
    background: #e5dbeb;
    margin-top: 115px
}

.not-found .error-page {
    height: 495px;
    position: relative;
    top: -27px;
    left: -5px
}

    .not-found .error-page .rteComponent {
        float: right;
        position: absolute;
        bottom: -10px;
        right: 40px
    }

.not-found .error-page-text {
    margin-top: 117px;
    position: relative;
    left: 80px
}

    .not-found .error-page-text .rteComponent h1 {
        font-family: SourceSans,Arial,sans-serif;
        font-weight: bold;
        font-size: 40px;
        line-height: 46px;
        color: #242527;
        margin: 0 0 18px
    }

    .not-found .error-page-text .buttonComponent {
        text-align: left
    }

        .not-found .error-page-text .buttonComponent a {
            font-weight: bold;
            color: #fff;
            background: #00c7b1;
            text-transform: uppercase;
            padding: 12px 25px
        }

            .not-found .error-page-text .buttonComponent a:hover {
                color: #00c7b1;
                background: #fff
            }

.not-found .error-page .imgLinkComponent .img-responsive {
    width: auto;
    max-width: none
}

@media(min-width:320px) and (max-width:767px) {
    .not-found .error-page {
        height: auto;
        position: relative
    }

        .not-found .error-page .imgLinkComponent {
            padding: 180px 0 0 0
        }

    .not-found .error-page-text {
        position: absolute;
        margin: 20px 0 0 0;
        left: 0;
        padding-left: 15px
    }

    .not-found .heroComponent {
        background: #e5dbeb;
        margin-top: 93px;
        height: 619px;
        position: relative;
        overflow: hidden
    }

    .not-found .error-page-text .rteComponent h1 {
        font-size: 20px;
        margin: 0 0 8px
    }

    .not-found .error-page .img-responsive {
        width: 416.5px;
        position: relative;
        margin: 0 52% -85px;
        transform: translateX(-50%);
        left: -1px
    }

    .not-found .error-page .rteComponent {
        float: none;
        position: absolute;
        bottom: -23px;
        right: 52px
    }

        .not-found .error-page .rteComponent p {
            font-size: 12px
        }
}

@media(min-width:768px) and (max-width:990px) {
    .not-found .heroComponent {
        background: #e5dbeb;
        margin-top: 135px
    }

    .not-found .error-page {
        height: 495px;
        position: relative;
        top: -10px;
        left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .not-found .error-page-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 39.666667%;
        max-width: 39.666667%;
        margin-top: 95px;
        position: relative;
        left: 0;
        padding-left: 13px
    }

    .not-found .error-page .rteComponent {
        float: right;
        position: absolute;
        bottom: -4px;
        right: 2px
    }
}

.savings-support .heroComponent {
    background: #d5cde2;
    margin-top: 105px
}

.savings-support .hero-color .right-hero h2 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #242527;
    letter-spacing: .5px;
    color: #000;
    font-family: SourceSans,Arial,sans-serif
}

.savings-support .hero-color .right-hero .hero-divider + .rteComponent p {
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0 0;
    color: #242527;
    letter-spacing: .5px
}

    .savings-support .hero-color .right-hero .hero-divider + .rteComponent p .green-text {
        color: #00c7b1
    }

.savings-support .hero-color .html5video + .rteComponent P {
    float: right;
    padding-right: 15px
}

.savings-support section.heroComponent:after {
    border-style: solid;
    border-width: 0 0 2px 2px;
    border-color: #fff;
    content: '';
    display: block;
    height: 14px;
    position: relative;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 14px;
    bottom: 20px;
    left: calc(50% - 7px);
    -webkit-animation: downarrow 2s infinite;
    animation: downarrow 2s infinite;
    z-index: 9
}

.savings-support .pay-per h2 {
    margin-top: 0;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 25px;
    font-family: SourceSans,Arial,sans-serif
}

.savings-support .pay-per .imgLinkComponent img, .savings-support .coverage-questions .imgLinkComponent img {
    margin: 80px auto 0
}

.savings-support .green-bg, .savings-support .motegrity-answers {
    padding-top: 70px;
    padding-bottom: 70px
}

.savings-support .motegrity-help h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #242527;
    font-family: SourceSans,Arial,sans-serif
}

.savings-support .motegrity-help p, .savings-support .assistance p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px
}

    .savings-support .motegrity-help p:last-child {
        font-size: 14px;
        line-height: 20px
    }

.savings-support .motegrity-help .buttonComponent {
    text-align: left;
    margin: 34px 0 40px
}

    .savings-support .motegrity-help .buttonComponent a {
        padding: 12px 42px
    }

.savings-support .terms p:first-child {
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 30px;
    color: #53565a
}

.savings-support .terms p {
    margin-bottom: 18px;
    line-height: 22px
}

.savings-support .motegrity-answers .coverage-questions h2 {
    font-size: 40px;
    color: #000;
    font-weight: 300;
    margin-top: 0;
    font-family: SourceSans,Arial,sans-serif
}

.savings-support .assistance h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: SourceSans,Arial,sans-serif;
    margin-top: 0
}

.savings-support .assistance p {
    color: #53565a
}

    .savings-support .assistance p:last-child {
        font-size: 18px;
        line-height: 22px
    }

.savings-support .assistance ul {
    margin-bottom: 18px
}

    .savings-support .assistance ul li {
        padding-left: 30px;
        color: #53565a;
        margin-bottom: 8px;
        font-family: SourceSans,Arial,sans-serif;
        line-height: 22px;
        font-size: 18px;
        list-style-type: none;
        position: relative
    }

        .savings-support .assistance ul li:before {
            content: "\2022";
            position: absolute;
            left: 0;
            color: #53565a
        }

.savings-support .assistance p + p {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 22px;
    color: #53565a
}

@media(min-width:768px) and (max-width:991px) {
    .savings-support .pay-per, .savings-support .motegrity-help, .savings-support .motegrity-answers .coverage-questions, .savings-support .assistance {
        width: 50%
    }

        .savings-support .pay-per h2 {
            color: #000
        }

        .savings-support .motegrity-help .buttonComponent a {
            padding: 10px 42px;
            line-height: 20px
        }

    .savings-support .heroComponent {
        margin-top: 135px
    }

    .savings-support .hero-color .html5video {
        width: 710px;
        margin-left: -270px
    }

    .savings-support .hero-color .right-hero h2 {
        font-size: 34px;
        line-height: 38px;
        margin: 84px 0 25px
    }

    .savings-support .hero-color .right-hero .hero-divider + .rteComponent p {
        margin: 25px 0 0;
        font-size: 20px;
        line-height: 26px
    }

    .savings-support .hero-color .html5video + .rteComponent P {
        position: absolute;
        bottom: -5px;
        left: 150px
    }

    .savings-support section.heroComponent:after {
        margin-top: -14px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .savings-support .heroComponent {
        margin-top: 95px
    }

    .savings-support .hero-color .right-hero {
        padding-left: 0
    }

        .savings-support .hero-color .right-hero h2 {
            font-weight: 700;
            color: #242527;
            letter-spacing: .5px;
            font-size: 20px;
            line-height: 22px;
            margin: 0 0 12px
        }

    .savings-support .hero-color .html5video {
        width: 410px;
        margin-left: -164px
    }

        .savings-support .hero-color .html5video + .rteComponent P {
            position: absolute;
            bottom: 1px;
            left: 76px;
            font-size: 12px;
            line-height: 12px
        }

    .savings-support .hero-divider {
        height: 3px;
        width: 38px;
        margin: 12px 0
    }

    .savings-support .hero-color .right-hero .hero-divider + .rteComponent p {
        color: #242527;
        letter-spacing: .5px;
        font-size: 15px;
        line-height: 18px;
        margin: 12px 0 0
    }

    .savings-support section.heroComponent:after {
        display: none
    }

    .savings-support .green-bg {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .savings-support .pay-per h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .savings-support .pay-per .imgLinkComponent img {
        margin: 40px auto 25px;
        width: 86px
    }

    .savings-support .motegrity-help h2 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .savings-support .motegrity-help p, .savings-support .assistance p, .savings-support .terms p:first-child {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px
    }

        .savings-support .motegrity-help p:last-child {
            font-size: 12px;
            line-height: 16px;
            margin-bottom: 15px
        }

    .savings-support .motegrity-help .buttonComponent {
        margin: 15px auto 40px
    }

    .savings-support .terms p, .savings-support .assistance p + p, .savings-support .assistance ul li, .savings-support .assistance p:last-child {
        color: #53565a;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px
    }

    .savings-support .motegrity-answers .coverage-questions h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .savings-support .coverage-questions .imgLinkComponent img {
        width: 42px;
        margin: 40px auto 25px
    }

    .savings-support .assistance h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .savings-support .assistance ul li {
        padding-left: 20px;
        margin-bottom: 8px
    }
}

.accordion .accordionContent {
    padding: 0 60px 0 30px;
    overflow: hidden;
    height: 0;
    transition: height .1s
}

.accordion .accordionHeader {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #242527;
    position: relative;
    padding: 16px 60px 16px 30px;
    cursor: pointer
}

    .accordion .accordionHeader h2 {
        margin: 0
    }

    .accordion .accordionHeader a {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
        color: #242527;
        cursor: pointer;
        font-family: SourceSans,Arial,sans-serif;
        text-decoration: none
    }

.accordion .accordionContent p {
    color: #242527;
    margin: 10px 0 18px;
    font-size: 18px;
    line-height: 22px
}

.accordion {
    margin: 60px 0 30px
}

    .accordion ul li {
        border-top: 1px solid #dadcdd
    }

        .accordion ul li:last-child {
            border-bottom: 1px solid #dadcdd
        }

    .accordion ul {
        list-style-type: none;
        position: relative
    }

        .accordion ul li .accordionHeader::after {
            border-style: solid;
            border-width: 0 0 2px 2px;
            border-color: #959595;
            content: '';
            display: inline-block;
            height: 14px;
            position: absolute;
            transform: rotate(-45deg);
            vertical-align: top;
            width: 14px;
            right: 20px;
            top: 20px;
            transition: transform .1s,top .1s
        }

        .accordion ul li .accordionHeader.is-expanded::after {
            transform: rotate(-225deg);
            top: 26px;
            transition: transform .3s,top .3s
        }

@media(min-width:320px) and (max-width:767px) {
    .accordion {
        margin: 30px 0 30px
    }

    .getting-started .getting-started-faq .accordion .accordionHeader {
        padding: 11px 21px 11px 6px
    }

    .accordion .accordionHeader h2 {
        line-height: 18px;
        font-size: 15px;
        margin-left: 0
    }

    .accordion .accordionHeader a {
        font-size: 15px;
        line-height: 18px;
        padding: 0
    }

    .accordion ul li .accordionHeader::after {
        width: 8px;
        height: 8px;
        right: 6px;
        top: 15px
    }

    .accordion ul li .accordionHeader.is-expanded::after {
        top: 18px
    }

    .accordion .accordionContent {
        padding: 0 21px 0 6px
    }

        .accordion .accordionContent p {
            margin: 8px 0 12px;
            font-size: 15px;
            line-height: 18px
        }
}

.confirmation .sub-hero-component {
    background: #e4dce9;
    margin-top: 115px;
    margin-bottom: 20px;
    height: 475px;
    display: block;
    position: relative;
    overflow: hidden
}

.confirmation .l-unsubscribe {
    padding-top: 45px
}

    .confirmation .l-unsubscribe h2 {
        font-size: 40px;
        line-height: 46px;
        margin: 45px 0 25px;
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700
    }

    .confirmation .l-unsubscribe .hero-divider + .rteComponent p {
        font-size: 18px;
        margin-bottom: 18px;
        line-height: 22px
    }

        .confirmation .l-unsubscribe .hero-divider + .rteComponent p:first-child {
            font-size: 26px;
            font-weight: 700;
            line-height: 34px;
            margin-bottom: 18px
        }

.confirmation .r-unsubscribe {
    position: relative
}

    .confirmation .r-unsubscribe .imgLinkComponent + .rteComponent {
        position: absolute;
        bottom: 13px;
        left: 32px
    }

@media(min-width:320px) and (max-width:767px) {
    .confirmation .sub-hero-component {
        height: auto
    }

    .confirmation .l-unsubscribe {
        padding-top: 0
    }

        .confirmation .l-unsubscribe h2 {
            font-weight: 700;
            color: #242527;
            letter-spacing: .5px;
            font-size: 20px;
            line-height: 22px;
            margin: 20px 0 12px;
            display: block
        }

    .confirmation .hero-divider {
        height: 3px;
        width: 38px;
        margin: 12px 0
    }

    .confirmation .l-unsubscribe .hero-divider + .rteComponent p:first-child {
        color: #242527;
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 15px
    }

    .confirmation .l-unsubscribe .hero-divider + .rteComponent p {
        color: #53565a;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px
    }

    .confirmation .r-unsubscribe .imgLinkComponent img {
        position: static;
        margin-left: 50%;
        margin-top: 15px;
        transform: translateX(-50%)
    }

    .confirmation .r-unsubscribe .imgLinkComponent {
        height: auto;
        margin-bottom: -100px;
        overflow: hidden
    }

        .confirmation .r-unsubscribe .imgLinkComponent + .rteComponent p {
            font-size: 12px;
            line-height: 12px;
            margin-bottom: 0
        }

        .confirmation .r-unsubscribe .imgLinkComponent + .rteComponent {
            bottom: 14px;
            left: 20px
        }
}

@media(min-width:768px) and (max-width:991px) {
    .confirmation .l-unsubscribe, .confirmation .r-unsubscribe {
        width: 50%
    }

    .confirmation .sub-hero-component {
        margin-top: 95px
    }

    .confirmation .l-unsubscribe {
        padding-top: 90px
    }

        .confirmation .l-unsubscribe h2 {
            margin-top: 0;
            font-size: 34px;
            line-height: 38px
        }

    .confirmation .r-unsubscribe .imgLinkComponent img {
        max-width: unset
    }

    .confirmation .r-unsubscribe .imgLinkComponent + .rteComponent {
        bottom: 58px
    }
}

.what-to-expect .heroComponent {
    position: relative
}

    .what-to-expect .heroComponent::after {
        border-style: solid;
        border-width: 0 0 2px 2px;
        border-color: #fff;
        content: '';
        display: inline-block;
        height: 14px;
        position: absolute;
        transform: rotate(-45deg);
        vertical-align: top;
        width: 14px;
        bottom: 20px;
        left: calc(50% - 7px);
        -webkit-animation: downarrow 2s infinite;
        animation: downarrow 2s infinite;
        z-index: 9
    }

    .what-to-expect .heroComponent .hero-text h2 {
        margin-top: 75px
    }

    .what-to-expect .heroComponent .hero-text p {
        margin-bottom: 85px
    }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        position: absolute;
        top: 370px;
        left: 55px
    }

    .what-to-expect .heroComponent .video-contianer.mobileHide {
        position: absolute
    }

.what-to-expect .greybg-Dx {
    padding-bottom: 0;
    padding-top: 40px
}

    .what-to-expect .greybg-Dx .cic-relief-left .rteComponent h2 {
        font-family: 'SourceSans',Arial,sans-serif;
        font-size: 40px;
        line-height: 46px;
        margin-top: 0;
        margin-bottom: 25px;
        color: #000
    }

    .what-to-expect .greybg-Dx .cic-relief-left .rteComponent p {
        font-family: 'SourceSans',Arial,sans-serif;
        font-size: 22px;
        line-height: 30px;
        margin: 0 0 18px;
        color: #53565a
    }

    .what-to-expect .greybg-Dx .cic-relief-right {
        padding-left: 90px
    }

        .what-to-expect .greybg-Dx .cic-relief-right .rteComponent p {
            font-family: 'SourceSans',Arial,sans-serif;
            font-size: 18px;
            line-height: 22px;
            margin: 0 0 10px;
            color: #471d7c
        }

            .what-to-expect .greybg-Dx .cic-relief-right .rteComponent p:nth-child(2) {
                margin-bottom: 0
            }

        .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul {
            list-style-type: none;
            padding-left: 0;
            margin: 0 0 18px
        }

            .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul li::before {
                content: "\2022";
                position: absolute;
                left: 0;
                color: #53565a
            }

            .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul li {
                font-family: 'SourceSans',Arial,sans-serif;
                font-size: 18px;
                line-height: 22px;
                position: relative;
                padding-left: 10px;
                padding-bottom: 5px
            }

    .what-to-expect .greybg-Dx .cic-relief-sub-right-text .rteComponent h4, .what-to-expect .greybg-Dx .cic-relief-sub-left-text .rteComponent h4 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 18px;
        margin-top: 0;
        font-family: 'SourceSans',Arial,sans-serif;
        font-weight: 700
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-right-text .rteComponent p, .what-to-expect .greybg-Dx .cic-relief-sub-left-text .rteComponent p {
        font-family: 'SourceSans',Arial,sans-serif;
        margin: 0 0 18px;
        font-size: 18px;
        line-height: 22px;
        color: #53565a
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-horn-image {
        padding-left: 60px
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-signal-image {
        padding-left: 120px;
        margin-bottom: 70px
    }

.what-to-expect .pink-bg {
    padding: 70px 0
}

    .what-to-expect .pink-bg .possible-side-effects-image .imgLinkComponent {
        margin-top: 45px
    }

.what-to-expect .purple-bg {
    width: 1863px;
    height: 385px;
    max-width: 100%;
    max-height: 100%
}

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        font-family: 'SourceSans',Arial,sans-serif;
        color: #e7c5ea;
        position: absolute;
        left: calc(50% - 228px);
        top: 84px
    }

    .what-to-expect .purple-bg .cta-purple p {
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
        font-family: 'SourceSans',Arial,sans-serif;
        color: #e7c5ea;
        position: absolute;
        left: calc(50% + 68px);
        top: 214px
    }

    .what-to-expect .purple-bg .cta-purple {
        position: relative
    }

        .what-to-expect .purple-bg .cta-purple .html5video {
            width: 646px;
            margin: 0 auto
        }

        .what-to-expect .purple-bg .cta-purple .buttonComponent {
            bottom: 66px
        }

.what-to-expect .pink-bg .daily-dosing-right {
    width: 60%
}

    .what-to-expect .pink-bg .daily-dosing-right .rteComponent h4 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 30px;
        margin-top: 0;
        font-weight: 700;
        font-family: 'SourceSans',Arial,sans-serif
    }

    .what-to-expect .pink-bg .daily-dosing-right .rteComponent p {
        font-family: 'SourceSans',Arial,sans-serif;
        font-size: 22px;
        line-height: 30px;
        color: #53565a;
        margin-bottom: 30px
    }

    .what-to-expect .pink-bg .daily-dosing-right .rteComponent ul {
        margin-top: 0;
        list-style-type: none;
        width: 75%
    }

        .what-to-expect .pink-bg .daily-dosing-right .rteComponent ul li::before {
            content: "\2022";
            position: absolute;
            left: 0;
            color: #53565a
        }

        .what-to-expect .pink-bg .daily-dosing-right .rteComponent ul li {
            font-size: 22px;
            line-height: 30px;
            font-family: 'SourceSans',Arial,sans-serif;
            padding-left: 10px;
            color: #53565a;
            position: relative
        }

.what-to-expect .pink-bg .daily-dosing-left .rteComponent h2 {
    margin-bottom: 40px
}

.what-to-expect .pink-bg .daily-dosing-left .rteComponent p > span.size20 {
    font-size: 20px;
    font-family: 'SourceSans',Arial,sans-serif;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    color: #471d7c;
    margin-bottom: 35px;
    display: block
}

.what-to-expect .pink-bg .daily-dosing-left .imgLinkComponent img {
    margin: 0 auto;
    margin-bottom: 20px
}

.what-to-expect .text-btn-cta.pink-bg {
    padding: 0
}

.what-to-expect .daily-dosing-wrap {
    padding: 60px 0 0
}

.what-to-expect .once-daily-dosing {
    text-align: center;
    position: relative;
    bottom: 90px
}

    .what-to-expect .once-daily-dosing .imgWrapper {
        margin-bottom: 20px
    }

    .what-to-expect .once-daily-dosing h2 {
        text-align: left
    }

.what-to-expect .daily-dosing-wrap h4, .what-to-expect .daily-dosage .busy-scedule-text h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
    font-family: 'SourceSans',Arial,sans-serif;
    font-weight: 700
}

.what-to-expect .daily-dosing-wrap p, .what-to-expect .daily-dosage .busy-scedule-text p, .what-to-expect .daily-dosage .busy-scedule-text ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    font-family: 'SourceSans',Arial,sans-serif;
    color: #53565a
}

.what-to-expect .daily-dosage .busy-scedule-text ul li {
    margin-bottom: 8px
}

.what-to-expect .once-daily-dosing .description p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    color: #471d7c;
    margin-bottom: 35px
}

@media(min-width:768px) and (max-width:990px) {
    .what-to-expect .heroComponent .hero-text h2 {
        font-size: 34px;
        line-height: 38px;
        margin: 30px 0 25px
    }

    .what-to-expect .heroComponent .hero-text p {
        margin: 25px 0 0;
        font-size: 20px;
        line-height: 26px;
        color: #242527
    }

    .what-to-expect .heroComponent {
        height: 400px;
        padding-top: 0;
        margin-top: 135px
    }

    .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul li {
        padding-bottom: 0
    }

    .what-to-expect .once-daily-dosing {
        display: flex;
        bottom: 0
    }

        .what-to-expect .once-daily-dosing .centerAlign {
            margin: 0 auto
        }

    .what-to-expect .purple-bg .cta-purple .html5video {
        width: 646px
    }

    .what-to-expect .purple-bg .cta-purple p {
        left: calc(50% + 68px);
        top: 214px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .what-to-expect .heroComponent {
        margin-top: 95px
    }

        .what-to-expect .heroComponent .hero-text h2 {
            color: #242527;
            letter-spacing: .5px;
            font-size: 20px;
            line-height: 22px;
            margin: 12px 0 12px
        }

        .what-to-expect .heroComponent .hero-text p {
            font-size: 15px;
            line-height: 18px;
            margin: 12px 0 0
        }

        .what-to-expect .heroComponent + .secondary-nav {
            display: none
        }

    .what-to-expect .greybg-Dx .cic-relief-left .rteComponent h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .what-to-expect .greybg-Dx, .what-to-expect .pink-bg {
        padding-top: 35px
    }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        top: 0
    }

    .what-to-expect .greybg-Dx .cic-relief-left .rteComponent p, .what-to-expect .greybg-Dx .cic-relief-right .rteComponent p, .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul li, .what-to-expect .pink-bg .daily-dosing-right .rteComponent p, .what-to-expect .pink-bg .daily-dosing-right .rteComponent ul li, .what-to-expect .pink-bg .daily-dosing-left .rteComponent p > span.size20 {
        font-size: 15px;
        line-height: 18px
    }

    .what-to-expect .greybg-Dx .cic-relief-right, .what-to-expect .greybg-Dx .cic-relief-sub-signal-image {
        padding-left: 15px
    }

    .what-to-expect .greybg-Dx .flexContainer {
        flex-direction: column-reverse
    }

    .what-to-expect .cic-relief-sub-bicycle-image img {
        margin: 0 auto 25px;
        width: 177px;
        height: 91px
    }

    .what-to-expect .cic-relief-sub-horn-image img {
        margin: 0 auto 25px;
        width: 137.5px;
        height: 51.5px
    }

    .what-to-expect .cic-relief-sub-signal-image img {
        margin: 0 auto 25px;
        width: 76.5px;
        height: 120px
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-right-text .rteComponent h4, .what-to-expect .greybg-Dx .cic-relief-sub-left-text .rteComponent h4 {
        color: #242527;
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 15px
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-right-text .rteComponent p, .what-to-expect .greybg-Dx .cic-relief-sub-left-text .rteComponent p {
        color: #53565a;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px
    }

    .what-to-expect .motigrity-cic .row {
        display: flex;
        flex-direction: column-reverse
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-signal-image {
        margin-bottom: 0
    }

    .what-to-expect .possible-side-effects-image h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .what-to-expect .possible-side-effects-image img {
        margin: 25px auto;
        width: 81.5px;
        height: 102px
    }

    .what-to-expect .possible-side-effects-text p {
        color: #53565a;
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px
    }

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        left: calc(50% - 140px);
        top: 42px;
        font-size: 16px;
        line-height: 25px
    }

    .what-to-expect .purple-bg .cta-purple p {
        font-size: 16px;
        line-height: 25px;
        right: 0;
        top: 178px
    }

    .what-to-expect .pink-bg .daily-dosing-left .rteComponent h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .what-to-expect .pink-bg .daily-dosing-right .rteComponent h4 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .what-to-expect .pink-bg .daily-dosing-right {
        width: auto
    }

    .what-to-expect .pink-bg .daily-dosing-left .imgLinkComponent img {
        width: 70px;
        height: 60px;
        margin: 0 auto 15px
    }

    .what-to-expect .daily-dosing-right .rteComponent {
        margin-left: 8.33%
    }

    .what-to-expect .daily-dosing-wrap {
        padding: 40px 0 0
    }

    .what-to-expect .once-daily-dosing h2 {
        font-size: 20px;
        line-height: 24px
    }

    .what-to-expect .daily-dosing-wrap h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 30px
    }

    .what-to-expect .daily-dosing-wrap h4, .what-to-expect .daily-dosage .busy-scedule-text h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .what-to-expect .daily-dosing-wrap p, .what-to-expect .daily-dosage .busy-scedule-text p, .what-to-expect .daily-dosage .busy-scedule-text ul li {
        font-size: 15px;
        line-height: 18px;
        color: #53565a
    }

    .what-to-expect .once-daily-dosing {
        display: flex;
        bottom: 0
    }

        .what-to-expect .once-daily-dosing .centerAlign {
            margin: 0 auto
        }

            .what-to-expect .once-daily-dosing .centerAlign .imgWrapper img {
                height: 60px
            }

        .what-to-expect .once-daily-dosing .description p {
            font-size: 15px;
            line-height: 18px;
            margin-bottom: 0;
            font-weight: 600;
            color: #471d7c
        }

        .what-to-expect .once-daily-dosing .imgWrapper {
            margin-bottom: 15px;
            text-align: center
        }

    .what-to-expect .daily-dosage, .what-to-expect .daily-dosing-wrap .busy-shcedule-text {
        margin-left: 15px
    }

        .what-to-expect .daily-dosage .busy-scedule-text ul li {
            list-style-type: none;
            padding-left: 20px
        }

    .what-to-expect .busy-scedule-text ul li:before {
        content: "\2022";
        position: absolute;
        left: 15px;
        color: #53565a
    }

    .what-to-expect .daily-dosage {
        padding-bottom: 40px
    }

    .what-to-expect .purple-bg {
        height: auto
    }

        .what-to-expect .purple-bg .cta-purple p {
            right: 25px;
            top: 115px
        }

        .what-to-expect .purple-bg .cta-purple .buttonComponent {
            bottom: 35px
        }

        .what-to-expect .purple-bg .cta-purple .html5video {
            width: auto
        }
}

.how-it-works h5 {
    font-family: SourceSans,Arial,sans-serif;
    font-weight: 700;
    font-size: 40px
}

.how-it-works .text-btn-cta .buttonComponent a {
    font-weight: 700
}

.how-it-works .heroComponent {
    margin-top: 105px;
    background: #e5dbea;
    position: relative;
    overflow: hidden;
    height: 400px
}

    .how-it-works .heroComponent::after {
        border-style: solid;
        border-width: 0 0 2px 2px;
        border-color: #fff;
        content: '';
        display: inline-block;
        height: 14px;
        position: absolute;
        transform: rotate(-45deg);
        vertical-align: top;
        width: 14px;
        bottom: 20px;
        left: calc(50% - 7px);
        -webkit-animation: downarrow 2s infinite;
        animation: downarrow 2s infinite
    }

    .how-it-works .heroComponent .hero-text p {
        letter-spacing: .5px
    }

    .how-it-works .heroComponent .video-contianer.mobileHide {
        display: none
    }

.how-it-works .greybg-Dx.moves-wrapper {
    padding-bottom: 0
}

.how-it-works .greybg-Dx.how-it-works {
    padding-top: 50px
}

.how-it-works .greybg-Dx.how-itworks-set {
    padding-top: 36px;
    padding-bottom: 0
}

.how-it-works .greybg-Dx.how-itworks-move {
    padding-top: 38px;
    padding-bottom: 60px
}

.how-it-works .greybg-Dx.you-should-know {
    padding-bottom: 0
}

.how-it-works .video-hero {
    left: calc(25% - 263px)
}

.how-it-works .heroComponent .html5video {
    margin-top: 5px;
    position: relative;
    top: 36px
}

.how-it-works .video-hero div:last-child {
    left: 28px;
    top: -10px
}

.how-it-works .greybg-Dx h3 {
    font-family: SourceSans,Arial,sans-serif
}

.how-it-works .muscle-movement-text div {
    width: 86%
}

    .how-it-works .muscle-movement-text div:last-child {
        margin-top: 60px
    }

        .how-it-works .muscle-movement-text div:last-child span {
            color: #00c7b1;
            font-weight: 600;
            font-size: 50px;
            line-height: 54px;
            letter-spacing: .5px
        }

.how-it-works .muscle-movement-text ul {
    width: 86%
}

.how-it-works .greybg-Dx h4:first-of-type {
    margin-top: 47px
}

.how-it-works .ready-one .imgLinkComponent .img-responsive {
    top: 55px;
    width: 162px;
    position: absolute;
    left: calc(55% - 12px);
    z-index: 9
}

.how-it-works .ready-one .video-one {
    position: relative;
    top: 13px;
    left: calc(25% - 260px)
}

    .how-it-works .ready-one .video-one video {
        object-fit: cover;
        border-radius: 50%;
        width: 500px;
        height: 100%;
        max-height: 490px
    }

.how-it-works .ready-one .text-one {
    top: 166px;
    left: calc(20% - 247px);
    z-index: 9
}

    .how-it-works .ready-one .text-one h5 {
        margin-top: 0;
        line-height: 46px;
        margin-bottom: 15px
    }

        .how-it-works .ready-one .text-one h5 + p {
            margin: 0 0 18px;
            font-size: 18px;
            line-height: 26px;
            padding-top: 5px
        }

.how-it-works .ready-one h5 + p + p, .how-it-works .set-two h5 + p + p, .how-it-works .move-three h5 + p + p {
    font-size: 24px;
    padding-top: 12px;
    min-width: 160px;
    line-height: 26px;
    display: inline-block;
    border-top: 3px solid #00c7b1;
    width: auto;
    font-weight: 600;
    color: #00c7b1
}

.how-it-works .set-two {
    padding-bottom: 45px;
    margin-bottom: 40px
}

    .how-it-works .set-two .imgLinkComponent .img-responsive {
        top: 45px;
        width: 183px;
        position: absolute;
        left: calc(50% - 188px);
        z-index: 9
    }

    .how-it-works .set-two .set {
        position: relative;
        top: 13px;
        left: calc(25% - 260px)
    }

        .how-it-works .set-two .set video {
            object-fit: cover;
            border-radius: 50%;
            width: 500px
        }

    .how-it-works .set-two .number-two {
        width: 235px;
        top: 82px;
        left: 100px;
        z-index: 9
    }

    .how-it-works .set-two h5 {
        margin-top: 0;
        line-height: 46px;
        margin-bottom: 14px
    }

        .how-it-works .set-two h5 + p {
            margin: 0 0 18px;
            font-size: 18px;
            line-height: 26px
        }

            .how-it-works .set-two h5 + p + p {
                margin-bottom: 17px
            }

                .how-it-works .set-two h5 + p + p + p {
                    font-size: 14px;
                    line-height: 20px
                }

.how-it-works .move-three .imgLinkComponent .img-responsive {
    top: 47px;
    width: 183px;
    position: absolute;
    left: 98px;
    z-index: 9
}

.how-it-works .video-three {
    position: relative;
    top: 13px;
    left: calc(25% - 260px)
}

    .how-it-works .video-three video {
        object-fit: cover;
        border-radius: 50%;
        width: 500px
    }

.how-it-works .move-three .text-three {
    top: 170px;
    left: calc(20% - 247px);
    z-index: 9
}

    .how-it-works .move-three .text-three h5 {
        margin-top: 0;
        line-height: 46px;
        margin-bottom: 14px
    }

        .how-it-works .move-three .text-three h5 + p {
            margin: 0 0 18px;
            font-size: 18px;
            line-height: 26px
        }

            .how-it-works .move-three .text-three h5 + p + p {
                margin-bottom: 17px
            }

.how-it-works .prokinetic .prokinetic-text {
    width: 410px;
    margin-left: 79px
}

    .how-it-works .prokinetic .prokinetic-text p {
        font-size: 24px;
        line-height: 28px;
        padding-top: 12px;
        display: inline-block;
        border-top: 3px solid #00c7b1;
        width: auto;
        font-weight: 600;
        color: #00c7b1;
        margin-bottom: 9px
    }

        .how-it-works .prokinetic .prokinetic-text p + p {
            font-size: 22px;
            line-height: 27px;
            border: 0;
            margin-bottom: 0;
            font-weight: normal;
            color: #53565a
        }

.how-it-works .purple-bg .html5video video {
    width: 646px;
    text-align: center;
    margin: 0 auto
}

.how-it-works .purple-bg p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #e7c5ea;
    position: absolute;
    left: calc(50% - 228px);
    top: 85px
}

.how-it-works .purple-bg .buttonComponent {
    bottom: 70px
}

.how-it-works .why-colon-muscle {
    padding-top: 37px
}

    .how-it-works .why-colon-muscle p {
        margin-bottom: 11px;
        line-height: 21px
    }

        .how-it-works .why-colon-muscle p + p {
            margin-bottom: 0
        }

    .how-it-works .why-colon-muscle ul {
        margin: 0 0 17px
    }

.how-it-works .colon-muscle {
    margin-top: 60px;
    padding: 0
}

.how-it-works .green-bg.text-btn-cta {
    padding: 33px 0 0
}

.how-it-works .about-cic {
    margin-top: 42px
}

.how-it-works .cic-bowel-image img {
    margin: 0 auto 0
}

.how-it-works .cic-risk-factors .imgLeft:first-child .imgWrapper {
    position: relative;
    top: 9px;
    left: 3px
}

.how-it-works .cic-risk-factors .imgLeft .description {
    position: relative;
    left: -18px;
    top: 32px
}

.how-it-works .cic-risk-factors .imgLeft:nth-child(2) .imgWrapper {
    position: relative;
    top: 30px;
    left: -19px
}

.how-it-works .cic-risk-factors .imgLeft:last-child .imgWrapper {
    position: relative;
    top: 5px;
    left: -10px
}

.how-it-works .cic-risk-factors-text p:last-child {
    font-size: 14px
}

.how-it-works .cic-risk-factors, .how-it-works .cic-risk-factors-text {
    margin-bottom: 30px
}

@media(min-width:320px) and (max-width:767px) {
    .how-it-works h5 {
        font-family: SourceSans,Arial,sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px
    }

    .how-it-works .heroComponent {
        margin-top: 95px;
        padding-bottom: 9px
    }

    .how-it-works .video-hero {
        left: calc(50% - 89px)
    }

    .how-it-works .heroComponent .html5video video {
        width: 280px;
        margin-top: 56px
    }

    .how-it-works .heroComponent .hero-text {
        width: 100%;
        position: absolute
    }

    .how-it-works .secondary-nav {
        display: none
    }

    .how-it-works .video-hero div:last-child {
        top: 9px;
        left: calc(60% - 153px);
        font-size: 14px;
        line-height: 12px
    }

    .how-it-works .heroComponent::after {
        display: none
    }

    .heroComponent .hero-text h2 {
        font-weight: 700;
        color: #242527;
        letter-spacing: .5px;
        font-size: 20px;
        line-height: 22px;
        margin: 22px 0 12px;
        width: 220px
    }

    .how-it-works .heroComponent .hero-text p {
        color: #242527;
        letter-spacing: .5px;
        font-size: 15px;
        line-height: 18px;
        margin: 12px 0 0;
        width: 220px
    }

    .how-it-works .greybg-Dx {
        padding-top: 40px;
        padding-bottom: 25px
    }

        .how-it-works .greybg-Dx.how-itworks-set {
            padding-top: 0
        }

        .how-it-works .greybg-Dx h2 {
            font-size: 20px;
            line-height: 24px;
            margin-bottom: 20px
        }

        .how-it-works .greybg-Dx h3 {
            font-weight: 700;
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 15px;
            margin-top: 0;
            color: #242527;
            width: 220px
        }

        .how-it-works .greybg-Dx p {
            font-size: 15px;
            line-height: 18px
        }

    .how-it-works .muscle-movement-text div {
        width: 100%
    }

    .how-it-works .greybg-Dx h4 {
        font-size: 15px;
        line-height: 18px
    }

        .how-it-works .greybg-Dx h4:first-of-type {
            margin: 33px 0 6px
        }

    .how-it-works .muscle-movement-text ul {
        width: 100%;
        font-size: 15px;
        line-height: 18px
    }

    .how-it-works .muscle-movement-text div:last-child {
        margin-top: 49px;
        padding: 0 31px
    }

        .how-it-works .muscle-movement-text div:last-child span {
            font-size: 20px;
            line-height: 18px;
            margin-right: 0
        }

    .how-it-works .ready-one {
        padding-bottom: 32px
    }

        .how-it-works .ready-one .video-one {
            text-align: center;
            position: static
        }

            .how-it-works .ready-one .video-one video {
                max-width: 265px;
                width: 100%;
                height: 100%;
                max-height: 260px;
                margin: 0 auto
            }

    .how-it-works .move-three {
        padding-bottom: 12px
    }

    .how-it-works .ready-one .text-one {
        position: relative;
        top: auto;
        left: calc(60% - 87px);
        width: 223px
    }

        .how-it-works .ready-one .text-one h5 {
            margin-bottom: 15px;
            line-height: 24px
        }

            .how-it-works .ready-one .text-one h5 + p {
                color: #53565a;
                font-size: 15px;
                line-height: 18px;
                margin: 0 0 15px
            }

    .how-it-works .set-two > div {
        display: flex;
        flex-direction: column
    }

    .how-it-works .set-two .set {
        order: 1
    }

    .how-it-works .set-two .text-two {
        order: 2
    }

    .how-it-works .set-two .set video {
        max-width: 265px;
        width: 100%;
        margin: 0 auto
    }

    .how-it-works .ready-one .imgLinkComponent .img-responsive {
        position: absolute;
        top: 228px;
        left: calc(20% - 33px);
        width: 84px;
        z-index: 9
    }

    .how-it-works .set-two {
        padding-bottom: 0
    }

        .how-it-works .set-two .imgLinkComponent .img-responsive {
            position: absolute;
            top: -35px;
            left: calc(50% - 145px);
            width: 84px;
            z-index: 9
        }

        .how-it-works .set-two .set {
            text-align: center;
            position: static
        }

        .how-it-works .set-two .number-two {
            order: 3;
            width: 175px;
            position: static;
            z-index: 9;
            padding-top: 26px;
            margin-left: 133px;
            margin-top: -25px
        }

            .how-it-works .set-two .number-two h5 {
                font-size: 20px;
                line-height: 24px;
                font-family: SourceSans,Arial,sans-serif;
                margin-bottom: 17px
            }

        .how-it-works .set-two p {
            font-size: 12px;
            line-height: 16px;
            width: 177px
        }

        .how-it-works .set-two h5 + p + p + p {
            font-size: 12px;
            line-height: 16px
        }

        .how-it-works .set-two .number-two h5 + p {
            color: #53565a;
            font-size: 15px;
            line-height: 18px;
            margin: 0 0 15px;
            width: 157px
        }

    .how-it-works.ipad .ready-one .text-one h5 + p + p {
        font-size: 15px;
        line-height: 18px;
        width: 115px;
        min-width: 0;
        padding-top: 9px
    }

    .how-it-works .set-two .number-two h5 + p + p {
        font-size: 15px;
        line-height: 18px;
        width: 145px;
        min-width: 0;
        padding-top: 9px
    }

    .how-it-works .greybg-Dx.how-itworks-move {
        padding-top: 0;
        padding-bottom: 0
    }

    .how-it-works .move-three .imgLinkComponent .img-responsive {
        position: absolute;
        top: -35px;
        left: calc(45% - 120px);
        width: 84px;
        z-index: 9
    }

    .how-it-works .move-three .number-three {
        order: 3
    }

    .how-it-works .move-three .video-three {
        order: 1;
        text-align: center;
        position: static
    }

    .how-it-works .move-three > div {
        display: flex;
        flex-direction: column
    }

    .how-it-works .move-three .video-three video {
        width: 265px;
        margin: 0 auto
    }

    .how-it-works .how-itworks-move .move-three .text-three {
        order: 3;
        position: relative;
        left: calc(60% - 87px);
        z-index: 9;
        top: auto
    }

    .how-it-works .move-three .text-three h5 {
        font-size: 20px;
        line-height: 16px;
        margin-bottom: 22px;
        font-family: SourceSans,Arial,sans-serif
    }

        .how-it-works .move-three .text-three h5 + p {
            color: #53565a;
            font-size: 15px;
            line-height: 18px;
            margin: 0 0 15px;
            width: 145px
        }

            .how-it-works .move-three .text-three h5 + p + p {
                font-size: 15px;
                line-height: 18px;
                width: 105px;
                min-width: 0;
                padding-top: 9px
            }

    .how-it-works .greybg-Dx.you-should-know {
        padding-bottom: 0;
        padding-top: 0
    }

    .how-it-works .prokinetic .prokinetic-text {
        width: auto;
        margin: 40px 0 12px 30px
    }

        .how-it-works .prokinetic .prokinetic-text p {
            font-size: 15px;
            line-height: 11px
        }

            .how-it-works .prokinetic .prokinetic-text p + p {
                font-size: 15px;
                line-height: 18px;
                display: block;
                width: 255px;
                padding-top: 9px
            }

    .how-it-works .purple-bg .rteComponent {
        position: absolute;
        left: calc(50% - 140px);
        top: 42px;
        z-index: 9
    }

    .how-it-works .purple-bg .buttonComponent {
        bottom: 45px
    }

    .how-it-works .purple-bg [class="col-"] {
        height: 215px
    }

    .how-it-works .purple-bg .rteComponent p {
        position: static;
        font-size: 16px;
        line-height: 25px
    }

    .how-it-works .purple-bg .html5video video {
        text-align: center;
        height: 231px;
        width: 390px;
        position: relative;
        left: calc(50% - 195px)
    }

    .how-it-works .purple-bg .buttonComponent {
        bottom: 30px
    }

        .how-it-works .purple-bg .buttonComponent a::after {
            width: 15px;
            height: 8px;
            background-size: auto 8px
        }

    .how-it-works .why-colon-muscle {
        padding: 10px 46px 0
    }

        .how-it-works .why-colon-muscle .rteComponent p {
            line-height: 18px;
            font-size: 15px
        }

        .how-it-works .why-colon-muscle p strong {
            font-size: 15px;
            line-height: 17px
        }

    .how-it-works .rteComponent ul li {
        font-size: 15px;
        line-height: 18px
    }

    .how-it-works .colon-muscle {
        padding: 0 46px 0
    }

        .how-it-works .colon-muscle h2 {
            font-size: 20px;
            line-height: 28px;
            width: 131px;
            margin-bottom: 15px
        }

    .how-it-works .cic-bowel-image img {
        margin: 30px auto 0;
        width: 103px
    }

    .how-it-works .green-bg.bowel-movements {
        padding-top: 0
    }

    .how-it-works .bowel-movements .flexContainer {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column
    }

    .how-it-works .bowel-movements .cic-bowel-image {
        order: 2
    }

    .how-it-works .bowel-movements .cic-bowel-text {
        padding: 0 47px;
        order: 1
    }

    .how-it-works .cic-bowel-text h3 {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px
    }

    .how-it-works .cic-bowel-text p {
        font-size: 15px;
        line-height: 18px
    }

    .how-it-works .text-btn-cta h4 {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px
    }

    .how-it-works .buttonComponent a {
        font-weight: 700
    }

    .how-it-works .about-cic h2 {
        margin-top: 9px;
        margin-bottom: 20px;
        padding: 0 32px;
        font-size: 20px;
        line-height: 24px
    }

    .how-it-works .cic-risk-factor {
        padding: 0 32px 0
    }

    .how-it-works .about-cic {
        margin-top: 0
    }

    .how-it-works .cic-risk-factor h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .how-it-works .cic-risk-factor .flexContainer {
        display: flex;
        flex-direction: column
    }

    .how-it-works .cic-risk-factor .cic-risk-factors {
        order: 2;
        display: flex
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent {
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: inherit
    }

    .how-it-works .cic-risk-factors .imgLeft .imgWrapper {
        order: 2;
        width: 50px
    }

        .how-it-works .cic-risk-factors .imgLeft .imgWrapper img {
            width: 45px
        }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description {
        width: 85px;
        position: static
    }

        .how-it-works .cic-risk-factors .imgTitleDescComponent .description h4 {
            font-size: 15px;
            line-height: 15px;
            width: 72px;
            margin: 0 auto 16px
        }

    .how-it-works .cic-risk-factors .imgLeft:first-child .description {
        margin-bottom: 12px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(2) .description {
        margin-bottom: 30px
    }

    .how-it-works .cic-risk-factors .imgLeft:last-child .description {
        margin-bottom: 20px
    }

    .how-it-works .cic-risk-factors .imgLeft:first-child .imgWrapper, .how-it-works .cic-risk-factors .imgLeft:nth-child(2) .imgWrapper, .how-it-works .cic-risk-factors .imgLeft:last-child .imgWrapper {
        position: static;
        margin: 0 auto
    }

        .how-it-works .cic-risk-factors .imgLeft:nth-child(2) .imgWrapper img {
            width: 56px
        }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description p {
        font-size: 15px;
        line-height: 17px;
        color: #242527;
        font-weight: 600;
        width: 81px;
        margin: 0 auto
    }

    .how-it-works .cic-risk-factor .cic-risk-factors-text {
        order: 1
    }

        .how-it-works .cic-risk-factor .cic-risk-factors-text p {
            color: #53565a;
            font-size: 15px;
            line-height: 18px;
            margin: 0 0 15px
        }

    .how-it-works .cic-risk-factors-text p:last-child {
        font-size: 12px;
        line-height: 16px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .how-it-works .video-hero {
        left: calc(25% - 187px)
    }

    .how-it-works .html5video video {
        width: 500px
    }

    .how-it-works .video-hero div:last-child {
        position: relative;
        left: 80px;
        top: 3px
    }

    .how-it-works .video-hero .html5video video {
        width: auto
    }

    .how-it-works .ready-one .video-one, .how-it-works .set-two .set, .how-it-works .move-three .video-three {
        position: static;
        text-align: center
    }

    .how-it-works .heroComponent {
        margin-top: 135px
    }

        .how-it-works .heroComponent .html5video {
            margin-top: 5px;
            position: relative;
            top: 35px;
            left: calc(25% - 213px)
        }

        .how-it-works .heroComponent .hero-text h2 {
            font-size: 34px;
            line-height: 38px
        }

    .how-it-works .secondary-nav {
        position: relative
    }

    .how-it-works .heroComponent .hero-text p {
        font-size: 20px;
        line-height: 26px;
        width: 96%
    }

    .how-it-works .secondary-nav li a {
        margin: 0 40px
    }

    .how-it-works .greybg-Dx.how-it-works {
        padding-top: 0
    }

    .how-it-works .muscle-movement {
        padding: 0 30px 0 30px
    }

    .how-it-works .muscle-movement-text div {
        width: 90%
    }

        .how-it-works .muscle-movement-text div:last-child span {
            margin-right: 0
        }

    .how-it-works .ready-one .number-one .imgLinkComponent .img-responsive {
        top: 470px;
        width: 162px;
        position: absolute;
        left: 125px;
        z-index: 9
    }

    .how-it-works .ready-one .text-one h5 {
        font-weight: 700;
        font-size: 40px;
        font-family: SourceSans,Arial,sans-serif
    }

    .how-it-works .ready-one {
        padding-bottom: 30px
    }

    .how-it-works.ipad .ready-one .text-one {
        top: 0;
        z-index: 9;
        width: 240px;
        left: calc(60% - 127px)
    }

    .how-it-works .greybg-Dx.how-itworks-set {
        padding-top: 0
    }

    .how-it-works .set-two {
        padding-bottom: 50px
    }

        .how-it-works .set-two .rteComponent h5 {
            font-size: 40px;
            font-family: SourceSans,Arial,sans-serif
        }

    .how-it-works .secondary-nav + .greybg-Dx {
        padding-bottom: 60px
    }

    .how-it-works .greybg-Dx.how-itworks-set {
        position: relative
    }

    .how-it-works .set-two > div {
        display: flex;
        flex-direction: column
    }

    .how-it-works.ipad .set-two .number-two {
        width: 250px;
        top: 497px;
        left: calc(72% - 221px);
        z-index: 9;
        position: absolute
    }

    .how-it-works .set-two .set {
        order: 1
    }

    .how-it-works .set-two .text-two {
        order: 2
    }

    .how-it-works.ipad .set-two .imgLinkComponent .img-responsive {
        top: -34px;
        width: 181px;
        position: relative;
        left: calc(29% - 135px);
        z-index: 9
    }

    .how-it-works .move-three {
        padding-bottom: 40px
    }

        .how-it-works .move-three .text-three h5 {
            margin-bottom: 18px;
            font-size: 40px;
            font-family: SourceSans,Arial,sans-serif
        }

        .how-it-works .move-three .imgLinkComponent .img-responsive {
            top: 475px;
            width: 184px;
            position: absolute;
            left: 126px;
            z-index: 9
        }

    .how-it-works.ipad .move-three .text-three {
        top: 0;
        left: calc(80% - 277px);
        z-index: 9;
        width: 262px
    }

    .how-it-works .move-three .text-three h5 + p + p {
        width: 160px
    }

    .how-it-works.ipad .greybg-Dx.you-should-know {
        padding-bottom: 0;
        padding-top: 0
    }

    .how-it-works .prokinetic .prokinetic-text {
        width: 410px;
        margin-left: 79px;
        width: 365px;
        margin: 0 0 0 75px
    }

        .how-it-works .prokinetic .prokinetic-text p + p {
            line-height: 30px
        }

    .how-it-works .purple-bg .html5video video {
        width: 646px
    }

    .how-it-works .why-colon-muscle {
        padding: 37px 30px 0
    }

    .how-it-works .colon-muscle {
        padding: 50px 0 0;
        margin-top: 0
    }

    .how-it-works.ipad .text-btn-cta .container {
        width: 100%
    }

    .how-it-works .colon-muscle h2 {
        width: 50%
    }

    .how-it-works .green-bg .cic-bowel-text {
        align-self: flex-start;
        top: 43px
    }

    .how-it-works .about-cic {
        padding: 0 30px
    }

    .how-it-works .cic-risk-factors {
        padding: 0 30px
    }

    .how-it-works .cic-risk-factors-text {
        padding: 0 31px 0 15px
    }
}

.unsubscribe .unsubscribe-form {
    margin-top: 115px;
    background: #e5dbeb;
    position: relative;
    overflow: hidden;
    padding-bottom: 53px
}

    .unsubscribe .unsubscribe-form div[class*="col-sm"] {
        padding-top: 90px
    }

.unsubscribe section.hero h2 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 0;
    font-weight: 700;
    color: #242527;
    letter-spacing: .5px;
    font-family: SourceSans,Arial,sans-serif
}

.unsubscribe .unsubscribe-form div[class*="col-sm"] p:nth-of-type(1) {
    font-size: 22px;
    line-height: 30px;
    color: #242527;
    letter-spacing: .5px;
    margin: 25px 0 0
}

.unsubscribe .unsubscribe-form div[class*="col-sm"] p:nth-of-type(2) {
    font-size: 16px;
    line-height: 24px;
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 0
}

.unsubscribe .unsubscribe-form div[class*="col-sm"]:last-child {
    margin-left: 8.333333%
}

.unsubscribe .unsubscribe-form fieldset {
    padding: 0 2px;
    border: 0;
    margin-bottom: 10px
}

.unsubscribe section.unsubscribe.unsubscribe-form .sleek-text {
    width: 100%;
    padding-bottom: 20px
}

.unsubscribe .sleek-text {
    position: relative;
    display: inline-block;
    font-size: 18px
}

    .unsubscribe .sleek-text.not-empty > span {
        top: 10px;
        font-size: 12px
    }

    .unsubscribe .sleek-text > span {
        transition: top .1s ease-out,font-size .1s ease-out;
        position: absolute;
        top: 16px;
        left: 20px;
        color: #949494;
        pointer-events: none;
        font-weight: normal
    }

    .unsubscribe .sleek-text .date-field.valid + .valid-icon, .unsubscribe .sleek-text > input[type=email].valid + .valid-icon, .unsubscribe .sleek-text > input[type=number].valid + .valid-icon, .unsubscribe .sleek-text > input[type=tel].valid + .valid-icon, .unsubscribe .sleek-text > input[type=text].valid + .valid-icon {
        width: 24px;
        height: 24px;
        position: absolute;
        background: url(/img/checkmark-green.png);
        top: 28px;
        right: 20px;
        transform: translateY(-50%);
        background-size: 24px auto
    }

    .unsubscribe .sleek-text .date-field, .unsubscribe .sleek-text > input[type=email], .unsubscribe .sleek-text > input[type=number], .unsubscribe .sleek-text > input[type=tel], .unsubscribe .sleek-text > input[type=text] {
        font-size: 18px;
        transition: padding .1s ease-out;
        outline: 0;
        background: #f5f5f5;
        padding: 0 20px;
        height: 56px;
        border: 0;
        color: #33bbab;
        border-bottom: 2px solid #33bbab;
        font-weight: 900;
        width: 100%
    }

    .unsubscribe .sleek-text.not-empty input[type=email].valid, .unsubscribe .sleek-text.not-empty input[type=number].valid, .unsubscribe .sleek-text.not-empty input[type=tel].valid, .unsubscribe .sleek-text.not-empty input[type=text].valid {
        padding: 20px 55px 0 20px
    }

    .unsubscribe .sleek-text.not-empty input[type=email], .unsubscribe .sleek-text.not-empty input[type=number], .unsubscribe .sleek-text.not-empty input[type=tel], .unsubscribe .sleek-text.not-empty input[type=text] {
        padding: 20px 20px 0 20px
    }

.unsubscribe .unsubscribe-form .btn, .unsubscribe .unsubscribe-form input[type=radio].btn + label {
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 30px;
    border: 2px solid #00c7b1;
    color: #00c7b1;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700
}

.unsubscribe section.unsubscribe.unsubscribe-form .button-submit.disabled {
    background: #949494;
    border-color: #949494;
    pointer-events: none;
    opacity: 1
}

.unsubscribe section.unsubscribe.unsubscribe-form .button-submit {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    background: #00c7b1;
    color: #fff
}

.unsubscribe section.unsubscribe.unsubscribe-form .buttonComponent {
    text-align: left
}

.unsubscribe section.unsubscribe .error {
    display: none;
    position: absolute;
    bottom: 0;
    font-size: 13px;
    margin-top: 10px;
    font-weight: normal
}

.unsubscribe section.unsubscribe .error-color {
    color: red
}

@media(min-width:320px) and (max-width:767px) {
    .getting-started .video-thumbnail .ready-to-go-image-section {
        padding-right: 0;
        padding-left: 0
    }

    .what-to-expect .purple-bg .cta-purple {
        padding-right: 0;
        padding-left: 0
    }

    .unsubscribe .unsubscribe-form {
        margin-top: 93px;
        padding-bottom: 40px
    }

    .unsubscribe section.hero h2 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 0
    }

    .unsubscribe .unsubscribe-form div[class*="col-sm"] {
        padding-top: 22px
    }

        .unsubscribe .unsubscribe-form div[class*="col-sm"] p:nth-of-type(1) {
            font-size: 15px;
            line-height: 18px;
            margin: 12px 0 0
        }

        .unsubscribe .unsubscribe-form div[class*="col-sm"] p:nth-of-type(2) {
            font-size: 15px;
            line-height: 18px;
            margin-top: 8px
        }

        .unsubscribe .unsubscribe-form div[class*="col-sm"]:last-child {
            margin-left: 0;
            padding-top: 0
        }
}

@media(min-width:768px) and (max-width:990px) {
    .unsubscribe .unsubscribe-form {
        margin-top: 135px
    }

        .unsubscribe .unsubscribe-form .container {
            max-width: 720px
        }

        .unsubscribe .unsubscribe-form .col-md-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%
        }

    .unsubscribe section.hero h2 {
        font-size: 34px;
        line-height: 38px
    }

    .unsubscribe .unsubscribe-form div[class*="col-sm"] p:nth-of-type(1) {
        margin: 25px 0 0;
        font-size: 20px;
        line-height: 26px
    }

    .unsubscribe .unsubscribe-form .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.unsubscribe-refill-reminders .background-image {
    margin-top: 115px;
    margin-bottom: 20px;
    height: 475px;
    display: block;
    position: relative;
    background: #e4dce9;
    overflow: hidden
}

    .unsubscribe-refill-reminders .background-image .error-page .img-responsive {
        display: block;
        height: auto;
        max-width: inherit;
        margin-left: -24px
    }

.unsubscribe-refill-reminders .error-page-text h2 {
    font-size: 40px;
    line-height: 46px;
    margin: 45px 0 25px;
    font-weight: 700;
    color: #242527;
    letter-spacing: .5px;
    font-family: SourceSans,Arial,sans-serif
}

.unsubscribe-refill-reminders .error-page-text p {
    color: #53565a;
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px
}

.unsubscribe-refill-reminders .error-page div:last-child {
    position: absolute;
    bottom: 55px;
    right: 5px
}

@media(min-width:320px) and (max-width:767px) {
    .unsubscribe-refill-reminders .background-image {
        margin-top: 93px;
        padding-top: 22px
    }

    .unsubscribe-refill-reminders .background-image {
        height: 468px
    }

        .unsubscribe-refill-reminders .background-image > div > div {
            display: flex;
            flex-direction: column
        }

        .unsubscribe-refill-reminders .background-image .error-page .img-responsive {
            width: 286px;
            position: absolute;
            margin-left: 30px;
            top: 15px
        }

        .unsubscribe-refill-reminders .background-image .error-page {
            order: 2
        }

        .unsubscribe-refill-reminders .background-image .error-page-text {
            order: 1
        }

    .unsubscribe-refill-reminders .error-page-text h2 {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 12px
    }

    .unsubscribe-refill-reminders .error-page-text p {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px
    }

        .unsubscribe-refill-reminders .error-page-text p:first-child {
            margin: 0 0 17px
        }

    .unsubscribe-refill-reminders .error-page div:last-child {
        position: absolute;
        top: 234px;
        font-size: 12px;
        line-height: 12px;
        left: 20px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .unsubscribe-refill-reminders .background-image .container {
        max-width: 720px
    }

    .unsubscribe-refill-reminders .background-image {
        margin-top: 135px
    }

        .unsubscribe-refill-reminders .background-image .col-md-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

        .unsubscribe-refill-reminders .background-image .error-page .img-responsive {
            display: block;
            height: auto;
            max-width: inherit;
            margin-left: -140px
        }

    .unsubscribe-refill-reminders .error-page-text h2 {
        font-size: 34px;
        line-height: 38px;
        margin: 45px 0 25px
    }

    .unsubscribe-refill-reminders .error-page div:last-child {
        bottom: 56px;
        right: 30px
    }
}

.savings-support-thank-you .heroComponent {
    background: #e4dce9;
    margin-top: 60px;
    margin-left: 15px;
    margin-right: -15px;
    padding-top: 100px
}

.savings-support-thank-you {
    position: relative;
    left: -15px;
    margin-top: 55px
}

.savings-support-thank-you, body, input {
    font-family: SourceSans,Arial,sans-serif
}

    .savings-support-thank-you .hero .hero-headline {
        font-weight: 700;
        color: #242527;
        letter-spacing: .5px;
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 12px
    }

    .savings-support-thank-you .enrollment-text.rteComponent {
        display: inline
    }

    .savings-support-thank-you .rteComponent h1 {
        font-weight: 700;
        color: #242527;
        letter-spacing: .5px;
        font-size: 40px;
        line-height: 32px;
        margin: 0 0 30px
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px !important;
        width: 400px;
        letter-spacing: .5px
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:nth-child(4) {
        line-height: 1.2;
        margin-top: 0;
        padding-top: 4px;
        padding-bottom: 2px
    }

    .savings-support-thank-you .hero-right-text .rteComponent div:nth-child(5) {
        width: 560px;
        margin-top: 16px;
        font-size: 15px;
        padding-top: 11px;
        padding-bottom: 28px;
        letter-spacing: -0.2px
    }

    .savings-support-thank-you .hero-right-text .size14 {
        display: block;
        width: 600px;
        padding-top: 10px;
        word-spacing: 1px;
        padding-bottom: 26px
    }

    .savings-support-thank-you .size14 {
        font-size: 15px
    }

    .savings-support-thank-you .hero-right-text a {
        padding-right: 15px;
        padding-top: 4px;
        display: inline-block;
        width: auto;
        cursor: pointer;
        font-size: 16px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
        background-color: #00c7b1;
        justify-content: center;
        text-align: center;
        text-decoration: none;
        padding-top: 8.5px
    }

    .savings-support-thank-you .hero-right-text .buttonComponent {
        text-align: left
    }

        .savings-support-thank-you .hero-right-text .buttonComponent a {
            color: #fff;
            background-color: #00c7b1;
            height: 50px;
            border: 2px solid #00c7b1;
            padding-bottom: 0;
            line-height: 46px;
            font-weight: 700;
            padding-top: .5px;
            padding-left: 40px;
            padding-right: 40px;
            margin-top: 2px;
            margin-left: 0
        }

    .savings-support-thank-you .hero-right-text .rteComponent {
        font-size: 18px;
        letter-spacing: .5px
    }

    .savings-support-thank-you .section.hero {
        height: 4px;
        width: 75px;
        background: #00c7b1;
        margin: 25px 0
    }

    .savings-support-thank-you .imgLinkComponent img {
        position: relative;
        left: -15px;
        margin-top: 5px
    }

    .savings-support-thank-you .rteComponent > h1 {
        font-family: SourceSans,Arial,sans-serif
    }

    .savings-support-thank-you .hero .hero-headline {
        font-size: 40px;
        line-height: 42px
    }

    .savings-support-thank-you .rteComponent p {
        letter-spacing: 0;
        margin-bottom: 12px
    }

    .savings-support-thank-you .terms-conditions {
        padding-top: 39px;
        padding-left: 30px;
        width: 984px;
        font-family: SourceSans,Arial,sans-serif
    }

        .savings-support-thank-you .terms-conditions .rteComponent p:nth-child(1) {
            font-size: 22px;
            line-height: 42px;
            display: block
        }

        .savings-support-thank-you .terms-conditions .rteComponent .size18 {
            font-size: 18px;
            line-height: 23px;
            color: #53565a;
            padding-top: 4px
        }

@media(min-width:320px) and (max-width:767px) {
    .savings-support-thank-you .heroComponent {
        margin-top: 41px;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 10px
    }

    .savings-support-thank-you .hero-img-left {
        width: 355px;
        padding-left: 17px;
        padding-top: 14px
    }

    .savings-support-thank-you .rteComponent h1 {
        font-weight: 700;
        color: #242527;
        letter-spacing: .5px;
        font-size: 20px;
        line-height: 32px;
        margin: 0;
        padding-top: 5px
    }

    .savings-support-thank-you .hero-right-text p:first-child {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 15px;
        width: 250px;
        letter-spacing: .5px;
        padding-top: 0
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px !important;
        width: 360px;
        letter-spacing: .5px
    }

    .savings-support-thank-you .hero-right-text .rteComponent .size14 {
        display: block;
        width: 310px;
        padding-top: 10px;
        word-spacing: 1px;
        padding-bottom: 26px;
        font-size: 11px
    }

    .savings-support-thank-you .hero-right-text .rteComponent {
        font-size: 15px
    }

    .savings-support-thank-you .terms-conditions {
        font-size: 15px;
        padding-top: 39px;
        padding-left: 10px;
        width: 100%;
        font-family: SourceSans,Arial,sans-serif
    }

        .savings-support-thank-you .terms-conditions .rteComponent .size18 {
            font-size: 15px;
            line-height: 22px;
            color: #53565a;
            display: block;
            padding-top: 4px;
            margin: 0 0 -20px
        }

        .savings-support-thank-you .terms-conditions .rteComponent p:nth-child(1) {
            font-size: 15px;
            line-height: 33px;
            display: block
        }
}

@media(min-width:768px) and (max-width:990px) {
    .savings-support-thank-you .hero-img-left {
        position: relative;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .savings-support-thank-you .hero-right-text {
        position: relative;
        width: 50%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px
    }

    .savings-support-thank-you .terms-conditions {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 25px;
        padding-left: 25px
    }

    .savings-support-thank-you .hero-right-text .size14 {
        display: block;
        width: 350px;
        padding-top: 10px;
        word-spacing: -3px;
        padding-bottom: 26px;
        line-height: 15px
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 15px !important;
        width: 350px;
        letter-spacing: .5px
    }
}

.modal {
    overflow: hidden;
    box-sizing: border-box;
    transition: opacity .3s;
    cursor: pointer;
    -webkit-overflow-scrolling: touch
}

    .modal .modal-content {
        overflow: hidden !important;
        border-radius: 0;
        border-top-right-radius: 75px;
        border-bottom-left-radius: 75px;
        padding: 60px 65px;
        box-sizing: border-box;
        box-shadow: none;
        font-size: 20px;
        line-height: 22px;
        width: 980px;
        padding: 60px 5% 70px;
        margin-left: auto;
        margin-right: auto;
        cursor: auto;
        position: relative;
        top: 50%;
        border: 0;
        transform: translate(0,-50%);
        -webkit-transform: translate(0,-50%);
        -moz-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%)
    }

        .modal .modal-content h4 {
            font-size: 30px;
            line-height: 36px;
            margin-bottom: 30px;
            font-weight: 700;
            margin-top: 0;
            color: #242527;
            font-family: SourceSans,Arial,sans-serif
        }

        .modal .modal-content p {
            margin: 0 0 18px;
            font-size: 18px;
            line-height: 22px
        }

    .modal label.modal-close {
        position: absolute;
        right: 40px;
        top: 40px;
        background: #00c7b1;
        border-radius: 50%;
        width: 34px;
        height: 34px;
        border: 0;
        font-size: 34px;
        line-height: 34px;
        color: #fff;
        cursor: pointer
    }

        .modal label.modal-close:after, .modal label.modal-close:before {
            content: "";
            background: #fff;
            width: 20px;
            height: 2px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg)
        }

        .modal label.modal-close:after {
            transform: translate(-50%,-50%) rotate(-45deg)
        }

    .modal .modal-image-content {
        width: 202px;
        margin-bottom: 30px
    }

    .modal .modal-footer {
        text-align: left;
        border-top: 0;
        padding: 10px 0 0;
        position: relative;
        bottom: 10px
    }

section.modal:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    transition: all 1s ease-in;
    border-radius: 0
}

.modal .modal-footer .btn {
    display: inline-block;
    width: auto;
    cursor: pointer;
    padding: 0 25px;
    border-radius: 30px;
    border: 2px solid #00c7b1;
    color: #00c7b1;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 46px;
    font-weight: 700
}

.modal .modal-footer .btn {
    margin-right: 20px
}

    .modal .modal-footer .btn:last-child {
        margin-right: 0
    }

    .modal .modal-footer .btn + .btn {
        margin-left: 0
    }

    .modal .modal-footer .btn.hover, .modal .modal-footer .btn:hover {
        background: #00c7b1;
        color: #fff
    }

@media(min-width:320px) and (max-width:767px) {
    .modal .modal-content {
        padding: 30px 35px 30px;
        width: calc(100% - 20px);
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px
    }

    .modal label.modal-close {
        top: 20px;
        right: 20px;
        z-index: 1100
    }

    .modal .modal-image-content {
        width: 108px;
        margin-bottom: 20px
    }

    .modal .modal-content h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .modal .modal-content p {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 15px
    }

    .modal .modal-footer .btn {
        line-height: 35px;
        margin-right: 20px
    }
}

@media(min-width:768px) and (max-width:990px) {
    .modal .modal-content {
        border-radius: 0;
        width: auto
    }

    .modal label.modal-close {
        display: none
    }
}

.mainNav .logo img {
    position: relative;
    top: 10px
}

.mainNav .logo {
    padding: 0
}

.mainNav .main-nav {
    padding-top: 23px
}

.prev-next-component {
    border-image: linear-gradient(to left,#fff 6%,#aaa,#fff 95%) 1
}

.index .on-the-move {
    margin-top: 86px
}

    .index .on-the-move .buttonComponent, .index .pink-bg .towards-savings-text .buttonComponent {
        margin-top: 25px
    }

        .index .on-the-move .buttonComponent a, .index .towards-savings-text .buttonComponent a {
            padding: 10px 24px 13px 30px
        }

.index .on-the-bicycle .imgLinkComponent img, .index .towards-savings .imgLinkComponent img {
    margin: 0 auto;
    position: relative;
    left: 5px
}

.index .prev-next-component li.prev a::before {
    border-color: #d7d7d7
}

.index .prev-next-component li.prev a {
    color: #d7d7d7
}

@media(min-width:320px) and (max-width:767px) {
    .index .on-the-bicycle .imgLinkComponent img {
        left: -42px
    }

    .index .towards-savings .imgLinkComponent img {
        left: 8px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .index .on-the-bicycle .imgLinkComponent img {
        left: unset
    }

    .index .towards-savings .imgLinkComponent img {
        left: 8px
    }
}

.index .prev-next-component li.prev a span {
    display: none
}

.index .prev-next-component li.prev a:hover {
    text-decoration: none;
    cursor: auto
}

.sitemap {
    margin-top: 12px
}

.footer .footer-links {
    padding-top: 12px
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .isiwrapper h2, .isiwrapper h3, .isiwrapper h4, .isiwrapper h5 {
        font-size: 15px;
        line-height: 18px
    }

    .isiwrapper ul li, .isiwrapper p {
        font-size: 15px;
        line-height: 18px
    }

    .index .hero-move-text .buttonComponent a {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .what-to-expect .cic-relief-sub-bicycle-image img {
        padding-top: 35px;
        position: relative;
        right: 30px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .savings-card .prev-next-component ul li.prev a span:before {
        left: 0
    }

    .how-it-works .muscle-movement-text .rteComponent + .rteComponent p:first-child {
        color: #242527
    }

    .how-it-works .prokinetic .prokinetic-text {
        margin-bottom: 40px
    }

    .how-it-works .colon-muscle .visible-sm {
        display: block
    }

    .how-it-works .why-colon-musle {
        padding-top: 8px
    }

    .how-it-works .cic-bowel-text h3 {
        padding-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .mainNav .logo {
        padding-right: 15px;
        padding-left: 15px
    }

    .what-to-expect.ipad .isiwrapper h5 + ul + ul, .what-to-expect.ipad .isiwrapper h5 + ul + ul + ul, .what-to-expect.ipad .isiwrapper h5 + ul + ul + ul + ul {
        width: 345px;
        margin-bottom: 0
    }

    .what-to-expect.ipad .isiwrapper h5 + ul {
        width: 345px;
        margin-bottom: 0
    }

    .what-to-expect.ipad .isiwrapper h5 {
        font-size: 15px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .what-to-expect .once-daily-dosing {
        display: block;
        top: -160px
    }

    .what-to-expect.ipad .daily-dosing-wrap h2 .nowrap {
        display: block;
        font-size: 40px;
        font-family: 'SourceSans',Arial,sans-serif;
        font-weight: 300;
        padding-left: 5px;
        padding-bottom: 25px
    }

    .what-to-expect.ipad .daily-dosing-wrap h2 strong {
        font-size: 40px;
        font-family: 'SourceSans',Arial,sans-serif;
        font-weight: 700;
        color: #000
    }

    .what-to-expect.ipad .busy-scedule-text p, .what-to-expect.ipad .busy-shcedule-text p {
        padding-right: 75px
    }

    .what-to-expect .daily-dosage .busy-scedule-text ul li {
        padding-right: 75px
    }

    .what-to-expect.ipad .busy-scedule-text h4 {
        padding-right: 90px
    }
}

.index .hero-move-text .rteComponent p strong {
    color: #53565a
}

.index .select-isi-text .rteComponent ul li {
    line-height: 22px
}

.index .hero-move-text .buttonComponent {
    bottom: 64px
}

.index .on-the-move .buttonComponent a {
    font-weight: 700
}

.index .select-isi-text {
    padding-bottom: 10px
}

.how-it-works .ready-one .imgLinkComponent .img-responsive {
    top: 34px
}

.how-it-works .ready-one .text-one {
    top: 146px
}

.how-it-works .greybg-Dx.how-itworks-set, .how-it-works .greybg-Dx.how-itworks-move {
    padding-top: 0
}

.how-it-works .set-two .number-two {
    top: 70px;
    left: 100px
}

.how-it-works .set-two h5 {
    margin-bottom: 20px
}

.how-it-works .set-two .number-two sup {
    top: .3px
}

.how-it-works .set-two .imgLinkComponent .img-responsive {
    left: calc(50% - 182px)
}

.how-it-works .greybg-Dx.how-itworks-move .number-three {
    position: relative;
    top: 10px
}

.how-it-works .move-three .text-three {
    top: 180px
}

    .how-it-works .move-three .text-three h5 {
        margin-bottom: 18px
    }

.how-it-works .muscle-movement-text .rteComponent + .rteComponent p:first-child {
    color: #242527
}

.sitemap ul li {
    white-space: nowrap
}

.how-it-works .bowel-movements .cic-bowel-text {
    position: relative;
    bottom: 14px
}

.how-it-works .green-bg.text-btn-cta {
    padding: 34px 0 0
}

.what-to-expect .cic-relief-sub-right-text, .what-to-expect .greybg-Dx .cic-relief-sub-signal-image {
    margin-top: -10px
}

.what-to-expect .motigrity-cic .cic-relief-sub-left-text {
    padding-top: 30px
}

@media(max-width:767px) and (min-width:320px) {
    .what-to-expect .purple-bg .cta-purple p {
        right: 0;
        top: 115px
    }

    .mainNav .logo {
        padding: 0 15px
    }

    .what-to-expect .heroComponent .hero-text h2 {
        width: 100%
    }

    .what-to-expect .once-daily-dosing .centerAlign {
        margin: 0 15px
    }

    .footer-links a {
        text-transform: uppercase;
        font-size: 12px !important;
        line-height: 23px !important;
        font-weight: 600 !important
    }

    .footer ul li {
        padding-right: 12px !important
    }

    .footer .footer-logo .imgLinkComponent img {
        width: 16%
    }

    .footer {
        padding-top: 20px
    }

        .footer .footer-logo {
            padding-bottom: 12px
        }

        .footer > .container:nth-child(1) {
            margin-bottom: 25px
        }

    .isiwrapper p, .isiwrapper ul {
        font-size: 15px !important;
        line-height: 18px !important
    }

    .isiwrapper h2, .isiwrapper h3, .isiwrapper h4, .isiwrapper h5 {
        font-size: 15px !important;
        line-height: 18px !important
    }
}

@media(max-width:991px) and (min-width:768px) {
    .sitemap h3 {
        white-space: nowrap
    }
}

.getting-started .ready-to-go-image-section .html5video + .rteComponent p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #e7c5ea;
    position: absolute;
    bottom: 114px;
    left: calc(50% + -150px)
}

.getting-started .ready-to-go-image-section .html5video + .rteComponent {
    position: relative
}

.getting-started .ready-to-go-image-section .rteComponent:first-child p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #e7c5ea;
    position: absolute;
    top: 88px;
    right: calc(50% + -120px)
}

.savings-card .savings-reqopt-message p {
    font-size: 18px !important
}

.savings-card input {
    line-height: normal;
    letter-spacing: normal
}

.savings-card .savings-card-form-section .savings-step.step-2 .savings-step-fields label, .savings-card .savings-step-fields .consent {
    color: #53565a
}

.savings-card .savings-card-form-section .savings-reqopt-message p {
    font-size: 18px
}

.mainNav .main-nav .buttonComponent.is-current a, .sitemap .buttonComponent.is-current a {
    background: #00c7b1;
    color: #fff
}

.getting-started .getting-started-faq .accordion .accordionContent p:last-child span.size12 {
    font-size: 12px;
    line-height: 15px
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .container {
        max-width: 540px !important
    }

    .header-menu .container {
        max-width: 667px !important
    }

    .index .hero-move-text p {
        line-height: 19px
    }

    .index .motegrity-home .html5video {
        width: auto !important
    }

    .index .select-isi-text {
        padding-left: 0;
        padding-right: 0
    }

        .index .select-isi-text p:first-child {
            margin-bottom: 7px !important
        }

        .index .select-isi-text .rteComponent ul li {
            line-height: 18px !important
        }

        .index .select-isi-text .rteComponent ul {
            margin-top: -3px !important;
            margin-bottom: 25px !important
        }

    .index .on-the-move {
        margin-top: 0
    }

    .footer .footer-logo .imgLinkComponent img {
        width: 11%
    }

    .footer {
        padding-top: 18px !important
    }

    .footer-links a {
        margin-right: 36px
    }

    .footer > .container:nth-child(1) {
        margin-bottom: 26px
    }

    .header-menu .topNav .list-view ul li a {
        padding: 0 40px
    }

    .header-menu .topNav .list-view ul {
        float: unset !important
    }

    .savings-card .savings-reqopt-message p {
        font-size: 15px !important
    }
}

@media(max-width:767px) and (min-width:320px) {
    .savings-card .savings-card-form-section .savings-reqopt-message p {
        font-size: 15px !important;
        line-height: 18px
    }

    .getting-started .getting-started-faq {
        padding-bottom: 40px !important
    }

    .isiwrapper h2, .isiwrapper h3, .isiwrapper h4, .isiwrapper h5 {
        margin-top: 11px;
        margin-bottom: 12px
    }

    .how-it-works .green-bg.bowel-movements {
        padding-top: 15px !important
    }

    .what-to-expect .text-btn-cta.pink-bg .some-tips-cta h4 {
        font-size: 20px !important;
        line-height: 26px;
        margin-bottom: 20px
    }

    .sitemap .buttonComponent {
        margin-top: 30px !important
    }

    .index .pink-bg .towards-savings-text {
        padding-bottom: 25px !important
    }

    .prev-next-component {
        margin: 40px 0 !important
    }

    .mainNav .logo img {
        top: 0px;
    }

    .mainNav .main-nav ul li {
        position: relative
    }

        .mainNav .main-nav ul li.active:after {
            width: 15px !important
        }

        .mainNav .main-nav ul li:last-child {
            border-bottom: 0;
            padding-bottom: 5px
        }
}

.index .hero-move-text p {
    left: 80px
}

.index .hero-move-text .buttonComponent {
    bottom: 0;
    top: -20px;
    left: 26px
}

.index .select-isi-text {
    padding-top: 38px
}

@media(max-width:991px) and (min-width:768px) {
    .index .hero-move-text .buttonComponent {
        top: 0;
        width: 100%;
        max-width: 302px
    }

    .index .hero-move-text p {
        bottom: 100px;
        left: 90px;
        right: 25px
    }

    .index .select-isi-text {
        padding-top: 22px
    }

    .index.ipad .hero-move-text {
        margin-bottom: 50px
    }

    .index .hero-move-text .rteComponent p:last-child {
        bottom: -25px
    }
}

@media(max-width:767px) and (min-width:320px) {
    .index .hero-move-text p, .index .select-isi-text .rteComponent ul li, .index .on-the-move .rteComponent p {
        line-height: 18px
    }

    .index .hero-move-text .rteComponent {
        padding-bottom: 0
    }

    .index.safari-browser.ipad .hero-move-text .rteComponent {
        margin-left: -5px;
        margin-right: -10px
    }

    .index.safari-browser.ipad .actor-portrayal p {
        bottom: 50px;
        left: 230px
    }

    .index .select-isi-text {
        padding-top: 0
    }

        .index .select-isi-text p, .index ul li {
            line-height: 18px
        }

    .index .select-isi-text {
        padding: 0
    }

    .index .on-the-move {
        margin-top: 0
    }

        .index .on-the-move .buttonComponent + .rteComponent p {
            margin-bottom: 0
        }

    .index .on-the-bicycle .imgLinkComponent img {
        top: 8px !important;
        max-width: 219px;
        max-height: 270px
    }

    .index .towards-savings .imgLinkComponent img {
        left: -6px !important
    }

    .index .pink-bg .towards-savings-text {
        margin-top: 32px !important
    }
}

.sitemap .motegrity-stemap {
    padding: 0
}

#isitop .modal-content {
    height: calc(100% - 100px);
    padding-right: 8px
}

.modal .modal-content .content h4 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 45px;
    font-weight: 700;
    margin-top: 0;
    color: #242527;
    font-family: SourceSans,Arial,sans-serif
}

.modal .modal-content .content h2, .modal .modal-content .content h3 {
    font-size: 18px;
    line-height: 20px;
    color: #471d7c;
    font-weight: 700;
    font-family: SourceSans,Arial,sans-serif
}

.modal .modal-content .content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    padding-right: 40px;
    font-family: SourceSans,Arial,sans-serif;
    padding-bottom: 95px
}

    .modal .modal-content .content p {
        color: #53565a;
        font-family: SourceSans,Arial,sans-serif
    }

    .modal .modal-content .content ul li {
        font-size: 18px;
        line-height: 22px;
        color: #53565a;
        font-family: SourceSans,Arial,sans-serif;
        padding-left: 10px
    }

        .modal .modal-content .content ul li:before {
            content: "\2022";
            position: absolute;
            left: 0;
            color: #53565a
        }

    .modal .modal-content .content ul {
        position: relative
    }

    .modal .modal-content .content h5 + ul + ul, .modal .modal-content .content h5 + ul + ul + ul, .modal .modal-content .content h5 + ul + ul + ul + ul {
        float: left;
        width: 120px !important
    }

    .modal .modal-content .content h5 + ul {
        float: left;
        width: 260px
    }

    .modal .modal-content .content .modal-image-content + h2 {
        font-size: 30px;
        color: #242527;
        line-height: 36px;
        margin-bottom: 30px;
        margin-top: 0
    }

@media(min-width:768px) and (max-width:991px) {
    .modal .modal-content .content {
        padding-bottom: 90px
    }

    .sitemap ul li {
        white-space: normal
    }
}

@media(min-width:320px) and (max-width:767px) {
    .sitemap .motegrity-stemap {
        padding: 0 15px
    }
}

.prev-next-component ul li.next a span:after {
    content: '|';
    position: absolute;
    top: -1px;
    right: -5px
}

.prev-next-component ul li.prev a span:before {
    content: '|';
    position: absolute;
    top: -1px;
    left: -3px
}

.prev-next-component li.prev a span {
    position: relative;
    border-left: none !important
}

.prev-next-component li.next a span {
    position: relative;
    border-right: none !important
}

.prev-next-component li.next a span {
    margin-right: 12px !important
}

.header-menu .container.mainNav .main-nav .navbar ul li:nth-child(3) ul {
    left: 0
}

.how-it-works .muscle-movement-text div:last-child span {
    display: inline-block;
    padding-right: 5px
}

body:not(.no-animation) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform
}

body:not(.no-animation) [data-aos=fade-down] {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0)
}

body:not(.no-animation) [data-aos=fade-up] {
    -webkit-transform: translate3d(0,100px,0);
    transform: translate3d(0,100px,0)
}

body:not(.no-animation) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px,0,0);
    transform: translate3d(100px,0,0)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos] {
    pointer-events: none
}

body:not(.no-animation) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

@media only screen and (max-width:767px) {
    .sitemap {
        margin-right: 0
    }

    .dummy {
        height: 0 !important
    }

    .how-it-works .heroComponent .video-hero .html5video {
        left: 55px;
        width: 382px;
        top: 135px
    }

    .how-it-works .heroComponent.heroComponentVar-499546302 {
        margin-top: 95px;
        padding-bottom: 0
    }

    .how-it-works .heroComponent .video-hero .html5video #videoElementVar-2075546715 {
        left: 0
    }

    .how-it-works .heroComponent .video-hero .html5video video {
        margin-top: 0
    }

    .how-it-works .heroComponent .section-HowItWorks .video-hero {
        left: 0;
        width: 100%
    }

    .how-it-works .section-HowItWorks {
        height: 350px
    }

        .how-it-works .section-HowItWorks .video-hero div:last-child {
            top: 110px;
            left: calc(60% - 160px)
        }

    .how-it-works .greybg-Dx.section-MotegrityMoves {
        padding-top: 20px
    }

    .how-it-works .greybg-Dx.moves-wrapper {
        padding-top: 20px
    }

        .how-it-works .greybg-Dx.moves-wrapper .muscle-movement {
            padding-left: 0;
            padding-right: 0
        }

    .how-it-works .set-two .text-two .imgLinkComponent .img-responsive {
        left: calc(50% - 145px)
    }

    .how-it-works .move-three.aos-init .text-three {
        top: auto
    }

    .how-it-works.ipad .aem-Grid .purple-bg .rteComponent {
        top: 30px;
        left: calc(50% - 135px)
    }

    .how-it-works .why-colon-musle .colon-muscle {
        padding: 0
    }

    .how-it-works .why-colon-muscle .bowel-movements .cic-bowel-text {
        padding: 0
    }

    .how-it-works .why-colon-muscle .colon-muscle h2 {
        line-height: 24px;
        margin-bottom: 30px
    }

    .how-it-works .section-WhyColonMuscle .text-btn-cta .container {
        margin: 0 -45px
    }

    .how-it-works .about-cic .cic-risk-factor {
        padding: 0 15px 0
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description p {
        width: 86px;
        position: relative;
        left: 10px
    }
}

.how-it-works .move-three .text-three h5 + p {
    padding-right: 30px
}

.how-it-works .how-itworks-move .move-three p + p {
    width: 100%;
    max-width: 75%
}

.mainNav .main-nav .navbar ul li {
    margin: 0 25px
}

.mainNav .main-nav ul li.active.current::after {
    bottom: 3px !important
}

.mainNav .main-nav ul ul {
    margin-top: -3px
}

.mainNav .main-nav .navbar ul li:hover:after {
    bottom: 3px
}

.how-it-works .greybg-Dx.you-should-know {
    padding-top: 50px
}

.how-it-works .section-HowItWorks .video-hero {
    left: calc(25% - 263px)
}

@media only screen and (max-width:767px) {
    .modal.show .modal-content .content h4 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }

    .modal#isitop .modal-content .content h2 {
        margin-top: 0
    }

    #terms.modal .modal-footer, #privacy.modal .modal-footer, #contact-us.modal .modal-footer {
        display: flex
    }

    #isitop.modal .modal-content .content ul li {
        list-style: none;
        line-height: 18px;
        font-size: 15px
    }

    .modal .modal-content .content h5 + ul + ul, .modal .modal-content .content h5 + ul + ul + ul, .modal .modal-content .content h5 + ul + ul + ul + ul {
        float: none;
        margin-bottom: 0
    }

    .modal .modal-content .content h5 + ul {
        width: 100%;
        max-width: 290px;
        margin-bottom: 0
    }

    #isitop.modal .modal-content .content p:nth-child(17) {
        margin-top: 10px
    }

    .getting-started .heroComponent .section-GettingStarted .motegrity-hero-text {
        padding-top: 0
    }

    .getting-started .heroComponent .section-GettingStarted .motegrity-hero-video .rteComponent p {
        padding-left: 140px !important
    }

    body .mainNav .main-nav .navbar ul li {
        margin: 0
    }

    body .mainNav .main-nav ul li.active.current.sub ul {
        padding-left: 15px
    }

    .mainNav .main-nav ul li.active.current.sub ul li {
        margin: 0 !important
    }

    .mainNav .main-nav .navbar {
        margin-bottom: 25px
    }

    .prev-next-component ul {
        margin: 0 0 0 -15px
    }

    .how-it-works .prokinetic .prokinetic-text {
        margin-top: 0;
        margin-bottom: 15px
    }

    .what-to-expect .heroComponent.heroComponentVar-1656473767 {
        margin-top: 95px
    }

    .what-to-expect .secondary-nav.is-fixed {
        display: none
    }

    .what-to-expect .greybg-Dx, .what-to-expect .pink-bg {
        padding-top: 20px
    }

    .what-to-expect .cic-relief-sub-signal-image img {
        margin-bottom: 0;
        margin-top: 20px
    }

    .what-to-expect .section-DailyDosing .daily-dosage .busy-scedule-text .rteComponent {
        padding-right: 5%
    }

    .how-it-works .flexContainer .cic-risk-factors .imgTitleDescComponent .description p {
        width: 70px
    }

    .savings-card .mainNav .logo .imgLinkComponent img {
        width: 108px
    }

    .savings-card .savings-terms-conditins p strong {
        color: #53565a
    }

    .savings-card .savings-terms-conditins span.size22 {
        color: #333
    }

    .footer .footer-logo .imgLinkComponent img {
        width: 141px
    }

    .how-it-works.ipad .greybg-Dx.you-should-know {
        padding-top: 40px
    }

    .muscle-movement .muscle-movement-text, .muscle-movement .moves-by-motegrity {
        padding: 0
    }

    .modal .modal-footer {
        display: flex
    }
}

body .prev-next-component li.prev a span, body .prev-next-component li.next a span {
    font-weight: 700
}

@media(min-width:768px) and (max-width:991px) {
    .index video#videoElementVar-31269638 {
        width: 100%
    }

    .ipad .mainNav .main-nav .navbar ul li {
        margin: 0 10px
    }

    .savings-card .heroComponent {
        margin-top: 125px
    }

    .how-it-works .secondary-nav.is-fixed {
        position: fixed
    }

    .header-menu.headerbg .mainNav .main-nav .navbar ul li {
        margin: 0 10px
    }

    .what-to-expect .greybg-Dx .cic-relief-right {
        padding-left: 75px;
        padding-right: 30px
    }

    .footer .list-view ul li {
        padding-right: 25px
    }

    .footer-logo .img-responsive {
        max-width: 141px
    }

    .getting-started {
        overflow-x: hidden
    }

    .how-it-works.ipad {
        overflow-x: hidden
    }

    .index.ipad {
        overflow-x: hidden
    }

    .what-to-expect.ipad {
        overflow-x: hidden
    }

    .footer-savings-button .buttonComponent {
        position: relative;
        right: 30px
    }

    .what-to-expect.ipad .sitemap .container {
        padding-top: 15px
    }

    .savings-support.ipad .heroComponent .hero-color .html5video {
        margin-left: -200px;
        top: 5px
    }

    .savings-support.ipad .heroComponent .hero-color {
        padding-top: 0
    }

    .savings-support.ipad {
        overflow-x: hidden
    }

    body.savings-card {
        overflow-x: hidden
    }

    .what-to-expect.ipad .text-btn-cta.pink-bg {
        padding-top: 70px
    }
}

#external.modal .modal-content .content {
    overflow: hidden
}

#terms.modal .modal-content .content {
    overflow: hidden
}

.isiwrapper h2:first-of-type {
    color: #00c7b1
}

.how-it-works .ready-one.aos-init .text-one p + p {
    width: 85%
}

.how-it-works .set-two.aos-init .number-two {
    padding-right: 5px;
    padding-left: 0
}

.hero-move-text .rteComponent p:last-child {
    bottom: 30px
}

.how-it-works .cic-bowel-image {
    margin-bottom: 40px
}

.what-to-expect .hero-divider {
    margin: 0
}

.daily-dosing-wrap .rteComponent h2 {
    font-family: SourceSans,Arial,sans-serif;
    margin-top: 0;
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 25px
}

@media only screen and (max-width:767px) {
    .savings-support .heroComponent .hero-color .html5video {
        top: 5px
    }

    .savings-support .heroComponent .hero-color {
        padding-top: 0
    }

    .savings-support .hero-color .right-hero {
        padding-top: 30px
    }

    #hcpmodal.modal .modal-footer {
        display: flex
    }

    .index .on-the-move .rteComponent p {
        font-size: 15px
    }

    .modal.show#isitop .modal-content .content {
        padding-right: 15px
    }

    #isitop.modal .modal-content .content .modal-image-content + h2 {
        color: #00c7b1;
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 12px
    }

    .savings-support-thank-you .hero-right-text .rteComponent .size14 {
        font-size: 12px
    }

    .savings-support-thank-you .mainNav .logo img {
        width: 100%;
        max-width: 108px
    }

    .savings-support-thank-you.ipad .col-xs-12.col-sm-12.col-md-6.hero-right-text {
        width: 100%
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        font-size: 15px;
        line-height: 18px
    }

    .savings-support-thank-you.ipad .imgLinkComponent img {
        left: 0;
        bottom: 0;
        top: -10px
    }

    .index .towards-savings .imgLinkComponent img {
        max-width: 170px
    }

    .index .on-the-move .buttonComponent + .rteComponent p {
        margin-bottom: 20px
    }

    .what-to-expect .once-daily-dosing .imgTitleDescComponent:nth-child(2) .description p {
        white-space: nowrap
    }

    .how-it-works .purple-bg .html5video::after {
        display: none
    }

    .index .select-isi-text p:first-child {
        line-height: 0;
        padding-top: 10px
    }

    .index .pink-bg h2, .index .green-bg h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .muscle-movement .moves-by-motegrity {
        padding-top: 20px
    }

    .how-it-works .move-three .imgLinkComponent .img-responsive {
        top: -50px
    }

    .how-it-works.ipad .purple-bg .html5video video {
        height: 280px;
        margin-bottom: -50px;
        margin-top: -2px
    }

    .how-it-works.ipad .purple-bg .html5video {
        margin-top: -30px;
        margin-left: -15px;
        margin-right: -15px
    }

    .how-it-works.ipad .greybg-Dx {
        padding-top: 40px
    }

    .how-it-works .heroComponent .section-HowItWorks .html5video video {
        width: 100%
    }

    .already-taking-motegrity .welcome-hero .imgLinkComponent .img-responsive {
        position: relative;
        top: -3px;
        width: 100%;
        margin: 0 auto;
        max-width: 286px
    }

    .already-taking-motegrity .heroComponent.welcome-hero .buttonComponent {
        margin-right: 0;
        margin-left: 3px
    }

    .already-taking-motegrity .welcome-hero .imgLinkComponent {
        height: 100%;
        max-height: 310px
    }

    .already-taking-motegrity .welcome-hero .rteComponent:last-child p {
        font-size: 12px;
        line-height: 12px;
        position: relative;
        top: 20px
    }

    .sign-up-text .rteComponent h2 span:last-child {
        display: block !important
    }

    .footer .list-view ul {
        padding-left: 0
    }

    .footer-savings-button .buttonComponent a {
        font-size: 15px
    }

    .what-to-expect .section-DailyDosing .daily-dosing-wrap .busy-shcedule-text .rteComponent {
        padding-right: 10%
    }

    .prev-next-component li.prev a {
        white-space: nowrap
    }

    .savings-card.ipad .mainNav .logo img {
        left: 0
    }

    .sitemap.ipad .container .container {
        padding-top: 15px;
        padding-left: 10px
    }

    .sitemap.ipad .mobile-wrapper {
        margin-bottom: 40px
    }

    .sitemap.ipad .motegrity-stemap {
        padding: 0 15px
    }

    .hero-move-text .rteComponent p:last-child {
        font-size: 13px;
        line-height: 16px;
        color: #53565a
    }

    .index .on-the-move .buttonComponent a {
        line-height: 46px;
        padding: 0 25px
    }

    .index .pink-bg .towards-savings-text .buttonComponent a {
        line-height: 46px;
        padding: 0 25px
    }

    .index .towards-savings-text .rteComponent:nth-child(3) p {
        line-height: 16px
    }

    .index .towards-savings-text .rteComponent:first-child p {
        line-height: 18px
    }

    .savings-card .hero-divider + div p:last-child {
        line-height: 16px
    }

    .savings-card .savings-card-form-section .savings-step.step-1 .savings-step-fields label.input-text, .savings-card .savings-card-form-section .savings-step.step-2 .savings-step-fields label.input-text {
        color: #000
    }

    .how-it-works.ipad .cic-risk-factors-text p:last-child {
        line-height: 16px
    }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        line-height: 12px
    }
}

.how-it-works .heroComponent .section-HowItWorks .html5video {
    left: -35px
}

.mobile-wrapper {
    margin-top: -17px;
    position: relative;
    right: 5px
}

@media(min-width:1025px) {
    .motegrity-stemap .mobile-wrapper {
        margin-left: 10px
    }

    .sitemap {
        padding-top: 50px
    }

        .sitemap .buttonComponent {
            margin-top: -18px
        }

            .sitemap .buttonComponent a {
                padding-left: 20px;
                position: relative;
                left: 23px;
                padding-right: 20px
            }

    .foot-tab-support .mobile-wrapper h3 a {
        white-space: nowrap
    }

    .how-it-works .about-cic .cic-risk-factor {
        padding-top: 30px
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .modal.show#isitop .modal-content .content {
        padding-right: 80px
    }

    #isitop.modal .modal-content .content ul li {
        padding-right: 25px
    }

    .modal#isitop .modal-content .content h3 {
        padding-right: 25px
    }

    .what-to-expect.ipad .heroComponent .hero-video .html5video {
        left: -95px
    }

    .what-to-expect.ipad .heroComponent .hero-video .rteComponent p {
        left: 15px
    }

    .what-to-expect.ipad .purple-bg .cta-purple p {
        top: 150px;
        left: calc(50% + 45px)
    }

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        top: 55px;
        left: 120px
    }

    .index .motegrity-home .html5video {
        width: 245px !important
    }

    .index.ipad .actor-portrayal p {
        left: 310px
    }

    .index .towards-savings .imgLinkComponent img {
        left: 28px !important
    }

    .how-it-works.ipad .heroComponent .hero-text h2 {
        width: 100%;
        max-width: 310px
    }

    .how-it-works.ipad .heroComponent .video-hero .html5video {
        left: 280px
    }

    .how-it-works .section-HowItWorks .video-hero div:last-child {
        left: calc(60% - 30px)
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(1) .imgWrapper img {
        position: relative;
        right: 50px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(2) .imgWrapper img {
        right: 50px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(3) .imgWrapper img {
        right: 50px
    }

    .getting-started.ipad .heroComponent .motegrity-hero-video .html5video {
        right: 0;
        left: 40%
    }

    .getting-started.ipad .heroComponent .section-GettingStarted .motegrity-hero-video .rteComponent p {
        padding-left: 283px !important
    }

    .getting-started.ipad .purple-bg .ready-to-go-image-section .rteComponent:first-child p {
        right: calc(50% + 150px);
        top: 95px
    }

    .getting-started.ipad .ready-to-go-image-section .html5video + .rteComponent p {
        left: calc(50% + -200px);
        top: -175px
    }

    .getting-started.ipad .accordion .accordionContent p {
        margin: 8px 23px 12px
    }

    .savings-support.ipad .terms p:first-child {
        color: #242527
    }

    .savings-card.ipad .savings-card-id.enabled img {
        position: relative;
        right: 35px
    }

    .savings-card.ipad .sitemap .buttonComponent {
        position: relative;
        right: 10px
    }

    .mainNav .main-nav ul li.current > a {
        color: #471d7c;
        font-weight: bold
    }

    .how-it-works.ipad .set-two .text-two .imgLinkComponent .img-responsive {
        left: calc(50% - 140px)
    }

    .how-it-works.ipad .purple-bg .html5video video {
        left: calc(50% - 325px);
        max-width: 390px
    }

    .savings-support.ipad .heroComponent .hero-color .html5video {
        right: 0
    }

    .how-it-works.ipad .why-colon-muscle p {
        line-height: 22px
    }

    .how-it-works .video-hero div:last-child p {
        line-height: 14px
    }

    .container {
        max-width: 100% !important
    }

    .savings-support-thank-you .hero-right-text .rteComponent .size14 {
        width: 100%
    }

    .savings-support-thank-you .terms-conditions {
        width: 100%;
        max-width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .index .motegrity-home {
        margin-bottom: 25px
    }

    body.footer {
        margin: 0
    }

    .getting-started.ipad .heroComponent .motegrity-hero-video .html5video {
        right: 0;
        left: 10%
    }

    .getting-started.ipd .ready-to-go-fourth-text .rteComponent {
        padding-left: 0;
        padding-right: 0
    }

    .getting-started.ipad .ready-to-go-image-section .rteComponent:first-child p {
        top: 100px;
        right: calc(50% + -50px)
    }

    .getting-started.ipad .ready-to-go-image-section .html5video + .rteComponent p {
        bottom: 120px;
        left: calc(50% + -45px)
    }

    .getting-started.ipad .getting-started-faq {
        max-width: 640px
    }

    .getting-started.ipad .ready-to-go-header h2 {
        margin-bottom: 80px;
        color: #000
    }

    .savings-support.ipad .heroComponent .hero-color .html5video {
        margin-left: -180px
    }

    .savings-support.ipad .hero-color .right-hero h2 {
        margin-bottom: 0;
        color: #242527
    }

    .savings-support.ipad .hero-color .hero-divider {
        margin: 15px 0
    }

    .savings-support.ipad .hero-color .right-hero .hero-divider + .rteComponent p {
        margin-top: 15px
    }

    .savings-support .heroComponent .green-bg:first-child {
        padding-top: 0;
        padding-bottom: 0
    }

    .savings-support.ipad .green-bg {
        padding-top: 70px;
        padding-bottom: 0
    }

        .savings-support.ipad .green-bg + .green-bg {
            padding-top: 0;
            padding-bottom: 70px
        }

    .savings-support.ipad .pay-per .hero-divider {
        display: none
    }

    .savings-support.ipad .pay-per h2 {
        padding-right: 15px
    }

    .savings-support.ipad .terms p:first-child {
        color: #242527
    }

    .savings-support-thank-you.ipad .imgLinkComponent img {
        left: 0;
        bottom: -25px
    }

    .isiwrapper h2, .isiwrapper h3, .isiwrapper h4, .isiwrapper h5 {
        line-height: 22px
    }

    .savings-support .motegrity-answers .coverage-questions h2 {
        line-height: 46px
    }

    .savings-support .assistance h4 {
        color: #242527
    }

    .index .actor-portrayal p {
        left: 190px;
        bottom: 100px
    }

    .index .select-isi-text p {
        font-size: 18px
    }

    .index .pink-bg h2, .index .green-bg h2 {
        font-size: 40px;
        line-height: 46px
    }

    .index .pink-bg p, .index .green-bg p {
        font-size: 18px;
        line-height: 28px
    }

    .index .on-the-move p .size14, .index .towards-savings-text p .size14 {
        font-size: 14px
    }

    .what-to-expect .heroComponent .hero-text p {
        color: #53565a
    }

    .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul li {
        color: #53565a
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-right-text .rteComponent h4, .what-to-expect .greybg-Dx .cic-relief-sub-left-text .rteComponent h4 {
        color: #242527
    }

    .daily-dosing-wrap .rteComponent h2 {
        color: #000
    }

    .getting-started .heroComponent .motegrity-hero-text h2 {
        color: #242527
    }

    .savings-support .hero-color .html5video + .rteComponent P {
        line-height: 18px;
        font-size: 16px
    }
}

@media(min-width:1025px) {
    .index .towards-savings-text .pink-bg p .size14 {
        max-width: 100%
    }

    .what-to-expect .cic-relief-sub-left-text {
        padding-bottom: 30px;
        padding-top: 30px
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-right-text .rteComponent h4 {
        color: #242527
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-left-text .rteComponent h4 {
        color: #242527
    }

    .what-to-expect .section-SideEffects {
        padding-bottom: 70px;
        padding-top: 70px
    }

    .possible-side-effects-image .rteComponent h2 {
        font-family: SourceSans,Arial,sans-serif;
        margin-top: 0;
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 25px
    }

    .what-to-expect .greybg-Dx .cic-relief-left .rteComponent p span strong {
        font-weight: 600
    }

    .what-to-expect .heroComponent .hero-text p {
        color: #242527
    }

    .daily-dosing-wrap .rteComponent h2 {
        color: #242527
    }

    .possible-side-effects-image .rteComponent h2 {
        color: #000
    }

    .what-to-expect .daily-dosing-wrap h4, .what-to-expect .daily-dosage .busy-scedule-text h4 {
        color: #242527
    }

    .text-btn-cta .some-tips-cta .buttonComponent a {
        font-weight: 700
    }

    .index .hero-move-text p {
        color: #53565a;
        font-size: 18px
    }

    .index .on-the-move .buttonComponent a {
        line-height: 46px;
        padding: 0 25px
    }

    .green-bg .on-the-move p .size14 {
        line-height: 16px;
        font-size: 14px
    }

    .saving-supp-ban {
        max-height: 346px;
        height: 100%
    }

    .savings-support .hero-color .html5video + .rteComponent P {
        padding-right: 80px;
        position: relative;
        top: -70px;
        line-height: 14px;
        color: #242527
    }

    .savings-support .heroComponent .hero-color .html5video {
        right: 40%
    }

    .savings-support .right-hero {
        padding-top: 60px
    }

        .savings-support .right-hero .hero-divider {
            margin: 15px 0
        }

    .savings-support .hero-color .right-hero .hero-divider + .rteComponent p {
        margin: 15px 0 0
    }

    .savings-support .pay-per .hero-divider {
        display: none
    }

    .savings-support .green-bg {
        padding-bottom: 0
    }

        .savings-support .green-bg + .green-bg {
            padding-top: 0;
            padding-bottom: 70px
        }

    .savings-support .motegrity-answers .coverage-questions h2 strong:first-child {
        font-weight: 300
    }

    .savings-support .motegrity-help .buttonComponent a {
        padding: 0 42px;
        line-height: 46px;
        font-weight: bold
    }

    .savings-support .terms p:first-child {
        color: #242527
    }

    .savings-support .motegrity-answers .coverage-questions h2 {
        line-height: 46px
    }

    .savings-support .assistance h4 {
        color: #242527
    }

    .isiwrapper h2, .isiwrapper h3, .isiwrapper h4, .isiwrapper h5 {
        line-height: 22px
    }

    .savings-card .savings-terms-conditins p {
        color: #53565a
    }

        .savings-card .savings-terms-conditins p strong {
            color: #242527
        }

        .savings-card .savings-terms-conditins p:last-child strong {
            color: #53565a
        }

    .what-to-expect .cic-relief-sub-bicycle-image {
        padding-top: 30px
    }

    .ready-to-go-header .grey-bg:nth-child(2) {
        padding-top: 30px
    }

    .savings-card .sign-up-text div:last-child p {
        line-height: 30px;
        top: 25px
    }

    .index .select-isi-text p {
        font-size: 18px
    }

    .index .select-isi-text .rteComponent ul li {
        font-size: 18px
    }

    .index .pink-bg .towards-savings-text {
        margin-top: 133px
    }

    .index .prev-next-component li {
        padding-right: 25px;
        padding-left: 5px
    }

    .index .isiwrapper h2:first-of-type {
        margin-top: 14px;
        margin-bottom: 15px
    }

    .index .isiwrapper h2 {
        padding-left: 0
    }

    .index .isiwrapper h3 {
        margin-top: 12px
    }

    .index .isiwrapper ul li {
        padding-left: 15px;
        font-size: 18px
    }

    body.getting-started .ready-to-go-header {
        padding-top: 62px
    }

    body.getting-started .ready-to-go-first-text {
        margin-left: 23.5%;
        margin-top: 5px
    }

        body.getting-started .ready-to-go-first-text p {
            padding-top: 3px
        }

    body.getting-started .ready-to-go-second-image {
        margin-left: 15%
    }

    body.getting-started .ready-to-go-second-text p {
        padding-top: 5px;
        padding-left: 2px
    }

    body.getting-started .ready-to-go-third-text {
        margin-left: 23.5%
    }

    body.getting-started .ready-to-go-fourth-text .rteComponent {
        padding-left: 0;
        padding-right: 0;
        padding-top: 4px
    }

    body.getting-started .ready-to-go-si {
        padding-bottom: 50px;
        margin-left: 15.2%
    }

    body.getting-started .video-thumbnail .ready-to-go-image-section .html5video {
        position: relative;
        top: -15px;
        right: 10px
    }

    body.getting-started .ready-to-go-image-section .rteComponent:first-child p {
        top: 87px;
        right: calc(50% + -107px)
    }

    body.getting-started .purple-bg .buttonComponent {
        bottom: 65px
    }

    body.getting-started .getting-started-faq {
        padding-top: 64px
    }

    body.getting-started .ready-to-go-fourth-image {
        margin-left: 15%
    }

    body.getting-started .ready-to-go-fourth-text .rteComponent {
        padding-left: 0;
        padding-right: 0
    }

    body.getting-started .ready-to-go-fifth-text {
        margin-left: 23.4%
    }

    body.getting-started .video-thumbnail .ready-to-go-image-section .rteComponent p {
        bottom: 15px
    }

    body.how-it-works .greybg-Dx.section-MotegrityMoves {
        padding-top: 60px
    }

    body.how-it-works .ready-one .text-one {
        top: 170px
    }

    body.how-it-works .ready-one .imgLinkComponent .img-responsive {
        top: 55px
    }

    body.how-it-works .set-two .number-two {
        top: 105px
    }

    body.how-it-works .set-two .imgLinkComponent .img-responsive {
        top: 78px
    }

    body.how-it-works .set-two .set {
        top: 45px
    }

    body.how-it-works .move-three .text-three {
        top: 215px
    }

    body.how-it-works .move-three .imgLinkComponent .img-responsive {
        top: 80px
    }

    body.how-it-works .video-three {
        top: 60px
    }

    body.how-it-works .greybg-Dx.you-should-know {
        padding-top: 90px
    }

    body.how-it-works .purple-bg {
        height: 386px
    }

        body.how-it-works .purple-bg .rteComponent {
            padding-top: 30px
        }

        body.how-it-works .purple-bg .html5video video {
            width: 680px
        }

        body.how-it-works .purple-bg p {
            left: calc(50% - 228px);
            top: 80px
        }

    body.how-it-works .colon-muscle {
        margin-top: 45px
    }

    body.how-it-works .cic-bowel-image img {
        margin-top: 18px
    }

    .how-it-works .bowel-movements .cic-bowel-text {
        right: 15px
    }

    .how-it-works .text-btn-cta {
        position: relative;
        top: 4px;
        right: 7px;
        padding-bottom: 5px
    }

    body.how-it-works .about-cic {
        margin-top: 50px
    }

    .how-it-works .about-cic .cic-risk-factor {
        position: relative;
        right: 15px
    }
}

.modal#isitop .modal-content .content h2:nth-child(3) {
    color: #471d7c;
    text-transform: capitalize
}

.modal#isitop .modal-content .content h3#wm {
    text-transform: uppercase;
    color: #00c7b1;
    margin-top: 0;
    margin-bottom: 20px
}

.modal#isitop .modal-content .content h4#wm {
    text-transform: uppercase;
    color: #00c7b1;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}

.modal#isitop .modal-content .content {
    width: 100%;
    padding-right: 100px;
    padding-bottom: 85px
}

    .modal#isitop .modal-content .content p:first-of-type {
        font-weight: 400
    }

    .modal#isitop .modal-content .content h2, .modal#isitop .modal-content .content h3 {
        line-height: 22px
    }

        .modal#isitop .modal-content .content h2:nth-child(5) {
            line-height: 20px
        }

    .modal#isitop .modal-content .content p:nth-child(20) strong a {
        color: #471d7c
    }

.modal#hcpmodal .modal-content .content {
    overflow: hidden
}

.modal#legal .modal-content .content {
    overflow: hidden
}

.prev-next-component li a[disabled]::before {
    border-color: #d7d7d7
}

@media only screen and (min-device-width:360px) and (max-device-width:374px) {
    .savings-registration .col-xs-12.col-sm-12.col-md-6.hero-right-text, .savings-activation .col-xs-12.col-sm-12.col-md-6.hero-right-text {
        width: 100%
    }

    .what-to-expect .once-daily-dosing .centerAlign:nth-of-type(3) .imgWrapper img {
        max-width: 49px;
        width: 100%;
        height: 67px
    }

    .modal-footer {
        padding-left: 7px
    }

    .getting-started .video-thumbnail .ready-to-go-image-section .html5video video {
        transform: translateX(-8%) translateY(-1%);
        -webkit-transform: translateX(-8%) translateY(-1%);
        -moz-transform: translateX(-8%) translateY(-1%);
        -ms-transform: translateX(-8%) translateY(-1%);
        -o-transform: translateX(-8%) translateY(-1%)
    }

    .getting-started .video-thumbnail .ready-to-go-image-section .html5video {
        width: 100%
    }

    .getting-started .video-thumbnail .ready-to-go-image-section {
        padding-left: 0;
        padding-right: 0
    }

    .what-to-expect .purple-bg .cta-purple {
        padding-left: 0;
        padding-right: 0
    }

    .how-it-works .purple-bg .html5video {
        margin-left: -15px;
        margin-right: -15px
    }

    .savings-card .prev-next-component li.prev a {
        padding-right: 12px
    }

    .savings-card .prev-next-component ul li.prev a span:before {
        left: 4px
    }

    .isiwrapper h5 {
        white-space: nowrap
    }

    .index .on-the-bicycle .imgLinkComponent img {
        max-width: 219px;
        max-height: 270px
    }

    .index .towards-savings .imgLinkComponent img {
        max-width: 170px
    }

    .index .pink-bg h2, .index .green-bg h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 20px
    }

    .index .on-the-move .rteComponent p {
        font-size: 15px
    }

    .footer ul li {
        padding-right: 5px !important
    }

    .getting-started-faq .accordion .accordionHeader h2 {
        margin-left: 0
    }

    .getting-started .getting-started-faq .accordion .accordionHeader {
        padding: 13px 15px 14px 5px
    }

    .getting-started .ready-to-go-image-section .html5video + .rteComponent {
        left: calc(50% - 120px) !important;
        top: 48px !important
    }

    .getting-started .ready-to-go-image-section .rteComponent:first-child p {
        right: calc(50% + -130px)
    }

    .how-it-works .purple-bg .rteComponent {
        left: calc(50% - 130px);
        top: 28px
    }

    .index .on-the-move .buttonComponent + .rteComponent p {
        margin-bottom: 20px
    }

    .how-it-works .purple-bg .rteComponent {
        left: calc(50% - 130px);
        top: 28px
    }

    .what-to-expect .purple-bg .cta-purple p {
        top: 80px
    }

    .mainNav .main-nav ul li:nth-child(3) {
        padding-left: 0
    }

    .getting-started .ready-to-go-first-text .rteComponent {
        padding-left: 15px;
        padding-right: 15px
    }

    .what-to-expect .once-daily-dosing .imgTitleDescComponent:nth-child(2) .description p {
        white-space: nowrap
    }
}

.how-it-works .purple-bg .html5video:after {
    content: "";
    display: block;
    max-height: 400px;
    position: absolute;
    right: 100px;
    width: 100px;
    background: #7a54a7;
    z-index: 9;
    top: 0
}

#footer.modal .modal-content .content, #contact-us.modal .modal-content .content, #privacy.modal .modal-content .content {
    overflow-y: auto
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        white-space: normal
    }

    .savings-support .heroComponent .hero-color .html5video {
        right: 35%;
        top: -35px;
        height: 347px
    }

    .savings-support .saving-supp-ban .html5video:before {
        content: "";
        display: block;
        height: 396px;
        position: absolute;
        width: 45px;
        background: #fff;
        top: -1px;
        left: 40px
    }

    .savings-support .hero-color .html5video + .rteComponent p {
        position: absolute;
        bottom: -10px;
        right: 25%
    }
}

@media screen and (min-width:1025px) and (max-width:1340px) {
    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        white-space: normal
    }
}

#isitop.modal .modal-content .content h5 {
    font-size: 18px;
    line-height: 22px;
    color: #471d7c;
    font-weight: 700;
    font-family: SourceSans,Arial,sans-serif;
    margin-bottom: 0
}

#isitop.modal .modal-content .content p {
    display: inline-block
}

#isitop.modal .modal-content .content ul li {
    list-style: none
}

.modal#isitop .modal-content .content h2:nth-child(2) {
    color: #00c7b1;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.modal#isitop .modal-content .content p a {
    color: #471d7c
}

.overlaypopup {
    overflow: hidden;
    position: relative
}

.not-found .error-page .imgLinkComponent .img-responsive {
    width: 416.5px
}

@media(max-width:767px) {
    .ipad.overlaypopup {
        position: fixed
    }
}

@media(max-width:767px) and (min-width:320px) {
    #isitop.modal .modal-content .content h5 {
        font-size: 15px;
        padding-right: 25px;
        line-height: 18px
    }

    .modal .modal-content .content {
        padding-bottom: 50px
    }

    .mainNav .main-nav .navbar > ul > li > a:active {
        background-color: #c5e8fc
    }

    .mainNav .main-nav .navbar > ul > li > a {
        margin-right: 0
    }

    .mainNav .main-nav .navbar > ul > li.sub > a {
        margin-right: 30px
    }

    .mainNav .main-nav ul li:last-child {
        padding-right: 0
    }

    .mainNav .main-nav {
        display: unset !important
    }

        .mainNav .main-nav ul ul {
            padding-top: 3px
        }

        .mainNav .main-nav ul li:nth-child(3) {
            padding-left: 0
        }
}

@media(min-width:320px) and (max-width:767px) {
    #isitop .modal-content .modal-image-content picture .modal-logo {
        width: 100%;
        max-width: 108px
    }

    .modal#isitop .modal-content .content h2:nth-child(2) {
        padding-top: 30px
    }

    .mainNav .main-nav .navbar ul li.active.current > a {
        color: #471d7c;
        font-weight: bold
    }
}

.not-found .error-page .imgLinkComponent .img-responsive {
    width: auto
}

@media(min-width:320px) and (max-width:767px) {
    .not-found .error-page .imgLinkComponent .img-responsive {
        width: 418px
    }

    .unsubscribe .container.unsubscribe-success.show-success .imgLinkComponent .img-responsive {
        max-width: auto;
        width: 280px;
        transform: translateX(-50%);
        position: static;
        margin-left: 50%;
        margin-top: 15px
    }

    .unsubscribe .container.unsubscribe-success.show-success .rteComponent:nth-child(1) p:nth-child(2) {
        font-size: 16px;
        line-height: 19px
    }

    .unsubscribe .container.unsubscribe-success.show-success .rteComponent:nth-child(1) {
        padding-top: 15px
    }

        .unsubscribe .container.unsubscribe-success.show-success .rteComponent:nth-child(1) p:nth-child(3) {
            font-size: 15px;
            line-height: 18px
        }

    .unsubscribe .container.unsubscribe-success.show-success h2::after {
        height: 3px;
        width: 38px;
        top: 17px
    }

    .unsubscribe .container.unsubscribe-success.show-success h2 {
        font-size: 20px;
        line-height: 22px
    }

    .unsubscribe .unsubscribe-success .imgLinkComponent {
        margin-bottom: -180px
    }

    .unsubscribe .unsubscribe-success .unsub-imageAlign .rteComponent p {
        transform: translate(-15px,58px);
        font-size: 12px;
        line-height: 12px
    }
}

@media(max-width:990px) and (min-width:768px) {
    .unsubscribe .container.unsubscribe-success.show-success .imgLinkComponent .img-responsive {
        max-width: 145%;
        width: auto;
        margin-bottom: -142px
    }

    .unsubscribe .unsubscribe-success .unsub-imageAlign .rteComponent p {
        transform: translate(30px,58px);
        font-size: 14px;
        line-height: 14px
    }
}

.simplebar-track.simplebar-vertical {
    top: 100px
}

#isitop .modal-image-content picture img {
    max-width: 200px;
    width: 100%
}

#isitop.modal .modal-image-content {
    margin-bottom: 25px
}

#isitop.modal .modal-content .content ul {
    position: static
}

.modal label.modal-close {
    z-index: 1
}

@media(max-width:767px) and (min-width:320px) {
    #isitop .modal-content {
        padding: 35px 5px 40px 30px
    }

    #isitop.modal .modal-image-content {
        margin-bottom: 10px;
        display: inline-block
    }

    .simplebar-track.simplebar-vertical {
        top: 20px
    }

    .index.scroll-lock {
        overflow: hidden
    }
}

.sleek-text .date-field.valid + .floating-label + .valid-icon, .sleek-text > input[type=email].valid + .floating-label + .valid-icon, .sleek-text > input[type=number].valid + .floating-label + .valid-icon, .sleek-text > input[type=tel].valid + .floating-label + .valid-icon, .sleek-text > input[type=text].valid + .floating-label + .valid-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url('/img/checkmark-green.png');
    top: 28px;
    right: 20px;
    transform: translateY(-50%);
    background-size: 24px auto
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .sitemap h3 a {
        white-space: nowrap
    }

    .how-it-works .ready-one .video-one video {
        width: 482px;
        height: 481px
    }

    .how-it-works .ready-one .video-one .html5video.gif {
        width: 482px;
        height: 475px;
        overflow: hidden;
        display: block
    }

    .what-to-expect .purple-bg .html5video video {
        margin: -15px -15px
    }
}

.modal .modal-content .content ul li:before {
    content: "\2022";
    position: relative;
    left: -5px;
    color: #53565a;
    z-index: -1
}

.modal .modal-content .content ul li {
    font-size: 18px;
    line-height: 22px;
    color: #53565a;
    font-family: SourceSans,Arial,sans-serif;
    padding-left: 6px
}

.container.unsubscribe-success.show-success .rteComponent p {
    color: #53565a
}

@media only screen and (min-device-width:360px) and (max-device-width:667px) and (orientation:landscape) {
    .what-to-expect .once-daily-dosing .centerAlign:nth-of-type(3) .imgWrapper img {
        max-width: 49px;
        width: 100%;
        height: 67px
    }

    .ios-chrome-browser.what-to-expect .purple-bg .html5video video {
        max-width: 390px;
        margin: 0 auto
    }

    .ios-chrome-browser.what-to-expect .purple-bg .cta-purple .rteComponent p {
        top: 80px;
        left: 180px
    }

    .how-it-works .purple-bg .html5video {
        margin-left: -15px;
        margin-right: -15px
    }

    .how-it-works .purple-bg .rteComponent {
        left: calc(50% - 140px);
        top: 35px
    }

    .how-it-works .purple-bg .html5video.gif video {
        left: calc(50% - 320px);
        height: auto;
        width: 100%;
        max-width: 390px
    }

    .how-it-works.ipad .aem-Grid .purple-bg .rteComponent {
        left: calc(50% - 185px);
        top: 20px
    }

    .header-menu .topNav .head-message .rteComponent p {
        margin-top: 65px;
        width: 115px
    }

    .how-it-works .ready-one .imgLinkComponent .img-responsive {
        left: calc(20% - -35px)
    }

    .how-it-works .ready-one .text-one {
        left: calc(60% - 110px)
    }

    .how-it-works .heroComponent .section-HowItWorks .video-hero .html5video {
        left: 52%
    }

    .how-it-works .section-HowItWorks .video-hero div.rteComponent:last-child {
        left: calc(60% - 65px)
    }

    .how-it-works .set-two.aos-init .number-two .rteComponent {
        top: 10px
    }

    .what-to-expect .purple-bg .container .cta-purple p {
        left: calc(50% + 50px);
        top: 165px
    }

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        top: 60px;
        left: 170px
    }

    .what-to-expect .purple-bg .cta-purple .html5video.gif {
        width: 100%
    }

    .what-to-expect .section-WhatToExpect .hero-text {
        padding-top: 20px
    }

    .getting-started .purple-bg .ready-to-go-image-section .rteComponent:first-child p {
        right: calc(50% + 60px)
    }

    .getting-started .ready-to-go-image-section .html5video.gif + .rteComponent {
        left: calc(50% - 295px)
    }

    .savings-support .heroComponent .hero-color .html5video.gif {
        right: 10%;
        top: 15px;
        height: 270px
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent {
        width: auto
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(1) .imgWrapper img {
        right: -10px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(2) .imgWrapper img {
        right: -10px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(3) .imgWrapper img {
        right: -10px
    }

    .how-it-works .cic-risk-factor .cic-risk-factors .imgLeft:last-child .description h4 {
        position: relative;
        top: -100px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .how-it-works.ipad .purple-bg .html5video {
        margin-left: -15px;
        margin-right: -15px
    }

    .index .heroComponent {
        padding-top: 95px
    }

    .index .towards-savings-text .rteComponent:first-child p {
        color: #53565a;
        font-size: 15px
    }

    .how-it-works .ready-one {
        padding-bottom: 20px
    }

    .savings-support .motegrity-answers {
        padding-bottom: 35px
    }

    .savings-support .hero-color .right-hero {
        padding-top: 0;
        position: relative;
        bottom: 14px
    }

    .how-it-works .move-three .imgLinkComponent .img-responsive {
        top: -37px
    }

    .what-to-expect .motigrity-cic .cic-relief-left, .what-to-expect .greybg-Dx .cic-relief-right, .what-to-expect .cic-relief-sub-left-text, .what-to-expect .cic-relief-sub-right-text, .getting-started .ready-to-go-si {
        padding-left: 0;
        padding-right: 0
    }

    .how-it-works .ready-one .text-one p + p {
        font-size: 15px
    }
}

section.modal:before {
    position: fixed
}

s .why-colon-muscle .placeholder {
    position: absolute;
    top: 0;
    left: 120px;
    display: none
}

.index.ios-chrome-browser .heroComponent {
    background-color: #e4dce9
}

.index.safari-browser .heroComponent {
    background: #e5dbeade;
    overflow: hidden
}

@media(max-width:320px) {
    .savings-support-thank-you .heroComponent .hero-img-left {
        width: 300px
    }

    .savings-support-thank-you .heroComponent .hero-right-text .rteComponent .size14 {
        width: 290px
    }
}

@media only screen and (min-device-width:360px) and (max-device-width:450px) and (orientation:portrait) {
    .how-it-works.ios-chrome-browser .heroComponent .video-hero .html5video {
        left: 90px;
        width: 285px
    }

    .ios-chrome-browser.savings-support .heroComponent .hero-color .html5video.gif {
        top: -32px
    }

    .how-it-works.ios-chrome-browser .cic-bowel-image .placeholder {
        display: none
    }

    .savings-support .heroComponent .hero-color .html5video {
        height: 222px
    }

    .savings-support .heroComponent .hero-color span.actor-footnote {
        position: absolute;
        width: 260px;
        top: -15px;
        left: 13px
    }

    .what-to-expect.ios-chrome-browser .purple-bg .cta-purple p {
        top: 105px
    }

    .savings-support .heroComponent .hero-color .saving-supp-ban + .right-hero {
        padding-top: 0
    }

    .how-it-works.ios-chrome-browser .set-two .html5video.gif {
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        width: 270px
    }

    .how-it-works.ios-chrome-browser .move-three .html5video.gif {
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        width: 270px
    }
}

@media only screen and (min-device-width:450px) and (max-device-width:667px) and (orientation:landscape) {
    .support.ipad .heroComponent .hero-color .html5video {
        top: -40px;
        margin-top: -20px;
        height: 225px
    }

    .savings-support .heroComponent .hero-color span.actor-footnote {
        position: absolute;
        width: 300px;
        top: -25px;
        left: 13px
    }

    .savings-support .heroComponent {
        margin-top: 96px
    }

        .savings-support .heroComponent .mobileHide + .hero-color {
            padding-top: 40px
        }

    .how-it-works.ios-chrome-browser .set-two .html5video.gif {
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        width: 270px
    }

    .how-it-works.ios-chrome-browser .move-three .html5video.gif {
        margin: 0 auto;
        border-radius: 50%;
        overflow: hidden;
        width: 270px
    }

    .ios-chrome-browser.savings-support .heroComponent .hero-color .html5video.gif {
        right: 5%;
        top: -39px;
        height: 215px;
        width: 450px
    }

    .ios-chrome-browser.getting-started .heroComponent .motegrity-hero-video .html5video {
        right: 0;
        left: 30%
    }

    .ios-chrome-browser.getting-started .heroComponent .section-GettingStarted .motegrity-hero-video .rteComponent p {
        padding-left: 250px !important
    }

    .ios-chrome-browser.how-it-works .heroComponent .html5video #videoElementVar-2075546715 {
        width: 285px
    }

    .ios-chrome-browser.how-it-works .set-two .number-two {
        top: 0;
        left: 120px;
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .savings-support .hero-color .saving-supp-ban + .right-hero {
        padding-top: 40px
    }
}

@media(max-width:767px) and (min-width:320px) {
    .modal .modal-content .content .modal-image-content + h2 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 15px;
        margin-top: 0;
        color: #242527
    }
}

.ios-chrome-browser.what-to-expect .hero-video .html5video {
    min-height: 395px
}

.ios-chrome-browser.what-to-expect .hero-video .html5video {
    right: 33%
}

.safari-browser.what-to-expect .hero-video .html5video {
    min-height: 395px
}

.safari-browser.what-to-expect .hero-video .html5video {
    right: 33%
}

.ios-chrome-browser.savings-support .heroComponent .hero-color .html5video {
    width: 705px
}

.safari-browser.savings-support .heroComponent .hero-color .html5video {
    right: 33%;
    width: 705px;
    top: -34px
}

.ios-chrome-browser.how-it-works .heroComponent {
    background: #e6dfeb;
    height: 400px
}

.ios-chrome-browser.what-to-expect .heroComponent {
    background: #e2dae7
}

.ios-chrome-browser.getting-started .heroComponent {
    background: #e6dfeb
}

.ios-chrome-browser.savings-support .heroComponent {
    background: #dad4e5
}

.safari-browser.how-it-works .heroComponent {
    background: #e5dbeade
}

.safari-browser.what-to-expect .heroComponent {
    background: #e5dbeade
}

.safari-browser.getting-started .heroComponent {
    background: #e5dbeade
}

.safari-browser.savings-support .heroComponent {
    background: #dcd5e8
}

.ios-firefox-bg {
    background-color: #876bb1
}

@media(max-width:767px) and (min-width:320px) {
    .safari-browser.savings-support .heroComponent .hero-color .html5video {
        width: 455px;
        position: relative;
        right: 15%;
        top: -35px
    }

    .how-it-works.safari-browser.ipad .heroComponent .video-hero .html5video #videoElementVar-2075546715 {
        width: 280px;
        left: 40px
    }

    .how-it-works.safari-browser.ipad .heroComponent .video-hero .html5video {
        top: 140px;
        left: 80px
    }

    .ios-chrome-browser.how-it-works .heroComponent {
        background: #e5dbeb
    }

    .ios-chrome-browser.what-to-expect .heroComponent {
        background: #e5dbeb
    }

    .ios-chrome-browser.getting-started .heroComponent {
        background: #e5dbeb
    }

    .ios-chrome-browser.savings-support .heroComponent {
        background: #d5cde2
    }

    .safari-browser.how-it-works .heroComponent {
        background: #e5dbeade
    }

    .safari-browser.what-to-expect .heroComponent {
        background: #e5dbeade
    }

    .safari-browser.getting-started .heroComponent {
        background: #e5dbeade
    }

    .safari-browser.savings-support .heroComponent {
        background: #dcd5e8
    }

    .ios-firefox-bg {
        background-color: #876bb1
    }

    .savings-support .assistance h4 strong a {
        color: #242527
    }

    .isiwrapper p span.nowrap a {
        color: #53565a
    }

    .modal#isitop .modal-content .content p span.nowrap a {
        color: #471d7c
    }

    .index.safari-browser.ipad .motegrity-home .html5video {
        width: 245px;
        height: 188px;
        overflow: hidden
    }

    .how-it-works.ipad .cic-bowel-image .placeholder {
        display: none
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description h4 {
        position: relative;
        bottom: 98px
    }
}

@media(max-width:767px) and (min-width:320px) {
    .safari-browser.how-it-works.ipad .cic-bowel-image .placeholder {
        display: none
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description h4 {
        position: relative;
        bottom: 98px
    }
}

.cic-bowel-image .placeholder {
    display: none
}

.cic-risk-factors .imgTitleDescComponent.imgLeft + .container {
    display: none
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .how-it-works.safari-browser.ipad .heroComponent .section-HowItWorks .video-hero .html5video {
        left: 52%
    }

    .how-it-works.safari-browser.ipad .set-two .number-two {
        top: 10px;
        left: 150px;
        position: relative
    }

    .what-to-expect.safari-browser.ipad .hero-mobile-text {
        position: relative;
        bottom: 50px
    }

    .what-to-expect.ipad .heroComponent .hero-video .rteComponent p {
        bottom: 15px;
        position: relative
    }

    .what-to-expect.ipad .purple-bg .container .cta-purple p {
        top: 125px;
        left: calc(50% + 60px)
    }

    .what-to-expect .once-daily-dosing .imgTitleDescComponent:nth-child(3) .description p {
        position: relative;
        bottom: 5px
    }

    .what-to-expect.ipad .purple-bg .container .cta-purple .rteComponent p {
        top: 50px;
        left: 198px
    }

    .getting-started.ipad .purple-bg .ready-to-go-image-section .html5video video {
        width: 100%
    }

    .getting-started.ipad .ready-to-go-image-section .rteComponent:first-child {
        top: -50px
    }

    .getting-started.ipad .ready-to-go-image-section .html5video.gif + .rteComponent {
        left: calc(50% - 345px);
        top: 50px
    }

    .how-it-works .purple-bg .buttonComponent {
        bottom: 10px
    }

    .how-it-works.ipad .aem-Grid .purple-bg .rteComponent {
        top: 15px;
        left: calc(50% - 130px)
    }

    .safari-browser.savings-support.ipad .heroComponent .hero-color .html5video {
        width: 480px
    }
}

.ios-chrome-browser .purple-bg, .purple-bg.safari-bg {
    background: #7d5eaa
}

.container.container-fluid {
    max-width: 100%;
    padding: 0;
    width: 100%
}

.scroll-down-component.position-bottom {
    position: absolute;
    bottom: 50px;
    right: 50px
}

.scroll-down-component.position-top {
    position: absolute;
    top: 50px;
    right: 50px
}

.scroll-down-component img {
    width: 30px
}

@media(min-width:320px) and (max-width:1025px) {
    .scroll-down-component {
        display: none
    }
}

a.button-primary, button.button-primary {
    background: #00c7b1;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #00c7b1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 700;
    line-height: normal
}

    a.button-primary:hover, button.button-primary:hover {
        background: #fff !important;
        color: #00c7b1 !important
    }

a.button-outline, button.button-outline {
    background: transparent;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 30px;
    border: 2px solid #00c7b1;
    color: #00c7b1;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 25px;
    font-weight: 700;
    line-height: normal
}

    a.button-outline:hover, button.button-outline:hover {
        background: #00c7b1 !important;
        color: #fff !important
    }

@media screen and (-webkit-min-device-pixel-ratio:1) and (max-width:990px) and (min-width:768px) {
    .how-it-works .set-two .imgLinkComponent .img-responsive {
        top: -750px;
        width: 183px;
        position: absolute;
        left: calc(50%);
        z-index: 9
    }

    .how-it-works .move-three .text-three {
        top: 35px;
        left: calc(50%);
        z-index: 9
    }

    .how-it-works .move-three .text-three {
        width: 235px
    }

    .how-it-works .ready-one .text-one {
        width: 235px
    }

    .text-three .text-one {
        width: 235px
    }

    .how-it-works .ready-one .text-one {
        top: 35px;
        left: calc(50%);
        z-index: 9
    }

    .savings-support .heroComponent .hero-color .html5video {
        position: static
    }
}

.acceptNewsLetter {
    position: relative
}

input#OptIn {
    position: absolute
}

label[for="OptIn"] {
    padding-left: 25px
}

.acceptNewsLetter [type="checkbox"]:not(:checked) + label:before, .acceptNewsLetter [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 1em;
    height: 1em;
    border: 2px solid #00c7b1;
    background: #FFF;
    border-radius: 0;
    box-shadow: inset 0 1px 3px rgb(0 0 0 / 10%),0 0 0 rgb(203 34 237 / 20%);
    -webkit-transition: all .275s;
    transition: all .275s
}

.acceptNewsLetter [type="checkbox"]:not(:checked) + label:after, .acceptNewsLetter [type="checkbox"]:checked + label:after {
    content: 'âœ“';
    position: absolute;
    top: 13px;
    left: 5px;
    font-size: 14px;
    color: #00c7b1;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.acceptNewsLetter [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg)
}

.acceptNewsLetter [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
}

#onetrust-pc-sdk.otRelFont, #onetrust-banner-sdk.otRelFont {
    font-size: 1.75rem !important
}

.scroll-lock #ot-sdk-btn-floating, .overflow-hidden #ot-sdk-btn-floating {
    bottom: 10px !important
}

@media only screen and (min-width:1120px) {
    #ot-sdk-btn-floating {
        bottom: 10px !important
    }
}

.header-menu .topNav .list-view ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right
}

.header-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 110
}

    .header-menu .topNav {
        padding-top: 5px
    }

.mainNav .logo img {
    width: 202px;
    max-width: unset
}

.mainNav .open-hambergur {
    display: none
}

.header-menu .topNav .list-view ul li {
    float: left;
    text-align: left;
    display: block;
    margin-right: 25px;
    padding: 0;
    width: auto
}

    .header-menu .topNav .list-view ul li:last-child {
        margin-right: 0
    }

    .header-menu .topNav .list-view ul li a {
        color: #471d7c;
        text-decoration: none;
        display: block;
        cursor: pointer;
        font-size: 14px;
        line-height: 32px;
        font-weight: 600
    }

.header-menu .topNav .head-message {
    padding: 0
}

.header-menu .topNav .motegrity-head {
    padding: 0
}

.header-menu .topNav .head-message p {
    line-height: 32px;
    text-align: left;
    font-size: 13px;
    float: left;
    letter-spacing: -.5px;
    font-weight: 600;
    color: #53565a
}

.mainNav .main-nav {
    display: flex;
    padding: 0;
    padding-top: 25px
}

    .mainNav .main-nav .hambergur-wrapper {
        display: none
    }

    .mainNav .main-nav .navbar {
        flex: 1 0 80%;
        padding-left: 35px
    }

    .mainNav .main-nav .buttonComponent {
        flex: 1 0 20%;
        text-align: right
    }

        .mainNav .main-nav .buttonComponent a {
            display: inline-block;
            width: auto;
            cursor: pointer;
            border-radius: 30px;
            border: 2px solid #00c7b1;
            color: #00c7b1;
            text-align: center;
            text-decoration: none;
            font-size: 16px;
            padding: 10px 24px;
            font-weight: 600
        }

    .mainNav .main-nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        .mainNav .main-nav ul li.hide {
            display: block !important
        }

        .mainNav .main-nav ul li {
            margin: 0 20px;
            display: flex;
            padding-bottom: 20px
        }

            .mainNav .main-nav ul li a {
                font-size: 16px;
                line-height: 20px;
                color: #53565a;
                display: flex;
                align-items: center;
                font-weight: 600;
                height: 46px;
                text-decoration: none
            }

        .mainNav .main-nav ul ul {
            display: none
        }

.header-menu.is-scrolled {
    background: #fff;
    z-index: 99
}

.header-menu {
    transition: background .5s
}

@media(min-width:320px) and (max-width:767px) {
    .header-menu {
        background: #fff;
        border-bottom: 1px solid #b4b5b7;
        padding-bottom: 8px
    }

        .header-menu.is-open .mainNav .main-nav {
            transform: translateX(0);
            z-index: 9999;
            display: block
        }

    .mainNav .main-nav ul {
        display: block
    }

    .mainNav .main-nav .navbar {
        padding: 0
    }

    .mainNav .main-nav ul li {
        height: auto;
        align-items: center;
        border-bottom: 1px solid #ccaed0;
        margin: 0;
        display: block
    }

        .mainNav .main-nav ul li a {
            display: block;
            line-height: 50px;
            padding: 0 10px
        }

        .mainNav .main-nav ul li.active:after {
            display: none
        }

    .mainNav .main-nav .buttonComponent {
        text-align: left
    }

    .mainNav .main-nav ul li.active.current.sub ul {
        display: block;
        transition: max-height .4s;
        overflow: hidden;
        padding-left: 25px
    }

    .mainNav .main-nav ul li.sub::after {
        border-style: solid;
        border-width: 0 0 2px 2px;
        border-color: #53565a;
        content: '';
        display: inline-block;
        height: 14px;
        position: absolute;
        transform: rotate(-45deg);
        vertical-align: top;
        width: 14px;
        right: 10px;
        top: 16px;
        transition: transform .4s,top .4s;
        background: 0
    }

    .mainNav .main-nav ul li.active.current.sub::after {
        transform: rotate(-225deg);
        top: 22px
    }

    .mainNav .main-nav ul li.active.current.sub ul li {
        border-top: 1px solid #ccaed0;
        border-bottom: 0
    }

    .mainNav .logo img {
        width: 108px
    }

    .header-menu .topNav .head-message {
        position: absolute
    }

        .header-menu .topNav .head-message p {
            font-size: 10px;
            font-weight: 400;
            line-height: 14px;
            letter-spacing: 0;
            width: 105px;
            text-align: right;
            margin-top: 50px;
            position: absolute;
            right: 85px
        }

    .header-menu .topNav {
        padding-top: 0
    }

        .header-menu .topNav .motegrity-head {
            width: 100%;
            float: none;
            display: table;
            background: #e4dce9;
            padding: 5px 10px
        }

        .header-menu .topNav .list-view ul li a {
            color: #471d7c;
            text-decoration: none;
            display: block;
            cursor: pointer;
            font-size: 10px;
            line-height: 14px;
            font-weight: 700;
            min-height: 28px
        }

        .header-menu .topNav .list-view ul li {
            width: 24.5%;
            border-left: 1px solid #53565a;
            margin: 0;
            text-align: center
        }

            .header-menu .topNav .list-view ul li:first-child {
                border: 0
            }

    .mainNav {
        margin: 0;
        padding: 8px 15px 0;
        display: flex;
    }

        .mainNav .main-nav {
            background: #fff;
            width: 100%;
            position: fixed;
            height: calc(100% - 97px);
            top: 97px;
            left: 0;
            transform: translateX(100%);
            transition: transform .4s;
            padding: 10px 15px 0;
            overflow: auto
        }

        .mainNav .open-hambergur {
            display: block;
            position: absolute;
            width: 40px;
            height: 40px;
            background: #fff;
            outline: 0;
            right: 16px;
        }

            .mainNav .open-hambergur .icon-bar {
                display: block;
                position: absolute;
                height: 3px;
                width: 30px;
                background: #00c7b1;
                opacity: 1;
                top: 16px;
                left: 5px;
                transform-origin: center center;
                transition: .25s ease-in-out
            }

                .mainNav .open-hambergur .icon-bar:nth-child(1) {
                    transform: translateY(-7px)
                }

                .mainNav .open-hambergur .icon-bar:nth-child(3) {
                    transform: translateY(7px)
                }

    .header-menu.is-open .mainNav .open-hambergur .icon-bar:nth-child(1) {
        transform: rotate(45deg)
    }

    .header-menu.is-open .mainNav .open-hambergur .icon-bar:nth-child(2) {
        width: 0;
        opacity: 0
    }

    .header-menu.is-open .mainNav .open-hambergur .icon-bar:nth-child(3) {
        transform: rotate(-45deg)
    }
}

@media(min-width:768px) and (max-width:990px) {
    .header-menu .topNav .head-message p {
        font-size: 13px;
        line-height: 16px;
        float: left;
        width: 130px;
        text-align: center
    }

    .header-menu .topNav .list-view ul li {
        width: 24%;
        text-align: center;
        padding: 0 15px;
        margin: 0
    }

        .header-menu .topNav .list-view ul li a {
            font-size: 14px;
            line-height: 18px;
            font-weight: 600
        }

    .header-menu .topNav {
        padding-top: 2px
    }

    .mainNav .main-nav {
        padding-top: 12px
    }

        .mainNav .main-nav ul li {
            margin: 0 10px
        }

        .mainNav .main-nav .buttonComponent a {
            font-size: 16px;
            line-height: 20px;
            padding: 11px 9px
        }

        .mainNav .main-nav ul li.active:after {
            width: 52px
        }
}

.mainNav .main-nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    padding: 0;
    left: 146px;
    min-width: 160px;
    white-space: nowrap;
    z-index: 10;
    background: #f4ebf4
}

.mainNav .main-nav ul li:last-child {
    padding-right: 15px
}

.mainNav .main-nav ul li ul li a:hover {
    color: #471d7c !important
}

.mainNav .main-nav ul li ul li {
    padding-bottom: 0 !important;
    margin: 0 !important
}

.header-menu .topNav .list-view ul li a:hover {
    text-decoration: underline
}

@media(min-width:320px) and (max-width:767px) {
    .mainNav .main-nav ul li.active.current.sub::after {
        height: 14px !important;
        left: auto !important;
        bottom: auto !important;
        background: none !important
    }

    .mainNav .main-nav ul li {
        padding-bottom: 0 !important
    }

    .mainNav .main-nav ul ul {
        background: 0;
        position: unset
    }

    .mainNav .main-nav ul li:nth-child(2) a, .mainNav .main-nav ul li:nth-child(2) ul li:nth-child(2) a {
        margin-left: 0 !important
    }
}

.mainNav .main-nav ul li {
    position: relative
}

    .mainNav .main-nav ul li.active.current::after {
        position: absolute;
        width: 100%;
        height: 6px;
        content: "";
        background: #471d7c;
        left: 0;
        bottom: -15px
    }

    .mainNav .main-nav ul li:nth-child(3) ul li {
        padding-left: 10px;
        padding-right: 10px
    }

@media screen and (min-width:768px) {
    .mainNav .main-nav ul li:hover:after {
        position: absolute;
        width: 100%;
        height: 6px;
        content: "";
        background: #471d7c;
        left: 0;
        bottom: 0
    }

    .mainNav .navbar ul li.sub:hover > ul {
        display: block
    }

    .mainNav .main-nav ul li:last-child:hover:after {
        width: 70%
    }
}

.footer {
    color: #fff;
    background: #471d7c;
    margin: 0;
    padding: 30px 0;
    margin-left: -20px;
    margin-right: -20px
}

    .footer p {
        font-size: 14px;
        line-height: 20px;
        margin-top: 0;
        color: #fff;
        margin: 0 4px 17px
    }

        .footer p:last-child {
            margin-bottom: 0
        }

    .footer > .container:nth-child(1) {
        margin-bottom: 50px
    }

    .footer p a {
        color: #fff;
        text-decoration: none;
        border-bottom: 1px solid #fff
    }

    .footer ul {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding-left: 45px;
        padding-top: 10px
    }

        .footer ul li {
            display: block;
            float: left;
            padding-right: 57px;
            padding-top: 7px;
            padding-left: 3px
        }

.footer-links a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600
}

@media(min-width:320px) and (max-width:767px) {
    .footer {
        margin-left: 0;
        margin-right: 0;
        padding-top: 20px !important
    }
}

.isiwrapper h2, .isiwrapper h3, .isiwrapper h4, .isiwrapper h5 {
    font-family: SourceSans,Arial,sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #471d7c;
    font-weight: 700
}

.isiwrapper h3 {
    margin-bottom: 0
}

.isiwrapper h4, .isiwrapper h5 {
    margin: 0
}

.isiwrapper p, .isiwrapper ul {
    list-style-type: none;
    margin: 0 0 18px;
    font-size: 18px !important;
    line-height: 22px;
    color: #53565a
}

    .isiwrapper ul li {
        padding-left: 10px;
        position: relative;
        font-size: 18px !important
    }

        .isiwrapper ul li:before {
            content: "\2022";
            position: absolute;
            left: 0;
            color: #53565a
        }

.isiwrapper h5 + ul {
    float: left;
    width: 260px
}

    .isiwrapper h5 + ul + ul, .isiwrapper h5 + ul + ul + ul, .isiwrapper h5 + ul + ul + ul + ul {
        width: 120px;
        float: left
    }

.isiwrapper p {
    clear: both
}

.isiwrapper a {
    text-decoration: underline;
    color: #471d7c
}

    .isiwrapper a[href='#external'] {
        text-decoration: underline;
        color: #53565a
    }

@media(min-width:320px) and (max-width:767px) {
    .isiwrapper h5 + ul, .isiwrapper h5 + ul + ul, .isiwrapper h5 + ul + ul + ul, .isiwrapper h5 + ul + ul + ul + ul {
        width: 100% !important;
        margin-bottom: 0
    }

        .isiwrapper h5 + ul + ul + ul + ul {
            margin-bottom: 15px !important
        }
}

.isiwrapper.isiwrapper-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    z-index: 9999;
    height: 155px;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out
}

    .isiwrapper.isiwrapper-fixed .title h3 {
        color: #FFF
    }

    .isiwrapper.isiwrapper-fixed.active {
        height: 100%;
        overflow: auto
    }

.isiwrapper {
    background: #fff
}

    .isiwrapper .title h4 {
        margin: 15px 0;
        color: #ef8200;
        font-family: SourceSans,Arial,sans-serif;
        font-size: 30px;
        line-height: normal;
        letter-spacing: -0.2px
    }

    .isiwrapper.isiwrapper-fixed .title {
        position: relative;
        background: #470085;
        margin-bottom: 4px;
        min-height: 35px
    }

    .isiwrapper .title .isi-more-text, .isiwrapper .title .isi-less-text, .isiwrapper .title .isiIcon {
        display: none
    }

    .isiwrapper.isiwrapper-fixed .title .isi-more-text, .isiwrapper.isiwrapper-fixed .title .isi-less-text {
        font-family: SourceSans,Arial,sans-serif;
        font-size: 14px;
        display: inline-block;
        color: #fff;
        padding-right: 35px;
        text-transform: uppercase
    }

    .isiwrapper.isiwrapper-fixed .title .isi-less-text, .isiwrapper.isiwrapper-fixed.active .title .isi-more-text {
        display: none
    }

    .isiwrapper.isiwrapper-fixed.active .title .isi-less-text {
        display: block;
        color: #fff
    }

    .isiwrapper.isiwrapper-fixed .isiIcon {
        position: absolute;
        top: 0;
        left: -25px;
        width: 20px;
        height: 20px;
        display: block;
        cursor: pointer;
        font-size: 25px;
        color: #fff;
        background-color: #fff;
        border-radius: 50%
    }

        .isiwrapper.isiwrapper-fixed .isiIcon:before, .isiwrapper.isiwrapper-fixed .isiIcon:after {
            content: "";
            position: absolute;
            background-color: #470185;
            transition: transform .25s ease-out;
            top: 23%;
            left: 9px;
            width: 2px;
            height: 10px;
            transform: rotate(45deg)
        }

        .isiwrapper.isiwrapper-fixed .isiIcon:before {
            margin-left: -3px
        }

        .isiwrapper.isiwrapper-fixed .isiIcon:after {
            top: 63%;
            left: 8px;
            width: 10px;
            height: 2px;
            margin-top: -4px
        }

    .isiwrapper.isiwrapper-fixed.active .isiIcon:before, .isiwrapper.isiwrapper-fixed.active .isiIcon:after {
        transform: rotate(135deg)
    }

    .isiwrapper.isiwrapper-fixed .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .isiwrapper .see-more {
        cursor: pointer;
        display: inline-block;
        text-align: right;
        margin-top: 7px;
        position: relative
    }

.overflow-hidden {
    overflow: hidden
}

.isiwrapper {
    font-family: SourceSans,Arial,sans-serif
}

    .isiwrapper .blackbox h4 {
        font-family: SourceSans,Arial,sans-serif;
        text-transform: uppercase;
        margin-top: 0;
        margin-bottom: 10px
    }

    .isiwrapper .blackbox ul {
        padding: 0 10px
    }

    .isiwrapper li::marker {
        font-size: 1.5rem;
        line-height: 1rem
    }

    .isiwrapper strong em, .isiwrapper a .wordwrap {
        font-weight: bold
    }

    .isiwrapper #isi-indication {
        display: none
    }

    .isiwrapper.isiwrapper-fixed #isi-indication {
        display: block;
        margin-bottom: 10px
    }

    .isiwrapper.isiwrapper-fixed .title .col-md-8 {
        width: 50%
    }

@media screen and (min-width:768px) {
    .isiwrapper.isiwrapper-fixed .title h3 {
        margin-top: 7px
    }
}

.isiwrapper .container, .footer .container {
    width: 100%
}

.isiwrapper.isiwrapper-fixed .title .col-md-8 {
    width: 66.66% !important
}

.isiwrapper.isiwrapper-fixed .title .isi-more-text, .isiwrapper.isiwrapper-fixed .title .isi-less-text {
    padding-right: 0
}

.isiwrapper.isiwrapper-fixed {
    height: 180px
}

    .isiwrapper.isiwrapper-fixed .content .container > h3 {
        margin-top: -3px
    }

    .isiwrapper.minized.isiwrapper-fixed.active, .isiwrapper.isiwrapper-fixed.active {
        height: 85%
    }

        .isiwrapper.minized.isiwrapper-fixed.active .content .container #isi-indication, .isiwrapper.isiwrapper-fixed.active .content .container > #isi-indication {
            display: none
        }

@media(min-width:992px) {
    .isiwrapper .container, .footer .container {
        max-width: 1010px !important
    }
}

@media(max-width:991px) {
    .isiwrapper-fixed .title .container .col-md-8, .isiwrapper .title .container .col-md-8 {
        width: 73% !important
    }
}
/*! isi here */ .modal#isitop .modal-content .content p:first-of-type {
    font-weight: 400 !important
}

.isiwrapper.minized.isiwrapper-fixed {
    height: 35px
}

.modal .modal-content .content h3#side-effects + ul {
    float: left;
    width: 260px
}

@media(max-width:767px) and (min-width:320px) {
    .isiwrapper-fixed .title h3 {
        margin-top: 9px
    }

    .isi-more-text, .isi-less-text {
        display: none !important
    }

    .isiwrapper.isiwrapper-fixed .isiIcon {
        top: 0
    }

    .modal .modal-content .content h3#side-effects + ul {
        width: 290px
    }

    .isiwrapper ul li, .isiwrapper p {
        font-size: 15px !important
    }

    .isiwrapper.isiwrapper-fixed {
        height: 245px
    }

    .isiwrapper.minized.isiwrapper-fixed {
        height: 52px
    }

    .isiwrapper-fixed .title .container .col-md-8, .isiwrapper .title .container .col-md-8 {
        margin-bottom: 9px
    }

    .header-menu.is-open .mainNav .main-nav {
        z-index: 9999
    }

    .isiwrapper.isiwrapper-fixed {
        z-index: 9
    }
}

.modal {
    z-index: 99999
}

@media screen and (min-width:1025px) {
    .hero-move-text .rteComponent p:last-child {
        font-size: 14px !important;
        line-height: 18px
    }

    .isiwrapper h2:first-of-type {
        margin-top: 30px !important;
        margin-bottom: 30px !important
    }
}

#wm {
    margin-bottom: 0 !important
}

.unsubscribe .unsubscribe-form {
    display: block
}

.container.unsubscribe-success {
    display: none
}

    .container.unsubscribe-success.show-success {
        max-width: 100%;
        width: 100%;
        margin-top: 115px;
        background: #e5dbeb;
        position: relative;
        overflow: hidden;
        padding-bottom: 53px;
        height: 475px
    }

.show-success .row {
    max-width: 960px;
    margin: auto
}

.container.unsubscribe-success.show-success h2 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 0;
    font-weight: 700;
    color: #242527;
    letter-spacing: .5px;
    margin-bottom: 35px;
    position: relative;
    font-family: SourceSans,Arial,sans-serif
}

    .container.unsubscribe-success.show-success h2::after {
        content: "";
        width: 30px;
        position: absolute;
        top: 45px;
        left: 0;
        height: 10px;
        height: 6px;
        width: 75px;
        background: #00c7b1;
        margin: 15px 0
    }

.container.unsubscribe-success.show-success .rteComponent:nth-child(1) p:nth-child(2) {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #242527
}

.container.unsubscribe-success.show-success .rteComponent:nth-child(1) p:nth-child(3) {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 22px
}

.container.unsubscribe-success.show-success .rteComponent:nth-child(1) {
    padding-top: 90px
}

.container.unsubscribe-success.show-success .imgLinkComponent .img-responsive {
    max-width: 110%;
    width: 109%
}

.unsubscribe section.unsubscribe.unsubscribe-form .button-submit:focus {
    outline: 0
}

.col-xs-12.col-sm-12.col-md-6.hero-right-text {
    width: 48%
}

.savings-support-thank-you .hero-right-text .size14 {
    width: 100%
}

.savings-support-thank-you .hero-right-text .rteComponent p:first-child {
    width: 100%
}

@media(max-width:768px) and (min-width:768px) {
    .container.unsubscribe-success.show-success {
        margin-top: 145px;
        height: auto
    }
}

@media(max-width:767px) and (min-width:320px) {
    .container.unsubscribe-success.show-success {
        height: auto;
        margin-top: 95px
    }
}

.container.savings-registration, .container.savings-activation {
    max-width: 100%;
    width: 100%
}

.savings-card .btn.btn-inverted:hover, .unsubscribe section.unsubscribe.unsubscribe-form .button-submit:hover {
    background-color: #fff;
    color: #00c7b1 !important
}

.getting-started .heroComponent .motegrity-hero-video .html5video {
    width: 710px;
    right: 20%
}

.getting-started video#videoElementVar-1427511720 {
    width: 100%
}

@media(min-width:768px) and (max-width:990px) {
    .savings-support-thank-you .mainNav .logo img {
        top: 0;
        width: 100%
    }

    .getting-started .heroComponent {
        height: 400px
    }

        .getting-started .heroComponent .motegrity-hero-video .html5video {
            right: -20%;
            width: 650px
        }

        .getting-started .heroComponent .motegrity-hero-text {
            padding-top: 0
        }

            .getting-started .heroComponent .motegrity-hero-text h2 {
                margin-top: 75px
            }
}

@media(min-width:320px) and (max-width:767px) {
    .getting-started .heroComponent {
        height: 210px
    }

        .getting-started .heroComponent .motegrity-hero-video {
            right: 60px
        }

            .getting-started .heroComponent .motegrity-hero-video .html5video {
                right: 10%;
                width: 355px
            }

        .getting-started .heroComponent .motegrity-hero-text {
            padding-top: 0
        }

        .getting-started .heroComponent .motegrity-hero-video .rteComponent p {
            padding-left: 157px !important;
            padding-bottom: 5px
        }

    .savings-support-thank-you .hero-img-left {
        padding-top: 50px
    }

    body.savings-support-thank-you.ipad .container.savings-activation {
        margin-right: -15px
    }
}

@media(max-width:768px) {
    .savings-support-thank-you {
        left: 0
    }

    body.savings-support-thank-you.ipad .container.savings-activation {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        margin-left: 15px;
        margin-right: 15px
    }

    .savings-card .mainNav .logo img, .savings-support-thank-you .imgLinkComponent img {
        left: 0;
        margin-top: 0;
        bottom: 5px
    }

    .savings-card .mainNav .logo img, .savings-support-thank-you .mainNav .logo img {
        top: 0;
        width: 200px
    }
}

.how-it-works .heroComponent .html5video #videoElementVar-2075546715 {
    max-height: 385px;
    position: relative;
    left: -65px;
    max-width: 514px
}

.modal.show#isitop .modal-content .content h3 {
    margin-bottom: 0
}

.how-it-works .heroComponent .html5video {
    margin-top: 0;
    top: 36px;
    position: relative;
    max-width: 484px;
    width: 100%;
    top: 15px;
    left: -88px
}

video {
    display: none
}

.patient-identification .heroComponent {
    padding-top: 181px;
    height: 628px;
    background-position-x: 51.5%;
    background-position-y: 81.9%;
    padding-bottom: 28px;
    background-size: auto;
    background-color: #16013b
}

.patient-identification .patient-hero .rteComponent:first-child {
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 3s;
    animation-name: fadeInDown;
    animation-duration: 3s
}

.patient-identification .patient-hero p {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 24px
}

.patient-identification .patient-hero h2 {
    letter-spacing: -.025em;
    color: #fff;
    font-size: 40px;
    line-height: 1.15;
    margin-bottom: 24px;
    font-weight: 700;
    margin-top: 0
}

.patient-identification .dosing-bg {
    background-image: linear-gradient(to left,#fff 0,#d3cddc 100%);
    padding-bottom: 110px
}

.patient-identification .pink-highlighter {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    margin-top: 45px;
    margin-bottom: 48px;
    display: inline-block;
    color: #fff;
    padding: 12px 33px 12px 0;
    z-index: 0;
    right: 10px
}

    .patient-identification .pink-highlighter:before {
        position: absolute;
        background-color: #f211bf;
        -webkit-transform: skewX(-17deg);
        transform: skewX(-17deg);
        border-bottom-right-radius: 8px;
        border-top-right-radius: 15px;
        top: 1px;
        bottom: 0;
        left: -5000px;
        right: 0;
        z-index: -1;
        content: ""
    }

.patient-identification .page-heading {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 20px;
    line-height: 1.286;
    color: #471d7c;
    margin-top: 0
}

.patient-identification .page-paragraph {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 61px;
    color: #333
}

    .patient-identification .page-paragraph a {
        color: #f211bf;
        text-decoration: underline;
        position: relative;
        padding-left: 30px;
        font-weight: 600;
        display: inline-block
    }

        .patient-identification .page-paragraph a:before {
            background: url(/img/download-link.png);
            content: "";
            position: absolute;
            top: 2px;
            left: 4px;
            height: 20px;
            width: 20px;
            background-size: 20px 20px;
            background-repeat: no-repeat
        }

.patient-identification .dosing-bg .once-daily {
    margin-top: 50px;
    left: 0;
    padding-left: 0;
    position: relative
}

    .patient-identification .dosing-bg .once-daily img {
        margin: 0 auto;
        max-width: none;
        max-height: 122px
    }

@media(min-width:992px) {
    .patient-identification .dosing-bg .once-daily ~ .once-daily .col-md-6 {
        padding-left: 18%
    }

        .patient-identification .dosing-bg .once-daily ~ .once-daily .col-md-6 ~ .col-md-6 {
            padding-left: 15px;
            padding-right: 18%
        }
}

.patient-identification .dosing-bg .patient-symptoms {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #471d7c;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center
}

.patient-identification .dosing-bg .patient-symptoms-highlight {
    color: #f211bf;
    font-size: 24px;
    font-weight: 600
}

.patient-identification .patient-id-see-how {
    height: 550px;
    padding-top: 120px;
    background-color: #faf2e8;
    margin-bottom: 65px
}

    .patient-identification .patient-id-see-how .imgLinkComponent {
        display: none
    }

    .patient-identification .patient-id-see-how .title {
        font-size: 28px;
        font-weight: 700;
        color: #471d7c;
        width: 95%
    }

    .patient-identification .patient-id-see-how .buttonComponent {
        margin-top: 15px
    }

        .patient-identification .patient-id-see-how .buttonComponent a {
            border: 2px solid #471d7c;
            border-radius: 10px;
            padding: 10px 25px 12px;
            font-family: SourceSans,sans-serif;
            font-weight: 600;
            font-size: 18px;
            line-height: 20.7px;
            background: #471d7c;
            margin: 0 auto;
            display: inline-block;
            color: #fff;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            min-width: 230px
        }

    .patient-identification .patient-id-see-how .sub-title {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        margin-top: 20px
    }

        .patient-identification .patient-id-see-how .sub-title ~ .sub-title {
            width: 80%
        }

.patient-identification .referenceTitle {
    display: none
}

@media(min-width:1025px) {
    .patient-identification .patient-hero .rteComponent:first-child {
        position: relative
    }
}

@media(min-width:768px) and (max-width:991px) {
    .patient-identification .dosing-bg .once-daily img {
        max-width: 150px
    }
}

@media(max-width:767px) {
    .patient-identification .hero-patient-id {
        height: auto;
        background-position: 35% 25%;
        background-size: 100%;
        padding-top: 118px;
        padding-bottom: 45px;
        background-color: #371e62
    }

        .patient-identification .hero-patient-id .patient-hero .rteComponent ~ .rteComponent {
            position: relative;
            bottom: -25px
        }

    .patient-identification .patient-hero p {
        font-size: 14px;
        line-height: 18px;
        width: 200px;
        font-weight: 450;
        margin-bottom: 10px
    }

    .patient-identification .patient-hero h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.6px;
        margin: 5px 0 10px;
        width: 220px;
        position: relative;
        top: 8px
    }

    .patient-identification .patient-hero .rteComponent ~ .rteComponent p {
        width: auto
    }

    .patient-identification .pink-highlighter {
        padding: 12px 33px 12px 8px;
        font-size: 24px;
        margin-top: 0;
        margin-bottom: 43px
    }

    .patient-identification .dosing-bg {
        padding-top: 45px;
        padding-bottom: 0
    }

        .patient-identification .dosing-bg .once-daily {
            margin-top: 5px;
            padding-right: 0
        }

            .patient-identification .dosing-bg .once-daily ~ .once-daily {
                padding: 0;
                margin: 0
            }

            .patient-identification .dosing-bg .once-daily .col-xs-12 {
                display: flex;
                margin-bottom: 25px;
                align-items: center;
                justify-content: left
            }

            .patient-identification .dosing-bg .once-daily img {
                max-width: 70px
            }

        .patient-identification .dosing-bg .patient-symptoms {
            margin: 0 20px;
            font-size: 16px;
            line-height: 1.3em;
            text-align: left
        }

        .patient-identification .dosing-bg .patient-symptoms-highlight {
            font-size: 16px;
            line-height: 1.3em
        }

    .patient-identification .page-heading {
        line-height: 1.25
    }

    .patient-identification .page-paragraph {
        line-height: 1.2
    }

    .patient-identification .patient-id-see-how {
        padding: 0;
        background-size: contain;
        background-color: #fff;
        background: 0;
        height: auto;
        margin-bottom: 0
    }

        .patient-identification .patient-id-see-how .savings-hero {
            padding: 0
        }

            .patient-identification .patient-id-see-how .savings-hero .rteComponent {
                padding-left: 15px;
                padding-right: 15px
            }

        .patient-identification .patient-id-see-how .imgLinkComponent {
            display: block
        }

        .patient-identification .patient-id-see-how .title {
            font-size: 24px;
            line-height: 1.25;
            margin: 8px 0
        }

        .patient-identification .patient-id-see-how .buttonComponent {
            padding-left: 15px;
            padding-right: 15px;
            margin-top: 20px
        }

            .patient-identification .patient-id-see-how .buttonComponent a {
                width: 100%
            }
}

@media only screen and (max-width:900px) {
    .header-menu {
        box-shadow: none !important
    }
}

@media(min-width:1025px) {
    .patient-identification .prev-next-component {
        padding-top: 20px;
        margin-left: auto
    }
}

@media(max-width:767px) and (min-width:320px) {
    .patient-identification .prev-next-component {
        width: 250px;
        display: block;
        box-sizing: border-box;
        padding-top: 35px;
        padding-bottom: 0;
        margin-left: auto;
        margin-right: auto
    }

        .patient-identification .prev-next-component ul {
            width: 270px
        }

        .patient-identification .prev-next-component .next {
            width: 145px;
            padding-right: 0 !important
        }

            .patient-identification .prev-next-component .next a {
                padding-top: 0;
                font-size: 16px;
                line-height: 18.4px;
                text-align: center;
                padding-left: 15px;
                margin-top: 56px
            }

                .patient-identification .prev-next-component .next a:before {
                    left: 10px
                }

            .patient-identification .prev-next-component .next:before {
                display: none
            }

    .patient-identification .patient-id-see-how .sub-title ~ .sub-title {
        width: 85%
    }
}

@media only screen and (max-width:767px) {
    .patient-identification .prev-next-component .next a:before {
        float: none;
        position: relative;
        left: 0;
        margin-bottom: 0
    }

    .patient-identification .prev-next-component .next a:before {
        content: "";
        width: 55px;
        height: 55px;
        border-radius: 100%;
        float: left;
        display: block;
        text-align: center;
        transition: .2s all;
        box-shadow: 5px 5px 21px #818181;
        background-size: 21px;
        margin-left: 28px;
        position: relative;
        z-index: 0;
        top: -20px
    }

    .patient-identification .prev-next-component .next a:before {
        content: "";
        background: #fff url(/img/next-arrow.png) no-repeat center center;
        width: 55px;
        height: 55px;
        border-radius: 100%;
        float: left;
        display: block;
        text-align: center;
        transition: .2s all;
        box-shadow: 5px 5px 21px #818181;
        background-size: 21px;
        margin-right: 30px
    }

    .patient-identification.ipad .prev-next-component .next:before {
        display: none
    }
}

.patient-identification .prev-next-component ul {
    margin-bottom: 90px;
    padding-top: 20px;
    display: block
}

.patient-identification .prev-next-component .next {
    padding-right: 50px;
    max-width: 310px
}

    .patient-identification .prev-next-component .next a {
        font-size: 17px;
        font-family: "SourceSans",sans-serif;
        color: #53565a;
        text-decoration: none;
        padding-top: 3px;
        display: block;
        line-height: 22px;
        position: relative;
        z-index: 1
    }

.ipad-patient-disclaimer {
    display: none
}

@media(min-width:768px) and (max-width:1099px) {
    .patient-identification .heroComponent {
        background-position: center bottom
    }

    .patient-identification .patient-id-see-how {
        background-size: cover;
        background-position: -235px 0
    }

    .ipad-patient-disclaimer {
        display: block
    }
}

@media(max-width:767px) {
    .patient-identification .heroComponent {
        background-position: 0 32px;
        background-size: contain
    }
}

.important-information {
    width: 960px;
    margin: auto
}

.patient-identification .patient-hero .important-information p, .patient-identification .patient-hero .important-information ul li {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 22px;
    color: white
}

    .patient-identification .patient-hero .important-information p strong {
        margin-bottom: 11px;
        display: block
    }

.patient-identification .patient-hero .rteComponent ~ .rteComponent ul {
    padding-left: 20px
}

@media(max-width:767px) {
    .important-information {
        width: 100%
    }

    .patient-identification .patient-hero .important-information p {
        font-size: 18px;
        line-height: 18px
    }
}

.savings-card .savings-card-form-section .savings-step.step-2 .savings-step-fields label, .savings-card .savings-step-fields .consent {
    color: #000
}

.pink-bg h2, .green-bg h2 {
    color: #000
}

@media screen and (max-width:767px) {
    .how-it-works .cic-bowel-text h3 {
        padding-top: 0
    }
}

@media(min-width:767px) and (max-width:991px) {
    .getting-started .ready-to-go-si {
        width: 53%
    }
}

.getting-started .ready-to-go-header h2 {
    font-weight: 300
}

.getting-started .heroComponent .motegrity-hero-video .html5video {
    position: relative;
    top: 0;
    right: 25%
}

.getting-started .heroComponent .motegrity-hero-text {
    padding-top: 49px
}

.getting-started .heroComponent .motegrity-hero-video .html5video video {
    width: 100%
}

.getting-started .purple-bg + .rteComponent + .rteComponent h2 {
    margin: 5px 29%;
    font-size: 40px
}

.getting-started .video-thumbnail + .rteComponent + .rteComponent + .container {
    margin-top: -50px
}

.getting-started .purple-bg .html5video video {
    margin-left: 0;
    width: 120%
}

.getting-started .video-thumbnail .ready-to-go-image-section .html5video {
    overflow: hidden
}

.savings-card .savings-card-id .sleek-text input {
    font-size: 18px;
    line-height: 18px
}

@media(max-width:767px) and (min-width:320px) {
    .savings-support .green-bg {
        padding-bottom: 0
    }

    .savings-support .motegrity-help .buttonComponent {
        margin: 30px auto 0;
        text-align: center
    }

        .savings-support .motegrity-help .buttonComponent a {
            font-weight: 900
        }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .savings-card .savings-terms-conditins p {
        padding-right: 15px
    }

    .savings-card .isiwrapper.isiwrapper-fixed p {
        padding-right: 15px
    }

    .savings-card .isiwrapper.isiwrapper-fixed ul li {
        padding-right: 30px
    }

    .savings-card .motegrity-savings .sign-up-text h2 span.visible-lg.visible-md {
        display: block !important
    }
}

.getting-started .accordion, .getting-started .accordion ul {
    margin-bottom: 0
}

    .getting-started .accordion .accordionHeader {
        padding: 13px 60px 14px 30px
    }

.prev-next-component li.prev a span, .prev-next-component li.next a span {
    font-weight: 400
}

@media only screen and (max-width:767px) {
    .getting-started .ready-to-go-first-text .rteComponent {
        padding-left: 30px;
        padding-right: 30px
    }

    .getting-started .ready-to-go-second-text .rteComponent {
        padding-left: 30px;
        padding-right: 30px
    }

    .getting-started .ready-to-go-third-text .rteComponent {
        padding-left: 30px;
        padding-right: 30px
    }

    .getting-started .ready-to-go-fifth-text .rteComponent {
        padding-left: 30px;
        padding-right: 30px
    }

    .getting-started .ready-to-go-first-image img, .getting-started .ready-to-go-second-image img, .getting-started .ready-to-go-third-image img, .getting-started .ready-to-go-fourth-image img, .getting-started .ready-to-go-fifth-image img {
        margin-bottom: 25px;
        margin-top: 35px
    }

    .getting-started .ready-to-go-si .rteComponent {
        margin-top: 35px
    }

    .getting-started .ready-to-go-image-section .rteComponent p strong {
        font-size: 16px;
        line-height: 25px
    }

    .getting-started .video-thumbnail .ready-to-go-image-section .html5video video {
        transform: translateX(-8%) translateY(0);
        -webkit-transform: translateX(-8%) translateY(0);
        -moz-transform: translateX(-8%) translateY(0);
        -ms-transform: translateX(-8%) translateY(0);
        -o-transform: translateX(-8%) translateY(0)
    }

    .getting-started .purple-bg .ready-to-go-image-section .html5video video {
        width: 110%
    }

    .getting-started .ready-to-go-image-section .rteComponent:first-child {
        position: relative;
        left: calc(50% - 250px);
        top: -40px
    }

    .getting-started .ready-to-go-image-section .html5video + .rteComponent {
        left: calc(50% - 100px);
        top: 40px
    }

    .header-menu.headerbg {
        padding-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .footer ul li {
        padding-right: 5px !important
    }

    .footer > .container.footer-align:nth-child(1) {
        margin-bottom: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .foot-tab-support .mobile-wrapper h3 {
        white-space: normal
    }
}

.getting-started .purple-bg + .rteComponent + .rteComponent h2 {
    margin: 5px 25%;
    line-height: 46px;
    font-family: SourceSans,Arial,sans-serif;
    color: #000
}

@media only screen and (max-width:767px) {
    .how-it-works .ready-one .number-one .imgLinkComponent .img-responsive {
        top: 235px
    }

    .how-it-works .ready-one .text-one {
        top: 10px
    }

    .how-it-works .colon-muscle {
        margin-top: 20px
    }
}

.mainNav .main-nav ul li:nth-child(3) ul li {
    padding-left: 15px
}

.header-menu .container.mainNav .main-nav ul li:nth-child(3) ul {
    left: 248px
}

.mainNav .main-nav ul li:nth-child(5).active:after {
    width: 70px !important
}

@media(max-width:767px) and (min-width:320px) {
    .how-it-works .cic-risk-factors .imgLeft .imgWrapper {
        order: 1
    }

    .how-it-works .cic-risk-factors .imgLeft .description {
        order: 2
    }

    .how-it-works .cic-risk-factors > div:nth-child(1) .description h4 {
        position: relative;
        top: -110px;
        left: 8px
    }

    .how-it-works .cic-risk-factors > div:nth-child(2) .description h4 {
        position: relative;
        top: -87px;
        left: 7px
    }

    .how-it-works .cic-risk-factors > div:nth-child(3) .description h4 {
        position: relative;
        top: -111px;
        left: 5px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(1) .imgWrapper img {
        width: 42px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(2) .imgWrapper img {
        position: relative;
        top: 12px;
        width: 64px
    }

    .how-it-works .cic-risk-factors .imgLeft:nth-child(3) .imgWrapper img {
        position: relative;
        top: 2px;
        width: 55px
    }

    .how-it-works .cic-risk-factors > div:nth-child(1) .description p {
        margin-top: -11px
    }

    .how-it-works .cic-risk-factors > div:nth-child(2) .description p {
        margin-top: 28px
    }

    .how-it-works .cic-risk-factors > div:nth-child(3) .description p {
        margin-top: -14px
    }
}

.what-to-expect .pink-bg .rteComponent p {
    line-height: 22px;
    margin-bottom: 18px
}

.what-to-expect .daily-dosage .busy-scedule-text ul li {
    list-style: none;
    padding-left: 10px
}

.what-to-expect .daily-dosing-wrap .busy-shcedule-text .rteComponent, .what-to-expect .daily-dosage .busy-scedule-text .rteComponent {
    padding-right: 14%
}

.what-to-expect .daily-dosage .busy-scedule-text li:before {
    content: "\2022";
    position: relative;
    right: 8px;
    color: #53565a
}

.what-to-expect .purple-bg .html5video video {
    margin: -15px 0
}

.what-to-expect .purple-bg .cta-purple .html5video {
    overflow: hidden
}

.what-to-expect .purple-bg .cta-purple .rteComponent p {
    left: calc(50% - 212px);
    top: 45px
}

.what-to-expect .purple-bg .cta-purple p {
    left: calc(50% + 70px);
    top: 210px
}

.index .towards-savings-text p .size14 {
    font-size: 14px
}

.wos-firefox-browser .firefox-bg {
    background: #7f64ac
}

.modal#isitop .modal-content .content h2:nth-child(1) {
    text-transform: uppercase;
    color: #00c7b1
}

.what-to-expect .purple-bg {
    height: 100%
}

@media(max-width:767px) and (min-width:320px) {
    .what-to-expect .heroComponent::after {
        display: none
    }

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        top: 12px;
        left: calc(50% - 119px)
    }

    .what-to-expect .purple-bg .cta-purple .buttonComponent {
        bottom: 22px
    }

    .what-to-expect .purple-bg .cta-purple p {
        left: calc(50% + 42px);
        top: 86px
    }

    .what-to-expect .daily-dosage .busy-scedule-text p {
        margin-bottom: 15px
    }

    .what-to-expect .daily-dosage .busy-scedule-text li:before {
        left: -8px
    }

    .what-to-expect .motigrity-cic .cic-relief-sub-left-text {
        padding-bottom: 30px
    }

    .what-to-expect .pink-bg .possible-side-effects-image .imgLinkComponent {
        margin-top: 30px
    }

    .what-to-expect .pink-bg {
        padding-bottom: 20px
    }

    .what-to-expect .purple-bg .buttonComponent a::after {
        margin-left: 0;
        height: 10px;
        background-size: 60%
    }

    .what-to-expect .daily-dosing-wrap {
        padding-top: 20px
    }

    .what-to-expect .heroComponent .hero-video .html5video {
        position: relative;
        width: 340px;
        top: 20px;
        left: -88px;
        margin-bottom: 5px;
        min-height: 220px
    }

        .what-to-expect .heroComponent .hero-video .html5video video {
            width: 100%;
            height: 100%
        }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        top: 100%;
        left: 25px;
        font-size: 12px
    }

    .what-to-expect .heroComponent .hero-mobile-text p {
        font-size: 13px;
        color: #53565a
    }
}

.getting-started .purple-bg .html5video video {
    width: 105%
}

.how-it-works .ready-one .text-one p + p, .how-it-works .how-itworks-move .move-three p + p {
    width: 92%
}

.how-it-works .video-hero {
    left: calc(25% - 322px)
}

.how-it-works .purple-bg .html5video {
    overflow: hidden
}

    .how-it-works .purple-bg .html5video video {
        margin-top: -15px;
        margin-bottom: -15px
    }

.how-it-works .purple-bg p {
    left: calc(50% - 215px);
    top: 48px
}

.section-toggler p {
    margin: 0
}

.secondary-nav li.is-current a, .secondary-nav li.is-current a:focus {
    text-decoration: underline
}

.savings-card .savings-card-id .sleek-text input {
    line-height: normal
}

.savings-support .heroComponent .hero-color .html5video {
    width: 700px;
    position: relative;
    right: 25%;
    top: -32px
}

    .savings-support .heroComponent .hero-color .html5video video {
        width: 100%
    }

.savings-support .heroComponent .hero-color {
    padding-top: 35px
}

.how-it-works .heroComponent .hero-text p:last-child {
    font-size: 16px;
    line-height: 1.2
}

@media(max-width:767px) and (min-width:320px) {
    .savings-support .motegrity-help .buttonComponent a {
        font-weight: 700;
        line-height: 46px;
        padding: 0 42px
    }

    .how-it-works .cic-risk-factor .cic-risk-factors {
        padding-left: 0
    }

    .how-it-works .cic-risk-factors-text p:last-child {
        padding-bottom: 30px
    }

    .how-it-works .heroComponent .hero-text p:last-child {
        font-size: 13px
    }

    .how-it-works .heroComponent .html5video {
        width: 500px;
        top: 30px;
        left: 169%
    }

        .how-it-works .heroComponent .html5video #videoElementVar-2075546715 {
            width: 100%
        }

    .savings-support .heroComponent .hero-color .html5video {
        width: 450px;
        position: relative;
        right: 15%;
        top: -32px
    }

    .what-to-expect .heroComponent {
        margin-top: 145px
    }
}

.what-to-expect .hero-video .html5video {
    width: 700px;
    position: relative;
    right: 40%
}

    .what-to-expect .hero-video .html5video video {
        width: 100%
    }

.what-to-expect .heroComponent .hero-text p {
    margin-bottom: 0
}

.what-to-expect .heroComponent .hero-text .rteComponent p:last-child {
    font-size: 16px;
    line-height: 1.2;
    padding-right: 20px
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .savings-card .motegrity-savings .savings-right-img .img-responsive {
        margin-bottom: 0;
        max-width: 430px;
        left: 90px
    }

    .savings-card .sign-up-text div:last-child p {
        top: 45px;
        line-height: 26px
    }

    .savings-card.ipad .savings-terms-conditins p {
        padding-right: 30px
    }

    .savings-card.ipad .isiwrapper .content h2:first-of-type {
        color: #00c7b1
    }

    .safari-browser.savings-support.ipad .heroComponent .hero-color .html5video {
        top: 0
    }

    .savings-support-thank-you .container.savings-registration, .savings-support-thank-you .container.savings-activation {
        padding: 0
    }

    .savings-support-thank-you .savings-registration .heroComponent {
        margin-left: 0;
        margin-right: 0;
        margin-top: 67px
    }

    html.ipad, body.ipad {
        overflow-x: hidden;
        overflow-y: auto
    }

    .safari-browser .sitemap {
        margin-left: 0;
        margin-right: 0
    }

    .safari-browser .footer {
        margin-left: 0;
        margin-right: 0
    }
}

@media(min-width:991px) and (max-width:1023px) {
    .savings-card .sign-up-text div:last-child p {
        top: 0
    }
}

.header-menu.headerbg .mainNav .main-nav ul ul {
    left: 0
}

.header-menu.headerbg .mainNav .main-nav ul li ul li {
    margin: 0 10px !important
}

.mainNav .main-nav ul li ul li:hover:after {
    background: 0
}

.header-menu.headerbg .mainNav .main-nav ul li:nth-child(3) ul li {
    padding-left: 0;
    padding-right: 0
}

.getting-started .ready-to-go-fourth-text .rteComponent {
    padding-left: 30px;
    padding-right: 40px
}

@media only screen and (max-width:767px) {
    .sitemap {
        margin-right: 0
    }

    .dummy {
        height: 0 !important
    }

    .how-it-works .heroComponent .video-hero .html5video {
        left: 55px;
        width: 382px;
        top: 135px
    }

    .how-it-works .heroComponent {
        margin-top: 145px;
        padding-bottom: 0
    }

        .how-it-works .heroComponent .video-hero .html5video #videoElementVar-2075546715 {
            left: 0
        }

        .how-it-works .heroComponent .video-hero .html5video video {
            margin-top: 0
        }

    .how-it-works .section-HowItWorks .video-hero {
        left: 0;
        width: 100%
    }

    .how-it-works .section-HowItWorks {
        height: 350px
    }

        .how-it-works .section-HowItWorks .video-hero div:last-child {
            top: 115px;
            left: calc(60% - 160px)
        }

    .how-it-works .greybg-Dx.section-MotegrityMoves {
        padding-top: 20px
    }

    .how-it-works .greybg-Dx.moves-wrapper {
        padding-top: 20px
    }

        .how-it-works .greybg-Dx.moves-wrapper .muscle-movement {
            padding-left: 0;
            padding-right: 0
        }

    .how-it-works .set-two .text-two .imgLinkComponent .img-responsive {
        left: calc(50% - 145px)
    }

    .how-it-works .move-three.aos-init .text-three {
        top: auto
    }

    .how-it-works.ipad .purple-bg .rteComponent {
        top: 25px
    }

    .how-it-works .why-colon-musle .colon-muscle {
        padding: 0
    }

    .how-it-works .why-colon-muscle .bowel-movements .cic-bowel-text {
        padding: 0
    }

    .how-it-works .why-colon-muscle .colon-muscle h2 {
        line-height: 24px;
        margin-bottom: 30px
    }

    .how-it-works .section-WhyColonMuscle .text-btn-cta .container {
        margin: 0 -45px
    }

    .how-it-works .about-cic .cic-risk-factor {
        padding: 0 15px 0
    }

    .how-it-works .cic-risk-factors .imgTitleDescComponent .description p {
        width: 86px;
        position: relative;
        left: 10px
    }
}

.how-it-works .move-three .text-three h5 + p {
    padding-right: 30px
}

.how-it-works .how-itworks-move .move-three p + p {
    width: 100%;
    max-width: 75%
}

.mainNav .main-nav .navbar ul li {
    margin: 0 25px
}

.mainNav .main-nav ul li.active.current::after {
    bottom: 3px !important
}

.mainNav .main-nav ul ul {
    margin-top: -3px
}

.mainNav .main-nav .navbar ul li:hover:after {
    bottom: 3px
}

.how-it-works .greybg-Dx.you-should-know {
    padding-top: 50px
}

.how-it-works .section-HowItWorks .video-hero {
    left: calc(25% - 263px)
}

.already-taking-motegrity .welcome-hero {
    background: #e4dce9;
    position: relative;
    padding-bottom: 0;
    overflow: hidden;
    margin-top: 0;
    padding-top: 115px;
    height: auto
}

@media(min-width:768px) {
    .modal#footer .modal-content .content h2 {
        font-size: 30px;
        line-height: 36px;
        color: #242527;
        margin-top: 0;
        margin-bottom: 45px
    }

    .already-taking-motegrity .welcome-hero {
        height: 500px;
        padding-top: 0;
        margin-top: 95px
    }
}

@media(min-width:992px) {
    .already-taking-motegrity .welcome-hero {
        margin-top: 115px
    }
}

@media(min-width:768px) {
    .already-taking-motegrity .welcome-hero img {
        margin-left: 50px;
        margin-top: 25px
    }
}

.already-taking-motegrity .welcome-hero h2 {
    font-weight: 700;
    color: #242527;
    letter-spacing: .5px;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 12px;
    font-family: SourceSans,Arial,sans-serif
}

@media(min-width:768px) {
    .already-taking-motegrity .welcome-hero h2 {
        font-size: 34px;
        line-height: 38px;
        margin: 35px 0 10px
    }
}

@media(min-width:992px) {
    .already-taking-motegrity .welcome-hero h2 {
        font-size: 40px;
        line-height: 46px
    }

    .how-it-works .heroComponent .video-hero .html5video video {
        min-height: 385px
    }

    .how-it-works .hero-text {
        min-height: 400px
    }

    .what-to-expect .hero-video .html5video video {
        width: 100%;
        min-height: 400px
    }

    .getting-started .heroComponent .motegrity-hero-video .html5video video {
        min-height: 400px
    }

    .savings-support .heroComponent .hero-color .html5video video {
        min-height: 395px
    }

    .index .html5video video {
        min-height: 480px
    }
}

.already-taking-motegrity .welcome-hero p {
    color: #242527;
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 18px;
    margin: 12px 0 30px
}

@media(min-width:768px) {
    .already-taking-motegrity .welcome-hero p {
        margin: 15px 0 30px;
        font-size: 20px;
        line-height: 26px
    }
}

@media(min-width:992px) {
    .already-taking-motegrity .welcome-hero p {
        font-size: 22px;
        line-height: 30px
    }
}

.already-taking-motegrity .welcome-hero .buttonComponent {
    display: inline-block;
    margin-right: 5px
}

@media(min-width:768px) {
    .already-taking-motegrity .welcome-hero .buttonComponent {
        margin-right: 5px
    }
}

.already-taking-motegrity .welcome-hero .buttonComponent a {
    background: #00c7b1;
    color: #fff
}

    .already-taking-motegrity .welcome-hero .buttonComponent a:hover {
        background: #fff;
        color: #00c7b1 !important
    }

.already-taking-motegrity .welcome-hero .actor-footnote {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    font-style: italic;
    color: #242527;
    white-space: nowrap
}

@media(max-width:767px) {
    .already-taking-motegrity .welcome-hero .actor-footnote {
        left: 15px;
        bottom: 10px;
        font-size: 12px;
        line-height: 12px
    }
}

.already-taking-motegrity .sitemap {
    margin-top: 30px
}

@media(max-width:767px) {
    .already-taking-motegrity .welcome-hero .buttonComponent a {
        font-weight: bold;
        padding: 11.5px 21px
    }

    .already-taking-motegrity .welcome-hero .imgLinkComponent {
        margin-top: 25px
    }

    .already-taking-motegrity .sitemap .buttonComponent a {
        line-height: 15px;
        padding: 13px 25px
    }
}

@media(min-width:992px) {
    .already-taking-motegrity .hero-divider {
        margin: 16px 0
    }

    .already-taking-motegrity .welcome-hero .buttonComponent a {
        padding: 10px 28px
    }

    .already-taking-motegrity .welcome-hero .actor-footnote {
        bottom: 4px;
        left: 0;
        font-size: 13px
    }
}

.already-taking-motegrity .sitemap {
    margin-top: 30px
}

@media(max-width:767px) {
    .already-taking-motegrity .welcome-hero .buttonComponent a {
        font-weight: bold;
        padding: 11.5px 21px
    }

    .already-taking-motegrity .welcome-hero .imgLinkComponent {
        margin-top: 25px
    }

    .already-taking-motegrity .sitemap .buttonComponent a {
        line-height: 15px;
        padding: 13px 25px
    }
}

@media(min-width:992px) {
    .already-taking-motegrity .hero-divider {
        margin: 16px 0
    }

    .already-taking-motegrity .welcome-hero .buttonComponent a {
        padding: 10px 28px
    }

    .already-taking-motegrity .welcome-hero .actor-footnote {
        bottom: 33px;
        left: 1px;
        font-size: 13px
    }
}

@media screen and (min-width:992px) {
    .how-it-works .heroComponent .hero-text h2 {
        margin-top: 35px
    }

    .how-it-works .hero-divider {
        margin: 15px 0
    }

    .how-it-works .heroComponent .hero-text p:last-child {
        margin-top: 18px
    }

    .how-it-works .actor-footnote {
        margin-top: -15px
    }
}

@media screen and (min-width:1025px) {
    .index .motegrity-home .html5video {
        margin-left: 50px;
        margin-top: -70px
    }

    .index .actor-portrayal p {
        left: 264px;
        bottom: 93px;
        line-height: 14px;
        color: #242527
    }

    .index .hero-move-text p {
        left: 37px
    }

    .hero-move-text {
        margin-left: -21px
    }

    .index .scroll-down-component.position-bottom {
        bottom: 240px
    }

    .index .hero-move-text .buttonComponent {
        left: 30px;
        top: -53px
    }

    .hero-move-text .rteComponent p:last-child {
        bottom: 64px;
        font-size: 16px;
        padding-right: 20px
    }

    .index .select-isi-text {
        padding-top: 23px;
        padding-left: 3px
    }

    .what-to-expect .heroComponent .hero-text h2 {
        margin-top: 84px
    }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        top: 370px;
        left: 58px;
        line-height: 14px;
        color: #242527
    }

    .how-it-works .heroComponent .video-hero .rteComponent p {
        line-height: 14px;
        color: #242527
    }

    .getting-started .heroComponent .motegrity-hero-text h2 {
        margin-top: 30px
    }

    .getting-started .hero-divider {
        margin: 15px 0
    }

    .getting-started .heroComponent .motegrity-hero-video p {
        bottom: 16px;
        left: -19px
    }
}

.prev-next-component li a[disabled] {
    pointer-events: none
}

@media screen and (max-width:767px) {
    .mainNav .main-nav .navbar > ul > li > a {
        margin-right: 30px
    }
}

@media screen and (min-width:1025px) {
    .index .html5video video {
        width: auto;
        margin-top: 40px;
        margin-left: -26px
    }
}

@media screen and (max-width:767px) {
    .how-it-works .purple-bg .rteComponent p {
        margin-top: 0
    }
}

@media screen and (max-width:767px) {
    .mainNav .main-nav ul li.is-current > a {
        color: #471d7c;
        font-weight: bold
    }
}

@media screen and (max-width:1024px) {
    .savings-card .sleek-text.not-empty input.dob.dob-D, .savings-card .sleek-text.not-empty input.dob.dob-M {
        width: 25px
    }

    .savings-card .sleek-text.not-empty input.dob.dob-D, .savings-card .sleek-text.not-empty input.dob.dob-M {
        text-align: center
    }

    .savings-card .sleek-text.not-empty .date-field span {
        margin: 0
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .savings-card .savings-card-id .offset-md-1 {
        padding-right: 0;
        text-align: right
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .what-to-expect .section-WhatToExpect {
        overflow: hidden
    }

    .prev-next-component {
        border-image: linear-gradient(to left,#fff 23%,#aaa,#fff 75%) 1
    }
}

@media screen and (max-width:768px) {
    .daily-dosing-wrap .rteComponent h2 {
        font-size: 20px;
        line-height: 24px
    }

    .section-DailyDosing > .container {
        padding: 0
    }
}

@media(min-width:576px) and (max-width:767px) {
    .what-to-expect .hero-mobile-text {
        margin-left: 50%;
        width: 50%
    }
}

@media(min-width:660px) and (max-width:767px) {
    .what-to-expect .purple-bg .cta-purple p {
        top: 140px
    }

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        top: 32px;
        left: 98px
    }

    .what-to-expect .heroComponent .hero-video .html5video {
        left: -160px
    }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        left: -50px
    }
}

.how-it-works .heroComponent .hero-text p {
    color: #242527
}

    .how-it-works .heroComponent .hero-text p:last-child {
        color: #53565a
    }

.getting-started .getting-started-faq .rteComponent h2 {
    color: #000
}

.how-it-works .greybg-Dx h2 {
    color: #000
}

.how-it-works .ready-one .text-one h5, .how-it-works .set-two h5, .how-it-works .move-three .text-three h5 {
    color: #000
}

.savings-card .motegrity-savings .sign-up-text h2 {
    color: #242527
}

.savings-card .savings-terms-conditins p {
    color: #53565a
}

.savings-card .savings-terms-conditins span.size22 {
    color: #242527
}

@media(min-width:1025px) {
    .getting-started .ready-to-go-header h2 {
        padding-bottom: 50px;
        color: #000
    }

    .getting-started .ready-to-go-header {
        padding-bottom: 10px
    }

    .getting-started .ready-to-go-image-section .rteComponent:first-child p {
        top: 100px;
        right: calc(50% + -150px)
    }

    .getting-started .purple-bg {
        padding-bottom: 30px
    }

        .getting-started .purple-bg .buttonComponent {
            bottom: 50px
        }

    .getting-started .video-thumbnail .ready-to-go-image-section .rteComponent p {
        bottom: 5px
    }

    .how-it-works .prokinetic .prokinetic-text p + p {
        line-height: 30px
    }

    .how-it-works .why-colon-muscle p {
        line-height: 22px
    }

    .savings-card .sign-up-text .hero-divider {
        margin-top: 0;
        margin-bottom: 10px
    }

    .savings-card .motegrity-savings .sign-up-text h2 {
        margin-bottom: 15px
    }

    .savings-card .motegrity-savings .sign-up-text p + p {
        line-height: 20px
    }

    .savings-card .savings-card-form-section .savings-step.step-1 .savings-step-fields .input-text {
        color: #000;
        font-size: 16px;
        line-height: 18px
    }

    .savings-card .error.error-color.error-eligible {
        line-height: 15px
    }

    .savings-card .savings-card-form-section .savings-step.step-1 .savings-step-fields .savings-card-id .input-text {
        line-height: 21px
    }

    .savings-card .error.error-color.error-eligible {
        line-height: 15px
    }
}

@media only screen and (max-width:767px) {
    .getting-started .ready-to-go-image-section .rteComponent:first-child p {
        top: 85px;
        right: calc(50% + -57px)
    }

    .getting-started .purple-bg .ready-to-go-image-section .html5video video {
        width: 115%
    }

    .getting-started .video-thumbnail .ready-to-go-image-section .rteComponent p {
        padding: 0 10px
    }
}

@media screen and (min-width:1025px) {
    .pink-bg p .size14 {
        line-height: 16px
    }
}

@media(max-width:991px) and (min-width:768px) {
    .index .hero-move-text .rteComponent p:last-child {
        bottom: 15px
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .index .hero-move-text .rteComponent p:last-child {
        font-size: 16px;
        line-height: 19px;
        bottom: 69px;
    }

    .index .hero-move-text .buttonComponent a {
        line-height: 20px;
        padding: 13px 24px
    }

    .index .on-the-move .buttonComponent a, .index .pink-bg .towards-savings-text .buttonComponent a {
        line-height: 20px;
        padding: 13px 24px 13px 30px
    }

    .green-bg p .size14 {
        line-height: 16px
    }

    .isiwrapper h3, .isiwrapper h5 {
        line-height: 22px
    }

    .footer-savings-button .buttonComponent a {
        line-height: 20px
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .index .hero-move-text .rteComponent p:last-child {
        bottom: 60px
    }
}

.isiwrapper h3 {
    line-height: 22px
}

.how-it-works .cic-risk-factors-text p:last-child {
    line-height: 20px
}

.index .pink-bg p .size14 {
    line-height: 16px
}

@media(min-width:1025px) {
    .getting-started .ready-to-go-image-section .html5video + .rteComponent {
        bottom: 111px
    }
}

@media(min-width:320px) and (max-width:767px) {
    .how-it-works .prokinetic .prokinetic-text p {
        line-height: 18px
    }

    .how-it-works .video-hero div:last-child {
        color: #333
    }

    .how-it-works .why-colon-muscle p strong {
        line-height: 18px
    }

    .how-it-works .muscle-movement-text div:last-child span {
        line-height: 26px
    }

    .how-it-works .ready-one .text-one h5, .how-it-works .set-two h5, .how-it-works .move-three .text-three h5 {
        line-height: 24px
    }

    .what-to-expect .heroComponent .hero-text p {
        color: #242527
    }

    .what-to-expect .heroComponent .hero-mobile-text p {
        line-height: 16px;
        margin-bottom: 20px
    }

    .what-to-expect .hero-mobile-text {
        position: relative;
        z-index: 1
    }

    .what-to-expect .greybg-Dx .cic-relief-right .rteComponent ul li {
        color: #53565a
    }

    .what-to-expect .pink-bg .rteComponent p {
        line-height: 18px
    }

    .what-to-expect .purple-bg .cta-purple p {
        top: 105px
    }

    .what-to-expect .daily-dosing-wrap .rteComponent h2 {
        color: #000
    }
}

@media screen and (min-width:1025px) {
    .prev-next-component li.prev a {
        padding-right: 57px
    }

        .prev-next-component li.prev a::before {
            right: 17px
        }

    .prev-next-component li {
        padding-left: 0
    }

    .prev-next-component ul {
        height: 75px
    }

    .prev-next-component {
        margin: 58px 0
    }

    .isiwrapper h3 {
        margin-top: 13px
    }

    .isiwrapper h5 {
        margin-top: 20px
    }

    .sitemap .motegrity-stemap + div + div {
        padding-left: 28px
    }

        .sitemap .motegrity-stemap + div + div + div {
            padding-left: 40px
        }

    .sitemap .foot-tab-support {
        padding-left: 55px
    }

    .footer {
        padding: 37px 0
    }

        .footer ul li {
            padding-right: 60px
        }

    .not-found .sitemap {
        margin-top: 20px
    }

    .savings-support .heroComponent .hero-color .html5video {
        right: 35%
    }

    .savings-support .right-hero {
        padding-top: 25px
    }

    .savings-support .hero-color .html5video + .rteComponent p {
        padding-right: 124px;
        top: -60px;
        margin-bottom: 0
    }

    .saving-supp-ban {
        max-height: 350px
    }

    .savings-support .terms p:first-child {
        margin-bottom: 18px
    }

    .savings-support .sitemap {
        margin-top: 4px
    }

    .what-to-expect .heroComponent .hero-text {
        padding-left: 24px;
        padding-right: 0
    }

        .what-to-expect .heroComponent .hero-text h2 {
            margin-top: 79px
        }

        .what-to-expect .heroComponent .hero-text .rteComponent p:last-child {
            margin-top: 20px
        }

    .what-to-expect .heroComponent .hero-video .rteComponent p {
        top: 375px;
        left: 64px
    }

    .what-to-expect .hero-video .html5video {
        min-height: 400px
    }

    .what-to-expect .greybg-Dx {
        padding-top: 35px
    }

        .what-to-expect .greybg-Dx + .greybg-Dx + .greybg-Dx {
            padding-top: 44px
        }

        .what-to-expect .motigrity-cic .container, .what-to-expect .greybg-Dx .container {
            padding-left: 12px
        }

    .what-to-expect .cic-relief-sub-left-text {
        padding-top: 25px
    }

    .what-to-expect .motigrity-cic .cic-relief-sub-left-text {
        padding-top: 58px
    }

    .what-to-expect .greybg-Dx .cic-relief-sub-signal-image {
        margin-top: 15px
    }

    .what-to-expect .possible-side-effects-image.gif {
        padding-left: 23px
    }

    .what-to-expect .possible-side-effects-text {
        padding-left: 23px;
        padding-right: 4px
    }

    .what-to-expect .purple-bg .cta-purple .html5video {
        width: 678px
    }

    .what-to-expect .purple-bg .cta-purple {
        margin-top: 33px
    }

        .what-to-expect .purple-bg .cta-purple .rteComponent p {
            left: calc(50% - 230px);
            top: 55px
        }

    .what-to-expect .daily-dosing-wrap {
        padding: 40px 0 0
    }

        .what-to-expect .daily-dosing-wrap .container {
            padding-left: 10px
        }

        .what-to-expect .daily-dosing-wrap h4 {
            margin-top: 0
        }

    .what-to-expect .once-daily-dosing {
        bottom: 101px;
        left: -6px
    }

    .what-to-expect .daily-dosage .busy-scedule-text h4 {
        margin-top: 0
    }

    .what-to-expect .busy-scedule-text {
        padding-left: 10px
    }

    .what-to-expect .section-DailyDosing {
        padding-bottom: 65px
    }

    .what-to-expect .isiwrapper .container {
        padding-left: 24px
    }

    .what-to-expect .isiwrapper h2:first-of-type {
        margin-bottom: 15px
    }

    .what-to-expect .sitemap {
        padding-left: 50px
    }

    .what-to-expect .footer {
        padding-left: 18px;
        padding-top: 33px
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .text-btn-cta .container {
        max-width: 540px !important
    }

    .what-to-expect .once-daily-dosing {
        justify-content: center
    }

    .what-to-expect .purple-bg .cta-purple .rteComponent p {
        top: 45px;
        left: 120px;
        z-index: 1;
        position: relative
    }

    .what-to-expect.ipad .purple-bg .cta-purple .html5video {
        max-width: 100%;
        width: 100%;
        margin-top: -35px
    }

    .savings-support .heroComponent .hero-color {
        padding-top: 0
    }

    .savings-support.ipad .heroComponent .hero-color .html5video {
        top: 0;
        left: 10px
    }

    .how-it-works .set-two.aos-init .number-two .rteComponent {
        position: relative;
        left: 145px
    }

    .how-it-works .section-WhyColonMuscle .text-btn-cta .container {
        margin: 0
    }

    .savings-support .hero-color .html5video + .rteComponent P {
        left: 100px
    }

    .what-to-expect .purple-bg .html5video video {
        max-width: 390px;
        width: 100%;
        margin: 0 auto
    }
}

.submission {
    color: #f0f;
    font-weight: 400;
    display: none
}

section.modal:before, .modal {
    cursor: auto
}

@media(max-width:767px) and (min-width:320px) {
    .what-to-expect .once-daily-dosing .centerAlign:nth-of-type(3) .imgWrapper img {
        max-width: 49px;
        width: 100%;
        height: 67px
    }

    .savings-support-thank-you.ipad .col-xs-12.col-sm-12.col-md-6.hero-right-text {
        width: 100%
    }

    .savings-support-thank-you .col-xs-12.col-sm-12.col-md-6.hero-right-text {
        width: 100%
    }

    .savings-support-thank-you .hero-right-text {
        width: 100% !important
    }

    body.savings-support-thank-you.ipad .container.savings-activation {
        margin-left: 0;
        margin-right: 0;
        overflow-x: hidden
    }

    .ddg-email label {
        font-size: 12px
    }

    .modal-content .form-group {
        margin-bottom: 0 !important
    }

    .modal .modal-content p {
        margin: 0 0 10px !important
    }

    .ddg-email .btn-wrap {
        padding-top: 0
    }

    .email-modal .modal .modal-content .emailtitle {
        margin-bottom: 0 !important
    }

    .mainNav .main-nav ul li:last-child:hover:after {
        width: 4% !important
    }
}

.modal#isitop .modal-content .content p a[href='#external'] {
    color: #53565a
}

.main-nav .navbar ul li:nth-child(4) ul {
    min-width: 100px
}

.background-video-motegrity {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    max-width: unset;
    width: auto;
    height: 100%;
    overflow: hidden
}

    .background-video-motegrity .html5video {
        width: auto !important;
        top: 0 !important;
        right: 0;
        max-width: unset !important;
        left: 0 !important;
        height: 100%
    }

    .background-video-motegrity .col-md-12 {
        padding: 0
    }

    .background-video-motegrity .html5video video {
        width: 100%
    }

.section-HowItWorks, .section-WhatToExpect, .section-GettingStarted {
    position: relative;
    z-index: 2
}

.savings-support .heroComponent {
    position: relative;
    overflow: hidden
}

.heroComponent .hero-color {
    position: relative;
    z-index: 2
}

.ie-browser .heroComponent .hero-color {
    background: #d5cde2
}

.ie-browser .section-HowItWorks, .ie-browser .section-WhatToExpect, .ie-browser .section-GettingStarted {
    background: #e5dbeb
}

.cta-move-video {
    width: 100%;
    position: relative;
    z-index: 2
}

.cta-move-video-bg {
    clear: both;
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    width: auto;
    top: 0;
    padding: 0
}

    .cta-move-video-bg video {
        width: 100% !important
    }

.safari-browser .purple-bg.safari-bg {
    background: #8669b0
}

.ios-chrome-browser .purplr-bg.ios-chrome-bg {
    background: #8869b3
}

.ios-chrome-browser.what-to-expect.heroComponent {
    background: #e8e0ed
}

.savings-support-thank-you .heroComponent .hero-img-left .imgLinkComponent img {
    left: -51px;
    max-width: 356px
}

.savings-support-thank-you .heroComponent .hero-divider {
    margin: 25px 0 14px
}

.savings-support-thank-you .hero-right-text .buttonComponent + .rteComponent p {
    font-size: 18px;
    line-height: 24px
}

    .savings-support-thank-you .hero-right-text .buttonComponent + .rteComponent p:first-child {
        margin-bottom: 19px !important
    }

body.savings-support-thank-you {
    padding: 40px 0 0
}

.savings-support-thank-you .sitemap {
    margin-left: 0;
    margin-right: 0
}

.savings-support-thank-you .footer {
    margin-left: 0;
    margin-right: 0
}

.savings-support-thank-you .rteComponent h1 {
    line-height: 42px;
    margin: 0 0 25px
}

.savings-support-thank-you .hero-right-text .rteComponent p:first-child {
    color: #242527
}

.savings-support-thank-you .hero-right-text .rteComponent {
    line-height: 24px;
    color: #242527
}

.savings-support-thank-you .hero-right-text .buttonComponent a {
    padding-top: 0;
    padding-left: 30px;
    padding-right: 29px;
    margin-top: 3px;
    font-size: 16px;
    text-transform: uppercase;
    FONT-WEIGHT: 500
}

.savings-support-thank-you .hero-right-text .buttonComponent {
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 5px
}

.savings-support-thank-you .hero-right-text .size14 {
    padding-bottom: 10px;
    padding-top: 8px
}

.savings-support-thank-you {
    left: 0
}

    .savings-support-thank-you .heroComponent {
        margin-left: 0;
        margin-right: 0
    }

@media only screen and (max-width:1199px) {
    .savings-support-thank-you .heroComponent .hero-img-left .imgLinkComponent img {
        left: -15px
    }
}

@media only screen and (max-width:991px) {
    .savings-support-thank-you .heroComponent .col-md-7.hero-right-text {
        padding-left: 15px
    }
}

@media only screen and (max-width:767px) {
    .savings-support-thank-you .heroComponent .hero-img-left .imgLinkComponent img {
        left: 0;
        margin-top: 0;
        max-width: 320px;
        width: 100%
    }

    .savings-support-thank-you .hero-img-left {
        width: 355px;
        padding-left: 0
    }

    .savings-support-thank-you .hero-img-left {
        padding-top: 32px;
        padding-bottom: 8px
    }

    .savings-support-thank-you .rteComponent h1 {
        line-height: 21px;
        margin: 0
    }

    .savings-support-thank-you .heroComponent .hero-divider {
        margin: 13px 0
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        font-size: 18px;
        line-height: 22px
    }

    .savings-support-thank-you .hero-right-text .rteComponent {
        line-height: 18px
    }

    .savings-support-thank-you .hero-right-text .buttonComponent a {
        line-height: 34px;
        height: 40px
    }

    .savings-support-thank-you .hero-right-text .rteComponent p:first-child {
        margin-bottom: 9px
    }

    .savings-support-thank-you .hero-right-text .buttonComponent + .rteComponent p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 10px
    }

        .savings-support-thank-you .hero-right-text .buttonComponent + .rteComponent p:first-child {
            margin-bottom: 11px !important
        }

    .savings-support-thank-you .hero-right-text .buttonComponent {
        margin-bottom: 16px
    }

    .savings-support-thank-you .heroComponent {
        margin-top: 0
    }

    .savings-support-thank-you .hero-right-text .rteComponent .size14 {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 10px;
        padding-top: 8px
    }

    .container.savings-registration {
        padding: 0
    }

        .container.savings-registration > .row {
            margin: 0
        }

            .container.savings-registration > .row > div {
                padding: 0
            }

    .savings-support-thank-you .rteComponent p:last-child {
        padding-top: 5px
    }
}

@media only screen and (min-device-width:360px) and (max-device-width:374px) {
    .index.ios-chrome-browser .heroComponent {
        background-color: #e2dae7
    }

    .ios-chrome-browser .heroComponent {
        background-image: none
    }

    body.savings-support-thank-you.ipad .container.savings-activation {
        margin-left: 0;
        margin-right: 0;
        overflow-x: hidden
    }
}

.savings-support-thank-you .heroComponent {
    padding-top: 40px;
    padding-bottom: 20px
}

@media(min-width:768px) {
    .savings-support-thank-you .heroComponent > .container > .row {
        display: flex;
        align-items: center
    }
}

.index .hero-move-text p:nth-child(1) {
    bottom: 200px
}

.index .hero-move-text p:nth-child(2) {
    bottom: 183px
}

.index .hero-move-text p:nth-child(3) {
    bottom: 156px;
    font-size: 18px !important;
    line-height: 22px
}

.index .motegrity-home .html5video {
    margin-left: -85px
}

@media screen and (min-width:768px) {
    .mainNav .main-nav ul li:last-child:hover:after {
        width: 100%
    }
}

@media screen and (min-width:1024px) {
    .index .hero-move-text .buttonComponent a {
        width: 250px
    }
}

@media screen and (min-width:1025px) {
    .index .hero-move-text .buttonComponent {
        top: -151px
    }

        .index .hero-move-text .buttonComponent:nth-of-type(3) {
            top: -151px;
            left: 375px
        }

        .index .hero-move-text .buttonComponent a {
            width: 327px
        }

    .index .actor-portrayal p {
        left: 38px;
        text-align: right
    }

    .index .scroll-down-component.position-bottom {
        bottom: 240px
    }
}

@media(max-width:1024px) and (min-width:991px) {
    .index .heroComponent .hero-move-text .buttonComponent {
        top: -141px !important;
        left: 80px !important
    }

        .index .heroComponent .hero-move-text .buttonComponent:nth-of-type(3) {
            left: 350px !important
        }

        .index .heroComponent .hero-move-text .buttonComponent a {
            width: 250px !important;
            padding: 13px 30px
        }

    .first-component a {
        padding-bottom: 53px !important
    }
}

@media(max-width:990px) and (min-width:768px) {
    .index .heroComponent .hero-move-text .buttonComponent a {
        padding: 13px 20px
    }

    .first-component a {
        padding-bottom: 56px !important
    }
}

.index .heroComponent {
    overflow: hidden
}

#patient-information .modal-content {
    height: calc(100% - 100px);
    padding-right: 8px
}

    #patient-information .modal-content .content {
        padding-right: 10.15625vw
    }

#patient-information .modal-image-content picture img {
    max-width: 200px;
    width: 100%
}

.modal.show#patient-information .modal-content .content h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 38px;
    text-align: center
}

.modal.show#patient-information .modal-content .content .text-center {
    text-align: center
}

.modal.show#patient-information .modal-content .content .sub-heading {
    font-weight: 700;
    font-size: 18px;
    color: #471d7c;
    line-height: 23px
}

.modal.show#patient-information .modal-content .content p {
    color: #242527;
    margin-bottom: 15px
}

.modal.show#patient-information .modal-content .content .no-margin {
    margin-bottom: 0 !important
}

#patient-information.modal .modal-content .content ul {
    position: static;
    margin-bottom: 15px;
    margin-left: 25px
}

    #patient-information.modal .modal-content .content ul li {
        list-style: none;
        padding-left: 12px;
        color: #242527;
        text-indent: -5px
    }

        #patient-information.modal .modal-content .content ul li:before {
            color: #242527;
            left: -20px
        }

.modal#patient-information .modal-content .content p a {
    color: #471d7c
}

.modal#patient-information #distribution-details {
    margin-top: 40px
}

    .modal#patient-information #distribution-details p {
        font-size: 14px;
        line-height: 16px;
        color: #242527;
        margin-bottom: 0 !important
    }

        .modal#patient-information #distribution-details p span {
            float: right
        }

.modal#patient-information .modal-footer {
    padding: 25px 0 0 0
}

.modal#patient-information .side-effects {
    width: 100%;
    float: right;
    display: flex
}

    .modal#patient-information .side-effects ul:nth-child(1) {
        float: left;
        width: 240px
    }

    .modal#patient-information .side-effects ul:nth-child(2), .modal#patient-information .side-effects ul:nth-child(3), .modal#patient-information .side-effects ul:nth-child(4) {
        float: left;
        width: 120px !important
    }

@media(max-width:767px) and (min-width:320px) {
    #patient-information .modal-content {
        padding: 35px 5px 40px 30px
    }

        #patient-information .modal-content .content {
            padding-right: 40px
        }

        #patient-information .modal-content .modal-image-content picture .modal-logo {
            width: 100%;
            max-width: 108px
        }

    .modal.show#patient-information .modal-content .content h3 {
        font-size: 26px
    }

    #patient-information.modal .modal-content .content ul {
        margin-left: 12px
    }

        #patient-information.modal .modal-content .content ul li {
            font-size: 15px
        }

            #patient-information.modal .modal-content .content ul li:before {
                left: -10px
            }

    #patient-information .modal-content .modal-footer {
        flex-wrap: wrap
    }

    .modal#patient-information #distribution-details {
        margin-top: 25px
    }

        .modal#patient-information #distribution-details p span {
            display: block;
            width: 100%
        }
}

@media(max-width:860px) and (min-width:320px) {
    .modal#patient-information .side-effects {
        display: block
    }

        .modal#patient-information .side-effects ul:nth-child(1) {
            width: 100%;
            margin-bottom: 0
        }

        .modal#patient-information .side-effects ul:nth-child(2), .modal#patient-information .side-effects ul:nth-child(3), .modal#patient-information .side-effects ul:nth-child(4) {
            float: none;
            margin-bottom: 0
        }
}

.story-container {
    border-radius: 10px;
    padding: 11px 30px;
    margin: 30px 0;
    background: white
}

@media(max-width:767px) {
    .story-container {
        padding: 11px 11px
    }
}

.story-container p, .story-container h1, .story-container h2, .story-container h3, .story-container h4 {
    font-family: SourceSans,Arial,sans-serif
}

    .story-container p .primary-green, .story-container h1 .primary-green, .story-container h2 .primary-green, .story-container h3 .primary-green, .story-container h4 .primary-green {
        color: #33bcab;
        font-weight: bold
    }

    .story-container p .primary-purple, .story-container h1 .primary-purple, .story-container h2 .primary-purple, .story-container h3 .primary-purple, .story-container h4 .primary-purple {
        color: #471d7c;
        font-weight: bold
    }

.story-container .story-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer
}

@media(max-width:767px) {
    .story-container .story-header {
        flex-direction: column
    }
}

.story-container .story-header .story-header-left h1 {
    margin: 0;
    font-weight: 600
}

.story-container .story-header .story-header-left h2 {
    margin: 0;
    font-weight: 200;
    font-style: italic;
    font-size: 22px;
    line-height: 1.5
}

@media(max-width:767px) {
    .story-container .story-header .story-header-left h1 {
        font-size: 30px
    }

    .story-container .story-header .story-header-left h2 {
        font-size: 17px
    }
}

.story-container .story-header .story-header-right {
    margin-left: auto;
    display: flex;
    align-items: center
}

    .story-container .story-header .story-header-right h2 {
        text-transform: uppercase;
        color: #33bcab;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
        margin: 0;
        line-height: 1.1
    }

        .story-container .story-header .story-header-right h2:after {
            border: 3px solid #33bcab;
            content: '-';
            height: 30px;
            width: 30px;
            transform: initial;
            border-radius: 50%;
            text-align: center;
            font-weight: bold;
            color: #33bcab;
            font-size: 28px;
            line-height: 21px;
            margin-left: 10px;
            display: inline-block;
            transition: transform .3s,top .3s
        }

    .story-container .story-header .story-header-right .collapsed {
        display: none
    }

    .story-container .story-header .story-header-right .expanded {
        display: flex
    }

@media(max-width:767px) {
    .story-container .story-header .story-header-right h2 {
        font-size: 15px;
        margin-top: 10px
    }

        .story-container .story-header .story-header-right h2:after {
            height: 20px;
            width: 20px;
            font-size: 15px;
            line-height: 12px
        }
}

.story-container .story-content {
    margin-top: 30px;
    margin-bottom: 10px;
    max-height: 220px;
    overflow: auto;
    transition: height .1s;
    padding-right: 15px;
    scrollbar-color: #00c7b1 #c7fff9;
    scrollbar-width: thin
}

    .story-container .story-content::-webkit-scrollbar-thumb {
        height: auto;
        width: 5px;
        border-radius: 20px;
        background: #00c7b1
    }

    .story-container .story-content::-webkit-scrollbar {
        height: auto;
        width: 5px;
        border-radius: 20px;
        background: #c7fff9
    }

    .story-container .story-content p, .story-container .story-content li {
        font-size: 18px;
        line-height: 22px
    }

@media(max-width:767px) {
    .story-container .story-content p, .story-container .story-content li {
        font-size: 15px;
        line-height: 18px
    }
}

.story-container .story-content p, .story-container .story-content ul {
    margin: 0
}

.story-container .story-content li {
    position: relative;
    padding-left: 10px
}

    .story-container .story-content li:before {
        content: "\2022";
        position: absolute;
        left: 0;
        color: #53565a
    }

.story-container.is-collapsed .story-header .story-header-right .collapsed {
    display: flex
}

    .story-container.is-collapsed .story-header .story-header-right .collapsed h2:after {
        content: '+';
        transition: transform .1s,top .1s;
        line-height: 22px
    }

@media(max-width:767px) {
    .story-container.is-collapsed .story-header .story-header-right .collapsed h2:after {
        line-height: 13px
    }
}

.story-container.is-collapsed .story-header .story-header-right .expanded {
    display: none
}

.story-container.is-collapsed .story-content {
    display: none
}

@media(max-width:767px) {
    .accordion.multiline-faq ul li .accordionHeader p {
        font-size: 15px;
        line-height: 18px;
        padding: 0
    }
}

.accordion.multiline-faq ul li .accordionHeader h2 {
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    font-family: SourceSans,Arial,sans-serif;
    padding-right: 75px
}

@media(max-width:767px) {
    .accordion.multiline-faq ul li .accordionHeader h2 {
        color: #242527;
        font-size: 16px;
        line-height: 19px;
        padding: 0
    }
}

.new-heading {
    margin-left: -30px;
}

.new-hcpheading {
    margin-right: -40px;
}

.new-greenline {
    margin-bottom: -10px;
}

.new-component {
    margin-top: 20px;
}

.new-buttonheading {
    height: 50px;
    line-height: 25px;
}

@media(max-width:420px) and (min-width:361px) {
    .index .hero-move-text p, .index .select-isi-text .rteComponent ul li, .index .on-the-move .rteComponent p {
        line-height: 14px
    }

        .index .hero-move-text p:nth-child(1) {
            bottom: 150px;
        }
}

.index .sticky-header {
    background-color: #e5dbea;
    margin-top: 10px;
}

.sticky-header {
    position: fixed;
    /*padding-left:287px;*/
    margin-left: 267px;
    background-color: #fff;
    padding-right: 135px;
    /*min-width: 69%;*/
    margin-top: -15px;
}

.sticky-tab-nav {
    padding-left: 64px;
}

.sticky-savings {
    padding: 8px;
}

@media(max-width:767px) and (min-width:424px) {
    .sticky-head {
        /*margin-left:-17px;*/
    }
    /*.sticky-tab-nav{
        padding-left:30px;
    }*/
}

@media(max-width:1023px) and (min-width:768px) {

    .sticky-header {
        margin-left: 12px;
        padding-right: 15px;
        margin-top: -9px;
    }
}

@media(max-width:1438px) and (min-width:1024px) {

    .sticky-header {
        margin-left: 27px;
        padding-right: 15px;
    }
}

@media(max-width:1440px) and (min-width:1439px) {
    .sticky-header {
        margin-left: 229px;
    }
}

@media(min-width:992px) {
    .home-singleln {
        width: 117%;
        margin-left: -40px;
    }

    .cic-singleln {
        width: 108%;
    }
}

@media (min-width:667px) and (max-width:767px) {
    .header-menu .topNav .head-message p {
        right: 105px !important;
    }
}

@media (max-width:484px) {
    .not-bold {
        font-weight: 300 !important;
    }
}

@media (max-width:328px) {
    .header-menu .topNav .head-message p {
        margin-top: 60px !important;
    }
}

.header-menu .container.mainNav {
    position: fixed;
    right: 0;
    left: 0;
}

.mainNav .open-hambergur {
    position: fixed;
}

.menu-style {
    position: absolute;
    left: 8px;
    top: 28px;
    color: #00c7b1;
    font-size: 10px;
    font-weight: 800;
}