@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes fadeIn {
    from {
        -moz-transform: scale(0)
    }
    to {
        -moz-transform: scale(1)
    }
}

@-o-keyframes fadeIn {
    from {
        -o-transform: scale(0)
    }
    to {
        -o-transform: scale(1)
    }
}

@keyframes fadeIn {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


    .navbar {
        display: none
    }

    .btn > .caret, .form__button > .caret, .dropup > .btn > .caret, .dropup > .form__button > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td, .table th {
        background-color: #fff !important
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important
    }


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #333333;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #4A90E2;
    text-decoration: none
}

a:hover, a:focus {
    color: #1f69c1;
    text-decoration: none
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

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.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: inherit;
    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: normal;
    line-height: 1;
    color: #777777
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

h4 small, h4 .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .h5 .small, h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%
}

h1, .h1 {
    font-size: 41px
}

h2, .h2 {
    font-size: 34px
}

h3, .h3 {
    font-size: 28px
}

h4, .h4 {
    font-size: 20px
}

h5, .h5 {
    font-size: 16px
}

h6, .h6 {
    font-size: 14px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small, .small {
    font-size: 87%
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase, .initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777777
}

.text-primary {
    color: #28B22C
}

a.text-primary:hover, a.text-primary:focus {
    color: #1f8822
}

.text-success {
    color: #28B22C
}

a.text-success:hover, a.text-success:focus {
    color: #1f8822
}

.text-info {
    color: #4A90E2
}

a.text-info:hover, a.text-info:focus {
    color: #2275d7
}

.text-warning {
    color: #FC6901
}

a.text-warning:hover, a.text-warning:focus {
    color: #c95401
}

.text-danger {
    color: #ff0000
}

a.text-danger:hover, a.text-danger:focus {
    color: #cc0000
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #28B22C
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #1f8822
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover, a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover, a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover, a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover, a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eeeeee
}

ul, ol {
    margin-top: 0;
    margin-bottom: 11px
}

ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt, dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width: 100px) {
    .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
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eeeeee
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 8px;
    padding-right: 8px
}

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 736px
    }
}

@media (min-width: 992px) {
    .container {
        width: 956px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1156px
    }
}

.container-fluid, .wrapper {
    margin-right: auto;
    margin-left: auto;
    /* REMOVED RDH 11-JAN-2017
    padding-left: 8px;
    padding-right: 8px
    */
}

.container-fluid:before, .wrapper:before, .container-fluid:after, .wrapper:after {
    content: " ";
    display: table
}

.container-fluid:after, .wrapper:after {
    clear: both
}

.row {
    margin-left: 0px;
    margin-right: 0px
}

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .form__field-custom-field header .fieldHeader_input, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .form__field-custom-field header .fieldHeader_label, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .form__field-custom-field header .fieldHeader_label, .form__field-custom-field header .fieldHeader_input, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .form__field-custom-field header .fieldHeader_label, .form__field-custom-field header .fieldHeader_input {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12, .form__field-custom-field header .fieldHeader_label, .form__field-custom-field header .fieldHeader_input {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .form__field-custom-field header .fieldHeader_input, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .form__field-custom-field header .fieldHeader_label, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4, .form__field-custom-field header .fieldHeader_input {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8, .form__field-custom-field header .fieldHeader_label {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px 15px;
    padding-bottom: 8px 15px;
    color: #777777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 8px 15px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
 }

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 9px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555
}

.form-control, .form__control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus, .form__control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder, .form__control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder, .form__control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder, .form__control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled], [disabled].form__control, .form-control[readonly], [readonly].form__control, fieldset[disabled] .form-control, fieldset[disabled] .form__control {
    background-color: #eeeeee;
    opacity: 1
}

.form-control[disabled], [disabled].form__control, fieldset[disabled] .form-control, fieldset[disabled] .form__control {
    cursor: not-allowed
}

textarea.form-control, textarea.form__control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="date"].form__control, input[type="time"].form-control, input[type="time"].form__control, input[type="datetime-local"].form-control, input[type="datetime-local"].form__control, input[type="month"].form-control, input[type="month"].form__control {
        line-height: 40px
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].form__control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > input[type="date"].form__field-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm > .input-group-btn > input[type="date"].form__button, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].form__control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > input[type="time"].form__field-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm > .input-group-btn > input[type="time"].form__button, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].form__control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > input[type="datetime-local"].form__field-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm > .input-group-btn > input[type="datetime-local"].form__button, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].form__control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > input[type="month"].form__field-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm > .input-group-btn > input[type="month"].form__button, .input-group-sm input[type="month"] {
        line-height: 33px
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].form__control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > input[type="date"].form__field-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg > .input-group-btn > input[type="date"].form__button, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].form__control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > input[type="time"].form__field-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg > .input-group-btn > input[type="time"].form__button, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].form__control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > input[type="datetime-local"].form__field-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg > .input-group-btn > input[type="datetime-local"].form__button, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].form__control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > input[type="month"].form__field-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg > .input-group-btn > input[type="month"].form__button, .input-group-lg input[type="month"] {
        line-height: 49px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label, .checkbox label {
    min-height: 22px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 0;
    min-height: 38px
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.form__control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .form-control-static.form__field-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-lg > .input-group-btn > .form-control-static.form__button, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.form__control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .form-control-static.form__field-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .input-group-sm > .input-group-btn > .form-control-static.form__button {
    padding-left: 0;
    padding-right: 0
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > .form__control, .input-group-sm > .input-group-addon, .input-group-sm > .form__field-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .form__button {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.form__control, .input-group-sm > select.input-group-addon, .input-group-sm > select.form__field-group-addon, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.form__button {
    height: 33px;
    line-height: 33px
}

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.form__control, .input-group-sm > textarea.input-group-addon, .input-group-sm > textarea.form__field-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.form__button, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].form__control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > select[multiple].form__field-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > select[multiple].form__button {
    height: auto
}

.form-group-sm .form-control, .form-group-sm .form__control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control, .form-group-sm select.form__control {
    height: 33px;
    line-height: 33px
}

.form-group-sm textarea.form-control, .form-group-sm textarea.form__control, .form-group-sm select[multiple].form-control, .form-group-sm select[multiple].form__control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 36px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > .form__control, .input-group-lg > .input-group-addon, .input-group-lg > .form__field-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .form__button {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.form__control, .input-group-lg > select.input-group-addon, .input-group-lg > select.form__field-group-addon, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.form__button {
    height: 49px;
    line-height: 49px
}

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.form__control, .input-group-lg > textarea.input-group-addon, .input-group-lg > textarea.form__field-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.form__button, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].form__control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > select[multiple].form__field-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > select[multiple].form__button {
    height: auto
}

.form-group-lg .form-control, .form-group-lg .form__control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control, .form-group-lg select.form__control {
    height: 49px;
    line-height: 49px
}

.form-group-lg textarea.form-control, .form-group-lg textarea.form__control, .form-group-lg select[multiple].form-control, .form-group-lg select[multiple].form__control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 42px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control, .has-feedback .form__control {
    padding-right: 50px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .form__control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .form__field-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg > .input-group-btn > .form__button + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback, .form-group-lg .form__control + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .form__control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .form__field-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm > .input-group-btn > .form__button + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback, .form-group-sm .form__control + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px
}

.has-success .help-block, .has-success .control-label, .has-success .form__label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #28B22C
}

.has-success .form-control, .has-success .form__control {
    border-color: #28B22C;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus, .has-success .form__control:focus {
    border-color: #1f8822;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #64dc67;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #64dc67
}

.has-success .input-group-addon, .has-success .form__field-group-addon {
    color: #28B22C;
    border-color: #28B22C;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #28B22C
}

.has-warning .help-block, .has-warning .control-label, .has-warning .form__label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #FC6901
}

.has-warning .form-control, .has-warning .form__control {
    border-color: #FC6901;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus, .has-warning .form__control:focus {
    border-color: #c95401;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fea465;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fea465
}

.has-warning .input-group-addon, .has-warning .form__field-group-addon {
    color: #FC6901;
    border-color: #FC6901;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #FC6901
}

.has-error .help-block, .has-error .control-label, .has-error .form__label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #ff0000
}

.has-error .form-control, .has-error .form__control {
    border-color: #ff0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus, .has-error .form__control:focus {
    border-color: #cc0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f66;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f66
}

.has-error .input-group-addon, .has-error .form__field-group-addon {
    color: #ff0000;
    border-color: #ff0000;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #ff0000
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 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, .form-inline .form__control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group, .form-inline .form__field-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon, .form-inline .form__field-group .input-group-addon, .form-inline .input-group .form__field-group-addon, .form-inline .form__field-group .form__field-group-addon, .form-inline .input-group .input-group-btn, .form-inline .form__field-group .input-group-btn, .form-inline .input-group .form-control, .form-inline .form__field-group .form-control, .form-inline .input-group .form__control, .form-inline .form__field-group .form__control {
        width: auto
    }

    .form-inline .input-group > .form-control, .form-inline .form__field-group > .form-control, .form-inline .input-group > .form__control, .form-inline .form__field-group > .form__control {
        width: 100%
    }

    .form-inline .control-label, .form-inline .form__label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 9px
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 31px
}

.form-horizontal .form-group {
    margin-left: -8px;
    margin-right: -8px
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label, .form-horizontal .form__label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 9px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 8px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .form__label {
        padding-top: 14.33333px;
        font-size: 20px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .form__label {
        padding-top: 6px;
        font-size: 14px
    }
}

.btn, .form__button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus, .form__button:focus, .btn.focus, .focus.form__button, .btn:active:focus, .form__button:active:focus, .btn:active.focus, .form__button:active.focus, .btn.active:focus, .active.form__button:focus, .btn.active.focus, .active.focus.form__button {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover, .form__button:hover, .btn:focus, .form__button:focus, .btn.focus, .focus.form__button {
    color: #333;
    text-decoration: none
}

.btn:active, .form__button:active, .btn.active, .active.form__button {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .disabled.form__button, .btn[disabled], [disabled].form__button, fieldset[disabled] .btn, fieldset[disabled] .form__button {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled, a.disabled.form__button, fieldset[disabled] a.btn, fieldset[disabled] a.form__button {
    pointer-events: none
}

.btn-default, .form__button--default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus, .form__button--default:focus, .btn-default.focus, .focus.form__button--default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover, .form__button--default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active, .form__button--default:active, .btn-default.active, .active.form__button--default, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.form__button--default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover, .form__button--default:active:hover, .btn-default:active:focus, .form__button--default:active:focus, .btn-default:active.focus, .form__button--default:active.focus, .btn-default.active:hover, .active.form__button--default:hover, .btn-default.active:focus, .active.form__button--default:focus, .btn-default.active.focus, .active.focus.form__button--default, .open > .btn-default.dropdown-toggle:hover, .open > .dropdown-toggle.form__button--default:hover, .open > .btn-default.dropdown-toggle:focus, .open > .dropdown-toggle.form__button--default:focus, .open > .btn-default.dropdown-toggle.focus, .open > .dropdown-toggle.focus.form__button--default {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active, .form__button--default:active, .btn-default.active, .active.form__button--default, .open > .btn-default.dropdown-toggle, .open > .dropdown-toggle.form__button--default {
    background-image: none
}

.btn-default.disabled, .disabled.form__button--default, .btn-default.disabled:hover, .disabled.form__button--default:hover, .btn-default.disabled:focus, .disabled.form__button--default:focus, .btn-default.disabled.focus, .disabled.focus.form__button--default, .btn-default.disabled:active, .disabled.form__button--default:active, .btn-default.disabled.active, .disabled.active.form__button--default, .btn-default[disabled], [disabled].form__button--default, .btn-default[disabled]:hover, [disabled].form__button--default:hover, .btn-default[disabled]:focus, [disabled].form__button--default:focus, .btn-default[disabled].focus, [disabled].focus.form__button--default, .btn-default[disabled]:active, [disabled].form__button--default:active, .btn-default[disabled].active, [disabled].active.form__button--default, fieldset[disabled] .btn-default, fieldset[disabled] .form__button--default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .form__button--default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .form__button--default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .focus.form__button--default, fieldset[disabled] .btn-default:active, fieldset[disabled] .form__button--default:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .active.form__button--default {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge, .form__button--default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary, .form__button--primary {
    color: #fff;
    background-color: #1B79B7;
    border-color: #135682
}

.btn-primary:focus, .form__button--primary:focus, .btn-primary.focus, .focus.form__button--primary {
    color: #fff;
    background-color: #1B79B7;
    border-color: #114a12
}

.btn-primary:hover, .form__button--primary:hover {
    color: #fff;
    background-color: #FF942F;
    border-color: #FF8410
}

.btn-primary:active, .form__button--primary:active, .btn-primary.active, .active.form__button--primary, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.form__button--primary {
    color: #fff;
    background-color: #1B79B7;
    border-color: #135682
}

.btn-primary:active:hover, .form__button--primary:active:hover, .btn-primary:active:focus, .form__button--primary:active:focus, .btn-primary:active.focus, .form__button--primary:active.focus, .btn-primary.active:hover, .active.form__button--primary:hover, .btn-primary.active:focus, .active.form__button--primary:focus, .btn-primary.active.focus, .active.focus.form__button--primary, .open > .btn-primary.dropdown-toggle:hover, .open > .dropdown-toggle.form__button--primary:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .dropdown-toggle.form__button--primary:focus, .open > .btn-primary.dropdown-toggle.focus, .open > .dropdown-toggle.focus.form__button--primary {
    color: #fff;
    background-color: #186b1b;
    border-color: #114a12
}

.btn-primary:active, .form__button--primary:active, .btn-primary.active, .active.form__button--primary, .open > .btn-primary.dropdown-toggle, .open > .dropdown-toggle.form__button--primary {
    background-image: none
}

.btn-primary.disabled, .disabled.form__button--primary, .btn-primary.disabled:hover, .disabled.form__button--primary:hover, .btn-primary.disabled:focus, .disabled.form__button--primary:focus, .btn-primary.disabled.focus, .disabled.focus.form__button--primary, .btn-primary.disabled:active, .disabled.form__button--primary:active, .btn-primary.disabled.active, .disabled.active.form__button--primary, .btn-primary[disabled], [disabled].form__button--primary, .btn-primary[disabled]:hover, [disabled].form__button--primary:hover, .btn-primary[disabled]:focus, [disabled].form__button--primary:focus, .btn-primary[disabled].focus, [disabled].focus.form__button--primary, .btn-primary[disabled]:active, [disabled].form__button--primary:active, .btn-primary[disabled].active, [disabled].active.form__button--primary, fieldset[disabled] .btn-primary, fieldset[disabled] .form__button--primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .form__button--primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .form__button--primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .focus.form__button--primary, fieldset[disabled] .btn-primary:active, fieldset[disabled] .form__button--primary:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .active.form__button--primary {
    background-color: #2F9AE0;
    border-color: #2F9AE0dc
}

.btn-primary .badge, .form__button--primary .badge {
    color: #28B22C;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #28B22C;
    border-color: #239d27
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #1B79B7;
    border-color: #0c350d
}

.btn-success:hover {
    color: #fff;
    background-color: #1B79B7;
    border-color: #135682
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1B79B7;
    border-color: #135682
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #135682;
    border-color: #0c350d
}

.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #28B22C;
    border-color: #239d27
}

.btn-success .badge {
    color: #28B22C;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #4A90E2;
    border-color: #3483de
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #2275d7;
    border-color: #14457f
}

.btn-info:hover {
    color: #fff;
    background-color: #2275d7;
    border-color: #1d65b8
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #2275d7;
    border-color: #1d65b8
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #1d65b8;
    border-color: #14457f
}

.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #4A90E2;
    border-color: #3483de
}

.btn-info .badge {
    color: #4A90E2;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #ff0000;
    border-color: #e60000
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #cc0000;
    border-color: #660000
}

.btn-warning:hover {
    color: #fff;
    background-color: #cc0000;
    border-color: #a80000
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #a80000
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #a80000;
    border-color: #660000
}

.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #ff0000;
    border-color: #e60000
}

.btn-warning .badge {
    color: #ff0000;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #c23d3d;
    border-color: #c23d3d
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #9b3131;
    border-color: #611f1f
}

.btn-danger:hover {
    color: #fff;
    background-color: #9b3131;
    border-color: #932e2e
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9b3131;
    border-color: #932e2e
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #802828;
    border-color: #611f1f
}

.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #c23d3d;
    border-color: #c23d3d
}

.btn-danger .badge {
    color: #c23d3d;
    background-color: #fff
}

.btn-link {
    color: #4A90E2;
    font-weight: normal;
    border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}

.btn-link:hover, .btn-link:focus {
    color: #1f69c1;
    text-decoration: none;
    background-color: transparent
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #ddd;
    text-decoration: none
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .form__button, .form__button--large {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .form__button, .form__button--small {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .form__button {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup, .dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 10px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #28B22C
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 40
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 100px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group > .btn, .btn-group > .form__button, .btn-group-vertical > .btn, .btn-group-vertical > .form__button {
    position: relative;
    float: left
}

.btn-group > .btn:hover, .btn-group > .form__button:hover, .btn-group > .btn:focus, .btn-group > .form__button:focus, .btn-group > .btn:active, .btn-group > .form__button:active, .btn-group > .btn.active, .btn-group > .active.form__button, .btn-group-vertical > .btn:hover, .btn-group-vertical > .form__button:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .form__button:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .form__button:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.form__button {
    z-index: 2
}

.btn-group .btn + .btn, .btn-group .form__button + .btn, .btn-group .btn + .form__button, .btn-group .form__button + .form__button, .btn-group .btn + .btn-group, .btn-group .form__button + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .form__button, .btn-group .btn-group + .btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn, .btn-toolbar .form__button, .btn-toolbar .btn-group, .btn-toolbar .input-group, .btn-toolbar .form__field-group {
    float: left
}

.btn-toolbar > .btn, .btn-toolbar > .form__button, .btn-toolbar > .btn-group, .btn-toolbar > .input-group, .btn-toolbar > .form__field-group {
    margin-left: 5px
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .form__button:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child, .btn-group > .form__button:first-child {
    margin-left: 0
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .form__button:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .form__button:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .form__button {
    border-radius: 0
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .form__button:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group > .btn-group:last-child:not(:first-child) > .form__button:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle, .btn-group > .form__button + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .form__button + .dropdown-toggle, .btn-group > .form__button--large + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret, .form__button .caret {
    margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .form__button .caret, .form__button--large .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .form__button .caret, .dropup .form__button--large .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn, .btn-group-vertical > .form__button, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .form__button {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical > .btn-group:after {
    clear: both
}

.btn-group-vertical > .btn-group > .btn, .btn-group-vertical > .btn-group > .form__button {
    float: none
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .form__button + .btn, .btn-group-vertical > .btn + .form__button, .btn-group-vertical > .form__button + .form__button, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .form__button + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .form__button, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .form__button:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .form__button:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .form__button:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .form__button {
    border-radius: 0
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .form__button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .form__button:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified > .btn, .btn-group-justified > .form__button, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .form__button {
    width: 100%
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .form__button input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .form__button input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .form__button input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .form__button input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group, .form__field-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"], [class*="col-"].form__field-group {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control, .form__field-group .form-control, .input-group .form__control, .form__field-group .form__control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-addon, .form__field-group-addon, .input-group-btn, .input-group .form-control, .form__field-group .form-control, .input-group .form__control, .form__field-group .form__control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child), .form__field-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .form__field-group .form-control:not(:first-child):not(:last-child), .input-group .form__control:not(:first-child):not(:last-child), .form__field-group .form__control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon, .form__field-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon, .form__field-group-addon {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .form__field-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .btn.form__field-group-addon, .input-group-sm > .input-group-btn > .form__field-group-addon.form__button, .input-group-sm > .input-group-btn > .input-group-addon.form__button, .input-sm.form__field-group-addon {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px
}

.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .form__field-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .btn.form__field-group-addon, .input-group-lg > .input-group-btn > .form__field-group-addon.form__button, .input-group-lg > .input-group-btn > .input-group-addon.form__button, .input-lg.form__field-group-addon {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 6px
}

.input-group-addon input[type="radio"], .form__field-group-addon input[type="radio"], .input-group-addon input[type="checkbox"], .form__field-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child, .form__field-group .form-control:first-child, .input-group .form__control:first-child, .form__field-group .form__control:first-child, .input-group-addon:first-child, .form__field-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .form__button, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .btn-group > .form__button, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .form__button:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .form__button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child, .form__field-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child, .form__field-group .form-control:last-child, .input-group .form__control:last-child, .form__field-group .form__control:last-child, .input-group-addon:last-child, .form__field-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .form__button, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .btn-group > .form__button, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .form__button:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .form__button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child, .form__field-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn > .btn, .input-group-btn > .form__button {
    position: relative
}

.input-group-btn > .btn + .btn, .input-group-btn > .form__button + .btn, .input-group-btn > .btn + .form__button, .input-group-btn > .form__button + .form__button {
    margin-left: -1px
}

.input-group-btn > .btn:hover, .input-group-btn > .form__button:hover, .input-group-btn > .btn:focus, .input-group-btn > .form__button:focus, .input-group-btn > .btn:active, .input-group-btn > .form__button:active {
    z-index: 2
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .form__button, .input-group-btn:first-child > .btn-group {
    margin-right: -1px
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .form__button, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label, .form__button .label {
    position: relative;
    top: -1px
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #373636
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #1d1d1d
}

.label-primary {
    background-color: #28B22C
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #1f8822
}

.label-success {
    background-color: #28B22C
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #1f8822
}

.label-info {
    background-color: #4A90E2
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #2275d7
}

.label-warning {
    background-color: #FC6901
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #c95401
}

.label-danger {
    background-color: #c23d3d
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #9b3131
}

.alert, .content__alert--success, .content__alert--info, .content__alert--warning, .content__alert--danger {
    padding: 15px;
    margin-bottom: 22px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4, .content__alert--success h4, .content__alert--info h4, .content__alert--warning h4, .content__alert--danger h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link, .content__alert--success .alert-link, .content__alert--info .alert-link, .content__alert--warning .alert-link, .content__alert--danger .alert-link {
    font-weight: bold
}

.alert > p, .content__alert--success > p, .content__alert--info > p, .content__alert--warning > p, .content__alert--danger > p, .alert > ul, .content__alert--success > ul, .content__alert--info > ul, .content__alert--warning > ul, .content__alert--danger > ul {
    margin-bottom: 0
}

.alert > p + p, .content__alert--success > p + p, .content__alert--info > p + p, .content__alert--warning > p + p, .content__alert--danger > p + p {
    margin-top: 5px
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success, .content__alert--success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #28B22C
}

.alert-success hr, .content__alert--success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link, .content__alert--success .alert-link {
    color: #1f8822
}

.alert-info, .content__alert--info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #4A90E2
}

.alert-info hr, .content__alert--info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link, .content__alert--info .alert-link {
    color: #2275d7
}

.alert-warning, .content__alert--warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #FC6901
}

.alert-warning hr, .content__alert--warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link, .content__alert--warning .alert-link {
    color: #c95401
}

.alert-danger, .content__alert--danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #ff0000
}

.alert-danger hr, .content__alert--danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link, .content__alert--danger .alert-link {
    color: #cc0000
}

.clearfix:before, .form__fields:before, .clearfix:after, .form__fields:after {
    content: " ";
    display: table
}

.clearfix:after, .form__fields: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
}

.affix {
    position: fixed
}
















body {
    background-color: #F9F9F9;
    font-size: 16px
}

body.success {
    background-color: #ececec
}

.grid__one-quarter {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 768px) {
    .grid__one-quarter {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .grid__one-quarter {
        float: left;
        width: 25%
    }
}

.grid__three-quarters {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 768px) {
    .grid__three-quarters {
        float: left;
        width: 50%
    }
}

@media (min-width: 992px) {
    .grid__three-quarters {
        float: left;
        width: 75%
    }
}

.grid__one-third {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 768px) {
    .grid__one-third {
        float: left;
        width: 33.33333%
    }
}

@media (min-width: 992px) {
    .grid__one-third {
        float: left;
        width: 33.33333%
    }
}

.grid__two-thirds {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 768px) {
    .grid__two-thirds {
        float: left;
        width: 66.66667%
    }
}

@media (min-width: 992px) {
    .grid__two-thirds {
        float: left;
        width: 66.66667%
    }
}

.grid__one-half {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width: 768px) {
    .grid__one-half {
        float: left;
        width: 50%
    }
}

body {
    font-size: 16px;
    color: #373636
}

h1, h2, h3, h4, h5, h6 {
    color: #414141;
    font-weight: bold;
    font-weight: 500;
    margin: 0
}

h2 {
    font-size: 18px
}

.header {
    margin-left: -8px;
    margin-right: -8px;
    padding: 20px 0
}

.header:before, .header:after {
    content: " ";
    display: table
}

.header:after {
    clear: both
}

.header__ssl-notice #tl_popupSC5 {
    z-index: 101 !important
}

.header--success .header__ssl-notice, .header--success .header__logo {
    display: block;
    width: 100%;
    float: none
}

.header--success .header__ssl-notice p {
    text-align: right;
    color: #777777;
    font-size: 14px
}

.header--success .header__ssl-notice p .fa {
    color: #EFC663
}

.header--success .header__logo {
    text-align: center;
    margin: 30px 0 0 0
}

.header--success .header__logo img {
    height: 65px
}

.header--success .header__logo h1 {
    text-align: center;
    font-size: 32px
}

.footer {
    padding: 20px 0;
    text-align: center
}

.footer__privacy-policy-link {
    padding: 0 20px 20px;
    font-size: 14px
}

@media print {
    .footer__powered-by-chargify:after {
        content: none !important
    }
}

/* RDH REMOVED 11-JAN-2017
.content {
    margin-left: -8px;
    margin-right: -8px
}
*/

.content:before, .content:after {
    content: " ";
    display: table
}

.content:after {
    clear: both
}

.content__main {
    border-right: 1px solid #ddd
}

.content__heading, .content__heading-section, .content__signup-form, .content__alerts {
    padding: 20px
}

.content__heading, .content__heading--mobile {
    background: #FDFDFD;
    border-bottom: 1px solid #ddd
}

.content__heading--mobile {
    display: none;
    border-bottom: 0
}

.content__heading-section {
    width: 100%
}

.content__heading-section--total {
    color: #28B22C;
    padding: 20px
}

.content__heading-section--toggle {
    padding: 20px;
    text-align: center;
    border-left: 1px solid #ddd
}

.content__heading-section--toggle i {
    min-width: 1em
}

.content__alerts {
    padding-bottom: 0
}

.content__alert--success {
    border-radius: 0;
    border-left: 2px solid #28B22C;
    margin-bottom: 5px
}

.content__alert--info {
    border-radius: 0;
    border-left: 2px solid #4A90E2;
    margin-bottom: 5px
}

.content__alert--warning {
    border-radius: 0;
    border-left: 2px solid #FC6901;
    margin-bottom: 5px
}

.content__alert--danger {
    border-radius: 0;
    border-left: 2px solid #ff0000;
    margin-bottom: 5px
}

.content__headings {
    display: none
}

.form__field {
    margin-top: 20px
}

.form__field .radio, .form__field .checkbox {
    margin-top: 0px;
    margin-bottom: 5px
}

.form__field .radio.disabled, .form__field .checkbox.disabled {
    opacity: .6
}

.form__field .error-message {
    color: #f15755;
    font-size: 14px
}

.form__field-radio-group {
    border: 1px solid #ddd;
    border-radius: 4px
}

.form__field-radio-group .radio {
    margin: 0
}

.form__field-radio-group .radio:first-child header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.form__field-radio-group .radio:last-child header {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.form__field-radio-group .radio:not(:last-child) header {
    border-bottom: 1px solid #ddd
}

.form__field-radio-group .radio.selected:last-child .form__section {
    border-top: 1px solid #ddd
}

.form__field-radio-group .radio.selected:not(:last-child) .form__section {
    border-bottom: 1px solid #ddd
}

.form__field-radio-group .radio.selected .form__section {
    display: block;
    padding-top: 0
}

.form__field-radio-group .radio.selected .form__section label {
    font-weight: 500;
    margin-bottom: 5px
}

.form__field-radio-group .radio header {
    background: #F9F9F9
}

.form__field-radio-group .radio header label {
    padding: 15px 20px 15px 40px;
    width: 100%;
    width: auto;
    display: inline-block
}

.form__field-radio-group .radio header label input {
    margin-left: -20px;
    padding: 0
}

.form__field-radio-group .radio header .form__header-section--creditcards {
    flex-grow: 2;
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 15px
}

.form__field-radio-group .radio .form__section {
    background: #FFFFFF;
    padding: 10px 20px 20px;
    display: none
}

.form__field-radio-group .radio .form__section .form__label {
    padding-left: 0
}

.form__field--boxed {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px
}

.form__field--boxed header {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 10px
}

.form__field--boxed header .form__header-section--title {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 500;
    line-height: 2em
}

.form__field--boxed header .form__header-section--title label {
    margin-bottom: 0
}

.form__field--boxed header .form__header-section--input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 175px;
    text-align: right
}

.form__field--boxed header .form__header-section--input label.btn input[type="checkbox"], .form__field--boxed header .form__header-section--input label.form__button input[type="checkbox"] {
    position: absolute;
    z-index: -5
}

.form__field--boxed header .form__header-section--input .toggle--on-off {
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear
}

.form__field--boxed.has-description header {
    border-bottom: 1px solid #ddd
}

.form__field--boxed section {
    padding: 10px
}

.form__field--boxed section p {
    margin-bottom: 0
}

.form__field--boxed section p + p {
    margin-bottom: 11px
}

.form__field-custom-field {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 20px
}

.form__field-custom-field header, .form__field-custom-field section {
    padding: 10px
}

.form__field-custom-field header {
    display: flex;
    align-items: center
}

.form__field-custom-field header .fieldHeader_label label {
    margin: 0;
    line-height: 2.5em
}

.form__field-custom-field.has-description header {
    border-bottom: 1px solid #ddd
}

.form__field-custom-field fieldset legend {
    border-bottom: 1px solid #ddd;
    font-size: 1em;
    font-weight: 500;
    padding: 0 10px;
    line-height: 60px
}

.form__field-custom-field fieldset ul {
    list-style-type: none;
    padding-left: 10px
}

.form__section--boxed {
    border: 1px solid #ddd;
    border-radius: 4px
}

.form__section--boxed header {
    display: flex;
    align-items: center;
    background: #F9F9F9;
    border-bottom: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0;
    padding: 10px
}

.form__section--boxed header .form__header-section {
    flex-grow: 1
}

.form__section--boxed header .form__header-section--title {
    font-weight: 500;
    line-height: 2em
}

.form__section--boxed header .form__header-section--creditcards {
    flex-grow: 2;
    text-align: right
}

.form__section--boxed section {
    padding: 0 20px 20px
}

.form__section--test-card-data {
    background-color: #fcf8e3;
    border-left: 2px solid #FC6901;
    margin-bottom: 20px
}

.form__section--test-card-data h4 {
    color: #333;
    padding-bottom: 10px
}

.form__section--test-card-data h4 .label {
    float: right;
    background: #28B22C;
    color: #FFF;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 1em
}

.form__section--test-card-data pre {
    line-height: 2.25em;
    margin: .5em 0em;
    background: rgba(0, 0, 0, 0.05);
    padding: 0px 10px;
    border-radius: 4px
}

.form__section--test-card-data .test-card-data__column {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px
}

.form__fields {
    margin-left: -8px;
    margin-right: -8px
}

.form__fields:before, .form__fields:after {
    content: " ";
    display: table
}

.form__fields:after {
    clear: both
}

.form__section-heading {
    font-size: 1.5em;
    margin-bottom: .5em
}

.form__label {
    font-weight: bold;
    font-weight: 500
}

.form__control {
    height: 40px
}

.component__price-list {
    font-size: 12px;
    margin: 0;
    padding: 0
}

.component__price-list li {
    list-style-type: none;
    margin: 5px 0;
    padding: 0
}

.component__price-tip {
    color: inherit
}

.plan__summary {
    margin-left: -8px;
    margin-right: -8px;
    padding: 20px
}

.plan__summary:before, .plan__summary:after {
    content: " ";
    display: table
}

.plan__summary:after {
    clear: both
}

.plan__summary-table {
    width: 100%
    display: table;
    border-collapse: collapse;
}

.plan__summary-table-row td, .plan__summary-total td, .plan__summary-total-description td {
    padding: 5px
}

.plan__summary-table-row td:first-child, .plan__summary-total td:first-child, .plan__summary-total-description td:first-child {
    padding-left: 0
}

.plan__summary-table-row td:last-child, .plan__summary-total td:last-child, .plan__summary-total-description td:last-child {
    padding-right: 10;
    text-align: right
}

.plan__summary-total {
    font-size: 18px;
    color: #1B79B7;
    border-top: 1px solid #ddd;
    /*font-weight: bold*/
}

.plan__summary-total td {
    padding-bottom: 0
}

.plan__summary-total-description td:last-child {
    text-align: left
}

.plan__summary-subtotal  {
    font-size: 16px;
    color: #1B79B7;
}

.success-receipt {
    background: #FFF;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 0 0 4px 4px;
    margin-top: 20px;
    position: relative
}

.success-receipt:before {
    content: '';
    background: url(https://d2honoqsqjbuho.cloudfront.net/assets/receipt_top_pattern-b997247c785782c4bc998268bf309f6f4d9a773275657040d73a213726a533ac.png);
    height: 30px;
    width: 100%;
    background-size: 48px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    top: -12px
}

.success-receipt__icon {
    border: 3px solid #CFCFCF;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 20px auto
}

.success-receipt__icon .fa-check {
    -webkit-animation: fadeIn 0.5s ease-in;
    -o-animation: fadeIn 0.5s ease-in;
    animation: fadeIn 0.5s ease-in;
    color: #28B22C;
    font-size: 24px
}

.success-receipt__heading h2 {
    text-align: center;
    line-height: 30px;
    font-weight: 500;
    font-size: 24px
}

.success-receipt__heading p {
    color: #9B9B9B;
    margin: 12px 0 20px 0;
    text-align: center;
    line-height: 24px;
    font-size: 16px
}

.success-receipt__heading p span {
    font-weight: 500
}

.success-receipt__home-link {
    text-align: center;
    margin: 30px 0 0 0
}

.success-receipt__home-link .form__btn-primary {
    width: 140px;
    height: 40px;
    font-size: 14px;
    display: inline-block
}

.success-receipt__items dl, .success-receipt__total dl {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    color: #9B9B9B
}

.success-receipt__items dl dt, .success-receipt__items dl dd, .success-receipt__total dl dt, .success-receipt__total dl dd {
    display: inline-block;
    width: calc(100% / 2 - 2px);
    vertical-align: top
}

.success-receipt__items dl dt, .success-receipt__total dl dt {
    font-weight: normal
}

.success-receipt__items dl dd, .success-receipt__total dl dd {
    text-align: right
}

.success-receipt__items:first-of-type, .success-receipt__total:first-of-type {
    margin-bottom: 20px
}

.success-receipt__total {
    margin-top: 20px
}

.success-receipt__total dl {
    color: #414141
}

.success-receipt__total dl:last-of-type {
    border-top: 1px solid #eaeaea;
    color: #28B22C;
    margin-top: 5px;
    padding: 10px 5px
}

.success-receipt__total dl:last-of-type dt, .success-receipt__total dl:last-of-type dd {
    font-weight: bold
}

@media (max-width: 480px) {
    body {
        font-size: 14px
    }

    .header__logo {
        position: relative;
        float: left;
        width: 66.66667%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }

    .header__logo img {
        max-width: 100%;
        height: auto
    }

    .header__logo h1 {
        font-size: 1.5em
    }

    .header__ssl-notice {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: right
    }

    .header__ssl-notice img {
        height: 40px;
        margin-left: 5px;
        width: auto
    }

    .header__ssl-notice-logo {
        height: 50px;
        margin-left: 5px;
        float: right
    }

    .header--success .header__logo {
        text-align: center;
        margin: 20px 0 0 0
    }

    .header--success .header__logo h1 {
        font-size: 24px
    }

    body.scrolling .content__secondary {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .content__secondary .content__heading, .content__secondary .plan__summary {
        display: none
    }

    .content__secondary .content__heading--mobile {
        display: flex;
        align-items: center;
    }

    .content__secondary .content__heading--mobile h2 {
        width: 100%;
        z-index: 99999;
    }

    .content__secondary .content__heading--mobile span {
        width: 20%
    }

    .content__secondary.open {
        height: 100%;
    }

    .content__secondary.open .plan__summary {
        display: block;
        border-top: 1px solid #ddd;
        margin: 0;
        height: 100%
    }

    .content__main, .content__secondary {
        background: #FFFFFF;
        border: 1px solid #ddd;
        z-index: 999999;
    }

    .content__main {
        margin-top: 20px
    }

    .content__heading, .content__heading-section, .content__signup-form, .content__alerts {
        padding: 10px
    }

    .form__section {
        padding: 1em 0
    }

    .form__section--product-description {
        padding: 0
    }

    .form__section--test-card-data {
        padding: 20px
    }

    .form__section--test-card-data .test-card-data__column {
        position: relative;
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }

    .form__section--test-card-data .test-card-data__column h5 {
        margin-top: 10px
    }

    .form__section--test-card-data .test-card-data__column .form__button {
        display: inline-block;
        width: auto
    }

    .form__section--boxed section {
        padding: 0 10px 10px
    }

    .form__field--boxed header .form__header-section--title {
        line-height: 1.5em
    }

    .form__field-radio-group .radio header label {
        padding-left: 30px
    }

    .form__field-radio-group .radio .form__section {
        padding: 10px 10px 20px
    }

    .form__button {
        display: block;
        width: 100%
    }

    .form__fields--credit-card-details .grid__one-third {
        position: relative;
        float: left;
        width: 50%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }

    .plan__summary {
        padding: 10px
    }

    .success-receipt {
        padding: 5px
    }

    .success-receipt__icon {
        margin: 20px auto 20px auto
    }

    .success-receipt__heading h2 {
        font-size: 18px;
        line-height: 28px
    }

    .success-receipt__heading p {
        margin: 10px 0
    }

    .success-receipt__total {
        margin-top: 0
    }

    .success-receipt__home-link {
        margin: 10px 0
    }
}

@media (min-width: 481px) and (max-width: 991px) {
    .header__logo {
        position: relative;
        float: left;
        width: 66.66667%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }

    .header__logo img {
        max-width: 100%;
        height: auto
    }

    .header__logo h1 {
        font-size: 24px
    }

    .header__ssl-notice {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: right;
        padding-right: 0
    }

    .header__ssl-notice-logo {
        margin-left: 10px;
        margin-top: -5px;
        float: right
    }

    body.scrolling .content__secondary {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 0)
    }

    .content__secondary .content__heading, .content__secondary .plan__summary {
        display: none
    }

    .content__secondary .content__heading--mobile {
        display: flex;
        align-items: center
    }

    .content__secondary .content__heading--mobile h2 {
        width: 100%
    }

    .content__secondary .content__heading--mobile span {
        width: 20%
    }

    .content__secondary.open {
        height: 100%
    }

    .content__secondary.open .plan__summary {
        display: block;
        border-top: 1px solid #ddd;
        margin: 0;
        height: 100%
    }

    body {
        padding: 0 15px
    }

    body.scrolling .content__secondary {
        left: 15px;
        right: 15px
    }

    .content__main, .content__secondary {
        background: #FFFFFF;
        border: 1px solid #ddd;
        z-index: 99999999;
    }

    .content__main {
        margin-top: 20px
    }

    .form__section {
        padding: 1em 0
    }

    .form__section--product-description {
        padding: 0
    }

    .form__section--test-card-data {
        padding: 20px
    }

    .form__section--test-card-data .column {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }

    .form__fields--credit-card-details .grid__one-third {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }

    .form__field--city, .form__field--state, .form__field--zip {
        position: relative;
        float: left;
        width: 33.33333%;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 68em
    }

    .header__logo {
        position: relative;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .header__logo {
/*        float: left;
       width: 75%;
*/
    }
}

@media (min-width: 992px) {
    .header__logo img {
        height: auto;
        width: auto;
        max-height: 100px;
        max-width: 100%;
        display: block;
        margin-left: auto;
        margin-right: auto;

    }

    .header__ssl-notice {
        position: relative;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: right
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .header__ssl-notice {
        float: left;
        width: 25%
    }
}

@media (min-width: 992px) {
    .header__ssl-notice-text {
        margin: 5px 0 0;
        line-height: 56px;
        text-align: right
    }

    .header__ssl-notice-logo {
        margin-left: 10px;
        margin-top: -5px;
        float: right
    }

    body {
        padding: 0 15px
    }

    .content {
        background: #FFFFFF;
        border: 1px solid #ddd;
        display: flex
    }

    .content__main {
        position: relative;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #ddd
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .content__main {
        right: 33.33333%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .content__main {
        float: left;
        width: 66.66667%
    }
}

@media (min-width: 992px) {
    .content__secondary {
        position: relative;
        min-height: 1px;
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .content__secondary {
        left: 66.66667%
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .content__secondary {
        float: left;
        width: 33.33333%
    }
}

@media (min-width: 992px) {
    .content__heading, .content__heading--mobile, .content__signup-form {
        margin-left: -8px;
        margin-right: -8px
    }

    .content__heading:before, .content__heading:after, .content__heading--mobile:before, .content__heading--mobile:after, .content__signup-form:before, .content__signup-form:after {
        content: " ";
        display: table
    }

    .content__heading:after, .content__heading--mobile:after, .content__signup-form:after {
        clear: both
    }

    .content__alerts {
        margin-left: -8px;
        margin-right: -8px
    }

    .content__alerts:before, .content__alerts:after {
        content: " ";
        display: table
    }

    .content__alerts:after {
        clear: both
    }

    .content__headings {
        margin-left: -8px;
        margin-right: -8px;
        background: #FFFFFF;
        border: 1px solid #ddd;
        border-bottom: 0;
        top: 0;
        width: 100%;
        max-width: 68em;
        position: fixed;
        z-index: 100
    }

    .content__headings:before, .content__headings:after {
        content: " ";
        display: table
    }

    .content__headings:after {
        clear: both
    }

    body.scrolling .content__headings {
        display: block
    }

    body.scrolling .content__heading .content__heading--mobile {
        display: block
    }

    .form__section {
        padding: 2em 0
    }

    .form__section--product-description {
        padding: 0
    }

    .form__section--test-card-data {
        padding: 20px
    }
}