

/* IE CODE */
.color-hover .row .col-md-4{display:block;}
.map{background-color:#33cc99 !important;}
#carousel-example-generic .carousel-indicators{width:auto;left:0%;z-index:2;}
.carousel-caption{z-index:2;}
.dropdown .dropdown-menu li a:hover, .first .dropdown-menu li a:hover, .last .dropdown-menu li a:hover{background-color:#33cc99;}
.selectDropdown{display:none !important;}
.content-box .content-box-header {border-radius: 30px 30px 0 0;}
.content-box .content-box-text {border-radius:0 0 30px 30px;}
.dev-hero{overflow-y:hidden;}
.dev-hero .img-responsive{height:auto;}
.legacy .form-container .form input, .legacy .form-container .form textarea{background-color:#00acd6}
.institute {background-image: url('assets/images/institute/spectrum-institute-hero-1920x1694.jpg');background-repeat:no-repeat;}
.history .back-logo{background-image:none;}

@supports (display:grid) {
    .institute{background-image:none;}
    .history .back-logo {background-image: url('assets/images/logo/spectrum-icon.svg');}
    .dev-hero .img-responsive{height:100%;}
    .content-box .content-box-header {border-radius: 5px 5px 0 0;}
    .content-box .content-box-text {border-radius:0 0 5px 5px;}
    .selectDropdown{display:inline-block !important;}
    .dropdown .dropdown-menu li a:hover, .first .dropdown-menu li a:hover, .last .dropdown-menu li a:hover{background: -webkit-linear-gradient(left, #4ce3ca, #33cc99) !important;background: -o-linear-gradient(left, #4ce3ca, #33cc99) !important;background: -moz-linear-gradient(left, #4ce3ca, #33cc99) !important;background: linear-gradient(left, #4ce3ca, #33cc99) !important;color:#fff !important;border-bottom:solid 1px #dadce0 !important;}
    .carousel-caption{z-index:10;}
    #carousel-example-generic .carousel-indicators{width:100%;left:unset;margin-left:0;z-index:15;}
    .color-hover .row .col-md-4, .color-hover .row .col-md-6{display:flex;}
    .map{background: -webkit-linear-gradient(left, #4ce3ca , #33cc99) !important;background: -o-linear-gradient(left, #4ce3ca , #33cc99) !important;background: -moz-linear-gradient(left, #4ce3ca , #33cc99) !important;background: linear-gradient(left, #4ce3ca , #33cc99) !important;}
}