/* !
 * Swing 2.8.2
 * Copyright 2016 World Vision
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/* !
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.form-control-wrapper, .text-area-wrapper {
    position: relative
}
.character-count {
    font-size: 11px;
    position: absolute;
    bottom: 6px;
    right: 11px;
    background-color: #ffffff;
    opacity: 0.8
}
/* ! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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 {
    font-size: 2em;
    margin: 0.67em 0
}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
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 {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type="checkbox"], input[type="radio"] {
    -webkit-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-appearance: textfield;
    -webkit-box-sizing: content-box;
            box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: bold
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td, th {
    padding: 0
}
/* ! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important
    }
    a, a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }
    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
    }
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
body {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.556;
    color: #333333;
    background-color: #ffffff
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #00acca;
    text-decoration: none
}
a:hover, a:focus {
    color: #006661;
    text-decoration: none
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 12px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.556;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 1px solid #cccccc
}
.sr-only, .price-array__wrapper--widget-open .array-open__input-group label, .price-array__input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role="button"] {
    cursor: pointer
}
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: 8px
}
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, 0.25);
            box-shadow: inset 0 -1px 0 rgba(0, 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: 11.5px;
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 1.556;
    word-break: break-all;
    word-wrap: break-word;
    color: #666666;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 8px
}
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
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: inherit;
    color: #666666;
    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;
    box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"] {
    display: block
}
input[type="range"] {
    display: block;
    width: 100%
}
select[multiple], select[size] {
    height: auto
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.556;
    color: #7d7d7d
}
.form-control {
    display: block;
    width: 100%;
    height: 53px;
    padding: 6px 16px;
    font-size: 16px;
    line-height: 1.556;
    color: #7d7d7d;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    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, -webkit-box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #00acca;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 172, 202, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 172, 202, 0.6)
}
.form-control:focus {
    border-color: #00acca;
    border-width: 2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0
}
.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 {
    border: 0;
    background-color: transparent
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #cccccc;
    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: 53px
    }
    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: 31px
    }
    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: 64px
    }
}
.form-group {
    margin-bottom: 15px
}
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.radio label, .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px
}
.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}
input[type="radio"][disabled], input[type="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 {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 40px
}
.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm {
    height: 31px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 31px;
    line-height: 31px
}
textarea.input-sm, select[multiple].input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 31px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 31px;
    line-height: 31px
}
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 31px;
    min-height: 38px;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.5
}
.input-lg {
    height: 64px;
    padding: 15px 24px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 12px
}
select.input-lg {
    height: 64px;
    line-height: 64px
}
textarea.input-lg, select[multiple].input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 64px;
    padding: 15px 24px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 12px
}
.form-group-lg select.form-control {
    height: 64px;
    line-height: 64px
}
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 64px;
    min-height: 48px;
    padding: 16px 24px;
    font-size: 24px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 66.25px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 53px;
    height: 53px;
    line-height: 53px;
    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: 64px;
    height: 64px;
    line-height: 64px
}
.input-sm + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}
.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: #46bb95
}
.has-success .form-control {
    border-color: #46bb95;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #379778;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91d6c0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #91d6c0
}
.has-success .input-group-addon {
    color: #46bb95;
    border-color: #46bb95;
    background-color: #e3f5ef
}
.has-success .form-control-feedback {
    color: #46bb95
}
.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: #46bb95
}
.has-success .message {
    color: #46bb95
}
.has-success .form-control {
    border-color: #46bb95;
    border-width: 2px
}
.has-success .form-control:focus {
    border-color: #46bb95;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0
}
.has-success .input-group-addon {
    color: #46bb95;
    border-color: #46bb95;
    background-color: #e3f5ef
}
.has-success.has-icon .fa {
    color: #46bb95;
    display: inline-block;
    font-family: FontAwesome;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 11px;
    vertical-align: top;
    width: 24px;
    z-index: 4
}
.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: #fca12d
}
.has-warning .form-control {
    border-color: #fca12d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #f38a03;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fece91;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fece91
}
.has-warning .input-group-addon {
    color: #fca12d;
    border-color: #fca12d;
    background-color: #fff8e7
}
.has-warning .form-control-feedback {
    color: #fca12d
}
.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: #fca12d
}
.has-warning .message {
    color: #fca12d
}
.has-warning .form-control {
    border-color: #fca12d;
    border-width: 2px
}
.has-warning .form-control:focus {
    border-color: #fca12d;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0
}
.has-warning .input-group-addon {
    color: #fca12d;
    border-color: #fca12d;
    background-color: #fff8e7
}
.has-warning.has-icon .fa {
    color: #fca12d;
    display: inline-block;
    font-family: FontAwesome;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 11px;
    vertical-align: top;
    width: 24px;
    z-index: 4
}
.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: #e54f5e
}
.has-error .form-control {
    border-color: #e54f5e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #de2335;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2a8af;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f2a8af
}
.has-error .input-group-addon {
    color: #e54f5e;
    border-color: #e54f5e;
    background-color: #fbe5e7
}
.has-error .form-control-feedback {
    color: #e54f5e
}
.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: #e54f5e
}
.has-error .message {
    color: #e54f5e
}
.has-error .form-control {
    border-color: #e54f5e;
    border-width: 2px
}
.has-error .form-control:focus {
    border-color: #e54f5e;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0
}
.has-error .input-group-addon {
    color: #e54f5e;
    border-color: #e54f5e;
    background-color: #fbe5e7
}
.has-error.has-icon .fa {
    color: #e54f5e;
    display: inline-block;
    font-family: FontAwesome;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 11px;
    vertical-align: top;
    width: 24px;
    z-index: 4
}
.has-feedback label ~ .form-control-feedback {
    top: 29px
}
.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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 31px
}
.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 10px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 16px;
        font-size: 24px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 5px;
        font-size: 14px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 16px;
    font-size: 16px;
    line-height: 1.556;
    border-radius: 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333333;
    background-color: #999999;
    border-color: #999999
}
.btn-default:focus, .btn-default.focus {
    color: #333333;
    background-color: #808080;
    border-color: #595959
}
.btn-default:hover {
    color: #333333;
    background-color: #808080;
    border-color: #7a7a7a
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #808080;
    border-color: #7a7a7a
}
.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: #333333;
    background-color: #6e6e6e;
    border-color: #595959
}
.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: #999999;
    border-color: #999999
}
.btn-default .badge {
    color: #999999;
    background-color: #333333
}
.btn-primary {
    color: #ffffff;
    background-color: #ff6b00;
    border-color: #ff6b00
}
.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #803600
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #c25100
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #c25100
}
.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: #ffffff;
    background-color: #a84700;
    border-color: #803600
}
.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: #ff6b00;
    border-color: #ff6b00
}
.btn-primary .badge {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-success {
    color: #fff;
    background-color: #46bb95;
    border-color: #3ea987
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #379778;
    border-color: #1c4c3c
}
.btn-success:hover {
    color: #fff;
    background-color: #379778;
    border-color: #2e7d63
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #379778;
    border-color: #2e7d63
}
.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: #2e7d63;
    border-color: #1c4c3c
}
.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: #46bb95;
    border-color: #3ea987
}
.btn-success .badge {
    color: #46bb95;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #00acca;
    border-color: #0096b1
}
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #008197;
    border-color: #002a31
}
.btn-info:hover {
    color: #fff;
    background-color: #008197;
    border-color: #006273
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #008197;
    border-color: #006273
}
.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: #006273;
    border-color: #002a31
}
.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: #00acca;
    border-color: #0096b1
}
.btn-info .badge {
    color: #00acca;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #fdd25f;
    border-color: #fdcb46
}
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #fcc42d;
    border-color: #c18d02
}
.btn-warning:hover {
    color: #fff;
    background-color: #fcc42d;
    border-color: #fcba09
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #fcc42d;
    border-color: #fcba09
}
.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: #fcba09;
    border-color: #c18d02
}
.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: #fdd25f;
    border-color: #fdcb46
}
.btn-warning .badge {
    color: #fdd25f;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #e54f5e;
    border-color: #e2394a
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #de2335;
    border-color: #87141f
}
.btn-danger:hover {
    color: #fff;
    background-color: #de2335;
    border-color: #c11c2d
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #de2335;
    border-color: #c11c2d
}
.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: #c11c2d;
    border-color: #87141f
}
.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: #e54f5e;
    border-color: #e2394a
}
.btn-danger .badge {
    color: #e54f5e;
    background-color: #fff
}
.btn-link {
    color: #00acca;
    font-weight: normal;
    border-radius: 0
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent
}
.btn-link:hover, .btn-link:focus {
    color: #006661;
    text-decoration: none;
    background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #999999;
    text-decoration: none
}
.btn-lg, .btn-group-lg > .btn {
    padding: 15px 24px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 8px
}
.btn-sm, .btn-group-sm > .btn {
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px
}
.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 8px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block + .btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
       transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
       transition-timing-function: ease
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropup, .dropdown {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.556;
    color: #666666;
    white-space: nowrap
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #595959;
    background-color: #f5f5f5
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #ff6b00
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #999999
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}
.open > .dropdown-menu {
    display: block
}
.open > a {
    outline: 0
}
.dropdown-menu-right {
    left: auto;
    right: 0
}
.dropdown-menu-left {
    left: 0;
    right: auto
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.556;
    color: #999999;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group > .btn, .btn-group-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-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group > .btn-group {
    float: left
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    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-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px
}
.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-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    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-left: 0;
    padding-right: 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: 64px;
    padding: 15px 24px;
    font-size: 24px;
    line-height: 1.3333333;
    border-radius: 12px
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 64px;
    line-height: 64px
}
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: 31px;
    padding: 4px 12px;
    font-size: 14px;
    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: 31px;
    line-height: 31px
}
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 16px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #7d7d7d;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 8px
}
.input-group-addon.input-sm {
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 15px 24px;
    font-size: 24px;
    border-radius: 12px
}
.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .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-bottom-left-radius: 0;
    border-top-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 {
    margin-bottom: 0;
    padding-left: 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: #cccccc
}
.nav > li.disabled > a {
    color: #999999
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #cccccc;
    border-color: #00acca
}
.nav .nav-divider {
    height: 1px;
    margin: 11px 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.556;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0
}
.nav-tabs > li > a:hover {
    border-color: #cccccc #cccccc #ddd
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #7d7d7d;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified > li {
    float: none
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}
.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: 8px
}
.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: 8px 8px 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: #ffffff
    }
}
.nav-pills > li {
    float: left
}
.nav-pills > li > a {
    border-radius: 8px
}
.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: #ff6b00
}
.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 {
    text-align: center;
    margin-bottom: 5px
}
.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: 8px
}
.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: 8px 8px 0 0
    }
    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #ffffff
    }
}
.tab-content > .tab-pane {
    display: none
}
.tab-content > .active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.alert {
    padding: 15px;
    margin-bottom: 24px;
    border: 1px solid transparent;
    border-radius: 8px
}
.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 {
    background-color: #e3f5ef;
    border-color: #d1eee0;
    color: #46bb95
}
.alert-success hr {
    border-top-color: #bee7d3
}
.alert-success .alert-link {
    color: #379778
}
.alert-info {
    background-color: #d9f3f7;
    border-color: #bbf1f0;
    color: #00acca
}
.alert-info hr {
    border-top-color: #a6edeb
}
.alert-info .alert-link {
    color: #008197
}
.alert-warning {
    background-color: #fff8e7;
    border-color: #fee9ce;
    color: #fca12d
}
.alert-warning hr {
    border-top-color: #fedeb5
}
.alert-warning .alert-link {
    color: #f38a03
}
.alert-danger {
    background-color: #fbe5e7;
    border-color: #f8ced9;
    color: #e54f5e
}
.alert-danger hr {
    border-top-color: #f5b8c8
}
.alert-danger .alert-link {
    color: #de2335
}
.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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50)
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.556;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 16px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 11px 11px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover > .arrow {
    border-width: 11px
}
.popover > .arrow:after {
    border-width: 10px;
    content: ""
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}
.clearfix:before, .clearfix: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, .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
}
.clearfix:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .dl-horizontal dd:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-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
    }
}
#wp-alertbar {
    color: #ffffff;
    font-weight: 100;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    position: relative
}
#wp-alertbar .alertbar-title {
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 0
}
#wp-alertbar .alertbar-homepage .alertbar-title {
    margin-bottom: 24px
}
#wp-alertbar .alertbar-wv-orange {
    background-color: #ff6b00
}
#wp-alertbar .alertbar-wv-orange.alertbar-color-transparent {
    background-color: rgba(255, 107, 0, 0.7)
}
#wp-alertbar .alertbar-wv-blue {
    background-color: #00acca
}
#wp-alertbar .alertbar-wv-blue.alertbar-color-transparent {
    background-color: rgba(0, 172, 202, 0.6)
}
#wp-alertbar .alertbar-wv-teal {
    background-color: #006661
}
#wp-alertbar .alertbar-wv-teal.alertbar-color-transparent {
    background-color: rgba(0, 102, 97, 0.6)
}
#wp-alertbar .alertbar-wv-green {
    background-color: #46bb95
}
#wp-alertbar .alertbar-wv-green.alertbar-color-transparent {
    background-color: rgba(70, 187, 149, 0.6)
}
#wp-alertbar .alertbar-wv-purple {
    background-color: #9054a1
}
#wp-alertbar .alertbar-wv-purple.alertbar-color-transparent {
    background-color: rgba(144, 84, 161, 0.6)
}
#wp-alertbar .alertbar-wv-maroon {
    background-color: #842e14
}
#wp-alertbar .alertbar-wv-maroon.alertbar-color-transparent {
    background-color: rgba(132, 46, 20, 0.6)
}
#wp-alertbar .alertbar-wv-dark-grey {
    background-color: #666666
}
#wp-alertbar .alertbar-wv-dark-grey.alertbar-color-transparent {
    background-color: rgba(102, 102, 102, 0.7)
}
#wp-alertbar .alertbar-wv-charcoal {
    background-color: #333333
}
#wp-alertbar .alertbar-wv-charcoal.alertbar-color-transparent {
    background-color: rgba(51, 51, 51, 0.7)
}
#wp-alertbar .alertbar-wv-orange-gradient {
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(45deg, #f09819, #ff6b00);
    background-image: linear-gradient(45deg, #f09819, #ff6b00)
}
#wp-alertbar .alertbar-wv-orange-gradient.alertbar-color-transparent {
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(45deg, rgba(240, 152, 25, 0.8), rgba(255, 107, 0, 0.8));
    background-image: linear-gradient(45deg, rgba(240, 152, 25, 0.8), rgba(255, 107, 0, 0.8))
}
#wp-alertbar .alertbar-wv-blue-gradient {
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(45deg, #2ad2f2, #2281b6);
    background-image: linear-gradient(45deg, #2ad2f2, #2281b6)
}
#wp-alertbar .alertbar-wv-blue-gradient.alertbar-color-transparent {
    background-repeat: repeat-x;
    background-image: -o-linear-gradient(45deg, rgba(42, 210, 242, 0.8), rgba(34, 129, 182, 0.8));
    background-image: linear-gradient(45deg, rgba(42, 210, 242, 0.8), rgba(34, 129, 182, 0.8))
}
#wp-alertbar .alertbar-container {
    padding: 8px;
    padding-right: 32px
}
#wp-alertbar .alertbar-container.alertbar-homepage {
    padding-top: 40px;
    padding-bottom: 40px
}
#wp-alertbar .l-grid-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1170px;
    margin: auto
}
#wp-alertbar .alertbar-close {
    position: absolute;
    top: 8px;
    right: 8px
}
#wp-alertbar .alertbar-image {
    margin-right: 16px
}
#wp-alertbar .alertbar-image img {
    max-height: 100px
}
#wp-alertbar .alertbar-homepage .alertbar-image img {
    max-height: 150px
}
#wp-alertbar .alertbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1170px
}
#wp-alertbar .alertbar-homepage .alertbar-content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
#wp-alertbar .alertbar-title {
    margin-right: 16px
}
#wp-alertbar .alertbar-title a {
    color: #ffffff
}
#wp-alertbar .description {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%
}
#wp-alertbar a.alertbar-learn-more {
    color: #ffffff;
    font-weight: 100;
    border-bottom: 1px solid #ffffff
}
#wp-alertbar a.alertbar-learn-more:active, #wp-alertbar a.alertbar-learn-more:focus, #wp-alertbar a.alertbar-learn-more:hover {
    opacity: 0.8
}
#wp-alertbar .alertbar-donate {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left
}
#wp-alertbar .alertbar-homepage .alertbar-donate {
    margin-bottom: 24px;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1)
}
#wp-alertbar .alertbar-close button {
    background: transparent;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8)
}
#wp-alertbar .alertbar-close button:hover {
    opacity: 0.8;
    background-color: rgba(102, 102, 102, 0.09999999999999998)
}
#wp-alertbar .alertbar-close img:hover {
    background-color: transparent
}
@media screen and (max-width: 992px) {
    #wp-alertbar .alertbar-content {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    #wp-alertbar .alertbar-button {
        padding-top: 8px;
        padding-bottom: 8px
    }
}
@media screen and (max-width: 768px) {
    #wp-alertbar .alertbar-image {
        display: none
    }
    #wp-alertbar .alertbar-content {
        max-width: 100%
    }
    #wp-alertbar .description {
        -webkit-box-ordinal-group: initial;
            -ms-flex-order: initial;
                order: initial;
        font-size: 14px;
        display: none
    }
    #wp-alertbar .alertbar-donate {
        margin-bottom: 0
    }
    #wp-alertbar .alertbar-container.alertbar-homepage {
        padding-bottom: 24px;
        padding-top: 24px
    }
    #wp-alertbar .alertbar-homepage .alertbar-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    #wp-alertbar .alertbar-homepage .alertbar-title {
        margin-bottom: 8px;
        margin-top: 8px;
        font-size: 24px
    }
    #wp-alertbar .alertbar-homepage .alertbar-donate {
        margin-top: 16px;
        margin-bottom: 0
    }
}
@media screen and (max-width: 480px) {
    #wp-alertbar .alertbar-donate {
        margin-top: 0;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center
    }
    #wp-alertbar .alertbar-title {
        text-align: center
    }
    #wp-alertbar .alertbar-container.alertbar-homepage {
        padding-top: 24px;
        padding-bottom: 24px
    }
    #wp-alertbar .alertbar-homepage .alertbar-donate {
        margin-top: 8px;
        margin-bottom: 0
    }
    #wp-alertbar .alertbar-homepage .alertbar-title {
        margin-bottom: 8px;
        margin-top: 8px
    }
}
.alert-link {
    -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.alert-success .alert-link {
    color: #46bb95
}
.alert-success .alert-link:hover, .alert-success .alert-link:focus, .alert-success .alert-link:active {
    color: #379778
}
.alert-info .alert-link {
    color: #00acca
}
.alert-info .alert-link:hover, .alert-info .alert-link:focus, .alert-info .alert-link:active {
    color: #008197
}
.alert-info--light {
    background-color: transparent;
    border-color: transparent;
    color: #00acca
}
.alert-info--light hr {
    border-top-color: rgba(0, 0, 0, 0)
}
.alert-info--light .alert-link {
    color: #008197
}
.alert-warning .alert-link {
    color: #fca12d
}
.alert-warning .alert-link:hover, .alert-warning .alert-link:focus, .alert-warning .alert-link:active {
    color: #f38a03
}
.alert-danger .alert-link {
    color: #e54f5e
}
.alert-danger .alert-link:hover, .alert-danger .alert-link:focus, .alert-danger .alert-link:active {
    color: #de2335
}
.honor-card__alert {
    background-color: #f2fbfc;
    border-color: #d9f3f7;
    color: #666666;
    margin-bottom: 0;
    margin-top: 12px;
    padding-left: 35px;
    width: 100%;
    max-width: 39em
}
.honor-card__alert hr {
    border-top-color: #c4ecf3
}
.honor-card__alert .alert-link {
    color: #4d4d4d
}
@media screen and (max-width: 991px) {
    .honor-card__alert {
        margin-left: auto;
        margin-right: auto
    }
}
.honor-card__alert .close {
    color: #00acca;
    right: -16px;
    -webkit-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 1;
    filter: alpha(opacity=100)
}
.honor-card__alert .close:hover, .honor-card__alert .close:focus {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.honor-card__alert p.honor-card__alert-title {
    margin-bottom: 20px
}
.honor-card__alert-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.honor-card__alert-content > img {
    margin-left: 24px;
    height: 100%
}
@media screen and (max-width: 991px) {
    .honor-card__alert-content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .honor-card__alert-content > img {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-bottom: 24px;
        margin-left: 0
    }
}
.honor-card__alert-text {
    width: 100%
}
.honor-card__alert-text > ul {
    padding-left: 16px
}
.zoom-hover__outer {
    display: inline-block;
    overflow: hidden
}
.zoom-hover__outer .zoom-hover__inner {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
@media screen and (min-width: 768px) {
    .zoom-hover__outer:hover .zoom-hover__inner {
        -webkit-transform: scale3d(1.05, 1.05, 1);
                transform: scale3d(1.05, 1.05, 1)
    }
}
/* Animate CSS */
.animated {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both
}
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: none;
                transform: none;
        opacity: 1
    }
}
@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: none;
                transform: none;
        opacity: 1
    }
}
.rotate-in {
    -webkit-animation-name: rotateIn;
            animation-name: rotateIn
}
@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
                transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
                transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}
.rotate-out {
    -webkit-animation-name: rotateOut;
            animation-name: rotateOut
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fade-in {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fade-out {
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut
}
a {
    -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
hr {
    margin-top: 48px;
    margin-bottom: 48px
}
.horizontal-rule--logo {
    margin: 48px 0;
    position: relative
}
.horizontal-rule__logo {
    height: 50px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50px
}
.curve-bottom {
    border-bottom-left-radius: 50% 5%;
    border-bottom-right-radius: 50% 5%
}
@supports ((-webkit-clip-path: ellipse(50% 50% at 50% 50%)) or (clip-path: ellipse(50% 50% at 50% 50%))) {
    .curve-bottom {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-clip-path: ellipse(100% 100% at 50% 0);
                clip-path: ellipse(100% 100% at 50% 0)
    }
    @media screen and (max-width: 767px) {
        .curve-bottom {
            -webkit-clip-path: ellipse(200% 100% at 50% 0);
                    clip-path: ellipse(200% 100% at 50% 0)
        }
    }
}
.curve-top {
    border-top-left-radius: 50% 5%;
    border-top-right-radius: 50% 5%
}
@supports ((-webkit-clip-path: ellipse(50% 50% at 50% 50%)) or (clip-path: ellipse(50% 50% at 50% 50%))) {
    .curve-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-clip-path: ellipse(100% 100% at 50% 100%);
                clip-path: ellipse(100% 100% at 50% 100%)
    }
    @media screen and (max-width: 767px) {
        .curve-top {
            -webkit-clip-path: ellipse(200% 100% at 50% 100%);
                    clip-path: ellipse(200% 100% at 50% 100%)
        }
    }
}
.breadcrumb {
    margin-top: 12px;
    margin-bottom: 12px
}
.breadcrumb i.fa-angle-right {
    padding-left: 4px;
    padding-right: 4px
}
.btn {
    padding: 13px 23px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 250ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-box-shadow 250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 0.5;
    filter: alpha(opacity=50)
}
.btn-text {
    background: transparent;
    border: none;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 16px
}
.btn-sentence-case {
    letter-spacing: 1px;
    text-transform: capitalize
}
.btn-ui {
    letter-spacing: 1px;
    padding: 6px 16px
}
.btn-primary {
    color: #ffffff;
    background-color: #ff6b00;
    border-color: #ff6b00;
    -webkit-box-shadow: inset 0 -3px 0 0 #db5c00;
            box-shadow: inset 0 -3px 0 0 #db5c00
}
.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #803600
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #db5c00;
    border-color: #db5c00
}
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #c25100
}
.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: #ffffff;
    background-color: #a84700;
    border-color: #803600
}
.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: #ff6b00;
    border-color: #ff6b00
}
.btn-primary .badge {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-secondary {
    color: #ffffff;
    background-color: #00acca;
    border-color: #00acca;
    -webkit-box-shadow: inset 0 -3px 0 0 #008ea6;
            box-shadow: inset 0 -3px 0 0 #008ea6
}
.btn-secondary:focus, .btn-secondary.focus {
    color: #ffffff;
    background-color: #008197;
    border-color: #003f4a
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #008ea6;
    border-color: #008ea6
}
.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    color: #ffffff;
    background-color: #008197;
    border-color: #00788d
}
.btn-secondary:active:hover, .btn-secondary.active:hover, .open > .dropdown-toggle.btn-secondary:hover, .btn-secondary:active:focus, .btn-secondary.active:focus, .open > .dropdown-toggle.btn-secondary:focus, .btn-secondary:active.focus, .btn-secondary.active.focus, .open > .dropdown-toggle.btn-secondary.focus {
    color: #ffffff;
    background-color: #006273;
    border-color: #003f4a
}
.btn-secondary:active, .btn-secondary.active, .open > .dropdown-toggle.btn-secondary {
    background-image: none
}
.btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover, .btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus, .btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus {
    background-color: #00acca;
    border-color: #00acca
}
.btn-secondary .badge {
    color: #00acca;
    background-color: #ffffff
}
.btn-green {
    color: #fff;
    background-color: #46bb95;
    border-color: #46bb95;
    -webkit-box-shadow: inset 0 -3px 0 0 #3ba281;
            box-shadow: inset 0 -3px 0 0 #3ba281
}
.btn-green:focus, .btn-green.focus {
    color: #fff;
    background-color: #379778;
    border-color: #235f4b
}
.btn-green:hover {
    color: #fff;
    background-color: #3ba281;
    border-color: #3ba281
}
.btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    color: #fff;
    background-color: #379778;
    border-color: #358f72
}
.btn-green:active:hover, .btn-green.active:hover, .open > .dropdown-toggle.btn-green:hover, .btn-green:active:focus, .btn-green.active:focus, .open > .dropdown-toggle.btn-green:focus, .btn-green:active.focus, .btn-green.active.focus, .open > .dropdown-toggle.btn-green.focus {
    color: #fff;
    background-color: #2e7d63;
    border-color: #235f4b
}
.btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    background-image: none
}
.btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled.focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green.focus {
    background-color: #46bb95;
    border-color: #46bb95
}
.btn-green .badge {
    color: #46bb95;
    background-color: #fff
}
.btn-teal {
    color: #ffffff;
    background-color: #006661;
    border-color: #006661;
    -webkit-box-shadow: inset 0 -3px 0 0 #00423f;
            box-shadow: inset 0 -3px 0 0 #00423f
}
.btn-teal:focus, .btn-teal.focus {
    color: #ffffff;
    background-color: #003331;
    border-color: #000000
}
.btn-teal:hover {
    color: #ffffff;
    background-color: #00423f;
    border-color: #00423f
}
.btn-teal:active, .btn-teal.active, .open > .dropdown-toggle.btn-teal {
    color: #ffffff;
    background-color: #003331;
    border-color: #002927
}
.btn-teal:active:hover, .btn-teal.active:hover, .open > .dropdown-toggle.btn-teal:hover, .btn-teal:active:focus, .btn-teal.active:focus, .open > .dropdown-toggle.btn-teal:focus, .btn-teal:active.focus, .btn-teal.active.focus, .open > .dropdown-toggle.btn-teal.focus {
    color: #ffffff;
    background-color: #000f0f;
    border-color: #000000
}
.btn-teal:active, .btn-teal.active, .open > .dropdown-toggle.btn-teal {
    background-image: none
}
.btn-teal.disabled:hover, .btn-teal[disabled]:hover, fieldset[disabled] .btn-teal:hover, .btn-teal.disabled:focus, .btn-teal[disabled]:focus, fieldset[disabled] .btn-teal:focus, .btn-teal.disabled.focus, .btn-teal[disabled].focus, fieldset[disabled] .btn-teal.focus {
    background-color: #006661;
    border-color: #006661
}
.btn-teal .badge {
    color: #006661;
    background-color: #ffffff
}
.btn-teal:hover {
    background-color: #008079;
    border-color: #008079;
    -webkit-box-shadow: none;
            box-shadow: none
}
.btn-purple {
    color: #ffffff;
    background-color: #9054a1;
    border-color: #9054a1;
    -webkit-box-shadow: inset 0 -3px 0 0 #7b488a;
            box-shadow: inset 0 -3px 0 0 #7b488a
}
.btn-purple:focus, .btn-purple.focus {
    color: #ffffff;
    background-color: #72437f;
    border-color: #45284d
}
.btn-purple:hover {
    color: #ffffff;
    background-color: #7b488a;
    border-color: #7b488a
}
.btn-purple:active, .btn-purple.active, .open > .dropdown-toggle.btn-purple {
    color: #ffffff;
    background-color: #72437f;
    border-color: #6c3f79
}
.btn-purple:active:hover, .btn-purple.active:hover, .open > .dropdown-toggle.btn-purple:hover, .btn-purple:active:focus, .btn-purple.active:focus, .open > .dropdown-toggle.btn-purple:focus, .btn-purple:active.focus, .btn-purple.active.focus, .open > .dropdown-toggle.btn-purple.focus {
    color: #ffffff;
    background-color: #5d3668;
    border-color: #45284d
}
.btn-purple:active, .btn-purple.active, .open > .dropdown-toggle.btn-purple {
    background-image: none
}
.btn-purple.disabled:hover, .btn-purple[disabled]:hover, fieldset[disabled] .btn-purple:hover, .btn-purple.disabled:focus, .btn-purple[disabled]:focus, fieldset[disabled] .btn-purple:focus, .btn-purple.disabled.focus, .btn-purple[disabled].focus, fieldset[disabled] .btn-purple.focus {
    background-color: #9054a1;
    border-color: #9054a1
}
.btn-purple .badge {
    color: #9054a1;
    background-color: #ffffff
}
.btn-text-orange {
    color: #ff6b00
}
.btn-text-orange:focus, .btn-text-orange.focus, .btn-text-orange:hover, .btn-text-orange:active {
    color: #cc5600
}
.btn-text-blue {
    color: #00acca
}
.btn-text-blue:focus, .btn-text-blue.focus, .btn-text-blue:hover, .btn-text-blue:active {
    color: #006661
}
.btn-text-white {
    color: #ffffff
}
.btn-text-white:focus, .btn-text-white.focus, .btn-text-white:hover, .btn-text-white:active {
    color: rgba(255, 255, 255, 0.7)
}
.btn-ghost-white {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff
}
.btn-ghost-white:focus, .btn-ghost-white.focus {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-ghost-white:hover {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-ghost-white:active, .btn-ghost-white.active, .open > .dropdown-toggle.btn-ghost-white {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-ghost-white:active:hover, .btn-ghost-white.active:hover, .open > .dropdown-toggle.btn-ghost-white:hover, .btn-ghost-white:active:focus, .btn-ghost-white.active:focus, .open > .dropdown-toggle.btn-ghost-white:focus, .btn-ghost-white:active.focus, .btn-ghost-white.active.focus, .open > .dropdown-toggle.btn-ghost-white.focus {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-ghost-white:active, .btn-ghost-white.active, .open > .dropdown-toggle.btn-ghost-white {
    background-image: none
}
.btn-ghost-white.disabled:hover, .btn-ghost-white[disabled]:hover, fieldset[disabled] .btn-ghost-white:hover, .btn-ghost-white.disabled:focus, .btn-ghost-white[disabled]:focus, fieldset[disabled] .btn-ghost-white:focus, .btn-ghost-white.disabled.focus, .btn-ghost-white[disabled].focus, fieldset[disabled] .btn-ghost-white.focus {
    background-color: #ffffff
}
.btn-ghost-white .badge {
    color: #ff6b00;
    background-color: #ffffff
}
.btn-ghost-orange {
    color: #ff6b00;
    background-color: transparent;
    border-color: #ff6b00
}
.btn-ghost-orange:focus, .btn-ghost-orange.focus {
    color: #ffffff;
    background-color: #ff6b00
}
.btn-ghost-orange:hover {
    color: #ffffff;
    background-color: #ff6b00
}
.btn-ghost-orange:active, .btn-ghost-orange.active, .open > .dropdown-toggle.btn-ghost-orange {
    color: #ffffff;
    background-color: #ff6b00
}
.btn-ghost-orange:active:hover, .btn-ghost-orange.active:hover, .open > .dropdown-toggle.btn-ghost-orange:hover, .btn-ghost-orange:active:focus, .btn-ghost-orange.active:focus, .open > .dropdown-toggle.btn-ghost-orange:focus, .btn-ghost-orange:active.focus, .btn-ghost-orange.active.focus, .open > .dropdown-toggle.btn-ghost-orange.focus {
    color: #ffffff;
    background-color: #ff6b00
}
.btn-ghost-orange:active, .btn-ghost-orange.active, .open > .dropdown-toggle.btn-ghost-orange {
    background-image: none
}
.btn-ghost-orange.disabled:hover, .btn-ghost-orange[disabled]:hover, fieldset[disabled] .btn-ghost-orange:hover, .btn-ghost-orange.disabled:focus, .btn-ghost-orange[disabled]:focus, fieldset[disabled] .btn-ghost-orange:focus, .btn-ghost-orange.disabled.focus, .btn-ghost-orange[disabled].focus, fieldset[disabled] .btn-ghost-orange.focus {
    background-color: #ff6b00
}
.btn-ghost-orange .badge {
    color: #ffffff;
    background-color: #ff6b00
}
.btn-ghost-blue {
    color: #00acca;
    background-color: transparent;
    border-color: #00acca
}
.btn-ghost-blue:focus, .btn-ghost-blue.focus {
    color: #ffffff;
    background-color: #00acca
}
.btn-ghost-blue:hover {
    color: #ffffff;
    background-color: #00acca
}
.btn-ghost-blue:active, .btn-ghost-blue.active, .open > .dropdown-toggle.btn-ghost-blue {
    color: #ffffff;
    background-color: #00acca
}
.btn-ghost-blue:active:hover, .btn-ghost-blue.active:hover, .open > .dropdown-toggle.btn-ghost-blue:hover, .btn-ghost-blue:active:focus, .btn-ghost-blue.active:focus, .open > .dropdown-toggle.btn-ghost-blue:focus, .btn-ghost-blue:active.focus, .btn-ghost-blue.active.focus, .open > .dropdown-toggle.btn-ghost-blue.focus {
    color: #ffffff;
    background-color: #00acca
}
.btn-ghost-blue:active, .btn-ghost-blue.active, .open > .dropdown-toggle.btn-ghost-blue {
    background-image: none
}
.btn-ghost-blue.disabled:hover, .btn-ghost-blue[disabled]:hover, fieldset[disabled] .btn-ghost-blue:hover, .btn-ghost-blue.disabled:focus, .btn-ghost-blue[disabled]:focus, fieldset[disabled] .btn-ghost-blue:focus, .btn-ghost-blue.disabled.focus, .btn-ghost-blue[disabled].focus, fieldset[disabled] .btn-ghost-blue.focus {
    background-color: #00acca
}
.btn-ghost-blue .badge {
    color: #ffffff;
    background-color: #00acca
}
.btn-ui-save {
    color: #46bb95;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0)
}
.btn-ui-save:focus, .btn-ui-save.focus {
    color: #46bb95;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-save:hover {
    color: #46bb95;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-save:active, .btn-ui-save.active, .open > .dropdown-toggle.btn-ui-save {
    color: #46bb95;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-save:active:hover, .btn-ui-save.active:hover, .open > .dropdown-toggle.btn-ui-save:hover, .btn-ui-save:active:focus, .btn-ui-save.active:focus, .open > .dropdown-toggle.btn-ui-save:focus, .btn-ui-save:active.focus, .btn-ui-save.active.focus, .open > .dropdown-toggle.btn-ui-save.focus {
    color: #46bb95;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-save:active, .btn-ui-save.active, .open > .dropdown-toggle.btn-ui-save {
    background-image: none
}
.btn-ui-save.disabled:hover, .btn-ui-save[disabled]:hover, fieldset[disabled] .btn-ui-save:hover, .btn-ui-save.disabled:focus, .btn-ui-save[disabled]:focus, fieldset[disabled] .btn-ui-save:focus, .btn-ui-save.disabled.focus, .btn-ui-save[disabled].focus, fieldset[disabled] .btn-ui-save.focus {
    background-color: transparent;
    border-color: transparent
}
.btn-ui-save .badge {
    color: transparent;
    background-color: #46bb95
}
.btn-ui-save:hover {
    background-color: #e3f5ef;
    border-color: #e3f5ef
}
.btn-ui-cancel {
    color: #e54f5e;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0);
            box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0)
}
.btn-ui-cancel:focus, .btn-ui-cancel.focus {
    color: #e54f5e;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-cancel:hover {
    color: #e54f5e;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-cancel:active, .btn-ui-cancel.active, .open > .dropdown-toggle.btn-ui-cancel {
    color: #e54f5e;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-cancel:active:hover, .btn-ui-cancel.active:hover, .open > .dropdown-toggle.btn-ui-cancel:hover, .btn-ui-cancel:active:focus, .btn-ui-cancel.active:focus, .open > .dropdown-toggle.btn-ui-cancel:focus, .btn-ui-cancel:active.focus, .btn-ui-cancel.active.focus, .open > .dropdown-toggle.btn-ui-cancel.focus {
    color: #e54f5e;
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0)
}
.btn-ui-cancel:active, .btn-ui-cancel.active, .open > .dropdown-toggle.btn-ui-cancel {
    background-image: none
}
.btn-ui-cancel.disabled:hover, .btn-ui-cancel[disabled]:hover, fieldset[disabled] .btn-ui-cancel:hover, .btn-ui-cancel.disabled:focus, .btn-ui-cancel[disabled]:focus, fieldset[disabled] .btn-ui-cancel:focus, .btn-ui-cancel.disabled.focus, .btn-ui-cancel[disabled].focus, fieldset[disabled] .btn-ui-cancel.focus {
    background-color: transparent;
    border-color: transparent
}
.btn-ui-cancel .badge {
    color: transparent;
    background-color: #e54f5e
}
.btn-ui-cancel:hover {
    background-color: #fbe5e7;
    border-color: #fbe5e7
}
.btn-small {
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.556;
    border-radius: 8px;
    letter-spacing: 1.5px
}
.btn-normal {
    padding: 13px 23px;
    font-size: 16px;
    line-height: 1.556;
    border-radius: 8px
}
.btn-large {
    padding: 15px 24px;
    font-size: 24px;
    line-height: 1.556;
    border-radius: 8px
}
@media screen and (max-width: 767px) {
    .btn-large {
        padding: 13px 23px;
        font-size: 16px;
        line-height: 1.556;
        border-radius: 8px
    }
}
@media screen and (max-width: 767px) {
    .btn-full-width {
        width: 100%
    }
}
.btn-left {
    text-align: left
}
.btn-center {
    text-align: center
}
.btn-right {
    text-align: right
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    top: 2px
}
.cross-sell-thumbnail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 12px;
    padding-right: 12px;
    width: 25%
}
@media screen and (max-width: 991px) {
    .cross-sell-thumbnail {
        width: 50%
    }
}
@media screen and (max-width: 480px) {
    .cross-sell-thumbnail {
        width: 100%
    }
}
.cross-sell-thumbnail__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.cross-sell-thumbnail__image {
    margin-bottom: 12px
}
.up-sell {
    background-image: -o-linear-gradient(top, #d9f3f7 0%, #ffffff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9f3f7), to(#ffffff));
    background-image: linear-gradient(to bottom, #d9f3f7 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9f3f7', endColorstr='#ffffffff', GradientType=0);
    margin-top: 48px;
    padding-top: 12px
}
.up-sell__title {
    margin-bottom: 36px;
    margin-top: 24px;
    text-align: center
}
.up-sell__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around
}
.giving-form .input-group-addon.giving-form__dropdown-wrapper {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.giving-form .btn.giving-form__btn--dropdown {
    border-radius: 0;
    padding: 5px 16px 5px 10px
}
.giving-form .has-error .message {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 6px 16px;
    color: #e54f5e;
    text-align: center;
    font-size: 12px;
    border: 1px solid #f5cccc;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.75)
}
.giving-form input[type=number] {
    -moz-appearance: textfield
}
.giving-form input[type=number]::-webkit-inner-spin-button, .giving-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.giving-form .form-control {
    -webkit-box-shadow: none;
            box-shadow: none
}
.stacked {
    display: inline-block
}
.stacked .giving-form__wrapper-amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
.stacked .giving-form__wrapper-amount.no-dropdown .giving-form__form-control.form-control {
    width: 100%;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}
.stacked .input-group-addon.giving-form__dropdown-wrapper {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}
.stacked .input-group {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: auto
}
.stacked .input-group .input-group-addon {
    border-right: 1px solid #cccccc;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 80%;
            flex: 1 1 80%
}
.stacked .input-group .giving-form__form-control.form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 20%;
            flex: 1 1 20%
}
.stacked .giving-form_wrapper-amount.input-group-btn, .stacked .giving-form_wrapper-cta.input-group-btn {
    display: block;
    width: 100%
}
.stacked .giving-form_wrapper-amount.input-group-btn:last-child > .btn, .stacked .giving-form_wrapper-cta.input-group-btn:last-child > .btn, .stacked .giving-form_wrapper-amount.input-group-btn .giving-form__btn--primary, .stacked .giving-form_wrapper-cta.input-group-btn .giving-form__btn--primary {
    margin-top: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%
}
.stacked .giving-form__currency {
    top: 20px
}
.giving-form .input-group {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.giving-form__currency {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 16px;
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    z-index: 4
}
.giving-form .giving-form__wrapper-amount {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.giving-form__form-control {
    padding: 6px 0 6px 32px;
    border-right: 0;
    font-size: 22px;
    font-weight: 600;
    color: #ff6b00;
    height: 42px
}
.giving-form__form-control:focus {
    -webkit-box-shadow: 0 0;
            box-shadow: 0 0;
    border: 2px solid #00acca
}
.giving-form__form-control.is-invalid {
    color: #e54f5e;
    border: 2px solid #e54f5e
}
.giving-form.form-inline .input-group .giving-form__form-control, .giving-form.form-inline .input-group > .form-control.giving-form__form-control {
    height: 42px;
    width: 130px;
    min-width: 130px;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 8px
}
.giving-form__dropdown-wrapper {
    display: inline-block;
    position: relative;
    width: auto;
    width: initial;
    height: 42px;
    padding: 0;
    border-left: 0;
    border-right: 0;
    background-color: #ffffff
}
.giving-form__btn--dropdown {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    background-color: #ffffff;
    color: #333333;
    height: 100%
}
.giving-form__dropdown-menu {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px
}
.giving-form__dropdown-menu > li > a.is-selected .fa-check {
    padding-left: 16px;
    color: #46bb95
}
.giving-form select, .giving-form select.btn {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0MDggNzA0cTAgMjYtMTkgNDVsLTQ0OCA0NDhxLTE5IDE5LTQ1IDE5dC00NS0xOWwtNDQ4LTQ0OHEtMTktMTktMTktNDV0MTktNDUgNDUtMTloODk2cTI2IDAgNDUgMTl0MTkgNDV6Ii8+PC9zdmc+);
    background-position: calc(97%) center;
    background-repeat: no-repeat;
    background-size: 14px
}
.giving-form select::-ms-expand {
    display: none
    /* hide the default arrow in ie10 and ie11 */
}
.giving-form__btn--primary {
    color: #ffffff;
    background-color: #ff6b00;
    border-color: #ff6b00;
    -webkit-box-shadow: inset 0 -3px 0 0 #db5c00;
            box-shadow: inset 0 -3px 0 0 #db5c00
}
.giving-form__btn--primary:focus, .giving-form__btn--primary.focus {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #803600
}
.giving-form__btn--primary:hover {
    color: #ffffff;
    background-color: #db5c00;
    border-color: #db5c00
}
.giving-form__btn--primary:active, .giving-form__btn--primary.active, .open > .dropdown-toggle.giving-form__btn--primary {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #c25100
}
.giving-form__btn--primary:active:hover, .giving-form__btn--primary.active:hover, .open > .dropdown-toggle.giving-form__btn--primary:hover, .giving-form__btn--primary:active:focus, .giving-form__btn--primary.active:focus, .open > .dropdown-toggle.giving-form__btn--primary:focus, .giving-form__btn--primary:active.focus, .giving-form__btn--primary.active.focus, .open > .dropdown-toggle.giving-form__btn--primary.focus {
    color: #ffffff;
    background-color: #a84700;
    border-color: #803600
}
.giving-form__btn--primary:active, .giving-form__btn--primary.active, .open > .dropdown-toggle.giving-form__btn--primary {
    background-image: none
}
.giving-form__btn--primary.disabled:hover, .giving-form__btn--primary[disabled]:hover, fieldset[disabled] .giving-form__btn--primary:hover, .giving-form__btn--primary.disabled:focus, .giving-form__btn--primary[disabled]:focus, fieldset[disabled] .giving-form__btn--primary:focus, .giving-form__btn--primary.disabled.focus, .giving-form__btn--primary[disabled].focus, fieldset[disabled] .giving-form__btn--primary.focus {
    background-color: #ff6b00;
    border-color: #ff6b00
}
.giving-form__btn--primary .badge {
    color: #ff6b00;
    background-color: #ffffff
}
.giving-form__btn--secondary {
    color: #ffffff;
    background-color: #00acca;
    border-color: #00acca;
    -webkit-box-shadow: inset 0 -3px 0 0 #008ea6;
            box-shadow: inset 0 -3px 0 0 #008ea6
}
.giving-form__btn--secondary:focus, .giving-form__btn--secondary.focus {
    color: #ffffff;
    background-color: #008197;
    border-color: #003f4a
}
.giving-form__btn--secondary:hover {
    color: #ffffff;
    background-color: #008ea6;
    border-color: #008ea6
}
.giving-form__btn--secondary:active, .giving-form__btn--secondary.active, .open > .dropdown-toggle.giving-form__btn--secondary {
    color: #ffffff;
    background-color: #008197;
    border-color: #00788d
}
.giving-form__btn--secondary:active:hover, .giving-form__btn--secondary.active:hover, .open > .dropdown-toggle.giving-form__btn--secondary:hover, .giving-form__btn--secondary:active:focus, .giving-form__btn--secondary.active:focus, .open > .dropdown-toggle.giving-form__btn--secondary:focus, .giving-form__btn--secondary:active.focus, .giving-form__btn--secondary.active.focus, .open > .dropdown-toggle.giving-form__btn--secondary.focus {
    color: #ffffff;
    background-color: #006273;
    border-color: #003f4a
}
.giving-form__btn--secondary:active, .giving-form__btn--secondary.active, .open > .dropdown-toggle.giving-form__btn--secondary {
    background-image: none
}
.giving-form__btn--secondary.disabled:hover, .giving-form__btn--secondary[disabled]:hover, fieldset[disabled] .giving-form__btn--secondary:hover, .giving-form__btn--secondary.disabled:focus, .giving-form__btn--secondary[disabled]:focus, fieldset[disabled] .giving-form__btn--secondary:focus, .giving-form__btn--secondary.disabled.focus, .giving-form__btn--secondary[disabled].focus, fieldset[disabled] .giving-form__btn--secondary.focus {
    background-color: #00acca;
    border-color: #00acca
}
.giving-form__btn--secondary .badge {
    color: #00acca;
    background-color: #ffffff
}
.giving-form__btn--green {
    color: #fff;
    background-color: #46bb95;
    border-color: #46bb95;
    -webkit-box-shadow: inset 0 -3px 0 0 #3ba281;
            box-shadow: inset 0 -3px 0 0 #3ba281
}
.giving-form__btn--green:focus, .giving-form__btn--green.focus {
    color: #fff;
    background-color: #379778;
    border-color: #235f4b
}
.giving-form__btn--green:hover {
    color: #fff;
    background-color: #3ba281;
    border-color: #3ba281
}
.giving-form__btn--green:active, .giving-form__btn--green.active, .open > .dropdown-toggle.giving-form__btn--green {
    color: #fff;
    background-color: #379778;
    border-color: #358f72
}
.giving-form__btn--green:active:hover, .giving-form__btn--green.active:hover, .open > .dropdown-toggle.giving-form__btn--green:hover, .giving-form__btn--green:active:focus, .giving-form__btn--green.active:focus, .open > .dropdown-toggle.giving-form__btn--green:focus, .giving-form__btn--green:active.focus, .giving-form__btn--green.active.focus, .open > .dropdown-toggle.giving-form__btn--green.focus {
    color: #fff;
    background-color: #2e7d63;
    border-color: #235f4b
}
.giving-form__btn--green:active, .giving-form__btn--green.active, .open > .dropdown-toggle.giving-form__btn--green {
    background-image: none
}
.giving-form__btn--green.disabled:hover, .giving-form__btn--green[disabled]:hover, fieldset[disabled] .giving-form__btn--green:hover, .giving-form__btn--green.disabled:focus, .giving-form__btn--green[disabled]:focus, fieldset[disabled] .giving-form__btn--green:focus, .giving-form__btn--green.disabled.focus, .giving-form__btn--green[disabled].focus, fieldset[disabled] .giving-form__btn--green.focus {
    background-color: #46bb95;
    border-color: #46bb95
}
.giving-form__btn--green .badge {
    color: #46bb95;
    background-color: #fff
}
.giving-form__btn--purple {
    color: #ffffff;
    background-color: #9054a1;
    border-color: #9054a1;
    -webkit-box-shadow: inset 0 -3px 0 0 #7b488a;
            box-shadow: inset 0 -3px 0 0 #7b488a
}
.giving-form__btn--purple:focus, .giving-form__btn--purple.focus {
    color: #ffffff;
    background-color: #72437f;
    border-color: #45284d
}
.giving-form__btn--purple:hover {
    color: #ffffff;
    background-color: #7b488a;
    border-color: #7b488a
}
.giving-form__btn--purple:active, .giving-form__btn--purple.active, .open > .dropdown-toggle.giving-form__btn--purple {
    color: #ffffff;
    background-color: #72437f;
    border-color: #6c3f79
}
.giving-form__btn--purple:active:hover, .giving-form__btn--purple.active:hover, .open > .dropdown-toggle.giving-form__btn--purple:hover, .giving-form__btn--purple:active:focus, .giving-form__btn--purple.active:focus, .open > .dropdown-toggle.giving-form__btn--purple:focus, .giving-form__btn--purple:active.focus, .giving-form__btn--purple.active.focus, .open > .dropdown-toggle.giving-form__btn--purple.focus {
    color: #ffffff;
    background-color: #5d3668;
    border-color: #45284d
}
.giving-form__btn--purple:active, .giving-form__btn--purple.active, .open > .dropdown-toggle.giving-form__btn--purple {
    background-image: none
}
.giving-form__btn--purple.disabled:hover, .giving-form__btn--purple[disabled]:hover, fieldset[disabled] .giving-form__btn--purple:hover, .giving-form__btn--purple.disabled:focus, .giving-form__btn--purple[disabled]:focus, fieldset[disabled] .giving-form__btn--purple:focus, .giving-form__btn--purple.disabled.focus, .giving-form__btn--purple[disabled].focus, fieldset[disabled] .giving-form__btn--purple.focus {
    background-color: #9054a1;
    border-color: #9054a1
}
.giving-form__btn--purple .badge {
    color: #9054a1;
    background-color: #ffffff
}
.giving-form__btn--teal {
    color: #ffffff;
    background-color: #006661;
    border-color: #006661;
    -webkit-box-shadow: inset 0 -3px 0 0 #00423f;
            box-shadow: inset 0 -3px 0 0 #00423f
}
.giving-form__btn--teal:focus, .giving-form__btn--teal.focus {
    color: #ffffff;
    background-color: #003331;
    border-color: #000000
}
.giving-form__btn--teal:hover {
    color: #ffffff;
    background-color: #00423f;
    border-color: #00423f
}
.giving-form__btn--teal:active, .giving-form__btn--teal.active, .open > .dropdown-toggle.giving-form__btn--teal {
    color: #ffffff;
    background-color: #003331;
    border-color: #002927
}
.giving-form__btn--teal:active:hover, .giving-form__btn--teal.active:hover, .open > .dropdown-toggle.giving-form__btn--teal:hover, .giving-form__btn--teal:active:focus, .giving-form__btn--teal.active:focus, .open > .dropdown-toggle.giving-form__btn--teal:focus, .giving-form__btn--teal:active.focus, .giving-form__btn--teal.active.focus, .open > .dropdown-toggle.giving-form__btn--teal.focus {
    color: #ffffff;
    background-color: #000f0f;
    border-color: #000000
}
.giving-form__btn--teal:active, .giving-form__btn--teal.active, .open > .dropdown-toggle.giving-form__btn--teal {
    background-image: none
}
.giving-form__btn--teal.disabled:hover, .giving-form__btn--teal[disabled]:hover, fieldset[disabled] .giving-form__btn--teal:hover, .giving-form__btn--teal.disabled:focus, .giving-form__btn--teal[disabled]:focus, fieldset[disabled] .giving-form__btn--teal:focus, .giving-form__btn--teal.disabled.focus, .giving-form__btn--teal[disabled].focus, fieldset[disabled] .giving-form__btn--teal.focus {
    background-color: #006661;
    border-color: #006661
}
.giving-form__btn--teal .badge {
    color: #006661;
    background-color: #ffffff
}
.giving-form__btn--teal:hover {
    background-color: #008079;
    border-color: #008079;
    -webkit-box-shadow: none;
            box-shadow: none
}
.giving-form .giving-form__btn--primary, .giving-form .giving-form__btn--secondary, .giving-form .giving-form__btn--green, .giving-form .giving-form__btn--purple, .giving-form .giving-form__btn--teal {
    letter-spacing: 1px;
    padding: 9px 16px;
    height: 42px
}
.giving-form .giving-form__btn--primary.is-inactive, .giving-form .giving-form__btn--secondary.is-inactive, .giving-form .giving-form__btn--green.is-inactive, .giving-form .giving-form__btn--purple.is-inactive, .giving-form .giving-form__btn--teal.is-inactive {
    opacity: 0.65;
    cursor: not-allowed
}
.giving-form .giving-form__btn--dropdown, .giving-form .giving-form__btn {
    float: left;
    clear: left
}
.giving-form .giving-form__dropdown-menu {
    top: auto
}
.giving-form .giving-form__btn--primary, .giving-form .giving-form__btn--secondary, .giving-form .giving-form__btn--teal, .giving-form .giving-form__btn--green, .giving-form .giving-form__btn--purple {
    font-size: 16px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px
}
.giving-form .giving-form__btn--primary {
    color: #ffffff;
    background-color: #ff6b00;
    border-color: #ff6b00
}
.giving-form .giving-form__btn--primary:focus, .giving-form .giving-form__btn--primary.focus {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #803600
}
.giving-form .giving-form__btn--primary:hover {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #c25100
}
.giving-form .giving-form__btn--primary:active, .giving-form .giving-form__btn--primary.active, .open > .dropdown-toggle.giving-form .giving-form__btn--primary {
    color: #ffffff;
    background-color: #cc5600;
    border-color: #c25100
}
.giving-form .giving-form__btn--primary:active:hover, .giving-form .giving-form__btn--primary.active:hover, .open > .dropdown-toggle.giving-form .giving-form__btn--primary:hover, .giving-form .giving-form__btn--primary:active:focus, .giving-form .giving-form__btn--primary.active:focus, .open > .dropdown-toggle.giving-form .giving-form__btn--primary:focus, .giving-form .giving-form__btn--primary:active.focus, .giving-form .giving-form__btn--primary.active.focus, .open > .dropdown-toggle.giving-form .giving-form__btn--primary.focus {
    color: #ffffff;
    background-color: #a84700;
    border-color: #803600
}
.giving-form .giving-form__btn--primary:active, .giving-form .giving-form__btn--primary.active, .open > .dropdown-toggle.giving-form .giving-form__btn--primary {
    background-image: none
}
.giving-form .giving-form__btn--primary.disabled:hover, .giving-form .giving-form__btn--primary[disabled]:hover, fieldset[disabled] .giving-form .giving-form__btn--primary:hover, .giving-form .giving-form__btn--primary.disabled:focus, .giving-form .giving-form__btn--primary[disabled]:focus, fieldset[disabled] .giving-form .giving-form__btn--primary:focus, .giving-form .giving-form__btn--primary.disabled.focus, .giving-form .giving-form__btn--primary[disabled].focus, fieldset[disabled] .giving-form .giving-form__btn--primary.focus {
    background-color: #ff6b00;
    border-color: #ff6b00
}
.giving-form .giving-form__btn--primary .badge {
    color: #ff6b00;
    background-color: #ffffff
}
.giving-form .giving-form__btn--secondary {
    color: #ffffff;
    background-color: #00acca;
    border-color: #00acca
}
.giving-form .giving-form__btn--secondary:focus, .giving-form .giving-form__btn--secondary.focus {
    color: #ffffff;
    background-color: #008197;
    border-color: #003f4a
}
.giving-form .giving-form__btn--secondary:hover {
    color: #ffffff;
    background-color: #008197;
    border-color: #00788d
}
.giving-form .giving-form__btn--secondary:active, .giving-form .giving-form__btn--secondary.active, .open > .dropdown-toggle.giving-form .giving-form__btn--secondary {
    color: #ffffff;
    background-color: #008197;
    border-color: #00788d
}
.giving-form .giving-form__btn--secondary:active:hover, .giving-form .giving-form__btn--secondary.active:hover, .open > .dropdown-toggle.giving-form .giving-form__btn--secondary:hover, .giving-form .giving-form__btn--secondary:active:focus, .giving-form .giving-form__btn--secondary.active:focus, .open > .dropdown-toggle.giving-form .giving-form__btn--secondary:focus, .giving-form .giving-form__btn--secondary:active.focus, .giving-form .giving-form__btn--secondary.active.focus, .open > .dropdown-toggle.giving-form .giving-form__btn--secondary.focus {
    color: #ffffff;
    background-color: #006273;
    border-color: #003f4a
}
.giving-form .giving-form__btn--secondary:active, .giving-form .giving-form__btn--secondary.active, .open > .dropdown-toggle.giving-form .giving-form__btn--secondary {
    background-image: none
}
.giving-form .giving-form__btn--secondary.disabled:hover, .giving-form .giving-form__btn--secondary[disabled]:hover, fieldset[disabled] .giving-form .giving-form__btn--secondary:hover, .giving-form .giving-form__btn--secondary.disabled:focus, .giving-form .giving-form__btn--secondary[disabled]:focus, fieldset[disabled] .giving-form .giving-form__btn--secondary:focus, .giving-form .giving-form__btn--secondary.disabled.focus, .giving-form .giving-form__btn--secondary[disabled].focus, fieldset[disabled] .giving-form .giving-form__btn--secondary.focus {
    background-color: #00acca;
    border-color: #00acca
}
.giving-form .giving-form__btn--secondary .badge {
    color: #00acca;
    background-color: #ffffff
}
.giving-form .giving-form__btn--teal {
    color: #ffffff;
    background-color: #006661;
    border-color: #006661
}
.giving-form .giving-form__btn--teal:focus, .giving-form .giving-form__btn--teal.focus {
    color: #ffffff;
    background-color: #003331;
    border-color: #000000
}
.giving-form .giving-form__btn--teal:hover {
    color: #ffffff;
    background-color: #003331;
    border-color: #002927
}
.giving-form .giving-form__btn--teal:active, .giving-form .giving-form__btn--teal.active, .open > .dropdown-toggle.giving-form .giving-form__btn--teal {
    color: #ffffff;
    background-color: #003331;
    border-color: #002927
}
.giving-form .giving-form__btn--teal:active:hover, .giving-form .giving-form__btn--teal.active:hover, .open > .dropdown-toggle.giving-form .giving-form__btn--teal:hover, .giving-form .giving-form__btn--teal:active:focus, .giving-form .giving-form__btn--teal.active:focus, .open > .dropdown-toggle.giving-form .giving-form__btn--teal:focus, .giving-form .giving-form__btn--teal:active.focus, .giving-form .giving-form__btn--teal.active.focus, .open > .dropdown-toggle.giving-form .giving-form__btn--teal.focus {
    color: #ffffff;
    background-color: #000f0f;
    border-color: #000000
}
.giving-form .giving-form__btn--teal:active, .giving-form .giving-form__btn--teal.active, .open > .dropdown-toggle.giving-form .giving-form__btn--teal {
    background-image: none
}
.giving-form .giving-form__btn--teal.disabled:hover, .giving-form .giving-form__btn--teal[disabled]:hover, fieldset[disabled] .giving-form .giving-form__btn--teal:hover, .giving-form .giving-form__btn--teal.disabled:focus, .giving-form .giving-form__btn--teal[disabled]:focus, fieldset[disabled] .giving-form .giving-form__btn--teal:focus, .giving-form .giving-form__btn--teal.disabled.focus, .giving-form .giving-form__btn--teal[disabled].focus, fieldset[disabled] .giving-form .giving-form__btn--teal.focus {
    background-color: #006661;
    border-color: #006661
}
.giving-form .giving-form__btn--teal .badge {
    color: #006661;
    background-color: #ffffff
}
.giving-form .giving-form__btn--green {
    color: #fff;
    background-color: #46bb95;
    border-color: #46bb95
}
.giving-form .giving-form__btn--green:focus, .giving-form .giving-form__btn--green.focus {
    color: #fff;
    background-color: #379778;
    border-color: #235f4b
}
.giving-form .giving-form__btn--green:hover {
    color: #fff;
    background-color: #379778;
    border-color: #358f72
}
.giving-form .giving-form__btn--green:active, .giving-form .giving-form__btn--green.active, .open > .dropdown-toggle.giving-form .giving-form__btn--green {
    color: #fff;
    background-color: #379778;
    border-color: #358f72
}
.giving-form .giving-form__btn--green:active:hover, .giving-form .giving-form__btn--green.active:hover, .open > .dropdown-toggle.giving-form .giving-form__btn--green:hover, .giving-form .giving-form__btn--green:active:focus, .giving-form .giving-form__btn--green.active:focus, .open > .dropdown-toggle.giving-form .giving-form__btn--green:focus, .giving-form .giving-form__btn--green:active.focus, .giving-form .giving-form__btn--green.active.focus, .open > .dropdown-toggle.giving-form .giving-form__btn--green.focus {
    color: #fff;
    background-color: #2e7d63;
    border-color: #235f4b
}
.giving-form .giving-form__btn--green:active, .giving-form .giving-form__btn--green.active, .open > .dropdown-toggle.giving-form .giving-form__btn--green {
    background-image: none
}
.giving-form .giving-form__btn--green.disabled:hover, .giving-form .giving-form__btn--green[disabled]:hover, fieldset[disabled] .giving-form .giving-form__btn--green:hover, .giving-form .giving-form__btn--green.disabled:focus, .giving-form .giving-form__btn--green[disabled]:focus, fieldset[disabled] .giving-form .giving-form__btn--green:focus, .giving-form .giving-form__btn--green.disabled.focus, .giving-form .giving-form__btn--green[disabled].focus, fieldset[disabled] .giving-form .giving-form__btn--green.focus {
    background-color: #46bb95;
    border-color: #46bb95
}
.giving-form .giving-form__btn--green .badge {
    color: #46bb95;
    background-color: #fff
}
.giving-form .giving-form__btn--purple {
    color: #ffffff;
    background-color: #9054a1;
    border-color: #9054a1
}
.giving-form .giving-form__btn--purple:focus, .giving-form .giving-form__btn--purple.focus {
    color: #ffffff;
    background-color: #72437f;
    border-color: #45284d
}
.giving-form .giving-form__btn--purple:hover {
    color: #ffffff;
    background-color: #72437f;
    border-color: #6c3f79
}
.giving-form .giving-form__btn--purple:active, .giving-form .giving-form__btn--purple.active, .open > .dropdown-toggle.giving-form .giving-form__btn--purple {
    color: #ffffff;
    background-color: #72437f;
    border-color: #6c3f79
}
.giving-form .giving-form__btn--purple:active:hover, .giving-form .giving-form__btn--purple.active:hover, .open > .dropdown-toggle.giving-form .giving-form__btn--purple:hover, .giving-form .giving-form__btn--purple:active:focus, .giving-form .giving-form__btn--purple.active:focus, .open > .dropdown-toggle.giving-form .giving-form__btn--purple:focus, .giving-form .giving-form__btn--purple:active.focus, .giving-form .giving-form__btn--purple.active.focus, .open > .dropdown-toggle.giving-form .giving-form__btn--purple.focus {
    color: #ffffff;
    background-color: #5d3668;
    border-color: #45284d
}
.giving-form .giving-form__btn--purple:active, .giving-form .giving-form__btn--purple.active, .open > .dropdown-toggle.giving-form .giving-form__btn--purple {
    background-image: none
}
.giving-form .giving-form__btn--purple.disabled:hover, .giving-form .giving-form__btn--purple[disabled]:hover, fieldset[disabled] .giving-form .giving-form__btn--purple:hover, .giving-form .giving-form__btn--purple.disabled:focus, .giving-form .giving-form__btn--purple[disabled]:focus, fieldset[disabled] .giving-form .giving-form__btn--purple:focus, .giving-form .giving-form__btn--purple.disabled.focus, .giving-form .giving-form__btn--purple[disabled].focus, fieldset[disabled] .giving-form .giving-form__btn--purple.focus {
    background-color: #9054a1;
    border-color: #9054a1
}
.giving-form .giving-form__btn--purple .badge {
    color: #9054a1;
    background-color: #ffffff
}
.giving-form .or {
    float: left;
    margin: 0 16px;
    line-height: 36px
}
.giving-form__price-array .input-group {
    max-width: 125px
}
.giving-form__price-array .giving-form__form-control {
    border-right: 1px solid #999999
}
@media screen and (max-width: 480px) {
    .giving-form__currency {
        left: 5px
    }
    .giving-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    .giving-form .giving-form__wrapper-amount {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .giving-form .giving-form__wrapper-amount.no-dropdown .giving-form__form-control.form-control {
        width: 100%;
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }
    .giving-form .input-group-addon.giving-form__dropdown-wrapper {
        border-bottom-right-radius: 8px;
        border-top-right-radius: 8px
    }
    .giving-form .input-group {
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        margin: auto
    }
    .giving-form .input-group .input-group-addon {
        border-right: 1px solid #cccccc;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 80%;
                flex: 1 1 80%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
    .giving-form .input-group .giving-form__form-control.form-control {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 20%;
                flex: 1 1 20%
    }
    .giving-form .giving-form_wrapper-amount.input-group-btn, .giving-form .giving-form_wrapper-cta.input-group-btn {
        display: block;
        width: 100%
    }
    .giving-form .giving-form_wrapper-amount.input-group-btn:last-child > .btn, .giving-form .giving-form_wrapper-cta.input-group-btn:last-child > .btn, .giving-form .giving-form_wrapper-amount.input-group-btn .giving-form__btn, .giving-form .giving-form_wrapper-cta.input-group-btn .giving-form__btn {
        margin-top: 10px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        width: 100%
    }
    .giving-form .giving-form__currency {
        top: 20px
    }
    .giving-form__form-control {
        padding-left: 18px
    }
    .input-group .giving-form__form-control.form-control {
        width: 80px;
        min-width: 80px
    }
    .donate-content .wpb_text_column.wpb_content_element .delta {
        display: none
    }
}
.price-array__wrapper--widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
@media (max-width: 767px) {
    .price-array__wrapper--widget {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .price-array__wrapper--widget .btn {
        margin-top: 16px;
        width: 100%
    }
}
.price-array__wrapper--widget-open {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
@media (max-width: 767px) {
    .price-array__wrapper--widget-open {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: row !important;
                flex-direction: row !important
    }
}
.price-array__wrapper--widget-open .array-open__wrapper {
    margin-right: 16px
}
@media (max-width: 480px) {
    .price-array__wrapper--widget-open .array-open__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
}
@media screen and (max-width: 991px) {
    .price-array__wrapper--widget-open .array-open__conjunction:before {
        content: 'or'
    }
}
.price-array__wrapper--widget-open .array-open__input-group .input-group-addon {
    padding-top: 11px
}
.price-array__wrapper--widget-open .array-open__input-group .form-group .form-control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    width: 100px
}
@media screen and (max-width: 991px) {
    .price-array__wrapper--widget-open .array-open__input-group .form-group {
        margin-bottom: 0
    }
}
@media (max-width: 480px) {
    .price-array__wrapper--widget-open .array-open__input-group {
        width: 100px
    }
    .price-array__wrapper--widget-open .array-open__input-group .form-group .form-control {
        width: 75px
    }
}
@media (max-width: 480px) {
    .price-array__wrapper--widget-open .array-open__input-group {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap
    }
}
.price-array__wrapper--widget-open .has-error {
    width: 100%
}
.thank-you__engagement {
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 24px;
    padding-top: 24px
}
@media screen and (min-width: 768px) {
    .thank-you__engagement {
        max-width: 50%
    }
}
.engagement__inset--sponsor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: inset 0 6em 0 0 #00acca;
            box-shadow: inset 0 6em 0 0 #00acca;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -24px;
    padding-bottom: 12px;
    padding-top: 24px
}
@media screen and (min-width: 1200px) {
    .engagement__inset--sponsor {
        -webkit-box-shadow: inset 0 8em 0 0 #00acca;
                box-shadow: inset 0 8em 0 0 #00acca
    }
}
.engagement__inset--sponsor .child__thumbnail-wrapper {
    height: 100%;
    width: 50%
}
@media screen and (min-width: 480px) {
    .engagement__inset--sponsor .child__thumbnail-wrapper {
        max-width: 30%
    }
}
@media screen and (min-width: 1200px) {
    .engagement__inset--sponsor .child__thumbnail-wrapper {
        max-width: 25%
    }
}
.engagement__child-text {
    margin-top: 12px;
    max-width: 15em;
    text-align: center
}
.engagement__mywv-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
    padding-right: 24px
}
.engagement__title {
    margin-top: 0;
    text-align: center
}
.engagement__mwv {
    color: #ff6b00
}
.engagement__benefits {
    -ms-flex-item-align: center;
        align-self: center;
    margin-bottom: 24px
}
.engagement__text--left {
    -ms-flex-item-align: start;
        align-self: flex-start
}
.engagement__form {
    width: 100%
}
.engagement__password {
    margin-bottom: 12px
}
.engagement__btn {
    width: 100%
}
.engagement__btn .fa {
    font-weight: 700
}
.drawer {
    -webkit-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.drawer .drawer__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 26px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 16px;
    -webkit-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1), color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1), color 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background 600ms cubic-bezier(0.165, 0.84, 0.44, 1), color 600ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
@media (max-width: 480px) {
    .drawer .drawer__heading {
        font-size: 20px
    }
}
.drawer .drawer__heading > p, .drawer .drawer__heading > h2, .drawer .drawer__heading > h3 {
    margin-bottom: 0
}
.drawer .drawer__heading .fa {
    font-size: 22px;
    line-height: inherit
}
@media (max-width: 480px) {
    .drawer .drawer__heading .fa {
        font-size: 14px
    }
}
.drawer .drawer__icon {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 34px;
    width: 34px
}
@media (max-width: 480px) {
    .drawer .drawer__icon {
        height: 24px;
        width: 24px
    }
}
.drawer .drawer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 16px 24px
}
@media (max-width: 992px) {
    .drawer .drawer__body {
        display: block
    }
}
.drawer .drawer__body .body__media {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-right: 24px;
    text-align: center
}
@media (max-width: 992px) {
    .drawer .drawer__body .body__media {
        margin-bottom: 24px;
        margin-right: 0;
        max-width: 100%
    }
}
.drawer .drawer__body .body__media .embed-responsive {
    width: 552px
}
@media (max-width: 1199px) {
    .drawer .drawer__body .body__media .embed-responsive {
        width: 452px
    }
}
@media (max-width: 991px) {
    .drawer .drawer__body .body__media .embed-responsive {
        width: 100%
    }
}
.drawer .drawer__body .body__media img, .drawer .drawer__body .body__media picture {
    max-width: 100%
}
.drawer .drawer__body .body__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1
}
@media (max-width: 992px) {
    .drawer .drawer__body .body__content {
        display: block;
        max-width: 100%
    }
}
.drawer .drawer__body .content__cta {
    text-align: center
}
.drawer.is-closed .drawer__icon .fa-minus:before, .drawer.starts-closed .drawer__icon .fa-minus:before {
    margin-top: 2px
}
.drawer.starts-closed .drawer__body-wrapper {
    display: none
}
.drawer--orange.is-closed .drawer__heading, .drawer--orange.starts-closed .drawer__heading {
    background: #ffffff;
    border-bottom: 1px solid #ff6b00;
    border-top: 1px solid #ff6b00;
    color: #ff6b00
}
.drawer--orange.is-closed .drawer__icon, .drawer--orange.starts-closed .drawer__icon {
    border: 2px solid #ff6b00
}
.drawer--orange.is-open, .drawer--orange.starts-open {
    background: #f5f5f5
}
.drawer--orange.is-open .drawer__heading, .drawer--orange.starts-open .drawer__heading {
    background: #f5f5f5;
    color: #ff6b00
}
.drawer--orange.is-open .drawer__icon, .drawer--orange.starts-open .drawer__icon {
    border: 2px solid #ff6b00
}
.drawer--teal.is-closed .drawer__heading, .drawer--teal.starts-closed .drawer__heading {
    background: #006661;
    color: #ffffff
}
.drawer--teal.is-closed .drawer__icon, .drawer--teal.starts-closed .drawer__icon {
    border: 2px solid #ffffff
}
.drawer--teal.is-open, .drawer--teal.starts-open {
    background: #f5f5f5
}
.drawer--teal.is-open .drawer__heading, .drawer--teal.starts-open .drawer__heading {
    background: #f5f5f5;
    color: #006661
}
.drawer--teal.is-open .drawer__icon, .drawer--teal.starts-open .drawer__icon {
    border: 2px solid #006661
}
.l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.l-flex--wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
.l-flex--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
.l-flex--justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.l-flex--align-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}
.curve-hero__wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
    position: relative
}
.curve-hero {
    overflow: hidden
}
.curve-hero__bkg {
    float: left;
    height: inherit;
    width: auto
}
@media screen and (min-width: 768px) {
    .curve-hero__bkg {
        height: auto;
        width: 100%
    }
}
.curve-hero__cta {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%)
}
.media:after {
    clear: both;
    content: "";
    display: table
}
.media .media__img {
    float: left;
    margin-right: 12px
}
.media.media--reverse .media__img {
    float: right;
    margin-left: 12px
}
@supports (display: grid) {
    .media {
        display: grid;
        grid-column-gap: 24px;
        grid-template-areas: "img title" "img content" "img footer";
        grid-template-columns: 1fr 3fr;
        grid-template-rows: auto 1fr;
        margin-bottom: 24px
    }
    .media:after {
        content: none
    }
    .media .media__img, .media.media--reverse .media__img {
        margin: 0;
        width: auto
    }
    .media .media__title {
        grid-area: title
    }
    .media .media__img {
        -ms-flex-item-align: center;
            align-self: center;
        grid-area: img;
        justify-self: flex-end
    }
    .media .media__img > * {
        width: 100%
    }
    .media .media__content {
        -ms-flex-item-align: center;
            align-self: center;
        grid-area: content
    }
    .media .media__footer {
        grid-area: footer
    }
    .media.media--reverse {
        grid-template-areas: "title img" "content img" "footer img";
        grid-template-columns: 3fr 1fr
    }
    .media > .media {
        grid-column: -2
    }
}
.product-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
@supports (display: grid) {
    .product-summary {
        display: grid;
        grid-gap: 24px;
        grid-template-areas: "image title" "image summary";
        grid-template-columns: 25vw fit-content(100%);
        grid-template-rows: 40px
    }
}
@media screen and (max-width: 991px) {
    .product-summary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}
.product-summary__title {
    margin-top: 0;
    width: 100%
}
@supports (display: grid) {
    .product-summary__title {
        grid-area: title;
        margin-bottom: 0;
        width: inherit
    }
}
@media screen and (max-width: 991px) {
    .product-summary__title {
        margin-bottom: 12px;
        text-align: center
    }
}
.product-summary__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 24px
}
@supports (display: grid) {
    .product-summary__image {
        grid-area: image;
        margin: 0
    }
}
@media screen and (max-width: 991px) {
    .product-summary__image {
        margin-bottom: 24px;
        margin-left: -15px;
        margin-right: -15px
    }
}
.product-summary__image .image__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.product-summary__image .image__wrapper figure, .product-summary__image .image__wrapper img {
    -ms-flex-item-align: start;
        align-self: flex-start;
    height: auto;
    max-width: 25vw
}
@media screen and (max-width: 991px) {
    .product-summary__image .image__wrapper figure, .product-summary__image .image__wrapper img {
        max-width: 100%
    }
}
.product-summary__details {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
}
@supports (display: grid) {
    .product-summary__details {
        grid-area: summary
    }
}
@media screen and (min-width: 992px) {
    .product-summary__details {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%
    }
}
.details__amount--array-open {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px
}
@media screen and (max-width: 991px) {
    .details__amount--array-open {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%
    }
    .details__amount--array-open .price-array {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 12px;
        width: 100%
    }
}
.details__amount--array-open > hr {
    width: 100%
}
.details__amount--variable {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
@media screen and (max-width: 991px) {
    .details__amount--variable {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 24px
    }
}
.details__amount--variable .array-open__conjunction {
    -ms-flex-item-align: center;
        align-self: center
}
@media screen and (max-width: 991px) {
    .price-array__attributes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%
    }
    .price-array__attributes {
        margin-bottom: 12px
    }
}
.price-array__variant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
@media screen and (max-width: 991px) {
    .price-array__variant {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }
}
@media screen and (min-width: 992px) {
    .price-array__variant {
        padding-bottom: 12px
    }
}
.price-array__variant .price-array {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.price-array__variant .price-array__input {
    position: initial;
    width: initial;
    height: initial;
    margin: initial;
    padding: initial;
    overflow: initial;
    clip: initial;
    border: initial;
    margin-top: 0
}
.price-array__variant .price-array__option {
    background-color: transparent;
    border: none;
    color: #333333;
    margin-right: 0;
    padding: 0 16px;
    padding-left: 8px;
    white-space: nowrap
}
.price-array__variant .price-array__option.is-selected {
    background-color: transparent;
    color: #333333
}
@media screen and (min-width: 992px) {
    .price-array__variant .price-array__option {
        padding-right: 24px
    }
}
.array-open__conjunction {
    margin-right: 12px
}
.array-open__conjunction:before {
    content: 'or'
}
@media screen and (max-width: 991px) {
    .array-open__conjunction:before {
        content: 'Give a different amount'
    }
}
.array-open__input-group {
    width: 145px
}
.array-open__input-group .form-control {
    width: 100px
}
.details__frequency {
    margin-bottom: 12px
}
@media screen and (max-width: 991px) {
    .details__frequency {
        -ms-flex-item-align: center;
            align-self: center
    }
}
.details__button-messages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 12px
}
@media screen and (max-width: 991px) {
    .details__button-messages {
        width: 100%
    }
}
.details__add-to-cart {
    margin-top: 0
}
@media screen and (max-width: 991px) {
    .details__add-to-cart {
        width: 100%
    }
}
.details__cart--variations .details__add-to-cart {
    margin-bottom: 16px
}
.details__honor-card {
    color: #00acca;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 0;
    margin-left: 12px;
    -webkit-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: color 250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.details__honor-card:before {
    content: '\f05a';
    font-family: FontAwesome;
    margin-right: 8px
}
.details__honor-card:hover {
    color: #006661;
    cursor: pointer
}
@media screen and (max-width: 991px) {
    .details__honor-card {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 12px;
        text-align: center
    }
}
.details__alert {
    margin-bottom: 10px;
    margin-top: 12px;
    max-width: 39em;
    width: 100%
}
@media screen and (max-width: 991px) {
    .details__alert {
        max-width: 100%
    }
}
.details__alert-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between
}
@media screen and (max-width: 991px) {
    .details__alert-message {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
}
.details__excerpt {
    margin-bottom: 0;
    max-width: 39em
}
.details__button {
    padding-left: 0
}
.scroll__arrow {
    color: #ffffff;
    font-size: 34px;
    text-align: center
}
.scroll__arrow .fa-angle-down {
    background-color: #ff6b00;
    border-radius: 34px;
    height: 34px;
    width: 34px
}
@media (min-width: 768px) {
    .scroll__arrow {
        font-size: 40px
    }
    .scroll__arrow .fa-angle-down {
        border-radius: 40px;
        height: 40px;
        width: 40px
    }
}
@media (min-width: 1200px) {
    .scroll__arrow {
        font-size: 50px
    }
    .scroll__arrow .fa-angle-down {
        border-radius: 50px;
        height: 50px;
        width: 50px
    }
}
.price-array {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.price-array__option {
    background-color: #d9f3f7;
    border-color: #d9f3f7;
    border-radius: 8px;
    border-style: solid;
    border-width: 5px;
    color: #00acca;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 12px;
    padding: 6px 16px;
    -webkit-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.price-array__option:hover {
    border-color: #b3e6ef;
    cursor: pointer
}
.price-array__option.is-selected {
    background-color: #00acca;
    border-color: #d9f3f7;
    color: #ffffff
}
@media screen and (max-width: 480px) {
    .price-array__option {
        padding: 1px 5px
    }
    .price-array__option.is-selected {
        border-color: #00acca
    }
}
.price-array__wrapper--widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 767px) {
    .price-array__wrapper--widget {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .price-array__wrapper--widget .btn {
        margin-top: 16px;
        width: 100%
    }
}
.swingSpinner {
    height: 300px;
    padding-top: 150px
}
.swingSpinner .swing-loading {
    position: absolute;
    top: 50%;
    left: 50%
}
.swingSpinner .swing-loading-bar {
    background-color: #dfdfdf;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    -webkit-animation: loading 1s ease-in-out infinite;
            animation: loading 1s ease-in-out infinite
}
.swingSpinner .swing-loading-bar:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s
}
.swingSpinner .swing-loading-bar:nth-child(2) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s
}
.swingSpinner .swing-loading-bar:nth-child(3) {
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s
}
@-webkit-keyframes loading {
    0% {
        opacity: 0.8
    }
    50% {
        opacity: 0.4
    }
    100% {
        opacity: 0.2
    }
}
@keyframes loading {
    0% {
        opacity: 0.8
    }
    50% {
        opacity: 0.4
    }
    100% {
        opacity: 0.2
    }
}
.spinner--wv-star {
    width: 60px;
    height: 60px;
    position: relative;
    margin: 100px auto
}
.spinner--wv-star .double-bounce1, .spinner--wv-star .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #ff6b00;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
            animation: sk-bounce 2s infinite ease-in-out
}
.spinner--wv-star .double-bounce2 {
    -webkit-animation-delay: -1s;
            animation-delay: -1s;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/192462/cross-star-logo-no-border.svg");
    background-size: 60px 60px;
    background-repeat: no-repeat
}
@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.child__thumbnail {
    border-color: rgba(255, 255, 255, 0.5);
    border-radius: 50% 50% 50% 50%;
    border-style: solid;
    border-width: 8px;
    width: 100%
}
.nav-tabs {
    border-bottom-color: #ff6b00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}
.nav-tabs > li:not(:first-of-type) > a {
    border-top-left-radius: 0
}
.nav-tabs > li:not(:last-of-type) > a {
    border-top-right-radius: 0
}
.nav-tabs > li > a {
    background-color: #ff6b00;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: background-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1), border-color 250ms cubic-bezier(0.165, 0.84, 0.44, 1)
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:active, .nav-tabs > li > a:focus {
    background-color: #ff8833;
    border-bottom-color: #ff6b00;
    border-left-color: #ff8833;
    border-right-color: #ff8833;
    border-top-color: #ff8833
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:active, .nav-tabs > li.active > a:focus {
    background-color: #ffffff;
    border-left-color: #ff6b00;
    border-right-color: #ff6b00;
    border-top-color: #ff6b00;
    color: #ff6b00
}
.serif {
    font-family: Lora, Georgia, "Times New Roman", Times, serif
}
.sans-serif {
    font-family: Lato, Helvetica, Arial, sans-serif
}
.nano, .has-success .message, .has-warning .message, .has-error .message {
    font-size: 11px;
    line-height: 1.4545454545454546;
    font-weight: 400
}
.micro {
    font-size: 12px;
    line-height: 1.3333333333333333;
    font-weight: 400
}
.milli {
    font-size: 13px;
    line-height: 1.2307692307692308;
    font-weight: 400
}
.centi, .breadcrumb {
    font-size: 14px;
    line-height: 1.1428571428571428;
    font-weight: 400
}
.deci, .engagement__child-text {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400
}
.base, .btn-text.btn-small, .price-array__variant .price-array__option {
    font-size: 16px;
    line-height: 1.556;
    font-weight: 400
}
@media (min-width: 768px) {
    .base, .btn-text.btn-small, .price-array__variant .price-array__option {
        font-size: 16px
    }
}
.zeta, #wp-alertbar .alertbar-title, .btn-text, .array-open__input-group .input-group-addon, .array-open__input-group .form-control, .price-array__option, h6, .h6 {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400
}
@media (min-width: 768px) {
    .zeta, #wp-alertbar .alertbar-title, .btn-text, .array-open__input-group .input-group-addon, .array-open__input-group .form-control, .price-array__option, h6, .h6 {
        font-size: 20px
    }
}
.epsilon, .has-success.has-icon .fa, .has-warning.has-icon .fa, .has-error.has-icon .fa, h5, .h5 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400
}
@media (min-width: 768px) {
    .epsilon, .has-success.has-icon .fa, .has-warning.has-icon .fa, .has-error.has-icon .fa, h5, .h5 {
        font-size: 22px;
        line-height: 1.4545454545454546
    }
}
.delta, .engagement__title, h4, .h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400
}
@media (min-width: 768px) {
    .delta, .engagement__title, h4, .h4 {
        font-size: 24px;
        line-height: 1.3333333333333333
    }
}
.gamma, h3, .h3 {
    font-size: 22px;
    line-height: 1.4545454545454546;
    font-weight: 400
}
@media (min-width: 768px) {
    .gamma, h3, .h3 {
        font-size: 26px;
        line-height: 1.3846153846153846
    }
}
.beta, #wp-alertbar .alertbar-homepage .alertbar-title, h2, .h2 {
    font-size: 24px;
    line-height: 1.3333333333333333;
    font-weight: 400
}
@media (min-width: 768px) {
    .beta, #wp-alertbar .alertbar-homepage .alertbar-title, h2, .h2 {
        font-size: 30px;
        line-height: 1.3333333333333333
    }
}
.alpha, h1, .h1 {
    font-size: 26px;
    line-height: 1.3846153846153846;
    font-weight: 400
}
@media (min-width: 768px) {
    .alpha, h1, .h1 {
        font-size: 34px;
        line-height: 1.2941176470588236
    }
}
.kilo {
    font-size: 30px;
    line-height: 1.3333333333333333;
    font-weight: 400
}
@media (min-width: 768px) {
    .kilo {
        font-size: 40px;
        line-height: 1.3
    }
}
.mega {
    font-size: 34px;
    line-height: 1.2941176470588236;
    font-weight: 400
}
@media (min-width: 768px) {
    .mega {
        font-size: 50px;
        line-height: 1.28
    }
}
.giga {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400
}
@media (min-width: 768px) {
    .giga {
        font-size: 70px;
        line-height: 1.2571428571428571
    }
}
h5, .h5 {
    font-weight: 600
}
h6, .h6 {
    font-style: italic
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    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: #999999
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 32px;
    margin-bottom: 16px
}
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: 13px
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 16px;
    margin-bottom: 16px
}
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: 13px
}
body {
    font-size: 16px
}
@media (min-width: 768px) {
    body {
        font-size: 16px
    }
}
p {
    margin: 0 0 20px
}
.lead {
    margin-bottom: 16px;
    font-weight: 400;
    line-height: 1.556;
    font-size: 20px
}
@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}
small, .small {
    font-size: 13px
}
mark, .mark {
    background-color: #fff8e7;
    padding: .2em
}
i, em {
    font-family: Lora, Georgia, "Times New Roman", Times, serif
}
.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 {
    letter-spacing: 0.0625em;
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #999999
}
.text-primary {
    color: #ff6b00
}
a.text-primary:hover, a.text-primary:focus {
    color: #cc5600
}
.text-success {
    color: #46bb95
}
a.text-success:hover, a.text-success:focus {
    color: #379778
}
.text-info {
    color: #00acca
}
a.text-info:hover, a.text-info:focus {
    color: #008197
}
.text-warning {
    color: #fca12d
}
a.text-warning:hover, a.text-warning:focus {
    color: #f38a03
}
.text-danger {
    color: #e54f5e
}
a.text-danger:hover, a.text-danger:focus {
    color: #de2335
}
.bg-primary {
    color: #fff;
    background-color: #ff6b00
}
a.bg-primary:hover, a.bg-primary:focus {
    background-color: #cc5600
}
.bg-success {
    background-color: #e3f5ef
}
a.bg-success:hover, a.bg-success:focus {
    background-color: #bee7da
}
.bg-info {
    background-color: #d9f3f7
}
a.bg-info:hover, a.bg-info:focus {
    background-color: #afe5ee
}
.bg-warning {
    background-color: #fff8e7
}
a.bg-warning:hover, a.bg-warning:focus {
    background-color: #feeab5
}
.bg-danger {
    background-color: #fbe5e7
}
a.bg-danger:hover, a.bg-danger:focus {
    background-color: #f5b8be
}
.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #cccccc
}
ul, ol {
    margin-top: 0;
    margin-bottom: 12px
}
ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 24px
}
dt, dd {
    line-height: 1.556
}
dt {
    font-weight: bold
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999999
}
.initialism {
    font-size: 90%;
    letter-spacing: 0.0625em;
    text-transform: uppercase
}
blockquote, .pullquote {
    font-family: Lora, Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    margin: 0 0 16px;
    padding: 12px 16px;
    padding-right: 0;
    position: relative
}
@media (min-width: 768px) {
    blockquote, .pullquote {
        font-size: 24px;
        padding-left: 32px
    }
}
blockquote:before, .pullquote:before {
    color: #f5f5f5;
    content: "\f10e";
    display: block;
    font-family: FontAwesome;
    font-size: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}
blockquote .attribution, .pullquote .attribution {
    display: block;
    font-style: italic;
    font-size: 16px;
    line-height: 1.25;
    margin-top: 16px
}
blockquote p:last-child, .pullquote p:last-child, blockquote ul:last-child, .pullquote ul:last-child, blockquote ol:last-child, .pullquote ol:last-child {
    margin-bottom: 0
}
.blockquote-reverse {
    padding-right: 15px;
    padding-left: 0;
    text-align: right
}
.blockquote-reverse:before {
    content: "\f10d";
    left: 0;
    right: initial
}
address {
    margin-bottom: 16px;
    font-style: normal;
    line-height: 1.556
}
.decorated-heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1em -1em
}
.decorated-heading:before, .decorated-heading:after {
    background: #cccccc;
    content: '';
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 1px;
    margin: 0 1em
}
.decorated-heading__inner {
    margin: 0
}
.decorated-heading__inner--fancy {
    color: #999999
}
select.select-control {
    -webkit-appearance: none;
    padding-right: 42px
}
input[type=text]::-ms-clear, input[type=email]::-ms-clear, input[type=tel]::-ms-clear {
    display: none
}