﻿@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,700|Roboto:300,400&display=swap");

*,
*:active,
*:focus,
*:hover,
*:link,
*:visited {
    -o-transition: background-color 0.2s linear, border-color 0.1s linear;
    -webkit-transition: background-color 0.2s linear, border-color 0.1s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.1s linear;
    transition: background-color 0.2s linear, border-color 0.1s linear
}

[lang="zh-Hans-TW"] body,
[lang="zh-Hans-TW"] * {
    font-family: Arial, sans-serif;
    font-weight: 400
}

@media (min-width: 1200px) {
    .border-xl {
        border: 1px solid #dee2e6 !important
    }

    .border-xl-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-xl-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-xl-0 {
        border: none !important
    }
}

@media (min-width: 992px) {
    .border-lg {
        border: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border: none !important
    }

    .border-lg-bottom-0 {
        border-bottom: none !important
    }

    .border-lg-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-lg-right {
        border-right: 1px solid #dee2e6 !important
    }

    .border-lg-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }
}

@media (max-width: 992px) {
    .border-md {
        border: 1px solid #dee2e6 !important
    }

    .border-md-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-md-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-md-0 {
        border: none !important
    }
}

@media (max-width: 575px) {
    .border-sm {
        border: 1px solid #dee2e6 !important
    }

    .border-sm-left {
        border-left: 1px solid #dee2e6 !important
    }

    .border-sm-bottom {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-sm-0 {
        border: none !important
    }
}

.rounded-xxl {
    border-radius: 1.8rem !important
}

.border-dashed-t {
    border-top-width: 1px;
    border-top-style: dashed
}

.border-dashed-r {
    border-right-width: 1px;
    border-right-style: dashed
}

.border-color-g {
    border-color: #dee2e6
}

.border-color-w {
    border-color: #fff !important
}

.rounded-20 {
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px
}

.rounded-10 {
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.line-hight-fit {
    line-height: 1 !important
}

.lh-h1 {
    line-height: 38px
}

.lh-h2 {
    line-height: 34px
}

.lh-h3 {
    line-height: 32px
}

.lh-h4 {
    line-height: 30px
}

.lh-h5 {
    line-height: 24px
}

.lh-h6 {
    line-height: 24px
}

.lh-p {
    line-height: 21px
}

.lh-p-sm {
    line-height: 21px
}

.lh-note {
    line-height: 20px
}

.lh-base {
    line-height: 1.1
}

.shadow-0 {
    box-shadow: none !important
}

.shadow-1 {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 3px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-2 {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-3 {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12), 0 1px 8px 0 rgba(0, 0, 0, 0.2) !important
}

.shadow-4 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-6 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2) !important
}

.shadow-8 {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-9 {
    box-shadow: 0 9px 12px 1px rgba(0, 0, 0, 0.14), 0 3px 16px 2px rgba(0, 0, 0, 0.12), 0 5px 6px -3px rgba(0, 0, 0, 0.2) !important
}

.shadow-12 {
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 7px 8px -4px rgba(0, 0, 0, 0.2) !important
}

.shadow-16 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important
}

.shadow-24 {
    box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2) !important
}

.shadow-hover-effect-1 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

.shadow-hover-effect-2 {
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 3px 6px transparent, 0 3px 6px transparent
}

.shadow-hover-effect-2:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04), 0 3px 6px rgba(0, 0, 0, 0.04)
}

@media (min-width: 991px) {
    .shadow-lg-0 {
        box-shadow: none !important
    }

    .shadow-lg-block {
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
    }
}

.basic-control .control {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.basic-control .control * {
    pointer-events: auto;
    color: #fff
}

.control--theme {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-flex-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    z-index: 10
}

.control--theme * {
    pointer-events: auto;
    color: #fff
}

.img-cover {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-contain {
    object-fit: contain;
    width: 100%;
    max-width: 100%;
    height: 100%
}

.img-user-word {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #fff;
    line-height: 1
}

img.lazy-image {
    opacity: 0.1;
    will-change: opacity;
    transition: all 0.3s;
    background-color: #333
}

img.lazy-image.loaded {
    opacity: 1
}

.img-6-5,
.img-4-3,
.img-3-2,
.img-3-1,
.img-4-1,
.img-1-1,
.img-1-2,
.img-2-1,
.img-2-3 {
    width: 100%;
    position: relative;
    background: url() 50% 50% no-repeat;
    background-size: cover;
    background-clip: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transform: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

.img-6-5.bg-contain,
.img-4-3.bg-contain,
.img-3-2.bg-contain,
.img-3-1.bg-contain,
.img-4-1.bg-contain,
.img-1-1.bg-contain,
.img-1-2.bg-contain,
.img-2-1.bg-contain,
.img-2-3.bg-contain {
    background-size: contain
}

.img-6-5:before,
.img-4-3:before,
.img-3-2:before,
.img-3-1:before,
.img-4-1:before,
.img-1-1:before,
.img-1-2:before,
.img-2-1:before,
.img-2-3:before {
    display: block;
    pointer-events: none;
    content: ""
}

.img-6-5:before {
    padding-top: 80%
}

.img-4-3:before {
    padding-top: 70%
}

.img-3-2:before {
    padding-top: 66.6666667%
}

.img-3-1:before {
    padding-top: 33.3333333%
}

.img-4-1:before {
    padding-top: 25%
}

.img-1-2:before {
    padding-top: 120%
}

.img-1-1:before {
    padding-top: 100%
}

.img-2-1:before {
    padding-top: 50%
}

.img-2-3:before {
    padding-top: 150%
}

#preview {
    position: absolute;
    border: 1px solid #979797;
    background: #979797;
    padding: 1px;
    display: none;
    color: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    max-width: 350px
}

#preview img {
    width: 100%
}

.--img-card .img-wrap {
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -ms-box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    box-shadow: 0 0 15px 0 rgba(0, 30, 71, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.--img-card .img-wrap img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center
}

.--img-card .img-wrap:after,
.--img-card .img-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.--img-card .img-wrap:after {
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    opacity: .5
}

.--img-card .img-wrap:before {
    background: -moz-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: -webkit-linear-gradient(top, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    background: linear-gradient(to bottom, rgba(161, 2, 39, 0) 0%, #a10227 100%);
    opacity: 0
}

.--img-card:hover {
    text-decoration: none
}

.--img-card:hover .img-wrap {
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    -ms-box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 30, 71, 0.4)
}

.--img-card:hover .img-wrap:after {
    opacity: 0
}

.--img-card:hover .img-wrap:before {
    opacity: 1
}

.--img-card:hover .img-wrap img {
    width: 120%;
    height: 120%;
    transition-delay: .2s
}

.--type .type {
    list-style: none;
    padding: .5rem 0;
    margin: 0 -1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    opacity: .6
}

.--type .type li {
    text-transform: uppercase;
    color: #666;
    font-size: 1.4rem;
    padding: 0 1rem
}

.--type .type li+li {
    border-left: 1px solid #666
}

@media (min-width: 768px) {
    .bg-md-white {
        background-color: #fff !important
    }
}

@media (min-width: 992px) {
    .bg-lg-light {
        background-color: #f7f7f7 !important
    }

    .bg-lg-white {
        background-color: #fff !important
    }

    .bg-lg-transparent {
        background-color: transparent !important
    }

    .bg-lg-misty-grey {
        background-color: #ebebeb !important
    }
}

@media (min-width: 1200px) {
    .bg-xl-light {
        background-color: #f7f7f7 !important
    }

    .bg-xl-transparent {
        background-color: transparent !important
    }
}

@media (max-width: 992px) {
    .alert-xs-transparent {
        background-color: transparent !important
    }
}

.bg-none {
    background: none
}

.bg-misty-grey {
    background-color: #ebebeb
}

.bg-FB {
    background-color: #3b5998
}

.bg-line {
    background-color: #00c200
}

.bg-twitter {
    background-color: #76a9ea
}

.bg-gray {
    background-color: #9b9b9b
}

.bg-sea {
    background-color: #DBECFF
}

.bg-black {
    background-color: #000
}

.bg-shadow-black {
    background-color: rgba(0, 0, 0, 0.5)
}

.bg-lt-gray {
    background-color: #e0e0e0
}

.point-gradient-bg {
    background: -webkit-linear-gradient(#ffb116, #fa8900);
    background: -moz-linear-gradient(#ffb116, #fa8900);
    background: -ms-linear-gradient(#ffb116, #fa8900);
    background: -o-linear-gradient(#ffb116, #fa8900);
    background: linear-gradient(#ffb116, #fa8900);
    -pie-background: linear-gradient(#ffb116, #fa8900)
}

.bg-gradient-success {
    background-image: linear-gradient(to bottom, #83d888, #2db032)
}

.bg-gradient-primary {
    background-image: linear-gradient(to bottom, #a6c8ff, #5392f9)
}

.bg-gradient-notice {
    background-image: linear-gradient(to bottom, #ffdca2, #f5a623)
}

.bg-gradient-danger {
    background-image: linear-gradient(to bottom, #ffc6c4, #db5c58)
}

.scrollBar-theme {
    overflow-y: auto
}

.scrollBar-theme::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0)
}

.scrollBar-theme::-webkit-scrollbar-track {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.scrollBar-theme::-webkit-scrollbar-thumb {
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: rgba(85, 85, 85, 0.6)
}

.scrollBar-theme::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(85, 85, 85, 0.6)
}

.event-card-scroll_mobile {
    position: relative;
    padding: 0 0 1rem
}

@media (min-width: 768px) {

    .event-card-scroll_mobile .card,
    .event-card-scroll_mobile .card .card-body {
        height: 100%
    }
}

@media (max-width: 767px) {
    .event-card-scroll_mobile {
        height: 250px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets,
    .event-card-scroll_mobile .swiper-pagination-custom,
    .event-card-scroll_mobile .swiper-pagination-fraction {
        top: 210px
    }

    .event-card-scroll_mobile.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px
    }

    .event-card-scroll_mobile .swiper-slide {
        width: auto
    }

    .event-card-scroll_mobile .card {
        width: 300px
    }

    .event-card-scroll_mobile .card h5 {
        font-size: 1.6rem !important
    }

    .event-card-scroll_mobile .card p {
        display: none
    }

    .event-card-scroll_mobile .row {
        flex-wrap: nowrap
    }
}

.cibc-cal {
    padding: 0 1rem
}

.cibc-cal .blocktitle {
    color: #0970E6;
    font-size: 2.4rem;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    text-align: center;
    border-bottom: 1px solid #ddd
}

.cibc-cal .resultbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -o-flex-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-top: 1rem;
    padding: 2rem 1rem 0;
    border-top: 1px solid #ddd
}

.cibc-cal .resultbox span {
    font-size: 1.6rem;
    color: #666;
    display: inline-block
}

.cibc-cal .resultbox span.resultstr,
.cibc-cal .resultbox span.price {
    font-size: 2rem;
    color: #0970E6;
    font-weight: 600;
    padding: 0 .5rem
}

.cibc-cal .infoblock,
.cibc-cal .incomeblock,
.cibc-cal .expenditureblock,
.cibc-cal .longtermcarebox,
.cibc-cal .hospitalizebox,
.cibc-cal .retirebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.cibc-cal .infoblock .row-title,
.cibc-cal .incomeblock .row-title,
.cibc-cal .expenditureblock .row-title,
.cibc-cal .longtermcarebox .row-title,
.cibc-cal .hospitalizebox .row-title,
.cibc-cal .retirebox .row-title {
    width: 200px;
    background: #0970E6;
    overflow: hidden;
    -ms-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
    padding: 2rem 0
}

.cibc-cal .infoblock .row-title>strong,
.cibc-cal .incomeblock .row-title>strong,
.cibc-cal .expenditureblock .row-title>strong,
.cibc-cal .longtermcarebox .row-title>strong,
.cibc-cal .hospitalizebox .row-title>strong,
.cibc-cal .retirebox .row-title>strong {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -o-flex-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    font-size: 2rem;
    color: #fff
}

.cibc-cal .infoblock .row-title>strong *,
.cibc-cal .incomeblock .row-title>strong *,
.cibc-cal .expenditureblock .row-title>strong *,
.cibc-cal .longtermcarebox .row-title>strong *,
.cibc-cal .hospitalizebox .row-title>strong *,
.cibc-cal .retirebox .row-title>strong * {
    -ms-flex: 0 1 auto
}

.cibc-cal .infoblock .row-comment,
.cibc-cal .incomeblock .row-comment,
.cibc-cal .expenditureblock .row-comment,
.cibc-cal .longtermcarebox .row-comment,
.cibc-cal .hospitalizebox .row-comment,
.cibc-cal .retirebox .row-comment {
    width: 100%;
    padding: 2rem 3rem;
    border: 1px solid #ddd;
    -ms-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background-color: rgba(255, 255, 255, 0.3)
}

@media (max-width: 992px) {

    .cibc-cal .infoblock,
    .cibc-cal .incomeblock,
    .cibc-cal .expenditureblock,
    .cibc-cal .longtermcarebox,
    .cibc-cal .hospitalizebox,
    .cibc-cal .retirebox {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .cibc-cal .infoblock *,
    .cibc-cal .incomeblock *,
    .cibc-cal .expenditureblock *,
    .cibc-cal .longtermcarebox *,
    .cibc-cal .hospitalizebox *,
    .cibc-cal .retirebox * {
        -ms-flex: 0 1 auto
    }

    .cibc-cal .infoblock .row-title,
    .cibc-cal .incomeblock .row-title,
    .cibc-cal .expenditureblock .row-title,
    .cibc-cal .longtermcarebox .row-title,
    .cibc-cal .hospitalizebox .row-title,
    .cibc-cal .retirebox .row-title {
        width: 100%;
        -ms-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        padding: 1rem 2rem
    }

    .cibc-cal .infoblock .row-title>strong,
    .cibc-cal .incomeblock .row-title>strong,
    .cibc-cal .expenditureblock .row-title>strong,
    .cibc-cal .longtermcarebox .row-title>strong,
    .cibc-cal .hospitalizebox .row-title>strong,
    .cibc-cal .retirebox .row-title>strong {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -o-flex-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start
    }

    .cibc-cal .infoblock .row-comment,
    .cibc-cal .incomeblock .row-comment,
    .cibc-cal .expenditureblock .row-comment,
    .cibc-cal .longtermcarebox .row-comment,
    .cibc-cal .hospitalizebox .row-comment,
    .cibc-cal .retirebox .row-comment {
        -ms-border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px;
        border-radius: 0 0 10px 10px
    }
}

@media (max-width: 767px) {

    .cibc-cal .infoblock .row-comment,
    .cibc-cal .incomeblock .row-comment,
    .cibc-cal .expenditureblock .row-comment,
    .cibc-cal .longtermcarebox .row-comment,
    .cibc-cal .hospitalizebox .row-comment,
    .cibc-cal .retirebox .row-comment {
        padding: 2rem 3rem
    }
}

.cibc-cal .hospitalizebox .shadowbox,
.cibc-cal .longtermcarebox .shadowbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

@media (max-width: 992px) {

    .cibc-cal .hospitalizebox .shadowbox,
    .cibc-cal .longtermcarebox .shadowbox {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .cibc-cal .hospitalizebox .shadowbox *,
    .cibc-cal .longtermcarebox .shadowbox * {
        -ms-flex: 0 1 auto
    }
}

.cibc-cal .inputbox .row-comment>ul,
.cibc-cal .inputbox>ul,
.cibc-cal .hospitalizebox .row-comment>ul,
.cibc-cal .hospitalizebox>ul,
.cibc-cal .longtermcarebox .row-comment>ul,
.cibc-cal .longtermcarebox>ul,
.cibc-cal .retirebox .row-comment>ul,
.cibc-cal .retirebox>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.cibc-cal .inputbox .row-comment>ul>li,
.cibc-cal .inputbox>ul>li,
.cibc-cal .hospitalizebox .row-comment>ul>li,
.cibc-cal .hospitalizebox>ul>li,
.cibc-cal .longtermcarebox .row-comment>ul>li,
.cibc-cal .longtermcarebox>ul>li,
.cibc-cal .retirebox .row-comment>ul>li,
.cibc-cal .retirebox>ul>li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

@media (max-width: 992px) {

    .cibc-cal .inputbox .row-comment>ul>li,
    .cibc-cal .inputbox>ul>li,
    .cibc-cal .hospitalizebox .row-comment>ul>li,
    .cibc-cal .hospitalizebox>ul>li,
    .cibc-cal .longtermcarebox .row-comment>ul>li,
    .cibc-cal .longtermcarebox>ul>li,
    .cibc-cal .retirebox .row-comment>ul>li,
    .cibc-cal .retirebox>ul>li {
        width: 100% !important
    }
}

@media (max-width: 767px) {

    .cibc-cal .inputbox .row-comment>ul>li,
    .cibc-cal .inputbox>ul>li,
    .cibc-cal .hospitalizebox .row-comment>ul>li,
    .cibc-cal .hospitalizebox>ul>li,
    .cibc-cal .longtermcarebox .row-comment>ul>li,
    .cibc-cal .longtermcarebox>ul>li,
    .cibc-cal .retirebox .row-comment>ul>li,
    .cibc-cal .retirebox>ul>li {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0
    }

    .cibc-cal .inputbox .row-comment>ul>li .input,
    .cibc-cal .inputbox .row-comment>ul>li .subinput,
    .cibc-cal .inputbox>ul>li .input,
    .cibc-cal .inputbox>ul>li .subinput,
    .cibc-cal .hospitalizebox .row-comment>ul>li .input,
    .cibc-cal .hospitalizebox .row-comment>ul>li .subinput,
    .cibc-cal .hospitalizebox>ul>li .input,
    .cibc-cal .hospitalizebox>ul>li .subinput,
    .cibc-cal .longtermcarebox .row-comment>ul>li .input,
    .cibc-cal .longtermcarebox .row-comment>ul>li .subinput,
    .cibc-cal .longtermcarebox>ul>li .input,
    .cibc-cal .longtermcarebox>ul>li .subinput,
    .cibc-cal .retirebox .row-comment>ul>li .input,
    .cibc-cal .retirebox .row-comment>ul>li .subinput,
    .cibc-cal .retirebox>ul>li .input,
    .cibc-cal .retirebox>ul>li .subinput {
        padding: 0 !important;
        margin: .5rem 0
    }
}

.cibc-cal .inputbox .row-comment>ul>li:last-child,
.cibc-cal .inputbox>ul>li:last-child,
.cibc-cal .hospitalizebox .row-comment>ul>li:last-child,
.cibc-cal .hospitalizebox>ul>li:last-child,
.cibc-cal .longtermcarebox .row-comment>ul>li:last-child,
.cibc-cal .longtermcarebox>ul>li:last-child,
.cibc-cal .retirebox .row-comment>ul>li:last-child,
.cibc-cal .retirebox>ul>li:last-child {
    margin-right: auto
}

.cibc-cal .inputbox .row-comment>ul>li .input,
.cibc-cal .inputbox .row-comment>ul>li .subinput,
.cibc-cal .inputbox>ul>li .input,
.cibc-cal .inputbox>ul>li .subinput,
.cibc-cal .hospitalizebox .row-comment>ul>li .input,
.cibc-cal .hospitalizebox .row-comment>ul>li .subinput,
.cibc-cal .hospitalizebox>ul>li .input,
.cibc-cal .hospitalizebox>ul>li .subinput,
.cibc-cal .longtermcarebox .row-comment>ul>li .input,
.cibc-cal .longtermcarebox .row-comment>ul>li .subinput,
.cibc-cal .longtermcarebox>ul>li .input,
.cibc-cal .longtermcarebox>ul>li .subinput,
.cibc-cal .retirebox .row-comment>ul>li .input,
.cibc-cal .retirebox .row-comment>ul>li .subinput,
.cibc-cal .retirebox>ul>li .input,
.cibc-cal .retirebox>ul>li .subinput {
    flex: 1 0 auto;
    padding: 0 1rem
}

.cibc-cal .inputbox .row-comment>ul>li.fullwidth,
.cibc-cal .inputbox>ul>li.fullwidth,
.cibc-cal .hospitalizebox .row-comment>ul>li.fullwidth,
.cibc-cal .hospitalizebox>ul>li.fullwidth,
.cibc-cal .longtermcarebox .row-comment>ul>li.fullwidth,
.cibc-cal .longtermcarebox>ul>li.fullwidth,
.cibc-cal .retirebox .row-comment>ul>li.fullwidth,
.cibc-cal .retirebox>ul>li.fullwidth {
    width: 100%
}

.cibc-cal .inputbox .text:first-of-type,
.cibc-cal .inputbox .title,
.cibc-cal .hospitalizebox .text:first-of-type,
.cibc-cal .hospitalizebox .title,
.cibc-cal .longtermcarebox .text:first-of-type,
.cibc-cal .longtermcarebox .title,
.cibc-cal .retirebox .text:first-of-type,
.cibc-cal .retirebox .title {
    font-size: 1.6rem;
    color: #0970E6;
    width: 180px
}

@media (max-width: 1024px) {

    .cibc-cal .inputbox .text:first-of-type,
    .cibc-cal .inputbox .title,
    .cibc-cal .hospitalizebox .text:first-of-type,
    .cibc-cal .hospitalizebox .title,
    .cibc-cal .longtermcarebox .text:first-of-type,
    .cibc-cal .longtermcarebox .title,
    .cibc-cal .retirebox .text:first-of-type,
    .cibc-cal .retirebox .title {
        width: 150px
    }
}

@media (max-width: 767px) {

    .cibc-cal .inputbox .text:first-of-type,
    .cibc-cal .inputbox .title,
    .cibc-cal .hospitalizebox .text:first-of-type,
    .cibc-cal .hospitalizebox .title,
    .cibc-cal .longtermcarebox .text:first-of-type,
    .cibc-cal .longtermcarebox .title,
    .cibc-cal .retirebox .text:first-of-type,
    .cibc-cal .retirebox .title {
        width: 100%;
        margin-bottom: .5rem
    }
}

.cibc-cal .inputbox .unit,
.cibc-cal .inputbox .middle,
.cibc-cal .inputbox .subtext,
.cibc-cal .inputbox .subunit,
.cibc-cal .inputbox .text,
.cibc-cal .hospitalizebox .unit,
.cibc-cal .hospitalizebox .middle,
.cibc-cal .hospitalizebox .subtext,
.cibc-cal .hospitalizebox .subunit,
.cibc-cal .hospitalizebox .text,
.cibc-cal .longtermcarebox .unit,
.cibc-cal .longtermcarebox .middle,
.cibc-cal .longtermcarebox .subtext,
.cibc-cal .longtermcarebox .subunit,
.cibc-cal .longtermcarebox .text,
.cibc-cal .retirebox .unit,
.cibc-cal .retirebox .middle,
.cibc-cal .retirebox .subtext,
.cibc-cal .retirebox .subunit,
.cibc-cal .retirebox .text {
    font-size: 1.4rem;
    color: #666;
    font-weight: 300;
    flex: 0 1 auto
}

.cibc-cal .expenditureblock .inputbox ul>li,
.cibc-cal .expenditureblock>ul>li {
    width: 100%
}

.cibc-cal .expenditureblock .demandbox {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 25px;
    margin: 3rem 0 0;
    -ms-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    border-radius: 1rem
}

.cibc-cal .expenditureblock .demandbox.none {
    display: none
}

.cibc-cal .expenditureblock .demandbox .titlebox {
    font-size: 2rem;
    color: #0970E6;
    text-align: center;
    font-weight: 500;
    margin-bottom: 2rem
}

.cibc-cal .expenditureblock .demandbox .noticebox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin-bottom: 1rem
}

.cibc-cal .expenditureblock .demandbox .noticebox .text,
.cibc-cal .expenditureblock .demandbox .noticebox .last,
.cibc-cal .expenditureblock .demandbox .noticebox .middle {
    font-size: 1.6rem;
    color: #666;
    display: inline-block
}

.cibc-cal .expenditureblock .demandbox .noticebox .price {
    font-size: 2rem;
    display: inline-block;
    color: #0970E6;
    font-weight: 600;
    padding: 0 .5rem
}

@media (max-width: 992px) {
    .cibc-cal .expenditureblock .demandbox .noticebox {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 2rem
    }

    .cibc-cal .expenditureblock .demandbox .noticebox .middle {
        width: 100%;
        text-align: center
    }
}

.cibc-cal .expenditureblock .demandbox .colorbox {
    margin-bottom: 2rem
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    list-style: none;
    padding: 0;
    margin: 0
}

@media (max-width: 992px) {
    .cibc-cal .expenditureblock .demandbox .colorbox .colorlist {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        -o-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .cibc-cal .expenditureblock .demandbox .colorbox .colorlist * {
        -ms-flex: 0 1 auto
    }

    .cibc-cal .expenditureblock .demandbox .colorbox .colorlist li+li {
        margin-top: 1rem
    }
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li {
    padding: 0 1rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 1.4rem;
    color: #666;
    font-weight: 300
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li i {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: .5rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li i.one {
    background: #419ef2
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li i.two {
    background: #de4740
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li i.three {
    background: #fcaf38
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li i.four {
    background: #87d6d8
}

.cibc-cal .expenditureblock .demandbox .colorbox .colorlist li i.five {
    background: #f978a0
}

.cibc-cal .expenditureblock .demandbox .resultlist {
    list-style: none;
    margin: 0;
    padding: 0
}

.cibc-cal .hospitalizebox>ul>li,
.cibc-cal .longtermcarebox>ul>li {
    width: 100%
}

.cibc-cal .retirebox .inputbox>ul>li {
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 992px) {
    .cibc-cal .retirebox .inputbox>ul>li .input {
        width: 100px
    }
}

.cibc-cal .retirebox .inputbox>ul>li .openimage {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.2rem;
    color: #0970E6;
    margin-top: 1rem
}

.cibc-cal .retirebox .inputbox.bottom>ul>li {
    width: 60%;
    margin-left: auto;
    margin-right: 0
}

.cibc-cal .retirebox .noticebox span {
    font-size: 1.6rem;
    color: #666;
    display: block;
    text-align: right;
    margin-bottom: 2rem
}

.cibc-cal .retirebox .subtext {
    width: 120px
}

@media (max-width: 767px) {
    .cibc-cal .retirebox .subtext {
        width: auto
    }
}

.cibc-cal .btnbox {
    margin-top: 4rem
}

.cibc-cal .btnbox ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.cibc-cal .btnbox ul li {
    padding: 0 1.5rem
}

.cibc-cal .btnbox ul a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -o-flex-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #0970E6;
    border: 1px solid #0970E6;
    padding: 1.5rem 3rem;
    line-height: 1.6;
    font-size: 1.6rem;
    -ms-border-radius: 50rem;
    -moz-border-radius: 50rem;
    -webkit-border-radius: 50rem;
    border-radius: 50rem
}

.cibc-cal input,
.cibc-cal select {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding: 1rem
}

.cibc-cal input:focus,
.cibc-cal select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #75b3fa;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.25)
}

.cibc-cal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.cibc-cal .bootstrap-select>.dropdown-toggle {
    padding: 1rem;
    height: 40px;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 1px;
    border: 1px solid transparent;
    color: #0970E6;
    background-color: #fff;
    border: 1px solid #ced4da
}

.cibc-cal .bootstrap-select>.dropdown-toggle .filter-option {
    height: 14px
}

.cibc-cal .bootstrap-select>.dropdown-toggle:hover {
    background-color: #fff
}

.cibc-cal .bootstrap-select>.dropdown-toggle:focus {
    outline: none !important;
    border: 1px solid transparent !important;
    background-color: #fff;
    color: #0970E6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.5);
    -ms-box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(9, 112, 230, 0.5)
}

.cibc-cal .bootstrap-select>.dropdown-toggle+.dropdown-menu {
    -webkit-box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    -ms-box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    box-shadow: 0 0 10px 0 rgba(68, 76, 87, 0.15);
    border: 1px solid transparent;
    margin: 0;
    padding: 0;
    top: .2rem !important;
    max-height: 280px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch
}

.cibc-cal .bootstrap-select>.dropdown-toggle+.dropdown-menu>.inner {
    overflow: visible !important
}

.cibc-cal .bootstrap-select .dropdown-toggle::after {
    content: "";
    font-family: cec;
    color: #0970E6
}

.cibc-cal .bootstrap-select .dropdown-menu .disabled {
    color: #ccc !important
}

.cibc-cal .bootstrap-select .dropdown-menu .dropdown-item {
    color: #404040;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 1px;
    height: 40px
}

.cibc-cal .bootstrap-select .dropdown-menu .dropdown-item.active:not(.disabled),
.cibc-cal .bootstrap-select .dropdown-menu .dropdown-item:active,
.cibc-cal .bootstrap-select .dropdown-menu .dropdown-item:focus {
    outline: none !important;
    border: none !important;
    background-color: rgba(196, 239, 255, 0.3);
    color: #0970E6;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important
}

/*# sourceMappingURL=cibc.css.map */