﻿.text-proper {
    text-transform: initial !important;
}

.display-block {
    display: block;
}

.custom-cards {
    position: relative;
    min-height: 300px;
}

@media (max-width: 1199px) {
    .custom-cards {
        height: auto;
    }
}

@media (max-width: 1199px) {
    .custom-cards .cards-container {
        position: static;
    }
}

.custom-cards .cards-container .card {
    min-height: 350px;
}

    .custom-cards .cards-container .card .card-body {
        padding: 50px;
    }

        .custom-cards .cards-container .card .card-body img {
            padding-bottom: 20px;
        }

        .custom-cards .cards-container .card .card-body .card-title {
            font-size: 24px;
        }

        .custom-cards .cards-container .card .card-body .card-text,
        .custom-cards .cards-container .card .card-body .card-title {
            margin: 0;
        }

.sector-icon {
    /*width: 80px;
    height: 80px;*/
    color: #0169fd;
    font-size: 64px;
    margin-bottom: 24px;
    margin-top: 0px !important;
}

.width-100-percent {
    width: 100%;
}

.width-50-percent {
    width: 50%;
}

.text-color-dixie7-1 {
    color: #00adef;
}

.sector-nav-li {
    height: 64px;
    margin-bottom: 6px;
}

    .sector-nav-li a {
        padding: 0px !important;
        margin: 0px !important;
        background-color: #e7f7ff;
        color: black !important;
        margin-left: 0px !important;
        -webkit-transition: color .2s linear;
        transition: color .2s linear;
    }

        .sector-nav-li a i {
            font-size: 26px;
            vertical-align: middle;
            display: inline-block;
        }

        .sector-nav-li a:hover {
            background-color: #00adef !important;
            color: white !important;
        }

.sector-nav-icon-container {
    display: inline-block;
    vertical-align: middle;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
}

.sector-nav-title {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    white-space: initial;
    width: calc(100% - 67px);
    right: 0;
    padding-right: 1.4rem;
    line-height: 1.47em;
    font-size: 14px;
}

@media (min-width: 992px) {
    .sector-col {
        padding: 0px 7px;
    }
}

.highlighted-word.highlighted-word-animation-1-custom-position:after {
    bottom: -15px;
}

.btn-sector {
}

.shadow-bottom-left {
    -webkit-box-shadow: -15px 21px 15px 2px rgba(0,0,0,0.43);
    -moz-box-shadow: -15px 21px 15px 2px rgba(0,0,0,0.43);
    box-shadow: -15px 21px 15px 2px rgba(0,0,0,0.43);
}

html .bg-color-dixie7-1, html .bg-dixie7-1 {
    background-color: #00adef !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.mt-9 {
    margin-top: 7rem !important;
}

.mt-10 {
    margin-top: 8rem !important;
}

.width-20-percent {
    width: 20%;
}

.width-30-percent {
    width: 30%;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
         text-transform: initial !important;
    }
}

@media (max-width: 991px) {
    html .hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 991px) {
    html .hidden-large {
        display: none !important;
    }
}

.article-bar {
    margin: 0px 5px;
}

.btn-blog-read-more {
    position: absolute;
    bottom: 10px;
}

.captcha-refresh a {
    cursor:pointer;
}

.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 12px 8px;
    white-space: inherit;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}

.layout-generic-search .suggestion-box {
    border-radius: 0 0 0 24px;
}

.layout-generic-search .suggestion-box::-webkit-scrollbar-thumb {
    border-radius: 0px;
}