﻿@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

    .clearfix:after,
    .container:after,
    .container-fluid:after,
    .row:after {
        clear: both;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .dl-horizontal dt { float: left; width: 110px; overflow: hidden; clear: left; text-overflow: ellipsis; white-space: nowrap; }
}

dt {
    font-weight: 700;
}
dd, dt {
    line-height: 1.42857143;
}

@media (min-width: 768px) {
    .dl-horizontal dd { margin-left: 120px; }
}
dd {
    margin-left: 0;
}

.text-muted {
    color: #777;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.ARS {
    margin: 0;
    padding: 12px;
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    font-size:0.875rem;
    line-height:1.5;
    padding: 15px;
    /*width: 896px;*/
}

.ARS .field-validation-error {
    color: #990033;
    margin: 4px 0 4px 32px;
    display: block;
    font-size: 0.7rem;
    font-weight: bold;
}

.ARS > .row {
    margin: 0;
}

.ARS h1 {
    color: #2266bb;
    font-size: 2em;
    font-weight: normal;
    margin: 10px 0px 4px 0px;
}

.ARS h2 {
    color: #903;
    font-size: 12pt;
    font-weight: bold;
}

.ARS header {
    padding-right: 215px;
    position: relative;
}

    .ARS header img {
        position: absolute;
        right: 0;
        top: 0;
    }

.ARS div.intro {
    padding-right: 215px;
}

.ARS fieldset {
    background: #E4EDF7;
    border: none;
    margin-top: 50px;
    padding: 25px 15px;
    position: relative;
}

.ARS legend {
    background: #E4EDF7;
    color: #903;
    font-size: 1rem;
    left: 0;
    margin: 20px 0px 0 0px;
    padding:1rem .75rem 1rem .75rem;
    position: absolute;
    top: -50px;
    text-align:center;
    width:100%;
    font-weight:bold;
}

.ARS fieldset .form-group {
    display: inline-block;
    width: 100%;
}

    .ARS fieldset .form-group > label,
    .ARS fieldset .form-group > div.label {
        box-sizing: border-box;
        display: inline-block;
        float: left;
        height: 32px;
        line-height: 32px;
        padding: 5px 12px 5px 0;
        text-align: right;
        vertical-align: middle;
        width: 25%;
        font-size:0.9rem;
    }

    .ARS fieldset .form-group > div {
        box-sizing: border-box;
        float: left;
        padding: 5px 0;
        position: relative;
        width: 72%;
    }

        .ARS fieldset .form-group > div.col-xs-4.col-md-3 {
            width: 22%;
        }

            .ARS fieldset .form-group > div.col-xs-4.col-md-3:first-of-type {
                width: 21.5%;
            }

                .ARS fieldset .form-group > div.col-xs-4.col-md-3:first-of-type .input-group > .input-group-addon {
                    left: 0;
                }

        /*[type="text"]*/
        .ARS fieldset .form-group > div input.form-control,
        .ARS fieldset .form-group > div select {
            line-height:1.5rem;
            height:32px;
            margin-left: 32px;
            padding:.25rem .375rem;
            width: 84%;
            max-width:280px;
            border: 1px solid #91b3dd;
        }
        .ARS fieldset .form-group.has-error > div input.form-control,
        .ARS fieldset .form-group.has-error > div select {
            border-color:#990033;
            color: #990033;
            background-color:#F3E0E7;
        }

@media screen and (max-width: 767px) {
    .ARS fieldset .form-group > div input.form-control,
    .ARS fieldset .form-group > div select {
        width: 81%;
    }
}
.ARS fieldset .radio { 
    display:inline-block;
    margin-left:32px;
}

.ARS fieldset .form-group > div.input-group {
    overflow: hidden;
}

    .ARS fieldset .form-group > div.input-group .input-group-addon {
        color: #26b;
        display: none;
        padding-top: 3px;
        position: absolute;
    }

.ARS fieldset .form-group div.input-group > .input-group-addon:first-of-type {
    display: inline-block;
    height: 32px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 9px;
    vertical-align: middle;
    visibility: visible;
    width: 24px;
}

    .ARS fieldset .form-group div.input-group > .input-group-addon:first-of-type i {
        background: #26b;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 12px;
        height: 24px;
        line-height: 24px;
        /*margin: 3px 0 0 3px;*/
        text-align: center;
        vertical-align: middle;
        width: 24px;
    }

        .ARS fieldset .form-group div.input-group > .input-group-addon:first-of-type i:before {
            content: "?";
            font-style: normal;
            font-weight: bold;
        }

        .ARS fieldset .form-group div.input-group > .input-group-addon:first-of-type i:hover {
            background: #903;
        }

.ARS fieldset .form-group div.input-group > .form-control + .input-group-addon {
    display: inline-block;
    height: 32px;
    line-height:32px;
    text-align: center;
    width: 32px;
    color:#990033;
    border-left:0;
    position:relative;
    font-weight:bold;
}
.ARS fieldset .form-group div.input-group.has-error > .form-control + .input-group-addon {
    border-color:#990033;
}

.ARS fieldset .form-group > div input[type="text"] {
    font-size:0.875rem;
}

.ARS fieldset .form-group > div.col-xs-12.col-md-4 {
    width: 23.5%;
}

.ARS fieldset .form-group > .control-label.col-xs-12.col-md-2 {
    width: 24.3%;
}

.ARS fieldset .form-group.multi-element > div.col-xs-12.col-md-3 {
    width: 17%;
}



.ARS button.btn-default {
    background: #990033;
    color:#FFFFFF;
    cursor: pointer;
    float: right;
    margin-right: 11%;
    border:none;
    border-bottom:.1875rem solid #6B0014;
    padding: .65rem 1.5rem .525rem 1.5rem;
    font-size:0.9rem;
    margin-top:1rem;
    min-width:140px;
}

    .ARS button.btn-default:hover {
        background-color: #860027;
    }



@media screen and (max-width: 767px) {
    .ARS header {
        padding-right: 15px;
    }

        .ARS header img {
            position: static;
        }

    .ARS div.intro {
        padding-right: 15px;
    }

    .ARS fieldset .form-group > label,
    .ARS fieldset .form-group > div.label {
        text-align: left;
        vertical-align: middle;
        width: 100%;
    }

    .ARS fieldset .form-group > div input.form-control,
    .ARS fieldset .form-group > div select {
        /*padding-left: 20px;*/
        line-height: 16px;
    }

    .ARS fieldset .form-group > div {
        width: 100%;
    }

        .ARS fieldset .form-group > div.col-xs-4.col-md-3 {
            width: 32.666667%;
        }

    /*.ARS fieldset .form-group > div.col-xs-12.col-md-4 {
            width: 32.666667%;
        }*/

    .ARS fieldset .form-group > .control-label.col-xs-12.col-md-2 {
        width: 100%;
    }

    .ARS fieldset .form-group > div.col-xs-12.col-md-3 {
        width: 70%;
    }
}


.ars .info_popup {
    width: 100%;
    max-width: 380px;
    border: 1px solid #26b;
    background: #fff;
    color: #000;
    padding: 10px;
    font-size:13px;
}

@media screen and (max-width:780px) {
    .ars .info_popup {
        max-width: 300px;
    }
}


.ARS .application_addendum {
    position: relative;
}

    .ARS .application_addendum.row > div:first-of-type {
        padding: 0;
    }

    .ARS .application_addendum h2 {
        font-weight: normal;
    }

    .ARS .application_addendum.row > div:last-of-type h2 {
        text-indent: 30px;
    }


    .ARS .application_addendum p {
    }

    .ARS .application_addendum .independer,
    .ARS .application_addendum .advieskeuze,
    .ARS .application_addendum .afm,
    .ARS .application_addendum .mefa {
        height: 70px;
        margin: 10px 0 10px 0;
    }

    .ARS .application_addendum .independer {
        background: white url(/Content/Images/logos/ftr-logo-independer.png) 0 0 no-repeat;
        background-size: contain;
        margin-left: 15px;
        max-width: 182px;
    }

    .ARS .application_addendum .advieskeuze {
        background: white url(/Content/Images/logos/ftr-logo-advieskeuze.png) 0 0 no-repeat;
        background-size: contain;
        margin-left: 20px;
        max-width: 182px;
    }

    .ARS .application_addendum .afm {
        display: none;
    }

    .ARS .application_addendum .mefa {
        background: white url(/Content/Images/logos/ftr-logo-efa.png) 80px 3px no-repeat;
    }

    .ARS .application_addendum .footnote {
        font-size: 10px;
        font-style: italic;
    }

@media screen and (max-width: 767px) {
    .ARS .application_addendum.row > div:last-of-type {
        padding: 0;
    }

        .ARS .application_addendum.row > div:last-of-type h2 {
            text-indent: 0;
        }

    .ARS .application_addendum .independer {
        background: white url(/Content/Images/logos/ftr-logo-independer.png) 0 0 no-repeat;
    }

    .ARS .application_addendum .advieskeuze {
        background: white url(/Content/Images/logos/ftr-logo-advieskeuze.png) 0 0 no-repeat;
        margin-left: 15px;
    }

    .ARS .application_addendum .afm {
        background: white url(/Content/Images/logos/ftr-logo-afm.png) 15px 0 no-repeat;
    }

    .ARS .application_addendum .mefa {
        background: white url(/Content/Images/logos/ftr-logo-efa.png) 15px 3px no-repeat;
    }
}

@media screen and (max-width: 479px) {

    .ARS .application_addendum .independer {
    }

    .ARS .application_addendum .advieskeuze {
    }
}

.btn-default {
    float: none !important;
    margin-top: 0;
}