@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700,900|Roboto+Slab:300,400);

.bhf-a {
    color: #163d4a;
}

.bhf-a:hover {
    color: #333;
}

.bhf-a:selected {
    color: #c9c9c9;
}

.bhf-button {
    padding: 15px 40px;
    background: #333;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    font-size: 17px;
    font-family: Roboto, arial;
    background: none;
    -webkit-appearance: none;
    border: none;
    margin: 0;
}

.bhf-button:focus {
    outline: 0;
}

.bhf-primary-button {
    transition: background 0.5s cubic-bezier(0.23, 1, 0.32, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #007aa5;
    color: #fff;
    border: 2px solid #007aa5;
    margin: 10px 0;
    border-radius: 0px;
}

.bhf-primary-button:hover {
    background: #d9e3e6;
    color: #007aa5;
}

.bhf-primary-button:disabled,
.bhf-primary-button:disabled:hover {
    background: #C9C9C9;
    color: #FFFFFF;
    cursor: not-allowed;
    border-color: #C9C9C9;
}

.bhf-tertiary-button {
    transition: background-color 0.5s cubic-bezier(0.86, 0, 0.07, 1), color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    min-width: 0;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    padding: 17px 20px;
}

@media (min-width: 1024px) {
    .bhf-tertiary-button:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }
}

.bhf-tertiary-button:disabled,
.bhf-tertiary-button:disabled:hover {
    background: none;
    color: #c9c9c9;
    cursor: default;
}

:host[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bhf-button-icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    margin-top: 13px;
    margin-left: 10px;
}

.bhf-icon-button {
    position: relative;
    padding-left: 42px;
    padding-right: 15px;
}

.bhf-icon-button .bhf-button-icon g,
.bhf-icon-button .bhf-button-icon polygon,
.bhf-icon-button .bhf-button-icon polyline {
    fill: #fff;
}

.bhf-icon-button.bhf-icon-button-right {
    padding-left: 15px;
    padding-right: 42px;
}

.bhf-icon-button.bhf-icon-button-right .bhf-button-icon {
    right: 10px;
    left: auto;
}

.bhf-primary-button:hover .bhf-button-icon g,
.bhf-primary-button:hover .bhf-button-icon path,
.bhf-primary-button:hover .bhf-button-icon polygon,
.bhf-primary-button:hover .bhf-button-icon polyline {
    fill: #007aa5;
    stroke: #007aa5;
}

.bhf-primary-button:disabled .bhf-button-icon g,
.bhf-primary-button:disabled .bhf-button-icon path,
.bhf-primary-button:disabled .bhf-button-icon polygon,
.bhf-primary-button:disabled .bhf-button-icon polyline,
.bhf-primary-button:disabled:hover .bhf-button-icon g,
.bhf-primary-button:disabled:hover .bhf-button-icon path,
.bhf-primary-button:disabled:hover .bhf-button-icon polygon,
.bhf-primary-button:disabled:hover .bhf-button-icon polyline {
    fill: #fff;
    stroke: #fff;
}

* {
    box-sizing: border-box;
}

.bhf-selector-tool-component {
    padding: 60px 0;
    background-color: #ffffff;
}

.bhf-selector-tool-component .row {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
}

.bhf-selector-tool {
    position: relative;
    margin: 0;
    text-align: center;
}

.bhf-selector-tool-intro-container {
    margin-bottom: 20px;
}

.bhf-selector-tool-content {
    font-family: Roboto, arial;
    font-weight: 700;
    color: #333;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
}

.bhf-selector-tool-input-container {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    height: 42px;
}

.bhf-selector-tool-input-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00b0b9;
    z-index: 1;
}

.bhf-selector-tool-dropdown {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -2px;
    text-align: left;
    background-color: #ffffff;
}

.bhf-selector-tool-dropdown.bhf-state-hidden {
    display: none;
}

.bhf-selector-tool-menu-trigger {
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    font-size: 30px;
    line-height: 36px;
    top: 2px;
    font-family: Roboto Slab, Times New Roman, "sans-serif";
    font-weight: 400;
    color: #00b0b9;
    border-radius: 0;
    padding-right: 12px;
    overflow: hidden;
}

.bhf-selector-tool-menu-trigger:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 12px);
    height: 2px;
    background: #00b0b9;
}

.bhf-selector-tool-menu-trigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #00b0b9;
}

button {
    background: #ffffff;
    margin: 0;
}

.bhf-menulist {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: calc(100% - 2px);
    left: 0;
    background: #fff;
    border: 2px solid #00b0b9;
    width: 100%;
    min-width: 150px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    min-width: 350px;
}

.bhf-menulist.bhf-menu-right {
    left: auto;
    right: 0;
}

.bhf-menulist.bhf-active {
    transition: opacity 0.15s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.15s cubic-bezier(0.19, 1, 0.22, 1), transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.15s cubic-bezier(0.19, 1, 0.22, 1), transform 0.15s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.15s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.bhf-menulist li {
    border-bottom: 2px solid #00b0b9;
}

.bhf-menulist li:last-of-type {
    border-bottom: none;
}

.bhf-menulist button {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    border-radius: 0;
    text-align: left;
}

.bhf-menulist button:hover {
    background-color: #00b0b9;
    color: #fff;
    cursor: pointer;
}

.bhf-menulist button.bhf-active {
    color: #fff;
    background: #00b0b9;
}

@media (min-width: 640px) {
    .bhf-selector-tool:after {
        border-width: 9px 9px 0 9px;
    }

    .bhf-selector-tool {
        margin: 0;
    }

    .bhf-selector-tool-content {
        font-size: 40px;
        line-height: 60px;
        margin-bottom: 40px;
    }

    .bhf-selector-tool-input-container {
        height: 56px;
    }

    .bhf-selector-tool-input-container:before {
        bottom: 6px;
    }

    .bhf-selector-tool-menu-trigger {
        font-size: 40px;
        line-height: 60px;
        padding-right: 15px;
    }

    .bhf-selector-tool-menu-trigger:before {
        bottom: 2px;
        width: calc(100% - 15px);
    }

    .bhf-selector-tool-menu-trigger:after {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #00b0b9;
    }

    .bhf-selector-tool-dropdown span:after {
        border-left-width: 4px;
        border-right-width: 4px;
        border-top-width: 4px;
        right: -12px;
    }
}

/**** Fix for Header Width ****/
.overview_subtitle h1:first-child {
    width: 66.7% !important;
}

@media screen and (max-width: 1024px) {
    /**** Fix for Header Width ****/
    .overview_subtitle h1:first-child {
        width: 100% !important;
    }
}
