/*Global*/
.container, .et_pb_row, .et_pb_slider .et_pb_container, .et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container, .et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 600px !important;
}
.et_pb_button {
    width: 100%;
}
.btn {
    display: block;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
}
.btn-primary {
    background: #44555D;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
ul {
    padding-left: 2em !important;
    padding-bottom: 0 !important;
}
ul li {
    line-height: 1.6;
}
li ul {
    padding-bottom: 0 !important;
}


/*Header/Footer*/
#top-menu, #top-next, #top-back {
    width: unset !important;
}
footer #foot-menu {
    display: none;
}
footer #foot-menu.active {
    position: fixed;
    width: 100%;
		height: 100vh;
    top: 65px;
    z-index: 88888;
    background: #E6EEEE !important;
    display: block;
}

/*Agent*/
ul.agent-list, ul.agent-results {
    padding: 0 !important;
    list-style: none;
}
ul.agent-list li, ul.agent-results li a {
    padding: 15px;
    background: #fff;
    margin-bottom: 1em;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    cursor: pointer;
		position: relative;
		color: #557D96;
		display: block;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
}
ul.agent-list>li:last-child {
    margin-top: 2em;
    position: relative;
}
ul.agent-list>li:last-child::after {
    content: '';
    background: #A1C6D6;
    height: 1px;
    position: absolute;
    top: -1em;
    left: calc( 50% - 15px );
    width: 30px;
}
ul.agent-list li.selected {
    color: #fff;
    background: #E19278;
}
ul.agent-results li {
    /*display: none;*/
}
ul.agent-results li.show {
    display: block;
}
ul.agent-results li.top a {
    background: #E19278;
    color: #fff;
}
ul.agent-results li.top a::after {
    color: #fff;
}
ul.agent-results li a::after {
    content: '\f054';
    position: absolute;
    right: 20px;
    font: var(--fa-font-solid);
		color: #E19278;
    top: calc(50% - 7px);
}
ul.agent-results li:last-child a {
    background: #A1C6D6;
}
ul.agent-results li:last-child a::after {
    content: '';
}
ul.agent-results li:last-child a {
    color: #fff;
}
ul.sub-list {
    display: flex;
    gap: 15px;
    padding: 0 !important;
	flex-wrap: wrap;
}
ul.sub-list li {
    flex-grow: 1;
    text-align: center;
    margin: 0 !important;
}

/*Agents Single Page*/
#agent-title {
    text-align: center;
    text-transform: uppercase;
}
#agent-title h1, #agent-title small {
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 0;
}
#agent-title small {
    font-size: 12px;
}
.agent-item {
    margin-bottom: 1em;
}
label.agent-label {
    text-transform: uppercase;
    font-weight: bold;
    color: #557D96;
    min-width: 100%;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 2;
}
label.agent-label:not(.sub) {
	border-bottom: 1px solid #A1C6D6;
}
label.agent-label.sub {
    font-weight: normal;
}