body {
    background-color: #fff;
}

/*
body, input
{
    cursor: url(http://k003.kiwi6.com/hotlink/vp054ir5gt/c1.png) 32 32, auto;
    cursor: -webkit-image-set(url(http://k003.kiwi6.com/hotlink/vp054ir5gt/c1.png) 1x,url(http://k003.kiwi6.com/hotlink/z6fy599487/c2.png) 2x) 32 32, auto;
}

body:active, input:active
{
    cursor: url(http://k003.kiwi6.com/hotlink/3p6w4icbzt/c1a.png) 32 32, auto;
    cursor: -webkit-image-set( url(http://k003.kiwi6.com/hotlink/3p6w4icbzt/c1a.png) 1x, url(http://k003.kiwi6.com/hotlink/6ma7828al1/c2a.png) 2x ) 32 32, auto;
}
*/

a, a:hover, a:focus {
    color: #cccccc;
    background-color: transparent;
    text-decoration: underline;
}

header.jumbosearch {
    position: relative;
    background: url("../images/background.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
}
header.jumbosearch:before {
    content: "";
    position: absolute;
    background-color: #1c375e;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}
header.jumbosearch a, header.jumbosearch a:hover, header.jumbosearch a:focus {
    color: #ffffff;
}

header.jumbosearch h1, header.jumbosearch .h1 {
    font-size: 2rem;
}

header.jumbosearch .search-form {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    border-radius: 34px;
    overflow: hidden;
    margin-bottom: 30px;
}

header.jumbosearch .search-form .input-field {
    height: 68px;
}

header.jumbosearch .search-form .input-field input {
    height: 100%;
    background: transparent;
    border: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #000;
}

header.jumbosearch .search-form .input-field input.placeholder {
    color: #222;
    font-size: 16px;
}

header.jumbosearch .search-form .input-field input:-moz-placeholder {
    color: #222;
    font-size: 16px;
}

header.jumbosearch .search-form .input-field input::-webkit-input-placeholder {
    color: #222;
    font-size: 16px;
}

header.jumbosearch .search-form .input-field input:hover, .search-form .input-field input:focus {
    box-shadow: none;
    outline: 0;
}

header.jumbosearch .search-form .input-field.first-wrap {
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f5f5f5;
}

header.jumbosearch .search-form .input-field.first-wrap input {
    flex-grow: 1;
}

header.jumbosearch .search-form .input-field.first-wrap .svg-wrapper {
    min-width: 80px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

header.jumbosearch .search-form .input-field.first-wrap svg {
    width: 36px;
    height: 36px;
    fill: #222;
}

header.jumbosearch .search-form .input-field.second-wrap {
    min-width: 216px;
}

header.jumbosearch .search-form .input-field.second-wrap .btn-search {
    height: 100%;
    width: 100%;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    border: 0;
    cursor: pointer;
    position: relative;
    z-index: 0;
    background: #008b96;
    transition: all .2s ease-out, color .2s ease-out;
    font-weight: 300;
}

header.jumbosearch .search-form .input-field.second-wrap .btn-search:hover {
    background: #009451;
}

header.jumbosearch .search-form .input-field.second-wrap .btn-search:focus {
    outline: 0;
    box-shadow: none;
}

.result-wrapper a, .result-wrapper a:hover, .result-wrapper a:focus {
    color: #009451;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 1px blue dotted;
}

@media screen and (max-width: 992px) {
    header.jumbosearch form .search-form .input-field {
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    header.jumbosearch .search-form .input-field.first-wrap .svg-wrapper {
        min-width: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
    }
    header.jumbosearch .search-form .input-field.first-wrap svg {
        width: 26px;
        height: 26px;
        fill: #222;
    }
    header.jumbosearch .search-form .input-field.second-wrap {
        min-width: 100px;
    }
    header.jumbosearch .search-form .input-field.second-wrap .btn-search {
        font-size: 13px;
    }

    header.jumbosearch {
        padding-top: 5rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    header.jumbosearch {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    header.jumbosearch h1, header.jumbosearch .h1 {
        font-size: 3rem;
    }
}
