/*! 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;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

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 {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    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 {
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #00a0ca;
    text-decoration: none
}

a:hover, a:focus {
    color: #00637e;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded, .img-default {
    border-radius: 5px
}

.img-thumbnail, .thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle, .quote img {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small, .small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #ccc
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #c09853
}

.text-warning:hover {
    color: #a47e3c
}

.text-danger {
    color: #b94a48
}

.text-danger:hover {
    color: #953b39
}

.text-success {
    color: #468847
}

.text-success:hover {
    color: #356635
}

.text-info {
    color: #3a87ad
}

.text-info:hover {
    color: #2d6987
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #504364
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #ccc
}

h1, h2, h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small {
    font-size: 65%
}

h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 48px
}

h2, .h2 {
    font-size: 32px
}

h3, .h3 {
    font-size: 24px
}

h4, .h4 {
    font-size: 20px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 14px
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline > li:first-child {
    padding-left: 0
}

dl {
    margin-bottom: 22px
}

dt, dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 872px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ccc
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #ccc
}

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: 22px;
    font-style: normal;
    line-height: 1.428571429
}

code, kbd, pre, samp {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 3px
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #555;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px
}

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 {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-12, .col-ms-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-ms-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-ms-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-ms-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-ms-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-ms-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-ms-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-ms-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-ms-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-ms-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-ms-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-ms-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: 0%
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: 0%
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 480px) {
    .container {
        max-width: 510px
    }

    .col-ms-12, .col-ms-11, .col-ms-10, .col-ms-9, .col-ms-8, .col-ms-7, .col-ms-6, .col-ms-5, .col-ms-4, .col-ms-3, .col-ms-2, .col-ms-1 {
        float: left
    }

    .col-ms-1 {
        width: 8.3333333333%
    }

    .col-ms-2 {
        width: 16.6666666667%
    }

    .col-ms-3 {
        width: 25%
    }

    .col-ms-4 {
        width: 33.3333333333%
    }

    .col-ms-5 {
        width: 41.6666666667%
    }

    .col-ms-6 {
        width: 50%
    }

    .col-ms-7 {
        width: 58.3333333333%
    }

    .col-ms-8 {
        width: 66.6666666667%
    }

    .col-ms-9 {
        width: 75%
    }

    .col-ms-10 {
        width: 83.3333333333%
    }

    .col-ms-11 {
        width: 91.6666666667%
    }

    .col-ms-12 {
        width: 100%
    }

    .col-ms-pull-0 {
        right: 0%
    }

    .col-ms-pull-1 {
        right: 8.3333333333%
    }

    .col-ms-pull-2 {
        right: 16.6666666667%
    }

    .col-ms-pull-3 {
        right: 25%
    }

    .col-ms-pull-4 {
        right: 33.3333333333%
    }

    .col-ms-pull-5 {
        right: 41.6666666667%
    }

    .col-ms-pull-6 {
        right: 50%
    }

    .col-ms-pull-7 {
        right: 58.3333333333%
    }

    .col-ms-pull-8 {
        right: 66.6666666667%
    }

    .col-ms-pull-9 {
        right: 75%
    }

    .col-ms-pull-10 {
        right: 83.3333333333%
    }

    .col-ms-pull-11 {
        right: 91.6666666667%
    }

    .col-ms-pull-12 {
        right: 100%
    }

    .col-ms-push-0 {
        left: 0%
    }

    .col-ms-push-1 {
        left: 8.3333333333%
    }

    .col-ms-push-2 {
        left: 16.6666666667%
    }

    .col-ms-push-3 {
        left: 25%
    }

    .col-ms-push-4 {
        left: 33.3333333333%
    }

    .col-ms-push-5 {
        left: 41.6666666667%
    }

    .col-ms-push-6 {
        left: 50%
    }

    .col-ms-push-7 {
        left: 58.3333333333%
    }

    .col-ms-push-8 {
        left: 66.6666666667%
    }

    .col-ms-push-9 {
        left: 75%
    }

    .col-ms-push-10 {
        left: 83.3333333333%
    }

    .col-ms-push-11 {
        left: 91.6666666667%
    }

    .col-ms-push-12 {
        left: 100%
    }

    .col-ms-offset-0 {
        margin-left: 0%
    }

    .col-ms-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-ms-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-ms-offset-3 {
        margin-left: 25%
    }

    .col-ms-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-ms-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-ms-offset-6 {
        margin-left: 50%
    }

    .col-ms-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-ms-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-ms-offset-9 {
        margin-left: 75%
    }

    .col-ms-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-ms-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-ms-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }

    .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: 0%
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: 0%
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }

    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: 0%
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: 0%
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: 0%
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: 0%
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 22px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .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 > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .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 > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .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-"] {
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

@media (max-width: 479px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .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 > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .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: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #555;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    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-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    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: 16px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    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: #ccc
}

.form-control::-moz-placeholder {
    color: #ccc
}

.form-control:-ms-input-placeholder {
    color: #ccc
}

.form-control::-webkit-input-placeholder {
    color: #ccc
}

.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: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    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;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
    height: 33px;
    line-height: 33px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn {
    height: auto
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 52px;
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 5px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
    height: 52px;
    line-height: 52px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn {
    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: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595
}

@media (min-width: 768px) {
    .form-inline .form-group, .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control, .navbar-form .form-control {
        display: inline-block
    }

    .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.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;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    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 {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.open .btn-default.dropdown-toggle {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active, .btn-default.active {
    background-image: none
}

.open .btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #00a0ca;
    border-color: #008cb1
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #0080a1;
    border-color: #005b73
}

.open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0080a1;
    border-color: #005b73
}

.btn-primary:active, .btn-primary.active {
    background-image: none
}

.open .btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #00a0ca;
    border-color: #008cb1
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active, .btn-warning.active {
    background-image: none
}

.open .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active, .btn-danger.active {
    background-image: none
}

.open .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active, .btn-success.active {
    background-image: none
}

.open .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active, .btn-info.active {
    background-image: none
}

.open .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #00a0ca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #00637e;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #ccc;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 5px
}

.btn-sm, .btn-group-sm > .btn, .btn-xs, .btn-group-xs > .btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 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 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(/assets/bootstrap/glyphicons-halflings-regular-8a347d4801a369a2fef16dccd2daf70e.eot);
    src: url(/assets/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/assets/bootstrap/glyphicons-halflings-regular-eae7580a5c1cef17edcf08f1264f45c1.woff) format("woff"), url(/assets/bootstrap/glyphicons-halflings-regular-b506a4d2cb8260b8e4612d3e295ba6a3.ttf) format("truetype"), url(/assets/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -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 #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted
}

.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;
    list-style: none;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    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: 10px 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: #555;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #00a0ca
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #00a0ca
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #ccc
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #ccc
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 872px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
    border-bottom-color: #fff
}

.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
    z-index: 2
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
    outline: none
}

.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 {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn, .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-bottom-right-radius: 0;
    border-top-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-bottom-right-radius: 0;
    border-top-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 > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.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: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    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%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[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.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.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: 16px;
    font-weight: normal;
    line-height: 1;
    color: #999;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 3px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 12px 20px;
    font-size: 20px;
    border-radius: 5px
}

.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-bottom-right-radius: 0;
    border-top-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 {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before, .nav:after {
    content: " ";
    display: table
}

.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: #ccc
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #ccc;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eee;
    border-color: #00a0ca
}

.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
    border-top-color: #00637e;
    border-bottom-color: #00637e
}

.nav .nav-divider {
    height: 1px;
    margin: 10px 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: 3px 3px 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: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 3px
}

.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: #00a0ca
}

.nav-pills > li.active > a .caret, .nav-pills > li.active > a:hover .caret, .nav-pills > li.active > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 3px
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav .caret {
    border-top-color: #00a0ca;
    border-bottom-color: #00a0ca
}

.nav a:hover .caret {
    border-top-color: #00637e;
    border-bottom-color: #00637e
}

.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: 22px;
    border: 1px solid transparent
}

.navbar:before, .navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 872px) {
    .navbar {
        border-radius: 3px
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 872px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    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 {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 872px) {
    .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: auto
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 872px) {
    .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: 872px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 872px) {
    .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: 14px 15px;
    font-size: 20px;
    line-height: 22px
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 872px) {
    .navbar > .container .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 3px
}

.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: 872px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7px -15px
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 22px
}

@media (max-width: 872px) {
    .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: 22px
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none
    }
}

@media (min-width: 872px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav > li {
        float: left
    }

    .navbar-nav > li > a {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media (min-width: 872px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 7px;
    margin-bottom: 7px
}

@media (max-width: 479px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
}

@media (min-width: 872px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none
    }
}

.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 {
    left: auto;
    right: 0
}

.navbar-btn {
    margin-top: 7px;
    margin-bottom: 7px
}

.navbar-text {
    float: left;
    margin-top: 14px;
    margin-bottom: 14px
}

@media (min-width: 872px) {
    .navbar-text {
        margin-left: 15px;
        margin-right: 15px
    }
}

.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 > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width: 479px) {
    .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: #090909
}

.navbar-inverse .navbar-brand {
    color: #ccc
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #ccc
}

.navbar-inverse .navbar-nav > li > a {
    color: #ccc
}

.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: #090909
}

.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 {
    background-color: #090909;
    color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ccc;
    border-bottom-color: #ccc
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width: 479px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #ccc
    }

    .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: #090909
    }

    .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: #ccc
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 22px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 3px
}

.breadcrumb > li {
    display: inline-block
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb > .active {
    color: #ccc
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 3px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    background-color: #eee
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ccc;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 12px 20px;
    font-size: 20px
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 14px
}

.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-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center
}

.pager:before, .pager:after {
    content: " ";
    display: table
}

.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: #ccc;
    background-color: #fff;
    cursor: not-allowed
}

.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
}

.label-default {
    background-color: #ccc
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #b3b3b3
}

.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: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #ccc;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #00a0ca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 200;
    line-height: 2.1428571435;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 5px
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    margin-bottom: 22px
}

.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #555
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #00a0ca
}

.alert {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 3px
}

.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 {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #953b39
}

@-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 {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    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 {
    margin-bottom: 20px;
    padding-left: 0
}

.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: 3px;
    border-top-left-radius: 3px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.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: #00a0ca;
    border-color: #00a0ca
}

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: #97e9ff
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table
}

.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 {
    margin-bottom: 0
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
    border-top: 1px solid #ddd
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px
}

.panel-title > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 3px;
    overflow: hidden
}

.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: #555;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading > .dropdown .caret {
    border-color: #555 transparent
}

.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-heading > .dropdown .caret {
    border-color: #fff transparent
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading > .dropdown .caret {
    border-color: #468847 transparent
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading > .dropdown .caret {
    border-color: #c09853 transparent
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading > .dropdown .caret {
    border-color: #b94a48 transparent
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ebccd1
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading > .dropdown .caret {
    border-color: #3a87ad transparent
}

.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: 3px;
    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: 5px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal, #contact_us .cboxContent {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog, #contact_us .fade.cboxContent .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog, #contact_us .in.cboxContent .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.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: 0.5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.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;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px
}

.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-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    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 {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    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;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 60px;
    color: #fff;
    text-align: center;
    text-shadow: none
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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 {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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;
    opacity: 0.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%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none
}

.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 {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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
}

.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: 479px) {
    .visible-xs {
        display: block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-xs.visible-ms {
        display: block !important
    }

    tr.visible-xs.visible-ms {
        display: table-row !important
    }

    th.visible-xs.visible-ms, td.visible-xs.visible-ms {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    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
    }

    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
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg, td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-ms, tr.visible-ms, th.visible-ms, td.visible-ms {
    display: none !important
}

@media (max-width: 479px) {
    .visible-ms.visible-xs {
        display: block !important
    }

    tr.visible-ms.visible-xs {
        display: table-row !important
    }

    th.visible-ms.visible-xs, td.visible-ms.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms {
        display: block !important
    }

    tr.visible-ms {
        display: table-row !important
    }

    th.visible-ms, td.visible-ms {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-ms.visible-sm {
        display: block !important
    }

    tr.visible-ms.visible-sm {
        display: table-row !important
    }

    th.visible-ms.visible-sm, td.visible-ms.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-ms.visible-md {
        display: block !important
    }

    tr.visible-ms.visible-md {
        display: table-row !important
    }

    th.visible-ms.visible-md, td.visible-ms.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-ms.visible-lg {
        display: block !important
    }

    tr.visible-ms.visible-lg {
        display: table-row !important
    }

    th.visible-ms.visible-lg, td.visible-ms.visible-lg {
        display: table-cell !important
    }
}

.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important
}

@media (max-width: 479px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    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: 480px) and (max-width: 767px) {
    .visible-sm.visible-ms {
        display: block !important
    }

    tr.visible-sm.visible-ms {
        display: table-row !important
    }

    th.visible-sm.visible-ms, td.visible-sm.visible-ms {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    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
    }

    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
    }

    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: 479px) {
    .visible-md.visible-xs {
        display: block !important
    }

    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: 480px) and (max-width: 767px) {
    .visible-md.visible-ms {
        display: block !important
    }

    tr.visible-md.visible-ms {
        display: table-row !important
    }

    th.visible-md.visible-ms, td.visible-md.visible-ms {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    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
    }

    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
    }

    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: 479px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    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: 480px) and (max-width: 767px) {
    .visible-lg.visible-ms {
        display: block !important
    }

    tr.visible-lg.visible-ms {
        display: table-row !important
    }

    th.visible-lg.visible-ms, td.visible-lg.visible-ms {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    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
    }

    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
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs, td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 479px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs.hidden-ms, tr.hidden-xs.hidden-ms, th.hidden-xs.hidden-ms, td.hidden-xs.hidden-ms {
        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-ms {
    display: block !important
}

tr.hidden-ms {
    display: table-row !important
}

th.hidden-ms, td.hidden-ms {
    display: table-cell !important
}

@media (max-width: 479px) {
    .hidden-ms.hidden-xs, tr.hidden-ms.hidden-xs, th.hidden-ms.hidden-xs, td.hidden-ms.hidden-xs {
        display: none !important
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-ms, tr.hidden-ms, th.hidden-ms, td.hidden-ms {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-ms.hidden-sm, tr.hidden-ms.hidden-sm, th.hidden-ms.hidden-sm, td.hidden-ms.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-ms.hidden-md, tr.hidden-ms.hidden-md, th.hidden-ms.hidden-md, td.hidden-ms.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-ms.hidden-lg, tr.hidden-ms.hidden-lg, th.hidden-ms.hidden-lg, td.hidden-ms.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm, td.hidden-sm {
    display: table-cell !important
}

@media (max-width: 479px) {
    .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: 480px) and (max-width: 767px) {
    .hidden-sm.hidden-ms, tr.hidden-sm.hidden-ms, th.hidden-sm.hidden-ms, td.hidden-sm.hidden-ms {
        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
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md, td.hidden-md {
    display: table-cell !important
}

@media (max-width: 479px) {
    .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: 480px) and (max-width: 767px) {
    .hidden-md.hidden-ms, tr.hidden-md.hidden-ms, th.hidden-md.hidden-ms, td.hidden-md.hidden-ms {
        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
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg, td.hidden-lg {
    display: table-cell !important
}

@media (max-width: 479px) {
    .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: 480px) and (max-width: 767px) {
    .hidden-lg.hidden-ms, tr.hidden-lg.hidden-ms, th.hidden-lg.hidden-ms, td.hidden-lg.hidden-ms {
        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
    }

    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
    }
}

.carousel-indicators {
    bottom: 0;
    top: auto
}

.carousel {
    padding-bottom: 20px
}

.carousel-control {
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-top: -.5em;
    border-radius: 500px;
    width: 0.8em;
    height: 0.8em;
    line-height: .47em;
    background-color: #ccc
}

.carousel-control.left {
    text-indent: -.07em;
    background-image: none
}

.carousel-control.right {
    text-indent: .07em;
    background-image: none
}

.media > .pull-left {
    margin-right: 20px
}

.media > .pull-right {
    margin-left: 20px
}

.modal-body {
    padding-bottom: 25px
}

.modal-footer {
    margin-top: 0
}

.modal-video {
    width: 853px;
    max-width: 90%
}

@media (min-width: 660px) {
    .modal, #contact_us .cboxContent {
        padding: 0 45px
    }
}

.modal-backdrop.in {
    opacity: .7
}

.modal-dialog {
    max-width: 95%
}

.tooltip-inner {
    font-size: 13px;
    padding: 8px
}

.list-inline > li:first-child {
    padding-left: 0
}

.dropdown-menu {
    border-top-color: #ccc
}

.dropdown-menu .divider.label-divider {
    overflow: visible;
    position: relative;
    margin: 10px 1px 15px
}

.dropdown-menu .divider.label-divider span {
    color: #ccc;
    text-transform: uppercase;
    font-size: 11px;
    display: block;
    position: absolute;
    top: -.5em;
    padding: 0 5px;
    background: #fff;
    margin-left: 5px;
    letter-spacing: 1px
}

.navbar-brand {
    padding: 12px 15px
}

blockquote {
    padding: inherit;
    margin: inherit;
    border-left: none
}

@media (max-width: 872px) {
    #header .utility-nav, #header .sub_nav_wrapper {
        display: none
    }

    #header .main-nav li.sign_in {
        display: block
    }
}

@media (max-width: 767px) {
    .container {
        max-width: none
    }
}

@media (max-width: 991px) {
    .navbar .container {
        max-width: none
    }
}

.row > [class^="col-"] {
    margin-bottom: 15px
}

.form-group [class^="col-"] {
    margin-bottom: 0
}

html {
    height: 100%;
    min-width: initial;
    width: 100%
}

body {
    height: 100%;
    position: relative
}

#container {
    position: relative;
    height: 100%;
    width: 100%
}

#top, #footer {
    width: 100%;
    height: 1px;
    position: relative
}

#top {
    height: auto
}

#header {
    position: relative;
    z-index: 2
}

#main {
    height: auto;
    position: relative;
    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 1
}

.header-alert {
    text-align: center;
    background-color: #33c7c9;
    color: #fff;
    padding: 16px 8px
}

.header-alert a {
    color: #fff;
    text-decoration: underline
}

* {
    background-repeat: no-repeat
}

img {
    max-width: 100%;
    height: auto
}

.img-circle, .quote img {
    border-radius: 500px
}

.img-raised, .img-default, .quote img {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

.img-rounded, .img-default {
    border-radius: 3px
}

.inline {
    display: inline-block
}

.section {
    padding-bottom: 20px;
    margin-bottom: 30px
}

.inverted .heading, #footer section#connect .heading, .inverted .hed, #footer section#connect .hed, .inverted .dek, #footer section#connect .dek, .inverted p, #footer section#connect p, .inverted blockquote, #footer section#connect blockquote, .inverted cite, #footer section#connect cite, .inverted ul, #footer section#connect ul, .inverted ol, #footer section#connect ol, .inverted li, #footer section#connect li, .inverted h1, #footer section#connect h1, .inverted h2, #footer section#connect h2, .inverted h3, #footer section#connect h3, .inverted h4, #footer section#connect h4, .inverted h5, #footer section#connect h5, .inverted h6, #footer section#connect h6 {
    color: #fff
}

.inverted a, #footer section#connect a {
    color: rgba(255, 255, 255, 0.8)
}

.inverted a:hover, #footer section#connect a:hover {
    color: #fff
}

#main > section.inverted, #footer #main > section#connect {
    padding-top: 50px;
    padding-bottom: 50px
}

video {
    max-width: 100%;
    height: auto
}

.video iframe, .video object, .video embed {
    max-width: 100%
}

.contact-form .modal-dialog {
    max-width: 450px
}

.modal-image {
    margin: 0 auto;
    padding: 10px
}

.modal button.close, #contact_us .cboxContent button.close {
    position: absolute;
    top: 12px;
    right: 15px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.full-page-modal {
    width: 870px
}

.full-page-modal .modal-content {
    padding: 10px
}

.spam-catcher {
    display: none
}

#baseline_video {
    background: white;
    padding: 20px
}

#baseline_map {
    font-size: 16px
}

#baseline_map h2 {
    margin-bottom: 0px
}

#baseline_map a.availability.learn_more_link {
    margin-left: 25px
}

#contact_us {
    width: 600px;
    height: auto;
    background: white
}

#contact_us strong {
    font-weight: bold;
    color: #555
}

html {
    font-size: 16px
}

body, button, input, select, textarea {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif
}

body {
    margin: 0;
    color: #555;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0
}

h3, h4, h5, h6 {
    line-height: 1.4
}

h1, h2 {
    font-weight: 300
}

.heading {
    margin-bottom: 20px
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6, .heading p {
    margin-top: 0;
    margin-bottom: .2em
}

.hed {
    color: #504364
}

.dek {
    font-size: 20px;
    color: #999
}

a {
    cursor: pointer
}

p {
    line-height: 1.5;
    margin-bottom: .8em
}

em.detail {
    color: #999
}

em.detail.small {
    font-size: 14px
}

ul {
    padding-left: 1.6em
}

ol.numbered {
    list-style: none;
    counter-reset: li;
    padding-top: 1em;
    padding-left: 0;
    position: relative
}

ol.numbered > li {
    font-size: 16px;
    padding-left: 2em;
    position: relative;
    min-height: 24px;
    margin-bottom: .8em
}

ol.numbered > li:before {
    position: absolute;
    left: 0;
    top: -.2em;
    background-color: #33c7c9;
    border-radius: 500px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    content: counter(li, decimal);
    counter-increment: li
}

ul.pills {
    list-style: none;
    padding: 0
}

ul.pills li {
    border-radius: 500px;
    width: auto;
    height: auto;
    display: inline-block;
    white-space: nowrap;
    padding: 5px 15px;
    margin: 0 2px 7px 0;
    cursor: default;
    border: 3px solid #504364;
    background-color: #fff
}

.quote {
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    margin-bottom: 30px
}

.quote.open-quote {
    padding-left: 39px;
    background-image: url(/assets/global/quote-icon-d80a5af6d85b4d63af2553155d798be9.png)
}

.quote img {
    display: block;
    float: left;
    margin-right: 30px;
    position: relative
}

.quote blockquote {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.6;
    font-style: italic;
    color: #414358;
    padding-left: 0;
    overflow: hidden
}

.quote cite {
    font-size: 16px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    display: block;
    text-align: right
}

.quote cite:before {
    content: "\2014"
}

.quote cite.right {
    display: block;
    text-align: right
}

strong, b, .bold {
    font-weight: bold
}

em, i, .italic {
    font-style: italic
}

.underline {
    text-decoration: underline
}

.uppercase, #footer section#connect .hed, #footer section.footer-nav .container .hed {
    text-transform: uppercase;
    letter-spacing: 2px
}

.is-hidden {
    visibility: hidden
}

.u-media, .u-media--ms, .u-media--sm, .u-media--md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.u-media__object {
    display: block;
    margin-right: 16px
}

.u-media__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

@media all and (max-width: 479px) {
    .u-media--ms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .u-media--ms .u-media__object {
        margin-bottom: 16px
    }
}

@media all and (max-width: 767px) {
    .u-media--sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .u-media--sm .u-media__object {
        margin-bottom: 16px
    }
}

@media all and (max-width: 991px) {
    .u-media--md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .u-media--md .u-media__object {
        margin-bottom: 16px
    }
}

.u-inline-xxs {
    margin-right: 2px
}

.u-inline-xs {
    margin-right: 4px
}

.u-inline-sm {
    margin-right: 8px
}

.u-inline-md {
    margin-right: 16px
}

.u-inline-lg {
    margin-right: 32px
}

.u-stack-xs {
    margin-bottom: 4px
}

.u-stack-sm {
    margin-bottom: 8px
}

.u-stack-md {
    margin-bottom: 16px
}

.u-stack-lg {
    margin-bottom: 32px
}

.u-stack-xl {
    margin-bottom: 64px
}

.u-inset-xs {
    padding: 4px
}

.u-inset-sm {
    padding: 8px
}

.u-inset-md {
    padding: 16px
}

.u-inset-lg {
    padding: 32px
}

.u-inset-xl {
    padding: 64px
}

.u-inset-v-xs {
    padding-top: 4px;
    padding-bottom: 4px
}

.u-inset-v-sm {
    padding-top: 8px;
    padding-bottom: 8px
}

.u-inset-v-md {
    padding-top: 16px;
    padding-bottom: 16px
}

.u-inset-v-lg {
    padding-top: 32px;
    padding-bottom: 32px
}

.u-inset-v-xl {
    padding-top: 64px;
    padding-bottom: 64px
}

.u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.u-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.u-flex-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.u-flex-none {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.u-flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.u-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.u-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.u-items-start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.u-items-end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.u-items-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.u-items-baseline {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.u-items-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.u-self-start {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.u-self-end {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.u-self-center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.u-self-baseline {
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.u-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.u-justify-start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.u-justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.u-justify-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.u-justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.u-justify-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.u-content-start {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.u-content-end {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.u-content-center {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.u-content-between {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.u-content-around {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.u-content-stretch {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.u-red {
    color: #ff4921
}

.u-teal {
    color: #33c7c9
}

.u-purple {
    color: #504364
}

.u-gray-dark {
    color: #333
}

.u-gray {
    color: #999
}

.u-text-dim {
    opacity: .5
}

.u-text-center {
    text-align: center
}

.bg-teal {
    background-color: #33c7c9
}

.bg-pale-yellow {
    background-color: #fff9e6
}

.u-bt {
    border-top: 1px solid #ddd
}

.u-bb {
    border-bottom: 1px solid #ddd
}

.u-measure {
    max-width: 30em
}

.u-measure--narrow {
    max-width: 20em
}

.u-measure--wide {
    max-width: 34em
}

#header {
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px
}

#header a#logo {
    margin-right: 20px
}

#header .utility-nav {
    z-index: 1001;
    display: none
}

@media (min-width: 872px) {
    #header .utility-nav {
        display: block;
        background-color: #414358;
        height: 30px;
        min-height: 0;
        border: none;
        margin: 0
    }

    #header .utility-nav .nav > li {
        font-size: 14px
    }

    #header .utility-nav .nav > li > a {
        color: rgba(255, 255, 255, 0.9);
        padding: 4px 15px 4px
    }

    #header .utility-nav .nav > li > a.sign_in {
        color: #fff;
        font-weight: bold;
        background-color: #545669
    }

    #header .utility-nav .nav > li > a:hover {
        background-color: #343646;
        color: #fff
    }
}

#header .main-nav {
    background-color: #fff;
    font-size: 15px;
    border: none
}

#header .main-nav.navbar {
    margin: 0
}

#header .main-nav.navbar .btn-navbar {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 0
}

#header .main-nav.navbar .btn-navbar .icon-bar {
    background-color: #999
}

#header .main-nav .navbar-inner {
    border: none;
    border-radius: inherit;
    background: #f9f9f9
}

#header .main-nav .container {
    min-height: 50px
}

#header .main-nav .nav li.cta a {
    font-size: 15px;
    padding: 5px 12px;
    margin-top: 8px;
    text-shadow: none;
    color: #fff
}

#header .main-nav .nav li.cta a:hover {
    background-color: #f72d00;
    color: #fff
}

@media (max-width: 871px) {
    #header .main-nav .nav li.cta a {
        border-radius: 0;
        text-align: left;
        color: #555;
        padding: 14px 13px 14px;
        background: none;
        border: none;
        margin-top: 0
    }

    #header .main-nav .nav li.cta a:hover {
        background: #eee
    }
}

#header .main-nav li.sign_in {
    display: none
}

@media (max-width: 871px) {
    #header .main-nav li.sign_in {
        display: block
    }
}

#header .main-nav .nav > li {
    vertical-align: middle
}

#header .main-nav .nav > li > a {
    color: #555;
    padding: 14px 13px 14px
}

#header .main-nav .nav > li > a:hover {
    color: #00a0ca;
    background: #eee
}

#header .main-nav .nav > li > a.selected {
    background: #f7f7f7;
    color: inherit;
    cursor: default
}

#header nav.subnav.navbar {
    min-height: 40px;
    background-color: #fff9e6
}

@media (max-width: 991px) {
    .touch #header nav.subnav {
        display: none
    }
}

#header nav.subnav .nav.navbar-nav {
    margin-top: 0;
    margin-bottom: 0
}

#header nav.subnav .nav > li {
    float: left
}

#header nav.subnav .nav > li > a:hover {
    background: #fff5e5
}

#header nav.subnav .nav > li > a.selected {
    background: #ffebca
}

#footer section#connect {
    margin: 0;
    padding: 45px 0 25px;
    background-color: #33c7c9
}

#footer section#connect .hed {
    font-size: 16px;
    color: #414358;
    display: inline-block;
    margin-right: 30px
}

#footer section#connect .social-media {
    margin-bottom: 40px
}

#footer section#connect .social-media li {
    margin-right: 25px
}

#footer section#connect .social-media li a {
    vertical-align: middle;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9
}

#footer section#connect .social-media li a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

#footer section#connect .social-media li a.twitter {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    width: 40px;
    height: 40px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(/assets/global/social-media/twitter-icon-5b727a7acdf7f2f9fc55e0cbcaa66042.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px
}

.svg #footer section#connect .social-media li a.twitter {
    background: url(/assets/global/social-media/twitter-icon-40a143e1495f0cfb2ee0100d4a1d6cdd.svg)
}

.no-svg #footer section#connect .social-media li a.twitter {
    background: url(/assets/global/social-media/twitter-icon-5b727a7acdf7f2f9fc55e0cbcaa66042.png)
}

#footer section#connect .social-media li a.facebook {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    width: 40px;
    height: 40px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(/assets/global/social-media/facebook-icon-3dfb6b9a88002cb63a6c83421e43cf54.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px
}

.svg #footer section#connect .social-media li a.facebook {
    background: url(/assets/global/social-media/facebook-icon-931180d3853c88d471c42c7be9404f66.svg)
}

.no-svg #footer section#connect .social-media li a.facebook {
    background: url(/assets/global/social-media/facebook-icon-3dfb6b9a88002cb63a6c83421e43cf54.png)
}

#footer section#connect .social-media li a.google-plus {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    width: 40px;
    height: 40px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(/assets/global/social-media/google_plus-icon-6822022e60a55afa419645bd8fe42834.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px
}

.svg #footer section#connect .social-media li a.google-plus {
    background: url(/assets/global/social-media/google_plus-icon-89171e22fd2412987fd318cc5f49bdc8.svg)
}

.no-svg #footer section#connect .social-media li a.google-plus {
    background: url(/assets/global/social-media/google_plus-icon-6822022e60a55afa419645bd8fe42834.png)
}

#footer section#connect .social-media li a.youtube {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    width: 60px;
    height: 25px;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(/assets/global/social-media/youtube-icon-272e027b4b21a0e67b081a5f14cf5a57.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 60px;
    height: 25px
}

.svg #footer section#connect .social-media li a.youtube {
    background: url(/assets/global/social-media/youtube-icon-bf57a116711e4164e6430edd31a8cb4f.svg)
}

.no-svg #footer section#connect .social-media li a.youtube {
    background: url(/assets/global/social-media/youtube-icon-272e027b4b21a0e67b081a5f14cf5a57.png)
}

#footer section#connect .newsletter > span {
    vertical-align: top;
    display: inline-block
}

#footer section#connect .newsletter > span p {
    color: #fff;
    margin-top: 10px;
    font-size: 14px
}

#footer section#connect .newsletter form {
    margin-bottom: 0
}

#footer section.footer-nav {
    margin: 0;
    background: #414358;
    font-size: 14px
}

#footer section.footer-nav .heading, #footer section.footer-nav .hed, #footer section.footer-nav .dek, #footer section.footer-nav p, #footer section.footer-nav blockquote, #footer section.footer-nav cite, #footer section.footer-nav ul, #footer section.footer-nav ol, #footer section.footer-nav li {
    color: #fff
}

#footer section.footer-nav a {
    color: rgba(255, 255, 255, 0.8)
}

#footer section.footer-nav a:hover {
    color: #fff
}

#footer section.footer-nav .container {
    padding-top: 30px;
    padding-bottom: 10px
}

#footer section.footer-nav .container .hed {
    font-size: 15px;
    margin-bottom: .5em
}

#footer section.footer-nav .container nav {
    margin-bottom: 30px
}

#footer section.footer-nav .container nav ul {
    margin-bottom: 15px
}

#footer section.footer-nav .container nav li {
    line-height: 1.8
}

#footer section.footer-nav .container .copyright {
    margin-right: 30px
}

#footer section.footer-nav .more-info h5, #footer section.footer-nav .more-info li a {
    color: #a8a1b2
}

a.gray-link {
    color: #ccc
}

a.gray-link:hover {
    color: #999
}

a.gray-link:visited {
    color: #999999
}

.btn {
    min-width: 60px
}

.btn.navbar-toggle {
    min-width: 0
}

.btn-secondary {
    color: #00a0ca;
    border: 1px solid #00a0ca;
    background: #fff
}

.btn-secondary:hover {
    color: #00637e;
    border: 1px solid #00637e
}

.btn-teal {
    color: #fff;
    background-color: #33c7c9;
    border-color: #2eb3b5
}

.btn-teal:hover, .btn-teal:focus, .btn-teal:active, .btn-teal.active {
    color: #fff;
    background-color: #2ba7a8;
    border-color: #218384
}

.open .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #2ba7a8;
    border-color: #218384
}

.btn-teal:active, .btn-teal.active {
    background-image: none
}

.open .btn-teal.dropdown-toggle {
    background-image: none
}

.btn-teal.disabled, .btn-teal.disabled:hover, .btn-teal.disabled:focus, .btn-teal.disabled:active, .btn-teal.disabled.active, .btn-teal[disabled], .btn-teal[disabled]:hover, .btn-teal[disabled]:focus, .btn-teal[disabled]:active, .btn-teal[disabled].active, fieldset[disabled] .btn-teal, fieldset[disabled] .btn-teal:hover, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:active, fieldset[disabled] .btn-teal.active {
    background-color: #33c7c9;
    border-color: #2eb3b5
}

.btn-super {
    color: #fff;
    background-color: #ff4921;
    border-color: #ff3408
}

.btn-super:hover, .btn-super:focus, .btn-super:active, .btn-super.active {
    color: #fff;
    background-color: #f72d00;
    border-color: #c92400
}

.open .btn-super.dropdown-toggle {
    color: #fff;
    background-color: #f72d00;
    border-color: #c92400
}

.btn-super:active, .btn-super.active {
    background-image: none
}

.open .btn-super.dropdown-toggle {
    background-image: none
}

.btn-super.disabled, .btn-super.disabled:hover, .btn-super.disabled:focus, .btn-super.disabled:active, .btn-super.disabled.active, .btn-super[disabled], .btn-super[disabled]:hover, .btn-super[disabled]:focus, .btn-super[disabled]:active, .btn-super[disabled].active, fieldset[disabled] .btn-super, fieldset[disabled] .btn-super:hover, fieldset[disabled] .btn-super:focus, fieldset[disabled] .btn-super:active, fieldset[disabled] .btn-super.active {
    background-color: #ff4921;
    border-color: #ff3408
}

.btn-rounded {
    border-radius: 400px
}

.btn-inverted {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.btn-inverted:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff
}

.link-plus {
    display: inline-block
}

.link-plus:after {
    margin-left: 5px;
    font-family: "Bariol";
    font-weight: bold;
    content: "\203A";
    display: inline-block;
    background-color: #00a0ca;
    border-radius: 500px;
    width: 1em;
    height: 1em;
    line-height: .75em;
    color: #fff;
    text-align: center;
    vertical-align: baseline;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    text-indent: .08em
}

.link-plus:hover:after {
    margin-left: 7px
}

.tab-content {
    padding: 15px 12px
}

section.cta {
    background-color: #fcf9f2;
    padding: 70px 0 80px;
    text-align: center
}

section.cta .text {
    display: inline-block;
    vertical-align: top;
    margin-bottom: .8em;
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 28px
}

section.cta .btn {
    margin-left: 30px;
    margin-right: 30px
}

#practitioner_bios {
    background: white;
    min-height: 650px
}

#practitioner_bios .header {
    width: 800px;
    border: 1px solid #eee;
    background: #ffffe8;
    padding: 20px 20px 10px 20px
}

#practitioner_bios .header h1 {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px
}

#practitioner_bios .header p {
    font-size: 13px;
    color: #666;
    margin-bottom: .2em
}

#practitioner_bios .header .read_more {
    cursor: pointer
}

#practitioner_bios .header .image_list {
    margin-top: 10px
}

#practitioner_bios .header .image_list img {
    width: 42px;
    margin-right: 5px;
    cursor: pointer
}

#practitioner_bios .header .image_list img.last {
    margin-right: 0px
}

#practitioner_bios .container {
    width: 800px;
    padding: 20px;
    display: none
}

#practitioner_bios .container.selected {
    display: block
}

#practitioner_bios .container img {
    float: left;
    position: relative;
    top: 7px
}

#practitioner_bios .container .bio_area {
    width: 640px;
    margin-left: 30px;
    float: left
}

#practitioner_bios .container .bio_area .title {
    font-weight: 16px;
    color: #666;
    font-style: italic;
    margin-bottom: 5px
}

#practitioner_bios .container .bio_area .bio {
    height: 300px;
    overflow-y: auto;
    font-weight: 14px;
    color: #333
}

#practitioner_bios .container .bio_area .bio p {
    margin-top: 10px
}

dl.question_list {
    margin-top: 60px;
    border: 1px solid #eee;
    counter-reset: question;
    background: #fefefe;
    overflow: hidden;
    margin-bottom: 40px
}

dl.question_list dt {
    -webkit-transition: all .25s linear;
    counter-increment: question;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    border: 1px solid #eee;
    margin: -1px -1px 0;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(35%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 35%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 35%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 35%);
    background: #f9f9f9;
    padding: 20px 20px 20px 40px;
    text-indent: -17px;
    position: relative
}

dl.question_list dt:before {
    content: counter(question) "."
}

dl.question_list dt.selected {
    background: #d6ecfc;
    border: 1px solid #ccdfed;
    color: #54728c
}

dl.question_list dt.selected .arrow {
    background: #d6ecfc;
    border: 1px solid #ccdfed;
    border-left: none;
    border-top: none;
    left: 30px
}

dl.question_list dt .arrow {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    width: 20px;
    height: 20px;
    background: #f6f6f6;
    border-left: none;
    border-top: none;
    position: absolute;
    bottom: -11px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -26px
}

.msie7 dl.question_list dt .arrow, .msie8 dl.question_list dt .arrow {
    margin-left: -7px;
    margin-top: -7px;
    bottom: -8px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865475, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865475, SizingMethod='auto expand')
}

dl.question_list dd {
    padding: 30px 20px 25px;
    line-height: 1.4;
    color: #666;
    margin-left: 4px;
    display: none;
    height: auto
}

dl.question_list dd ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 10px
}

dl.question_list dd ul li {
    padding-left: 20px;
    text-indent: -14px;
    margin-bottom: 10px
}

dl.question_list dd ul.nested {
    list-style-type: none
}

dl.question_list dd ul.nested li {
    padding-left: 20px;
    text-indent: -10px
}

dl.question_list dd ul.nested li:before {
    content: "-"
}

textarea#job_description {
    height: 500px;
    width: 500px
}

#pages_home #main {
    padding: 0
}

@media (max-width: 1000px) {
    #pages_home #mainnav-success_stories {
        display: none
    }
}

#pages_home .hero-section, #pages_home .different-section, #pages_home .employer-section, #pages_home .timeline-section, #pages_home .featured-section, #pages_home .members-section, #pages_home .press-section, #pages_home #packages_performance .benefits-section, #packages_performance #pages_home .benefits-section, #pages_home #packages_performance .why-section, #packages_performance #pages_home .why-section, #pages_home #packages_performance .how-section, #packages_performance #pages_home .how-section, #pages_home #packages_performance .notable-section, #packages_performance #pages_home .notable-section, #pages_home #packages_performance .testimonial-section, #packages_performance #pages_home .testimonial-section, #pages_home #packages_performance .markers-section, #packages_performance #pages_home .markers-section, #pages_home #packages_performance .purchase-section, #packages_performance #pages_home .purchase-section {
    padding: 60px 0
}

@media (max-width: 991px) {
    #pages_home .section__header {
        text-align: center
    }
}

#pages_home .section__title {
    margin-bottom: 70px
}

#pages_home .employee-funnel-banner {
    background-color: #fcf8e3;
    padding: 12px 0;
    position: relative
}

@media (min-width: 872px) {
    #pages_home .employee-funnel-banner {
        display: none
    }
}

#pages_home .employee-funnel-banner__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0
}

@media (min-width: 480px) {
    #pages_home .employee-funnel-banner__container {
        max-width: 75%;
        margin: 0 auto;
        display: block
    }
}

#pages_home .employee-funnel-banner__badge {
    float: left;
    width: 60px;
    height: auto;
    margin-right: 15px
}

#pages_home .employee-funnel-banner__header {
    margin-top: 3px
}

#pages_home .employee-funnel-banner__text {
    font-size: 14px
}

#pages_home .hero-section {
    background-image: url(/assets/homepage/images/soccer-field-4b70975b8bed1ef16fa35c1900fe5547.jpg);
    height: 600px;
    background-size: cover;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.4);
    position: relative
}

@media (max-width: 991px) {
    #pages_home .hero-section {
        background-position: 30%
    }
}

@media (max-width: 479px) {
    #pages_home .hero-section {
        background-position: right
    }
}

#pages_home .hero-section h1 {
    color: #ffffff;
    font-size: 64px
}

@media (max-width: 1199px) {
    #pages_home .hero-section h1 {
        font-size: 42px;
        font-weight: 500
    }
}

@media (max-width: 991px) {
    #pages_home .hero-section h1 {
        font-size: 38px;
        font-weight: 500
    }
}

#pages_home .hero-section h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    font-family: proxima-nova
}

@media (max-width: 1199px) {
    #pages_home .hero-section h2 {
        font-size: 32px
    }
}

@media (max-width: 991px) {
    #pages_home .hero-section h2 {
        font-size: 28px
    }
}

#pages_home .hero-section h3 {
    color: #ffffff;
    font-size: 26px;
    font-family: proxima-nova;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    #pages_home .hero-section h3 {
        font-size: 22px
    }
}

#pages_home .hero-section .hero-content-spacing {
    padding: 100px 0 40px 0px
}

@media (max-width: 767px) {
    #pages_home .hero-section .hero-content-spacing {
        padding: 60px 0 40px 0px
    }
}

@media (max-width: 480px) {
    #pages_home .hero-section .hero-content-spacing {
        padding: 40px 0 40px 0px
    }
}

#pages_home .hero-section .cta {
    border-radius: 3px;
    border: solid 1px #ff3508;
    background-color: #ff4921;
    font-family: proxima-nova;
    font-size: 24px;
    color: #ffffff;
    margin: 0 auto
}

@media (max-width: 767px) {
    #pages_home .hero-section .cta {
        font-size: 20px
    }
}

#pages_home .hero-section .cta:hover {
    background-color: #f72d00;
    color: #ffffff
}

#pages_home .hero-section .semi-opaque-bar {
    width: 100%;
    height: 60px;
    opacity: 0.81;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    position: absolute;
    bottom: 0
}

@media (max-width: 767px) {
    #pages_home .hero-section .semi-opaque-bar {
        height: 40px
    }
}

#pages_home .hero-section .hero-section__nyt_banner_frame {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

#pages_home .hero-section .hero-section__nyt_banner {
    max-width: 337px;
    max-height: 35px;
    vertical-align: middle
}

@media (max-width: 767px) {
    #pages_home .hero-section .hero-section__nyt_banner {
        max-width: 280px
    }
}

#pages_home .header--hero {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    padding: 0 20px
}

@media (max-width: 480px) {
    #pages_home .header--hero {
        margin: 0 auto;
        position: absolute;
        top: 55px
    }
}

#pages_home .different-section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset
}

#pages_home .different__image--sparkline, #pages_home .different__image--info-cards, #pages_home .different__image--clipboards {
    margin: 0 auto 40px auto
}

#pages_home .different__image--sparkline {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -662px;
    height: 187px;
    width: 288px;
    background-size: 288px
}

#pages_home .different__image--info-cards {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -278px;
    height: 186px;
    width: 227px;
    background-size: 288px
}

#pages_home .different__image--clipboards {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -91px;
    height: 187px;
    width: 187px;
    background-size: 288px
}

#pages_home .different__title {
    text-align: center
}

#pages_home .timeline-section {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.4)
}

#pages_home .timeline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 479px) {
    #pages_home .timeline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: auto;
        width: 52%
    }
}

#pages_home .timeline__divider {
    width: 68%;
    height: 3px;
    background-color: #555;
    display: inline-block;
    z-index: -1;
    position: absolute;
    top: 120px;
    margin-left: 9%
}

@media (max-width: 479px) {
    #pages_home .timeline__divider {
        width: 3px;
        height: 81%;
        top: 0;
        right: 71%
    }
}

#pages_home .timeline__point--step, #pages_home .timeline__point--end {
    width: 1.4em;
    height: 1.4em;
    border-radius: 1em;
    border: 3px solid #555;
    background-color: #fff;
    margin: auto;
    top: 110px;
    margin-left: 8.5%;
    position: absolute
}

@media (max-width: 479px) {
    #pages_home .timeline__point--step, #pages_home .timeline__point--end {
        position: relative;
        top: 0;
        margin: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

#pages_home .timeline__point--end {
    width: 1em;
    height: 1em;
    background-color: #555;
    box-shadow: 0 0 0 2px #555;
    border: 3px solid #fff;
    top: 113px
}

@media (max-width: 479px) {
    #pages_home .timeline__point--end {
        top: 0
    }
}

#pages_home .timeline__group {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23%
}

@media (max-width: 479px) {
    #pages_home .timeline__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 25px;
        width: 100%
    }
}

@media (max-width: 479px) {
    #pages_home .timeline__details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

#pages_home .timeline__header {
    height: 140px
}

@media (max-width: 479px) {
    #pages_home .timeline__header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: inherit;
        width: 100%
    }
}

#pages_home .timeline__title {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 16px
}

@media (max-width: 479px) {
    #pages_home .timeline__title {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-bottom: 0
    }
}

#pages_home .timeline__description {
    margin: 15px 25px 0 25px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #999;
    height: 80px
}

@media (max-width: 479px) {
    #pages_home .timeline__description {
        margin: 15px;
        text-align: left
    }
}

#pages_home .timeline__icon--package, #pages_home .timeline__icon--blood-vial, #pages_home .timeline__icon--sparkline, #pages_home .timeline__icon--phone-consult, #pages_home .timeline__icon--runner {
    margin: auto
}

@media (max-width: 479px) {
    #pages_home .timeline__icon--package, #pages_home .timeline__icon--blood-vial, #pages_home .timeline__icon--sparkline, #pages_home .timeline__icon--phone-consult, #pages_home .timeline__icon--runner {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 15px 0 15px
    }
}

#pages_home .timeline__icon--package {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -530px;
    height: 31px;
    width: 35px;
    background-size: 288px
}

#pages_home .timeline__icon--blood-vial {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -33px;
    height: 32px;
    width: 24px;
    background-size: 288px
}

#pages_home .timeline__icon--sparkline {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -638px;
    height: 24px;
    width: 34px;
    background-size: 288px
}

#pages_home .timeline__icon--phone-consult {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -561px;
    height: 42px;
    width: 23px;
    background-size: 288px
}

#pages_home .timeline__icon--runner {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -603px;
    height: 35px;
    width: 26px;
    background-size: 288px
}

#pages_home .js-fadein {
    opacity: 0
}

@media (max-width: 479px) {
    #pages_home .js-fadein {
        opacity: 1
    }
}

#pages_home .employer-section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    background-color: #fcf9f2;
    padding-bottom: 0
}

@media (max-width: 872px) {
    #pages_home .employer-section {
        display: none
    }
}

#pages_home .employer-section__col--image {
    margin-bottom: 4px
}

#pages_home .employer-section__col--body {
    margin-top: 25px
}

#pages_home .employer-section__col--cta {
    margin-top: 50px
}

#pages_home .employer-section__badge {
    margin: 0 auto;
    display: block;
    max-width: 150px;
    height: auto
}

#pages_home .employer-section__main-content {
    line-height: 1.8
}

#pages_home .employer-section__by-invite {
    font-size: 12px
}

#pages_home .featured-section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
    background-color: #fcf9f2
}

#pages_home .featured-package {
    position: relative;
    padding-bottom: 80px
}

@media (max-width: 479px) {
    #pages_home .featured-package {
        border-bottom: 1px solid #ddd
    }
}

#pages_home .featured-package__icon--mag-glass {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -464px;
    height: 36px;
    width: 26px;
    background-size: 288px
}

#pages_home .featured-package__icon--bike {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 0;
    height: 33px;
    width: 56px;
    background-size: 288px
}

#pages_home .featured-package__icon--mountain {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -500px;
    height: 30px;
    width: 50px;
    background-size: 288px
}

#pages_home .featured-package__icon--checkbox {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/homepage/section_icons-s538db93bbd-a416a28496c4b9a32737f212d1ac93fb.png);
    background-position: 0 -65px;
    height: 26px;
    width: 26px;
    background-size: 288px
}

#pages_home .featured-package__details {
    position: absolute;
    bottom: 0;
    width: 100%
}

#pages_home .featured-package__divider--horizontal {
    margin: 8px 0;
    border-top: 1px solid #ddd
}

@media (max-width: 479px) {
    #pages_home .featured-package__divider--horizontal {
        display: none
    }
}

@media (max-width: 479px) {
    #pages_home .featured-package__link {
        display: block
    }
}

#pages_home .featured-package__markers, #pages_home .featured-package__price {
    text-transform: uppercase;
    color: #9b9892;
    display: inline-block;
    font-size: 14px
}

#pages_home .featured-package__price {
    float: right
}

#pages_home .superscript {
    vertical-align: super;
    display: inline-block;
    font-size: 16px
}

#pages_home .members-section {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.4);
    background-image: url(/assets/homepage/images/man-w-bicycle-983c345ec0bf431730fbe1be1ee5a6ab.jpg);
    background-size: cover;
    height: 325px
}

@media (max-width: 991px) {
    #pages_home .members-section {
        background-position: 60%
    }
}

@media (max-width: 479px) {
    #pages_home .members-section {
        background-position: left
    }
}

#pages_home .members-callout {
    margin: 30px 0 15px
}

#pages_home .press-section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset
}

@media (max-width: 768px) {
    #pages_home .press-section {
        display: none
    }
}

#pages_home .press-title {
    background: #fff;
    display: block;
    margin: auto;
    letter-spacing: 2px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    width: 350px;
    padding: 30px
}

#pages_home .press__divider {
    border-top: 2px solid #ddd;
    height: 3px;
    width: 100%;
    position: relative;
    top: -43px;
    z-index: -1
}

#pages_home .logo {
    margin: 15px auto
}

#pages_home .logo--google {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -325px no-repeat;
    height: 75px;
    width: 175px
}

#pages_home .logo--delta {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -75px no-repeat;
    height: 75px;
    width: 175px
}

#pages_home .logo--bulletproof {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 0 no-repeat;
    height: 75px;
    width: 175px
}

#pages_home .logo--square {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -538px no-repeat;
    height: 75px;
    width: 175px
}

#pages_home .logo--warriors {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -750px no-repeat;
    height: 100px;
    width: 100px
}

#pages_home .logo--exos {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -150px no-repeat;
    height: 75px;
    width: 175px
}

#pages_home .logo--raiders {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -438px no-repeat;
    height: 100px;
    width: 100px
}

#pages_home .logo--fremont {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -225px no-repeat;
    height: 100px;
    width: 100px
}

#pages_home .logo--ups {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -632px no-repeat;
    height: 100px;
    width: 100px
}

#pages_home .logo--wsj {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -850px no-repeat;
    height: 17px;
    width: 174px
}

#pages_home .logo--venture-beat {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -732px no-repeat;
    height: 18px;
    width: 142px
}

#pages_home .logo--techcrunch {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -613px no-repeat;
    height: 19px;
    width: 136px
}

#pages_home .logo--dr-oz {
    background: url(/assets/homepage/logos-s2fb8a55a69-45194c7c76975a37f82432f5d827b4a6.png) 0 -400px no-repeat;
    height: 38px;
    width: 38px
}

#pages_about #main section {
    margin-bottom: 20px
}

#pages_about #main .bio {
    *zoom: 1;
    margin-bottom: 20px
}

#pages_about #main .bio:after {
    content: "";
    display: table;
    clear: both
}

#pages_about #main .bio span {
    display: block
}

#pages_about #main .bio img {
    float: left
}

#pages_about #main .bio .name {
    color: #444;
    font-size: 1.5em;
    line-height: 1.2;
    display: block;
    margin-bottom: 0
}

#pages_about #main .bio .role {
    font-style: italic;
    line-height: 1.3em;
    display: block;
    margin-bottom: 10px
}

#pages_about #main .team .bio .info {
    margin-left: 115px
}

#pages_iphone .icons-sprite, #pages_iphone .icons-calendar, #pages_iphone .icons-reminder, #pages_iphone .icons-results {
    background-image: url(/assets/iphone/icons-s0cf028022d-ecd4a0c82236d3607bad238c0c751336.png);
    background-repeat: no-repeat
}

#pages_iphone .icons-calendar {
    background-position: 0 0
}

#pages_iphone .icons-reminder {
    background-position: 0 -60px
}

#pages_iphone .icons-results {
    background-position: 0 -120px
}

#pages_iphone section {
    margin-bottom: 30px
}

#pages_iphone .hero {
    position: relative
}

@media (min-width: 992px) {
    #pages_iphone .hero .image {
        height: 100%;
        width: 100%;
        min-height: 300px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/assets/iphone/iphone-app-hero-92488c8ce63be0de2a2f06e71d5a3fd4.jpg);
        background-size: auto;
        background-repeat: no-repeat;
        background-position: top right
    }

    #pages_iphone .hero .text {
        padding: 20px;
        min-height: 300px
    }
}

#pages_iphone .features h3 {
    font-size: 20px
}

#pages_iphone .features .features-content {
    margin-left: 80px;
    display: block
}

#pages_iphone .features .icon {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #cdcac3;
    float: left
}

#pages_jobs .benefits-sprite, #pages_jobs .benefits-bank-icon, #pages_jobs .benefits-food-icon, #pages_jobs .benefits-happy-hour-icon, #pages_jobs .benefits-health-icon, #pages_jobs .benefits-medical-coverage-icon, #pages_jobs .benefits-station-icon, #pages_jobs .benefits-vacation-icon, #pages_jobs .learn-is_it_for_me-page .benefits-convenient-icon, .learn-is_it_for_me-page #pages_jobs .benefits-convenient-icon, #pages_jobs .learn-is_it_for_me-page .benefits-informed-icon, .learn-is_it_for_me-page #pages_jobs .benefits-informed-icon, #pages_jobs .learn-is_it_for_me-page .benefits-privacy-icon, .learn-is_it_for_me-page #pages_jobs .benefits-privacy-icon, #pages_jobs .learn-is_it_for_me-page .benefits-understand-icon, .learn-is_it_for_me-page #pages_jobs .benefits-understand-icon {
    background-image: url(/assets/jobs/benefits-s8bae7ca0ff-55b71ddf2fd216b4dede41c87a8b8ec5.png);
    background-repeat: no-repeat
}

#pages_jobs .benefits-bank-icon {
    background-position: 0 0
}

#pages_jobs .benefits-food-icon {
    background-position: 0 -50px
}

#pages_jobs .benefits-happy-hour-icon {
    background-position: 0 -100px
}

#pages_jobs .benefits-health-icon {
    background-position: 0 -150px
}

#pages_jobs .benefits-medical-coverage-icon {
    background-position: 0 -200px
}

#pages_jobs .benefits-station-icon {
    background-position: 0 -250px
}

#pages_jobs .benefits-vacation-icon {
    background-position: 0 -300px
}

#pages_jobs #main section {
    margin-bottom: 40px
}

#pages_jobs .benefits .benefits-content {
    margin-left: 0px;
    float: left
}

#pages_jobs .benefits .benefits-content ul {
    list-style: none
}

#pages_jobs .benefits .benefits-content ul li {
    margin-bottom: 15px;
    min-height: 45px
}

#pages_jobs .benefits .benefits-content ul li p {
    vertical-align: middle;
    margin-left: 65px
}

#pages_jobs .benefits .benefits-content ul li.margin {
    margin-left: 20px
}

#pages_jobs .benefits .benefits-content span {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #9b9892;
    float: left
}

#pages_jobs .container .dynamic_content_link {
    cursor: pointer;
    border-radius: 3px
}

#pages_jobs .container .dynamic_content_link.selected {
    background-color: #00a0ca;
    -webkit-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out
}

#pages_jobs .container .dynamic_content_link.selected .selected_color {
    color: #fff
}

#pages_jobs .dynamic_content_link:hover {
    background-color: rgba(153, 153, 153, 0.05);
    -webkit-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out
}

#pages_jobs .dynamic_content_description {
    display: none;
    position: absolute
}

#pages_jobs .dynamic_content_description.selected {
    -webkit-transition: all, 0.5s, ease-out;
    transition: all, 0.5s, ease-out;
    position: inherit;
    display: block
}

#pages_jobs .more ul {
    float: left;
    display: inline-block
}

#pages_jobs .more ul li {
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center
}

#pages_jobs .more ul li img {
    margin: auto
}

#pages_jobs .more ul li p {
    font-size: 14px;
    min-height: 10px;
    padding-top: 5px;
    color: #999;
    font-style: italic
}

#pages_jobs .positions {
    overflow: hidden;
    *zoom: 1
}

#pages_jobs .positions .open .title {
    padding: 3px 10px
}

#pages_jobs .positions .details {
    background-color: #f9f9f9;
    border-radius: 3px
}

#pages_jobs .positions .details .content {
    padding-top: 30px;
    padding-bottom: 20px
}

#pages_jobs .positions .details .content ul, #pages_jobs .positions .details .content ol {
    padding: 0 0 20px 20px
}

#pages_jobs .positions .details .content ul {
    list-style-type: disc
}

#pages_jobs .positions .details .content ol {
    list-style-type: decimal
}

#pages_jobs .positions .details .content p {
    margin-bottom: 25px
}

#pages_jobs .positions .details .content p.apply {
    font-style: italic
}

#pages_press #main {
    padding-top: 30px
}

#pages_press h1 {
    margin-bottom: 0
}

#pages_contact p.inline {
    display: inline-block
}

#pages_lab_records #main {
    min-height: 500px
}

#pages_lab_records .section {
    margin-bottom: 30px
}

.partner_leads_page section {
    margin-bottom: 40px
}

.partner_leads_page #benefits {
    background-color: #00a0ca;
    padding: 20px 0 40px 0;
    color: #fff;
    font-size: 18px
}

.partner_leads_page #benefits h2 {
    color: #fff
}

.partner_leads_page #benefits ul {
    padding-right: 15px
}

.partner_leads_page #benefits ul li {
    list-style-type: disc;
    color: #4cbcd8;
    padding-bottom: 20px
}

.partner_leads_page #benefits ul li span {
    color: white
}

.partner_leads_page .interstitial {
    background-color: #f9f9f9;
    padding: 50px 0
}

.partner_leads_page .interstitial .quote {
    font-style: italic;
    color: #fff
}

.partner_leads_page .interstitial .quote cite {
    float: right
}

#partner_leads_employer .process-sprite, #partner_leads_employer .process-arrow-down, #partner_leads_employer .process-blood-icon, #partner_leads_employer .process-results-icon, #partner_leads_employer .process-right-arrow, #partner_leads_employer .process-select-practitioner-icon, #partner_leads_employer .process-track-icon {
    background-image: url(/assets/employer/process-s7b0f608fae-817f1a8b3c57cdb30a797fc0893a387c.png);
    background-repeat: no-repeat
}

#partner_leads_employer .process-arrow-down {
    background-position: 0 0
}

#partner_leads_employer .process-blood-icon {
    background-position: 0 -23px
}

#partner_leads_employer .process-results-icon {
    background-position: 0 -163px
}

#partner_leads_employer .process-right-arrow {
    background-position: 0 -303px
}

#partner_leads_employer .process-select-practitioner-icon {
    background-position: 0 -341px
}

#partner_leads_employer .process-track-icon {
    background-position: 0 -481px
}

#partner_leads_employer h3.width {
    margin-top: .5em
}

#partner_leads_employer .hero {
    margin-top: 20px;
    border: 1px solid white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px
}

#partner_leads_employer .call_to_action {
    padding: 35px 0px;
    margin-bottom: 50px;
    margin-top: 50px;
    background: #f9f9f9
}

#partner_leads_employer .call_to_action p {
    display: inline-block;
    font-size: 24px;
    font-style: italic;
    margin: 10px 40px
}

#partner_leads_employer .call_to_action .btn {
    float: right;
    margin: 0px 40px
}

#partner_leads_employer .info-text {
    font-size: 16px
}

#partner_leads_employer #UpcomingEvents .link_area {
    display: inline-block;
    margin-left: 20px
}

#partner_leads_employer #UpcomingEvents .events {
    padding-bottom: 30px
}

#partner_leads_employer #UpcomingEvents .events .event-info {
    padding-left: 100px
}

#partner_leads_employer .intro_text {
    font-size: 18px;
    color: #555
}

#partner_leads_employer .intro_text p {
    margin-bottom: 15px
}

#partner_leads_employer .intro_text_small {
    font-size: 14px;
    color: #555
}

#partner_leads_employer .intro_text_small p {
    margin-bottom: 15px
}

#partner_leads_employer section {
    margin: 0 auto 50px
}

#partner_leads_employer section.inline {
    margin: 0 auto
}

#partner_leads_employer section.inline:not(:first-child) > [class*='span']:first-child {
    margin-left: 20px
}

#partner_leads_employer section#HowItWorks .process-container {
    display: table-row
}

#partner_leads_employer section#HowItWorks .process-container > * {
    display: table-cell
}

#partner_leads_employer section#HowItWorks .image-container {
    height: 140px;
    width: 140px
}

#partner_leads_employer section#HowItWorks .image-arrow-container {
    vertical-align: middle;
    margin-left: 10px
}

#partner_leads_employer section#HowItWorks .image-arrow-container img {
    margin-left: 40px
}

#partner_leads_employer .container img.thumb.demo_video {
    padding-top: 0px;
    display: inline-block;
    line-height: 2em;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px;
    cursor: pointer
}

#partner_leads_employer .container a.availability.demo_video.product {
    padding-left: 15px;
    padding-top: 10px;
    display: inline-block;
    width: 175px;
    vertical-align: middle;
    cursor: pointer
}

#partner_leads_affiliate #main section {
    text-align: center
}

#partner_leads_affiliate section.intro {
    margin: 0 auto 60px
}

@media (min-width: 1200px) {
    #partner_leads_affiliate section.intro {
        width: 42%
    }
}

#partner_leads_affiliate section.affiliate-types {
    margin: 60px auto
}

@media (min-width: 1200px) {
    #partner_leads_affiliate section.affiliate-types {
        width: 25%
    }
}

@media (max-width: 1199px) {
    #partner_leads_affiliate section.affiliate-types {
        width: 40%
    }
}

@media (max-width: 991px) {
    #partner_leads_affiliate section.affiliate-types {
        width: 100%
    }
}

#partner_leads_affiliate section.affiliate-types .profile-image--ben {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -26px;
    height: 64px;
    width: 64px;
    background-size: 112px
}

#partner_leads_affiliate section.affiliate-types .profile-image--courtney {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -144px;
    height: 64px;
    width: 64px;
    background-size: 112px
}

#partner_leads_affiliate section.affiliate-types .profile-image--dave {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -229px;
    height: 64px;
    width: 65px;
    background-size: 112px
}

#partner_leads_affiliate section.affiliate-types .profile-image {
    display: inline-block;
    margin: 10px 7px
}

#partner_leads_affiliate section.info {
    margin: 60px auto
}

#partner_leads_affiliate section.info .divider-vertical {
    border-right: 2px solid #f9f9f9
}

@media (min-width: 1200px) {
    #partner_leads_affiliate section.info {
        width: 40%
    }
}

@media (max-width: 1199px) {
    #partner_leads_affiliate section.info {
        width: 50%
    }
}

@media (max-width: 991px) {
    #partner_leads_affiliate section.info {
        width: 60%
    }

    #partner_leads_affiliate section.info .divider-vertical {
        border-right: 0px
    }

    #partner_leads_affiliate section.info h3 {
        margin-top: 35px
    }
}

#partner_leads_affiliate section.info ol, #partner_leads_affiliate section.info ul {
    padding-left: 0
}

#partner_leads_affiliate section.info ul li {
    list-style: none
}

#partner_leads_affiliate section.info .info-step {
    display: inline-block;
    margin: 10px 10px
}

#partner_leads_affiliate section.info .info-icon {
    margin: 30px auto 10px
}

#partner_leads_affiliate section.info .computer-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -118px;
    height: 26px;
    width: 34px;
    background-size: 112px
}

#partner_leads_affiliate section.info .mail-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -293px;
    height: 20px;
    width: 31px;
    background-size: 112px
}

#partner_leads_affiliate section.info .coin-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -90px;
    height: 28px;
    width: 28px;
    background-size: 112px
}

#partner_leads_affiliate section.info .bargraph-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 0;
    height: 26px;
    width: 33px;
    background-size: 112px
}

#partner_leads_affiliate section.info .share-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -313px;
    height: 22px;
    width: 28px;
    background-size: 112px
}

#partner_leads_affiliate section.info .cursor-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -208px;
    height: 21px;
    width: 19px;
    background-size: 112px
}

#partner_leads_affiliate section.commissions {
    margin: 60px auto
}

#partner_leads_affiliate section.commissions .commission-details {
    margin: 0 auto;
    display: inline-block
}

#partner_leads_affiliate section.commissions .triple-coin-icon {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/affiliate-s4688cd9622-51db69f7cd6f558be92d9674bb0263d4.png);
    background-position: 0 -335px;
    height: 56px;
    width: 112px;
    background-size: 112px;
    margin: 20px auto
}

#partner_leads_affiliate section.commissions .rate {
    font-size: 64px;
    display: table-cell;
    color: #504364;
    padding-right: 10px;
    line-height: .9;
    vertical-align: bottom
}

#partner_leads_affiliate section.commissions .footnote {
    font-style: italic;
    display: table-cell;
    text-align: left
}

#partner_leads_affiliate section.signup {
    margin: 60px auto
}

@media (min-width: 1200px) {
    #partner_leads_affiliate section.signup {
        width: 25%
    }
}

@media (max-width: 1199px) {
    #partner_leads_affiliate section.signup {
        width: 40%
    }
}

@media (max-width: 991px) {
    #partner_leads_affiliate section.signup {
        width: 60%
    }
}

#partner_leads_affiliate section.contact {
    margin: 60px auto 0
}

@media (min-width: 1200px) {
    #partner_leads_affiliate section.contact {
        width: 35%
    }
}

@media (max-width: 1199px) {
    #partner_leads_affiliate section.contact {
        width: 40%
    }
}

@media (max-width: 991px) {
    #partner_leads_affiliate section.contact {
        width: 100%
    }
}

#partner_leads_practitioners .btn.join {
    line-height: 1.1
}

#partner_leads_practitioners .btn.join .micro-copy {
    font-size: 14px;
    color: #caf4ff;
    font-weight: normal
}

#partner_leads_thorne_practitioners .heading {
    margin-bottom: 30px
}

#partner_leads_thorne_practitioners .heading h1 {
    margin-bottom: 0
}

#partner_leads_thorne_practitioners .heading .h3 {
    color: #999
}

#partner_leads_thorne_practitioners .card {
    margin-bottom: 20px;
    background: #f9f9f9;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

#partner_leads_thorne_practitioners .card img {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

#partner_leads_thorne_practitioners .card .card-content {
    padding: 12px 15px
}

#partner_leads_thorne_practitioners .bottom.row {
    background: #f6f6f7;
    border-radius: 3px;
    margin-bottom: 30px;
    padding-top: 25px;
    padding-bottom: 25px
}

@media (min-width: 480px) {
    #partner_leads_thorne_practitioners .stuck {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 510px
    }

    #partner_leads_thorne_practitioners .stuck img {
        display: none
    }
}

@media (min-width: 768px) {
    #partner_leads_thorne_practitioners .stuck {
        width: 720px
    }
}

@media (min-width: 992px) {
    #partner_leads_thorne_practitioners .stuck {
        width: 212.5px
    }
}

@media (min-width: 1200px) {
    #partner_leads_thorne_practitioners .stuck {
        width: 262.5px
    }
}

#partner_leads_crossfitathletes #main .inverted, #partner_leads_crossfitathletes #main #footer section#connect, #footer #partner_leads_crossfitathletes #main section#connect {
    background-color: #9b9892;
    padding: 30px 0;
    margin-top: 50px
}

#pages_tos .legal_document, #pages_privacy_policy .legal_document, #pages_user_agreement .legal_document {
    text-align: justify;
    max-width: 700px;
    float: none;
    margin: auto;
    line-height: 1.5
}

#pages_tos .legal_document .legal_box, #pages_privacy_policy .legal_document .legal_box, #pages_user_agreement .legal_document .legal_box {
    border: 1px solid;
    padding: 5px;
    margin: 10px 0
}

#pages_tos .legal_document h2, #pages_privacy_policy .legal_document h2, #pages_user_agreement .legal_document h2 {
    text-align: center
}

#pages_tos .legal_document h3, #pages_privacy_policy .legal_document h3, #pages_user_agreement .legal_document h3 {
    margin: 2em auto 0.5em auto
}

#pages_tos .legal_document strong, #pages_privacy_policy .legal_document strong, #pages_user_agreement .legal_document strong {
    color: #333
}

#pages_tos .legal_document ul, #pages_privacy_policy .legal_document ul, #pages_user_agreement .legal_document ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 1em
}

#pages_tos .legal_document ol, #pages_privacy_policy .legal_document ol, #pages_user_agreement .legal_document ol {
    list-style-type: decimal;
    margin-left: 30px
}

#pages_tos .legal_document p, #pages_privacy_policy .legal_document p, #pages_user_agreement .legal_document p {
    margin-bottom: 1em
}

#purchasing_bundled_packages #loading_pricing_table, #purchasing_pricing_table #loading_pricing_table {
    padding: 19px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 422px;
    background-color: white;
    border-color: lightgrey
}

#purchasing_bundled_packages #loading_pricing_table #loading, #purchasing_pricing_table #loading_pricing_table #loading {
    position: absolute;
    width: 250px;
    height: 80px;
    left: 365px;
    top: 190px
}

#purchasing_bundled_packages .bad_state_background, #purchasing_pricing_table .bad_state_background {
    padding: 19px;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 422px;
    background-color: white;
    border-color: lightgrey
}

#purchasing_bundled_packages .bad_state_background #coming_soon, #purchasing_pricing_table .bad_state_background #coming_soon {
    position: relative;
    width: 425px;
    margin: auto;
    height: 260px;
    top: 50%;
    margin-top: -130px
}

#purchasing_bundled_packages .pricing_cover, #purchasing_pricing_table .pricing_cover {
    background-color: black;
    position: relative;
    top: 0;
    left: 0;
    width: 939px;
    height: 490px
}

#purchasing_bundled_packages .pricing_cover img, #purchasing_pricing_table .pricing_cover img {
    opacity: .7
}

#purchasing_bundled_packages .coming_soon_cover, #purchasing_pricing_table .coming_soon_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: -19px;
    background-color: black;
    opacity: 0.7;
    z-index: 1
}

#purchasing_bundled_packages .modal_container, #purchasing_pricing_table .modal_container {
    padding: 19px;
    border-radius: 3px;
    position: absolute;
    width: 400px;
    left: 250px;
    top: 137px;
    background-color: white;
    z-index: 5
}

#purchasing_bundled_packages .modal_container .cancel, #purchasing_pricing_table .modal_container .cancel {
    position: absolute;
    top: 10px;
    right: 10px
}

#purchasing_bundled_packages .pricing table th.cost, #purchasing_pricing_table .pricing table th.cost {
    min-width: 100px
}

#purchasing_bundled_packages .pricing table th.action, #purchasing_pricing_table .pricing table th.action {
    min-width: 120px
}

#purchasing_bundled_packages .pricing table td.action, #purchasing_pricing_table .pricing table td.action {
    text-align: center
}

#purchasing_bundled_packages .pricing table th.filled, #purchasing_pricing_table .pricing table th.filled {
    color: #999
}

#purchasing_bundled_packages .pricing table tr.package td.description .invisible, #purchasing_bundled_packages .pricing table tr.package td.cost .invisible, #purchasing_pricing_table .pricing table tr.package td.description .invisible, #purchasing_pricing_table .pricing table tr.package td.cost .invisible {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    opacity: 0.3
}

#purchasing_bundled_packages .pricing table .item-name, #purchasing_pricing_table .pricing table .item-name {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px
}

#purchasing_bundled_packages .pricing table .description-text, #purchasing_bundled_packages .pricing table .normal-note, #purchasing_bundled_packages .pricing table .unavailable-note, #purchasing_pricing_table .pricing table .description-text, #purchasing_pricing_table .pricing table .normal-note, #purchasing_pricing_table .pricing table .unavailable-note {
    font-size: 13px;
    color: #999;
    margin-top: 0
}

#purchasing_bundled_packages .pricing table .value, #purchasing_pricing_table .pricing table .value {
    color: #999;
    text-decoration: line-through
}

#purchasing_bundled_packages .pricing table .price, #purchasing_pricing_table .pricing table .price {
    font-size: 16px;
    font-weight: bold
}

#purchasing_bundled_packages .pricing table #buy_buttons, #purchasing_pricing_table .pricing table #buy_buttons {
    white-space: nowrap;
    border-left-color: transparent
}

#purchasing_bundled_packages .pricing table #total, #purchasing_bundled_packages .pricing table #buy_buttons, #purchasing_pricing_table .pricing table #total, #purchasing_pricing_table .pricing table #buy_buttons {
    background-color: #e7fcfc
}

#purchasing_bundled_packages .pricing table .you-save, #purchasing_pricing_table .pricing table .you-save {
    color: #999
}

#purchasing_bundled_packages .pricing table .package_column, #purchasing_pricing_table .pricing table .package_column {
    background-color: #f9f9f9
}

#purchasing_bundled_packages .pricing table button.selector, #purchasing_pricing_table .pricing table button.selector {
    background-color: #eee
}

#purchasing_bundled_packages .pricing table button.selector:hover, #purchasing_pricing_table .pricing table button.selector:hover {
    background-color: #b7b7b7
}

#purchasing_bundled_packages .pricing table button.selector.active, #purchasing_pricing_table .pricing table button.selector.active {
    background-image: url(/assets/pricing/checkmark-white-20-d05da596af24ba6ca4cdc1e7ca8a745e.png);
    background-position: center;
    background-color: #999;
    background-repeat: no-repeat;
    -webkit-transition-property: none;
    transition-property: none
}

#pages_ebook .ebook {
    float: left
}

#pages_ebook img.ebook {
    padding-left: 30px;
    padding-top: 40px
}

#pages_events section.intro {
    background-color: #f9f9f9;
    margin-top: -50px;
    padding-top: 50px;
    margin-bottom: 30px
}

#pages_events h2 {
    font-family: sans-serif;
    font-size: 24px;
    margin-bottom: 0px;
    color: #555
}

#pages_events h3 {
    letter-spacing: 2px;
    text-transform: uppercase
}

#pages_events h4 {
    font-weight: bold;
    font-size: 20px;
    color: #686560;
    margin-bottom: 0px;
    font-family: sans-serif;
    width: 400px
}

#pages_events .sub-name {
    font-style: italic;
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: sans-serif
}

#pages_events .sub-date {
    font-weight: bold;
    color: #999;
    font-family: sans-serif
}

#pages_events .webinar-container {
    padding-top: 10px;
    margin-bottom: 20px
}

#pages_events .webinar-container img {
    float: left;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1)
}

#pages_events .webinar-container .info {
    margin-left: 90px
}

#pages_events .coming-soon {
    font-weight: bold;
    font-size: 20px;
    color: #686560;
    margin-bottom: 15px;
    font-family: sans-serif;
    width: 400px
}

#pages_events .register {
    margin-right: 20px;
    display: inline-block
}

#pages_events .replay {
    margin-top: 20px;
    display: inline-block
}

#pages_events .time {
    font-size: 14px;
    font-weight: bold;
    color: #999;
    font-family: sans-serif
}

#pages_timferriss .main-content {
    margin-top: 30px
}

#pages_timferriss .main-content h1 {
    font-size: 40px;
    margin-bottom: 10px
}

#pages_timferriss .main-content .space {
    margin-right: 5px;
    display: inline-block
}

#pages_timferriss .main-content p {
    margin-bottom: 20px
}

#pages_timferriss .main-content img {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 3px;
    margin-top: 15px
}

#pages_timferriss form .style {
    width: 130px;
    height: 28px;
    display: inline-block;
    font-size: 14px
}

#pages_timferriss form .buttons {
    margin-bottom: 9px
}

#pages_timferriss .link-container {
    margin-bottom: 30px;
    margin-top: 30px
}

#pages_timferriss .link-container .buy_button_link {
    margin-right: 35px;
    font-size: 16px
}

#pages_timferriss .below-interstitial p {
    color: #999;
    margin-bottom: 10px
}

#pages_timferriss p.date {
    font-weight: bold
}

#pages_timferriss .side-bar .bottom {
    margin-bottom: 50px
}

#pages_timferriss .interstitial {
    padding: 0px 40px;
    margin-top: 50px;
    background: url(/assets/global/quote-icon-d80a5af6d85b4d63af2553155d798be9.png) no-repeat 0px 4px
}

#pages_timferriss .interstitial .quote {
    font-style: italic;
    color: #666
}

#pages_timferriss .interstitial .quote blockquote {
    font-size: 24px;
    margin-bottom: .5em;
    font-weight: bold
}

#pages_timferriss .interstitial .quote cite {
    width: 80%;
    text-align: right;
    float: right;
    font-style: italic;
    font-size: 16px;
    color: #999
}

#pages_timferriss .interstitial .quote cite::before {
    content: "\2014"
}

#pages_e_health_answers textarea.question {
    width: 100%;
    box-sizing: border-box
}

#pages_e_health_answers .practitioner {
    margin-bottom: 30px
}

#pages_e_health_answers .practitioner p {
    font-size: 14px
}

#pages_e_health_answers .practitioner img {
    float: left;
    margin: 0 15px 15px 0
}

#pages_e_health_answers .emergency {
    font-size: 13px;
    color: #999
}

#pages_e_health_answers .emergency ul {
    list-style: disc outside;
    margin-left: 2em
}

#pages_e_health_answers select {
    width: auto
}

#pages_loyalty .section {
    margin-bottom: 0
}

#pages_loyalty .bundles > .row {
    margin-left: -10px;
    margin-right: -10px
}

#pages_loyalty .bundles [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px
}

#pages_loyalty .bundles .heading {
    margin-bottom: 0
}

#pages_loyalty .bundles .package {
    border-bottom: 1px solid #ddd
}

#pages_loyalty .bundles .package:last-child {
    border: none
}

#pages_loyalty .bundles .package.dim * {
    color: #ccc !important
}

#pages_loyalty .bundles .package, #pages_loyalty .bundles .package * {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#pages_loyalty .bundles .package:hover, #pages_loyalty .bundles .package:hover * {
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s
}

#pages_loyalty .bundles .packages-col .heading {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding-top: 20px
}

#pages_loyalty .bundles .packages-col .heading .h5 {
    text-transform: uppercase;
    color: #999;
    margin-bottom: .25em
}

#pages_loyalty .bundles .packages-col .package {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative
}

#pages_loyalty .bundles .packages-col .bundled-consultation {
    bottom: 20px;
    position: absolute;
    font-size: 14px;
    color: #ccc;
    font-style: italic
}

#pages_loyalty .bundles .tier {
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 1px 3px
}

#pages_loyalty .bundles .tier .heading {
    padding: 10px 20px;
    border-radius: 3px 3px 0 0;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.06) -1px -1px
}

#pages_loyalty .bundles .tier.silver .heading {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjcwJSI+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNhM2EzYTMiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-radial-gradient(left top, #a3a3a3 67%, #9e9e9e 70%);
    background-image: -webkit-radial-gradient(left top, #a3a3a3 67%, #9e9e9e 70%);
    background-image: radial-gradient(left top, #a3a3a3 67%, #9e9e9e 70%)
}

#pages_loyalty .bundles .tier.gold .heading {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjcwJSI+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiNkZmFiMjgiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2RhYTYyMiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-radial-gradient(left top, #dfab28 67%, #daa622 70%);
    background-image: -webkit-radial-gradient(left top, #dfab28 67%, #daa622 70%);
    background-image: radial-gradient(left top, #dfab28 67%, #daa622 70%)
}

#pages_loyalty .bundles .tier.platinum .heading {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjcwJSI+PHN0b3Agb2Zmc2V0PSI2NyUiIHN0b3AtY29sb3I9IiM3YTdhN2EiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzc2NzY3NiIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-radial-gradient(left top, #7a7a7a 67%, #767676 70%);
    background-image: -webkit-radial-gradient(left top, #7a7a7a 67%, #767676 70%);
    background-image: radial-gradient(left top, #7a7a7a 67%, #767676 70%)
}

#pages_loyalty .bundles .tier .package {
    padding: 20px;
    background-color: #f9f9f9
}

#pages_loyalty .bundles .tier .package:hover {
    background-color: #fff
}

#pages_loyalty .bundles .tier .package p.detail {
    margin-bottom: .2em;
    color: #999;
    font-size: 13px
}

#pages_loyalty .bundles .tier .package .price {
    font-size: 22px;
    margin-bottom: 5px
}

#pages_loyalty .bundles .tier .package .price strike {
    font-size: 15px;
    font-weight: normal;
    color: #999
}

#pages_loyalty .bundles .tier .package .btn {
    margin-bottom: 15px
}

#pages_loyalty .bundles .tier .package .consultations span.type {
    display: inline
}

@media (min-width: 992px) {
    #pages_loyalty .bundles .tier .package .consultations span.type {
        display: none
    }
}

#pages_loyalty .bundles .tier .package .consultations em.detail {
    display: block;
    font-size: 14px;
    color: #ccc
}

#pages_loyalty section.terms p {
    font-size: 14px;
    font-style: italic
}

#pages_loyalty .lab-records, #pages_loyalty .lab-records * {
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

#pages_loyalty .lab-records:hover, #pages_loyalty .lab-records:hover * {
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s
}

#landing_pages_lipocardia .registration .panel {
    background: #f9f9f9
}

#landing_pages_lipocardia .stuck {
    position: fixed
}

@media (max-width: 767px) {
    #landing_pages_lipocardia .stuck {
        top: 0;
        left: 0
    }

    #landing_pages_lipocardia .stuck .panel {
        border-radius: 0;
        border-width: 0 0 1px;
        box-shadow: 1px 3px rgba(0, 0, 0, 0.1)
    }
}

@media (min-width: 768px) {
    #landing_pages_lipocardia .stuck {
        top: 20px;
        width: 250px
    }
}

@media (min-width: 992px) {
    #landing_pages_lipocardia .stuck {
        width: 323.3333333333px
    }
}

@media (min-width: 1200px) {
    #landing_pages_lipocardia .stuck {
        width: 350px
    }
}

@media (max-width: 767px) {
    #landing_pages_lipocardia a.trigger {
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0;
        display: block;
        padding: 15px 10px;
        border: none;
        border-radius: 0
    }

    #landing_pages_lipocardia .registration {
        margin-bottom: 0;
        position: fixed;
        bottom: 0;
        top: auto;
        left: 0;
        right: 0
    }

    #landing_pages_lipocardia .registration .panel {
        border-radius: 0;
        border-width: 1px 0 0;
        margin-bottom: 0;
        box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1)
    }

    #landing_pages_lipocardia .registration .panel.collapsed {
        display: none
    }

    #landing_pages_lipocardia .registration .panel .panel-body {
        padding-top: 30px
    }

    #landing_pages_lipocardia .registration.sign-in-form {
        width: 100%
    }

    #landing_pages_lipocardia .registration .panel + .help-block {
        display: none
    }
}

@media (min-width: 768px) {
    #landing_pages_lipocardia .registration a.trigger {
        display: none
    }
}

#landing_pages_lipocardia .pills li {
    background-color: #eeeae4;
    border-radius: 500px;
    white-space: nowrap;
    padding: 5px 15px;
    margin: 0 2px 7px 0;
    cursor: default;
    -webkit-transition: all, .2s;
    transition: all, .2s
}

#landing_pages_lipocardia .pills li:hover {
    background-color: #e4ded4
}

#landing_pages_lipocardia .steps {
    text-align: center
}

#landing_pages_lipocardia .steps img {
    text-align: center;
    background-color: #fff;
    padding: 5px;
    margin: 0 auto 5px;
    border-radius: 500px;
    border: 2px solid #eee;
    -webkit-transition: border, .2s;
    transition: border, .2s
}

#landing_pages_lipocardia .steps img:hover {
    border-color: #e1e1e1
}

#landing_pages_lipocardia dl.faq-drawer {
    margin-top: 60px;
    border: 1px solid #ddd;
    counter-reset: question;
    background: #f9f9f9;
    overflow: hidden;
    margin-bottom: 40px
}

#landing_pages_lipocardia dl.faq-drawer dt {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    counter-increment: question;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    border: 1px solid #ddd;
    margin: -1px -1px 0;
    cursor: pointer;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(35%, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 35%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 35%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0) 35%);
    background: #f9f9f9;
    padding: 20px 20px 20px 40px;
    text-indent: -17px;
    position: relative
}

#landing_pages_lipocardia dl.faq-drawer dt:before {
    content: counter(question) "."
}

#landing_pages_lipocardia dl.faq-drawer dt.selected {
    background: #eeeae4;
    border: 1px solid #e6e2dc;
    color: #35322d
}

#landing_pages_lipocardia dl.faq-drawer dt.selected .arrow {
    background: #eeeae4;
    border: 1px solid #e6e2dc;
    border-left: none;
    border-top: none;
    left: 30px
}

#landing_pages_lipocardia dl.faq-drawer dt .arrow {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    width: 20px;
    height: 20px;
    background: #f9f9f9;
    border-left: none;
    border-top: none;
    position: absolute;
    bottom: -11px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -26px
}

#landing_pages_lipocardia dl.faq-drawer dd {
    padding: 30px 20px 25px;
    line-height: 1.4;
    color: #666;
    margin-left: 4px;
    display: none;
    height: auto
}

#landing_pages_lipocardia dl.faq-drawer dd ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-top: 10px
}

#landing_pages_lipocardia dl.faq-drawer dd ul li {
    padding-left: 20px;
    text-indent: -14px;
    margin-bottom: 10px
}

#landing_pages_lipocardia dl.faq-drawer dd ul.nested {
    list-style-type: none
}

#landing_pages_lipocardia dl.faq-drawer dd ul.nested li {
    padding-left: 20px;
    text-indent: -10px
}

#landing_pages_lipocardia dl.faq-drawer dd ul.nested li:before {
    content: "-"
}

#pages_marketing-content-management .jobs_form {
    clear: both;
    margin-top: 20px
}

#partners_equinox #main {
    padding-top: 30px
}

#partners_equinox section {
    margin-bottom: 40px
}

#partners_equinox section.hero .img {
    background-color: #000
}

#partners_equinox section.hero .img img {
    display: block;
    margin: 0 auto
}

#partners_equinox section.how-it-works img {
    margin-bottom: 20px
}

#partners_equinox section.choose-package ul li {
    margin-bottom: .6em
}

#partners_equinox section.choose-package p {
    margin-bottom: 0
}

#partners_equinox section.choose-package .price {
    vertical-align: middle;
    margin-bottom: 0
}

#partners_google .hero-container img.logo {
    margin-bottom: 20px
}

#partners_google .hero-container .super {
    vertical-align: super
}

#partners_google .hero-container .text {
    font-size: 16px
}

#partners_google a.style {
    color: white;
    text-decoration: underline
}

#partners_google .hero {
    margin-top: 20px;
    border: 1px solid white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px
}

#partners_google .price {
    display: inline-block;
    margin-left: 15px
}

#partners_google .strike {
    background: url(/assets/global/pricing-strikethrough-2f55ffd689ca997493cfbb07672c562e.png) no-repeat 0px 5px;
    width: 57px;
    height: 51px;
    position: absolute;
    font-size: 22px
}

#partners_google .free {
    font-size: 22px;
    margin-left: 63px
}

#partners_google section.benefits {
    margin-top: 40px;
    margin-bottom: 40px;
    background-color: #00a0ca;
    padding: 20px 0 40px 0;
    color: #fff;
    font-size: 18px
}

#partners_google section.benefits h2 {
    color: #fff
}

#partners_google section.benefits ul {
    padding-right: 15px
}

#partners_google section.benefits ul li {
    list-style-type: disc;
    color: #4cbcd8;
    padding-bottom: 20px
}

#partners_google section.benefits ul li span {
    color: white
}

#partners_google .info {
    margin-bottom: 20px
}

#partners_google ul.info-list {
    list-style: square;
    margin-top: 10px;
    width: 550px
}

#partners_google ul.info-list li {
    margin-left: 65px;
    margin-bottom: 5px
}

#partners_google ul.top-list {
    list-style: square;
    margin-top: 10px;
    width: 550px
}

#partners_google ul.top-list li {
    margin-bottom: 5px;
    margin-left: 25px
}

#partners_weebly section {
    margin-bottom: 50px
}

#partners_weebly .hero h1 {
    font-size: 36px
}

#partners_weebly .hero .hero-video {
    border: 1px solid white;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px 1px
}

#partners_weebly .gray {
    color: #666
}

#partners_weebly .price {
    display: inline-block;
    margin-left: 15px;
    margin-top: 50px;
    margin-bottom: 20px
}

#partners_weebly .price-performance {
    display: inline-block
}

#partners_weebly .performance {
    font-size: 18px
}

#partners_weebly .strike {
    background: url(/assets/global/pricing-strikethrough-2f55ffd689ca997493cfbb07672c562e.png) no-repeat 0px 5px;
    width: 57px;
    height: 51px;
    position: absolute;
    font-size: 22px
}

#partners_weebly .strike-performance {
    background: url(/assets/global/pricing-strikethrough-2f55ffd689ca997493cfbb07672c562e.png) no-repeat 0px 0px;
    display: inline-block
}

#partners_weebly .free {
    font-size: 22px;
    margin-left: 63px
}

#partners_weebly .submit {
    display: inline-block
}

#partners_weebly .sign_up_content {
    display: inline-block
}

#partners_weebly .title {
    font-size: 22px;
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    color: #686560;
    font-weight: bold;
    margin-bottom: 10px
}

#partners_weebly .quote_box {
    float: left;
    box-sizing: border-box;
    background: url(/assets/global/quote-icon-d80a5af6d85b4d63af2553155d798be9.png) no-repeat 0px 4px;
    padding-left: 40px;
    padding-right: 10px;
    min-height: 40px;
    position: relative;
    *zoom: 1;
    display: block;
    font-size: 18px;
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    margin-bottom: 30px
}

#partners_weebly .quote_box:after {
    content: "";
    display: table;
    clear: both
}

#partners_weebly .quote_box .quote {
    color: #999;
    margin-bottom: .5em
}

#partners_weebly .quote_box .member {
    color: #999;
    font-style: italic;
    float: right;
    font-size: 14px
}

#partners_rancho_la_puerta #header .main-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#partners_rancho_la_puerta #header .main-nav .container .rlp-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#partners_rancho_la_puerta #header .main-nav .container .navbar-header {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#partners_rancho_la_puerta #header .main-nav .container .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

#partners_rancho_la_puerta #header .main-nav .container .navbar-header .navbar-toggle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#partners_rancho_la_puerta #header .main-nav .container .navbar-collapse {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width: 480px) {
    #partners_rancho_la_puerta #header .main-nav .container .navbar-header {
        width: calc(100% + 30px)
    }

    #partners_rancho_la_puerta #header .main-nav .container .navbar-brand {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 871px) {
    #partners_rancho_la_puerta #header .main-nav .container .navbar-collapse {
        width: calc(100% + 30px)
    }
}

#partners_rancho_la_puerta #main {
    padding-top: 20px
}

#partners_rancho_la_puerta section {
    margin-bottom: 40px
}

#partners_rancho_la_puerta h2 {
    color: #33c7c9;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px
}

#partners_rancho_la_puerta p.note {
    font-size: 12px;
    font-style: italic
}

#partners_rancho_la_puerta section.hero {
    height: 300px;
    background-image: url(/assets/partners/rancho_la_puerta/rlp-header-b6399c49e7e79694d8c7d6c4ca3a05aa.png);
    background-position: 70% top;
    background-size: cover;
    width: 100%;
    position: relative
}

#partners_rancho_la_puerta section.hero h1 {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 28px;
    margin-bottom: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3)
}

@media (min-width: 480px) {
    #partners_rancho_la_puerta section.why-wait .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #partners_rancho_la_puerta section.why-wait .row .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

#partners_rancho_la_puerta section.why-wait h3 {
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    color: #555
}

#partners_rancho_la_puerta section.how-it-works ol.steps {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    #partners_rancho_la_puerta section.how-it-works ol.steps {
        font-size: 18px
    }
}

#partners_rancho_la_puerta section.how-it-works p.blurb {
    background: #eee;
    text-align: center;
    padding: 25px;
    border-radius: 3px
}

#partners_rancho_la_puerta section.how-it-works p.note {
    text-align: right
}

#partners_rancho_la_puerta section.testimonials li {
    text-align: center
}

#partners_rancho_la_puerta section.testimonials li img {
    display: inline-block;
    border-radius: 500px
}

#partners_rancho_la_puerta section.testimonials li quote {
    display: block;
    padding: 15px
}

#partners_rancho_la_puerta section.testimonials li cite {
    display: block;
    text-align: right;
    font-style: italic;
    color: #999
}

#partners_rancho_la_puerta section.testimonials li cite::before {
    content: "\2014\00a0"
}

#partners_rancho_la_puerta section.packages .description, #partners_rancho_la_puerta section.packages .consultation, #partners_rancho_la_puerta section.packages .buy {
    padding: 15px;
    background: #f9f9f9;
    margin-bottom: 1px
}

#partners_rancho_la_puerta section.packages .title {
    padding: 15px;
    background: #eee;
    color: #504364;
    text-align: center;
    margin-bottom: 1px
}

#partners_rancho_la_puerta section.packages .consultation {
    padding: 15px;
    text-align: center
}

#partners_rancho_la_puerta section.packages .buy .btn {
    margin-right: 10px
}

#partners_rancho_la_puerta section.packages .buy .price {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}

#partners_rancho_la_puerta section#whats-included table thead td.category, #partners_rancho_la_puerta section#whats-included table thead td.markers {
    background: #f9f9f9;
    color: #999
}

#partners_rancho_la_puerta section#whats-included table thead td.rlp-premium, #partners_rancho_la_puerta section#whats-included table thead td.rlp-comprehensive, #partners_rancho_la_puerta section#whats-included table thead td.thyroid {
    background: #504364;
    color: #fff;
    font-size: 18px;
    padding: 5px 14px;
    text-align: center;
    border-right: 1px solid #fff
}

#partners_rancho_la_puerta section#whats-included table tbody td {
    padding: 5px
}

#partners_rancho_la_puerta section#whats-included table tbody td.category {
    vertical-align: top
}

#partners_rancho_la_puerta section#whats-included table tbody td.included {
    text-align: center
}

#partners_rancho_la_puerta section#whats-included table tbody .included span {
    overflow: hidden;
    text-indent: -5000em;
    display: inline-block;
    border-radius: 500px;
    width: 12px;
    height: 12px;
    background: #33c7c9
}

#partners_rancho_la_puerta section#whats-included table col.rlp-premium {
    text-align: center
}

@media (max-width: 767px) {
    #partners_rancho_la_puerta section#whats-included table {
        display: block;
        position: relative;
        width: 100%
    }

    #partners_rancho_la_puerta section#whats-included table td.category {
        display: none
    }

    #partners_rancho_la_puerta section#whats-included table thead tr, #partners_rancho_la_puerta section#whats-included table th {
        display: block
    }

    #partners_rancho_la_puerta section#whats-included table thead {
        float: left
    }

    #partners_rancho_la_puerta section#whats-included table td, #partners_rancho_la_puerta section#whats-included table th {
        font-size: 14px;
        font-weight: normal;
        display: block;
        min-height: 45px;
        padding: 2px 5px;
        vertical-align: middle
    }

    #partners_rancho_la_puerta section#whats-included table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    #partners_rancho_la_puerta section#whats-included table tbody tr {
        display: inline-block;
        vertical-align: top
    }

    #partners_rancho_la_puerta section#whats-included table th.package {
        white-space: normal;
        word-wrap: break-word;
        width: 100px
    }

    #partners_rancho_la_puerta section#whats-included table th {
        border-bottom: 0
    }

    #partners_rancho_la_puerta section#whats-included table td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    #partners_rancho_la_puerta section#whats-included table tbody tr {
        border-right: 1px solid #ddd
    }

    #partners_rancho_la_puerta section#whats-included table th:last-child, #partners_rancho_la_puerta section#whats-included table td:last-child {
        border-bottom: 1px solid #ddd
    }
}

#partners_whole_journey section {
    margin-bottom: 50px
}

#partners_whole_journey section.cta {
    background: #504364;
    text-align: center;
    color: #fff;
    padding: 20px;
    border-radius: 3px
}

#partners_whole_journey section.cta p {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold
}

#partners_whole_journey section.cta h2 {
    color: #fff;
    margin-top: 0
}

#partners_whole_journey section.intro .regenerate {
    margin-top: 20px;
    color: #504364;
    text-align: center
}

#partners_whole_journey section.intro .regenerate quote {
    display: block;
    font-style: italic;
    margin-bottom: 10px
}

#partners_whole_journey section.how-it-works li img {
    margin-bottom: 10px
}

#partners_whole_journey section.whats-included table thead td.category, #partners_whole_journey section.whats-included table thead td.markers {
    background: #f9f9f9;
    color: #999
}

#partners_whole_journey section.whats-included table thead td.baseline, #partners_whole_journey section.whats-included table thead td.thyroid-antibodies, #partners_whole_journey section.whats-included table thead td.baseline-thyroid, #partners_whole_journey section.whats-included table thead td.performance {
    background: #504364;
    color: #fff;
    font-size: 18px;
    padding: 5px 14px;
    text-align: center;
    border-right: 1px solid #fff
}

#partners_whole_journey section.whats-included table tbody td {
    padding: 5px
}

#partners_whole_journey section.whats-included table tbody td.category {
    vertical-align: top
}

#partners_whole_journey section.whats-included table tbody td.included {
    text-align: center
}

#partners_whole_journey section.whats-included table tbody .included span {
    overflow: hidden;
    text-indent: -5000em;
    display: inline-block;
    border-radius: 500px;
    width: 12px;
    height: 12px;
    background: #33c7c9
}

#partners_whole_journey section.whats-included .buy {
    text-align: center
}

#partners_whole_journey section.whats-included .buy .price {
    font-size: 24px;
    vertical-align: middle
}

#partners_my_life_covered #header .main-nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#partners_my_life_covered #header .main-nav .container .mlc-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#partners_my_life_covered #header .main-nav .container .navbar-header {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#partners_my_life_covered #header .main-nav .container .navbar-header .navbar-brand {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

#partners_my_life_covered #header .main-nav .container .navbar-header .navbar-toggle {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

#partners_my_life_covered #header .main-nav .container .navbar-collapse {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

@media (max-width: 600px) {
    #partners_my_life_covered #header .main-nav .container .navbar-header {
        width: calc(100% + 30px)
    }

    #partners_my_life_covered #header .main-nav .container .navbar-brand {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 871px) {
    #partners_my_life_covered #header .main-nav .container .navbar-collapse {
        width: calc(100% + 30px)
    }
}

#partners_my_life_covered #main {
    padding-top: 0
}

#partners_my_life_covered section {
    margin-bottom: 40px
}

#partners_my_life_covered h2 {
    color: #33c7c9;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px
}

#partners_my_life_covered p.note {
    font-size: 12px;
    font-style: italic
}

#partners_my_life_covered section.hero {
    height: 300px;
    background-image: url(/assets/partners/my_life_covered/mlc_header-de0736e4459d294fd84db01418a8662f.jpg);
    background-position: 70% top;
    background-size: cover;
    width: 100%;
    position: relative;
    text-align: center
}

#partners_my_life_covered section.hero h1 {
    color: #fff;
    position: relative;
    font-size: 28px;
    margin-bottom: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 20px
}

@media (min-width: 480px) {
    #partners_my_life_covered section.why-wait .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    #partners_my_life_covered section.why-wait .row .text {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }
}

#partners_my_life_covered section.why-wait h3 {
    font-size: 26px;
    color: #55328b
}

#partners_my_life_covered section.how-it-works ol.steps {
    text-align: center;
    margin-bottom: 20px
}

@media (min-width: 992px) {
    #partners_my_life_covered section.how-it-works ol.steps {
        font-size: 18px
    }
}

#partners_my_life_covered section.how-it-works p.blurb {
    background: #eee;
    text-align: center;
    padding: 25px;
    border-radius: 3px
}

#partners_my_life_covered section.how-it-works p.note {
    text-align: right
}

#partners_my_life_covered section.how-it-works .learn-more {
    text-align: center;
    margin-top: 40px
}

#partners_my_life_covered section.how-it-works .learn-more h3 {
    display: inline-block;
    color: #555;
    margin-right: 15px
}

#partners_my_life_covered section.testimonials li {
    text-align: center
}

#partners_my_life_covered section.testimonials li img {
    display: inline-block;
    border-radius: 500px
}

#partners_my_life_covered section.testimonials li quote {
    display: block;
    padding: 15px
}

#partners_my_life_covered section.testimonials li cite {
    display: block;
    text-align: right;
    font-style: italic;
    color: #999
}

#partners_my_life_covered section.testimonials li cite::before {
    content: "\2014\00a0"
}

#partners_my_life_covered section.packages .description, #partners_my_life_covered section.packages .buy {
    padding: 15px;
    background: #f9f9f9;
    margin-bottom: 1px
}

#partners_my_life_covered section.packages .title {
    padding: 15px;
    background: #eee;
    color: #504364;
    text-align: center;
    margin-bottom: 1px
}

#partners_my_life_covered section.packages .description {
    min-height: 400px
}

#partners_my_life_covered section.packages .description li {
    padding: 3px 0
}

#partners_my_life_covered section.packages .buy .btn {
    margin-right: 10px
}

#partners_my_life_covered section.packages .buy .price {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle
}

#landing_pages_newsletter footer .newsletter {
    display: none
}

#packages_overview #pages_home .intro.hero-section, #pages_home #packages_overview .intro.hero-section, #packages_overview #pages_home .intro.different-section, #pages_home #packages_overview .intro.different-section, #packages_overview #pages_home .intro.employer-section, #pages_home #packages_overview .intro.employer-section, #packages_overview #pages_home .intro.timeline-section, #pages_home #packages_overview .intro.timeline-section, #packages_overview #pages_home .intro.featured-section, #pages_home #packages_overview .intro.featured-section, #packages_overview #pages_home .intro.members-section, #pages_home #packages_overview .intro.members-section, #packages_overview #pages_home .intro.press-section, #pages_home #packages_overview .intro.press-section, #packages_overview #packages_performance .intro.hero-section, #packages_performance #packages_overview .intro.hero-section, #packages_overview #packages_performance .intro.benefits-section, #packages_performance #packages_overview .intro.benefits-section, #packages_overview #packages_performance .intro.why-section, #packages_performance #packages_overview .intro.why-section, #packages_overview #packages_performance .intro.how-section, #packages_performance #packages_overview .intro.how-section, #packages_overview #packages_performance .intro.notable-section, #packages_performance #packages_overview .intro.notable-section, #packages_overview #packages_performance .intro.testimonial-section, #packages_performance #packages_overview .intro.testimonial-section, #packages_overview #packages_performance .intro.markers-section, #packages_performance #packages_overview .intro.markers-section, #packages_overview #packages_performance .intro.purchase-section, #packages_performance #packages_overview .intro.purchase-section {
    margin-bottom: 40px
}

#packages_overview .packages .row {
    margin-bottom: 50px
}

#packages_overview .package-group {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px
}

#packages_overview .card {
    margin-bottom: 20px
}

#packages_overview .card .card-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 12px 15px;
    background: #999
}

#packages_overview .card .card-header .package {
    line-height: 1;
    margin: 0;
    color: #fff;
    font-size: 18px
}

#packages_overview .card .card-body {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 12px 15px;
    background: #f9f9f9
}

#packages_overview .card .detail {
    color: #999;
    font-size: 14px
}

#packages_overview .card .price {
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 24px
}

#packages_overview .card .comparison {
    vertical-align: baseline
}

#packages_overview .card .comparison p {
    display: inline-block;
    margin-right: 4px;
    font-style: italic
}

#packages_overview .card .comparison span {
    border-radius: 500px;
    width: 11px;
    height: 11px;
    display: inline-block;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    background: #fff
}

#packages_overview .card .comparison span.filled {
    background-color: #504364
}

#packages_overview .card a {
    white-space: nowrap
}

#packages_overview .card a.btn {
    margin-right: 5px
}

#packages_overview .main-packages .card-header {
    background: #504364
}

#packages_overview .specialty-packages .card-header {
    background: #33c7c9
}

#packages_overview .dna-packages .card-header {
    background: #ff4921;
}

#packages_overview section.comparison-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

#packages_overview section.comparison-table table .hover {
    background: #ccc
}

#packages_overview section.comparison-table table .blank {
    border: none
}

#packages_overview section.comparison-table table .checked {
    display: inline-block;
    border-radius: 500px;
    width: 12px;
    height: 12px;
    background: #33c7c9
}

#packages_overview section.comparison-table table th, #packages_overview section.comparison-table table td {
    margin: 0;
    vertical-align: top
}

#packages_overview section.comparison-table table th, #packages_overview section.comparison-table table td.marker {
    font-size: 14px
}

#packages_overview section.comparison-table table th {
    background-color: #eee;
    font-weight: normal;
    text-align: left;
    border: 1px solid #ddd
}

#packages_overview section.comparison-table table th.categories {
    color: #ccc
}

#packages_overview section.comparison-table table th.markers {
    color: #ccc
}

#packages_overview section.comparison-table table th.package {
    font-weight: bold
}

#packages_overview section.comparison-table table td {
    padding: 5px 8px
}

#packages_overview section.comparison-table table td.marker-cell {
    text-align: center
}

@media (min-width: 768px) {
    #packages_overview section.comparison-table table .stuck {
        position: fixed;
        top: 0;
        z-index: 1000;
        width: 720px
    }

    #packages_overview section.comparison-table table th.markers, #packages_overview section.comparison-table table td.marker {
        width: 170px
    }

    #packages_overview section.comparison-table table th.package, #packages_overview section.comparison-table table td.marker-cell {
        width: 80px
    }
}

@media (min-width: 992px) {
    #packages_overview section.comparison-table table .stuck {
        width: 940px
    }

    #packages_overview section.comparison-table table h4 {
        font-size: 16px
    }

    #packages_overview section.comparison-table table th.categories, #packages_overview section.comparison-table table td.category {
        width: 120px
    }

    #packages_overview section.comparison-table table td.category h4 {
        position: absolute;
        width: 110px
    }

    #packages_overview section.comparison-table table th.markers, #packages_overview section.comparison-table table td.marker {
        width: 225px
    }

    #packages_overview section.comparison-table table th.package, #packages_overview section.comparison-table table td.marker-cell {
        width: 85px
    }
}

@media (min-width: 1200px) {
    #packages_overview section.comparison-table table .stuck {
        width: 1140px
    }

    #packages_overview section.comparison-table table th, #packages_overview section.comparison-table table td.marker {
        font-size: 15px
    }

    #packages_overview section.comparison-table table th.categories, #packages_overview section.comparison-table table td.category {
        width: 170px
    }

    #packages_overview section.comparison-table table td.category h4 {
        width: 150px
    }

    #packages_overview section.comparison-table table th.markers, #packages_overview section.comparison-table table td.marker {
        width: 270px
    }

    #packages_overview section.comparison-table table th.package, #packages_overview section.comparison-table table td.marker-cell {
        width: 100px
    }
}

@media (max-width: 991px) {
    #packages_overview section.comparison-table table th.categories, #packages_overview section.comparison-table table td.category, #packages_overview section.comparison-table table td.blank {
        display: none
    }
}

@media (max-width: 767px) {
    #packages_overview section.comparison-table table {
        display: block;
        position: relative;
        width: 100%
    }

    #packages_overview section.comparison-table table thead tr, #packages_overview section.comparison-table table th {
        display: block
    }

    #packages_overview section.comparison-table table thead {
        float: left
    }

    #packages_overview section.comparison-table table td, #packages_overview section.comparison-table table th {
        font-size: 14px;
        font-weight: normal;
        display: block;
        min-height: 45px;
        padding: 2px 5px;
        vertical-align: middle
    }

    #packages_overview section.comparison-table table tbody {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    .no-flexbox #packages_overview section.comparison-table table tbody {
        display: block
    }

    #packages_overview section.comparison-table table tbody tr {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: inherit;
        -webkit-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        vertical-align: top
    }

    .no-flexbox #packages_overview section.comparison-table table tbody tr {
        display: inline-block
    }

    #packages_overview section.comparison-table table th.package {
        white-space: normal;
        word-wrap: break-word;
        width: 100px
    }

    #packages_overview section.comparison-table table th {
        border-bottom: 0
    }

    #packages_overview section.comparison-table table td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    #packages_overview section.comparison-table table tbody tr {
        border-right: 1px solid #ddd
    }

    #packages_overview section.comparison-table table th:last-child, #packages_overview section.comparison-table table td:last-child {
        border-bottom: 1px solid #ddd
    }
}

.find-lab {
    margin-bottom: 24px
}

.find-lab span {
    vertical-align: sub
}

body.package_page .loyalty-banner {
    color: #468847;
    background-color: #dff0d8;
    border-bottom: 1px solid #d6e9c6;
    padding-top: 16px;
    padding-bottom: 16px
}

body.package_page.baseline .loyalty-banner, body.package_page.premium .loyalty-banner {
    margin-top: -50px;
    margin-bottom: 40px
}

body.package_page section, body.package_page .section {
    margin-bottom: 32px
}

body.package_page .detail {
    font-size: 12px;
    color: #999
}

body.package_page .tooltip-inner {
    max-width: 220px
}

body.package_page h1.package {
    font-size: 18px;
    color: #9b9892;
    text-transform: uppercase;
    font-weight: bold
}

body.package_page section.intro .summary {
    margin-bottom: 10px;
    font-size: 16px
}

body.package_page section.intro .intro-img {
    margin-bottom: 30px
}

body.package_page #purchase-box .nav-tabs {
    border-color: #f9f9f9;
    margin-bottom: -2px
}

body.package_page #purchase-box .nav-tabs li.active a {
    color: #555;
    background: #f9f9f9;
    border-color: #ddd;
    border-bottom: none
}

body.package_page #purchase-box .nav-tabs a:hover {
    border-bottom-color: #f9f9f9
}

body.package_page #purchase-box .tab-content {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    padding-bottom: 0
}

body.package_page #purchase-box ul.list-inline {
    margin-bottom: 0
}

body.package_page #purchase-box ul.list-inline > li {
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px
}

body.package_page .buy .price {
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #504364
}

body.package_page section.tests-included {
    background-color: #f9f9f9;
    padding: 40px 0 30px
}

body.package_page section.tests-included img.icon {
    padding: 5px
}

body.package_page section.consultations img {
    margin-bottom: 20px
}

body.package_page section.testimonials blockquote {
    font-size: 20px
}

body.package_page section#purchase-bar {
    margin: 0;
    background: #eee;
    box-shadow: rgba(0, 0, 0, 0.15) 0 -1px 3px;
    padding: 30px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: fixed;
    z-index: 100;
    bottom: -300px;
    width: 100%;
    left: 0
}

body.package_page section#purchase-bar.stuck {
    bottom: 0
}

body.package_page section#purchase-bar ul.list-inline li {
    vertical-align: baseline;
    margin-bottom: 10px;
    padding-left: 0
}

body.package_page section#purchase-bar ul.list-inline .price {
    margin-right: 10px
}

body.package_page section#purchase-bar ul.list-inline .btn {
    margin-top: -5px
}

#packages_performance #pages_home .different-section, #pages_home #packages_performance .different-section, #packages_performance #pages_home .employer-section, #pages_home #packages_performance .employer-section, #packages_performance #pages_home .timeline-section, #pages_home #packages_performance .timeline-section, #packages_performance #pages_home .featured-section, #pages_home #packages_performance .featured-section, #packages_performance #pages_home .members-section, #pages_home #packages_performance .members-section, #packages_performance #pages_home .press-section, #pages_home #packages_performance .press-section, #packages_performance .hero-section, #packages_performance .benefits-section, #packages_performance .why-section, #packages_performance .how-section, #packages_performance .notable-section, #packages_performance .testimonial-section, #packages_performance .markers-section, #packages_performance .purchase-section {
    padding-top: 50px
}

#packages_performance .why-section__heading, #packages_performance .how-section__heading, #packages_performance .markers-section__heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    color: #333
}

#packages_performance .benefits-section__subheading, #packages_performance .why-section__subheading, #packages_performance .markers-section__subheading {
    font-size: 18px;
    color: #333
}

#packages_performance .page-heading {
    padding: 20px 25px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 32px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #333
}

#packages_performance #main {
    padding-top: 0
}

#packages_performance .hero-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 550px;
    background-image: url(/assets/packages/performance/man-running-3eb3addf73a62018e61c6d73a33544ca.jpg);
    background-position: left bottom;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#packages_performance .hero-section::before, #packages_performance .hero-section::after {
    display: block;
    width: 100%;
    height: 3px;
    margin-top: -16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.75);
    content: ''
}

#packages_performance .hero-section::before {
    left: 0
}

#packages_performance .hero-section::after {
    right: 0
}

#packages_performance .benefits-section__reason {
    margin-bottom: 1.5em
}

@media (min-width: 992px) {
    #packages_performance .benefits-section__phone-image {
        width: 100%;
        max-width: 240px;
        min-height: 491px;
        margin: -150px auto 0;
        background-image: url(/assets/packages/performance/iphone-920af88155ff6d8e1311fb82b746cc8c.png);
        background-position: center top;
        background-size: contain
    }
}

#packages_performance .benefits-section__title--icon::before {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-top: -5px;
    margin-right: 7px;
    background-repeat: no-repeat;
    content: ''
}

#packages_performance .leaf-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -390px;
    height: 30px;
    width: 30px;
    background-size: 90px
}

#packages_performance .runner-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -450px;
    height: 30px;
    width: 30px;
    background-size: 90px
}

#packages_performance .fork-knife-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -360px;
    height: 30px;
    width: 30px;
    background-size: 90px
}

#packages_performance .sparkline-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -480px;
    height: 30px;
    width: 30px;
    background-size: 90px
}

#packages_performance .weight-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -510px;
    height: 30px;
    width: 30px;
    background-size: 90px
}

#packages_performance .magnifying-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -420px;
    height: 30px;
    width: 30px;
    background-size: 90px
}

#packages_performance .why-section {
    padding-bottom: 30px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset
}

@media (min-width: 992px) {
    #packages_performance .why-section {
        background-image: url(/assets/packages/performance/floor-22ee81b76bb23e1ee3323f8ee22ae089.jpg);
        background-position: center center;
        background-repeat: repeat
    }
}

@media (min-width: 992px) {
    #packages_performance .why-section__heading {
        color: #fff
    }
}

#packages_performance .why-card {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center
}

#packages_performance .why-card::before {
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto 10px;
    content: ''
}

#packages_performance .why-card--clock-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -610px;
    height: 70px;
    width: 70px;
    background-size: 90px
}

#packages_performance .why-card--bar-graph-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -540px;
    height: 70px;
    width: 70px;
    background-size: 90px
}

#packages_performance .why-card--sparkline-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
    background-position: 0 -680px;
    height: 70px;
    width: 70px;
    background-size: 90px
}

#packages_performance .how-section {
    text-align: center
}

@media (min-width: 992px) {
    #packages_performance .how-section {
        text-align: left
    }
}

#packages_performance .how-section__heading {
    margin-bottom: 20px
}

@media (min-width: 992px) {
    #packages_performance .how-section__heading {
        display: inline-block
    }

    #packages_performance .how-steps__arrow-divider {
        background-repeat: no-repeat;
        display: block;
        background-image: url(/assets/packages/performance/illustrations-sd36df498b2-f56a65326c7aa321e6af20613f64b158.png);
        background-position: 0 0;
        height: 64px;
        width: 34px;
        background-size: 136px;
        width: 34px;
        height: 64px;
        margin-top: 40px
    }

    #packages_performance .how-section__learn-link {
        display: inline-block;
        margin-left: 20px
    }
}

#packages_performance .how-section__learn-link {
    display: block;
    margin-bottom: 40px
}

#packages_performance .how-steps__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 767px) {
    #packages_performance .how-steps__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

#packages_performance .how-steps__step {
    width: 220px;
    margin-bottom: 1.5em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center
}

#packages_performance .how-steps__step::before {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 auto 20px;
    content: ''
}

#packages_performance .how-steps__step--map-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/illustrations-sd36df498b2-f56a65326c7aa321e6af20613f64b158.png);
    background-position: 0 -200px;
    height: 135px;
    width: 135px;
    background-size: 136px
}

#packages_performance .how-steps__step--vial-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/illustrations-sd36df498b2-f56a65326c7aa321e6af20613f64b158.png);
    background-position: 0 -335px;
    height: 136px;
    width: 136px;
    background-size: 136px
}

#packages_performance .how-steps__step--improve-icon::before {
    background-repeat: no-repeat;
    display: block;
    background-image: url(/assets/packages/performance/illustrations-sd36df498b2-f56a65326c7aa321e6af20613f64b158.png);
    background-position: 0 -64px;
    height: 136px;
    width: 136px;
    background-size: 136px
}

#packages_performance .notable-section {
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset
}

@media (max-width: 479px) {
    #packages_performance .notable-section {
        display: none
    }
}

#packages_performance .notable-section__heading {
    text-align: center;
    font-size: 36px;
    color: #333
}

@media (min-width: 480px) {
    #packages_performance .blood-vial__container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #packages_performance .blood-vial__col-1, #packages_performance .blood-vial__col-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: calc(50% - 20px);
        padding-bottom: 40px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #packages_performance .blood-vial__col-1 {
        padding-right: 20px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media (min-width: 480px) and (min-width: 992px) {
    #packages_performance .blood-vial__col-1 {
        text-align: right
    }
}

@media (min-width: 480px) {
    #packages_performance .blood-vial__col-2 {
        padding-left: 20px;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
}

@media (min-width: 992px) {
    #packages_performance .blood-vial__image {
        width: 98px;
        height: 396px;
        margin: 0 15px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-image: url(/assets/packages/performance/notable-test-tube-4c2e87fcf93a50d9ddafd0dffe490302.png);
        background-size: 98px 396px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    #packages_performance .blood-vial__col-1, #packages_performance .blood-vial__col-2 {
        padding-top: 80px;
        width: calc((100% - 100px) / 2)
    }
}

#packages_performance .testimonial-section {
    padding-top: 60px;
    padding-bottom: 40px
}

#packages_performance .markers-section {
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset
}

#packages_performance .markers-section__subheading {
    text-transform: uppercase
}

#packages_performance .marker-chart, #packages_performance .marker-chart__group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#packages_performance .marker-chart {
    position: relative
}

@media (min-width: 480px) {
    #packages_performance .marker-chart {
        padding-top: 50px
    }
}

#packages_performance .marker-chart__group {
    margin-bottom: 20px
}

#packages_performance .marker-chart__panel {
    margin-bottom: 20px
}

@media (min-width: 480px) {
    #packages_performance .marker-chart__vertical-rule {
        position: absolute;
        top: 30px;
        bottom: 50px;
        left: 45px;
        display: block;
        width: 3px;
        background-color: #555
    }

    #packages_performance .marker-chart__vertical-rule::before, #packages_performance .marker-chart__vertical-rule::after {
        position: absolute;
        left: calc(-.5em + 1px);
        display: block;
        width: 1em;
        height: 1em;
        border-radius: .5em;
        background-color: #555;
        content: ''
    }

    #packages_performance .marker-chart__vertical-rule::before {
        top: -.5em
    }

    #packages_performance .marker-chart__vertical-rule::after {
        bottom: -.5em
    }

    #packages_performance .marker-chart__panel {
        padding-left: 150px
    }

    #packages_performance .marker-chart__icon {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 90px;
        height: 90px;
        background-color: #f9f9f9
    }

    #packages_performance .marker-chart__icon--heart {
        background-repeat: no-repeat;
        display: block;
        background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
        background-position: 0 -90px;
        height: 90px;
        width: 90px;
        background-size: 90px
    }

    #packages_performance .marker-chart__icon--liver {
        background-repeat: no-repeat;
        display: block;
        background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
        background-position: 0 -180px;
        height: 90px;
        width: 90px;
        background-size: 90px
    }

    #packages_performance .marker-chart__icon--muscle {
        background-repeat: no-repeat;
        display: block;
        background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
        background-position: 0 -270px;
        height: 90px;
        width: 90px;
        background-size: 90px
    }

    #packages_performance .marker-chart__icon--brain {
        background-repeat: no-repeat;
        display: block;
        background-image: url(/assets/packages/performance/icons-s9f971c940c-a3995ebef67ee8c1f499badc08f132f0.png);
        background-position: 0 0;
        height: 90px;
        width: 90px;
        background-size: 90px
    }
}

@media (min-width: 992px) {
    #packages_performance .marker-chart__vertical-rule {
        left: 50%
    }

    #packages_performance .marker-chart__group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #packages_performance .marker-chart__panel {
        width: calc(50% - 90px);
        padding-left: 0
    }

    #packages_performance .marker-chart__panel:first-of-type {
        text-align: right
    }

    #packages_performance .marker-chart__icon {
        left: calc(50% - 45px)
    }
}

#packages_performance .purchase-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media (min-width: 480px) {
    #packages_performance .purchase-section {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#packages_performance .purchase-section__heading {
    padding-right: 30px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 36px
}

@media (min-width: 480px) {
    #packages_performance .purchase-section__heading {
        width: 6em
    }
}

#packages_performance .purchase-section__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    #packages_performance .purchase-section__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#packages_performance .purchase-section__description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media (min-width: 480px) {
    #packages_performance .purchase-section__description {
        padding-right: 30px;
        padding-left: 30px;
        border-left: 1px solid #ddd
    }
}

#packages_performance .purchase-section__cost {
    min-width: 4em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (min-width: 480px) {
    #packages_performance .purchase-section__cost {
        padding-left: 30px;
        border-left: 1px solid #ddd
    }
}

#packages_performance .purchase-section__price {
    display: block;
    font-size: 36px;
    color: #504364
}

body.lifelong_vitality #main {
    padding-top: 0
}

body.lifelong_vitality .row > [class^="col-"] {
    margin-bottom: 0
}

body.lifelong_vitality .yellow-box {
    border: 4px solid #ffc000;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}

body.lifelong_vitality .order-button {
    border-radius: 4px;
    border-width: 2px
}

.learn-page nav.subnav {
    top: -50px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: all, 0.2s;
    transition: all, 0.2s
}

.learn-page nav.subnav.stuck {
    top: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1
}

.learn-page #main .section {
    margin-bottom: 30px
}

.learn-page #main .section.cta {
    margin-bottom: -40px;
    padding: 70px 0 90px
}

.learn-page #footer #connect {
    display: none
}

.learn-page .intro .heading h2 {
    font-size: 18px;
    color: #9b9892;
    text-transform: uppercase;
    font-weight: bold
}

.learn-how_it_works-page .data-icons-sprite, .learn-how_it_works-page .data-icons-blood-vial-icon, .learn-how_it_works-page .data-icons-choose-package-icon, .learn-how_it_works-page .data-icons-document-icon, .learn-how_it_works-page .data-icons-learn-more-icon, .learn-how_it_works-page .data-icons-location-icon, .learn-how_it_works-page .data-icons-upload-icon {
    background-image: url(/assets/learn/how_it_works/data-icons-s7dcd1db329-066541492701fe7bfffdce73182da1c2.png);
    background-repeat: no-repeat
}

.learn-how_it_works-page .data-icons-blood-vial-icon {
    background-position: 0 0
}

.learn-how_it_works-page .data-icons-choose-package-icon {
    background-position: 0 -70px
}

.learn-how_it_works-page .data-icons-document-icon {
    background-position: 0 -120px
}

.learn-how_it_works-page .data-icons-learn-more-icon {
    background-position: 0 -190px
}

.learn-how_it_works-page .data-icons-location-icon {
    background-position: 0 -240px
}

.learn-how_it_works-page .data-icons-upload-icon {
    background-position: 0 -290px
}

.learn-how_it_works-page #main .section {
    margin-bottom: 50px
}

.learn-how_it_works-page #main .section.cta {
    margin-bottom: -40px
}

.learn-how_it_works-page .connector {
    border-right: 5px solid #33c7c9;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%
}

.learn-how_it_works-page .connector:before {
    content: "";
    border-radius: 500px;
    width: 5px;
    height: 5px;
    display: block;
    background-color: #33c7c9;
    position: absolute;
    top: -2.5px;
    left: 0px
}

.learn-how_it_works-page .connector:after {
    content: "";
    border-radius: 500px;
    width: 15px;
    height: 15px;
    display: block;
    background-color: #33c7c9;
    position: absolute;
    bottom: -7.5px;
    left: -5px
}

.learn-how_it_works-page section.blood-tests {
    position: relative
}

.learn-how_it_works-page section.blood-tests .nav-tabs {
    border-bottom: none
}

.learn-how_it_works-page section.blood-tests .nav-tabs li {
    margin-bottom: 0;
    margin-right: 2px
}

.learn-how_it_works-page section.blood-tests .nav-tabs li a {
    font-size: 20px;
    padding: 15px 25px;
    font-family: "proxima-nova-soft", "proxima-nova", Helvetica, Arial, sans-serif;
    color: #504364;
    background: #cbc7d1;
    border: none
}

.learn-how_it_works-page section.blood-tests .nav-tabs li a:hover {
    text-decoration: none
}

.learn-how_it_works-page section.blood-tests .nav-tabs li.active a {
    background: #504364;
    color: #fff
}

.learn-how_it_works-page section.blood-tests .tab-content {
    background: #504364;
    border-radius: 0 3px 3px;
    color: rgba(255, 255, 255, 0.9);
    padding: 30px 25px
}

.learn-how_it_works-page section.blood-tests .tab-content .active {
    position: relative
}

.learn-how_it_works-page section.blood-tests .tab-content .icon-container {
    position: absolute;
    bottom: 0;
    width: 100%
}

.learn-how_it_works-page section.blood-tests .tab-content .icon-container .icon {
    border-radius: 500px;
    width: 78px;
    height: 78px;
    display: block;
    border: 4px solid #33c7c9;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -37px;
    z-index: 2
}

@media (min-width: 992px) {
    .learn-how_it_works-page section.blood-tests .tab-content .icon-container .icon {
        margin-left: -47px
    }
}

.learn-how_it_works-page section.blood-tests .tab-content ul.steps {
    padding-left: 0
}

.learn-how_it_works-page section.blood-tests .tab-content ul.steps li {
    clear: left;
    list-style: none;
    min-height: 70px;
    vertical-align: middle
}

.learn-how_it_works-page section.blood-tests .tab-content ul.steps li .icon {
    border-radius: 500px;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 15px
}

.learn-how_it_works-page section.blood-tests .tab-content ul.steps li p {
    margin-left: 65px
}

.learn-how_it_works-page section.blood-tests .tab-content ul.additional {
    font-size: 15px;
    font-style: italic;
    color: #cbc7d1
}

.learn-how_it_works-page section.blood-tests .tab-content ul.additional li {
    margin-bottom: .5em
}

.learn-how_it_works-page section.data {
    margin-bottom: 10px
}

.learn-how_it_works-page section.data .connector {
    bottom: -35px;
    height: 100px;
    z-index: 1
}

.learn-how_it_works-page section.data img.screenshot {
    margin-top: 15px
}

.learn-how_it_works-page section.data li {
    margin-bottom: 0;
    padding-bottom: 20px
}

.learn-how_it_works-page section.consultations .connector {
    height: 70px;
    bottom: -15px;
    z-index: 1
}

@media (min-width: 992px) and (max-width: 1199px) {
    .learn-how_it_works-page section.consultations .connector {
        height: 490px
    }
}

@media (min-width: 1200px) {
    .learn-how_it_works-page section.consultations .connector {
        height: 340px
    }
}

.learn-how_it_works-page section.improve {
    margin-bottom: 15px
}

.learn-how_it_works-page section.improve .connector {
    height: 90px;
    z-index: 1
}

@media (max-width: 991px) {
    .learn-how_it_works-page section.improve .connector {
        bottom: -15px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .learn-how_it_works-page section.improve .connector {
        height: 280px
    }
}

.learn-is_it_for_me-page .benefits-sprite, .learn-is_it_for_me-page #pages_jobs .benefits-bank-icon, #pages_jobs .learn-is_it_for_me-page .benefits-bank-icon, .learn-is_it_for_me-page #pages_jobs .benefits-food-icon, #pages_jobs .learn-is_it_for_me-page .benefits-food-icon, .learn-is_it_for_me-page #pages_jobs .benefits-happy-hour-icon, #pages_jobs .learn-is_it_for_me-page .benefits-happy-hour-icon, .learn-is_it_for_me-page #pages_jobs .benefits-health-icon, #pages_jobs .learn-is_it_for_me-page .benefits-health-icon, .learn-is_it_for_me-page #pages_jobs .benefits-medical-coverage-icon, #pages_jobs .learn-is_it_for_me-page .benefits-medical-coverage-icon, .learn-is_it_for_me-page #pages_jobs .benefits-station-icon, #pages_jobs .learn-is_it_for_me-page .benefits-station-icon, .learn-is_it_for_me-page #pages_jobs .benefits-vacation-icon, #pages_jobs .learn-is_it_for_me-page .benefits-vacation-icon, .learn-is_it_for_me-page .benefits-convenient-icon, .learn-is_it_for_me-page .benefits-informed-icon, .learn-is_it_for_me-page .benefits-privacy-icon, .learn-is_it_for_me-page .benefits-understand-icon {
    background-image: url(/assets/learn/is_it_for_me/benefits-sbe002be0de-d1b0a56d7d41e753247118ac824e5be6.png);
    background-repeat: no-repeat
}

.learn-is_it_for_me-page .benefits-convenient-icon {
    background-position: 0 0;
    height: 75px;
    width: 91px
}

.learn-is_it_for_me-page .benefits-informed-icon {
    background-position: 0 -75px;
    height: 75px;
    width: 116px
}

.learn-is_it_for_me-page .benefits-privacy-icon {
    background-position: 0 -150px;
    height: 75px;
    width: 79px
}

.learn-is_it_for_me-page .benefits-understand-icon {
    background-position: 0 -225px;
    height: 75px;
    width: 107px
}

.learn-is_it_for_me-page .goals-sprite, .learn-is_it_for_me-page .goals-computer-icon, .learn-is_it_for_me-page .goals-performance-icon, .learn-is_it_for_me-page .goals-risks-icon, .learn-is_it_for_me-page .goals-scale-icon, .learn-is_it_for_me-page .goals-star-icon {
    background-image: url(/assets/learn/is_it_for_me/goals-s78bc7ef68b-1d7ccb15811ac81a5fb188d8a26e65af.png);
    background-repeat: no-repeat
}

.learn-is_it_for_me-page .goals-computer-icon {
    background-position: 0 0
}

.learn-is_it_for_me-page .goals-performance-icon {
    background-position: 0 -60px
}

.learn-is_it_for_me-page .goals-risks-icon {
    background-position: 0 -120px
}

.learn-is_it_for_me-page .goals-scale-icon {
    background-position: 0 -180px
}

.learn-is_it_for_me-page .goals-star-icon {
    background-position: 0 -240px
}

.learn-is_it_for_me-page section.intro {
    margin-bottom: 10px
}

.learn-is_it_for_me-page section.goals .goal {
    *zoom: 1;
    border-radius: 3px;
    background-color: #33c7c9;
    color: #fff;
    position: relative;
    min-height: 60px
}

.learn-is_it_for_me-page section.goals .goal:after {
    content: "";
    display: table;
    clear: both
}

.learn-is_it_for_me-page section.goals .goal span {
    padding: 15px;
    display: block
}

.learn-is_it_for_me-page section.goals .goal .icon {
    position: relative;
    float: left;
    width: 60px;
    height: 60px
}

.learn-is_it_for_me-page section.goals .goal .text {
    padding: 15px;
    display: block;
    margin-left: 50px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0
}

.learn-is_it_for_me-page section.goals .tooltip {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.learn-is_it_for_me-page section.goals .tooltip .tooltip-inner {
    max-width: 400px;
    font-size: 15px
}

.learn-is_it_for_me-page section.features {
    background: #f6f6f7;
    padding: 40px 0 50px
}

.learn-is_it_for_me-page section.features h2 {
    margin-bottom: 40px
}

@media (min-width: 480px) {
    .learn-is_it_for_me-page section.features .icon {
        position: absolute;
        right: 0
    }
}

.learn-consultations-page section.intro .pane {
    background: #504364
}

.learn-consultations-page section.intro .pane img {
    border-radius: 3px 3px 0 0
}

.learn-consultations-page section.intro .pane .text {
    text-align: center;
    padding: 20px 20px 30px
}

.learn-consultations-page section.process .steps .step {
    *zoom: 1;
    border-radius: 3px;
    background-color: #33c7c9;
    color: #fff;
    position: relative
}

.learn-consultations-page section.process .steps .step:after {
    content: "";
    display: table;
    clear: both
}

.learn-consultations-page section.process .steps .step .number {
    position: absolute;
    padding: 15px;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 35px;
    font-size: 20px;
    font-weight: bold;
    background-color: #299fa1;
    border-radius: 3px 0 0 3px
}

.learn-consultations-page section.process .steps .step .text {
    padding: 15px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    display: block;
    margin-left: 35px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0
}

.learn-consultations-page section.process .steps .tooltip {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.learn-consultations-page section.process .steps .tooltip .tooltip-inner {
    max-width: 400px;
    font-size: 15px
}

@media (min-width: 992px) {
    .learn-consultations-page section.process .steps span.connector {
        display: block;
        border-bottom: 2px dotted #ddd;
        position: absolute;
        right: -30px;
        top: 40%;
        width: 50px;
        z-index: -1
    }
}

.learn-consultations-page section.why img {
    margin-bottom: 20px
}

.learn-consultations-page section.why .callout .h3 {
    color: #33c7c9;
    font-style: italic;
    line-height: 1.4;
    margin-bottom: 10px
}

.learn-consultations-page section.why .callout .detail {
    font-size: 12px;
    color: #ccc
}

.learn-consultations-page section.personalize {
    background: #f6f6f7;
    padding: 40px 0 50px
}

.learn-consultations-page section.personalize h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px
}

.learn-consultations-page section.testimonials .quote img {
    margin-right: 15px
}

.learn-consultations-page section.testimonials .quote blockquote {
    color: #33c7c9
}

@media (max-width: 479px) {
    .learn-success_stories-page section.summaries [class*="col-"] {
        text-align: center
    }

    .learn-success_stories-page section.summaries [class*="col-"] img.img-responsive {
        display: inline-block
    }
}

.learn-genetics-page .hero-section {
    position: relative;
    padding: 64px 0 16px;
    margin-top: -50px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4) inset
}

.learn-genetics-page .dark-section {
    background-color: #f9f9f9;
}

.learn-genetics-page .dark-section .container {
    background-color: #fff;
}

.learn-genetics-page .buy-on-helix {
    background-image: url(/assets/learn/genetics/helix.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 90px;
    min-width: 185px;
    text-align: left;
}

.learn-genetics-page .grid-cell-image {
    margin: 0;
    padding: 0;
}

.learn-genetics-page .grid-cell-content {
    margin: 0;
    padding: 75px;
}

.learn-genetics-page .label-heading {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .7;
    margin: 0
}

.learn-genetics-page .page-heading {
    margin-top: 0
}

.learn-genetics-page #helix-technology {
    color: #fff;
    padding: 75px;
    background-image: url(/assets/learn/genetics/yellow.png)
}

.learn-genetics-page #helix-technology h2 {
    color: #fff;
}

.learn-genetics-page #helix-technology p {
    padding: 15px;
}

.learn-genetics-page #logos-container {
    padding-top: 50px;
}

.learn-genetics-page #logos-container img {
    width: 200px;
    padding: 15px;
}

.learn-genetics-page .vertical-align {
    display: flex;
    align-items: center;
}

.learn-genetics-page #wfx-logo {
    text-align: right;
}

.learn-genetics-page #helix-logo {
    border-left: 1px solid #ddd;
}

.learn-genetics-page #helix-logo img {
    margin: -15px;
}

@media (max-width: 768px) {
    .learn-genetics-page #helix-technology {
        padding: 25px;
    }

    .learn-genetics-page #helix-technology p {
        padding: 5px;
    }

    .learn-genetics-page .grid-cell-content {
        padding: 25px;
    }
}

.info-page section {
    padding: 50px 0 30px
}

.info-page #main {
    padding-top: 0;
    padding-bottom: 0
}

.info-page #main .hed {
    text-transform: uppercase;
    padding-bottom: 5px
}

.info-page #main img {
    margin-bottom: 30px
}

.info-page #main .links li {
    line-height: 1.8
}

.info-page #main .links li a {
    color: #999
}

.info-page #get-started {
    background-color: #fcf9f2
}

.info-page #get-started .container {
    text-align: center
}

.info-page #get-started p {
    display: inline-block;
    font-size: 26px;
    vertical-align: top
}

.info-page #get-started .btn {
    margin-left: 30px;
    margin-right: 30px
}

#landing_pages_quick_signup .panel {
    border: none
}

#landing_pages_quick_signup .panel .signup {
    background: #fff5e5;
    padding: 20px 25px 15px;
    border-radius: 3px 0 0 3px
}

#landing_pages_quick_signup .panel .signup .detail {
    font-size: 14px;
    font-style: italic;
    color: #999
}

#landing_pages_quick_signup .panel .img {
    padding: 0;
    border-radius: 0 3px 3px 0;
    background-image: url(/assets/quick_signup/mother-child-ocean-1a5997a200fceb8c674380c2a7d6586a.jpg);
    background-size: cover
}

#landing_pages_quick_signup label em {
    font-weight: normal;
    color: #999
}

#landing_pages_health-score #main {
    padding: 0
}

@media (min-width: 768px) {
    #landing_pages_health-score section#score {
        background-image: url(/assets/health_score/young-biker-6768e750ef227f3ef2b78c77cd5f5a20.jpg);
        background-size: cover
    }
}

#landing_pages_health-score section#score .score-tab {
    margin-top: 35px;
    margin-left: -58px;
    float: left
}

@media (max-width: 992px) {
    #landing_pages_health-score section#score .score-tab {
        display: none
    }
}

#landing_pages_health-score section#score .signup {
    background: #fcfcfc;
    padding: 30px 35px 25px;
    margin-bottom: 200px;
    border-radius: 0px 0 3px 3px
}

#landing_pages_health-score section#score .signup .detail {
    font-size: 14px;
    font-style: italic;
    color: #999
}

@media (max-width: 768px) {
    #landing_pages_health-score section#score .signup {
        margin-bottom: 0
    }
}

#landing_pages_health-score section#info .info-section {
    margin: 35px 0;
    padding: 0 30px
}

#landing_pages_health-score section#info .info-col {
    padding-right: 30px
}

#landing_pages_health-score section#info .icon-img {
    margin: 20px auto
}

#pages_vitamin_d #main {
    padding-top: 0
}

#pages_vitamin_d section {
    margin-bottom: 50px
}

#pages_vitamin_d h3 {
    font-size: 18px;
    font-weight: bold;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif
}

#pages_vitamin_d section.hero {
    padding-top: 30px;
    min-height: 400px;
    position: relative;
    background-image: url(/assets/vitamin_d/road-running-9d811c33e2b585861c286888cf5fc75c.jpg);
    background-size: cover;
    background-position: center bottom
}

#pages_vitamin_d section.hero h1 {
    font-family: "proxima-nova", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 10px
}

#pages_vitamin_d section.hero h1 span {
    display: block;
    font-size: 3.2rem
}

#pages_vitamin_d section.hero h1 span + span {
    font-size: 5rem
}

@media (min-width: 992px) {
    #pages_vitamin_d section.hero h1 span {
        font-size: 3.2vw
    }

    #pages_vitamin_d section.hero h1 span + span {
        font-size: 5vw
    }
}

#pages_vitamin_d section.hero p {
    font-size: 18px;
    color: #504364;
    max-width: 360px
}

#pages_vitamin_d .sun-icon {
    position: relative;
    width: 100%;
    padding-bottom: 100%
}

#pages_vitamin_d .sun-icon span {
    display: block;
    position: absolute
}

#pages_vitamin_d .sun-icon span.sun-icon-box {
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    border-radius: 3px
}

#pages_vitamin_d .sun-icon span.sun-icon-circle {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    background: #ffe24d;
    border-radius: 10em
}

#pages_vitamin_d section.intro ul.pills li {
    background-color: #ffc000;
    color: #fff
}

#pages_vitamin_d section.why-it-matters ul.pills li {
    background-color: #999;
    color: #fff
}

#pages_vitamin_d section.get-tested {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 992px) {
    #pages_vitamin_d section.get-tested {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#pages_vitamin_d section.get-tested .packages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width: 480px) {
    #pages_vitamin_d section.get-tested .packages {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

#pages_vitamin_d section.get-tested .cta {
    background: #ffe24d;
    font-size: 26px;
    color: #504364;
    padding: 2em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#pages_vitamin_d section.get-tested .cta h2 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 26px
}

#pages_vitamin_d section.get-tested .package {
    padding: 30px;
    background: #fffbe6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#pages_vitamin_d section.get-tested .package h3 {
    font-size: 26px;
    font-weight: normal
}

#pages_vitamin_d section.get-tested .package__price {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 26px
}

#pages_vitamin_d section.get-tested .package__baseline .btn {
    border-color: #00a0ca;
    color: #00a0ca;
    background: transparent;
    display: inline-block
}

#pages_vitamin_d section.get-tested .package__baseline .btn:hover {
    border-color: #007897;
    color: #007897
}
