
/* HERO */

#hero {}

#hero .search {

}

#hero .search .uk-input {
    border-radius: 0;
}

#hero .search .uk-select {
    border-radius: 0;
    height: 55px;
}

#hero .search button {
    position: relative;
    top: -2px;
    line-height: 59px  !important;
}

@media screen and (max-width: 640px) {
    #hero .search {
        flex-direction: column;
        align-items: stretch;
        min-width: 300px;
    }

    #hero .search button {
        left: 0px;
    }

    .uk-heading-small {
        font-size: 2rem !important;
    }
}

@media screen and (min-width: 640px) {
    #hero .search {
        min-width:640px
    }
    #hero .search .first-select {
        border-radius: 50px 0 0 50px !important;
    }
    #hero .search > *:first-child {
        border-radius: 50px 0 0 50px !important;
    }
    #hero .search > *:last-child {
        border-radius: 50px 50px 50px 50px;
    }
    .btn-radius {
        border-radius: 50px 50px 50px 50px;
    }

    #hero .search button {
        left: -20px;
    }
}



/* INFORMATION */

#information .info {
	font-size: 1.25em;
}
#information .info *:empty {
	display: none;
}

/* CTA */

#ctas .uk-card {
    border-radius: 0;
}

/* CONTACT */

#contact .uk-card {
    border-radius: 0;
}

#contact .uk-card .contact-item--head {
    margin-left: .25rem;
    line-height: 1;
    margin-bottom: .5rem
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow{
    border : none !important;
    border-radius: 0px !important;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow b{
    border-style: none !important;
}


.select2-container--krajee .select2-selection {
    border-radius: 0;
    height: 55px;
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 10px;
    background: #fff;
        background-color: rgb(255, 255, 255);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-image: none;
    color: #666;
    border: 1px solid #e5e5e5;
    transition: .2s ease-in-out;
        transition-property: all;
    /* transition-property: color,background-color,border; */
    text-transform: none;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
        font-size: inherit;
        line-height: inherit;
}
.select2-container--krajee .select2-selection:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    vertical-align: middle;
    display: inline-block;
}


.select2-container--krajee .select2-selection:not(select) {
    line-height: 55px;
}

.select2-container--krajee .select2-selection--single .select2-selection__placeholder{
    color: #444;
}

.select2-container--krajee .select2-selection--single .select2-selection__clear {
    right: 1.3rem;
    top: -1rem;
}



