/*! * Bootstrap v3.0.3 * * Copyright 2013 Twitter, Inc * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. */
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: 0 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    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: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .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;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    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 {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    h2,
    h3,
    p {
        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 td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:focus,
a:hover {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.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: 400;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-primary:hover {
    color: #3071a9
}

.text-warning {
    color: #8a6d3b
}

.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

.text-danger:hover {
    color: #843534
}

.text-success {
    color: #3c763d
}

.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

.text-info:hover {
    color: #245269
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.428571429
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .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:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote .small:before,
blockquote small:before {
    content: "\2014 \00A0"
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right .small,
blockquote.pull-right p,
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:after,
blockquote:before {
    content: ""
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666666666666%
}

.col-xs-10 {
    width: 83.33333333333334%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666666666666%
}

.col-xs-7 {
    width: 58.333333333333336%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666666666667%
}

.col-xs-4 {
    width: 33.33333333333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.666666666666664%
}

.col-xs-1 {
    width: 8.333333333333332%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666666666666%
}

.col-xs-pull-10 {
    right: 83.33333333333334%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666666666666%
}

.col-xs-pull-7 {
    right: 58.333333333333336%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666666666667%
}

.col-xs-pull-4 {
    right: 33.33333333333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.666666666666664%
}

.col-xs-pull-1 {
    right: 8.333333333333332%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666666666666%
}

.col-xs-push-10 {
    left: 83.33333333333334%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666666666666%
}

.col-xs-push-7 {
    left: 58.333333333333336%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666666666667%
}

.col-xs-push-4 {
    left: 33.33333333333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.666666666666664%
}

.col-xs-push-1 {
    left: 8.333333333333332%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666666666666%
}

.col-xs-offset-10 {
    margin-left: 83.33333333333334%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666666666666%
}

.col-xs-offset-7 {
    margin-left: 58.333333333333336%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666666666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.666666666666664%
}

.col-xs-offset-1 {
    margin-left: 8.333333333333332%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666666666666%
    }

    .col-sm-10 {
        width: 83.33333333333334%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666666666666%
    }

    .col-sm-7 {
        width: 58.333333333333336%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666666666667%
    }

    .col-sm-4 {
        width: 33.33333333333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.666666666666664%
    }

    .col-sm-1 {
        width: 8.333333333333332%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666666666666%
    }

    .col-sm-pull-10 {
        right: 83.33333333333334%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666666666666%
    }

    .col-sm-pull-7 {
        right: 58.333333333333336%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666666666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.666666666666664%
    }

    .col-sm-pull-1 {
        right: 8.333333333333332%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666666666666%
    }

    .col-sm-push-10 {
        left: 83.33333333333334%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666666666666%
    }

    .col-sm-push-7 {
        left: 58.333333333333336%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666666666667%
    }

    .col-sm-push-4 {
        left: 33.33333333333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.666666666666664%
    }

    .col-sm-push-1 {
        left: 8.333333333333332%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666666666666%
    }

    .col-md-10 {
        width: 83.33333333333334%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666666666666%
    }

    .col-md-7 {
        width: 58.333333333333336%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666666666667%
    }

    .col-md-4 {
        width: 33.33333333333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.666666666666664%
    }

    .col-md-1 {
        width: 8.333333333333332%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666666666666%
    }

    .col-md-pull-10 {
        right: 83.33333333333334%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666666666666%
    }

    .col-md-pull-7 {
        right: 58.333333333333336%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666666666667%
    }

    .col-md-pull-4 {
        right: 33.33333333333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.666666666666664%
    }

    .col-md-pull-1 {
        right: 8.333333333333332%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666666666666%
    }

    .col-md-push-10 {
        left: 83.33333333333334%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666666666666%
    }

    .col-md-push-7 {
        left: 58.333333333333336%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666666666667%
    }

    .col-md-push-4 {
        left: 33.33333333333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.666666666666664%
    }

    .col-md-push-1 {
        left: 8.333333333333332%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666666666666%
    }

    .col-lg-10 {
        width: 83.33333333333334%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666666666666%
    }

    .col-lg-7 {
        width: 58.333333333333336%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666666666667%
    }

    .col-lg-4 {
        width: 33.33333333333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.666666666666664%
    }

    .col-lg-1 {
        width: 8.333333333333332%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666666666666%
    }

    .col-lg-pull-10 {
        right: 83.33333333333334%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666666666666%
    }

    .col-lg-pull-7 {
        right: 58.333333333333336%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666666666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.666666666666664%
    }

    .col-lg-pull-1 {
        right: 8.333333333333332%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666666666666%
    }

    .col-lg-push-10 {
        left: 83.33333333333334%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666666666666%
    }

    .col-lg-push-7 {
        left: 58.333333333333336%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666666666667%
    }

    .col-lg-push-4 {
        left: 33.33333333333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.666666666666664%
    }

    .col-lg-push-1 {
        left: 8.333333333333332%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }

    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }

    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    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>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,
.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    float: none;
    display: table-cell
}

.table>tbody>.active>td,
.table>tbody>.active>th,
.table>tbody>tr>.active,
.table>tfoot>.active>td,
.table>tfoot>.active>th,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>thead>.active>th,
.table>thead>tr>.active {
    background-color: #f5f5f5
}

.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th,
.table-hover>tbody>tr>.active:hover {
    background-color: #e8e8e8
}

.table>tbody>.success>td,
.table>tbody>.success>th,
.table>tbody>tr>.success,
.table>tfoot>.success>td,
.table>tfoot>.success>th,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>thead>.success>th,
.table>thead>tr>.success {
    background-color: #dff0d8
}

.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th,
.table-hover>tbody>tr>.success:hover {
    background-color: #d0e9c6
}

.table>tbody>.danger>td,
.table>tbody>.danger>th,
.table>tbody>tr>.danger,
.table>tfoot>.danger>td,
.table>tfoot>.danger>th,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>thead>.danger>th,
.table>thead>tr>.danger {
    background-color: #f2dede
}

.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th,
.table-hover>tbody>tr>.danger:hover {
    background-color: #ebcccc
}

.table>tbody>.warning>td,
.table>tbody>.warning>th,
.table>tbody>tr>.warning,
.table>tfoot>.warning>td,
.table>tfoot>.warning>th,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>thead>.warning>th,
.table>thead>tr>.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th,
.table-hover>tbody>tr>.warning:hover {
    background-color: #faf2cc
}

@media (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        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>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    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=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.checkbox label,
.radio label {
    display: inline;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    float: left;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline[disabled],
.checkbox[disabled],
.radio-inline[disabled],
.radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=radio][disabled] {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg {
    height: auto
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline select.form-control {
        width: auto
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    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: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #fff
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary .badge {
    color: #428bca;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-link {
    color: #428bca;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.clearfix:after,
.clearfix:before {
    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
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
td.visible-xs,
th.visible-xs,
tr.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display: block !important
    }

    table.visible-xs.visible-sm {
        display: table
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    td.visible-xs.visible-sm,
    th.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display: block !important
    }

    table.visible-xs.visible-md {
        display: table
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    td.visible-xs.visible-md,
    th.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-xs.visible-lg {
        display: block !important
    }

    table.visible-xs.visible-lg {
        display: table
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    td.visible-xs.visible-lg,
    th.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm,
td.visible-sm,
th.visible-sm,
tr.visible-sm {
    display: none !important
}

@media (max-width:767px) {
    .visible-sm.visible-xs {
        display: block !important
    }

    table.visible-sm.visible-xs {
        display: table
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    td.visible-sm.visible-xs,
    th.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display: block !important
    }

    table.visible-sm.visible-md {
        display: table
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    td.visible-sm.visible-md,
    th.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-sm.visible-lg {
        display: block !important
    }

    table.visible-sm.visible-lg {
        display: table
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    td.visible-sm.visible-lg,
    th.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md,
td.visible-md,
th.visible-md,
tr.visible-md {
    display: none !important
}

@media (max-width:767px) {
    .visible-md.visible-xs {
        display: block !important
    }

    table.visible-md.visible-xs {
        display: table
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    td.visible-md.visible-xs,
    th.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display: block !important
    }

    table.visible-md.visible-sm {
        display: table
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    td.visible-md.visible-sm,
    th.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important
    }

    table.visible-md.visible-lg {
        display: table
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    td.visible-md.visible-lg,
    th.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg,
td.visible-lg,
th.visible-lg,
tr.visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .visible-lg.visible-xs {
        display: block !important
    }

    table.visible-lg.visible-xs {
        display: table
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    td.visible-lg.visible-xs,
    th.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display: block !important
    }

    table.visible-lg.visible-sm {
        display: table
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    td.visible-lg.visible-sm,
    th.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important
    }

    table.visible-lg.visible-md {
        display: table
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    td.visible-lg.visible-md,
    th.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

table.hidden-xs {
    display: table
}

tr.hidden-xs {
    display: table-row !important
}

td.hidden-xs,
th.hidden-xs {
    display: table-cell !important
}

@media (max-width:767px) {

    .hidden-xs,
    td.hidden-xs,
    th.hidden-xs,
    tr.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .hidden-xs.hidden-sm,
    td.hidden-xs.hidden-sm,
    th.hidden-xs.hidden-sm,
    tr.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .hidden-xs.hidden-md,
    td.hidden-xs.hidden-md,
    th.hidden-xs.hidden-md,
    tr.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {

    .hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

table.hidden-sm {
    display: table
}

tr.hidden-sm {
    display: table-row !important
}

td.hidden-sm,
th.hidden-sm {
    display: table-cell !important
}

@media (max-width:767px) {

    .hidden-sm.hidden-xs,
    td.hidden-sm.hidden-xs,
    th.hidden-sm.hidden-xs,
    tr.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .hidden-sm,
    td.hidden-sm,
    th.hidden-sm,
    tr.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .hidden-sm.hidden-md,
    td.hidden-sm.hidden-md,
    th.hidden-sm.hidden-md,
    tr.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {

    .hidden-sm.hidden-lg,
    td.hidden-sm.hidden-lg,
    th.hidden-sm.hidden-lg,
    tr.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

table.hidden-md {
    display: table
}

tr.hidden-md {
    display: table-row !important
}

td.hidden-md,
th.hidden-md {
    display: table-cell !important
}

@media (max-width:767px) {

    .hidden-md.hidden-xs,
    td.hidden-md.hidden-xs,
    th.hidden-md.hidden-xs,
    tr.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .hidden-md.hidden-sm,
    td.hidden-md.hidden-sm,
    th.hidden-md.hidden-sm,
    tr.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .hidden-md,
    td.hidden-md,
    th.hidden-md,
    tr.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {

    .hidden-md.hidden-lg,
    td.hidden-md.hidden-lg,
    th.hidden-md.hidden-lg,
    tr.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

table.hidden-lg {
    display: table
}

tr.hidden-lg {
    display: table-row !important
}

td.hidden-lg,
th.hidden-lg {
    display: table-cell !important
}

@media (max-width:767px) {

    .hidden-lg.hidden-xs,
    td.hidden-lg.hidden-xs,
    th.hidden-lg.hidden-xs,
    tr.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {

    .hidden-lg.hidden-sm,
    td.hidden-lg.hidden-sm,
    th.hidden-lg.hidden-sm,
    tr.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .hidden-lg.hidden-md,
    td.hidden-lg.hidden-md,
    th.hidden-lg.hidden-md,
    tr.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {

    .hidden-lg,
    td.hidden-lg,
    th.hidden-lg,
    tr.hidden-lg {
        display: none !important
    }
}

.visible-print,
td.visible-print,
th.visible-print,
tr.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }

    .hidden-print,
    td.hidden-print,
    th.hidden-print,
    tr.hidden-print {
        display: none !important
    }
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #03a6dc;
    text-decoration: none
}

a[href]:hover {
    text-decoration: underline
}

a:focus {
    outline: thin dotted
}

a.button {
    background: #979fa4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #0dbaf3), color-stop(100%, #05abe2));
    background-image: -moz-linear-gradient(#0dbaf3, #05abe2);
    background-image: -webkit-linear-gradient(#0dbaf3, #05abe2);
    background-image: linear-gradient(#0dbaf3, #05abe2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    border: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    padding: 14px 15px 16px;
    margin-bottom: 0;
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

.lt-ie9 a.button {
    background: #05abe2
}

.ie9 a.button {
    background: #05abe2
}

a.button.webPoisonControl span {
    color: #f7e047
}

a.button:active,
a.button:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #05abe2), color-stop(100%, #0dbaf3));
    background-image: -moz-linear-gradient(#05abe2, #0dbaf3);
    background-image: -webkit-linear-gradient(#05abe2, #0dbaf3);
    background-image: linear-gradient(#05abe2, #0dbaf3);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

a.button.button-alt {
    background: #ff5726;
    font-size: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmNTcyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5NDIwZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ff5726), color-stop(100%, #f9420e));
    background-image: -moz-linear-gradient(#ff5726, #f9420e);
    background-image: -webkit-linear-gradient(#ff5726, #f9420e);
    background-image: linear-gradient(#ff5726, #f9420e)
}

a.button.button-alt:active,
a.button.button-alt:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NDIwZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmNTcyNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f9420e), color-stop(100%, #ff5726));
    background-image: -moz-linear-gradient(#f9420e, #ff5726);
    background-image: -webkit-linear-gradient(#f9420e, #ff5726);
    background-image: linear-gradient(#f9420e, #ff5726)
}

a.button.button-alt2 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZTA0NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZDgxZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f7e047), color-stop(100%, #f4d81e));
    background-image: -moz-linear-gradient(#f7e047, #f4d81e);
    background-image: -webkit-linear-gradient(#f7e047, #f4d81e);
    background-image: linear-gradient(#f7e047, #f4d81e);
    color: #303436 !important;
    text-shadow: 0 -1px 0 rgba(255, 255, 255, .2)
}

a.button.button-alt2:active,
a.button.button-alt2:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZDgxZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y3ZTA0NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f4d81e), color-stop(100%, #f7e047));
    background-image: -moz-linear-gradient(#f4d81e, #f7e047);
    background-image: -webkit-linear-gradient(#f4d81e, #f7e047);
    background-image: linear-gradient(#f4d81e, #f7e047)
}

abbr {
    border-bottom: 1px dotted
}

.articleBlockRow {
    margin-top: 15px;
    margin-bottom: 15px
}

b {
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-weight: 700
}

body {
    background: #282828;
    color: #303436;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4em
}

dd {
    margin-top: .5em
}

dd+dt {
    margin-top: .5em
}

nav.primary-with-secondary {
    margin-bottom: 20px
}

nav.primary-with-secondary+main {
    padding-top: 80px
}

main .row-content-rail {
    padding-top: 40px
}

main {
    padding-top: 60px
}

dl {
    margin: 1em 0 0 0
}

dt {
    font-weight: 700
}

em {
    font-style: italic
}

input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

input:-moz-placeholder {
    color: #d5dce0;
    text-transform: capitalize
}

input::-moz-placeholder {
    color: #d5dce0;
    opacity: 1;
    text-transform: capitalize
}

input:-ms-input-placeholder {
    color: #d5dce0;
    text-transform: capitalize
}

input::-webkit-input-placeholder {
    color: #d5dce0;
    text-transform: capitalize
}

h1,
h2 {
    margin: 1em 0 0 0;
    color: #1c1e1f;
    font-family: HelveticaNeueW01-45Ligh, "Helvetica Neue", sans-serif;
    font-size: 47px;
    line-height: 1.2;
    font-weight: 200
}

h1.page-title,
h2.page-title {
    margin: 0;
    line-height: 1
}

h1.page-title span,
h2.page-title span {
    display: block;
    color: #6c757a;
    font-size: 34px;
    padding-top: 7px;
    margin-bottom: 1.5em
}

h2 {
    margin: 1em 0 0 0;
    color: #fc5626;
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em
}

h2+p {
    margin-top: 0
}

h2:first-child {
    margin-top: 0
}

h3 {
    margin: 1em 0 0 0;
    color: #303436;
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4em
}

h4 {
    margin: 1em 0 0 0
}

h5 {
    margin: 1em 0 0 0
}

h6 {
    margin: 1em 0 0 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #fc5626
}

h1 span.wpc,
h2 span.wpc,
h3 span.wpc,
p span.wpc {
    color: #303436 !important;
    display: inline-block !important;
    font-family: HelveticaNeueW01-65Medi, "Helvetica Neue", sans-serif;
    margin-bottom: 0 !important
}

h2 span.wpc strong {
    color: #fc5626
}

.sub-heading {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    font-family: "Neue Helvetica W01", sans-serif
}

hr {
    border-color: #c4cbcf;
    margin: 1.5em 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

i {
    font-style: italic
}

.issueDate {
    color: #0285b0;
    font-family: HelveticaNeueW01-65Medi, "Helvetica Neue", sans-serif;
    font-size: 22px;
    margin: 28px 0 30px;
    text-transform: uppercase
}

label {
    font-weight: 400
}

main {
    background: #e8eef1;
    padding-bottom: 100px
}

main.home {
    padding: 0;
    overflow: hidden;
    margin-top: -32px;
}

@media (max-width:991px) {
    main {
        padding: 15px 0
    }
}

nav li,
nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

ol,
ul {
    list-style-type: decimal;
    margin: 1em 0 0 0
}

ol li,
ul li {
    margin-top: .25em
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-top: 0
}

ol ol li,
ol ul li,
ul ol li,
ul ul li {
    margin-top: .25em
}

ol.chevrons,
ul.chevrons {
    list-style: none;
    padding: 0
}

ol.chevrons li,
ul.chevrons li {
    margin-top: .75em;
    padding-left: 20px;
    position: relative
}

ol.chevrons li:before,
ul.chevrons li:before {
    color: #fc5626;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 3px;
    left: 0
}

.home ul,
main ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 2em
}

.home ul li,
main ul li {
    margin-top: .75em;
    padding-left: 20px;
    position: relative
}

.home ul li:before,
main ul li:before {
    color: #fc5626;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    top: 3px;
    left: 0
}

.home ul ul,
.home ul ul.unstyled,
main ul ul,
main ul ul.unstyled {
    margin-bottom: 0
}

.home ul ul li,
.home ul ul.unstyled li,
main ul ul li,
main ul ul.unstyled li {
    margin-top: 0
}

.home ul.unstyled,
main ul.unstyled {
    padding-left: 20px;
    list-style-type: disc
}

.home ul.unstyled li,
main ul.unstyled li {
    margin-top: .25em;
    padding-left: 0
}

.home ul.unstyled li:before,
main ul.unstyled li:before {
    display: none
}

.home ul.pagination li:before,
main ul.pagination li:before {
    display: none
}

.home ul.references li,
main ul.references li {
    padding-left: 0
}

.home ul.references li:before,
main ul.references li:before {
    display: none
}

.home .rail ul li,
main .rail ul li {
    padding-left: 19px
}

.home .rail ul li:before,
main .rail ul li:before {
    top: 2px;
    left: 3px
}

.home .rail ul.chevrons li,
main .rail ul.chevrons li {
    padding-left: 19px
}

.home .rail ul.chevrons li:before,
main .rail ul.chevrons li:before {
    top: 2px;
    left: 3px
}

.home ul li:before {
    top: 2px;
    left: 4px
}

.home ul.chevrons li:before {
    top: 2px;
    left: 4px
}

p {
    margin: 1em 0 0 0
}

p.view-all {
    margin-top: 20px;
    padding: 20px 0;
    font-size: 14px;
    line-height: 32px
}

@media (max-width:767px) {
    p.view-all {
        margin-top: 0;
        padding: 20px 0;
        font-size: 14px;
        line-height: 32px
    }
}

p.intro {
    font-size: 24px;
    font-family: HelveticaNeueW01-45Ligh, "Helvetica Neue", sans-serif;
    line-height: 1.3;
    margin: 1.75em 0 1em
}

q:before {
    content: "\201C"
}

q:after {
    content: "\201D"
}

section.more {
    margin: 1em 0 0
}

section.more h1,
section.more h2 {
    margin: 0;
    color: #fc5626;
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4em
}

section.more h1+p,
section.more h2+p {
    margin-top: 0
}

strong {
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-weight: 700
}

strong.stronger {
    color: #fc5626
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

.table-wrapper {
    width: 100%;
    overflow: auto
}

table {
    margin: 1em 0 0 0;
    border: 1px solid #ccc;
    border-collapse: collapse
}

table td {
    border: 1px solid #ccc;
    padding: 1em
}

table th {
    border: 1px solid #ccc;
    font-weight: 700;
    text-align: left;
    padding: 1em
}

table[align=center] {
    margin: auto
}

table.image,
table.no-border {
    border: none;
    margin: auto
}

table.image td,
table.image th,
table.no-border td,
table.no-border th {
    border: none
}

ul {
    list-style-type: disc
}

button.btn-poison {
    background: #979fa4;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #0dbaf3), color-stop(100%, #05abe2));
    background-image: -moz-linear-gradient(#0dbaf3, #05abe2);
    background-image: -webkit-linear-gradient(#0dbaf3, #05abe2);
    background-image: linear-gradient(#0dbaf3, #05abe2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    border: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding: 7px 21px;
    margin-bottom: 0;
    font-family: HelveticaNeueW01-75Bold, "Helvetica Neue", sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2)
}

button.btn-poison[disabled] {
    cursor: default;
    opacity: .65;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: none !important
}

.lt-ie9 button.btn-poison {
    background: #05abe2
}

.ie9 button.btn-poison {
    background: #05abe2
}

button.btn-poison:active,
button.btn-poison:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA1YWJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBkYmFmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #05abe2), color-stop(100%, #0dbaf3));
    background-image: -moz-linear-gradient(#05abe2, #0dbaf3);
    background-image: -webkit-linear-gradient(#05abe2, #0dbaf3);
    background-image: linear-gradient(#05abe2, #0dbaf3);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.uneditable-input,
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .08);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    padding: 6px 10px;
    color: #303436
}

.uneditable-input[disabled],
input[type=color][disabled],
input[type=date][disabled],
input[type=datetime-local][disabled],
input[type=datetime][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled],
select[disabled],
textarea[disabled] {
    background-color: #ecf0f2
}

.uneditable-input:focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
select:focus,
textarea:focus {
    border-color: #ccc !important;
    -moz-box-shadow: 0 0 0 2px rgba(82, 168, 236, .8) !important;
    -webkit-box-shadow: 0 0 0 2px rgba(82, 168, 236, .8) !important;
    box-shadow: 0 0 0 2px rgba(82, 168, 236, .8) !important
}

.uneditable-input.error,
input[type=color].error,
input[type=date].error,
input[type=datetime-local].error,
input[type=datetime].error,
input[type=email].error,
input[type=month].error,
input[type=number].error,
input[type=password].error,
input[type=search].error,
input[type=tel].error,
input[type=text].error,
input[type=time].error,
input[type=url].error,
input[type=week].error,
select.error,
textarea.error {
    border-color: #ccc !important;
    -moz-box-shadow: 0 0 0 2px rgba(236, 82, 82, .8) !important;
    -webkit-box-shadow: 0 0 0 2px rgba(236, 82, 82, .8) !important;
    box-shadow: 0 0 0 2px rgba(236, 82, 82, .8) !important
}

@media (-webkit-min-device-pixel-ratio:0) {

    div.form select[multiple],
    div.form select[multiple][size],
    div.form select[size] {
        background-image: none;
        padding-right: 3px;
        -webkit-appearance: none
    }

    div.form select,
    div.form select[size="0"],
    div.form select[size="1"] {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAKCAYAAACqnE5VAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkMzQjhBQ0MxOERBOTExRTNBRkE5RjQ5M0E1MEFEOUEwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkMzQjhBQ0MyOERBOTExRTNBRkE5RjQ5M0E1MEFEOUEwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QzNCOEFDQkY4REE5MTFFM0FGQTlGNDkzQTUwQUQ5QTAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QzNCOEFDQzA4REE5MTFFM0FGQTlGNDkzQTUwQUQ5QTAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Kfw2SAAAA0klEQVR42pyTgQ2DMAwE/agLsEklUCcoOzECO2WDVlU36AqM4CblAw4kKmDJEoK8j38Dru2tEZHBd+/7JdlS37A3qNH+/XwUNGlVhNy9yPlu8sdA2K/DGTdpMMjOquhkBFB7oePbrtxEGBqeqYOG2t2gYL1T1ZEDSrDoJEK6ctR5kEwCdBxAWIwRBqKnIATFaCZnC2yO0cSFU5BQl2XRsDBnYpRcXDDbOxBd8ukSNu+s5nXiRA86qgoSs7MAASFHx2+ikwJMWj7/pM43P/Df+gowAAeqSAeH5i4uAAAAAElFTkSuQmCC);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 30px
    }
}

div.callout {
    background: #fff;
    margin-top: 40px;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 300
}

div.callout div.callout-body {
    padding: 20px 0
}

@media (max-width:767px) {
    div.callout div.callout-body {
        padding: 20px
    }
}

div.callout h2 {
    margin-top: 0;
    color: inherit
}

div.callout h2+p {
    margin-top: .5em
}

div.callout img {
    display: none
}

div.callout div.row {
    height: 1px;
    min-height: 200px
}

div.callout div.row div.col-sm-4 {
    height: 100%
}

div.callout div.row div.img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

section.story {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative
}

@media (min-width:768px) and (max-width:991px) {
    section.story {
        height: auto !important
    }
}

@media (max-width:767px) {
    section.story div div.row1-col2-body a.button {
        margin: .25em 10px .25em 0 !important
    }
}

section.story div.next-story {
    position: absolute;
    top: 0;
    left: 50%;
    margin: -20px 0 0 -20px;
    height: 40px;
    width: 40px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #0db0e6;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    cursor: pointer
}

.lt-ie9 section.story div.next-story {
    background: url(../img/jump-to-link-ie.png) 0 0 no-repeat
}

div.story1 {
    padding: 60px 0 0;
    position: relative
}

div.story1:before {
    top: 0;
    bottom: 0;
    z-index: 0;
    content: "";
    left: -9999px;
    right: -9999px;
    position: absolute;
    background: rgba(0, 0, 0, .7)
}

div.story1 p {
    margin: 0 0 20px;
    letter-spacing: 1.33px
}

div.story1 p .yellow {
    color: #f7e047
}

div.story1 a {
    color: #17c6ff
}

div.story1 div.row1-body {
    padding: 17px 0
}

div.story1 div.row1-body h1 {
    margin: 0;
    color: #f7e047;
    text-transform: uppercase;
    font: 500 60px/1.2 "Neue Helvetica W01", sans-serif
}

div.story1 div.row2-col1-body {
    color: #fff;
    padding: 24px 3px;
    font: 400 18px/1.45em "Neue Helvetica W01", sans-serif
}

div.story1 div.row2-col1-body a.poison-link {
    color: #fff
}

div.story1 div.row2-col1-body a.poison-link:hover {
    color: #17c6ff
}

.article-btn-holder {
    margin-top: 25px;
    background-color: white;
}


.article-btn-holder .btn-wrapper {
    display: flex;
    padding: 5px 0 5px 5px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}


.btn-holder .btn-wrapper {
    display: flex;
    padding: 29px 0;
    align-items: center;
    justify-content: space-between
}

.wpc .btn-holder .btn-wrapper {
    padding: 19px 0
}

.btn-holder .button,
.article-btn-holder .button {
    color: #fff;
    flex: 1 0 auto;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #ff5726), color-stop(100%, #f9420e));
    background-image: -moz-linear-gradient(#ff5726, #f9420e);
    background-image: -webkit-linear-gradient(#ff5726, #f9420e);
    background-image: linear-gradient(#ff5726, #f9420e)
}

.btn-holder .button:hover {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f9420e), color-stop(100%, #ff5726));
    background-image: -moz-linear-gradient(#f9420e, #ff5726);
    background-image: -webkit-linear-gradient(#f9420e, #ff5726);
    background-image: linear-gradient(#f9420e, #ff5726)
}

.btn-holder.sticky .btn-wrapper,
.article-btn-holder.sticky .btn-wrapper,
.wpc .btn-holder.sticky .btn-wrapper {
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    position: fixed;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    padding: 10px 10px 5px
}

.article-btn-holder.sticky .poisoned,
.btn-holder.sticky .or {
    display: none
}

@media (max-width:350px) {
    .article-btn-holder.sticky .or {
        display: none;
    }
}

@media (min-width:766px) {
    .article-btn-holder {
        display: none;
    }
}

.get-help-btn {
    max-width: 120px;
    margin: auto;
}

.sticky .get-help-btn {
    max-width: none;
}

@media (max-width:383px) {
    .poisoned {
        display: none;
    }
}

.article-btn-holder .button.phone {
    max-width: none;
}

.article-btn-holder .or,
.article-btn-holder .poisoned
{
    font-weight: 900;
    margin: 0 5px;  
}

.article-btn-holder.sticky .button,
.btn-holder.sticky .button {
    flex: 1 0 66%
}

.article-btn-holder.sticky .button.phone,
.btn-holder.sticky .button.phone
{
    flex-basis: 25%;
}

.btn-holder.sticky .button.phone,
.article-btn-holder .button.phone {
    margin-left: 1%;
    overflow: hidden;
    padding-top: 13px;
    padding-bottom: 13px;
    text-indent: -9999px;
    border: 2px solid #fb4821
}

.article-btn-holder.sticky .button.phone {
    height: 50px;
}

.top-one-btn-holder.article-btn-holder.sticky .button.phone {
    margin: 0;
}

.top-one-btn-holder.article-btn-holder.sticky .button.phone p
{
    margin-top: -10px;
    margin-bottom: 10px;
}
.article-btn-holder.sticky .button {
    margin: 0 5px;
    max-width: none;
}

.article-btn-holder .button.phone {
    background-image: none;
    background: white;
    height: 70px;
    margin: 0 5px 0 0;
}

.article-btn-holder.sticky .button.phone:after {
    margin: -27px auto;
}

.top-one-btn-holder.article-btn-holder .button.phone {
    background-color: #fb4821;
    text-indent: 0 ;
}

.top-one-btn-holder.article-btn-holder .button.phone p{
    margin: 0;
}

.top-two-btn-holder, .top-one-btn-holder {
    height: 80px;
}

.btn-holder__back-color {
    background-color: rgb(232, 238, 241);
}

.top-two-btn-holder .button.phone:after,
.btn-holder.sticky .button.phone:after {
    width: 32px;
    content: "";
    height: 32px;
    display: block;
    margin: -27px auto -6px;
    background: url(../img/phone-mobile.svg) no-repeat 0 0/100% 100%
}

.top-one-btn-holder.sticky .btn-wrapper {
    padding: 0;
}

.article-btn-holder .button.phone:after {
    margin: -16px auto;
} 

.btn-holder .or {
    margin: 0 20px;
    color: #fb542f;
    font-size: 16px;
    letter-spacing: 2px
}

.btn-holder .button.phone {
    color: #fb542f;
    background: #fff
}

.btn-holder .button.phone:before {
    content: "";
    width: 16px;
    height: 20px;
    margin: 1px 6px 0 0;
    vertical-align: top;
    display: inline-block;
    background: url(../img/phone.svg) no-repeat
}

div.story1 div.row3-body {
    color: #fff;
    padding: 20px 0;
    margin: 43px 0 0;
    position: relative;
    font: 500 13px/18px "Neue Helvetica W01", sans-serif
}

div.story1 div.row3-body img.line {
    position: absolute;
    top: 13px;
    right: 20px
}

div.story1 div.row3-body:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    z-index: 0;
    left: -9999px;
    right: -9999px;
    display: block;
    background: #090802
}

div.story1 div.row3-body strong {
    color: #f7e047;
    font-weight: inherit
}

div.story1 div.row3-body p {
    margin: 0 -15px 0 0;
    letter-spacing: 0
}

div.story1 div.row3-col1-body {
    color: #9c9c9c;
    padding: 5px 0 0 50px;
    position: relative
}

div.story1 div.row3-col1-body:after {
    top: 7px;
    left: 8px;
    content: "";
    width: 31px;
    height: 29px;
    opacity: .75;
    position: absolute;
    background: url(../img/warning.svg) no-repeat
}

div.story1 div.row3-col2-body {
    text-align: center
}

@media (max-width:1199px) {
    div.story1 div.row3-col3-body {
        display: flex;
        padding-bottom: 15px;
        justify-content: space-around
    }

    .btn-holder .button {
        flex-basis: 45%
    }
}

@media (max-width:991px) {
    div.story1 div.row3-col1-body {
        padding-bottom: 20px
    }

    div.story1 div.row3-col1-body:after {
        top: 3px;
        left: 0
    }

    div.story1 div.row3-col2-body .button {
        padding: 10px 15px;
        color: #fff
    }
}

div.story1 div.row3-col3-body a+a {
    margin-left: 10px;
    vertical-align: bottom
}

div.story1 div.row3-col3-body a img {
    vertical-align: bottom;
    height: 40px !important
}

div.story1 div.col-xs-12.col-md-4 {
    position: relative
}

@media (max-width:767px) {
    div.story1 div.col-xs-12.col-md-4:before {
        display: none
    }
}

body.wpc div.story1 {
    text-align: left;
    padding: 0
}

body.wpc div.story1 p {
    text-align: left;
    font-weight: 400
}

body.wpc div.story1 div.row1-body {
    padding: 67px 0 20px
}

body.wpc div.story1 div.row1-body h1 {
    line-height: 1;
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: none
}

body.wpc div.story1 div.row1-body h1 span {
    text-transform: uppercase
}

body.wpc div.story1 div.row1-body h1 a.poison-link {
    color: #f7e047
}

body.wpc div.story1 div.row1-body h1 a.poison-link:hover {
    color: #17c6ff
}

body.wpc div.story1 div.row2-col1-body {
    padding: 20px 0 0
}

body.wpc div.story1 div.row2-col1-body p {
    margin: 0 0 20px
}

body.wpc div.story1 div.row2-col1-body a.button {
    margin-top: 0
}

body.wpc div.story1 div.row2-col2-body {
    padding: 15px 35px 15px 0
}

body.wpc div.story1 div.row2-col2-body img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto
}

div.story2 {
    margin: 40px 0;
    font-size: 16px;
    min-height: 400px
}

div.story2 div.row1-col1-body {
    color: #303436;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 400
}

div.story2 div.row1-col1-body h1,
div.story2 div.row1-col1-body h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #303436;
    margin: 0
}

div.story2 div.row1-col1-body h1+p,
div.story2 div.row1-col1-body h2+p {
    text-shadow: 8px 8px 15px #fff
}

div.story2 div.row1-col1-body p {
    width: 75%
}

@media (min-width:768px) and (max-width:991px) {
    div.story2 div.row1-col1-body p {
        width: 100%
    }
}

div.story2 div.row1-col2-body {
    background: #303436;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-weight: 400
}

div.story2 div.row1-col2-body h1,
div.story2 div.row1-col2-body h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin: 0
}

div.story2 div.row1-col2-body section {
    padding: 30px
}

@media (max-width:767px) {
    div.story2 div.row1-col2-body section {
        margin-top: 20px
    }
}

div.story2 div.row1-col2-body p+a {
    display: block;
    margin-top: 1em;
    font-weight: 600
}

div.story2 div.row1-col2-body a {
    color: #17c6ff
}

div.story2 div.row1-col2-body a span.wpc-logo {
    color: #fff;
    border-bottom: 1px solid #fff
}

div.story2 div.row1-col2-body a span.wpc-logo strong {
    color: #fff
}

div.story2 div.row1-col2-body a:hover {
    text-decoration: none
}

div.story3 {
    margin: 40px 0;
    font-size: 16px
}

div.story3 div.row1-col1-body {
    background: #000;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 14px;
    padding: 20px 35px 35px;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 500
}

div.story3 div.row1-col1-body h1,
div.story3 div.row1-col1-body h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    margin: 0
}

div.story3 div.row1-col1-body h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #f7e047;
    margin: 20px 0 0
}

div.story3 div.row1-col1-body h2+p {
    margin-top: 5px
}

div.story3 div.row1-col1-body a {
    display: block;
    margin-top: 1em;
    color: #17c6ff;
    font-weight: 600
}

div.story3 div.row1-col1-body a.button {
    width: 100%
}

div.story3 div.row1-col2-body {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    color: #303436;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 400
}

div.story3 div.row1-col2-body a.button {
    color: #fff
}

div.story3 div.row1-col2-body a.button+a.button {
    margin: 0 0 0 10px
}

@media (min-width:992px) and (max-width:1199px) {
    div.story3 div.row1-col2-body a.button+a.button {
        margin: 10px 0 0 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    div.story3 div.row1-col2-body {
        margin-top: 20px
    }
}

@media (max-width:767px) {
    div.story3 div.row1-col2-body {
        margin-top: 20px
    }
}

div.story3 div.row1-col2-body a {
    color: #0285b0;
    font-weight: 500;
    display: block
}

div.story3 div.row1-col2-body a.button {
    display: inline-block
}

div.story3 div.row1-col2-body h1,
div.story3 div.row1-col2-body h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #303436;
    margin: 0
}

div.story3 div.row1-col2-body h1 span,
div.story3 div.row1-col2-body h2 span {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 16px;
    color: #878e91
}

div.story3 div.row1-col2-body h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #303436
}

div.story3 div.row1-col2-body ul.chevrons li {
    margin-top: 5px
}

div.story3 div.row1-col2-body section {
    padding: 30px;
    position: relative
}

div.story3 div.row1-col2-body section p.date {
    position: absolute;
    top: 0;
    right: 0;
    height: 85px;
    width: 85px;
    margin: 0
}

div.story3 div.row1-col2-body section p.date:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 85px 85px 0;
    border-color: transparent #303436 transparent transparent;
    position: absolute;
    z-index: 0
}

div.story3 div.row1-col2-body section p.date span {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    color: #f7e047;
    font-family: "Neue Helvetica W01", sans-serif;
    width: 120%;
    display: block;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -1.2em;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

section.story4-wrapper {
    background: #fff
}

div.story4 {
    margin: 40px 0
}

div.story4 span.wpc-logo {
    color: #000
}

@media (max-width:767px) {
    div.story4 span.wpc-logo {
        font-size: 14px
    }
}

div.story4 span.wpc-logo strong {
    color: #000
}

div.story4 section.rail.rail-icon {
    background: 0 0;
    padding: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

div.story4 section.rail.rail-icon h3 {
    margin-top: 10px
}

div.story4 section.rail.rail-icon h3+p {
    margin-top: 0
}

div.story4 section.rail.rail-left {
    text-align: left
}

@media (min-width:768px) and (max-width:991px) {

    div.story4 div.col-md-3,
    div.story4 div.col-md-6 {
        margin-top: 40px
    }

    div.story4 div.col-md-3 section,
    div.story4 div.col-md-6 section {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {

    div.story4 div.col-md-3,
    div.story4 div.col-md-6 {
        margin-top: 40px
    }

    div.story4 div.col-md-3 section,
    div.story4 div.col-md-6 section {
        max-width: 575px;
        margin-left: auto;
        margin-right: auto
    }
}

footer.site {
    border-top: 1px solid #c4cbcf;
    font-size: 14px;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 500
}

footer.site.home-page {
    border-top: 1px solid #fff
}

footer.site div.links {
    background: #e8eef1;
    padding: 20px 0
}

@media (max-width:767px) {
    footer.site div.links div.col-xs-12 {
        height: auto !important
    }
}

footer.site div.links section {
    text-align: center
}

footer.site div.links section h1,
footer.site div.links section h2 {
    color: inherit;
    font-family: "Neue Helvetica W01", sans-serif;
    font-size: 16px;
    margin: 0 20px 0 0;
    font-weight: 600;
    display: inline-block
}

footer.site div.links section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

footer.site div.links section.interest li {
    display: inline
}

footer.site div.links section.interest li+li {
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #c4cbcf
}

@media (max-width:767px) {
    footer.site div.links section.interest {
        border: 0;
        border-top: 1px solid #c4cbcf;
        padding: 20px 0 0 0;
        margin: 20px 0 0
    }
}

footer.site div.links section.form span.form {
    display: inline-block;
    position: relative;
    margin: 5px 0 0 0
}

footer.site div.links section.form input[type=text] {
    width: 140px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    padding: 5px 10px;
    height: 36px
}

footer.site div.links section.form input[type=text]:focus {
    outline: 0
}

footer.site div.links section.form button {
    font-size: 16px;
    color: #303436;
    border: 0;
    background: 0 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
    right: 7px;
    height: 22px;
    width: 22px
}

footer.site div.links section.form button:focus {
    outline: 1px dotted rgba(48, 52, 54, .5)
}

footer.site div.links section.form button:active {
    top: 6px;
    right: 6px
}

footer.site p.copyright {
    background: #313436 url(../img/bg-texture-dark.png);
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 0;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 3px rgba(0, 0, 0, .5)
}

footer.site p.copyright a {
    color: #17c6ff
}

footer.site p.copyright a:before {
    content: "";
    border-left: 1px solid #4f5456;
    display: inline-block;
    margin: 0 7px 0 5px;
    height: 16px;
    width: 0;
    position: relative;
    top: 4px
}

div.form.form-donation iframe {
    width: 100%;
    min-height: 1400px;
    border: none;
    outline: 0
}

div.form.form-donation label.control-label.required:before {
    content: "* ";
    color: red
}

div.form.form-donation h2 {
    color: #1c1e1f;
    font-size: 20px;
    font-weight: 400;
    font-family: "Neue Helvetica W01", sans-serif;
    margin-bottom: 20px
}

div.form.form-donation h2.tight {
    margin-bottom: 5px
}

div.form.form-donation h2 em {
    font-size: 16px;
    font-family: HelveticaNeueW01-55Roma, "Helvetica Neue", sans-serif;
    font-style: italic;
    color: #747d82
}

div.form.form-donation input {
    -moz-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .08);
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .08);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 6px 10px;
    color: #303436
}

div.form.form-donation input:-webkit-autofill {
    background: rgba(0, 0, 0, .08) !important;
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important
}

div.form.form-donation input:-webkit-autofill.editinput {
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important
}

div.form.form-donation .row.verify .col-xs-12 {
    border-top: #c4cbcf solid 1px;
    padding-top: 20px;
    margin-top: 20px
}

div.form.form-donation .row.verify.row-donation .col-xs-12 {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

div.form.form-donation .row.verify.row-donation .col-xs-12 label {
    font-weight: 700
}

div.form.form-donation .row.verify.row-donation .col-xs-12 label.error {
    bottom: -10px;
    font-weight: 400
}

div.form.form-donation .row.verify .form-group {
    display: block;
    width: 100%;
    min-height: 1.75em;
    clear: both
}

div.form.form-donation .row.verify .form-group.phone input {
    display: block;
    float: left;
    text-align: center;
    padding: 0;
    min-width: 20%;
    width: 26%;
    margin-top: 0
}

div.form.form-donation .row.verify .form-group.phone input:last-child {
    width: 40%
}

div.form.form-donation .row.verify .form-group.phone span {
    display: block;
    float: left;
    padding: 6px 0
}

div.form.form-donation .row.verify .form-group.phone .phinput {
    float: right;
    width: 40%;
    text-align: right
}

div.form.form-donation .row.verify .form-group input {
    font-size: 18px
}

div.form.form-donation .row.verify label {
    font-weight: 400;
    float: left
}

div.form.form-donation .row.verify label.error {
    width: 100%;
    text-align: right;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 0 15px
}

div.form.form-donation .row.verify label em {
    display: none
}

div.form.form-donation .row.verify label span {
    float: none !important;
    display: inline-block !important;
    font-size: 13px;
    color: #999
}

div.form.form-donation .row.verify input:-webkit-autofill {
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    color: #17c6ff !important
}

div.form.form-donation .row.verify input:-webkit-autofill.editinput,
div.form.form-donation .row.verify input:-webkit-autofill.form-control {
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    color: #17c6ff !important
}

div.form.form-donation .row.verify ins.hr {
    border-top: #c4cbcf solid 1px;
    display: block;
    padding-top: 20px;
    margin-top: 20px
}

div.form.form-donation .row.verify select {
    float: right;
    margin-top: -4px;
    text-align: right;
    width: 70%;
    background-color: #fff;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #c4cbcf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none
}

div.form.form-donation .row.verify select:-webkit-autofill {
    -moz-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    -webkit-box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, .08) !important;
    color: #17c6ff !important
}

div.form.form-donation .row.verify input {
    float: right;
    text-align: right;
    min-width: 70%;
    width: auto;
    border: none;
    box-shadow: none;
    padding-left: 0;
    margin-top: -7px;
    background-color: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid #c4cbcf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none
}

div.form.form-donation .row.verify input.editinput {
    background-color: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid #c4cbcf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none
}

div.form.form-donation .row.verify input.valid {
    background-color: #fff;
    box-shadow: none !important;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none
}

div.form.form-donation .row.verify input:focus {
    background-color: #fff;
    box-shadow: none !important;
    border-bottom: 1px solid #c4cbcf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none
}

div.form.form-donation .row.verify input.error {
    color: #303436;
    background-color: #fff;
    box-shadow: none !important;
    border: none;
    border-bottom: 1px solid #c4cbcf;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    padding: 6px 10px;
    text-decoration: none
}

div.form.form-donation .row.verify input::-webkit-inner-spin-button {
    -webkit-appearance: none
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 {
    width: 49%;
    border-top: #c4cbcf solid 1px;
    padding-top: 20px;
    margin-top: 0
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 label {
    font-weight: 700;
    margin-left: -10px
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 label+.row.verify {
    padding-top: .5em
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-10 {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0 5px
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-10 .form-group {
    min-height: 0
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-10 .form-group input {
    text-align: left;
    float: left;
    width: 100%
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5 .form-group input[type=text] {
    float: left;
    text-align: left;
    margin: 0
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5 .form-group label {
    visibility: hidden;
    width: 0
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-name {
    padding-left: 5px;
    width: 35%
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email {
    width: 65%
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email input[type=email] {
    float: left;
    text-align: left;
    margin: 0
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email a.add {
    position: absolute;
    right: 0;
    width: 100px;
    bottom: -8px
}

div.form.form-donation .panel-donationfor.col-xs-12.col-sm-6 .row.verify .col-xs-12.col-sm-5.col-donationfor-email a.remove {
    position: relative;
    left: 20px;
    bottom: -4px
}

div.form.form-donation p.help-block {
    font-size: 16px;
    font-family: HelveticaNeueW01-55Roma, "Helvetica Neue", sans-serif;
    font-style: italic;
    color: #747d82
}

div.form.form-donation label {
    font-family: "Neue Helvetica W01", sans-serif;
    color: #303436;
    font-size: 16px
}

div.form.form-donation label em {
    font-family: HelveticaNeueW01-55Roma, "Helvetica Neue", sans-serif;
    font-style: italic;
    color: #747d82
}

div.form.form-donation label.error {
    color: #ec5252;
    margin: 5px 0 0
}

div.form.form-donation div.row-submit {
    text-align: right;
    font-size: 14px
}

div.form.form-donation div.row-submit a.reset {
    margin-right: 15px
}

div.form.form-donation div.row+div.row {
    margin-top: 10px
}

div.form.form-donation div.row-donation label.error {
    position: absolute;
    bottom: -15px;
    left: 15px
}

div.form.form-donation div.row-donation input {
    display: inline-block !important;
    width: 245px !important
}

div.form.form-donation div.row-donation span {
    display: inline-block;
    margin-left: 10px
}

div.form.form-donation button.btn-poison {
    text-transform: none;
    padding: 15px 30px;
    font-size: 16px
}

div.form.form-donation input.phone-combined {
    position: absolute;
    top: -999em;
    left: -999em
}

div.form.form-donation a.add {
    font-size: 14px;
    margin: 5px 0 0;
    display: block;
    text-align: right;
    cursor: pointer
}

div.form.form-donation a.remove {
    position: absolute;
    right: -20px;
    bottom: 8px;
    cursor: pointer
}

div.form.form-donation div.col-honor-email div.form-group,
div.form.form-donation div.col-memory-email div.form-group {
    position: relative
}

div.form.form-donation .donate-amt {
    height: 48px
}

div.form.form-donation .panel-donationfor .col-donationfor-email .form-group {
    position: relative
}

.alert.full-banner {
    background-color: red;
    color: #fff;
    padding: 0 0 15px 0
}

header.site {
    background: #313436 url(../img/bg-texture-dark.png);
    padding: 0;
    margin-bottom: -40px;
}

@media (max-width:767px) {
    header.site {
        margin-bottom: -25px;
    }
}
@media (min-width:768px) {
    header.site {
        margin-bottom: -40px;
    }
}

header.site>.container {
    padding: 18px 0 22px
}

header.site div.container {
    position: relative
}

header.site h2 {
    margin: 0 0 0 15px;
    line-height: inherit
}

header.site h2 a {
    display: inline-block
}

header.site h2 img.poison {
    width: 320px;
    height: 45px
}

header.site nav.global {
    position: absolute;
    top: 30px;
    right: 250px;
    font-size: 13px
}

@media (max-width:767px) {
    header.site nav.global {
        position: static;
        top: auto;
        right: auto;
        padding-top: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    header.site nav.global {
        position: static;
        top: auto;
        right: auto;
        padding-top: 10px
    }
}

header.site nav.global a {
    color: #fff;
    display: inline-block;
    position: relative;
    padding-left: 22px
}

header.site nav.global a:before {
    content: "";
    background: url(../img/sprite-icons.png) no-repeat;
    display: block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    background-size: 64px 128px
}

header.site nav.global a+a {
    margin-left: 15px;
    padding-left: 35px;
    border-left: 1px solid #121314
}

header.site nav.global a+a:before {
    left: 13px
}

@media (max-width:767px) {
    header.site nav.global a {
        padding-left: 0
    }

    header.site nav.global a:before {
        display: none
    }

    header.site nav.global a+a {
        border: 0;
        margin-left: 10px;
        padding-left: 22px
    }
}

header.site nav.global a.help:before {
    background-position: -32px -24px
}

header.site nav.global a.need:before {
    background-position: -48px -24px
}

.lt-ie9 header.site nav.global a.help:before {
    background-position: -32px 0;
    background-size: auto auto
}

.lt-ie9 header.site nav.global a.need:before {
    background-position: -48px 0;
    background-size: auto auto
}

header.site div.form {
    position: absolute;
    top: 24px;
    right: 15px;
    width: 220px;
    font-size: 13px
}

header.site div.form input[type=text] {
    background: #1c1e1f;
    border: 2px solid #1c1e1f;
    font-family: "Neue Helvetica W01", sans-serif;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -moz-box-sizing: border-radius;
    -webkit-box-sizing: border-radius;
    box-sizing: border-radius;
    color: #d5dce0;
    padding: 5px 15px;
    height: 36px
}

header.site div.form input[type=text]:focus {
    outline: 0
}

header.site div.form button {
    top: 7px;
    border: 0;
    margin: 0;
    padding: 0;
    right: 10px;
    width: 22px;
    height: 22px;
    color: #d5dce0;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    background: 0 0
}

section.list-more {
    margin-top: 40px
}

section.list-more h1,
section.list-more h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #fc5626;
    margin: 0
}

section.list-more ul.chevrons {
    margin: 0
}

section.list-more ul.chevrons li:before {
    color: #03a6dc
}

section.list-more ul.chevrons li.more:before {
    color: #017c9c
}

section.list-more ul.chevrons li.more a {
    color: #017c9c
}

nav.primary .container>ul {
    display: flex;
    justify-content: space-between
}

nav.primary .container>ul:after,
nav.primary .container>ul:before {
    display: none
}

div.nav-controls {
    font-size: 16px;
    text-align: center
}

div.nav-controls i {
    cursor: pointer;
    color: #fff
}

nav.primary {
    background: #fff;
    font-size: 14px;
    font-family: "Neue Helvetica W01", sans-serif;
    position: relative;
    z-index: 1
}

@media (min-width:1200px) {

    nav.primary.hovered:after,
    nav.primary.primary-with-secondary:after {
        content: "";
        position: absolute;
        height: 3em;
        background: #dbe2e6;
        width: 100%;
        bottom: -3em;
        left: 0;
        z-index: 5;
        display: block;
        -moz-box-shadow: rgba(0, 0, 0, .08) 0 2px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, .08) 0 2px 2px;
        box-shadow: rgba(0, 0, 0, .08) 0 2px 2px
    }
}

@media (min-width:992px) and (max-width:1199px) {

    nav.primary.hovered:after,
    nav.primary.primary-with-secondary:after {
        content: "";
        position: absolute;
        height: 3em;
        background: #dbe2e6;
        width: 100%;
        bottom: -3em;
        left: 0;
        z-index: 5;
        display: block;
        -moz-box-shadow: rgba(0, 0, 0, .08) 0 2px 2px;
        -webkit-box-shadow: rgba(0, 0, 0, .08) 0 2px 2px;
        box-shadow: rgba(0, 0, 0, .08) 0 2px 2px
    }
}

nav.primary .container>ul>li>a.button {
    color: #fff;
    padding: 10px 19px !important;
    text-transform: uppercase;
    font-family: "Neue Helvetica W01", sans-serif
}

@media (min-width:1200px) {
    nav.primary .container>ul>li>a.button {
        margin-top: 10px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav.primary a.button {
        margin-top: 6px
    }
}

@media (min-width:1200px) {
    nav.primary {
        font-size: 18px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav.primary {
        font-size: 16px
    }
}

@media (max-width:767px) {
    nav.primary {
        border-bottom: 1px solid #c4cbcf;
        padding: 0;
        display: none;
        background: #e8eef1
    }

    nav.primary .container {
        padding: 0 !important
    }

    nav.primary .container a {
        padding-left: 15px
    }

    nav.primary.open {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary {
        border-bottom: 1px solid #c4cbcf;
        padding: 0;
        display: none;
        background: #e8eef1
    }

    nav.primary .container {
        padding: 0 !important
    }

    nav.primary .container a {
        padding-left: 15px
    }

    nav.primary.open {
        display: block
    }
}

nav.primary li {
    float: left;
    margin: 0
}

nav.primary li ul {
    font-size: 12px;
    font-family: HelveticaNeueW01-55Roma, "Helvetica Neue", sans-serif;
    position: absolute;
    z-index: 6;
    top: 3.5em
}

nav.primary li ul li+li:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 0;
    border-left: 1px solid #666e72;
    opacity: .5;
    margin: 0 10px;
    position: relative;
    top: 3px
}

nav.primary li ul li a {
    color: #666e72;
    white-space: nowrap;
    display: inline-block
}

nav.primary li ul li a.active {
    color: #1c1e1f;
    font-weight: 700;
    font-family: "Neue Helvetica W01", sans-serif
}

@media (max-width:767px) {
    nav.primary li ul {
        position: relative;
        top: auto
    }

    nav.primary li ul li {
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }

    nav.primary li ul li a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    nav.primary li ul li:before {
        margin: 0 !important;
        content: "" !important;
        height: 0 !important;
        border: none !important
    }

    nav.primary li ul li+li {
        border-top: 1px solid rgba(255, 255, 255, .6)
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary li ul {
        position: relative;
        top: auto
    }

    nav.primary li ul li {
        float: none;
        border-bottom: 1px solid rgba(0, 0, 0, .08)
    }

    nav.primary li ul li a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    nav.primary li ul li:before {
        margin: 0 !important;
        content: "" !important;
        height: 0 !important;
        border: none !important
    }

    nav.primary li ul li+li {
        border-top: 1px solid rgba(255, 255, 255, .6)
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav.primary li ul {
        display: none;
        font-size: 14px;
        top: 3.7em
    }

    nav.primary li ul a {
        padding: 13px 8px
    }
}

@media (min-width:1200px) {
    nav.primary li ul {
        display: none;
        font-size: 14px;
        top: 4.45em
    }

    nav.primary li ul a {
        padding: 15px 8px
    }
}

nav.primary .container>ul>li+li {
    margin-left: 45px
}

@media (min-width:992px) and (max-width:1199px) {
    nav.primary .container>ul>li+li {
        margin-left: 20px
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary .container>ul>li+li {
        margin-left: 20px
    }
}

nav.primary .container>ul>li:last-child {
    margin-left: 30px
}

@media (min-width:992px) and (max-width:1199px) {
    nav.primary .container>ul>li:last-child {
        margin-left: 20px
    }
}

nav.primary .container>ul>li.hasSubNav:hover ul {
    z-index: 10
}

nav.primary .container>ul>li.hasSubNav:hover>a:before {
    content: "";
    height: 16px;
    width: 16px;
    background: #dbe2e6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:767px) {
    nav.primary .container>ul>li.hasSubNav:hover>a:before {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary .container>ul>li.hasSubNav:hover>a:before {
        display: none
    }
}

.lt-ie9 nav.primary .container>ul>li.hasSubNav:hover>a:before {
    width: 22px;
    height: 11px;
    background: url(../img/main-nav-chevron-ie.png) 0 0 no-repeat;
    margin: 0;
    bottom: 0
}

nav.primary .container>ul>li.hasSubNav:hover>ul {
    display: block;
    width: 100%;
    left: 0;
    background: #dbe2e6
}

nav.primary .container>ul>li.hasSubNav>a.active:before {
    content: "";
    height: 16px;
    width: 16px;
    background: #dbe2e6;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:767px) {
    nav.primary .container>ul>li.hasSubNav>a.active:before {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary .container>ul>li.hasSubNav>a.active:before {
        display: none
    }
}

@media (max-width:767px) {
    nav.primary .container>ul>li {
        margin-left: 0 !important;
        float: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary .container>ul>li {
        margin-left: 0 !important;
        float: none
    }
}

nav.primary .container>ul>li>a {
    color: inherit;
    white-space: nowrap;
    display: block;
    position: relative
}

nav.primary .container>ul>li>a:hover {
    color: inherit
}

@media (max-width:767px) {
    nav.primary .container>ul>li>a {
        background: rgba(0, 0, 0, .1)
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary .container>ul>li>a {
        background: rgba(0, 0, 0, .1)
    }
}

nav.primary .container>ul>li>a.active {
    -webkit-transition: color .3s;
    color: #fc5626
}

nav.primary .container>ul>li>a.active+ul {
    display: block;
    width: 100%;
    left: 0;
    background: #dbe2e6
}

@media (min-width:1200px) {
    nav.primary .container>ul>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    nav.primary .container>ul>li>a {
        padding: 15px 0
    }

    nav.primary .container>ul>li>a.button {
        padding: 15px 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    nav.primary .container>ul>li>a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    nav.primary .container>ul>li>a.active {
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
}

@media (max-width:767px) {
    nav.primary .container>ul>li>a {
        padding-top: 5px;
        padding-bottom: 5px
    }

    nav.primary .container>ul>li>a.active {
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }
}

nav.primary.primary-with-secondary a.active:before {
    background: #dbe2e6
}

section.rail {
    background: #fff;
    padding: 30px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px
}

section.rail h1,
section.rail h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #1c1e1f;
    margin: 0 0 10px
}

section.rail h1 img,
section.rail h2 img {
    margin-bottom: 25px
}

section.rail a.button {
    width: 100%
}

section.rail p.no-margin {
    margin-top: 0
}

section.rail.help {
    text-align: center;
    background: #303436 !important;
    padding: 15px
}

section.rail.help .button.button-alt {
    font-size: 16px;
    margin-top: 5px
}

section.rail.help.alt h1,
section.rail.help.alt h2 {
    margin-bottom: 5px
}

section.rail.help.alt p {
    color: #fc5626
}

section.rail.help.alt span.number a {
    color: #fc5626
}

section.rail.help span.number {
    font-size: 24px;
    font-family: "Neue Helvetica W01", sans-serif;
    display: block;
    white-space: nowrap
}

@media (min-width:1200px) {
    section.rail.help span.number {
        display: inline
    }
}

section.rail.help span.number a {
    color: #fff
}

section.rail.help a {
    color: #fff
}

section.rail.help p {
    margin-top: 5px
}

section.rail.help p+p {
    margin-top: 10px
}

section.rail article {
    margin: 1.2em 0
}

section.rail article h1,
section.rail article h2 {
    font-family: "Neue Helvetica W01", sans-serif;
    font-size: 18px
}

section.rail article h1+p,
section.rail article h2+p {
    margin: 0
}

section.rail article h1 a,
section.rail article h2 a {
    color: #03a6dc
}

section.rail.rail-reversed {
    background: #44484b;
    color: #fff;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 400;
    font-size: 16px
}

section.rail.rail-reversed h1,
section.rail.rail-reversed h2 {
    color: #fff
}

section.rail.rail-icon {
    text-align: center;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 400;
    font-size: 16px
}

section.rail.rail-icon h1 i.fa,
section.rail.rail-icon h2 i.fa {
    color: #fc5626;
    font-size: 26px;
    line-height: 40px;
    height: 48px;
    width: 48px;
    font-weight: 400;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fc5626;
    border: 3px solid #fc5626;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: block;
    margin: 0 auto 10px
}

section.rail.rail-icon h1 i.fa.fa-music:before,
section.rail.rail-icon h2 i.fa.fa-music:before {
    position: relative;
    left: -2px
}

section.rail.rail-icon h1 i.icon-chart:before,
section.rail.rail-icon h2 i.icon-chart:before {
    content: "";
    display: block;
    background: url(../img/sprite-icons.png) 0 -208px no-repeat;
    height: 32px;
    width: 32px;
    margin: 4px auto
}

section.rail.app {
    padding: 23px 23px 20px;
    text-align: center;
    font-weight: 500
}

section.rail.app i.download-icon {
    margin: 0 auto;
    display: block;
    content: "";
    background: url(../img/download-icon.png) no-repeat;
    height: 54px;
    width: 51px
}

section.rail.app h1,
section.rail.app h2 {
    margin-top: 10px
}

section.rail.app h1+p,
section.rail.app h2+p {
    margin-top: 10px
}

section.rail.app p {
    margin-top: 10px;
    font-size: 16px
}

@media (max-width:767px) {
    section.rail.app p img {
        max-width: 115px
    }
}

section.rail.app p a {
    margin-right: 15px
}

section.rail.app p a:last-child {
    margin-right: 0
}

section.rail.rail-support {
    background: #0098ca;
    color: #fff;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 00;
    font-size: 16px
}

section.rail.rail-support h1,
section.rail.rail-support h2 {
    color: #fff;
    font-weight: 400
}

section.rail.rail-support span {
    color: #f7e047
}

section.rail+section.rail {
    margin-top: 30px
}

@media (max-width:767px) {
    section.rail {
        margin-top: 30px
    }
}

section.social {
    margin-top: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    right: 15px
}

div.tooltip {
    display: inline-block;
    position: relative;
}

section.social div.tooltip span {
    position: absolute;
    z-index: 1;
    padding: 0 5px;
    left: -50px;
    top: 10px;
    background-color: black;
    color: white;
    border-radius: 6px;
    visibility: hidden;
}

section.social div.tooltip .copylink-tooltip {
    width: 190px;
    left: -150px;
}

@media (min-width:768px) {
    section.social a.facebook:hover .facebook-tooltip {
        visibility: visible;
    }

    section.social a.twitter:hover .twitter-tooltip {
        visibility: visible;
    }

    section.social a.reddit:hover .reddit-tooltip {
        visibility: visible;
    }

    section.social a.linkedin:hover .linkedin-tooltip {
        visibility: visible;
    }

    section.social a.copylink:hover .copylink-tooltip {
        visibility: visible;
    }
} 

@media (max-width:767px) {
    section.social a.reddit {
        display: none;
    }   
}

section.social-thick {
    margin-top: 40px;
    position: static;
    margin-left: 20px;
}

section.social-thick div.share-btn {
    display: inline-block;
}

section.social-article {
    position: static;
}

@media (max-width:767px) {
    section.social {
        margin-top: 40px;
        position: static;
        top: auto;
        right: auto;
        padding: 15px 0 0
    }
}

section.social span {
    margin: 0;
    font-size: 14px;
    font-family: "Neue Helvetica W01", sans-serif;
    display: inline-block;
    line-height: 28px;
    padding-right: 10px
}

section.social a {
    cursor: pointer;
    height: 32px;
    width: 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #03a6dc;
    border: 2px solid #03a6dc;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    display: inline-block
}

section.social a+a {
    margin-left: 5px
}

section.social a:hover {
    border-color: #fc5626;
    color: #fc5626
}

section.social a i {
    line-height: 30px
}

section.social a.email i {
    position: relative;
    top: -1px
}

section.tabs {
    font-size: 14px;
    margin-top: 40px
}

section.tabs div.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

section.tabs div.embed-container embed,
section.tabs div.embed-container iframe,
section.tabs div.embed-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

section.tabs h1.section-title,
section.tabs h2.section-title {
    background: #303436;
    color: #f7e047;
    font-family: "Neue Helvetica W01", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 7px 0 10px;
    margin: 0
}

section.tabs article {
    display: none
}

section.tabs article h1,
section.tabs article h2 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Neue Helvetica W01", sans-serif;
    margin: 0;
    padding: 15px 0 2px
}

section.tabs article h1 a,
section.tabs article h2 a {
    color: #03a6dc
}

section.tabs article p {
    margin: 0
}

section.tabs article.active {
    display: block
}

@media (max-width:767px) {
    section.tabs article {
        display: block
    }
}

section.tabs div.tabs-nav {
    margin-top: 15px;
    line-height: 18px
}

section.tabs div.tabs-nav a.active {
    color: #fc5626
}

section.tabs div.tabs-nav a img {
    display: block;
    margin-bottom: 5px
}

@media (max-width:767px) {
    section.tabs div.tabs-nav {
        display: none
    }
}

.row-save {
    text-align: right
}

.search-result {
    margin: 1em 0
}

.search-result h1,
.search-result h2 {
    font-size: 20px;
    margin: -1px 0 10px 0
}

.search-result h1 a,
.search-result h2 a {
    color: #03a6dc !important
}

.search-result img {
    float: left
}

.search-result .content {
    font-size: 14px;
    line-height: 1.4;
    margin-left: 198px
}

.search-result+hr+h2 {
    margin-top: 1.5em
}

@media (max-width:767px) {
    .search-result img+.content {
        margin: 20px 0 10px;
        float: left
    }

    .search-result .content {
        margin: 0 0 10px;
        float: left
    }
}

.subscribe+h2 {
    margin-top: 1.5em
}

.small-images .search-result {
    margin-bottom: 1.5em
}

.small-images .search-result h1,
.small-images .search-result h2 {
    margin-bottom: 8px
}

.small-images .search-result .content {
    margin-left: 145px
}

.small-images .search-result+hr+h2 {
    margin-top: -5px
}

@media (max-width:767px) {
    .small-images .search-result .content {
        margin: 10px 0;
        float: left
    }
}

.subscribe h2 {
    color: #1c1e1f
}

.subscribe .form-inline {
    margin-top: 15px;
    left: -2px;
    position: relative
}

.subscribe .form-inline .form-group {
    width: 50%
}

.subscribe .form-inline button[name=submit] {
    margin-left: 5px
}

.subscribe .form-inline .privacyBy {
    font-size: small;
    color: #666;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    line-height: 1.2
}

#ccForm {
    visibility: hidden
}

.pagination {
    list-style: none;
    margin: 0;
    font-size: smaller;
    text-align: center
}

.pagination li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin: 0 10px
}

.pagination li a.active {
    color: #000
}

.pagination li a.active:hover {
    cursor: default;
    text-decoration: none
}

.pagination li a.disabled {
    color: rgba(0, 0, 0, .5)
}

.pagination li a.disabled:hover {
    cursor: default;
    text-decoration: none
}

.order-materials,
div#form-donation.form.form-donation.order-form {
    opacity: 0;
    position: absolute;
    left: -999em;
    top: -999em;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in
}

.order-materials.no-mats p.no-mats,
div#form-donation.form.form-donation.order-form.no-mats p.no-mats {
    display: block
}

.order-materials label.control-label.required:before,
div#form-donation.form.form-donation.order-form label.control-label.required:before {
    content: "* ";
    color: red
}

.order-materials.open,
div#form-donation.form.form-donation.order-form.open {
    opacity: 1;
    position: relative;
    left: 0;
    top: 0
}

.order-materials label.zip-invalid,
div#form-donation.form.form-donation.order-form label.zip-invalid {
    display: none;
    color: #ec5252 !important;
    max-width: 79%;
    font-size: 14px !important;
    padding-left: 30px;
    margin-top: -2px !important
}

.order-materials .box-container,
div#form-donation.form.form-donation.order-form .box-container {
    min-height: 108px
}

.order-materials .box-container .image-popup,
div#form-donation.form.form-donation.order-form .box-container .image-popup {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    z-index: 1000;
    display: none
}

.order-materials p.no-mats,
div#form-donation.form.form-donation.order-form p.no-mats {
    display: none;
    color: red;
    text-align: center
}

.order-materials h2.tight,
div#form-donation.form.form-donation.order-form h2.tight {
    color: #fff !important;
    background: #303436;
    width: 100%;
    padding: 14px 30px;
    margin: 40px 0 25px
}

.order-materials textarea,
div#form-donation.form.form-donation.order-form textarea {
    height: 177px
}

.order-materials .usage,
div#form-donation.form.form-donation.order-form .usage {
    margin-bottom: 0
}

.order-materials .usage input,
.order-materials .usage label,
div#form-donation.form.form-donation.order-form .usage input,
div#form-donation.form.form-donation.order-form .usage label {
    display: inline-block;
    width: auto;
    padding: 0;
    height: auto;
    margin: 0
}

.order-materials .usage label,
div#form-donation.form.form-donation.order-form .usage label {
    margin-top: 5px;
    margin-left: 15px
}

.order-materials #school-info,
div#form-donation.form.form-donation.order-form #school-info {
    opacity: 0;
    position: absolute;
    left: -999em;
    -webkit-transition: opacity .25s ease-in;
    -moz-transition: opacity .25s ease-in;
    -ms-transition: opacity .25s ease-in;
    -o-transition: opacity .25s ease-in;
    transition: opacity .25s ease-in
}

.order-materials #school-info.active,
div#form-donation.form.form-donation.order-form #school-info.active {
    left: 0;
    position: relative;
    opacity: 1
}

.order-materials {
    font-size: 24px;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 300;
    line-height: 1.2
}

.order-materials #zip {
    vertical-align: top;
    max-width: 20%;
    display: inline-block
}

.order-materials #zip.invalid {
    box-shadow: 0 0 0 2px rgba(236, 82, 82, .8) !important
}

@media (max-width:767px) {
    .order-materials .accordion .control-label {
        padding-left: 15px;
        padding-top: 10px
    }
}

.order-materials .image-box {
    position: static;
    width: 100%;
    left: auto;
    cursor: pointer;
    transition: width .3s ease
}

.order-materials .image-box img {
    width: 100px;
    height: 100px
}

.order-materials .image-box.open {
    z-index: 9999;
    position: absolute;
    width: 40%;
    height: auto;
    left: 30%;
    right: 30%;
    top: 20%;
    padding: 35px;
    background-color: #fff;
    border: 1px solid #c4cbcf;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .6)
}

@media (min-width:992px) and (max-width:1199px) {
    .order-materials .image-box.open {
        padding: 35px;
        width: 70%;
        left: 15%;
        right: 15%;
        top: 5%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .order-materials .image-box.open {
        padding: 35px;
        width: 70%;
        left: 15%;
        right: 15%;
        top: 5%
    }
}

@media (max-width:767px) {
    .order-materials .image-box.open {
        padding: 35px;
        width: 70%;
        left: 15%;
        right: 15%;
        top: 25%
    }
}

.order-materials .image-box.open:hover:after {
    color: #fc5626;
    opacity: 1
}

.order-materials .image-box.open:after {
    font-family: FontAwesome;
    content: "\f05c";
    position: absolute;
    color: #c4cbcf;
    top: 7px;
    right: 10px;
    opacity: .6
}

.order-materials label[for=zip] {
    font-size: 14px !important;
    display: inline-block;
    max-width: 80%;
    padding-left: 30px;
    margin-top: -2px !important
}

.order-materials span {
    display: block;
    margin-top: 25px
}

.order-materials p {
    margin-bottom: 25px
}

.order-materials p.note {
    opacity: 1;
    pointer-events: normal;
    font-size: 16px
}

.order-materials p.note.error {
    opacity: .4;
    pointer-events: none
}

.order-materials .accordion {
    position: relative;
    pointer-events: normal;
    opacity: 1;
    cursor: pointer
}

.order-materials .accordion h2.tight {
    margin: 0
}

.order-materials .accordion h3 {
    margin-bottom: 40px
}

.order-materials .accordion input {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 2px
}

.order-materials .accordion i {
    font-weight: 700;
    position: absolute;
    font-size: 28px;
    right: 25px;
    top: 12px;
    color: #fff;
    pointer-events: none;
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease
}

.order-materials .accordion .form-group {
    margin-bottom: 40px;
    min-height: 108px
}

.order-materials .accordion .drop-down {
    max-height: 0;
    transition: max-height .25s ease-out;
    overflow: hidden
}

.order-materials .accordion.error {
    opacity: .4;
    pointer-events: none
}

.order-materials .accordion.open .drop-down {
    max-height: 12000px;
    transition: max-height .5s ease-in
}

.order-materials .accordion.open i {
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transition: transform 550ms ease;
    -moz-transition: -moz-transform 550ms ease;
    -ms-transition: -ms-transform 550ms ease;
    -o-transition: -o-transform 550ms ease;
    -webkit-transition: -webkit-transform 550ms ease
}

.continue {
    opacity: 1;
    pointer-events: normal;
    font-size: 14px;
    float: right
}

.continue.error {
    opacity: .4;
    pointer-events: none
}

.continue a.reset {
    margin-right: 15px
}

body.lightbox-open .lightbox {
    display: block
}

.lightbox {
    display: none;
    padding: 50px 20px 20px;
    border-radius: 20px;
    position: fixed;
    background: #fff;
    top: 5%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    max-width: 100%;
    max-height: 90%;
    z-index: 1000;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

@media (max-width:767px) {
    .lightbox {
        left: 5%;
        top: 5%;
        width: 90%;
        max-height: 90%;
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .lightbox {
        left: 5%;
        top: 5%;
        width: 90%;
        max-height: 90%;
        margin-left: 0
    }
}

.lightbox i.fa-times-circle {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #fc5626
}

.lightbox i.fa-times-circle:hover {
    color: red
}

.lightbox label {
    position: relative;
    top: -40px;
    left: 0;
    padding-right: 25px
}

.lightbox img {
    max-width: 100%;
    max-height: 100%;
    margin-top: -40px
}

.lightbox-bg {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        -ms-filter: none !important;
        filter: none !important
    }

    header.site div.form,
    nav.primary,
    nav.secondary {
        display: none
    }

    a,
    a:visited {
        color: #333 !important;
        text-decoration: underline
    }

    a[href]:after {
        content: " ("attr(href) ")"
    }

    abbr[title]:after {
        content: " ("attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after,
    nav a {
        content: ""
    }

    blockquote,
    pre {
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid
    }
}

.offscreen {
    top: -9999em;
    left: -9999em
}

@-ms-viewport {
    width: device-width
}

.thankYouLinks a.button {
    width: 100%;
    margin-bottom: 15px
}

.thankYouLinks a.button span.sub {
    display: block;
    color: #005a7b;
    font-size: small
}

.resultsCount {
    font-size: 14px;
    color: #666
}

.form div.phone input,
.form div.phone span {
    display: inline-block;
    width: auto;
    vertical-align: middle
}

.form div.phone input {
    width: 4em
}

.form div.phone input.wide {
    width: 5em
}

.form div.phone input::-webkit-inner-spin-button,
.form div.phone input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

span.wpc-logo {
    color: inherit
}

span.wpc-logo strong {
    color: inherit;
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600
}

a span.wpc-logo {
    color: #17c6ff
}

a span.wpc-logo strong {
    color: #17c6ff;
    font-weight: 600
}

a:hover {
    cursor: pointer
}

h1 span.wpc-logo,
h2 span.wpc-logo,
h3 span.wpc-logo,
h4 span.wpc-logo,
h5 span.wpc-logo {
    color: #000
}

h1 span.wpc-logo strong,
h2 span.wpc-logo strong,
h3 span.wpc-logo strong,
h4 span.wpc-logo strong,
h5 span.wpc-logo strong {
    color: #fc5626;
    font-weight: inherit !important
}

h1 a span.wpc-logo,
h2 a span.wpc-logo,
h3 a span.wpc-logo,
h4 a span.wpc-logo,
h5 a span.wpc-logo {
    color: #000
}

h1 a span.wpc-logo strong,
h2 a span.wpc-logo strong,
h3 a span.wpc-logo strong,
h4 a span.wpc-logo strong,
h5 a span.wpc-logo strong {
    color: #fc5626;
    font-weight: 600
}

body.sc-editor div.callout div.img {
    background-image: none !important
}

body.sc-editor div.callout img {
    display: block
}

body.sc-editor section.rail {
    margin-bottom: 30px
}

body.sc-editor section.rail.rail-support span {
    color: inherit
}

main.full-width {
    padding-left: 10px;
    padding-right: 10px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

a.button {
    font-family: "Neue Helvetica W01", sans-serif;
    font-weight: 600
}

#frmMain {
    width: 100%;
    overflow: hidden
}

@media (max-width:991px) {
    header.site {
        background: #000
    }

    body.wpc header.site .nav-controls {
        top: 30px
    }

    header.site .nav-controls {
        position: absolute;
        font-size: 20px;
        width: 22px;
        top: 20px
    }

    header.site>.container {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 20px 0;
        justify-content: space-between
    }

    header.site>.container:after,
    header.site>.container:before {
        display: none
    }

    header.site div.form {
        top: auto;
        height: 0;
        right: auto;
        width: 100%;
        position: relative;
        transition: height 1s
    }

    header.site div.form.open {
        height: 54px
    }

    body.wpc header.site div.form .mobile-search-btn {
        top: -56px
    }

    header.site div.form .mobile-search-btn {
        right: 0;
        top: -45px;
        color: #fff;
        width: 22px;
        height: 22px;
        cursor: pointer;
        font-size: 20px;
        text-align: center;
        position: absolute
    }

    header.site h2 {
        margin: 0 auto 15px
    }

    .wpc header h2 .logo-2 {
        height: 20px;
        display: block;
        margin-top: -3px
    }

    header.site h2 img.poison {
        height: 30px;
        width: auto
    }

    header.site nav.global {
        display: flex;
        flex: 1 0 100%;
        padding: 10px 0;
        position: relative;
        background: #f4f4f4;
        justify-content: space-around
    }

    header.site nav.global:after,
    header.site nav.global:before {
        background: #f4f4f4;
        position: absolute;
        height: 100%;
        width: 999px;
        content: "";
        right: 100%;
        top: 0
    }

    header.site nav.global:before {
        right: auto;
        left: 100%
    }

    header.site nav.global a,
    header.site nav.global a+a {
        border: none;
        color: #000;
        padding: 0;
        margin: 0
    }

    header.site nav.global .need {
        margin: 0 -6px 0 14px
    }

    header.site nav.global a:before {
        display: none
    }

    header.site div.form input[type=text] {
        border: 1px solid #fff
    }

    nav.primary .container>ul>li>a.button {
        display: none
    }

    nav.primary .container>ul {
        display: block
    }

    body.wpc .btn-holder .button {
        max-width: 50%
    }

    body.wpc .btn-holder.sticky .button {
        max-width: none
    }
}

@media (max-width:767px) {
    header.site>.container {
        padding-top: 11px
    }

    header.site h2 img.poison {
        height: 28px;
        width: 180px
    }

    body.wpc header h2 .logo-2 {
        height: 12px
    }

    header.site .nav-controls {
        top: 15px
    }

    body.wpc header.site .nav-controls {
        top: 17px
    }

    body.wpc header.site div.form .mobile-search-btn {
        top: -43px
    }

    header.site div.form .mobile-search-btn {
        top: -40px
    }

    header.site nav.global {
        font-size: 12px;
        font-weight: 700;
        padding: 6px 0 3px;
        letter-spacing: .6px
    }

    .wpc header h2 a img {
        height: 22px;
        width: 210px;
        display: block
    }

    div.story1 {
        padding: 0
    }

    body.wpc div.story1 div.row1-body,
    div.story1 div.row1-body {
        padding: 23px 0 19px
    }

    body.wpc div.story1 div.row1-body h1 {
        font-size: 24px;
        text-align: left;
        letter-spacing: 1px
    }

    div.story1 div.row1-body h1 {
        font-size: 24px;
        text-align: center
    }

    body.poison div.row2-col1-body {
        padding: 0;
        font-size: 14px;
        line-height: 1.75em
    }

    body.wpc div.story1 div.row2-col1-body {
        padding: 0
    }

    body.poison div.row2-col1-body p {
        letter-spacing: 1px;
        margin-bottom: 25px
    }

    body.wpc div.row2-col1-body p {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 22px
    }

    body.wpc div.story1 div.row3-body {
        margin-top: 37px
    }

    div.story1 div.row3-body {
        margin-top: 28px
    }

    div.story1 div.row3-body p {
        margin: 0;
        letter-spacing: .7px
    }

    div.story1 div.row3-col1-body {
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        padding: 0 0 20px 41px
    }

    div.story1 div.row3-col2-body {
        margin-bottom: 20px
    }

    div.story1 div.row3-col2-body .button {
        width: 100%;
        font-size: 18px;
        max-width: 380px;
        text-transform: uppercase
    }

    div.story1 div.row3-col3-body {
        margin-bottom: 20px;
        padding-bottom: 0
    }

    .btn-holder .btn-wrapper,
    body.wpc .btn-holder .btn-wrapper {
        padding: 1px 0;
        flex-direction: column
    }

    .btn-holder.sticky .btn-wrapper {
        flex-direction: row
    }

    .btn-holder .button,
    body.wpc .btn-holder .button {
        width: 100%;
        font-size: 18px;
        max-width: 380px;
        padding: 10px 15px
    }

    .btn-holder.sticky .button.phone {
        padding-top: 8px;
        padding-bottom: 8px
    }

    body.wpc .btn-holder .button {
        padding: 16px 15px 14px
    }

    .btn-holder .or {
        margin: 7px 0
    }

    h1.page-title,
    h2.page-title {
        font-size: 26px
    }

    h1.page-title span,
    h2.page-title span {
        font-size: 28px;
        margin-bottom: 1em
    }

    blockquote {
        margin: 0 0 20px !important
    }

    table {
        width: 100% !important;
        height: auto !important
    }

    table.table-mobile {
        border-collapse: separate
    }

    table.table-mobile td {
        display: block
    }

    table.table-mobile h2 span {
        line-height: 1em
    }

    main .table-img-holder img {
        max-width: 100px
    }
}

main h1>*,
main h2>* {
    display: inline-block
}

main h1>span,
main h2>span {
    display: inline
}

main p img,
main table img {
    max-width: 100%;
    display: inline-block;
    width: auto !important;
    height: auto !important
}

.table-img-holder img {
    max-width: none
}

.references,
section.more ol {
    word-break: break-all
}