body{
}
body,html {
    height:100%;
}
.imgfill{
    background-color: #d25e45;
}
.ik_popup {
    position: fixed;
    height: 100%;
    right: 0px;
    left: 0px;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    top: 0px;
    display:none;
}
.ik_popup .ik_popup_container {
    min-width: 600px;
    padding: 3%;
    background: rgba(0,0,0,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-height:90%;
    overflow:auto;
}
.ik_popup .ik_popup_container input[type=submit] {
    color: #FFFFFF;
}
.ik_popup .ik_popup_container video {
    max-width:100%;
}
#gform_ajax_spinner_1 {
    width:auto;
    margin-left:5%;
}
.section__page__imb #imb-wrapcontent {
    height: auto;
}
.imb-tab .imb-tabcontent a {
    text-decoration: underline;
}
.imb-tab .imb-tabcontent ul {
    list-style: disc;
    padding-left: 20px;
    margin: 5px 0 15px;
}
.imb-tab .imb-tabcontent ul li {
    list-style: disc;
    display: list-item;
}
.imb-tab .imb-tabcontent ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 5px 0 15px;
}
.imb-tab .imb-tabcontent ol li {
    display: list-item;
    list-style: decimal;
}
.imb-tab .imb-tabcontent table {
    width: 100%;
}
.imb-tab .imb-tabcontent td {
    padding: 0 3px 0 0;
}
table.formatted td {
    padding: 0 3px 0 0;
    vertical-align: top;
}
.btn__rk_primary {
    border-color:#00a0af !important;color:#000000 !important;
}
.btn__rk_primary span {

    color:#000000 !important;
}
.btn__rk_primary svg use {

    stroke:#000000 !important;
}
.btn__rk_secondary {
    color:#000000 !important;
}
.btn__rk_secondary svg use {
    stroke:#000000 !important;
}

.nav__imb ul li {
    display:list-item;
    list-style-type: none;
}
.nav__imb ul li a.active::before {
    display: none;
}
.nav__imb ul li a {
    color: #051c2c !important;
    opacity: 80%;
}
.nav__imb ul li a:hover,
.nav__imb ul li a.active {
    font-weight:bold;
    color: #051c2c !important;
    opacity: 100%;
}
.nav__imb ul.activeLight li a {
    color: #e0e0e0 !important;
}
.section__page__imb .staff__desc {
    border-bottom: 1px solid #000000;
}
.border__white {
    border-color: #fff !important;
}

.border__blue {
    border-color: #2d2871 !important;
}
.overflow-x::-webkit-scrollbar {
    display: none; /* webkit browsers implementation */
}
input::placeholder {
    line-height: normal;
}
/* card zoom */
.zoom_this_sibling,
.zoom_it_wrapper {
    overflow: hidden;
}
.zoom_this_sibling.square {
    position: relative;
    height: 100%;
}
.zoom_this_sibling img,
.zoom_it {
    transition: all 1s;
}
.zoom_this_sibling img.square {
    position: relative;
    height: 100%;
    width: auto;
    max-width: none;
}

/* fixing the homepage top slider which got cover on video slide */
.headline__slider__item .headline__slider__img {
    position: relative;
}
.headline__slider__item .section__text {
    z-index: 9999 !important;
}
/* fix black bar at the top of homepage top slider when scrolling */
.headline__slider__img {
    margin-top: 0px;
}
/* Hide calendar icon jika tidak ada acara di events */
.tribe-events .tribe-events-c-messages__message--notice:before {
    display: none !important;
}
label{
    margin-bottom: 0;
    margin-top: 20px;
}
.select2{
    width: 100% !important;
    min-width: 150px;
}
.select2-container ul li{
    display: block;
    color: #000000;
}
.input-group{
    position: relative;
    display: flex;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group input{
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-color:#ced4da !important;
    border-left: 0;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
@media (min-width: 992px) {
    .zoomed,
    .zoom_it:hover {
    transform: scale(1.2);
    }
}
@media (max-width: 670px) {
    .ik_popup .ik_popup_container {
        min-width:93%;
        padding: 5%;
    }

    .imgfill{
        background-color: #d25e45;
        height:100%;
    }
}