/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: 'VolvoNovum','Noto Sans';
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

    a:active, a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace,'VolvoNovum';
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"], input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        box-sizing: content-box
    }

        input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

body {
    background-color: #fafafa
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.bold {
    font-weight: bold
}

.clear {
    clear: both
}

input::-webkit-calendar-picker-indicator {
    display: none
}

select {
    width: 100%;
    height: 56px;
    background: #ebebeb;
    color: #4d4e53;
    padding: 15px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/dd_arrow.png)
}

.container {
    max-width: 700px
}

.header h1:first-child {
    text-align: center;
    margin: 30px 0
}

.col-md-12 p {
    text-align: center
}

.question-container {
    margin: 10px 0
}

.question-label {
    display: block;
    font-family: VolvoNovum,'Noto Sans';
    font-weight: bold
}

.list-group {
    padding: 0;
    overflow: hidden
}

    .list-group li {
        list-style: none;
        text-align: center;
        min-height: 5em
    }

.error-text, .error-message {
    color: #c4001a
}

.paging {
    margin-bottom: 20px;
    padding-top: 20px
}

.prevpage-button-wrapper, .nextpage-button-wrapper, .submit-button-wrapper {
    text-align: center;
    background: #1251b5;
    color: #fff;
    width: 80px;
    line-height: 48px;
    position: relative
}

    .prevpage-button-wrapper input, .nextpage-button-wrapper input, .submit-button-wrapper input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 80px;
        line-height: 48px
    }

.paging, .paging-text {
    text-align: center;
    line-height: 48px;
    clear: both
}

.footer {
    text-align: center
}

.question-input-textbox {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #919296;
    padding: 10px
}

    .question-input-textbox:focus {
        border: 1px solid #222;
        outline: 0
    }

.question-input-textarea {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    border: 1px solid #919296;
    padding: 10px
}

    .question-input-textarea:focus {
        border: 1px solid #222;
        outline: 0
    }

.custom-checkbox {
    position: relative;
    width: 100%;
    height: 20px;
    margin: 10px 0 0;
    font-size: 16px;
    color: #4d4e53
}

    .custom-checkbox:before {
        content: "\f096"
    }

    .custom-checkbox input {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        margin: 0;
        padding: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0)
    }

    .custom-checkbox.checked:before {
        content: "\f046";
        color: #1251b5
    }

    .custom-checkbox.disabled {
        color: #ccc
    }

    .custom-checkbox.checked.disabled {
        color: #ccc
    }

.custom-radio {
    width: 100%;
    height: 20px;
    margin-top: 10px;
    font-size: 16px;
    cursor: pointer;
    color: #4d4e53
}

    .custom-radio:before {
        content: "\f10c"
    }

    .custom-radio.checked:before {
        content: "\f192";
        color: #1251b5
    }

.custom-select {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #919296;
    padding: 10px 50px 10px 10px;
    height: 42px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .custom-select:focus {
        border: 1px solid #222;
        outline: 0
    }

    .custom-select::ms-expand {
        display: none
    }

    .custom-select:disabled {
        opacity: 0.3
    }

select::-ms-expand {
    display: none
}

@media (min-width: 1300px) {
    .searchresults, .resultHeader {
        right: 30px
    }
}

@media (max-width: 1300px) {
    .submitCont {
        right: -15px;
        padding: 0 15px 0 0
    }

    .searchResults .search-form .searchModeText {
        width: 278px
    }
}

@media (max-width: 990px) {
    .searchResults .search-form .searchModeText {
        width: 201px
    }
}

@media (max-width: 767px) {
    .searchResults .search-form .searchModeText {
        width: 62.2%
    }
}

@media (max-width: 640px) {
    .submitCont {
        right: 0px;
        padding: 0 0 0 0
    }

    .resultHeader {
        width: 100% !important;
        margin-right: auto !important;
        right: auto !important;
        position: static !important;
        margin-top: 0px !important
    }

        .resultHeader .filterTools {
            border-bottom: 1px solid #919296
        }

            .resultHeader .filterTools .services {
                border: 0
            }

    .searchresults {
        position: relative;
        top: auto;
        right: auto;
        min-width: 100%;
        overflow: visible;
        bottom: auto
    }

        .searchresults .accordion {
            margin-top: 0px
        }

    .accordion .accordion-header {
        font-size: 12px
    }

        .accordion .accordion-header .city, .accordion .accordion-header .name {
            font-size: 14px
        }

    .searchResults {
        margin-bottom: 25px
    }

    .resultRowMobile {
        border-top: 1px solid #919296;
        display: block;
        background-color: #fff
    }

    #countrySel {
        margin-bottom: 16px
    }

    .locationTools {
        margin-bottom: 16px
    }

    .toggle-map-link {
        display: block
    }

    #mapContainer {
        display: none;
        height: 230px
    }

    .map-result-wrap {
        height: auto
    }

    .resultRow {
        display: none
    }

    #toolTip {
        display: none
    }
}
/*# sourceMappingURL=styles.min.css.map */
