/* Minification failed. Returning unminified contents.
(12929,9): run-time error CSS1035: Expected colon, found '}'
(12970,13): run-time error CSS1035: Expected colon, found '}'
(12995,9): run-time error CSS1035: Expected colon, found '}'
(13020,9): run-time error CSS1035: Expected colon, found '}'
(13068,13): run-time error CSS1035: Expected colon, found '}'
 */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"], input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td, th {
    padding: 0;
}

.bootstrap-datetimepicker-widget ul li {
    padding-left: 0 !important;
}

.bootstrap-datetimepicker-widget .datepicker-days table tbody tr:hover {
    background-color: #D3D3D3;
}

.bootstrap-datetimepicker-widget .datepicker-days thead .picker-switch {
    cursor: default;
    pointer-events: none;
}

.bootstrap-datetimepicker-widget .datepicker-months thead .picker-switch {
    cursor: default;
    pointer-events: none;
}

.bootstrap-datetimepicker-widget .datepicker-years thead .picker-switch {
    cursor: default;
    pointer-events: none;
}

.bootstrap-datetimepicker-widget .datepicker-decades thead .picker-switch {
    cursor: default;
    pointer-events: none;
}

.datetimepicker-selected {
    background-color: #fff;
}

div.scroll {
    margin: 5px;
    padding: 5px;
    /*background-color: green;*/
    width: 90%;
    height: 380px;
    overflow: auto;
    text-align: justify;
}

.disabled-link {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            /*content: " (" attr(href) ")";*/
            content: none;
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret, .dropup > .btn > .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;
    }

    .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;
    }

    /* to get this to be used for multiple col-xx-99 values simply put a comma after the initial class name with the correct column specification, i.e. .col-md-12, .col-lg-12 { width: 100%; } */
    .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%;
    }

    div.scroll {
        text-align: initial;
    }

    .report-period-list {
        width: 50% !important;
        font-size: medium;
    }

    .rpt-load {
        font-size: .8rem;
    }
}

* {
    -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: rgba(0,0,0,0);
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.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: 500;
    line-height: 1.1;
    color: inherit;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
        font-weight: normal;
        line-height: 1;
        color: #777;
    }

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

    h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
        font-size: 65%;
    }

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

    h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
        font-size: 75%;
    }

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media(min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small, .small {
    font-size: 85%;
}

.smaller {
    font-size: 60%;
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.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 {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover, a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover, a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover, a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover, a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover, a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover, a.bg-primary:focus {
    background-color: #286090;
}

.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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

    ul ul, ol ul, ul ol, ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

    .list-inline > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt, dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media(min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    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.42857143;
        color: #777;
    }

        blockquote footer:before, blockquote small:before, blockquote .small:before {
            content: '— ';
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0;
    }

        .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
            content: ' —';
        }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: bold;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:768px) {
    .container {
        width: 750px;
    }
}

@media(min-width:992px) {
    .container {
        width: 970px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.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-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-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-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;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .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 > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .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 > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .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 > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .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 > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .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 {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        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 > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    /*font-weight: bold;*/
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

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: 1px dotted #000;
    outline-offset: -2px;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 1px dotted #000;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #999;
    }

    .form-control::-webkit-input-placeholder {
        color: #999;
    }

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

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="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .radio label, .checkbox label {
        min-height: 20px;
        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-top: 4px \9;
        margin-left: -20px;
    }

    .radio + .radio, .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 42.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-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: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-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: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-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: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.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 {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-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 {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media(min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media(min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn:hover, .btn:focus, .btn.focus {
        color: #333;
        text-decoration: none;
    }

    .btn:active, .btn.active {
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default:focus, .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning:focus, .btn-warning.focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    font-weight: normal;
    color: #337ab7;
    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: #23527c;
                text-decoration: underline;
                background-color: transparent;
            }

            .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
                color: #777;
                text-decoration: none;
            }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    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 .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .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-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}

.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: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        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) > .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 {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        display: table-cell;
        float: none;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto;
        }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*="col-"] {
        float: none;
        padding-right: 0;
        padding-left: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

        .input-group .form-control:focus {
            z-index: 3;
        }

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px;
    }

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media(min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media(min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media(min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media(min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media(max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media(min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

    .navbar-brand > img {
        display: block;
    }

@media(min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media(min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .radio label, .navbar-form .checkbox label {
            padding-left: 0;
        }

        .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #777;
}

    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #fff;
        background-color: #080808;
    }

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
        color: #444;
    }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            padding: 0 5px;
            color: #ccc;
            content: "/ ";
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            z-index: 2;
            color: #23527c;
            background-color: #eee;
            border-color: #ddd;
        }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd;
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

    .pager li {
        display: inline;
    }

        .pager li > a, .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
        }

            .pager li > a:hover, .pager li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    background-color: #337ab7;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #286090;
    }

.label-success {
    background-color: #5cb85c;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #449d44;
    }

.label-info {
    background-color: #5bc0de;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #31b0d5;
    }

.label-warning {
    background-color: #f0ad4e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #d9534f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #c9302c;
    }

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff;
}

.list-group-item > .badge {
    float: right;
}

    .list-group-item > .badge + .badge {
        margin-right: 5px;
    }

.nav-pills > li > a > .badge {
    margin-left: 3px;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}

    .jumbotron h1, .jumbotron .h1 {
        color: inherit;
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 21px;
        font-weight: 200;
    }

    .jumbotron > hr {
        border-top-color: #d5d5d5;
    }

.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px;
}

.jumbotron .container {
    max-width: 100%;
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }

    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

    .thumbnail > img, .thumbnail a > img {
        margin-right: auto;
        margin-left: auto;
    }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #337ab7;
}

.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar, .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .progress-bar, .progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}

.media {
    margin-top: 15px;
}

    .media:first-child {
        margin-top: 0;
    }

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

    .media-object.img-thumbnail {
        max-width: none;
    }

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.media-left, .media > .pull-left {
    padding-right: 10px;
}

.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

    .list-group-item:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus {
        color: #555;
        text-decoration: none;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
        color: #777;
    }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

    .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit;
    }

    .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:hover, button.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, button.list-group-item-success.active, a.list-group-item-success.active:hover, button.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:hover, button.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, button.list-group-item-info.active, a.list-group-item-info.active:hover, button.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:hover, button.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, button.list-group-item-warning.active, a.list-group-item-warning.active:hover, button.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:hover, button.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, button.list-group-item-danger.active, a.list-group-item-danger.active:hover, button.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-right: 15px;
        padding-left: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #337ab7;
        }

        .panel-primary > .panel-heading .badge {
            color: #337ab7;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #337ab7;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0,0,0,.15);
    }

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

    .close:hover, .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
    }

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media(min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}

    .tooltip.in {
        filter: alpha(opacity=90);
        opacity: .9;
    }

    .tooltip.top {
        padding: 5px 0;
        margin-top: -3px;
    }

    .tooltip.right {
        padding: 0 5px;
        margin-left: 3px;
    }

    .tooltip.bottom {
        padding: 5px 0;
        margin-top: 3px;
    }

    .tooltip.left {
        padding: 0 5px;
        margin-left: -3px;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    line-break: auto;
}

    .popover.top {
        margin-top: -10px;
    }

    .popover.right {
        margin-left: 10px;
    }

    .popover.bottom {
        margin-top: 10px;
    }

    .popover.left {
        margin-left: -10px;
    }

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

    .popover > .arrow:after {
        content: "";
        border-width: 10px;
    }

.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,.25);
    border-bottom-width: 0;
}

    .popover.top > .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        content: " ";
        border-top-color: #fff;
        border-bottom-width: 0;
    }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,.25);
    border-left-width: 0;
}

    .popover.right > .arrow:after {
        bottom: -10px;
        left: 1px;
        content: " ";
        border-right-color: #fff;
        border-left-width: 0;
    }

.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,.25);
}

    .popover.bottom > .arrow:after {
        top: 1px;
        margin-left: -10px;
        content: " ";
        border-top-width: 0;
        border-bottom-color: #fff;
    }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,.25);
}

    .popover.left > .arrow:after {
        right: 1px;
        bottom: -10px;
        content: " ";
        border-right-width: 0;
        border-left-color: #fff;
    }

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .carousel-inner > .item {
        position: relative;
        display: none;
        -webkit-transition: .6s ease-in-out left;
        -o-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%,0,0);
            transform: translate3d(100%,0,0);
        }

        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

            .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0,0,0);
                transform: translate3d(0,0,0);
            }
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

    .carousel-inner > .next.left, .carousel-inner > .prev.right {
        left: 0;
    }

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
        background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control.right {
        right: 0;
        left: auto;
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
        background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
        background-repeat: repeat-x;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #fff;
        text-decoration: none;
        filter: alpha(opacity=90);
        outline: 0;
        opacity: .9;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
        right: 50%;
        margin-right: -10px;
    }

    .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 20px;
        height: 20px;
        font-family: serif;
        line-height: 1;
    }

        .carousel-control .icon-prev:before {
            content: '‹';
        }

        .carousel-control .icon-next:before {
            content: '›';
        }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0,0,0,0);
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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 !important;
    }

    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;
    }

    .panel-body {
        padding: 0px 0px !important;
    }

    .page-body {
        padding: 0px 0px !important;
    }

    .pv-xl {
        padding: 1.75rem !important;
    }
}

@charset "UTF-8";

@font-face {
    font-family: 'FontAwesome';
    src: url("//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),url("//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("//maxcdn.bootstrapcdn.com/font-awesome/latest/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scale(-1,1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scale(1,-1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

@-ms-viewport {
    width: device-width;
    initial-scale: 1;
    zoom: 1;
    min-zoom: 1;
    max-zoom: 1;
    user-zoom: fixed;
}

@viewport {
    width: device-width;
    initial-scale: 1;
    zoom: 1;
    min-zoom: 1;
    max-zoom: 1;
    user-zoom: fixed;
}

html {
    height: 100%;
    font-size: 18px;
    background-color: #353232;
}

    html.wf-loading * {
        transition: none !important;
    }

    html.wf-loading a, html.wf-loading p, html.wf-loading h1, html.wf-loading h2, html.wf-loading h3, html.wf-loading h4, html.wf-loading h5, html.wf-loading h6, html.wf-loading span, html.wf-loading button {
        visibility: hidden;
    }

    html.wf-loading input {
        color: transparent;
    }

@media(max-width:635px) {
    html {
        font-size: 16px;
    }
}

body {
    transition: all .167s ease-out;
    font-family: azo-sans-web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-rendering: geometricPrecision;
}

.body-inner {
    position: relative;
    background-color: #f0f0f0;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1425px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
}

    .container.container--narrow {
        max-width: 1048px;
    }

    .container.container--wide {
        max-width: 1620px;
    }

.txt-h1, h1, .txt-h2, h2, .txt-h3, h3, .txt-h4, h4, .txt-h5, h5, .txt-h6, h6 {
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
    line-height: 1.05;
    color: #353232;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 0 -.04em;
}

    .txt-h1 a, h1 a, .txt-h2 a, h2 a, .txt-h3 a, h3 a, .txt-h4 a, h4 a, .txt-h5 a, h5 a, .txt-h6 a, h6 a {
        color: inherit;
    }

.txt-h1, h1 {
    font-size: 5.063rem; /*3.063rem*/
}

@media(max-width:1047px) {
    .txt-h1, h1 {
        font-size: 3.998rem;
    }
}

@media(max-width:767px) {
    .txt-h1, h1 {
        font-size: 3.157rem;
    }
}

@media(max-width:635px) {
    .txt-h1, h1 {
        font-size: 2.441rem;
    }
}

.txt-h2, h2 {
    font-size: 3.375rem; /*1.375rem*/
}

@media(max-width:1047px) {
    .txt-h2, h2 {
        font-size: 2.827rem;
    }
}

@media(max-width:767px) {
    .txt-h2, h2 {
        font-size: 2.369rem;
    }
}

@media(max-width:635px) {
    .txt-h2, h2 {
        font-size: 1.953rem;
    }
}

.txt-h3, h3 {
    font-size: 2.25rem;
}

@media(max-width:1047px) {
    .txt-h3, h3 {
        font-size: 1.999rem;
    }
}

@media(max-width:767px) {
    .txt-h3, h3 {
        font-size: 1.777rem;
    }
}

@media(max-width:635px) {
    .txt-h3, h3 {
        font-size: 1.563rem;
    }
}

.txt-h4, h4 {
    font-size: 1.5rem;
}

@media(max-width:1047px) {
    .txt-h4, h4 {
        font-size: 1.414rem;
    }
}

@media(max-width:767px) {
    .txt-h4, h4 {
        font-size: 1.333rem;
    }
}

@media(max-width:635px) {
    .txt-h4, h4 {
        font-size: 1.25rem;
    }
}

.txt-h5, h5 {
    font-size: 1rem;
}

.txt-h6, h6 {
    font-size: .667rem;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
}

@media(max-width:1047px) {
    .txt-h6, h6 {
        font-size: .707rem;
    }
}

@media(max-width:767px) {
    .txt-h6, h6 {
        font-size: .75rem;
    }
}

@media(max-width:635px) {
    .txt-h6, h6 {
        font-size: .8rem;
    }
}

.display-1, .display-2, .display-3, .display-4 {
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 600;
    line-height: 1;
    color: #353232;
}

.display-1 {
    font-size: 11.391rem;
}

@media(max-width:1047px) {
    .display-1 {
        font-size: 7.993rem;
    }
}

@media(max-width:767px) {
    .display-1 {
        font-size: 5.61rem;
    }
}

@media(max-width:635px) {
    .display-1 {
        font-size: 3.815rem;
    }
}

.display-2 {
    font-size: 7.594rem;
}

@media(max-width:1047px) {
    .display-2 {
        font-size: 5.653rem;
    }
}

@media(max-width:767px) {
    .display-2 {
        font-size: 4.209rem;
    }
}

@media(max-width:635px) {
    .display-2 {
        font-size: 3.052rem;
    }
}

.display-3 {
    font-size: 5.063rem;
}

@media(max-width:1047px) {
    .display-3 {
        font-size: 3.998rem;
    }
}

@media(max-width:767px) {
    .display-3 {
        font-size: 3.157rem;
    }
}

@media(max-width:635px) {
    .display-3 {
        font-size: 2.441rem;
    }
}

.display-4 {
    font-size: 3.375rem;
}

@media(max-width:1047px) {
    .display-4 {
        font-size: 2.827rem;
    }
}

@media(max-width:767px) {
    .display-4 {
        font-size: 2.369rem;
    }
}

@media(max-width:635px) {
    .display-4 {
        font-size: 1.953rem;
    }
}

p, ul, ol, label, blockquote {
    margin-top: 0;
    margin-bottom: 0;
}

ul, ol {
    padding-left: 1rem;
}

a {
    transition: all .25s ease-out;
    text-decoration: none;
    color: #46a6de;
    font-weight: 700;
}

    a:hover {
        text-decoration: none;
        color: rgba(53,50,50,.5);
        outline: 0;
    }

    a:focus {
        text-decoration: none;
        outline: 0;
    }

small {
    font-size: .667em;
}

kbd {
    display: inline-block;
    padding: 0 .296rem;
    color: gray;
    background-color: rgba(240,240,240,.3);
    box-shadow: inset 0 0 0 1px #f0f0f0;
    border-radius: 3px;
}

mark {
    padding-left: .667em;
    padding-right: .667em;
    background-color: #1fda9a;
}

code {
    display: inline-block;
    border: 1px solid #c7254e;
}

input:focus {
    /* We don't really need this as just about every input sets it to 0. */
    /*outline: none;*/
}

button {
    outline: 0 !important;
    text-shadow: none !important;
}

img, svg, picture {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

img {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0;
}

    img::before {
        content: ' ';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #bfbfbf;
        border: 2px dotted gray;
    }

    img::after {
        content: "" " Broken Image: " attr(alt);
        position: relative;
        z-index: 2;
        padding: .7rem 1rem calc(20px + .7rem);
        font-size: .667rem;
        font-family: FontAwesome,ratiomodern,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        color: gray;
        text-align: center;
    }

a, area, button, [role="button"], input, label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .flex.row::before, .flex.row::after {
        display: none;
    }

    .flex.flex--ads [class*="flex-"] {
        min-width: 318px;
    }

    .flex.flex-grow {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex.flex-shrink {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .flex.flex--inline {
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .flex.flex--row-reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex.flex--nowrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .flex.flex--start {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex.flex--end {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex.flex--space-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex.flex--space-between {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex.flex--middle {
        -ms-flex-align: center;
        align-items: center;
    }

    .flex.flex--pull {
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .flex.flex--push {
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .flex .flex-natural {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

@media(min-width:430px) {
    .flex.flex--row-xs {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex.flex--row-reverse-xs {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column-xs {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse-xs {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex .flex-natural-xs {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill-xs {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full-xs {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle-xs {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top-xs {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom-xs {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media(min-width:636px) {
    .flex.flex--row-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex.flex--row-reverse-sm {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column-sm {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse-sm {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex .flex-natural-sm {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill-sm {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full-sm {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle-sm {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top-sm {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom-sm {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media(min-width:768px) {
    .flex.flex--row-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex.flex--row-reverse-md {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column-md {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse-md {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex .flex-natural-md {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill-md {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full-md {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle-md {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top-md {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom-md {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media(min-width:1048px) {
    .flex.flex--row-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex.flex--row-reverse-lg {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column-lg {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse-lg {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex .flex-natural-lg {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill-lg {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full-lg {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle-lg {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top-lg {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom-lg {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media(min-width:1400px) {
    .flex.flex--row-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex.flex--row-reverse-xl {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column-xl {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse-xl {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex .flex-natural-xl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill-xl {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full-xl {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle-xl {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top-xl {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom-xl {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

@media(min-width:1620px) {
    .flex.flex--row-xxl {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .flex.flex--row-reverse-xxl {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .flex.flex--column-xxl {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flex.flex--column-reverse-xxl {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .flex .flex-natural-xxl {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flex .flex-fill-xxl {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .flex .flex-min-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
    }

    .flex .flex-full-xxl {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .flex .flex-middle-xxl {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .flex .flex-top-xxl {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex .flex-bottom-xxl {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
}

.grid-xxs {
    margin: -.066rem;
}

    .grid-xxs > .grid-cell, .grid-xxs.row > [class*="col-"] {
        padding: .066rem;
    }

.grid-xs {
    margin: -.148rem;
}

    .grid-xs > .grid-cell, .grid-xs.row > [class*="col-"] {
        padding: .148rem;
    }

.grid-sm {
    margin: -.3335rem;
}

    .grid-sm > .grid-cell, .grid-sm.row > [class*="col-"] {
        padding: .3335rem;
    }

.grid-md {
    margin: -.5rem;
}

    .grid-md > .grid-cell, .grid-md.row > [class*="col-"] {
        padding: .5rem;
    }

.grid-lg {
    margin: -.75rem;
}

    .grid-lg > .grid-cell, .grid-lg.row > [class*="col-"] {
        padding: .75rem;
    }

.grid-xl {
    margin: -1.6875rem;
}

    .grid-xl > .grid-cell, .grid-xl.row > [class*="col-"] {
        padding: 1.6875rem;
    }

.grid-xxl {
    margin: -3.797rem;
}

    .grid-xxl > .grid-cell, .grid-xxl.row > [class*="col-"] {
        padding: 3.797rem;
    }

.grid-n {
    margin: 0;
}

    .grid-n > .grid-cell, .grid-n.row > [class*="col-"] {
        padding: 0;
    }

.alert {
    position: relative;
    margin: 0;
    padding: 1rem;
    background-color: #bfbfbf;
    border: 0;
    border-radius: 0;
}

    .alert.alert-sm {
        padding: .667rem;
        padding-right: 1.5rem;
    }

        .alert.alert-sm .close {
            top: 50%;
            transform: translate(0,-100%);
        }

    .alert.alert-lg {
        padding: 3.375rem;
    }

        .alert.alert-lg .close {
            font-size: 2.25rem;
            height: 1.5rem;
            width: 2.25rem;
        }

    .alert .close {
        transition: all .25s ease-out;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        font-size: 1.5rem;
        height: 1rem;
        width: 1.5rem;
        overflow: visible;
    }

    .alert .alert-link {
        color: #fff;
    }

        .alert .alert-link:hover {
            color: #333;
        }

    .alert .container {
        padding: 0;
    }

.alert-info, .alert-info h1, .alert-info h2, .alert-info h3, .alert-info h4, .alert-info h5, .alert-info h6, .alert-info p, .alert-success, .alert-success h1, .alert-success h2, .alert-success h3, .alert-success h4, .alert-success h5, .alert-success h6, .alert-success p, .alert-warning, .alert-warning h1, .alert-warning h2, .alert-warning h3, .alert-warning h4, .alert-warning h5, .alert-warning h6, .alert-warning p, .alert-danger, .alert-danger h1, .alert-danger h2, .alert-danger h3, .alert-danger h4, .alert-danger h5, .alert-danger h6, .alert-danger p {
    color: #fff;
}

    .alert-info .alert-link:hover, .alert-success .alert-link:hover, .alert-warning .alert-link:hover, .alert-danger .alert-link:hover {
        color: #fff;
    }

.alert-info {
    background-color: #46a6de;
}

    .alert-info .btn-white {
        color: #46a6de;
    }

    .alert-info .alert-link {
        color: #1d70a1;
    }

.alert-success {
    background-color: #1fda9a;
}

    .alert-success .btn-white {
        color: #1fda9a;
    }

    .alert-success .alert-link {
        color: #12815b;
    }

.alert-warning {
    background-color: #e8b71a;
}

    .alert-warning .btn-white {
        color: #e8b71a;
    }

    .alert-warning .alert-link {
        color: #8e6f0e;
    }

.alert-danger {
    background-color: #b61f2b;
}

    .alert-danger .btn-white {
        color: #b61f2b;
    }

    .alert-danger .alert-link {
        color: #5f1016;
    }

.alert-margined-5 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.alert-padding-5 {
    padding: 5px;
}

.breadcrumb {
    margin: 0;
    padding: 0;
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    overflow: hidden;
}

    .breadcrumb li:not(:last-child) {
        padding-right: 1rem;
    }

    .breadcrumb li + li::before {
        display: inline-block;
        float: left;
        color: rgba(53,50,50,.5);
        width: 1rem;
        margin-left: -1rem;
    }

    .breadcrumb li a {
        color: #fff;
    }

    .breadcrumb > .active {
        color: rgba(53,50,50,.5);
    }

.btn {
    transition: all .25s ease-out;
    display: inline-block;
    width: auto;
    padding: .198rem 1.5rem;
    border: 3px solid #ced1d4;
    color: #353232;
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    vertical-align: middle;
    background-color: #ced1d4;
    overflow: hidden;
    border-radius: 0;
    cursor: pointer;
}

@media(max-width:635px) {
    .btn:not(.btn-inline) {
        width: 100%;
    }
}

.btn:focus {
    outline: 0;
    color: #fff;
}

.btn:active {
    box-shadow: none;
}

.btn:hover, .btn:focus, .btn.is-active, .btn:hover > .btn {
    color: #ced1d4;
    background-color: transparent;
    border-color: #ced1d4;
}

.btn.btn-round {
    position: relative;
    padding: 0;
    width: calc(2.25em);
    height: calc(2.25em);
    line-height: calc(2.25em - 6px);
    font-size: 1rem;
    text-align: center;
    letter-spacing: 0;
    border-radius: 50%;
}

    .btn.btn-round.btn-sm, .form-sm .btn.btn-round.form-btn {
        padding: 0;
        width: calc(2.25em);
        height: calc(2.25em);
        line-height: calc(2.25em - 4px);
        font-size: .667rem;
    }

@media(max-width:635px) {
    .btn.btn-round.btn-sm, .form-sm .btn.btn-round.form-btn {
        width: calc(3.375em);
        height: calc(3.375em);
        line-height: calc(3.375em - 4px);
    }
}

.btn.btn-round.btn-lg {
    padding: 0;
    width: calc(2.25em);
    height: calc(2.25em);
    line-height: calc(2.25em - 8px);
    font-size: 1.5rem;
}

.btn.btn-round i {
    display: inline;
    pointer-events: none;
}

@media(max-width:635px) {
    .btn.btn-round {
        width: calc(3.375em);
        height: calc(3.375em);
        line-height: calc(3.375em - 6px);
    }
}

.btn-primary, .panel-primary .panel-btn, .btn-primary-dark, .panel-primary-dark .panel-btn, .btn-info, .btn-success, .btn-danger, .panel-red .panel-btn, .btn-warning {
    color: #fff;
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
}

    .btn-white:hover, .btn-white:focus, .btn-white.is-active, .btn:hover > .btn-white {
        color: #fff;
        background-color: transparent;
        border-color: #fff;
    }

.btn-primary, .panel-primary .panel-btn {
    border-color: #46a6de;
    background-color: #46a6de;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.is-active, .btn:hover > .btn-primary, .panel-primary .panel-btn:hover, .panel-primary .panel-btn:focus, .panel-primary .panel-btn.is-active, .btn:hover > .panel-primary .panel-btn {
        color: #46a6de;
        background-color: transparent;
        border-color: #46a6de;
    }

.btn-primary-dark, .panel-primary-dark .panel-btn {
    border-color: #006d8f;
    background-color: #006d8f;
}

    .btn-primary-dark:hover, .btn-primary-dark:focus, .btn-primary-dark.is-active, .btn:hover > .btn-primary-dark, .panel-primary-dark .panel-btn:hover, .panel-primary-dark .panel-btn:focus, .panel-primary-dark .panel-btn.is-active, .btn:hover > .panel-primary-dark .panel-btn {
        color: #006d8f;
        background-color: transparent;
        border-color: #006d8f;
    }

.btn-info, .btn-secondary, .panel-secondary .panel-btn {
    color: #fff;
    border-color: #353232;
    background-color: #353232;
}

    .btn-info:hover, .btn-info:focus, .btn-info.is-active, .btn:hover > .btn-info, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.is-active, .btn:hover > .btn-secondary, .panel-secondary .panel-btn:hover, .panel-secondary .panel-btn:focus, .panel-secondary .panel-btn.is-active, .btn:hover > .panel-secondary .panel-btn {
        color: #353232;
        background-color: transparent;
        border-color: #353232;
    }

.btn-success, .panel-green .panel-btn {
    border-color: #1fda9a;
    background-color: #1fda9a;
}

    .btn-success:hover, .btn-success:focus, .btn-success.is-active, .btn:hover > .btn-success, .panel-green .panel-btn:hover, .panel-green .panel-btn:focus, .panel-green .panel-btn.is-active, .btn:hover > .panel-green .panel-btn {
        color: #1fda9a;
        background-color: transparent;
        border-color: #1fda9a;
    }

.btn-danger, .panel-red .panel-btn {
    border-color: #b61f2b;
    background-color: #b61f2b;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.is-active, .btn:hover > .btn-danger, .panel-red .panel-btn:hover, .panel-red .panel-btn:focus, .panel-red .panel-btn.is-active, .btn:hover > .panel-red .panel-btn {
        color: #b61f2b;
        background-color: transparent;
        border-color: #b61f2b;
    }

.btn-warning, .panel-yellow .panel-btn {
    border-color: #e8b71a;
    background-color: #e8b71a;
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning.is-active, .btn:hover > .btn-warning, .panel-yellow .panel-btn:hover, .panel-yellow .panel-btn:focus, .panel-yellow .panel-btn.is-active, .btn:hover > .panel-yellow .panel-btn {
        color: #e8b71a;
        background-color: transparent;
        border-color: #e8b71a;
    }

.btn-lg {
    padding: .296rem 3.375rem;
    font-size: 2.25rem;
    border-width: 4px;
}

.btn-sm, .form-sm .form-btn {
    padding: .088rem 1rem;
    font-size: 1rem;
    border-width: 2px;
}

.btn-xs, .form-xs .form-btn {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    -moz-font-smoothing: subpixel-antialiased;
    -ms-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    padding: .039rem .667rem;
    font-size: .667rem;
    border-width: 1px;
}

.btn-outline, .btn-outline:focus, .btn-outline.panel-btn, .btn-inline, .btn-inline:focus, .btn-inline.panel-btn, .btn-link, .btn-link:focus, .btn-link.panel-btn {
    background-color: transparent;
    color: #ced1d4;
    text-decoration: none;
}

    .btn-outline.btn-white, .btn-inline.btn-white, .btn-link.btn-white {
        color: #fff;
    }

    .btn-outline.btn-primary, .panel-primary .btn-outline.panel-btn, .btn-inline.btn-primary, .panel-primary .btn-inline.panel-btn, .btn-link.btn-primary, .panel-primary .btn-link.panel-btn {
        color: #46a6de;
    }

    .btn-outline.btn-primary-dark, .panel-primary-dark .btn-outline.panel-btn, .btn-inline.btn-primary-dark, .panel-primary-dark .btn-inline.panel-btn, .btn-link.btn-primary-dark, .panel-primary-dark .btn-link.panel-btn {
        color: #006d8f;
    }

    .btn-outline.btn-info, .btn-outline.btn-secondary, .panel-secondary .btn-outline.panel-btn, .btn-inline.btn-info, .btn-inline.btn-secondary, .panel-secondary .btn-inline.panel-btn, .btn-link.btn-info, .btn-link.btn-secondary, .panel-secondary .btn-link.panel-btn {
        color: #353232;
    }

        .btn-outline.btn-info:hover, .btn-outline.btn-info:focus, .btn-outline.btn-info.is-active, .btn:hover > .btn-outline.btn-info, .btn-outline.btn-secondary:hover, .btn-outline.btn-secondary:focus, .btn-outline.btn-secondary.is-active, .btn:hover > .btn-outline.btn-secondary, .panel-secondary .btn-outline.panel-btn:hover, .panel-secondary .btn-outline.panel-btn:focus, .panel-secondary .btn-outline.panel-btn.is-active, .btn:hover > .panel-secondary .btn-outline.panel-btn, .btn-inline.btn-info:hover, .btn-inline.btn-info:focus, .btn-inline.btn-info.is-active, .btn:hover > .btn-inline.btn-info, .btn-inline.btn-secondary:hover, .btn-inline.btn-secondary:focus, .btn-inline.btn-secondary.is-active, .btn:hover > .btn-inline.btn-secondary, .panel-secondary .btn-inline.panel-btn:hover, .panel-secondary .btn-inline.panel-btn:focus, .panel-secondary .btn-inline.panel-btn.is-active, .btn:hover > .panel-secondary .btn-inline.panel-btn, .btn-link.btn-info:hover, .btn-link.btn-info:focus, .btn-link.btn-info.is-active, .btn:hover > .btn-link.btn-info, .btn-link.btn-secondary:hover, .btn-link.btn-secondary:focus, .btn-link.btn-secondary.is-active, .btn:hover > .btn-link.btn-secondary, .panel-secondary .btn-link.panel-btn:hover, .panel-secondary .btn-link.panel-btn:focus, .panel-secondary .btn-link.panel-btn.is-active, .btn:hover > .panel-secondary .btn-link.panel-btn {
            color: #fff;
            border-color: #353232;
        }

    .btn-outline.btn-success, .panel-green .btn-outline.panel-btn, .btn-inline.btn-success, .panel-green .btn-inline.panel-btn, .btn-link.btn-success, .panel-green .btn-link.panel-btn {
        color: #1fda9a;
    }

    .btn-outline.btn-danger, .panel-red .btn-outline.panel-btn, .btn-inline.btn-danger, .panel-red .btn-inline.panel-btn, .btn-link.btn-danger, .panel-red .btn-link.panel-btn {
        color: #b61f2b;
    }

    .btn-outline.btn-warning, .panel-yellow .btn-outline.panel-btn, .btn-inline.btn-warning, .panel-yellow .btn-inline.panel-btn, .btn-link.btn-warning, .panel-yellow .btn-link.panel-btn {
        color: #e8b71a;
    }

    .btn-outline:hover, .btn-outline:focus, .btn-outline.is-active, .btn:hover > .btn-outline, .btn-outline.panel-btn:hover, .btn-outline.panel-btn:focus, .btn-outline.panel-btn.is-active, .btn:hover > .btn-outline.panel-btn {
        background-color: #353232;
        border-color: #353232;
    }

        .btn-outline.btn-white:hover, .btn-outline.btn-white:focus, .btn-outline.btn-white.is-active, .btn:hover > .btn-outline.btn-white, .btn-outline.panel-btn.btn-white:hover, .btn-outline.panel-btn.btn-white:focus, .btn-outline.panel-btn.btn-white.is-active, .btn:hover > .btn-outline.panel-btn.btn-white {
            color: #353232;
            background-color: #fff;
            border-color: #fff;
        }

.btn-inline, .btn-link {
    border-color: transparent !important;
}

    .btn-inline:hover, .btn-inline:focus, .btn-inline.is-active, .btn-link:hover, .btn-link:focus, .btn-link.is-active {
        border-color: transparent;
        background-color: transparent;
    }

    .btn-link:hover, .btn-link:focus, .btn-link.is-active {
        text-decoration: none;
    }

.btn-inline {
    text-align: left;
    text-align: initial;
    padding: 0;
    border-width: 0;
}

.btn-block {
    width: 100%;
}

.form-xs .form-control {
    padding-top: .039rem;
    padding-bottom: .039rem;
    font-size: .667rem;
    border-width: 1px;
}

@media(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .form-xs .form-control {
        height: 1.69rem;
    }
}

.form-xs select.form-control:not([multiple]) {
    height: 1.69rem;
}

.form-sm .form-control {
    padding-top: .088rem;
    padding-bottom: .088rem;
    font-size: .667rem;
    border-width: 2px;
}

@media(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .form-sm .form-control {
        height: 1.899rem;
    }
}

.form-sm select.form-control:not([multiple]) {
    height: 1.899rem;
}

.form-lg .form-control {
    padding-top: .296rem;
    padding-bottom: .296rem;
    font-size: 1.5rem;
    border-width: 4px;
}

.form-lg select.form-control:not([multiple]) {
    height: 4.411rem;
}

.form-darken .form-control, .form-darken .form-control-static {
    background-color: rgba(53,50,50,.05);
    border-color: transparent;
}

.form-inline .form-group, .form-inline .checkbox, .form-inline .radio {
    display: inline-block;
    vertical-align: baseline;
}

.form-inline textarea.form-control {
    min-height: 0;
    min-height: initial;
}

.form-group {
    margin-bottom: 0;
}

    .form-group + .form-group {
        margin-top: 1rem;
    }

.form-control, .form-control-static {
    transition: all .25s ease-out;
    display: block;
    height: auto;
    width: 100%;
    padding: .198rem .667rem;
    color: #333;
    font-family: azo-sans-web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.25;
    vertical-align: middle;
    border: 3px solid #fff;
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
}

    .form-control:focus, .form-control-static:focus {
        box-shadow: none;
        border-color: #006d8f;
    }

    .form-control[readonly], .form-control[disabled], .form-control-static[readonly], .form-control-static[disabled] {
        color: gray;
        background-color: #f0f0f0;
        border-color: #bfbfbf;
    }

    .form-control.has-success, .form-control-static.has-success {
        border-color: #1fda9a;
    }

    .form-control.has-warning, .form-control-static.has-warning {
        border-color: #e8b71a;
    }

    .form-control.has-error, .form-control-static.has-error {
        border-color: #b61f2b;
    }

@media(-ms-high-contrast:active),(-ms-high-contrast:none) {
    .form-control, .form-control-static {
        height: 2.979rem;
    }
}

.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .input-group .form-control {
        display: block;
        width: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .input-group .input-group-addon {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

        .input-group .input-group-addon:last-child {
            border-left-width: 3px;
            border-left-style: solid;
        }

.form-xs .input-group .input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
}

.form-sm .input-group .input-group-addon:last-child {
    border-left-width: 2px;
    border-left-style: solid;
}

.form-lg .input-group .input-group-addon:last-child {
    border-left-width: 4px;
    border-left-style: solid;
}

@media(max-width:635px) {
    .input-group .input-group-addon.form-btn {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.form-control-static {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
    border-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

select.form-control {
    height: 2.979rem;
    cursor: pointer;
    padding-right: 1.5rem;
    background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 9 8' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M4.5 8 L0 0 H9 L4.5 8z' fill='%23CED1D4'/%3E%3C/svg%3E");
    background-position: right .667rem top 50%;
    background-repeat: no-repeat;
    background-size: auto 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    select.form-control[multiple] {
        height: auto;
        padding: 0;
        background-image: none;
    }

        select.form-control[multiple]:focus {
            background-image: none;
        }

        select.form-control[multiple] option {
            padding: .296rem .667rem;
        }

    select.form-control:focus {
        background-image: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 9 8' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M4.5 8 L0 0 H9 L4.5 8z' fill='%23006D8F'/%3E%3C/svg%3E");
    }

    select.form-control::-ms-expand {
        display: none;
    }

textarea.form-control {
    min-height: calc(7.5em + 1.521rem);
    line-height: 1.5;
    /*padding-top: .573rem;
	padding-bottom: .573rem;*/
}

.form-label {
    display: block;
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-weight: 500;
    font-size: 1.5rem;
    color: #4d4d4d;
    text-transform: uppercase;
}

    .form-label + .form-control {
        margin-top: .296rem;
    }

.checkbox, .checkbox-inline, .radio, .radio-inline {
    padding-left: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

    .checkbox input[type="checkbox"], .checkbox input[type="radio"], .checkbox-inline input[type="checkbox"], .checkbox-inline input[type="radio"], .radio input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="checkbox"], .radio-inline input[type="radio"] {
        top: 50%;
        height: 1rem;
        width: 1rem;
        margin-top: 0;
        margin-left: -1.5rem;
        transform: translate(0,-50%);
    }

    .checkbox label, .checkbox-inline label, .radio label, .radio-inline label {
        padding-left: 0;
    }

    .checkbox-inline + .checkbox-inline, .checkbox-inline + .radio-inline, .radio-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-left: 1rem;
    }

.form-error {
    display: block;
    padding: .296rem .667rem;
    font-family: azo-sans-web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: .667rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #46a6de;
}

.form-control + .form-error {
    margin-top: .667rem;
}

.label {
    display: inline-block;
    padding: 0 .667em;
    font-size: .667em;
    color: #353232;
    line-height: 1.5;
    background-color: #bfbfbf;
    vertical-align: middle;
    border-radius: .5em;
}

.label-primary, .label-success, .label-info, .label-warning, .label-danger {
    color: #fff;
}

.label-primary {
    background-color: #46a6de;
}

.label-success {
    background-color: #1fda9a;
}

.label-info {
    background-color: #353232;
}

.label-warning {
    background-color: #e8b71a;
}

.label-danger {
    background-color: #b61f2b;
}

.media {
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}

.media-sm .media-left {
    padding-right: .667rem;
}

.media-sm .media-right {
    padding-left: .667rem;
}

.media-lg .media-left {
    padding-right: 1.5rem;
}

.media-lg .media-right {
    padding-left: 1.5rem;
}

.media-left, .media-right {
    padding: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.media-left {
    padding-right: 1rem;
}

.media-right {
    padding-left: 1rem;
}

.media-object {
    transition: all .25s ease-out;
}

a:hover .media-object {
    opacity: .8;
}

.media-body {
    width: 100%;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    overflow: visible;
}

.media-right + .media-body {
    text-align: right;
    -ms-flex-order: -1;
    order: -1;
}

.pagination {
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 0;
    text-align: center;
}

    .pagination li a {
        float: none;
        padding: 0 .296rem;
        font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
        font-size: 1.5rem;
        border: 0;
    }

        .pagination li a:hover {
            background-color: transparent;
        }

    .pagination li.disabled a, .pagination li.disabled a:hover {
        color: #ced1d4;
    }

    .pagination li.active a, .pagination li.active a:hover {
        color: #353232;
        background-color: transparent;
        border-bottom: 3px solid #353232;
    }

    .pagination.pagination-sm li a {
        font-size: 1rem;
    }

    .pagination.pagination-lg li a {
        padding-left: 0 .667rem;
        font-size: 2.25rem;
    }

.panel {
    position: relative;
    width: 100%;
    min-width: 150px;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: transparent;
}

    .panel.panel-border {
        border: 1px solid #f0f0f0;
    }

    .panel.panel-sm > .panel-heading, .panel.panel-sm > .panel-body, .panel.panel-sm > .panel-footer {
        padding: 1rem;
    }

@media(min-width:1048px) {
    .panel.panel-sm > .panel-body.panel-body--wide {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.panel.panel-lg > .panel-heading, .panel.panel-lg > .panel-body, .panel.panel-lg > .panel-footer {
    padding: 3.375rem;
}

@media(min-width:1048px) {
    .panel.panel-lg > .panel-body.panel-body--wide {
        width: calc(100% + 4.5rem);
        margin-left: -2.25rem;
        margin-right: -2.25rem;
    }
}

.panel.panel-primary .panel-heading, .panel.panel-primary .panel-heading h1, .panel.panel-primary .panel-heading h2, .panel.panel-primary .panel-heading h3, .panel.panel-primary .panel-heading h4, .panel.panel-primary .panel-heading h5, .panel.panel-primary .panel-heading h6, .panel.panel-primary-dark .panel-heading, .panel.panel-primary-dark .panel-heading h1, .panel.panel-primary-dark .panel-heading h2, .panel.panel-primary-dark .panel-heading h3, .panel.panel-primary-dark .panel-heading h4, .panel.panel-primary-dark .panel-heading h5, .panel.panel-primary-dark .panel-heading h6, .panel.panel-secondary .panel-heading, .panel.panel-secondary .panel-heading h1, .panel.panel-secondary .panel-heading h2, .panel.panel-secondary .panel-heading h3, .panel.panel-secondary .panel-heading h4, .panel.panel-secondary .panel-heading h5, .panel.panel-secondary .panel-heading h6, .panel.panel-secondary-light .panel-heading, .panel.panel-secondary-light .panel-heading h1, .panel.panel-secondary-light .panel-heading h2, .panel.panel-secondary-light .panel-heading h3, .panel.panel-secondary-light .panel-heading h4, .panel.panel-secondary-light .panel-heading h5, .panel.panel-secondary-light .panel-heading h6, .panel.panel-green .panel-heading, .panel.panel-green .panel-heading h1, .panel.panel-green .panel-heading h2, .panel.panel-green .panel-heading h3, .panel.panel-green .panel-heading h4, .panel.panel-green .panel-heading h5, .panel.panel-green .panel-heading h6, .panel.panel-red .panel-heading, .panel.panel-red .panel-heading h1, .panel.panel-red .panel-heading h2, .panel.panel-red .panel-heading h3, .panel.panel-red .panel-heading h4, .panel.panel-red .panel-heading h5, .panel.panel-red .panel-heading h6, .panel.panel-yellow .panel-heading, .panel.panel-yellow .panel-heading h1, .panel.panel-yellow .panel-heading h2, .panel.panel-yellow .panel-heading h3, .panel.panel-yellow .panel-heading h4, .panel.panel-yellow .panel-heading h5, .panel.panel-yellow .panel-heading h6 {
    color: #fff;
}

.panel.panel-primary {
    border-color: #46a6de;
}

    .panel.panel-primary .panel-txt {
        color: #46a6de;
    }

    .panel.panel-primary .panel-body:first-child::after {
        border-color: #46a6de;
    }

    .panel.panel-primary .panel-image {
        border-color: #46a6de;
        border-bottom-width: 2px;
    }

.panel.panel-primary-dark {
    border-color: #006d8f;
}

    .panel.panel-primary-dark .panel-txt {
        color: #006d8f;
    }

    .panel.panel-primary-dark .panel-body:first-child::after {
        border-color: #006d8f;
    }

    .panel.panel-primary-dark .panel-image {
        border-color: #006d8f;
        border-bottom-width: 2px;
    }

.panel.panel-secondary {
    border-color: #353232;
}

    .panel.panel-secondary .panel-txt {
        color: #353232;
    }

    .panel.panel-secondary .panel-body:first-child::after {
        border-color: #353232;
    }

    .panel.panel-secondary .panel-image {
        border-color: #353232;
        border-bottom-width: 2px;
    }

.panel.panel-secondary-light {
    border-color: #ced1d4;
}

    .panel.panel-secondary-light .panel-txt {
        color: #ced1d4;
    }

    .panel.panel-secondary-light .panel-body:first-child::after {
        border-color: #ced1d4;
    }

    .panel.panel-secondary-light .panel-image {
        border-color: #ced1d4;
        border-bottom-width: 2px;
    }

.panel.panel-green {
    border-color: #1fda9a;
}

    .panel.panel-green .panel-txt {
        color: #1fda9a;
    }

    .panel.panel-green .panel-body:first-child::after {
        border-color: #1fda9a;
    }

    .panel.panel-green .panel-image {
        border-color: #1fda9a;
        border-bottom-width: 2px;
    }

.panel.panel-red {
    border-color: #b61f2b;
}

    .panel.panel-red .panel-txt {
        color: #b61f2b;
    }

    .panel.panel-red .panel-body:first-child::after {
        border-color: #b61f2b;
    }

    .panel.panel-red .panel-image {
        border-color: #b61f2b;
        border-bottom-width: 2px;
    }

.panel.panel-yellow {
    border-color: #e8b71a;
}

    .panel.panel-yellow .panel-txt {
        color: #e8b71a;
    }

    .panel.panel-yellow .panel-body:first-child::after {
        border-color: #e8b71a;
    }

    .panel.panel-yellow .panel-image {
        border-color: #e8b71a;
        border-bottom-width: 2px;
    }

.panel.panel-fixed-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 250px;
}

@media(max-width:635px) {
    .panel.panel-fixed-1 {
        height: auto;
    }

        .panel.panel-fixed-1 .panel-image {
            height: 250px;
        }
}

.panel.panel-fixed-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 600px;
}

    .panel.panel-fixed-2 .panel-image {
        width: 100%;
    }

.panel.panel-fixed-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    height: 330px;
    width: 100%;
    max-width: 618px;
}

@media(max-width:1047px) {
    .panel.panel-fixed-3 {
        height: auto;
        max-width: initial;
    }

        .panel.panel-fixed-3 .panel-image {
            height: 330px;
        }
}

@media(min-width:636px) {
    .panel.panel-row {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

        .panel.panel-row .panel-image {
            -ms-flex-negative: 4;
            flex-shrink: 4;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            border-bottom-width: 0 !important;
            border-right-width: 2px;
        }

        .panel.panel-row .panel-body {
            -ms-flex-negative: 3;
            flex-shrink: 3;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        }

        .panel.panel-row .panel-heading, .panel.panel-row .panel-body, .panel.panel-row .panel-footer, .panel.panel-row .panel-image {
            border-radius: 0;
        }

            .panel.panel-row .panel-heading:first-child, .panel.panel-row .panel-body:first-child, .panel.panel-row .panel-footer:first-child, .panel.panel-row .panel-image:first-child {
                border-top-left-radius: 3px;
                border-bottom-left-radius: 3px;
            }

            .panel.panel-row .panel-heading:last-child, .panel.panel-row .panel-body:last-child, .panel.panel-row .panel-footer:last-child, .panel.panel-row .panel-image:last-child {
                border-top-right-radius: 3px;
                border-bottom-right-radius: 3px;
            }
}

.panel .panel-group {
    margin-bottom: 0;
}

    .panel .panel-group > .panel + .panel {
        margin-top: 1.5rem;
    }

.panel-heading, .panel-body, .panel-footer {
    margin: 0;
    padding: 1.5rem;
    border: 0;
    background-color: #fff;
}

    .panel-heading:first-child, .panel-body:first-child, .panel-footer:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel-heading:last-child, .panel-body:last-child, .panel-footer:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.panel-heading {
    color: #353232;
}

.panel-body {
    font-family: azo-sans-web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #333;
    max-width: 100%;
}

    .panel-body::after {
        display: none;
        border-color: #fff;
    }

.dropdown-content .panel-body:first-child::after {
    content: ' ';
    position: absolute;
    top: 0%;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .667rem;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    transform: translate(-50%,-100%);
    pointer-events: none;
}

@media(max-width: 1124px) and (min-width:1048px) {
    .panel-body {
        font-size: 0.9rem;
    }
}

@media(min-width:1048px) {
    .panel-body.panel-body--wide {
        border-radius: 3px;
        max-width: initial;
        width: calc(100% + 3rem);
        margin-left: -1.5rem;
        margin-right: -1.5rem;
    }
}

.panel-heading, .panel-footer, .panel-label, .panel-bg {
    background-color: #f0f0f0;
}

.panel-txt {
    color: #f0f0f0;
}

a.panel-txt:hover {
    color: rgba(53,50,50,.5) !important;
}

.panel-image {
    transition: all .25s ease-out;
    display: block;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-height: 470px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-style: solid;
    border-width: 0;
}

    .panel-image:first-child {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .panel-image:last-child {
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.image-wrapper.panel-image {
    width: 100%;
}

img.panel-image {
    height: auto;
    min-height: initial;
    max-height: initial;
}

a.panel-image:hover {
    opacity: .8;
}

.panel-image-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: .667rem;
    z-index: 2;
}

.panel-label {
    min-width: 40%;
    margin: 0;
    padding: .296rem 1rem;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

@media(min-width:636px) {
    .panel-label {
        position: absolute;
        top: 0;
        left: 0;
        border-bottom-right-radius: 3px;
        transform: translate(0,-50%);
        z-index: 10;
    }

        .panel-label:first-child + .panel-heading, .panel-label:first-child + .panel-body, .panel-label:first-child + .panel-image, .panel-label:first-child + .panel-footer {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }
}

.panel-collapse {
    position: relative;
}

a.panel, a.panel-heading, a.panel-body {
    display: block;
}

    a.panel:hover .panel-image, a.panel-heading:hover .panel-image, a.panel-body:hover .panel-image {
        opacity: .8;
    }

@media(max-width:767px) {
    .panel.panel-sm .panel-body {
        padding-left: .667rem;
        padding-right: .667rem;
    }

    .panel.panel-lg .panel-body {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .panel .panel-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media(max-width:429px) {
    .panel.panel-sm .panel-heading, .panel.panel-sm .panel-body, .panel.panel-sm .panel-footer {
        padding-left: .667rem;
        padding-right: .667rem;
    }

    .panel.panel-lg .panel-heading, .panel.panel-lg .panel-body, .panel.panel-lg .panel-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .panel .panel-heading, .panel .panel-body, .panel .panel-footer {
        padding: .667rem;
    }
}

.banner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 3.375rem 1.5rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 0;
}

    .banner::before, .banner::after {
        transition: all .25s ease-out;
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .banner.banner--xl {
        min-height: 22.5rem;
    }

        .banner.banner--xl.banner--slip {
            margin-bottom: -15.75rem;
        }

        .banner.banner--xl.banner--slip-width-content {
            padding-bottom: 6.75rem;
            margin-bottom: -6.75rem;
        }

    .banner.banner--lg {
        min-height: 22.5rem;
    }

        .banner.banner--lg.banner--slip {
            margin-bottom: -15.75rem;
        }

        .banner.banner--lg.banner--slip-width-content {
            padding-bottom: 6.75rem;
            margin-bottom: -6.75rem;
        }

    .banner.banner--md {
        min-height: 15rem;
    }

        .banner.banner--md.banner--slip {
            margin-bottom: -10.5rem;
        }

        .banner.banner--md.banner--slip-width-content {
            padding-bottom: 6.75rem;
            margin-bottom: -6.75rem;
        }

    .banner.banner--sm {
        min-height: 10rem;
    }

        .banner.banner--sm.banner--slip {
            margin-bottom: -7rem;
        }

        .banner.banner--sm.banner--slip-width-content {
            padding-bottom: 6.75rem;
            margin-bottom: -6.75rem;
        }

    .banner.banner--xs {
        min-height: 6.67rem;
    }

        .banner.banner--xs.banner--slip {
            margin-bottom: -4.669rem;
        }

        .banner.banner--xs.banner--slip-width-content {
            padding-bottom: 6.75rem;
            margin-bottom: -6.75rem;
        }

    .banner.banner--slip + .stack {
        transform: translateZ(0);
    }

    .banner.banner--darken::before {
        background-color: rgba(26,26,26,.5);
    }

    .banner.banner--lighten::before {
        background-color: rgba(250,250,250,.5);
    }

    .banner.banner--lighten span, .banner.banner--lighten h1, .banner.banner--lighten h2, .banner.banner--lighten h3, .banner.banner--lighten h4, .banner.banner--lighten h5, .banner.banner--lighten h6, .banner.banner--lighten p {
        color: #353232 !important;
    }

    .banner.banner--blend.banner--darken::before {
        background-color: rgba(51,51,51,.5);
    }

@supports (mix-blend-mode:color-dodge) {
    .banner.banner--blend.banner--darken .banner-content {
        mix-blend-mode: color-dodge;
    }

        .banner.banner--blend.banner--darken .banner-content span, .banner.banner--blend.banner--darken .banner-content h1, .banner.banner--blend.banner--darken .banner-content h2, .banner.banner--blend.banner--darken .banner-content h3, .banner.banner--blend.banner--darken .banner-content h4, .banner.banner--blend.banner--darken .banner-content h5, .banner.banner--blend.banner--darken .banner-content h6, .banner.banner--blend.banner--darken .banner-content p {
            color: #bfbfbf !important;
        }
}

.banner.banner--blend.banner--lighten::before {
    background-color: rgba(240,240,240,.5);
}

@supports (mix-blend-mode:color-burn) {
    .banner.banner--blend.banner--lighten .banner-content {
        mix-blend-mode: color-burn;
    }

        .banner.banner--blend.banner--lighten .banner-content span, .banner.banner--blend.banner--lighten .banner-content h1, .banner.banner--blend.banner--lighten .banner-content h2, .banner.banner--blend.banner--lighten .banner-content h3, .banner.banner--blend.banner--lighten .banner-content h4, .banner.banner--blend.banner--lighten .banner-content h5, .banner.banner--blend.banner--lighten .banner-content h6, .banner.banner--blend.banner--lighten .banner-content p {
            color: #4d4d4d !important;
        }
}

.banner .banner-background {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: initial;
    transform: translate(-50%,-50%);
    z-index: 0;
}

.banner .banner-content {
    position: relative;
    z-index: 2;
    width: 800px;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.banner-content span, .banner-content h1, .banner-content h2, .banner-content h3, .banner-content h4, .banner-content h5, .banner-content h6, .banner-content p {
    color: #fff;
}

blockquote {
    font-size: 1.5rem;
    margin: 0;
    padding: 0 0 0 1rem;
    border-left: .667rem double #46a6de;
    font-family: ratiomodern,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

@media(max-width:1047px) {
    blockquote {
        font-size: 1.414rem;
    }
}

@media(max-width:767px) {
    blockquote {
        font-size: 1.333rem;
    }
}

@media(max-width:635px) {
    blockquote {
        font-size: 1.25rem;
    }
}

.date {
    width: 4.584rem;
    padding: .667rem .667rem .444rem;
    text-align: center;
    background-color: #ced1d4;
}

    .date::after {
        content: ' ';
        display: table;
        clear: both;
    }

hr {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    position: relative;
    background-color: #bfbfbf;
    border-width: 0;
    clear: both;
}

    hr.hr--fade {
        opacity: .33;
    }

    hr.hr--xs {
        margin-top: .296rem;
        margin-bottom: .296rem;
    }

    hr.hr--sm {
        margin-top: .667rem;
        margin-bottom: .667rem;
    }

    hr.hr--lg {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    hr.hr--xl {
        margin-top: 3.375rem;
        margin-bottom: 3.375rem;
    }

    hr.hr--n {
        margin-top: 0;
        margin-bottom: 0;
    }

.hr-stars {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    background-image: url(../img/pft-star.svgz);
    background-size: 36px 36px;
    background-position: center center;
    background-repeat: repeat-x;
    background-color: transparent;
}

.ico {
    display: inline-block;
    width: 1em;
}

    .ico.ico--inline {
        /*margin-left: .2em;*/
        margin-right: .2em;
        transform: scale(1.2);
    }

    .ico.ico--black {
        fill: #000;
    }

    .ico.ico--gray-darkest {
        fill: #1a1a1a;
    }

    .ico.ico--gray-darker {
        fill: #333;
    }

    .ico.ico--gray-dark {
        fill: #4d4d4d;
    }

    .ico.ico--gray {
        fill: gray;
    }

    .ico.ico--gray-light {
        fill: #bfbfbf;
    }

    .ico.ico--gray-lighter {
        fill: #f0f0f0;
    }

    .ico.ico--gray-lightest {
        fill: #fafafa;
    }

    .ico.ico--white {
        fill: #fff;
    }

    .ico.ico--primary {
        fill: #46a6de;
    }

    .ico.ico--primary-dark {
        fill: #006d8f;
    }

    .ico.ico--secondary {
        fill: #353232;
    }

    .ico.ico--secondary-light {
        fill: #ced1d4;
    }

    .ico.ico--accent-green {
        fill: #1fda9a;
    }

    .ico.ico--accent-red {
        fill: #b61f2b;
    }

    .ico.ico--accent-yellow {
        fill: #e8b71a;
    }

@media(-ms-high-contrast:active),(-ms-high-contrast:none) {
    svg.ico {
        max-height: 1em;
    }
}

.list {
    padding: 0;
    list-style-type: none !important;
}

    .list.list--sm .list-item + .list-item {
        margin-top: .296rem;
    }

    rl.list.list--sm .list-text, .list.list--sm .list-link, .list.list--sm .list-link {
        font-size: 1rem;
    }

    .list.list--inline {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline .list-item {
            width: auto;
        }

            .list.list--inline .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }

@media(min-width:430px) {
    .list.list--inline-xs {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline-xs .list-item {
            width: auto;
        }

            .list.list--inline-xs .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline-xs.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline-xs.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline-xs.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-xs.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-xs.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline-xs.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline-xs.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline-xs.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }
}

@media(min-width:636px) {
    .list.list--inline-sm {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline-sm .list-item {
            width: auto;
        }

            .list.list--inline-sm .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline-sm.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline-sm.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline-sm.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-sm.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-sm.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline-sm.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline-sm.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline-sm.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }
}

@media(min-width:768px) {
    .list.list--inline-md {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline-md .list-item {
            width: auto;
        }

            .list.list--inline-md .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline-md.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline-md.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline-md.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-md.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-md.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline-md.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline-md.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline-md.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }
}

@media(min-width:1048px) {
    .list.list--inline-lg {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline-lg .list-item {
            width: auto;
        }

            .list.list--inline-lg .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline-lg.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline-lg.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline-lg.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-lg.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-lg.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline-lg.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline-lg.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline-lg.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }
}

@media(min-width:1400px) {
    .list.list--inline-xl {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline-xl .list-item {
            width: auto;
        }

            .list.list--inline-xl .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline-xl.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline-xl.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline-xl.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-xl.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-xl.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline-xl.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline-xl.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline-xl.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }
}

@media(min-width:1620px) {
    .list.list--inline-xxl {
        display: -ms-flexbox;
        display: flex;
    }

        .list.list--inline-xxl .list-item {
            width: auto;
        }

            .list.list--inline-xxl .list-item + .list-item {
                margin-top: 0;
            }

        .list.list--inline-xxl.list--divided {
            margin-left: -1rem;
            margin-right: -1rem;
        }

            .list.list--inline-xxl.list--divided .list-item {
                padding: .132rem 1rem;
                box-shadow: -5px 0 0 -4px #bfbfbf,5px 0 0 -4px #bfbfbf;
            }

                .list.list--inline-xxl.list--divided .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-xxl.list--divided .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #bfbfbf;
                }

                .list.list--inline-xxl.list--divided .list-item + .list-item {
                    border: 0;
                }

            .list.list--inline-xxl.list--divided.list--white .list-item {
                box-shadow: -5px 0 0 -4px #fff,5px 0 0 -4px #fff;
            }

                .list.list--inline-xxl.list--divided.list--white .list-item:first-of-type {
                    box-shadow: 5px 0 0 -4px #fff;
                }

                .list.list--inline-xxl.list--divided.list--white .list-item:last-of-type {
                    box-shadow: -5px 0 0 -4px #fff;
                }
}

.list.list--neutral .list-text, .list.list--neutral .list-link {
    color: #f0f0f0;
}

.list.list--neutral .list-link {
    color: #bfbfbf;
}

    .list.list--neutral .list-link:hover {
        color: #fff;
    }

.list.list--white .list-text, .list.list--white .list-link {
    color: #fff;
}

.list.list--white .list-link {
    color: #fff;
}

    .list.list--white .list-link:hover {
        color: #353232;
    }

.list.list--divided {
    margin-left: 0;
    margin-right: 0;
}

    .list.list--divided .list-item {
        padding: .444rem 0;
        box-shadow: none;
    }

        .list.list--divided .list-item + .list-item {
            margin: 0;
            border-top: 2px solid #bfbfbf;
        }

    .list.list--divided.list--white .list-item + .list-item {
        border-top: 2px solid #fff;
    }

.list-item {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    page-break-inside: avoid;
    break-inside: avoid;
}

    .list-item .fa {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        line-height: 1;
        transform: scale(1.1);
    }

        .list-item .fa + .list-text, .list-item .fa + .list-link {
            margin-left: .667em;
        }

    .list-item.is-active .list-text, .list-item.is-active .list-link, .list-item.is-active .list-link {
        color: #fff;
        background-color: #46a6de;
    }

    .list-item + .list-item {
        margin-top: .667rem;
    }

.list-text, .list-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    /*font-size: 1.5rem;*/
    color: #353232;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: .02em;
}

.list-link {
    color: #46a6de;
}

    .list-link:hover {
        color: #353232;
    }

.navbar {
    position: relative;
    z-index: 100;
    min-height: 70px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-color: #fff;
}

.navbar-toggler {
    background-color: transparent;
    position: relative;
    z-index: 10;
    float: right;
    height: 70px;
    padding: 0 1rem;
    border: 0;
    cursor: pointer;
}

    .navbar-toggler:focus {
        outline: none;
    }

.navbar-toggler-btn {
    display: inline-block;
    color: #353232;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .navbar-toggler-btn:focus {
        outline: 0;
    }

    .navbar-toggler-btn::before {
        content: url("data:image/svg+xml;encoding=utf-8,%3Csvg viewBox='0 0 28 34' preserveAspectRatio='xMaxYMax' xmlns='http://www.w3.org/2000/svg' fill='%23353232' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M0 0h28v6H0zM0 11h28v6H0zM0 22h28v6H0z'/%3E%3C/svg%3E");
        display: inline-block;
        width: 1rem;
        height: 1rem;
        float: left;
    }

    .navbar-toggler-btn::after {
        content: ' ';
        display: table;
        clear: both;
    }

.navbar-brand {
    float: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    margin-right: 1.5rem;
    padding: 0 1rem;
    line-height: 70px;
}

.navbar-brand-image {
    vertical-align: middle;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    max-height: 58.33333px;
    height: 100%;
}

.navbar-collapse, .navbar-static {
    width: 100%;
    margin: 0;
}

.navbar-static {
    text-align: center;
}

.navbar-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.navbar-item {
    -ms-flex: 1 1 1px;
    flex: 1 1 1px;
    display: inline-block;
    width: auto;
}

    .navbar-item + .navbar-item {
        margin-top: 0;
    }

.navbar-link {
    display: block;
    position: relative;
    padding-left: .5rem;
    padding-right: .5rem;
    color: #353232;
    line-height: 70px;
    text-transform: uppercase;
    white-space: nowrap;
}

    .navbar-link:focus {
        color: #353232;
        text-decoration: none;
    }

    .navbar-link:hover {
        color: #46a6de;
    }

@media(min-width:1048px) {
    .navbar {
        line-height: 70px;
    }

    .navbar-toggler {
        display: none;
    }

    .navbar-collapse {
        padding: 0;
        display: block;
    }

    .navbar-list {
        height: 70px;
    }

    .navbar-item {
        /*box-shadow: -5px 0 0 -4px #ced1d4,5px 0 0 -4px #ced1d4;*/
    }

        .navbar-item:first-of-type {
            /*box-shadow: 5px 0 0 -4px #ced1d4;*/
        }

        .navbar-item:last-of-type {
            /*box-shadow: -5px 0 0 -4px #ced1d4;*/
        }
}

@media(max-width:1047px) {
    .navbar-collapse {
        overflow: hidden;
        width: 100%;
        padding: 0 .667rem;
    }

        .navbar-collapse .navbar-list {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            padding-bottom: 1rem;
            text-align: left;
        }

        .navbar-collapse .navbar-item {
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
            width: 100%;
            border-top: 1px solid #ced1d4;
        }

        .navbar-collapse .navbar-link {
            line-height: 1;
            padding: .667rem;
        }
}

@media(max-width:635px) {
    .navbar {
        line-height: 1.5;
    }

    .navbar-static .navbar-link {
        line-height: inherit;
        padding: 0 .296rem;
    }
}

.dropdown {
    position: static;
}

    .dropdown.dropdown--isolated {
        position: relative;
    }

        .dropdown.dropdown--isolated.open .dropdown-content {
            overflow: visible;
        }

.dropdown-content {
    text-align: left;
    line-height: 1.5;
    overflow: hidden;
    max-width: 100vw;
}

@media(min-width:1048px) {
    .dropdown.dropdown--natural {
        position: relative;
    }

        .dropdown.dropdown--natural .dropdown-content {
            right: auto;
            width: auto;
            min-width: 100%;
        }

            .dropdown.dropdown--natural .dropdown-content .dropdown-item {
                white-space: nowrap;
            }

        .dropdown.dropdown--natural:first-child .dropdown-content {
            left: 0;
            transform: translate(0);
        }

        .dropdown.dropdown--natural:last-child .dropdown-content {
            left: auto;
            right: 0;
            transform: translate(0);
        }

    .dropdown.open:not(.dropdown--isolated) .dropdown-toggle {
        color: #46a6de;
    }

        .dropdown.open:not(.dropdown--isolated) .dropdown-toggle::after {
            content: ' ';
            position: absolute;
            top: 100%;
            left: 50%;
            display: block;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: .667rem;
            border-color: transparent transparent #46a6de transparent;
            transform: translate(-50%,-100%);
            pointer-events: none;
        }

    .dropdown-content {
        position: absolute;
        top: 100%;
        left: 50%;
        z-index: -1;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        opacity: 0;
        transform: translate(-50%,0);
        pointer-events: none;
    }

    .dropdown.open .dropdown-content {
        z-index: 1;
        opacity: 1;
        pointer-events: auto;
    }
}

@media(max-width:1047px) {
    .dropdown.open .dropdown-toggle::after {
        content: ' ';
        position: absolute;
        left: 1.5rem;
        bottom: 0;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: .444rem;
        border-color: transparent transparent #46a6de transparent;
    }

    .dropdown-content {
        position: static;
        width: 100%;
        display: none;
    }

    .dropdown.open .dropdown-content {
        display: block;
        pointer-events: auto;
    }
}

.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -1.6875rem;
}

.page-body {
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding: 1.6875rem;
    width: 100%;
    /*max-width: 1048px;*/
    max-width: 1105px;
}

    .page-body.page-body--wide {
        max-width: 100%;
        max-width: initial;
    }

.page-content h1 {
    font-size: 3.375rem;
    border-bottom: 3px solid #46a6de;
}

@media(max-width:1047px) {
    .page-content h1 {
        font-size: 2.827rem;
    }
}

@media(max-width:767px) {
    .page-content h1 {
        font-size: 2.369rem;
    }
}

@media(max-width:635px) {
    .page-content h1 {
        font-size: 1.953rem;
    }
}

.page-content h3 {
    font-size: 1.5rem;
    border-bottom: 3px solid #46a6de;
}

@media(max-width:1047px) {
    .page-content h3 {
        font-size: 1.414rem;
    }
}

@media(max-width:767px) {
    .page-content h3 {
        font-size: 1.333rem;
    }
}

@media(max-width:635px) {
    .page-content h3 {
        font-size: 1.25rem;
    }
}

.page-content hr:not(:first-child) {
    margin-top: 1.5rem;
}

.page-content hr:not(:last-child) {
    margin-bottom: 1.5rem;
}

.page-content ol {
    padding-top: .296rem;
    padding-bottom: .296rem;
    padding-left: 0;
    list-style: none;
    counter-reset: list;
}

    .page-content ol li {
        position: relative;
        min-height: 2.25rem;
        padding-left: 3.375rem;
    }

        .page-content ol li::before {
            content: counter(list);
            counter-increment: list;
            position: absolute;
            left: 0;
            display: inline-block;
            width: 2.25rem;
            height: 2.25rem;
            font-family: ratiomodern,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
            font-size: 1.5rem;
            font-style: italic;
            color: #fff;
            text-align: center;
            border-radius: 50%;
            background-color: #46a6de;
            vertical-align: middle;
        }

        .page-content ol li + li {
            margin-top: 1rem;
        }

@media(max-width:635px) {
    .page-content ol li {
        min-height: 1.5rem;
        padding-left: 2.25rem;
    }

        .page-content ol li::before {
            width: 1.5rem;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 1rem;
        }
}

.page-content ul {
    padding-top: .296rem;
    padding-bottom: .296rem;
    padding-left: 0;
    list-style: none;
}

    .page-content ul li {
        position: relative;
        padding-left: 1.5rem;
    }

        .page-content ul li::before {
            /*content: ' ';*/
            position: absolute;
            top: 50%;
            left: .296rem;
            display: inline-block;
            width: .667rem;
            height: .667rem;
            color: #fff;
            border-radius: 50%;
            background-color: #46a6de;
            transform: translate(0,-40%);
        }

        .page-content ul li + li {
            margin-top: .296rem;
        }

@media(max-width:635px) {
    .page-content ul li {
        min-height: 1.5rem;
        padding-left: 2.25rem;
    }

        .page-content ul li::before {
            width: 1.5rem;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 1rem;
        }
}

@media print {
    .page-content ul li {
        padding-left: 0;
    }
}

.page-aside {
    box-sizing: content-box;
    padding: 1.6875rem;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

@media(min-width:1048px) {
    .page-aside {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
    }
}

.stack.stack--top {
    padding-top: .667rem;
    padding-bottom: .667rem;
    background-color: #1a1a1a;
}

    .stack.stack--top h1, .stack.stack--top h2, .stack.stack--top h3, .stack.stack--top h4, .stack.stack--top h5, .stack.stack--top h6, .stack.stack--top p {
        color: #fff;
    }

    .stack.stack--top a {
        color: #fff;
    }

        .stack.stack--top a:hover {
            color: #ced1d4;
        }

footer.stack h1, footer.stack h2, footer.stack h3, footer.stack h4, footer.stack h5, footer.stack h6, footer.stack p {
    color: #bfbfbf;
}

footer.stack a {
    color: #46a6de;
}

    footer.stack a:hover, footer.stack a:focus {
        color: rgba(53,50,50,.5);
    }

.bg-black {
    background-color: #000;
}

.bg-gray-darkest {
    background-color: #1a1a1a;
}

.bg-gray-darker {
    background-color: #333;
}

.bg-gray-dark {
    background-color: #4d4d4d;
}

.bg-gray {
    background-color: gray;
}

.bg-gray-light {
    background-color: #bfbfbf;
}

.bg-gray-lighter {
    background-color: #f0f0f0;
}

.bg-gray-lightest {
    background-color: #fafafa;
}

.bg-white {
    background-color: #fff;
}

.bg-primary, .panel.panel-primary .panel-bg, .panel.panel-primary .panel-label, .panel.panel-primary .panel-heading {
    background-color: #46a6de;
}

.bg-primary-dark, .panel.panel-primary-dark .panel-bg, .panel.panel-primary-dark .panel-label, .panel.panel-primary-dark .panel-heading {
    background-color: #006d8f;
}

.bg-secondary, .panel.panel-secondary .panel-bg, .panel.panel-secondary .panel-label, .panel.panel-secondary .panel-heading {
    background-color: #353232;
}

.bg-secondary-light, .panel.panel-secondary-light .panel-bg, .panel.panel-secondary-light .panel-label, .panel.panel-secondary-light .panel-heading {
    background-color: #ced1d4;
}

.bg-accent-green, .panel.panel-green .panel-bg, .panel.panel-green .panel-label, .panel.panel-green .panel-heading {
    background-color: #1fda9a;
}

.bg-accent-red, .panel.panel-red .panel-bg, .panel.panel-red .panel-label, .panel.panel-red .panel-heading {
    background-color: #b61f2b;
}

.bg-accent-yellow, .panel.panel-yellow .panel-bg, .panel.panel-yellow .panel-label, .panel.panel-yellow .panel-heading {
    background-color: #e8b71a;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-body {
    background-color: #f0f0f0;
}

.bg-html {
    background-color: #353232;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-primary a, .panel.panel-primary .panel-bg a, .panel.panel-primary .panel-label a, .panel.panel-primary .panel-heading a {
    color: #fff;
}

    .bg-primary a:hover, .panel.panel-primary .panel-bg a:hover, .panel.panel-primary .panel-label a:hover, .panel.panel-primary .panel-heading a:hover {
        color: rgba(53,50,50,.5);
    }

.content-formatting h1:not(:last-child), .content-formatting h2:not(:last-child), .content-formatting h3:not(:last-child), .content-formatting h4:not(:last-child), .content-formatting h5:not(:last-child), .content-formatting h6:not(:last-child) {
    margin-bottom: .296rem;
}

.content-formatting p:not(:last-child), .content-formatting ul:not(:last-child), .content-formatting ol:not(:last-child), .content-formatting table:not(:last-child), .content-formatting blockquote:not(:last-child), .content-formatting .formatted-content:not(:last-child) {
    margin-bottom: 1.5rem;
}

.content-invert p, .content-invert h1, .content-invert h2, .content-invert h3, .content-invert h4, .content-invert h5, .content-invert h6, .content-invert li, .content-invert blockquote, .content-invert .form-label, .content-invert .formatted-content {
    color: #fff;
}

.content-invert hr {
    background-color: #fff;
}

.content-invert a:hover {
    color: rgba(255,255,255,.5) !important;
}

.float-fix::after {
    content: ' ';
    display: table;
    clear: both;
}

.float-l {
    float: left !important;
}

.float-n {
    float: none !important;
}

.float-r {
    float: right !important;
}

.hidden {
    display: none;
}

@media(max-width:-1) {
    .hidden-xxs-down {
        display: none;
    }
}

@media(max-width:429px) {
    .hidden-xs-down {
        display: none;
    }
}

@media(max-width:635px) {
    .hidden-sm-down {
        display: none;
    }
}

@media(max-width:767px) {
    .hidden-md-down {
        display: none;
    }
}

@media(max-width:1047px) {
    .hidden-lg-down {
        display: none;
    }
}

@media(max-width:1399px) {
    .hidden-xl-down {
        display: none;
    }
}

@media(max-width:1619px) {
    .hidden-xxl-down {
        display: none;
    }
}

@media(min-width:0) {
    .hidden-xxs-up {
        display: none;
    }
}

@media(min-width:430px) {
    .hidden-xs-up {
        display: none;
    }
}

@media(min-width:636px) {
    .hidden-sm-up {
        display: none;
    }
}

@media(min-width:768px) {
    .hidden-md-up {
        display: none;
    }
}

@media(min-width:1048px) {
    .hidden-lg-up {
        display: none;
    }
}

@media(min-width:1400px) {
    .hidden-xl-up {
        display: none;
    }
}

@media(min-width:1620px) {
    .hidden-xxl-up {
        display: none;
    }
}

.hover-grow {
    transition: transform .25s ease-out;
    transform: scale(1);
}

    .hover-grow:hover, .hover-grow-trigger:hover .hover-grow {
        transform: scale(1.03);
    }

.hover-up {
    transition: all .167s ease-out;
    transform: translate(0,0);
}

    .hover-up:hover, .hover-up-trigger:hover .hover-up {
        transform: translate(0,-.132rem);
    }

.hover-shadow {
    transition: all .167s ease-out;
    box-shadow: 0 0 0 transparent;
}

    .hover-shadow:hover, .hover-shadow-trigger:hover .hover-shadow {
        box-shadow: 0 .667rem 1rem rgba(26,26,26,.15);
    }

.mb-n {
    margin-bottom: 0 !important;
}

.mb-a {
    margin-bottom: auto !important;
}

.mb-xxs {
    margin-bottom: .132rem;
}

.mb-xs {
    margin-bottom: .296rem;
}

.mb-sm {
    margin-bottom: .667rem;
}

.mb-md {
    margin-bottom: 1rem;
}

.mb-lg {
    margin-bottom: 1.5rem;
}

.mb-xl {
    margin-bottom: 3.375rem;
}

.mb-xxl {
    margin-bottom: 7.594rem;
}

@media(max-width:429px) {
    .mb-xxs-xs {
        margin-bottom: .132rem;
    }
}

@media(max-width:429px) {
    .mb-xs-xs {
        margin-bottom: .296rem;
    }
}

@media(max-width:429px) {
    .mb-sm-xs {
        margin-bottom: .667rem;
    }
}

@media(max-width:429px) {
    .mb-md-xs {
        margin-bottom: 1rem;
    }

    .mb-n-xs {
        margin-bottom: 0;
    }
}

@media(max-width:429px) {
    .mb-lg-xs {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:429px) {
    .mb-xl-xs {
        margin-bottom: 3.375rem;
    }
}

@media(max-width:429px) {
    .mb-xxl-xs {
        margin-bottom: 7.594rem;
    }
}

@media(max-width:635px) {
    .mb-xxs-sm {
        margin-bottom: .132rem;
    }
}

@media(max-width:635px) {
    .mb-xs-sm {
        margin-bottom: .296rem;
    }
}

@media(max-width:635px) {
    .mb-sm-sm {
        margin-bottom: .667rem;
    }
}

@media(max-width:635px) {
    .mb-md-sm {
        margin-bottom: 1rem;
    }

    .mb-n-sm {
        margin-bottom: 0;
    }
}

@media(max-width:635px) {
    .mb-lg-sm {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:635px) {
    .mb-xl-sm {
        margin-bottom: 3.375rem;
    }
}

@media(max-width:635px) {
    .mb-xxl-sm {
        margin-bottom: 7.594rem;
    }
}

@media(max-width:767px) {
    .mb-xxs-md {
        margin-bottom: .132rem;
    }
}

@media(max-width:767px) {
    .mb-xs-md {
        margin-bottom: .296rem;
    }
}

@media(max-width:767px) {
    .mb-sm-md {
        margin-bottom: .667rem;
    }
}

@media(max-width:767px) {
    .mb-md-md {
        margin-bottom: 1rem;
    }

    .mb-n-md {
        margin-bottom: 0;
    }
}

@media(max-width:767px) {
    .mb-lg-md {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:767px) {
    .mb-xl-md {
        margin-bottom: 3.375rem;
    }
}

@media(max-width:767px) {
    .mb-xxl-md {
        margin-bottom: 7.594rem;
    }
}

@media(max-width:1047px) {
    .mb-xxs-lg {
        margin-bottom: .132rem;
    }
}

@media(max-width:1047px) {
    .mb-xs-lg {
        margin-bottom: .296rem;
    }
}

@media(max-width:1047px) {
    .mb-sm-lg {
        margin-bottom: .667rem;
    }
}

@media(max-width:1047px) {
    .mb-md-lg {
        margin-bottom: 1rem;
    }

    .mb-n-lg {
        margin-bottom: 0;
    }
}

@media(max-width:1047px) {
    .mb-lg-lg {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:1047px) {
    .mb-xl-lg {
        margin-bottom: 3.375rem;
    }
}

@media(max-width:1047px) {
    .mb-xxl-lg {
        margin-bottom: 7.594rem;
    }
}

@media(max-width:1399px) {
    .mb-xxs-xl {
        margin-bottom: .132rem;
    }
}

@media(max-width:1399px) {
    .mb-xs-xl {
        margin-bottom: .296rem;
    }
}

@media(max-width:1399px) {
    .mb-sm-xl {
        margin-bottom: .667rem;
    }
}

@media(max-width:1399px) {
    .mb-md-xl {
        margin-bottom: 1rem;
    }

    .mb-n-xl {
        margin-bottom: 0;
    }
}

@media(max-width:1399px) {
    .mb-lg-xl {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:1399px) {
    .mb-xl-xl {
        margin-bottom: 3.375rem;
    }
}

@media(max-width:1399px) {
    .mb-xxl-xl {
        margin-bottom: 7.594rem;
    }
}

@media(max-width:1619px) {
    .mb-xxs-xxl {
        margin-bottom: .132rem;
    }
}

@media(max-width:1619px) {
    .mb-xs-xxl {
        margin-bottom: .296rem;
    }
}

@media(max-width:1619px) {
    .mb-sm-xxl {
        margin-bottom: .667rem;
    }
}

@media(max-width:1619px) {
    .mb-md-xxl {
        margin-bottom: 1rem;
    }

    .mb-n-xxl {
        margin-bottom: 0;
    }
}

@media(max-width:1619px) {
    .mb-lg-xxl {
        margin-bottom: 1.5rem;
    }
}

@media(max-width:1619px) {
    .mb-xl-xxl {
        margin-bottom: 3.375rem;
    }
}

@media(max-width:1619px) {
    .mb-xxl-xxl {
        margin-bottom: 7.594rem;
    }
}

.invisible {
    visibility: hidden !important;
}

.overflow-h {
    overflow: hidden;
}

.d-b {
    display: block;
}

.d-ib {
    display: inline-block;
}

.no-wrap {
    white-space: nowrap;
}

.no-click {
    pointer-events: none;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.image-wrapper {
    position: relative;
    display: inline-block;
    width: auto;
}

    .image-wrapper img, .image-wrapper picture {
        float: left;
        max-width: 100%;
    }

    .image-wrapper::after {
        content: ' ';
        display: table;
        clear: both;
    }

.va-m {
    vertical-align: middle;
}

.w-100 {
    width: 100%;
}

.ml-a, .mlr-a {
    margin-left: auto;
}

.mr-a, .mlr-a {
    margin-right: auto;
}

.ml-sm {
    margin-left: .667rem;
}

.mt-n {
    margin-top: 0 !important;
}

.mt-a {
    margin-top: auto !important;
}

.mt-xxs {
    margin-top: .132rem;
}

.mt-xs {
    margin-top: .296rem;
}

.mt-sm {
    margin-top: .667rem;
}

.mt-md {
    margin-top: 1rem;
}

.mt-lg {
    margin-top: 1.5rem;
}

.mt-xl {
    margin-top: 3.375rem;
}

.mt-xxl {
    margin-top: 7.594rem;
}

@media(max-width:429px) {
    .mt-xxs-xs {
        margin-top: .132rem;
    }
}

@media(max-width:429px) {
    .mt-xs-xs {
        margin-top: .296rem;
    }
}

@media(max-width:429px) {
    .mt-sm-xs {
        margin-top: .667rem;
    }
}

@media(max-width:429px) {
    .mt-md-xs {
        margin-top: 1rem;
    }

    .mt-n-xs {
        margin-top: 0;
    }
}

@media(max-width:429px) {
    .mt-lg-xs {
        margin-top: 1.5rem;
    }
}

@media(max-width:429px) {
    .mt-xl-xs {
        margin-top: 3.375rem;
    }
}

@media(max-width:429px) {
    .mt-xxl-xs {
        margin-top: 7.594rem;
    }
}

@media(max-width:635px) {
    .mt-xxs-sm {
        margin-top: .132rem;
    }
}

@media(max-width:635px) {
    .mt-xs-sm {
        margin-top: .296rem;
    }
}

@media(max-width:635px) {
    .mt-sm-sm {
        margin-top: .667rem;
    }
}

@media(max-width:635px) {
    .mt-md-sm {
        margin-top: 1rem;
    }

    .mt-n-sm {
        margin-top: 0;
    }
}

@media(max-width:635px) {
    .mt-lg-sm {
        margin-top: 1.5rem;
    }
}

@media(max-width:635px) {
    .mt-xl-sm {
        margin-top: 3.375rem;
    }
}

@media(max-width:635px) {
    .mt-xxl-sm {
        margin-top: 7.594rem;
    }
}

@media(max-width:767px) {
    .mt-xxs-md {
        margin-top: .132rem;
    }
}

@media(max-width:767px) {
    .mt-xs-md {
        margin-top: .296rem;
    }
}

@media(max-width:767px) {
    .mt-sm-md {
        margin-top: .667rem;
    }
}

@media(max-width:767px) {
    .mt-md-md {
        margin-top: 1rem;
    }

    .mt-n-md {
        margin-top: 0;
    }
}

@media(max-width:767px) {
    .mt-lg-md {
        margin-top: 1.5rem;
    }
}

@media(max-width:767px) {
    .mt-xl-md {
        margin-top: 3.375rem;
    }
}

@media(max-width:767px) {
    .mt-xxl-md {
        margin-top: 7.594rem;
    }
}

@media(max-width:1047px) {
    .mt-xxs-lg {
        margin-top: .132rem;
    }
}

@media(max-width:1047px) {
    .mt-xs-lg {
        margin-top: .296rem;
    }
}

@media(max-width:1047px) {
    .mt-sm-lg {
        margin-top: .667rem;
    }
}

@media(max-width:1047px) {
    .mt-md-lg {
        margin-top: 1rem;
    }

    .mt-n-lg {
        margin-top: 0;
    }
}

@media(max-width:1047px) {
    .mt-lg-lg {
        margin-top: 1.5rem;
    }
}

@media(max-width:1047px) {
    .mt-xl-lg {
        margin-top: 3.375rem;
    }
}

@media(max-width:1047px) {
    .mt-xxl-lg {
        margin-top: 7.594rem;
    }
}

@media(max-width:1399px) {
    .mt-xxs-xl {
        margin-top: .132rem;
    }
}

@media(max-width:1399px) {
    .mt-xs-xl {
        margin-top: .296rem;
    }
}

@media(max-width:1399px) {
    .mt-sm-xl {
        margin-top: .667rem;
    }
}

@media(max-width:1399px) {
    .mt-md-xl {
        margin-top: 1rem;
    }

    .mt-n-xl {
        margin-top: 0;
    }
}

@media(max-width:1399px) {
    .mt-lg-xl {
        margin-top: 1.5rem;
    }
}

@media(max-width:1399px) {
    .mt-xl-xl {
        margin-top: 3.375rem;
    }
}

@media(max-width:1399px) {
    .mt-xxl-xl {
        margin-top: 7.594rem;
    }
}

@media(max-width:1619px) {
    .mt-xxs-xxl {
        margin-top: .132rem;
    }
}

@media(max-width:1619px) {
    .mt-xs-xxl {
        margin-top: .296rem;
    }
}

@media(max-width:1619px) {
    .mt-sm-xxl {
        margin-top: .667rem;
    }
}

@media(max-width:1619px) {
    .mt-md-xxl {
        margin-top: 1rem;
    }

    .mt-n-xxl {
        margin-top: 0;
    }
}

@media(max-width:1619px) {
    .mt-lg-xxl {
        margin-top: 1.5rem;
    }
}

@media(max-width:1619px) {
    .mt-xl-xxl {
        margin-top: 3.375rem;
    }
}

@media(max-width:1619px) {
    .mt-xxl-xxl {
        margin-top: 7.594rem;
    }
}

.ph-xxs {
    padding-left: .132rem;
    padding-right: .132rem;
}

.ph-xs {
    padding-left: .296rem;
    padding-right: .296rem;
}

.ph-sm {
    padding-left: .667rem;
    padding-right: .667rem;
}

.ph-md {
    padding-left: 1rem;
    padding-right: 1rem;
}

.ph-lg {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ph-xl {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
}

.ph-xxl {
    padding-left: 7.594rem;
    padding-right: 7.594rem;
}

.ph-gutter {
    padding-left: .5rem;
    padding-right: .5rem;
}

.ph-n {
    padding-left: 0;
    padding-right: 0;
}

.pos-r {
    position: relative;
    z-index: 2;
}

.pos-s {
    position: static;
}

.pos-a {
    position: absolute;
    z-index: 2;
}

.pos-top {
    top: 0;
}

.pos-right {
    right: 0;
}

.pos-bottom {
    bottom: 0;
}

.pos-left {
    left: 0;
}

.pv-xxs {
    padding-top: .132rem;
    padding-bottom: .132rem;
}

.pv-xs {
    padding-top: .296rem;
    padding-bottom: .296rem;
}

.pv-sm {
    padding-top: .667rem;
    padding-bottom: .667rem;
}

.pv-md {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pv-lg {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pv-xl {
    padding-top: 3.375rem;
    padding-bottom: 3.375rem;
}

.pv-xxl {
    padding-top: 7.594rem;
    padding-bottom: 7.594rem;
}

.pv-gutter {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.pv-n {
    padding-top: 0;
    padding-bottom: 0;
}

.txt-black {
    color: #000;
}

.txt-gray-darkest {
    color: #1a1a1a;
}

.txt-gray-darker {
    color: #333;
}

.txt-gray-dark {
    color: #4d4d4d;
}

.txt-gray {
    color: gray;
}

.txt-gray-light {
    color: #bfbfbf;
}

.txt-gray-lighter {
    color: #f0f0f0;
}

.txt-gray-lightest {
    color: #fafafa;
}

.txt-white {
    color: #fff;
}

.txt-primary {
    color: #46a6de;
}

.txt-primary-dark {
    color: #006d8f;
}

.txt-secondary {
    color: #353232;
}

.txt-secondary-light {
    color: #ced1d4;
}

.txt-accent-green {
    color: #1fda9a;
}

.txt-accent-red {
    color: #b61f2b;
}

.txt-accent-yellow {
    color: #e8b71a;
}

.txt-muted {
    color: #bfbfbf;
}

.txt-100 {
    font-weight: 100;
}

.txt-200 {
    font-weight: 200;
}

.txt-300 {
    font-weight: 300;
}

.txt-400 {
    font-weight: 400;
}

.txt-500 {
    font-weight: 500;
}

.txt-600 {
    font-weight: 600;
}

.txt-700 {
    font-weight: 700;
}

.txt-800 {
    font-weight: 800;
}

.txt-900 {
    font-weight: 900;
}

.txt-size-h1 {
    font-size: 5.063rem;
}

@media(max-width:1047px) {
    .txt-size-h1 {
        font-size: 3.998rem;
    }
}

@media(max-width:767px) {
    .txt-size-h1 {
        font-size: 3.157rem;
    }
}

@media(max-width:635px) {
    .txt-size-h1 {
        font-size: 2.441rem;
    }
}

.txt-size-h2 {
    font-size: 3.375rem;
}

@media(max-width:1047px) {
    .txt-size-h2 {
        font-size: 2.827rem;
    }
}

@media(max-width:767px) {
    .txt-size-h2 {
        font-size: 2.369rem;
    }
}

@media(max-width:635px) {
    .txt-size-h2 {
        font-size: 1.953rem;
    }
}

.txt-size-h3 {
    font-size: 2.25rem;
}

@media(max-width:1047px) {
    .txt-size-h3 {
        font-size: 1.999rem;
    }
}

@media(max-width:767px) {
    .txt-size-h3 {
        font-size: 1.777rem;
    }
}

@media(max-width:635px) {
    .txt-size-h3 {
        font-size: 1.563rem;
    }
}

.txt-size-h4 {
    font-size: 1.5rem;
}

@media(max-width:1047px) {
    .txt-size-h4 {
        font-size: 1.414rem;
    }
}

@media(max-width:767px) {
    .txt-size-h4 {
        font-size: 1.333rem;
    }
}

@media(max-width:635px) {
    .txt-size-h4 {
        font-size: 1.25rem;
    }
}

.txt-size-h5 {
    font-size: 1rem;
}

.txt-size-h6 {
    font-size: .667rem;
}

@media(max-width:1047px) {
    .txt-size-h6 {
        font-size: .707rem;
    }
}

@media(max-width:767px) {
    .txt-size-h6 {
        font-size: .75rem;
    }
}

@media(max-width:635px) {
    .txt-size-h6 {
        font-size: .8rem;
    }
}

.txt-spacing-n {
    letter-spacing: 0;
}

.txt-spacing-xs {
    letter-spacing: .0296em;
}

.txt-spacing-sm {
    letter-spacing: .0667em;
}

.txt-spacing-md {
    letter-spacing: .1em;
}

.txt-spacing-lg {
    letter-spacing: .15em;
}

.txt-spacing-xl {
    letter-spacing: .3375em;
}

.txt-height-n {
    line-height: 0;
}

.txt-height-xs {
    line-height: .296;
}

.txt-height-sm {
    line-height: .667;
}

.txt-height-md {
    line-height: 1;
}

.txt-height-lg {
    line-height: 1.5;
}

.txt-height-xl {
    line-height: 3.375;
}

.txt-lead {
    font-size: 1.5rem;
    font-family: ratiomodern,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-style: italic;
}

@media(max-width:1047px) {
    .txt-lead {
        font-size: 1.414rem;
    }
}

@media(max-width:767px) {
    .txt-lead {
        font-size: 1.333rem;
    }
}

@media(max-width:635px) {
    .txt-lead {
        font-size: 1.25rem;
    }
}

.txt-sub {
    font-size: .667rem;
    font-weight: 700;
    letter-spacing: .1em;
}

@media(max-width:1047px) {
    .txt-sub {
        font-size: .707rem;
    }
}

@media(max-width:767px) {
    .txt-sub {
        font-size: .75rem;
    }
}

@media(max-width:635px) {
    .txt-sub {
        font-size: .8rem;
    }
}

.txt-serif {
    font-family: ratiomodern,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    text-transform: none;
    font-weight: 400;
    font-style: italic;
}

.txt-sans-serif {
    font-family: azo-sans-web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.txt-display {
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    text-transform: uppercase;
    font-weight: 500;
}

.txt-uc {
    text-transform: uppercase;
}

.txt-lc {
    text-transform: lowercase;
}

.txt-i {
    font-style: italic;
}

.txt-left {
    text-align: left;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-justify {
    text-align: justify;
}

@media(max-width:635px) {
    .txt-justify {
        text-align: center;
    }
}

.txt-group {
    white-space: nowrap;
}

.txt-sm {
    font-size: .667em;
}

.txt-lg {
    font-size: 1.5em;
}

@media(max-width:635px) {
    .txt-left-sm {
        text-align: left;
    }

    .txt-right-sm {
        text-align: right;
    }

    .txt-center-sm {
        text-align: center;
    }
}

@media(max-width:767px) {
    .txt-left-md {
        text-align: left;
    }

    .txt-right-md {
        text-align: right;
    }

    .txt-center-md {
        text-align: center;
    }
}

@media(max-width:1047px) {
    .txt-left-lg {
        text-align: left;
    }

    .txt-right-lg {
        text-align: right;
    }

    .txt-center-lg {
        text-align: center;
    }
}

.txt-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.txt-balance {
    text-align: center;
}

    .txt-balance:first-of-type {
        text-align: left;
    }

    .txt-balance:last-of-type {
        text-align: right;
    }

    .txt-balance:first-of-type:last-of-type {
        text-align: center;
    }

.txt-balance-xs {
    text-align: center;
}

@media(min-width:430px) {
    .txt-balance-xs:first-of-type {
        text-align: left;
    }

    .txt-balance-xs:last-of-type {
        text-align: right;
    }

    .txt-balance-xs:first-of-type:last-of-type {
        text-align: center;
    }
}

.txt-balance-sm {
    text-align: center;
}

@media(min-width:636px) {
    .txt-balance-sm:first-of-type {
        text-align: left;
    }

    .txt-balance-sm:last-of-type {
        text-align: right;
    }

    .txt-balance-sm:first-of-type:last-of-type {
        text-align: center;
    }
}

.txt-balance-md {
    text-align: center;
}

@media(min-width:768px) {
    .txt-balance-md:first-of-type {
        text-align: left;
    }

    .txt-balance-md:last-of-type {
        text-align: right;
    }

    .txt-balance-md:first-of-type:last-of-type {
        text-align: center;
    }
}

.txt-balance-lg {
    text-align: center;
}

@media(min-width:1048px) {
    .txt-balance-lg:first-of-type {
        text-align: left;
    }

    .txt-balance-lg:last-of-type {
        text-align: right;
    }

    .txt-balance-lg:first-of-type:last-of-type {
        text-align: center;
    }
}

.txt-balance-xl {
    text-align: center;
}

@media(min-width:1400px) {
    .txt-balance-xl:first-of-type {
        text-align: left;
    }

    .txt-balance-xl:last-of-type {
        text-align: right;
    }

    .txt-balance-xl:first-of-type:last-of-type {
        text-align: center;
    }
}

.txt-balance-xxl {
    text-align: center;
}

@media(min-width:1620px) {
    .txt-balance-xxl:first-of-type {
        text-align: left;
    }

    .txt-balance-xxl:last-of-type {
        text-align: right;
    }

    .txt-balance-xxl:first-of-type:last-of-type {
        text-align: center;
    }
}

.txt-dash {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .txt-dash::before, .txt-dash::after {
        content: ' ';
        display: block;
        height: 1em;
        padding-top: calc(.5em - 1px);
        padding-bottom: calc(.5em - 1px);
        background-color: #ced1d4;
        background-clip: content-box;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .txt-dash::before {
        margin-right: 1em;
        border-right: 2px solid #ced1d4;
    }

    .txt-dash::after {
        margin-left: 1em;
        border-left: 2px solid #ced1d4;
    }

.txt-dash-secondary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .txt-dash-secondary::before, .txt-dash-secondary::after {
        content: ' ';
        display: block;
        height: 1em;
        padding-top: calc(.5em - 1px);
        padding-bottom: calc(.5em - 1px);
        background-color: #353232;
        background-clip: content-box;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .txt-dash-secondary::before {
        margin-right: 1em;
        border-right: 2px solid #353232;
    }

    .txt-dash-secondary::after {
        margin-left: 1em;
        border-left: 2px solid #353232;
    }

[id^="no-"]:target {
    display: none;
}

.page-body img {
    max-width: 100%;
    height: auto !important;
}

ul.eventdetails li::before {
    background: none;
}

ul.eventdetails li.list-item {
    padding: 0;
    margin: 0;
}

.searchbarstandard .btn-primary {
    margin-left: 20px;
}

ul.pagination li::before {
    background: none;
    content: none !important;
}

ul.pagination li {
    padding: 0;
    margin: 0;
}

#resultsArea {
}

.TotalResultsFound {
    text-align: center;
    margin: 20px 0;
}

.norelatedpages {
    display: none;
}

.newsListing ul.pagination {
    display: none;
}

.panel-group {
    margin-top: 25px;
}

.Error404, .Error500 {
    text-align: center;
    padding: 100px 50px;
}

.page-content ul li::before {
    position: relative !important;
    top: 5px !important;
    left: -12px !important;
    margin-left: -12px;
}

.TopicsIndexList li {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: .15rem !important;
}

.ChurchAdminEssentialsLyris {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

    .ChurchAdminEssentialsLyris .form-control {
        background: #f9f9f9;
        width: 100%;
        border: 1px solid #f9f9f9;
        border-bottom: 2px solid #fff;
    }

    .ChurchAdminEssentialsLyris .error {
        color: red;
        font-size: 13px;
        text-transform: uppercase;
    }

.PentecostSundayLyris {
    display: block;
    background: #dbedf9;
    padding-bottom: 20px;
    text-align: center;
}

    .PentecostSundayLyris h3 {
        padding-top: 20px;
    }

    .PentecostSundayLyris .form-control {
        background: #fff;
        width: 300px;
        border: 2px solid #ced1d4;
        margin-top: 20px;
    }

    .PentecostSundayLyris .btnplacement {
        margin: 20px 0;
        text-align: center;
    }

    .PentecostSundayLyris .error {
        color: red;
        font-size: 13px;
        text-transform: uppercase;
    }

form.PentecostSundayLyris {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.financialcontrolsassessmentform ul {
    list-style: none !important;
    padding: 0;
}

    .financialcontrolsassessmentform ul li::before {
        display: none;
    }

#CAMForm_b859ca91-428e-4441-85f6-9a7044d694a9 ul.financialcontrolsassessmentform li::before {
    background-color: #fff !important;
}

.StatisicsLibrary .mod, .StatisicsLibrary .modby {
    display: none;
}

.StatisicsLibrary .breadcrumb li:before {
    content: none;
}

.StatisicsLibrary .breadcrumb li {
    font-size: 1.8em;
    padding-left: 0;
}

.StatisicsLibrary .fileinfo {
    text-transform: uppercase;
}

.GenTreasurerChurchAdminEssentials {
    margin-top: 30px;
}

    .GenTreasurerChurchAdminEssentials .mod, .GenTreasurerChurchAdminEssentials .modby {
        display: none;
    }

    .GenTreasurerChurchAdminEssentials .breadcrumb li:before {
        content: none;
    }

    .GenTreasurerChurchAdminEssentials .breadcrumb li {
        font-size: 1.8em;
        padding-left: 0;
    }

    .GenTreasurerChurchAdminEssentials .fileinfo {
        text-transform: uppercase;
    }

.gcblogroll .AG-Blogroll-Article .row {
    margin: 50px 0;
}

.gcblogroll .BlogContent {
    margin-top: 30px;
}

.gcblogroll .AG-Blogroll-Article-AuthorName, .AG-Blogroll-ArticleDate {
    text-transform: uppercase !important;
    font-weight: normal;
}

.gcblogroll .AG-Blogroll-Article-SocialLinks .twitter-bg, .AG-Blogroll-Article-SocialLinks .facebook-bg, .AG-Blogroll-Article-SocialLinks .linkedin-bg {
    margin-right: 1px;
    border-radius: 3px;
}

.gcblogroll .AG-Blogroll-Article-SocialLinks {
    float: right;
    margin-top: 5px;
}

.gcblogroll .AG-Blogroll-Article-SocialLinks {
    font-size: 14px !important;
}

.gcblogroll .AG-Blogroll-Article-Title a h1 {
    font-size: 42px;
    position: relative;
    top: -5px;
}

.gcblogroll .AG-Blogroll-Article .readmore {
    margin-top: 20px;
}

    .gcblogroll .AG-Blogroll-Article .readmore a:hover {
        color: #46a6de !important;
    }

#Loading-Button {
    text-align: center;
}

h2.blogtitle {
    font-size: 3rem;
    margin-top: 75px;
}

.discipleshipblogroll .AG-Blogroll-Article {
    margin-bottom: 25px;
}

    .discipleshipblogroll .AG-Blogroll-Article .btn-primary a {
        color: #fff !important;
    }

        .discipleshipblogroll .AG-Blogroll-Article .btn-primary a:hover {
            color: #46a6de !important;
        }

.discipleshipblogroll .AG-Blogroll-Article-Title a h1 {
    font-size: 2.5rem;
    position: relative;
    top: -7px;
}

.discipleshipcarousel #carouselButtons {
    display: none;
}

.discipleshipcarousel .carousel-indicators {
    display: none;
}

.discipleshipcarousel {
    margin-bottom: 50px;
}

.FeaturedVideo {
    margin-bottom: 20px;
    margin-top: 20px;
}

.EventsSideBar h4 {
    background-color: #46a6de;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-family: rift-soft;
    font-size: 26px;
    line-height: 1;
    padding: 18px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

.EventsSideBar {
    background-color: #fff;
}

    .EventsSideBar .EventName, .EventsSideBar .EventTime {
        padding-left: 20px;
    }

    .EventsSideBar .EventsLink {
        padding-left: 20px;
        padding-bottom: 20px;
    }

.DiscipleshipTwitterSidebarBox h4 {
    background-color: #46a6de;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-family: rift-soft;
    font-size: 26px;
    line-height: 1;
    padding: 18px;
    text-transform: uppercase;
    width: 100%;
    margin-top: 20px;
}

.highereducationblogroll .AG-Blogroll-Article {
    margin-bottom: 25px;
}

    .highereducationblogroll .AG-Blogroll-Article .btn-primary a {
        color: #fff !important;
    }

        .highereducationblogroll .AG-Blogroll-Article .btn-primary a:hover {
            color: #46a6de !important;
        }

.highereducationblogroll .AG-Blogroll-Article-Title a h1 {
    font-size: 2.5rem;
    position: relative;
    top: -7px;
}

.hidedistrict {
    display: none;
}

.homepagemap img {
    width: 100%;
}

.gm-style-iw h4 {
    margin-bottom: -0 !important;
    font-size: 1.5em !important;
}

.gm-style-iw strong {
    font-size: 18px;
    text-transform: uppercase;
}

.gm-style-iw .list.list--inline-lg.list--divided {
    margin-left: 0;
    margin-right: 0;
}

.gm-style-iw ul li::before {
    content: none;
}

.gm-style-iw ul {
    position: relative;
    left: -18px;
}

@media only screen and (max-width:768px) {
    .gm-style-iw ul {
        position: relative;
        left: 0;
    }

    .gm-style-iw h4 {
        font-size: 1.2em !important;
    }

    .gm-style-iw strong {
        font-size: 14px;
    }

    .gm-style-iw ul li.list-item span.list-text {
        font-size: 1.3em;
    }
}

.HigherEdLogo {
    text-align: center;
    margin-top: 50px;
}

.Higher-ED-LocationsPanel {
    min-height: 400px;
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    padding: 0 !important;
}

    .Higher-ED-LocationsPanel .LocPanelTitle a {
        font-size: 26px;
        padding-right: 50px;
    }

    .Higher-ED-LocationsPanel .LocPanelHeader {
        padding: 10px;
    }

    .Higher-ED-LocationsPanel .LocPanelMarkerBtn {
        top: 4px;
    }

    .Higher-ED-LocationsPanel .LocPanel {
        margin-bottom: 1px;
    }

    .Higher-ED-LocationsPanel .panel-group {
        margin-top: 0;
    }

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eee;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #fafafa;
    border-color: #eee;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}

.RelatedPagesList a {
    transition: all .25s ease-out 0s;
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

    .RelatedPagesList a:hover {
        text-decoration: none;
        color: rgba(53,50,50,.5);
    }

.RelatedPagesList ul {
    list-style: none;
    padding: 0;
}

.RelatedPagesList li {
    list-style: none;
    padding: 0;
}

.RelatedPagesList .RollupListItem {
    color: #353232;
    display: block;
    flex: 1 1 auto;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.05;
    margin-bottom: .667rem;
}

.RelatedPagesListFakeIt {
    font-family: rift-soft,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
}

.SearchPanelBox {
    padding: 16px;
    padding-top: 20px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #333;
    background-color: #353232;
}

    .SearchPanelBox .btn {
        width: 100%;
        padding: 0;
        font-size: 1.1rem;
    }

    .SearchPanelBox .form-group {
        margin-bottom: 10px;
    }

    .SearchPanelBox .form-control {
        padding: 0 6px;
        font-size: .75rem;
    }

.EventsContent {
    padding-top: 20px;
}

.MonthHeader {
}

.MonthHeaderTXT {
    margin-bottom: 40px;
    font-size: 2.5rem;
    border-bottom: none;
    font-family: rift-soft,Helvetica Neue,Helvetica,Arial;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

    .MonthHeaderTXT:before, .MonthHeaderTXT:after {
        content: ' ';
        display: block;
        height: 1em;
        padding-top: calc(.5em - 1px);
        padding-bottom: calc(.5em - 1px);
        background-color: #ced1d4;
        background-clip: content-box;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .MonthHeaderTXT:before {
        margin-right: 1em;
        border-right: 2px solid #ced1d4;
    }

    .MonthHeaderTXT:after {
        margin-left: 1em;
        border-left: 2px solid #ced1d4;
    }

.SpecialNotice {
    position: relative;
    width: 100%;
    min-width: 150px;
    margin-bottom: 0;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    background-color: transparent;
}

    .SpecialNotice p {
        font-family: rift-soft,Helvetica,Arial,sans-serif;
        font-weight: 500;
        line-height: 1.05;
        text-transform: uppercase;
        letter-spacing: .03em;
        margin: 0 0 0 -.04em;
    }

.SpecialNoticeTXT {
    background-color: #46a6de;
    min-width: 40%;
    margin: 0;
    padding: .296rem 1rem;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-family: rift-soft,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 0 -.04em;
}

.EventPanel {
    background-color: #f0f0f0;
    font-family: azo-sans-web,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #333;
    max-width: 100%;
    padding: 1.5rem;
    display: block;
    margin-bottom: 20px;
    border-radius: 3px;
}

    .EventPanel p {
        font-family: rift-soft,Helvetica,Arial,sans-serif;
        font-weight: 500;
        line-height: 1.05;
        text-transform: uppercase;
        letter-spacing: .03em;
        margin: 0 0 0 -.04em;
        margin-bottom: 0 !important;
    }

.EventTXT {
    color: #353232;
    font-size: 2.25rem;
}

.DatePanel {
    background-color: #46a6de;
    text-align: center;
    padding: 10px 0;
    max-width: 160px;
    margin: auto;
    margin-bottom: 20px;
}

.date-month, .date-day {
    display: block;
    width: 100%;
    color: #4d4d4d;
    line-height: 1;
}

.date-month {
    padding-bottom: .132rem;
    margin-bottom: .132rem;
    font-family: rift-soft,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.date-day {
    font-family: rift-soft,Helvetica,Arial,sans-serif;
    font-size: 2.25rem;
    color: #fff;
    letter-spacing: 0;
}

.EventDecriptionPanel {
}

.FullDateTXT {
    color: gray;
    font-size: 1.5rem;
}

.EventsToggle {
    transition: all;
    text-align: center;
    padding-top: 20px;
}

.ToggleButton {
    position: relative;
    padding: 4px 10px;
    font-size: 1rem;
    text-align: center;
    border-radius: 50%;
    color: #46a6de;
    border: 2px solid #46a6de;
    background-color: #f0f0f0;
    display: inline-block;
}

    .ToggleButton:hover {
        background-color: #353232;
        border-color: #353232;
        transition: all;
    }

.DropPanel {
    background-color: #353232;
    padding: 1.5rem;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: -20px;
}

    .DropPanel p {
        color: #fff;
    }

.DropPanelInner {
}

.DescriptionTXT {
    text-align: center;
}

.DetailsLabel {
    font-family: rift-soft,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 0 -.04em;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0 !important;
}

.LocationPanel {
    text-align: right;
}

.LocationLabel {
    font-family: rift-soft,Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin: 0 0 0 -.04em;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 0 !important;
}

.EventsExtrasLinks p {
    padding-bottom: 20px;
}

.EventsExtrasLinks a {
    padding: 6px 20px;
    color: #fff;
    background-color: #46a6de;
    font-size: .75rem;
    margin-left: 10px;
    margin-right: 10px;
}

    .EventsExtrasLinks a:hover {
        background-color: #333;
        color: #46a6de;
    }

.EventsSlider {
    margin-bottom: 20px;
}

    .EventsSlider .item img {
        margin: auto;
    }

    .EventsSlider .carousel-indicators {
        display: none;
    }

    .EventsSlider .carousel-control {
        display: none;
    }

    .EventsSlider #carouselButtons {
        display: none;
    }

    .EventsSlider .carousel-caption {
        display: none !important;
    }

#embedFrame {
    padding-bottom: 20px;
}

.AGFooterLogo {
    max-width: 70px;
    height: auto;
    margin: auto;
}

.AGORGsidebar {
    padding: 16px;
    padding-top: 12px;
}

.FeaturedProducts {
}

.FeaturedProductsHeader {
    width: 100%;
    padding: 18px;
    color: #fff;
    background-color: #b61f2b;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
    font-family: rift-soft;
    font-size: 26px;
    line-height: 1;
}

.FeaturedProductsInner {
    background-color: #fff;
    padding: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.AGSocialLinks {
    margin-bottom: 20px;
}

.AGArticlesSidebar {
    margin-bottom: 20px;
}

.AGArticlesSidebarHeader {
    width: 100%;
    padding: 18px;
    color: #fff;
    background-color: #1fda9a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
    font-family: rift-soft;
    font-size: 26px;
    line-height: 1;
}

.AGArticlesSidebarInner {
    background-color: #fff;
    padding: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.AGORGsidebar .RollUp {
    margin-bottom: 20px;
}

.AGORGsidebar .RollUpHeader {
    width: 100%;
    padding: 18px;
    color: #fff;
    background-color: #46a6de;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
    font-family: rift-soft;
    font-size: 26px;
    line-height: 1;
}

.AGORGsidebar .RollUpContent {
    background-color: #fff;
    padding: 18px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

    .AGORGsidebar .RollUpContent ul {
        padding-left: 0;
    }

    .AGORGsidebar .RollUpContent li {
        list-style: none;
        text-transform: uppercase;
        font-family: rift-soft;
        font-size: 26px;
    }

    .AGORGsidebar .RollUpContent a {
        transition: all .25s ease-out 0s;
        color: #353232;
        font-weight: normal;
    }

        .AGORGsidebar .RollUpContent a:hover {
            color: #999;
        }

.AGORGsidebar .RollUpFooter {
}

.AGTaxonomyAdBay {
    margin-bottom: 20px;
}

.AGORGAltLayout {
    padding-top: 10.375rem;
}

.LocPanel {
    margin-bottom: 20px;
    position: relative;
}

.LocPanelHeader {
    width: 100%;
    padding: 18px;
    background-color: #46a6de;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.LocPanelTitle a {
    color: #fff;
    text-transform: uppercase;
    font-family: rift-soft;
    font-size: 32px;
    line-height: 1;
    font-weight: normal;
}

    .LocPanelTitle a:hover {
        transition: all .25s ease-out 0s;
        color: #000;
    }

.LocPanelMarkerBtn {
    border-radius: 50%;
    font-size: 1rem;
    position: absolute;
    text-align: center;
    border: solid 3px #fff;
    right: 10px;
    top: 10px;
}

    .LocPanelMarkerBtn:hover {
        transition: all .25s ease-out 0s;
        background-color: #fff;
    }

    .LocPanelMarkerBtn a {
        color: #fff;
        padding: 8px;
        line-height: 2rem;
    }

        .LocPanelMarkerBtn a:hover {
            transition: all .25s ease-out 0s;
            color: #000;
        }

.LocDetails {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f0f0f0;
}

.LocDetailsContent {
    padding: 10px 20px;
    font-family: rift-soft;
    font-size: 24px;
}

    .LocDetailsContent ul li:before {
        display: none !important;
        content: none;
    }

    .LocDetailsContent ul {
        padding: 0;
    }

.LocInfo li {
    display: inline-block;
    padding-left: 0 !important;
    font-size: 18px;
}

.LocInfoUrl {
    padding-right: 20px;
    border-right: solid 2px #bfbfbf;
}

.LocInfoEmail {
    padding-left: 10px;
    padding-right: 20px;
    border-right: solid 2px #bfbfbf;
}

.LocInfoPhone {
    padding-left: 10px;
}

.AGContactForm {
    background-color: #1fda9a;
    padding: 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.AGContactFormInner {
}

.AGContactFormContent {
    text-align: center;
    color: #fff;
}

    .AGContactFormContent span {
        display: block;
        width: 100%;
    }

.AGCFTitle {
    font-size: 2.25rem;
    font-family: rift-soft;
    text-transform: uppercase;
}

.AGCFDesc {
    padding-bottom: 20px;
}

.AGContactFormFields {
    width: 80%;
    max-width: 600px;
    margin: auto;
}

@media only screen and (max-width:1200px) {
}

@media only screen and (max-width:992px) {
    .LeadershipTable p {
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) {
    .SpecialNoticeTXT {
        position: absolute;
        top: 0;
        left: 0;
        border-bottom-right-radius: 3px;
        transform: translate(0,-50%);
        z-index: 10;
    }
}

@media only screen and (max-width:768px) {
    .EventDecriptionPanel {
        text-align: center;
    }

    .MonthHeaderTXT {
        font-size: 1.75rem;
    }

    .InfoPanel {
        text-align: center;
    }

    .LocationPanel {
        text-align: center;
    }

    .HubFeatureImage {
        display: none;
    }

    .HubWidthOveride {
        width: 100% !important;
    }

    .LocPanelTitle a {
        font-size: 20px;
    }

    .LocDetailsContent {
        font-size: 16px;
    }

    .LocInfo li {
        font-size: 14px;
    }
}

@media only screen and (max-width:480px) {
    .LeadershipTable p {
        font-size: 14px;
    }
}

@media only screen and (max-width:320px) {
    .StatisicsLibrary .fileinfo {
        font-size: 12px;
    }
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
}

.datepicker-inline {
    width: 220px;
}

.datepicker.datepicker-rtl {
    direction: rtl;
}

    .datepicker.datepicker-rtl table tr td span {
        float: right;
    }

.datepicker-dropdown {
    top: 0;
    left: 0;
}

    .datepicker-dropdown:before {
        content: '';
        display: inline-block;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #999;
        border-top: 0;
        border-bottom-color: rgba(0,0,0,.2);
        position: absolute;
    }

    .datepicker-dropdown:after {
        content: '';
        display: inline-block;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-top: 0;
        position: absolute;
    }

    .datepicker-dropdown.datepicker-orient-left:before {
        left: 6px;
    }

    .datepicker-dropdown.datepicker-orient-left:after {
        left: 7px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 6px;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:before {
        top: -7px;
    }

    .datepicker-dropdown.datepicker-orient-bottom:after {
        top: -6px;
    }

    .datepicker-dropdown.datepicker-orient-top:before {
        bottom: -7px;
        border-bottom: 0;
        border-top: 7px solid #999;
    }

    .datepicker-dropdown.datepicker-orient-top:after {
        bottom: -6px;
        border-bottom: 0;
        border-top: 6px solid #fff;
    }

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent;
}

.datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
    background: #eee;
    cursor: pointer;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #999;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none;
    color: #999;
    cursor: default;
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0;
}

.datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -ms-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: -o-linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-image: linear-gradient(to bottom,#fdd49a,#fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
}

    .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled] {
        background-color: #fdf59a;
    }

        .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active {
            background-color: #fbf069; \9
        }

        .datepicker table tr td.today:hover:hover {
            color: #000;
        }

        .datepicker table tr td.today.active:hover {
            color: #fff;
        }

.datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover {
        background-color: #f3d17a;
        background-image: -moz-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: -ms-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));
        background-image: -webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: -o-linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-image: linear-gradient(to bottom,#f3c17a,#f3e97a);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a',endColorstr='#f3e97a',GradientType=0);
        border-color: #f3e97a #f3e97a #edde34;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled] {
            background-color: #f3e97a;
        }

            .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active {
                background-color: #efe24b; \9
            }

.datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom,#b3b3b3,gray);
    background-image: -ms-linear-gradient(to bottom,#b3b3b3,gray);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(gray));
    background-image: -webkit-linear-gradient(to bottom,#b3b3b3,gray);
    background-image: -o-linear-gradient(to bottom,#b3b3b3,gray);
    background-image: linear-gradient(to bottom,#b3b3b3,gray);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3',endColorstr='#808080',GradientType=0);
    border-color: gray gray #595959;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

    .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled] {
        background-color: gray;
    }

        .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active {
            background-color: #666; \9
        }

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c',endColorstr='#0044cc',GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

    .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
        background-color: #04c;
    }

        .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active {
            background-color: #039; \9
        }

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .datepicker table tr td span:hover, .datepicker table tr td span.focused {
        background: #eee;
    }

    .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
        background: none;
        color: #999;
        cursor: default;
    }

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #006dcc;
        background-image: -moz-linear-gradient(to bottom,#08c,#04c);
        background-image: -ms-linear-gradient(to bottom,#08c,#04c);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
        background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
        background-image: -o-linear-gradient(to bottom,#08c,#04c);
        background-image: linear-gradient(to bottom,#08c,#04c);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c',endColorstr='#0044cc',GradientType=0);
        border-color: #04c #04c #002a80;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

        .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
            background-color: #04c;
        }

            .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active {
                background-color: #039; \9
            }

    .datepicker table tr td span.old, .datepicker table tr td span.new {
        color: #999;
    }

.datepicker .datepicker-switch {
    width: 145px;
}

.datepicker .datepicker-switch, .datepicker .prev, .datepicker .next, .datepicker tfoot tr th {
    cursor: pointer;
}

    .datepicker .datepicker-switch:hover, .datepicker .prev:hover, .datepicker .next:hover, .datepicker tfoot tr th:hover {
        background: #eee;
    }

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle;
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer;
}

    .input-append.date .add-on i, .input-prepend.date .add-on i {
        margin-top: 3px;
    }

.input-daterange input {
    text-align: center;
}

    .input-daterange input:first-child {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .input-daterange input:last-child {
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 20px;
    padding: 4px 5px;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px;
}

.datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
}

    .datepicker.dropdown-menu th, .datepicker.datepicker-inline th, .datepicker.dropdown-menu td, .datepicker.datepicker-inline td {
        padding: 4px 5px;
    }

/*ACMR specific classes
    For whatever reason all of these have needed the !important attribute for them to work.
    More of the CSS flummery I suppose.
*/
.questions-table {
    font-size: 14px;
    margin-bottom: 5px;
}

.questions-div {
    font-size: 14px;
    line-height: 1.4285;
}

.AcmrMenuItem {
    font-size: 1.0rem !important;
}

div.inline-flex {
    display: inline-flex;
}

ol.offering-list {
    padding-left: 0rem !important;
}

li.offering-list {
    padding-left: .75rem !important;
    margin-top: 0rem !important;
    margin-bottom: .25rem;
    min-height: inherit !important;
}

    li.offering-list::before {
        content: counter(list) ". ";
        width: 0rem !important;
        font-size: inherit !important;
        font-style: inherit !important;
        font-family: inherit !important;
        color: inherit !important;
        background-color: inherit !important;
        vertical-align: middle !important;
    }

li.CheckList:before {
    background-color: transparent !important;
    content: '\25A2' !important;
    color: black !important;
}

li.remaining-steps:before {
    background-color: transparent !important;
    /*content: '\25A2' !important;*/
    /*color: black !important;*/
}

@media only screen and (max-width:640px) {
    .remaining-steps {
        padding-left: 0px !important;
    }
}

p.sec-letter {
    margin-bottom: 0 !important;
}

ul.sec-letter {
    padding-left: 1.2rem !important;
}

li.sec-letter {
    list-style: upper-alpha;
    padding-left: .15rem !important;
}

    li.sec-letter:before {
        background-color: transparent !important;
        /*content: '\25A2' !important;*/
        color: black !important;
    }

/* This causes all elements inside a td to be vertically aligned without the use of a div, etc. */
td.vmiddle > * {
    vertical-align: middle;
}

td.SuggestedOffering {
    width: 175px;
    text-align: center;
}

td.snug {
    width: 2px;
    white-space: nowrap;
}

td.question-number-subpart {
    width: 15px;
}

td.question-number {
    width: 26px;
}

td.response-column-width {
    width: 30%;
}

td.response-column-width2 {
    width: 20%;
}

/* There's probably a better way to do this, but I don't know what that would be. */
div.bottom-border, td.bottom-border {
    border-bottom: 1px solid #ddd !important;
}

div.question-number {
    padding: 0px !important;
}

td.contribution-type {
    width: 40px;
    border-bottom: 1px solid black !important;
}

.Acmrform-control {
    background-color: #fff;
    border-color: #c7c7c7;
    margin: 3px;
    width: 300px;
    display: inline-block;
}

.questions-border-top {
    border-top: 1px solid #ddd;
}

.questions-form-control {
    height: inherit;
    line-height: inherit;
    width: auto;
    font-size: 14px;
    padding: 0 0 0 2px !important;
}

.questions-form-control-fullwidth {
    height: inherit;
    line-height: inherit;
    width: 100%;
    font-size: 14px;
    padding: 0 0 0 2px !important;
}

.questions-pl-1 {
    padding-left: 2rem;
}

.questions-button {
    padding-top: 20px;
}

@media only screen and (max-width: 820px) {
    .questions-pl-1 {
        padding-left: 1rem;
    }
}

select.questions-form-control {
    height: inherit;
}

input[type="radio"].questions-form-control {
    vertical-align: inherit;
}

.questions-new {
    border-top: 1px solid #ddd;
}

table.cellspacing-0 {
    border-spacing: 0px 0px;
    border-collapse: separate;
}

table.cellspacing-6 {
    border-spacing: 6px 0px;
    border-collapse: separate;
}

table.border-top {
    border-top: 1px solid #ddd;
}

.shortWidth {
    width: 100px;
}

/*.color-question-answered {
    background-color: #0099FF;
}

.color-question-not-answered {
    background-color: #00FF00;
}

.color-current-question {
    background-color: #FFFF00;
}*/

.color-last-year {
    background-color: #99FFFF;
}

.category-header {
    padding: 8px;
    text-align: center;
    font-weight: bold;
    font-size: larger;
    border-top: 1px solid #ddd;
    background-color: #FFFF00;
}

.radiobutton-yes {
    background-color: #FFFFCC !important;
}

.radiobutton-no {
    background-color: #CCFFCC !important;
}

.popup-instruction-header {
    text-align: center;
    font-size: large;
    font-weight: bold;
}

.popup-instruction-detail {
    margin-top: 1rem;
}

.popup-instruction-link {
    cursor: pointer;
}

/* Displays (*) after the element containing the class. */
.required::after {
    content: " *";
    font-weight: bold;
    color: crimson;
}

/* Checkbox classes */
.regular-checkbox {
    display: none;
}

    .regular-checkbox + input[type="hidden"] + label {
        background-color: #fff;
        border: 3px solid #c7c7c7;
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
        margin: 3px 3px -3px 3px;
        padding: 9px;
        /*border-radius: 3px;*/
        display: inline-block;
        position: relative;
    }

        .regular-checkbox + input[type="hidden"] + label:active, .regular-checkbox + input[type="hidden"] + label:checked:active {
            /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);*/
        }

    .regular-checkbox:checked + input[type="hidden"] + label {
        /*background-color: #e9ecee;*/
        /*border: 3px solid #c7c7c7;*/
        /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);*/
        /*color: #99a1a7;*/
    }

        .regular-checkbox:checked + input[type="hidden"] + label:after {
            content: '\2713';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            /*color: #c7c7c7;*/
        }

.big-checkbox + input[type="hidden"] + label {
    padding: 14px;
}

.big-checkbox:checked + input[type="hidden"] + label:after {
    font-size: 20px;
    left: 6px;
}

/* End checkbox classes */

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #E43900;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 3px solid #E43900;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #E43900;
}

.validation-summary-valid {
    display: none;
}

.validation-div {
    padding-right: .5rem;
}
/* End Styles for validation helpers */

/* Question Nav Menu */
/* These must match the QuestionNavMenuModel.QuestionNavItemClasses enum values. */
td.Answered {
    background-color: #0099FF;
    text-align: center;
}

td.NotAnswered {
    background-color: #32F032;
    text-align: center;
}

td.CurrentQuestions {
    background-color: #FFFF00;
    text-align: center;
}

td.vertical-align-top {
    vertical-align: top;
}

a.nav-question-number {
    color: #FFFAFA;
}

    a.nav-question-number:hover {
        color: rgba(53,50,50,.5);
    }

table.table-nav-menu {
    margin-bottom: 10px;
}

.nav-menu-message {
    display: inline-block;
    border: solid 1px;
    padding: 5px;
}
/* End Question Nav Menu */

.pl-a {
    padding-left: 0px;
}

.report-period-list-li {
    padding-left: 0 !important;
}
.AGBarWrapper {
	background-color: #000;
	color: #fff;
	width: 100%;
	padding: 6px;
	font-family: 'Oswald', sans-serif;
	position: relative;
	display: block;
	z-index: 1000;
}

	.AGBarWrapper a {
		color: #ccc;
		font-weight: 300;
		text-transform: uppercase;
		font-size: 14px;
		font-family: 'Oswald', sans-serif;
	}

		.AGBarWrapper a:hover {
			text-decoration: none;
			color: #fff;
		}

.AGBarMenuLogo {
	height: 16px;
	width: auto;
	padding-right: 6px;
	margin-top: -4px;
	display: inline;
}

.AGBarWrapperTitle {
	width: 30%;
	float: left;
}

	.AGBarWrapperTitle a {
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Oswald', sans-serif;
	}

		.AGBarWrapperTitle a:hover {
			color: #ccc;
		}

.AGBarMenu {
	width: 60%;
	float: right;
}

	.AGBarMenu ul {
		list-style: none;
		text-align: right;
	}

	.AGBarMenu li {
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
	}

@media (max-width: 660px) {
	.AGBarWrapperTitle {
		display: none;
	}

	.AGBarMenu {
		width: 100%;
		float: none;
	}

		.AGBarMenu ul {
			list-style: none;
			text-align: center;
		}

		.AGBarMenu li {
			padding-left: 6px;
			padding-right: 6px;
		}
}

