.search-box,
#autocomplete-search-agent a {
    padding: 40px 0;
    background: #005787;
    color: #a4cadf;
    font: 14px/1.286 Roboto, sans-serif;
    text-align: center;
}

.search-box.location {
    background-image: url(../../img/MT/bg-location-search.png);
}

.search-box__form {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.25s, transform 0.25s;
}

.search-box__form[aria-hidden="true"] {
    position: absolute;
    left: -9999px;
    opacity: 0;
    transform: translateX(50%);
    transition: opacity 0s, transform 0s;
}

.search-box h2 {
    margin: 0 0 12px;
    color: #fff;
    font: 300 24px/1.25 Roboto, sans-serif;
    margin-bottom: 15px;
}

.search-box p {
    margin: 0 0 35px;
}

.search-box label {
    display: inline-block;
    color: inherit;
    vertical-align: middle;
    margin-bottom: 0;
}

.search-box input,
.search-box .select {
    vertical-align: middle;
}

.search-box fieldset {
    max-width: 300px;
    margin: 0 auto;
    font-size: 0;
}

.search-box .search {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding-right: 42px;
    margin: 0 0 10px;
    vertical-align: middle;
    background: #fff url(../img/interfaces/search-box-icon.png) no-repeat 95% center / auto 50%;
    background-clip: padding-box;
    border-radius: 2px;
    font: 14px/3 Roboto, sans-serif;
}

.autocomplete {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}

.autocomplete__field {
    width: 100%;
    padding-left: 40px;
    position: relative;
    z-index: 110;
    background-image: url(../img/icons/ico-agent.svg);
    background-position: 14px center;
    background-size: auto;
    background-repeat: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.autocomplete__field:focus,
.autocomplete__field:hover {
    border-color: transparent;
}

#autocomplete-search-agent {
    max-width: 300px;
    max-height: 120px;
    position: absolute;
    left: -9999px;
    z-index: 100;
    overflow: auto;
    background: #f5f5f5;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #666;
    text-align: left;
}

#autocomplete-search-agent[aria-hidden="false"] {
    left: auto;
}

#autocomplete-search-agent a {
    display: block;
    color: #666 !important;
    padding: 6px 10px 6px 40px;
    background: url(../img/icons/ico-agent.svg) no-repeat 14px center / auto !important;
    font-weight: normal !important;
    cursor: pointer;
    border: none !important;
    text-align: left;
}

#autocomplete-search-agent a:hover,
#autocomplete-search-agent a.selected,
.ui-state-active a:hover {
    background-color: #e8e8e8 !important;
}

.search-box .button {
    margin: 0;
}

.search-box__form__toggle {
    display: inline-block;
    margin-top: 30px;
    color: #fff;
    text-decoration: underline;
}

.search-box .checkboxes {
	height: 50px;
	margin-top: -5px;
}

.search-box .checkboxes img{
	height: 100%;
}

@media (min-width: 661px) {
    .search-box,
    #autocomplete-search-agent a {
        font: 16px/1.125 Roboto, sans-serif;
    }
    .search-box h2 {
        font: 300 36px/1 Roboto, sans-serif;
    }
    .search-box fieldset {
        max-width: none;
    }
    .search-box .search {
        width: 300px;
        margin: 0 10px 0 0;
    }
    .search-box .button {
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 961px) {
    .search-box {
        padding: 90px 0;
    }
    .search-box h2 {
        margin: 0 0 5px;
        font: 300 48px/1.25 Roboto, sans-serif;
    }
    .search-box p {
        margin: 0 0 40px;
    }
}

.search-box.small {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.search-box.small fieldset {
    width: 300px;
}

.search-box.small label {
    margin: 0 0 5px;
    font: 16px/1.125 Roboto, sans-serif;
}

.search-box.small .select {
    margin: 0 0 10px;
}

@media (min-width: 661px) {
    .search-box.small fieldset {
        width: 340px;
    }
    .search-box.small .search,
    .search-box.small .select,
    .search-box.small .button {
        width: 100%;
        margin: 0 0 10px;
    }
}

@media (min-width: 981px) {
    .search-box.small fieldset {
        width: 100%;
    }
    .search-box.small label {
        margin: 0 18px 0 30px;
        vertical-align: middle;
    }
    .search-box.small label:first-child {
        margin-left: 0;
    }
    .search-box.small .search,
    .search-box.small .select,
    .search-box.small .button {
        margin: 0;
        vertical-align: middle;
    }
    .search-box.small .search {
        width: 260px;
    }
    .search-box.small .select {
        width: 96px;
    }
    .search-box.small .button {
        width: auto;
        margin: 0 0 0 30px;
    }
}

.agent-store-homepage-search {
    background: #005787 url(../img/interfaces/tabs/map.png) no-repeat top center;
    background-size: 100% auto;
}

@media (min-width: 1400px) {
    .agent-store-homepage-search {
        margin-top: 10px;
        background: #005787 url(../img/interfaces/tabs/map.png) no-repeat top center;
        background-size: 1800px auto;
    }
    header.hdr--main + .agent-store-homepage-search {
        margin-top: 0px;
    }
}

.agent-store-homepage-search .search-box {
    display: none;
    padding: 25px;
}

.agent-store-homepage-search .search-box[aria-hidden="false"] {
    display: block;
}

.agent-store-homepage-search .search-box.location fieldset {
    box-sizing: border-box;
    max-width: 560px;
    padding: 30px;
    border: 1px solid #a4cadf;
}

.agent-store-homepage-search .search-box.location input {
    background-image: none;
    border-width: 0px;
}

.agent-store-homepage-search .search-box.agent,
.agent-store-homepage-search .search-box.location {
    background: none;
}

.agent-store-homepage-search .search-box.agent fieldset {
    max-width: 940px;
}

.agent-store-homepage-search .search-box.agent ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.agent-store-homepage-search .search-box.agent ul.controls {
    justify-content: center;
}

.agent-store-homepage-search .search-box.agent li {
    margin-top: 20px;
    width: 100%;
    text-align: left;
}

.agent-store-homepage-search .search-box.agent label {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 15px;
}

.search-box .checkboxes .checkbox {
	height: 100%;
}
.search-box .checkboxes .checkbox label {
	background-image: none !important;
	height: 100%;
	padding-left: 35px;
}

.search-box .checkboxes .checkbox label::after {
	-ms-transform: scale(2); /* IE */
	-moz-transform: scale(2); /* FF */
	-webkit-transform: scale(2); /* Safari and Chrome */
	-o-transform: scale(2); /* Opera */
	transform: scale(2);
	top: 35%;
}

.agent-store-homepage-search .search-box.agent label[for="location"] {
    background-image: url(../img/icons/agents/location.svg);
}

.agent-store-homepage-search .search-box.agent label[for="specialty"] {
    background-size: 17px auto;
    background-image: url(../img/icons/agents/specialty.svg);
}

.agent-store-homepage-search .search-box.agent label[for="name"] {
    background-image: url(../img/icons/agents/name.svg);
}

.agent-store-homepage-search .search-box.agent label[for="language"] {
    background-image: url(../img/icons/agents/language.svg);
}

.agent-store-homepage-search .search-box.agent label[for="destination"] {
    background-image: url(../img/icons/agents/destination.svg);
}

.agent-store-homepage-search .search-box.agent label[for="luxexpert"] {
	background-image: url(../img/icons/agents/name.svg);
}

.agent-store-homepage-search .search-box.agent input,
.agent-store-homepage-search .search-box.agent .select select {
    border: none;
    border-width: 0px;
}

.agent-store-homepage-search .search-box.agent .button {
    padding: 9px;
    width: calc(50% - 5px);
}

@media (max-width: 768px) {
    .agent-store-homepage-search .tabs {
        padding: 25px 25px 10px;
        font-size: 14px;
        line-height: 23px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .agent-store-homepage-search .tabs .tab {
        display: block;
        width: 100%;
        text-align: center;
        cursor: pointer;
        color: #a4cadf;
        text-decoration: underline;
        order: 1;
    }

    .agent-store-homepage-search .tabs .tab[aria-selected="true"] {
        font-size: 18px;
        font-weight: 500;
        color: #ffffff;
        text-decoration: none;
        order: 0;
    }

    .agent-store-homepage-search .search-box {
        padding-top: 25px;
    }

    .agent-store-homepage-search .search-box p {
        margin: 15px 0px;
    }

    .agent-store-homepage-search .search-box.agent li.controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }

    .agent-store-homepage-search .search-box.agent .button {
        margin-top: 0px;
    }
}

@media (min-width: 769px) {
    .agent-store-homepage-search .search-box {
        padding: 50px;
    }
    .agent-store-homepage-search .search-box h2 {
        font-size: 36px;
        font-weight: 300;
        line-height: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .agent-store-homepage-search .search-box p {
        margin-bottom: 20px;
    }
    .agent-store-homepage-search .tabs {
        height: 57px;
        width: 100%;
        display: flex;
        justify-content: stretch;
        align-items: stretch;
    }
    .agent-store-homepage-search .tabs:before,
    .agent-store-homepage-search .tabs:after {
        content: "";
        background: #fff;
        flex-grow: 1;
        width: calc((100% - 800px) / 2);
        position: relative;
        z-index: 10;
    }
    .agent-store-homepage-search .tabs .tab {
        width: 400px;
        margin: 0px;
        background: #033f60;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 57px;
        text-align: center;
        position: relative;
        cursor: pointer;
    }
    .agent-store-homepage-search .tabs .tab:before {
        content: url(../img/interfaces/tabs/left.svg);
        position: absolute;
        top: -1px;
        left: -1px;
        height: 100%;
        width: 55px;
    }
    .agent-store-homepage-search .tabs .tab:after {
        content: url(../img/interfaces/tabs/right.svg);
        position: absolute;
        top: -1px;
        right: -1px;
        height: 100%;
        width: 57px;
    }
    .agent-store-homepage-search .tabs .tab[aria-selected="true"] {
        background: none;
    }
    .agent-store-homepage-search .search-box.agent li {
        margin-top: 20px;
        width: calc((100% / 3) - (40px / 3));
        text-align: left;
    }
	
    .agent-store-homepage-search .search-box.agent .controls li {
        margin-top: 0px;
        width: calc((100% / 3) - (40px / 3));
        text-align: left;
    }
    .agent-store-homepage-search .search-box.agent .button {
        margin-top: 25px;
    }
    .agent-store-homepage-search .search-box.agent .button + .button {
        margin-left: 10px;
    }
}

.hba-agent-details-box {
    background: url(../img/MT/bg-location-search.png) no-repeat center;
    background-size: 100%;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.hba-agent-details-box .wrap {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hba-agent-details-box .image {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

.hba-agent-details-box .image img {
    width: 100%;
}

.hba-agent-details-box h3 {
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
}

.hba-agent-details-box .link {
    color: #a4cadf;
    text-decoration: underline;
}

.hba-agent-details-box .phone {
    display: block;
    font-size: 24px;
}

.hba-agent-details-box .button {
    display: inline-block;
    width: 255px;
    height: 40px;
    padding: 10px 30px 10px 20px;
    background: #fff url(../img/interfaces/arrow-right-MT.png) no-repeat 95% center;
    font-family: Roboto;
    font-size: 14px;
    line-height: 19px;
    color: #005787;
    text-align: left;
    border-radius: 0px;
    transition: background-color 150ms;
}

.hba-agent-details-box .button + .button {
    margin-left: 20px;
}

@media (max-width: 600px) {
    .hba-agent-details-box .button {
        width: 100%;
    }
    .hba-agent-details-box .button + .button {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.map-box {
    position: relative;
    width: 100%;
}

.map-box .map {
    width: 100%;
    height: 300px;
}
/*
.gm-style {
    pointer-events: none;
}

.gm-style.enabled {
    pointer-events: auto;
}
*/
@media (min-width: 768px) {
    .map-box .map {
        height: 500px;
    }
    .map-box.map-box-updated.agent-map-box .map {
        height: 365px;
    }
    .map-box.map-box-updated .map {
        height: 325px;
    }
}
@media (min-width: 1221px) {
    .map-box.map-box-updated.agent-map-box .map {
        height: 300px;
    }
}

.store-address {
    padding: 20px 30px;
    position: relative;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #797979;
}

.map-box.map-box-updated .store-address {
    background-color: #005787;
    color: #ffffff;
}

.store-address [itemprop="geo"] {
    display: none;
    /* for map/schema use only */
}

.store-address__agent-bio {
    margin: -50px -20px 20px;
    padding: 20px;
    background: #005787;
    color: #fff;
}

.store-address__agent-bio a {
    color: #a4cadf;
}

.store-address__agent-bio .media__img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.store-address__agent-bio .media__img img {
    width: 100%;
}

.store-address__agent-bio .media__body {
    overflow: hidden;
    padding: 6px 0 0;
}

.store-address__agent-bio__heading {
    text-transform: uppercase;
    font: 300 28px/1 Roboto, sans-serif;
}

.store-address__agent-bio__tel {
    font: 500 18px/1 Roboto, sans-serif;
}

.map-box.map-box-updated.agent-map-box .store-address__agent-bio__title {
    color: #a4cadf;
    font-family: Roboto;
    font-size: 16px;
    line-height: 20px;
}

.store-address__agent-bio__email {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.map-box.map-box-updated.agent-map-box .store-address__agent-bio__email {
    font-size: 14px;
    text-decoration: underline;
}

@media (min-width: 661px) {
    .store-address__agent-bio {
        margin: -50px -40px 20px;
        padding: 20px 40px;
    }
    .map-box.map-box-updated.agent-map-box .store-address__agent-bio {
        margin: 0px 0px 15px;
        padding: 0px;
    }
}

@media (min-width: 768px) {
    .store-address__agent-bio {
        margin: -35px -35px 25px;
        padding: 20px 35px;
    }
}

@media (min-width: 961px) {
    .store-address__agent-bio {
        margin: -50px -50px 25px;
        padding: 20px 50px;
    }
    .map-box.map-box-updated.agent-map-box .store-address__agent-bio {
        margin: 0px 0px 15px;
        padding: 0px;
    }
}

.store-address__heading {
    color: #005787;
}

.map-box .store-address {
    padding: 50px 20px;
    color: #797979;
    font: 16px/1.25 Roboto, sans-serif;
}

.map-box.map-box.map-box-updated .store-address {
    color: #a4cadf;
    font-size: 16px;
    line-height: 20px;
}

.map-box.map-box.map-box-updated .store-address__tels {
    color: #ffffff;
}

.map-box .store-address__heading {
    margin: 0 0 20px;
    font: 300 36px/1 Roboto, sans-serif;
}

.map-box.map-box-updated .store-address__heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    margin: 0px 0px 15px;
}

.map-box.map-box-updated .store-address__agent-bio .media__img {
    border: none;
    border-radius: 5px;
    width: 70px;
    height: 70px;
}

.map-box.map-box-updated .store-address__agent-bio__heading {
    text-transform: none;
}

.map-box .store-address__address {
    margin: 0 0 16px;
}

.map-box.map-box-updated .store-address__address,
.map-box.map-box-updated .store-address__tels {
    margin-bottom: 10px;
}

.map-box .store-address__tels {
    color: #005787;
}

.map-box .store-address__emails {
    text-decoration: underline;
}

.map-box .store-address .media__interact {
    margin: 25px 0 0;
}

.map-box .store-address__interact {
    margin: 0 -5px -10px;
    font-size: 0;
}

.map-box .store-address__interact li {
    display: inline-block;
    width: calc(100% - 10px);
    margin: 0 5px 10px;
}

.map-box.map-box-updated .map {
    height: 375px;
}

.map-box .store-address__interact li a {
    display: block;
    width: 100%;
    padding: 13px 30px 13px 20px;
    background: #005787 url(../img/interfaces/arrow-right.png) no-repeat 95% center;
    color: #fff;
    font: 14px/1.286 Roboto, sans-serif;
    transition: background-color 150ms;
}

.map-box .store-address__interact li a:hover,
.map-box .store-address__interact li a:active,
.map-box .store-address__interact li a:focus {
    background-color: #033f60;
}

.map-box.map-box-updated .store-address__interact li a {
    background: #ffffff url(../img/interfaces/arrow-right-MT.png) no-repeat 95% center;
    color: #005787;
}

@media (max-width: 768px) {
    .map-box .store-address {
        box-shadow: none;
    }
}

@media (min-width: 501px) and (max-width: 767px), (min-width: 1200px) {
    .map-box.map-box-updated .map {
        height: 325px;
    }
    .map-box .store-address__interact li {
        width: calc(50% - 10px);
    }
}

@media (min-width: 661px) {
    .map-box .store-address {
        padding: 50px 40px;
    }
    .map-box.map-box.map-box-updated .store-address {
        padding: 40px 50px;
    }
}

@media (min-width: 768px) {
    .map-box .store-address {
        width: 45%;
        max-width: 600px;
        padding: 35px;
        position: absolute;
        top: 50%;
        right: 50px;
        background: #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .map-box.map-box.map-box-updated .store-address {
        right: 0px;
        top: 0px;
        bottom: 0px;
        transform: none;
    }
}

@media (min-width: 961px) {
    .map-box .store-address {
        padding: 50px;
    }
}

@media (min-width: 1300px) {
    .map-box .store-address {
        right: calc((100% - 1300px) / 2);
    }
    .map-box.map-box.map-box-updated .store-address {
        box-sizing: content-box;
        padding: 40px calc((100% - 1200px) / 2) 40px 50px;
        width: 500px;
    }
}

.locations-index {
    background: #f5f5f5;
    display: block;
    padding: 100px calc((100% - 1300px) / 2);
    text-align: center;
    min-height: auto;
}

.locations-index h1 {
    color: #fff;
    font: 300 40px/1.05 Roboto, sans-serif;
}

.locations-index h1 em {
    font-style: normal;
    font-weight: normal;
}

.locations-index p:last-child {
    margin-bottom: 0;
}

.search-results,
.locations-list {
    margin: 0;
    padding-top: 50px;
    padding-bottom: 35px;
    background: #f5f5f5;
}

.search-results.blue {
    background: #005787;
    color: #fff;
}

.search-results header {
    width: 100%;
    color: #005787;
    text-align: center;
}

.search-results header a {
    text-decoration: underline;
    color: inherit;
    font: inherit;
}

.search-results header p {
    margin: 0 0 50px;
}

.search-results__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px;
    overflow: auto;
}

.search-results__list .store-address {
    -ms-flex: none;
    flex: none;
    float: left;
    width: calc(100% - 10px);
    margin: 0 5px 10px;
    padding: 20px;
    border: 2px solid transparent;
    cursor: pointer;
    font: 16px/1.125 Roboto, sans-serif;
}

.search-results__list .store-address:only-of-type {
    margin: 0 auto 10px;
}

.search-results__list .store-address[data-state="selected"] {
    border: 2px solid #005787;
    transition: border 150ms;
}

.search-results__list .store-address a {
    color: #005787;
}

.search-results__list .store-address .media__body {
    transition: padding-left 150ms 100ms;
}

.search-results__list .store-address[data-state="selected"] .media__body {
    padding-left: 90px;
    transition: padding-left 150ms;
}

.search-results__list .store-address .media__body > :last-child {
    margin-bottom: 0;
}

.search-results__list .store-address .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background-color: #005787;
    background-image: url(../img/MT/icons/ico-store.svg);
    background-position: center 200%;
    background-repeat: no-repeat;
    transition: width 100ms 150ms, background-position 150ms;
}

.search-results__list .store-address[data-state="selected"] .icon {
    width: 90px;
    background-position: center;
    transition: width 150ms, background-position 150ms 100ms;
}

.search-results__list .store-address__heading {
    margin: 0;
    font: inherit;
}

.search-results__list .store-address__address {
    margin: 0 0 5px;
}

.search-results__list .store-address__tels {
    margin: 0 0 5px;
}

.search-results__list .store-address .media__interact {
    transition: padding-left 150ms 100ms;
}

.search-results__list .store-address[data-state="selected"] .media__interact {
    padding-left: 90px;
    transition: padding-left 150ms;
}

.search-results__list .store-address__interact {
    margin: 10px -5px 0;
    font: 14px/1.286 Roboto, sans-serif;
}

.search-results__list .store-address__interact li {
    margin: 0 5px;
}

.search-results__list .store-address__interact a {
    text-decoration: underline;
}

@media (min-width: 601px) and (max-width: 960px), (min-width: 1181px) {
    .search-results__list .store-address .media__body {
        float: left;
        width: 50%;
    }
    .search-results__list .store-address .media__interact {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        float: left;
        width: calc(45% - 20px);
        height: 100%;
        margin: 0 0 0 15px;
        text-align: right;
        white-space: nowrap;
    }
    .search-results__list .store-address[data-state="selected"] .media__interact {
        padding-left: 0;
    }
    .search-results__list .store-address__interact {
        margin: 0;
    }
    .search-results__list .store-address__interact li {
        display: inline-block;
    }
    .search-results__list .store-address__tels {
        margin: 0;
    }
}

@media (min-width: 661px) {
    .search-results__list .store-address {
        padding: 30px;
    }
}

@media (min-width: 961px) {
    .search-results__list .store-address {
        width: calc(50% - 10px);
    }
    .search-results__list .store-address:nth-child(2n + 1) {
        /* IE9/no-flex compat */
        clear: left;
    }
}

.locations-list ul {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}

.locations-list li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    /* fix iOS Safari carrying whitespace to next column */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    text-align: left;
    background: #fff;
    font: 16px/1.125 Roboto, sans-serif;
    word-spacing: normal;
}

.locations-list.blue {
    background: #005787;
    color: #fff;
}

.locations-list.blue li {
    background: #033f60;
}

.locations-list.blue a {
    color: #a4cadf;
}

.locations-list.blue li strong {
    color: #fff;
}

.search-results + .search-results,
.locations-list + .locations-list {
    padding-top: 0;
}

.search-results .store-address + header {
    margin-top: 40px;
}

.locations-list h2,
.search-results h2 {
    width: 100%;
    margin: 0 0 20px;
    color: #005787;
    font: 300 36px/1 Roboto, sans-serif;
}

.search-results--locator h2 {
    margin: 0 0 30px;
    font: 300 24px/1.333 Roboto, sans-serif;
}

.search-results.blue h2 {
    color: #fff;
}

.locations-list h2 em {
    font-style: normal;
    font-weight: 400;
}

.locations-index p {
    margin: 10px 0;
}

.locations-index a {
    color: #a4cadf;
    font: 16px/1.125 Roboto, sans-serif;
    text-decoration: underline;
}

.search-results h2 a {
    text-decoration: none;
    color: inherit;
}

.locations-list li a {
    display: block;
    padding: 20px;
}

.locations-list strong {
    display: inline-block;
    color: #005787;
    font-weight: normal;
}

.agent-list {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #005787;
    color: #fff;
    text-align: center;
    color: #a4cadf;
    font: 300 16px/1.5 Roboto, sans-serif;
}

.agent-details {
    overflow: hidden;
    background: #005787;
    color: #a4cadf;
    font: 300 16px/1.5 Roboto, sans-serif;
}

@media (min-width: 768px) {
    .agent-details {
        display: -ms-flexbox;
        display: flex;
    }
}

.agent-details__profile {
    margin: 0 -20px;
    padding: 50px 20px;
    position: relative;
    background: #033f60;
    text-align: left;
}

.agent-details__profile::before {
    content: "";
    display: none;
    width: 9999px;
    height: 9999px;
    position: absolute;
    top: 0;
    right: 0;
    background: #033f60;
}

.agent-details__profile__content {
    max-width: 270px;
    margin: 0 auto;
    position: relative;
}

.agent-details__profile .image {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.4);
}

.agent-details__profile .image img {
    width: 100%;
}

.agent-details__profile h2 {
    color: #fff;
    font: 300 24px/1.167 Roboto, sans-serif;
}

.agent-details__profile h3 {
    color: #fff;
    font: 300 18px/1.333 Roboto, sans-serif;
}

.agent-details__profile em {
    display: block;
    font-style: normal;
    margin-bottom: 20px;
}

.agent-details__profile ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.agent-details__profile .social {
    margin: 15px -5px 0;
    overflow: auto;
}

.agent-details__profile .social li {
    float: left;
    margin: 0 5px;
}

.agent-details__profile .social a {
    display: block;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0;
}

.agent-details__profile .social .facebook {
    background-image: url(../img/icons/ico-facebook.svg);
}

.agent-details__profile .social .twitter {
    background-image: url(../img/icons/ico-twitter.svg);
}


.agent-details__profile .social .instagram {
    background-image: url(../img/icons/ico-instagram.svg);
}


.agent-details__profile .social .linkedin {
    background-image: url(../img/icons/ico-linkedin.svg);
}

.agent-details__profile .social .pinterest {
    background-image: url(../img/icons/ico-pinterest.svg);
}

.agent-details__profile .social .email {
    background-image: url(../img/icons/email-square.png);
}

.agent-biography,
.store-information {
    position: relative;
    background: #f5f5f5;
}

.agent-biography .background-image {
    width: 100%;
    height: 240px;
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
}

.agent-biography .wrap,
.store-information .wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0px;
}

.agent-biography .wrap.first {
    margin-top: -240px;
    padding-bottom: 20px;
}

.agent-biography aside,
.store-information aside {
    box-sizing: border-box;
    width: 460px;
    -padding: 30px;
    -background-color: #ffffff;
    -box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.agent-biography aside.contact-form {
    padding-top: 0px !important;
}

.agent-biography .header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 20px;
}

.agent-biography .agent-headshot {
    display: inline-block;
    height: 230px;
    width: 210px;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-align: center;
    object-fit: cover;
}

.agent-biography .agent-headshot img {
    height: 100%;
}

.agent-biography .agent-information {
    padding: 30px 40px;
    color: #a4cadf;
    -font-family: Roboto;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.agent-biography .agent-information .breadcrumb {
    margin: 0px 0px 20px;
}

.agent-biography .agent-information .breadcrumb li {
    display: inline-block;
    color: #a4cadf;
}

.agent-biography .agent-information .breadcrumb li + li:before {
    content: ">";
    margin: 0px 5px;
}

.agent-biography .agent-information h1 {
    margin: 20px 0px 10px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 30px;
}

.agent-biography .agent-information .phone-numbers {
    margin: 10px 0px 5px;
    font-size: 16px;
}

.agent-biography .agent-information .phone-numbers li {
    display: inline-block;
    color: #a4cadf;
}

.agent-biography .agent-information .phone-numbers li + li:before {
    content: "|";
    margin: 0px 10px;
}

.agent-biography .agent-information .email {
    text-decoration: underline;
}

.agent-biography .header .store-social {
    align-self: flex-end;
    margin-left: auto;
    border-radius: 3px;
    flex-shrink: 0;
}

.agent-biography .store-social .store-details {
    position: relative;
    height: 110px;
    margin: -30px;
    padding: 25px 30px 25px 135px;
    background-color: #f5f5f5;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 16px;
}

.agent-biography [itemprop="geo"],
.store-information [itemprop="geo"] {
    display: none;
}

.agent-biography .store-social .map {
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 110px;
    width: 110px;
}
/*

a[href^="http://maps.google.com/maps"],
a[href^="https://maps.google.com/maps"],
a[href^="https://www.google.com/maps"] {
    display: none !important;
}

.gm-bundled-control .gmnoprint {
    display: block;
}

.gmnoprint:not(.gm-bundled-control) {
    display: none;
}

*/

.agent-biography .store-social .map .gm-style {
    pointer-events: auto !important;
}


.agent-biography .store-social .store-name {
    margin-bottom: 10px;
    color: #005787;
    font-size: 16px;
    line-height: 19px;
}

.agent-biography .store-social .social-links,
.store-information .store-social-contact-form .social-links {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 20px 30px;
    margin: 25px -30px -25px;
    background: #fff;
}

.store-information .store-social-contact-form .social-links {
    margin: 0px 0px 20px;
}

.agent-biography .store-social .social-links .button,
.store-information .store-social-contact-form .social-links .button {
    padding: 17px 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    width: auto;
}

.agent-biography .store-social .social-links .button.social,
.store-information .store-social-contact-form .social-links .button.social {
    font-size: 0px;
    width: 50px;
    padding: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 10px;
}

.agent-biography .store-social .social-links .button.social.facebook,
.store-information .store-social-contact-form .social-links .button.social.facebook {
    margin-left: auto;
    background-color: #2b5f91;
    background-image: url(../img/icons/social/facebook.svg);
}

.agent-biography .store-social .social-links .button.social.twitter,
.store-information .store-social-contact-form .social-links .button.social.twitter {
    background-color: #000000;
    background-image: url(../img/icons/social/twitter.svg);
}

.agent-biography .store-social .social-links .button.social.instagram,
.store-information .store-social-contact-form .social-links .button.social.instagram {
    background-color: #de436c;
    background-image: url(../img/icons/social/instagram.svg);
}



.agent-biography .store-social .social-links .button.social.linkedin,
.store-information .store-social-contact-form .social-links .button.social.linkedin {
    background-color: #1078b0;
    background-image: url(../img/icons/social/linked-in.svg);
}

.agent-biography .store-social .social-links .button.social.instagram,
.store-information .store-social-contact-form .social-links .button.social.instagram {
	background-image: url(../img/icons/social/instagram.svg);
	background-image: url(../img/icons/social/instagram2.svg), linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	border: none;
}

/* HBA Social Links */
.staff-social-media-box {
	margin-top: 10px;
	clear: both;
}
.staff-social-media-box h3 {
	float: left;
	margin-top: 4px;
	margin-right: 4px;
}

.staff-social-media-box a {
	font-size: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 5px !important;
}

.staff-social-media-box a.facebook {
    background-color: #2b5f91;
    background-image: url(../img/icons/social/facebook.svg);
}

.staff-social-media-box a.twitter {
    background-color: #2b5f91;
    background-image: url(../img/icons/social/twitter.svg);
}

.staff-social-media-box a.instagram {
    background-color: #de436c;
    background-image: url(../img/icons/social/instagram.svg);
}


@media(max-width: 430px) {
    .agent-biography .store-social .social-links .button .mobile-hide,
    .store-information .store-social-contact-form .social-links .button .mobile-hide {
        display: none;
    }
}

.agent-biography .main-content,
.store-information .main-content {
    width: calc(100% - 490px);
    margin-right: 30px;
}

.agent-biography .box,
.store-information .box {
    padding: 25px 30px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
}

.agent-biography .box + .box {
    margin-top: 10px;
}

.agent-biography .box h2 {
    color: #005787;
    font-weight: normal;
    margin: 20px 0px 15px;
}

.agent-biography .box h3 {
    margin: 10px 0px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}

.agent-biography .box th h3 {
    margin: 0;
}

.agent-biography .box h2:first-child {
    margin-top: 0px;
}

.agent-biography .more-about-me {
    display: none;
}

.agent-biography table {
    width: 100%;
    color: #666666;
    -font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    border-collapse: collapse;
}

.agent-biography table th,
.agent-biography table td {
    border: 1px solid #dcdee0;
    padding: 15px 20px;
    text-align: left;
}

.agent-biography table th {
    background-color: #f5f5f5;
    white-space: nowrap;
}

.agent-biography table td {
    font-weight: 300;
    width: 100%;
}

.agent-biography .quote {
    position: relative;
    padding: 55px 80px;
    background: url(../img/agent-details/bg-quote.jpg) no-repeat center / cover;
    -font-family: Roboto;
    color: #ffffff;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    text-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.agent-biography .quote:before {
    content: url(../img/agent-details/quote.svg);
    position: absolute;
    top: 25px;
    left: 25px;
}

.agent-biography .quote strong {
    display: block;
    color: #c4dfee;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
}

.agent-biography .item-list {
    list-style: none;
    color: #666666;
    font-size: 0;
}

.agent-biography .item-list li {
    display: inline-block;
    margin: 0px 5px 5px 0px;
    padding: 11px 13px;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.agent-biography .favourite-destination {
    min-height: 480px;
    padding-top: 70px;
    padding-bottom: 130px;
    background-color: #00466c;
    background-position: center;
    background-size: 100% auto;
    background-size: cover;
    color: #ffffff;
    font-size: 18px;
    line-height: 21px;
    text-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.agent-biography .favourite-destination h2 {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-family: "Dancing Script";
    font-size: 50px;
    line-height: 38px;
    text-shadow: 1px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.agent-biography .favourite-destination h3 {
    display: block;
    color: #d5edfa;
    width: 100%;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
}

.agent-biography .favourite-destination ul {
    max-width: 740px;
}

.agent-biography .favourite-destination li {
    padding-left: 50px;
    background: url(../img/icons/agents/favourite.svg) no-repeat 15px center;
}

.agent-biography .favourite-destination li + li {
    margin-top: 30px;
}

.agent-biography .travel-tip {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 850px;
    margin: -100px 0px 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.agent-biography .travel-tip .heading {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    padding: 30px;
    -width: 240px;
    color: #033f60;
    background: url(../img/agent-details/bg-tips.jpg) no-repeat center / cover;
}

.agent-biography .travel-tip h2 {
    font-weight: 100;
    font-size: 50px;
    line-height: 42px;
}

.agent-biography .travel-tip h2 strong {
    font-weight: 300;
}

.agent-biography .travel-tip .tip {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px;
    font-style: italic;
    font-weight: 300;
}

.agent-biography .travel-tip .tip h3 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    font-style: normal;
}

.agent-biography aside h2,
.store-information aside h2 {
    margin: 0px 0px 20px !important;
    padding-left: 30px;
    color: #005787;
    -font-family: Roboto;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    background: url(../img/icons/connect.svg) no-repeat left 7px;
}

.agent-biography aside fieldset,
.store-information aside fieldset {
    padding: 30px;
    border: 1px solid #dcdee0;
    background-color: #f5f5f5;
}

.agent-biography aside fieldset ul,
.store-information aside fieldset ul {
    padding: 0px;
    margin: 0px;
}

.agent-biography aside fieldset ul li,
.store-information aside fieldset ul li {
    width: 100%;
    margin: 0px;
}

.agent-biography aside fieldset ul li + li,
.store-information aside fieldset ul li + li {
    margin-top: 15px;
}

.agent-biography aside fieldset input,
.agent-biography aside fieldset textarea,
.store-information aside fieldset input,
.store-information aside fieldset textarea {
    background-color: #ffffff;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border: none;
}

.agent-biography aside fieldset .button,
.store-information aside fieldset .button {
    width: 100%;
    padding: 15px 40px;
    margin: 0px;
    font-size: 16px;
    -font-weight: bold;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
}

.store-information .wrap.first {
    position: relative;
    margin-top: -150px;
    padding-bottom: 50px;
}

.store-information aside {
    margin-top: 125px;
}

.store-information .background-map {
    height: 150px;
    background: #414345;
}

.store-information .map-blackout {
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.7);
}

.store-information h1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 125px;
    margin: 0px;
    color: #ffffff;
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
}

.store-information .store-details {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    padding-left: 250px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
}

.store-information .store-details .map-pointer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 220px;
    background: #dfdfdf;
}

.store-information .store-details .store-email {
    display: block;
    margin: 10px 0px 20px;
    width: 100%;
    color: #005787;
}

.store-information .store-details table {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 20px;
}

.store-information .store-details table th {
    text-align: left;
    font-weight: 300;
}

.store-information .store-details table th,
.store-information .store-details table td {
    padding-bottom: 5px;
}

.store-information .store-details .address-and-contact-info table {
    width: 100%;
    font-weight: 500;
}

.store-information .store-details .address-and-contact-info table th {
    color: #666666;
    font-size: 14px;
    line-height: 16px;
    font-weight: inherit;
    padding-right: 10px;
}

.store-information .store-details .store-hours {
    width: 275px;
    flex-shrink: 0;
    margin-left: 30px;
    padding-left: 30px;
    align-self: flex-end;
    border-left: 1px solid #f5f5f5;
}

.store-information .store-details .store-hours th {
    padding-right: 20px;
}

.store-information .store-details .store-hours td {
    font-weight: normal;
}

@media (max-width: 1400px) {
    .agent-biography .main-wrap,
    .store-information .main-wrap {
        margin-left: 30px;
        margin-right: 30px;
        width: calc(100% - 60px);
    }
    .store-information .agents-list .agent {
        position: relative;
        display: block !important;
    }
    .store-information .agents-list .image-link {
        box-sizing: border-box;
        float: left;
        width: 90px;
        padding: 15px 15px 15px 25px;
    }
    .store-information .agents-list .image-link img {
        border-radius: 3px;
        width: 50px;
        height: 50px;
    }
    .store-information .agents-list .image-link .button {
        position: absolute;
        bottom: 15px;
        left: 25px;
        right: 25px;
        width: auto;
    }
    .store-information .agents-list .agent-information {
        padding: 15px 25px 80px 0px;
    }
    .store-information .agents-list .agent-information .name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .store-information .agents-list .agent-information .phone {
        font-size: 18px;
        line-height: 21px;
    }
    .store-information .agents-list .agent-information .tablet-clear {
        display: block;
        clear: both;
    }
    .store-information .agents-list .agent-information .email {
        margin-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .store-information .agents-list .agent-information {
        padding: 0px 25px 80px;
    }
    .store-information .store-details .map-pointer {
        margin: 75px -20px 20px;
    }
}

@media (max-width: 800px) {
    .agent-biography .main-wrap,
    .store-information .main-wrap,
    .store-information .main-content {
        margin: 0px;
        width: 100%;
    }
    .store-information .background-map,
    .store-information .map-blackout {
        height: 85px;
    }
    .store-information .wrap.first {
        margin-top: -85px;
    }
    .store-information h1 {
        font-size: 24px;
        line-height: 26px;
        height: 85px;
        padding: 0px 20px;
    }
    .store-information .agents-list {
        padding: 20px;
    }
    .store-information .agents-list ul {
        margin: 0px;
    }

    .store-information aside {
        margin-top: 0px;
        width: 100%;
    }
    .store-information .store-social-contact-form .social-links {
        position: absolute;
        top: 85px;
        left: 0px;
        width: 100%;
        padding: 20px;
        border: none;
        box-shadow: none;
    }
    .agent-biography .store-social .social-links {
        margin-top: 30px;
    }
    .store-information .store-social-contact-form .social-links .button,
    .agent-biography .store-social .social-links .button {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .agent-biography .background-image {
        height: 280px;
    }
    .agent-biography .wrap {
        display: block;
    }
    .agent-biography .wrap.first {
        margin-top: -280px;
    }
    .agent-biography .header {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 30px;
        margin-bottom: 0px;
    }
    .agent-biography .agent-headshot {
        height: 131px;
        width: 120px;
    }
    .agent-biography .agent-information {
        padding: 10px 0px;
        text-align: center;
    }
    .agent-biography .agent-information .breadcrumb {
        display: none;
    }
    .agent-biography .agent-information h1 {
        margin: 0px 0px 10px;
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
    }
    .agent-biography .header .store-social {
        width: 100%;
        margin-top: 30px;
    }
    .agent-biography .more-about-me {
        display: block;
        padding: 20px 60px 20px 20px;
        background: #005787 url(../img/agent-details/arrow.svg) no-repeat calc(100% - 25px) center;
        color: #ffffff;
        font-family: Roboto;
        font-size: 18px;
        line-height: 21px;
    }
    .agent-biography .expandable {
        display: none;
    }
    .agent-biography .expandable.expanded {
        display: block;
    }
    .agent-biography .box {
        padding: 20px;
    }
    .agent-biography .quote em {
        font-size: 20px;
    }
    .agent-biography table,
    .agent-biography table tbody,
    .agent-biography table tr,
    .agent-biography table th,
    .agent-biography table td {
        display: block;
        width: 100%;
        border: none;
    }
    .agent-biography table {
        border: 1px solid #dcdee0;
    }
    .agent-biography table tr + tr,
    .agent-biography table td {
        border-top: 1px solid #dcdee0;
    }

    .agent-biography .box:last-child {
        -margin-bottom: 10px;
    }
    .agent-biography .main-content,
    .agent-biography aside.contact-form {
        width: 100%;
    }
    .agent-biography aside fieldset,
    .store-information aside fieldset {
        padding: 0px;
        background: none;
        border: none;
    }
    .agent-biography aside fieldset input,
    .agent-biography aside fieldset textarea,
    .store-information aside fieldset input,
    .store-information aside fieldset textarea {
        border: 1px solid #dcdee0;
        background-color: #f5f5f5;
        box-shadow: none;
    }
    .agent-biography aside fieldset .button,
    .store-information aside fieldset .button {
        text-transform: none;
    }
    .agent-biography .favourite-destination {
        padding: 30px;
        min-height: 0px;
    }
    .agent-biography .travel-tip-container,
    .agent-biography .travel-tip {
        margin: 0px;
        width: 100%;
    }
    .agent-biography .travel-tip {
        margin-bottom: 10px;
    }
}

@media (max-width: 1200px) and (min-width: 801px) {
    .store-information {
        min-width: 1024px;
    }
    .store-information .store-details {
        flex-direction: column;
    }
    .store-information .agents-list .agent,
    .store-information .agents-list li:nth-child(2n) {
        width: 100%;
        margin: 0px 0px 10px;
    }
    .store-information .store-details .map-pointer {
        margin: -20px -20px 20px;
    }
}

@media (max-width: 1200px) {
    .store-information .store-details {
        flex-direction: column;
        padding: 20px;
    }
    .store-information .store-details .map-pointer {
        position: static;
        width: calc(100% + 40px);
        height: 200px;
    }
    .store-information .store-details .store-hours {
        width: 100%;
        padding: 20px 0px 0px;
        margin: 20px 0px 0px;
        border-left: none;
        border-top: 1px solid #f5f5f5;
    }
    .store-information .store-details .store-hours table {
        width: 100%;
    }
}

@media (min-width: 801px) {
    .contact-form-container {
        position: absolute;
        top: 300px;
        right: 30px;
    }
    .agent-biography {
        min-width: 1024px;
    }
}

@media (min-width: 1400px) {
    .contact-form-container {
        right: calc((100% - 1340px) / 2);
    }
}

@media (min-width: 661px) {
    .agent-details__profile {
        float: left;
        width: 300px;
        margin: 0 0 0 -40px;
        padding: 50px 40px;
        position: relative;
    }
    .agent-details__profile::before {
        display: block;
    }
}

@media (min-width: 1381px) {
    .agent-details__profile {
        width: 340px;
        padding-left: 80px;
    }
}

.agent-details__bio {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #a4cadf;
    font: 300 16px/1.25 Roboto, sans-serif;
    text-align: left;
}

.agent-details__bio h3 {
    color: #fff;
    font: 300 18px/1 Roboto, sans-serif;
}

.agent-details__bio p {
    margin: 6px 0 20px;
}

@media (min-width: 661px) {
    .agent-details__bio {
        float: left;
        width: calc(100% - 270px);
        padding: 50px 0 50px 40px;
    }
}

@media (min-width: 1381px) {
    .agent-details__bio {
        width: calc(100% - 310px);
    }
}

.agent-list h2 {
    margin: 0;
    color: #fff;
    font: 300 32px/1.125 Roboto, sans-serif;
}

.agent-list p {
    margin: 0 0 16px;
}

.agent-list ul {
    padding: 0;
    margin: 40px auto -40px;
    letter-spacing: 50px;
}

.agent-list li {
    display: inline-block;
    width: 150px;
    margin-bottom: 40px;
    font: 300 16px/1.25 Roboto, sans-serif;
    letter-spacing: normal;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
}

.agent-list li:nth-child(12) ~ li {
    display: none;
}

.agent-list ul.show-all li {
    display: inline-block !important;
}

.agent-list a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    /*overflow: hidden;*/
    white-space: normal;
}

.agent-list .image {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    text-align: center;
}

.agent-list .image img {
    min-width: 140px;
    max-width: 160px;
    min-height: 140px;
    max-height: 160px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.agent-list strong {
    display: block;
    color: #fff;
    font: 500 16px/1.25 Roboto, sans-serif;
    white-space: normal;
}

.agent-list .link {
    display: block;
    margin: 20px 0px;
    color: #a4cadf;
    text-decoration: underline;
    cursor: pointer;
}

.agent-list .show-all + .link {
    display: none;
}

@media (min-width: 661px) {
    .agent-list .image,
    .agent-details .image {
        width: 140px;
        height: 140px;
    }
}

/* new agent listing */

.agents-list {
    padding: 20px 0px 0px;
    background-color: #f5f5f5;
}

.agents-list-detailed {
    padding: 30px 0px;
}

.no-agents-found {
    padding: 50px 0px;
    text-align: center;
}

.no-agents-found h2 {
    font-size: 36px;
    font-weight: 300;
    line-height: 30px;
    text-align: center;
    margin-bottom: 20px;
    color: #005787;
}

.agents-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
}

.agents-list .agent {
    position: relative;
    display: none;
    justify-content: flex-start;
    align-items: stretch;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    -font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
}

.agents-list-detailed .agent {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.agents-list .agent.show {
    display: inline-flex;
}

.agents-list li:nth-child(2n) {
    margin-left: 10px;
}

.agents-list-detailed li:nth-child(2n) {
    margin-left: 20px;
}

.agents-list .image-link {
    width: 140px;
    flex-shrink: 0;
}

.agents-list-detailed .image-link {
    width: 190px;
}

.agents-list .image-link img {
    width: 140px;
    height: 140px;
    object-fit: cover;
}

.agents-list-detailed .image-link img {
    width: 190px;
    height: 190px;
}

.agents-list .image-link .button {
    width: 100%;
    padding: 10px 25px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
}

.agents-list-detailed .image-link .button {
    padding: 15px 40px;
}

.agents-list .agent-information {
    padding: 15px 20px 10px;
    color: #4a4a4a;
    overflow: hidden;
}

.agents-list-detailed .agent-information {
    padding: 25px 30px 15px;
    width: calc(100% - 290px);
}

.agents-list .agent-information .name {
    margin-bottom: 15px;
    color: #005787;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.agents-list .agent-information .name.shorten {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1;
}

.agents-list .agent-information .phone {
    margin: 0px;
    font-size: 18px;
    line-height: 21px;
    font-weight: 300;
}

.agents-list .agent-information .email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
    color: #0cbff2;
    text-decoration: underline;
}

.agents-list .agent-information .detail {
    margin-top: 5px;
    color: #005689;
}

.agents-list.agents-list-detailed .agent-information .detail {
    margin-top: 10px;
}

.agents-list .agent-information .detail.detail-location {
    display: none;
}

.agents-list .agent-information .detail.detail-location .distance {
    color: #898989;
}

.agents-list:not(.agents-list-detailed) .agent-information .detail.detail-location + .detail.detail-experience {
    margin-top: 0px;
}

.agents-list .agent-information .detail strong {
    color: #4a4a4a;
}

.agents-list-detailed .agent-information .detail.detail-location {
    display: block;
}

.agents-list-detailed .agent-information .tablet-clear {
    display: none;
}

.agents-list .destinations-and-specialties {
    display: none;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    width: 100px;
    flex-shrink: 0;
    border-left: 1px solid #f5f5f5;
    margin-left: auto;
}

.agents-list-detailed .destinations-and-specialties {
    display: flex;
}

.agents-list .destinations-and-specialties div {
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #898989;
    font-size: 12px;
    line-height: 14px;
}

.agents-list .destinations-and-specialties div + div {
    border-top: 1px solid #f5f5f5;
}

.agents-list .destinations-and-specialties div em {
    color: #005787;
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    font-style: normal;
}

.agents-list .destinations-and-specialties div .details {
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: calc(100% - 190px);
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
    color: #4f4f4f;
    font-size: 14px;
    line-height: 20px;
}

.agents-list .destinations-and-specialties div:hover .details {
    display: block;
}

.agents-list .destinations-and-specialties div .details h4 {
    color: #005787;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
}

.agents-list .destinations-and-specialties div .details .view-profile {
    display: inline-block;
    margin-top: 20px;
    color: #005787;
    text-decoration: underline;
}

.agents-list .paging {
    text-align: center;
}

.agents-list .paging {
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}

@media (min-width: 1024px) {
    .agents-list .paging {
        position: relative;
        padding: 0px 100px;
    }
    .agents-list .paging .controls {
        position: absolute;
        top: 0px;
        right: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .agents-list-detailed .destinations-and-specialties {
        display: none;
    }
}

@media (max-width: 1023px) {
    .agents-list .agent {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }
    .agents-list li:nth-child(2n) {
        margin-left: 10px;
    }
    .agents-list .agent.show {
        display: block;
        position: relative;
    }
    .agents-list .image-link {
        box-sizing: border-box;
        float: left;
        width: 90px;
        padding: 15px 15px 15px 20px;
    }
    .agents-list .image-link img {
        border-radius: 3px;
        width: 50px;
        height: 50px;
    }
    .agents-list .image-link .button {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        margin: 0px;
        width: auto;
    }
    .agents-list .agent-information {
        width: 100%;
        padding: 15px 20px 20px;
    }
    .agents-list .agent-information .name {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .agents-list .agent-information .phone {
        font-size: 18px;
        line-height: 21px;
    }
    .agents-list .agent-information .tablet-clear {
        display: block;
        clear: both;
    }
    .agents-list .agent-information .email {
        margin-bottom: 10px;
    }
    .agents-list-detailed .destinations-and-specialties {
        width: 100%;
        height: 60px;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px solid #f5f5f5;
        flex-direction: row;
        justify-content: stretch;
        align-items: stretch;
        margin-bottom: 90px;
    }
    .agents-list-detailed .destinations-and-specialties div {
        width: 50%;
        padding: 10px;
        height: auto;
    }
    .agents-list-detailed .destinations-and-specialties div .details {
        display: none !important;
    }
    .agents-list-detailed .destinations-and-specialties div + div {
        border-left: 1px solid #f5f5f5;
    }
}

@media (max-width: 660px) {
    .agents-list .agent,
    .agents-list li:nth-child(2n),
    .store-information .agents-list .agent,
    .store-information .agents-list li:nth-child(2n) {
        width: 100%;
        margin: 0px 0px 10px;
    }
    .agent-biography .travel-tip,
    .agent-biography .travel-tip .heading {
        display: block;
        width: 100%;
    }
}

.agents-list .paging .controls .button {
    padding: 9px 25px;
}

.agents-list .paging .controls .button.disabled {
    opacity: 0.2;
    cursor: default;
}

/* contact form */

.contact-form {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.contact-form h2 {
    color: #005787;
    font: 32px/1 Roboto, sans-serif;
}

.contact-form h2 + p {
    margin: 5px 0 25px;
}

.contact-form .store-hours {
    word-spacing: 1px;
    margin: 20px 0px 50px;
    font-size: 15px;
}

.contact-form .store-hours li {
    box-sizing: border-box;
    display: inline-block;
    width: 98px;
    height: 98px;
    background: #0cbff2;
    border: 1px solid #0a9dd0;
    color: #fff;
    padding: 13px;
    word-spacing: normal;
    vertical-align: top;
    margin-bottom: 5px;
}

.contact-form .store-hours .weekend {
    background: #005787;
    border: 1px solid #00466c;
}

.contact-form .store-hours em {
    display: block;
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-form .store-hours .break {
    display: block;
}

.contact-form .store-hours .mobile {
    display: none;
}

.contact-form .social {
    margin: 0 -10px -15px;
    font-size: 0;
}

.contact-form .social li {
    display: inline-block;
    margin: 0 10px 20px;
}

.contact-form .social li a {
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    background: url(../img/icons/sprite-round-social-icons.png) no-repeat;
}

.contact-form .social li a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: url(../img/icons/sprite-round-social-icons.png) no-repeat;
    transition: opacity 150ms;
}

.contact-form .social li a:hover::before {
    opacity: 1;
}

.contact-form .social li.facebook a {
    background-position: 0 0;
}

.contact-form .social li.facebook a::before {
    background-position: 0 -80px;
}

.contact-form .social li.twitter a {
    background-position: -80px 0;
}

.contact-form .social li.twitter a::before {
    background-position: -80px -80px;
}


.contact-form .social li.instagram a {
    background-position: -80px 0;
}

.contact-form .social li.instagram a::before {
    background-position: -80px -80px;
}



.contact-form .social li.pinterest a {
    background-position: -160px 0;
}

.contact-form .social li.pinterest a::before {
    background-position: -160px -80px;
}

.contact-form .social li.instagram a {
    background-position: -240px 0;
}

.contact-form .social li.instagram a::before {
    background-position: -240px -80px;
}

.contact-form .social li.google-plus a {
    background-position: -320px 0;
}

.contact-form .social li.google-plus a::before {
    background-position: -320px -80px;
}

.contact-form .social li.youtube a {
    background-position: -400px 0;
}

.contact-form .social li.youtube a::before {
    background-position: -400px -80px;
}

.contact-form form {
    margin: 20px 0 0;
}

.contact-form form ul {
    margin: 0 -10px;
    padding: 0;
    text-align: left;
}

.contact-form form li {
    float: left;
    width: calc(100% - 20px);
    margin: 0 10px 5px;
}

.contact-form form li.full {
    width: calc(100% - 20px);
}

.contact-form .button {
    margin: 15px 0 0;
}

@media (min-width: 481px) {
    .contact-form form li {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1300px) {
    .locations-list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 1250px) {
    .agent-list ul {
        max-width: 1100px;
    }
}

@media (max-width: 1050px) {
    .agent-list ul {
        max-width: 900px;
    }
}

@media (max-width: 1024px) {
    .locations-index {
        padding: 50px;
        margin: 0;
        height: auto;
    }
    .locations-list ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 850px) {
    .agent-list ul {
        max-width: 600px;
    }
}

@media (max-width: 767px) {
    .locations-index {
        padding: 30px;
    }
    .locations-list ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .contact-form .store-hours {
        word-spacing: normal;
        padding: 10px;
        background-color: #f5f5f5;
        color: #666;
        border: 1px solid #e6e9eb;
    }
    .contact-form .store-hours li,
    .contact-form .store-hours .weekend {
        width: 100%;
        color: inherit;
        height: auto;
        background: none;
        border: none;
        text-align: right;
        line-height: 18px;
        font-size: 16px;
        padding: 0px;
        margin: 0px;
    }
    .contact-form .store-hours li + li {
        margin-top: 5px !important;
    }
    .contact-form .store-hours em {
        display: inline-block;
        float: left;
        width: 100px;
        color: #005787;
        text-align: left;
        margin-bottom: 0px;
        font-size: 16px;
        font-weight: normal;
    }
    .contact-form .store-hours .weekend em {
        color: #00466c;
        font-weight: 500;
    }
    .contact-form .store-hours .desktop {
        display: none;
    }
    .contact-form .store-hours .mobile {
        display: inline;
    }
    .contact-form .store-hours .break {
        display: inline;
    }
    .contact-form .store-hours .break:before {
        content: " - ";
    }
}
