.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #FAFAFA;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #235184;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #235184;
    cursor: pointer;
}

.panel--calculator h1, .panel--calculator h2, .panel--calculator h3, .panel--calculator h4{
    color: #383838;
    font-weight: bold;
    font-size: 32px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small{
    color: #92A7BD;
    font-size: 60%;
    line-height: 0;
}
.panel {
    margin-top: 2.25rem;
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333;
}
.panel--calculator{
    background: #C4E1FF;
    border: none;
    color: #fff;
    min-width: 600px;
    max-width: 100%;
}
.panel--calculator h5 {
    font-weight: normal !important;
    color: #235184 !important;
    text-transform: uppercase;
    font-size: 15px;
}

.panel.panel--calculator.panel--help{
    color: #235184;
    background: #E5F1FD;
}

.panel--calculator .panel--highlight {
    background: #E2EEFB;
    border: none !important;
    border-bottom: 3px solid #ADC8E4 !important;
}
.panel--calculator .panel--highlight hr {
    border: none;
    border-top: 1px solid #D6DBE0;
    margin-top: 4px;
    margin-bottom: 4px;
}

.hr--darker {
    border: none;
    margin-top:0;
    border-top: 1px solid #B4D0EC;
}

.resultCell small {
    font-size: 12px;
}

.resultCell .calendar--label {
    font-weight: bold;
    font-size: 24px;
    color: #235184;
}

.entry-calc *+* {
    margin-top: 0;
}

.calendar--notes {
    line-height: 1.2;
    color: #235184;
    margin-top: 8px;
    font-size: 12px;
    background: #E5F1FD;
    padding: 6px;
    position: relative;
    padding-left: 41px;
}

.loanAmount, .loanDuration {
    width: 108px;
    margin: 0px 0 0rem 20px;
    background: #3e89c3 !important;
    border: none;
    border-bottom: 3px solid #39689C !important;
    color: white !important;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
    font-size: 20px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

select.durationSelect{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #FAFAFA;
    border-radius: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #F7F2EA;
    color: #C3C3C3;
    font-family: inherit;
    font-size: 1.125rem;
    line-height: normal;
    padding: 0.5rem;
    border-radius: 0;
    height: 2.5625rem;
}

.column--duration{
    position:relative;
}

.durationSelect {
    position: relative;
    background: #3e89c3 !important;
    border: none !important;
    border-bottom: 3px solid #39689C !important;
    color: white !important;
    text-align: center;
    font-size: 20px !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius:0;
}

.icon--duration {
    position: absolute;
    top: 13px;
    right: 20px;
    z-index: 9;
    color: white;
    pointer-events: none;
}
.duration{font-size: 12px;}

.fa-pound-sign, .fa-calendar {
    font-size: 28px;
    color: #7993AF;
    display: block;
    width: 20px;
}

.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.column{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
}
.double-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 2
}

.flex-start{
    justify-content: flex-start;
}

.items-center{
    align-items: center;
}

.calendar--notes i {
    position: absolute;
    color: #AFC9E4;
    font-size: 26px;
    left: 8px;
}

.vertical-margin{
    margin-top:1rem;
    margin-bottom:1rem;
}

.hidden{display:none;}

