/* Add here all your css styles (customizations) */
.u-carousel-indicators-v1 span,
.u-carousel-indicators-v1--white span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
}

.u-carousel-indicators-v1 span {
    background-color: #777;
}

.drop-home-want-to {
    display: flex;
    justify-content: center;
}
.noshadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.g-mt-48 {
    margin-top: 48px !important;
}
/*ansi new buttons*/

.btn-ansi-grey {
    background: #666666 !important;
    color: #FFF !important;
}

    .btn-ansi-grey:hover {
        color: #FFF !important;
        background-color: #333 !important;
    }

.btn-ansi-disabled {
    background: #DDD !important;
    color: #000099 !important;
}

.btn-ansi-blue {
    background: #1976D2 !important;
    color: #FFF !important;


}

    .btn-ansi-blue:hover {
        color: #FFF !important;
        background-color: #0354A5 !important;
    }

.btn-ansi-green {
    background: #00BFAA !important;
    color: #FFF !important;
}

    .btn-ansi-green:hover {
        color: #FFF !important;
        background-color: #1CA58C !important;
    }

.btn-ansi-red {
    background: #E66F5B !important;
    color: #FFF !important;
}

    .btn-ansi-red:hover {
        color: #FFF !important;
        background-color: #DA4838 !important;
    }



.g-bg-red-medium-dark {
    background-color: #DA4838 !important;
}

.g-bg-deep-purple {
    background-color: #48237e !important;
}


/*Show mobile-version for wheel when display is smaller than 1099px*/
@media only screen and (max-width: 1099px) {
    .desktop-version

{
    visibility: hidden;
    height: 0 !important;
}

.mobile-version {
    visibility: visible;
}

}

/*Show desktop-version for wheel when display is larger than 1100px*/
@media only screen and (min-width: 1100px) {
    .desktop-version

{
    visibility: visible;
}

    .mobile-version {
        visibility: hidden;
        height: 0 !important;
    }
}


/*Show mobile-version for orgchart when display is smaller than 1099px*/
@media only screen and (max-width: 1099px) {
    .desktop-version-orgchart {
        visibility: hidden;
        height: 0 !important;
    }

    .mobile-version-orgchart {
        visibility: visible;
    }
}


/*Show desktop-version for orgchart when display is larger than 1400px*/
@media only screen and (min-width: 1100px) {
    .desktop-version-orgchart {
        visibility: visible;
    }

    .mobile-version-orgchart {
        visibility: hidden;
        height: 0 !important;
    }
}

.u-dropcap-news {
    width: 4.5rem;
    height: 4.5rem;
    margin-top: 0.2rem;
    text-align: center;
    line-height: 4rem;
}


.col-half {
    width: 30em !important;
}

/*map*/



.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 70%;
        width: 70%;
        position: absolute;
    }

.map-responsive {
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 85%;
        width: 100%;
        position: absolute;
    }
@media (min-width: 992px) {

 .g-height-115--lg {
        height: 115px !important;
    } 

}
@media (min-width: 768px) {
    .g-height-200--md {
        height: 200px !important;
    }

}
@media (min-width: 1200px) {
    .g-height-115--xl {
        height: 115px !important;
    }

   
}

.g-rounded-top-10 {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.g-rounded-bottom-10 {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;

}

.g-ml-50--sm {
    margin-left: 50px !important;
}

.g-pl-190--xl {
    margin-left: 190px !important;
}

.g-width-320 {
    width: 320px !important;
    /* O */
    max-width: 100%;
}
.DeepPurple {
    background-color: #4F2270;
}
.Ochre {
    background-color: #E19600;
}
.Orange {
    background-color: #f7941d;
}

.grassGreen {
    background-color: #8dc63f;
}


.border-dashed {
    border-style:dashed;
    border-color:#666666;
    border-width: 5px !important;
}
@media (min-width: 992px) {
    .g-width-90x--md {
        width: 90% !important;
        /* R */
    } 
    .g-width-85x--md {
        width: 85% !important;
        /* R */
    }
    .g-width-80x--md {
        width: 80% !important;
        /* R */
    }
   
    .g-font-size-14--lg {
        font-size: 14px !important;
    }  

}
@media (min-width: 576px) {
    .g-width-90x--sm {
        width: 90% !important;
        /* R */
    }
    .g-width-95x--sm {
        width: 95% !important;
        /* R */
    }
    .g-width-80x--sm {
        width: 80% !important;
        /* R */
    }

    .g-width-85x--sm {
        width: 85% !important;
        /* R */
    }

    .g-width-75x--sm {
        width: 75% !important;
        /* R */
    }

    .g-width-540--sm {
        width: 540px !important;
        /* R */
    }
}
