@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.87);
}

@media (max-width: 767px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.e-right-sidebar p,
.e-left-sidebar p {
  text-align: center;
}

.e-right-sidebar h3,
.e-left-sidebar h3 {
  color: rgb(255, 255, 255) !important;
  text-align: center;
}

input.e-sidebar-textbox {
  width: 90%;
}

/* Masthead */

.e-masthead {
    position: relative;
    z-index: 985;
}

.e-masthead, .e-masthead-slider, .e-slide {
    height: 500px;
    max-height: 500px;
}

.e-masthead-slider {
    overflow: hidden;
}

.e-slide {
    padding-top: 3%;
    background-size: cover;
    background-position: top center;
    width: 100%;
}

.e-view-listing-ribbon {
    width: 30%;
    margin-right: 4.72%;
    text-align: right;

    -webkit-transition: width 0.5s, margin 0.5s, color 0.3s;
    transition: width 0.5s, margin 0.5s, color 0.3s;
}

.e-view-listing-ribbon:hover {
    width: 31.5%;
    margin-right: 3.22%;
}

.e-listing-ribbon {
    width: 65%;
}

.e-quicksearch {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 9999;

    cursor: pointer;
}

.e-quicksearch i.fa {
    margin-right: 15px;
    color: rgba(255, 255, 255, 0.67);

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.e-quicksearch:hover i.fa {
    color: rgb(255, 255, 255);
}

.e-quicksearch-form-ribbon {
    width: 65%;
    margin-right: 4.7%;
    text-align: right;
}

.e-quicksearch-ribbon {
    width: 30%;
}

@media (max-width: 979px) {
    .e-masthead, .e-masthead-slider, .e-slide {
        height: 380px;
        max-height: 380px;
    }

    .e-quicksearch, .e-slide-ribbons {
        display: none;
    }
}

/* Inner masthead */

.e-inner-masthead {
    position: relative;
    z-index: 985;
    height: 280px;
    max-height: 280px;
    line-height: 280px;
    text-align: center;

    font-size: 64px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.87);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    background: rgb(220, 220, 220) url("http://placehold.it/2000x300");
    background-size: cover;
    background-position: center center;
}

/* Content */

.e-content {
    padding: 45px 0 60px 0;;
    font-family: 'Roboto Slab', 'Times New Roman', 'Times', serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.67);
}

.e-content h1, .e-content h2, .e-content h3, .e-content h4, .e-content h5, .e-content h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgba(0, 0, 0, 0.87);
}

/* About block */

.e-about h1 {
    height: 60px;
    max-height: 60px;
    line-height: 60px;
    margin: 0;

    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(51, 51, 51);
    color: rgb(255, 255, 255);
}

/* Callouts */

.e-home-callouts {
    min-height: 200px;
    padding: 60px 0 30px 0;
    background-color: rgb(220, 220, 220);
    background-repeat: repeat;
    text-align: center;
}

.e-home-callout {
    position: relative;
}

.e-home-callout-icon {
    position: absolute;
    height: 60px;
    max-height: 60px;
    width: 60px;
    max-width: 60px;
    left: 50%;
    top: -30px;
    margin-left: -30px;

    border-radius: 30px;
    background-color: rgb(50, 50, 50);

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.e-home-callout:hover .e-home-callout-icon {
    height: 66px;
    max-height: 66px;
    width: 66px;
    max-width: 66px;
    left: 50%;
    top: -33px;
    margin-left: -33px;

    border-radius: 33px;
}

.e-home-callout-content {
    display: inline-block;
    box-sizing: border-box;
    min-height: 200px;
    width: 80%;
    padding: 30px 30px;

    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.e-home-callout-content h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.e-home-callout-content p {
    font-family: 'Roboto Slab', 'Times New Roman', 'Times', serif;
    font-size: 14px;

    color: rgba(0, 0, 0, 0.67);
}

/* Testimonials */

.e-testimonials {
    position: relative;
    line-height: 140px;
    background-color: rgb(120, 120, 120);
}

.e-testimonials .span8 {
    text-align: center;
}

.e-testimonials-slider {
    display: block;
    margin-left: 120px;
    padding-top: 20px;
    width: 70%;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.87);
}

.e-testimonial-quotes {
    transform: rotateY(180deg);
    /*position: absolute;*/
    display: inline-block;
    left: 3%;
    top: 0;
    font-family: 'Times New Roman', Times, serif;
    font-size: 120px;
    color: rgba(255, 255, 255, 0.6);

    -webkit-transition: color 1s;
    transition: color 1s;
}

.e-testimonials:hover .e-testimonial-quotes {
    color: rgba(255, 255, 255, 1);
}

.e-testimonial {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.e-testimonial-author {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.e-testimonial-author p {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}

.e-ribbon-testimonials {
    width: 96%;
    margin-left: 4%;

    -webkit-transition: width 0.5s, margin-left 0.5s;
    transition: width 0.5s, margin-left 0.5s;
}

.e-ribbon-testimonials a {
    cursor: pointer;
}

.e-ribbon-testimonials:hover {
    width: 100%;
    margin-left: 0;
}

@media (max-width: 979px) {

    .e-testimonials .abc {
        width: 100%;
    }

    .e-testimonials .xyz {
        display: none;
    }

    .e-testimonials-slider {
        /*max-height: 200px;*/
        padding-top: 40px;
    }

}

@media (max-width: 767px) {
    .e-testimonial-quotes {
        display: none;
    }

    .e-testimonials-slider {
        width: 90%;
        margin: 0 auto;
    }
}

/* Miscellaneous block */

.e-misc {
    height: 120px;
    background-image: url('/dev/themes/exit23/img/invertedbg.png');

    color: rgb(255, 255, 255);
    text-align: center;
}

.e-properties {
    min-height: 120px;
    padding: 45px 5%;
    background-image: url('/dev/themes/exit23/img/seigaiha.png');
}

.e-properties-heading {
    text-align: center;
    padding-bottom: 45px;
}

.e-ribbon-properties {
    width: 45%;
}

.e-properties-container {
    max-width: 1280px;
    margin: 0 auto;
}

.e-properties-container .span3 {
    margin-bottom: 25px;
}

.e-properties-container .span3:nth-child(5),
.e-properties-container .span3:nth-child(9) {
    margin-left: 0;
}

.e-listing {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 15px 15px 30px 15px;
    margin-bottom: 30px;
    min-height: 329px;

    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.e-listing-container {
    display: inline-block;
    width: 100%;    font-family: 'Roboto Slab', 'Times New Roman', 'Times', serif;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.67);
}

.e-listing-view {
    position: absolute;
    height: 40px;
    margin-left: -15px;
    width: 100%;
    bottom: -20px;
}

.e-listing-view a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 70%;

    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.87);
    text-decoration: none;

    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.e-listing-view a:hover {
    color: rgb(255, 255, 255);
    width: 75%;
    height: 42px;
    line-height: 42px;
}

.e-listing-img {
    height: 200px;
    width: 100%;

    background-size: cover;
    background-position: center center;
}

.e-listing-price {
    display: block;
    margin-top: -40px;
    margin-bottom: 10px;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    line-height: 40px;

    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.87);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.67);
}

.e-listing-address {}

.e-listing-details {}

@media (max-width: 979px) {
    .e-properties-container [class*="span"] {
        width: 47.5%;
        margin: 0 2.5% 30px 0;
        float: left;
    }
}

@media (max-width: 767px) {
    .e-properties-container [class*="span"] {
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }
}

.e-meta {
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
}

.e-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 993;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
}

body.drawer-open .e-overlay {
    display: block;
}

.e-layer-2-shadow {
    -webkit-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.5);
}

.e-layer-3-shadow {
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.5);
}

.e-layer-3-shadow-alt {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.5);
}

.e-container-nopad {
    padding-left: 0;
    padding-right: 0;
}

.e-ribbon {
    display: inline-block;
    box-sizing: border-box;

    height: 60px;
    max-height: 60px;
    min-height: 60px;
    padding: 0 30px;
    font-size: 22px;
    line-height: 60px;
}

.e-ribbon-primary, .e-ribbon-primary a {
    color: rgba(255, 255, 255, 0.87);
    text-transform: uppercase;
    text-decoration: none;

    /*-webkit-transition: color 0.3s;
    transition: color 0.3s;*/
}

.e-ribbon-primary a:hover {
    color: rgb(255, 255, 255);
}

.e-ribbon-secondary, .e-ribbon-secondary a {
    color: rgba(57, 57, 57, 0.87);
    text-transform: uppercase;
    text-decoration: none;

    /*-webkit-transition: color 0.3s;
    transition: color: 0.3s;*/
}

.e-ribbon-secondary a:hover {
    color: rgb(57, 57, 57);
}

@media (max-width: 1024px) {
    .e-ribbon {
        font-size: 18px;
    }
}

/* Single Porperty Page - Kyle */
.e-sp-ribbon {
    margin-top: 10px;
}

.e-sp-img {
    margin-bottom: 10px;
}

#e-sp-content-main .e-sp-img {
    padding-top: 6px;
    box-sizing: border-box;
}

#e-sp-content-main .e-sp-img-grid-img {
    box-sizing: border-box;
    padding:  20px 10px;
    text-align: center;
}

#e-sp-content-main .e-sp-img-grid-img:nth-child(2),
#e-sp-content-main .e-sp-img-grid-img:nth-child(5) {
    margin-left: 0;
}

.e-sp-description {
    margin-bottom: 20px;
}

.e-sp-contact {
    box-sizing: border-box;
    padding: 10px;
}

.e-sp-contact .contact-form-block-wrapper .title {
    display: none;
}

.e-sp-contact .contact-form-block-wrapper label {
    color: #fff;
}

.e-sp-contact h3 {
    color: #fff;
    text-align: left;
    margin-top: 0;
}

.e-sp-contact input {
    width: 100%;
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
}

.e-sp-contact-submit {
    box-sizing: border-box;
    width: 100%;

    border-radius: 0;
    text-shadow: none;
    font-size: 18px;
}

.e-sp-dropdown {
    margin-bottom: 10px;
}

.e-sp-dropdown .fa-caret-down {
    font-size: 55px;
    float: right;
}

.e-sp-img-link {
    display: none;
}

.e-sp-img-link-a {
    line-height: 135px;
    background: #fff;
    padding: 20px;
    border: 1px solid grey;
}

.e-sp-property-info {
    border: 1px solid #4a4a4a;
    border-top: none;
    margin-left: 0!important;
    box-sizing: border-box;
    padding: 5px;
    padding-top: 10px;
}

.e-sp-address-ribbon strong {
    float: right;
    font-weight: normal;
}

.e-sp-property-info ul {
    margin-bottom: 0;
    list-style-type: none;
}

.e-sp-property-info ul li {
    padding-top: 3px;
}

.e-sp-map-realtor iframe {
    border: 1px solid #4a4a4a!important;
    margin-bottom: 10px;
    width: 90%;
    height: 300px;
}

.e-sp-map-realtor .fa-ul>li {
    font-size: 22px;
    line-height: 34px;
}

.e-sp-description {
    margin-left: 0!important;
    margin-top: 10px;
}

.e-sp-form input[type="textarea"] {
    word-wrap: break-word;
}

.e-sp-realtor-description {
    margin-left: 0!important;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .e-sp-map {
        text-align: center;
        padding: 5px 15px;
        box-sizing: border-box;
    }

    .e-sp-map-realtor iframe {
        width: 100%;
    }

    .e-sp-description {
        padding: 5px 15px;
        box-sizing: border-box;
    }

    .e-sp-description-content {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .e-sp-realtor-img {
        margin-bottom: 15px;
        text-align: center;
    }

    .e-sp-realtor-description {
        text-align: center;
    }

    .e-sp-realtor-information {
        box-sizing: border-box;
        padding: 5px 15px;
        box-sizing: border-box;
    }

    .e-sp-realtor-contact {
        text-align: center;
    }

    .e-sp-realtor-contact .fa-ul {
        margin-left: 0;
    }

    .e-sp-realtor-contact .fa-ul .fa-li {
        position: static;
    }
}

@media (max-width: 328px) {
  .e-inner-masthead {
    line-height: 100px;
  }
}

.e-property-breadcrumb {
  text-decoration: none;
}

.e-property-breadcrumb:hover {
  text-decoration: none;
}

.e-propery-detail-list {
  list-style-type: circle;
}

.e-row-spacing {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .e-container-padding {
    box-sizing: border-box;
    padding: 20px;
  }
}

/* Junk styles required from core.css */

input.field2 {
	width: 20px;
}

input.field3 {
	width: 27px;
}

input.field4 {
	width: 35px;
}

#branch-map-wrapper .state {
	background-color: #ffffff;
}

#branch-map-wrapper .state.active {
	background-color: #158dc5;
}

#branch-map-wrapper .state.licensed {
	background-color: #ececec;
}

#branch-map-wrapper .state.branch {
    background-color: #c9dfaf;
}

#branch-map-wrapper .state.hover {
    background-color: #3A7AB5;
}

#branch-map-wrapper #branch-map {
	width: 100%;
	height: 400px;
}

#branch-map-wrapper #branch-legend {
	text-align: center;
	margin: 15px 0px;
}

#branch-map-wrapper #branch-legend ul,
#branch-map-wrapper #branch-legend ul li {
	margin: 0px;
	display: inline-block;
}

#branch-map-wrapper #branch-legend ul li {
	list-style: none;
	line-height: 15px;
	font-size: 15px;
	margin-right: 15px;
	font-size: 13px;
}

#branch-map-wrapper #branch-legend ul li .state {
	display: inline-block;
	float: left;
	height: 15px;
	width: 15px;
	border: solid 1px #CFCFCF;
	margin-right: 5px;
}

#branch-accordion .accordion-inner .row-item {
	margin-bottom: 20px;
}

#branch-accordion .accordion-inner .row-item .view-detail {
	margin-top: 10px;
}

.editable-content {
	position: relative;
	margin: 0px;
}

.editable-content:hover {
	border: none;
}

.editable-content .edit-group {
	position: absolute;
	right: 3px;
	top:1px;
	z-index: 100;
}

.editable-content .edit-group a {
	line-height: 15px;
}

.editable-content .edit-group .edit-menu-toggle {
	padding: 3px 5px;
	text-align: center;
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-radius: 5px;
	border: solid 1px #CFCFCF;
	z-index: 100;
	background: rgba(255,255,255,.8);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.25);
}

.editable-content .edit-group.active .edit-menu-toggle {
	border-bottom: solid 1px #FFF;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	background: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow:   	none;
	box-shadow:         none;
	margin: 0px;
}

.editable-content .edit-group .edit-menu {
	display: none;
	border: solid 1px #CFCFCF;
	position: absolute;
	right: 0px;
	top: 22px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0px;
	padding: 5px 8px;
	z-index: 99;
	background: #FFF;
}

.editable-content .edit-group.active .edit-menu {
	display: block;
}

.editable-content .edit-group ul.edit-menu li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
	background: none transparent !important;
}

.editable-content .edit-group ul.edit-menu li a {
	background: none transparent !important;
	display: inline-block !important;
	color: #000 !important;
	padding: 3px 0px !important;
}

.editable-content .edit-group ul.edit-menu li a:before {
    border: none !important;
}

.editable-content .edit-group a,
.editable-content .edit-group ul.edit-menu li a{
	font-size: 13px !important;
	line-height: 13px !important;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"] {
  width: 100% !important;
}

/* Layout Pages */
.contact-form-block .submit-wrapper input.btn {
  text-shadow: none;
  background-image: none;
}

.contact-form-block input[type="text"] {
    margin-bottom: 0;
}

div.money-field {
    display: inline-block;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0;
}

@media( max-width: 767px) {
  .sidebar-second {
    margin-right: 10px;
    margin-left: 10px;
    width: 95%;
  }
}

.tabs {
    visibility: visible;
}

.tab-pane .item {
  width: 100%;
}

.page-listing-detail #page-content {
  padding-top: 40px;
}

.page-listing-detail div.floorplans {
  margin-bottom: 20px;
}

.e-item-label {
  font-weight: bold;
}

.page-listing-detail  ul.e-propery-detail-list {
  list-style-type: square;
}

.page-listing-detail li span {
  color: black;
}

.floorplan-thumb {
  margin-bottom: 20px;
}

.listing-search-full .search-field-wrapper .input-append button {
    background-image: none;
    text-shadow: none;
}

@media (max-width: 767px) {
  .page-listing-detail #page-content {
    margin-left: 20px;
  }
}

.listing-search-full .btn-save-search {
	margin-left: 20px;
	border: solid 1px #CFCFCF;
	background: #FFF;
	border-radius: 3px;
	padding: 5px 8px;
	float: right;
	color: #000;
}

.listing-search-full .btn-save-search:hover,
.listing-search-full .btn-save-search:focus {
	text-decoration: none;
	background: #EFEFEF;
}

.listing-search-full .btn-hide-filters {
	display: none;
}

.listing-search-full .additional-filters {
	display: none;
	margin: 15px 0px;
}

.listing-search-full .additional-filters ul.checkbox-group-list,
.listing-search-full .additional-filters ul.checkbox-group-list li{
	margin: 0px;
	padding: 0px;
}

.listing-search-full .additional-filters ul.checkbox-group-list li {
	list-style: none;
}

.listing-search-full .additional-filters ul.checkbox-group-list.checkbox-group li label {
	line-height: 20px;
	font-size: 13px;
	margin-left: 0px;
}

.listing-search-full .additional-filters .other-filters {
	float: right;
	width: 45%;
}

.listing-search-full .additional-filters .feature-filters {
	float: left;
	width: 45%;
}

.listing-search-full #search-commercial .additional-filters .other-filters {
	float: none;
	width: 100%;
}

.listing-search-full .additional-filters .feature-filters h3 {
	color: #6D6D6D;
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 5px;
	text-shadow: 1px 1px #FFF;
}

@media (max-width: 550px) {
    .listing-search-full .additional-filters input,
    .listing-search-full .additional-filters select {
    }

    .listing-search-full .additional-filters .other-filters,
    .listing-search-full .additional-filters .feature-filters {
		margin-bottom:20px;
	}

    .listing-search-full .additional-filters .other-filters {
        margin-top:20px;
    }
}

/*Pulled from chrome check for media breakpoints*/

.property-list .row-item {
    border-bottom: solid 1px #CCC;
    padding: 20px 15px;
}

.photos-wrapper {
    position: relative;
}

.property-list .photos-wrapper figure {
    float: left;
}

.property-list .row-item .thumb {
    margin-right: 15px;
    font-size: 10px;
    text-align: center;
    width: 173px;
}

.property-list .row-item .thumb figcaption {
    display: block;
    color: #666;
}

.page-listing-results h2.price,
.page-listing-results h2.price a {
    color: #397b9a;
    font-size: 16px;
    font-weight: normal;
}

.property-list .row-item p {
    margin: 0px 0px 3px;
}

.page-listing-results .row-item .street-address {
    display: block;
}

.property-list .row-item .broker {
    color: #999;
    font-size: 11px;
    line-height: 13px;
    font-style: italic;
    margin-top: 5px;
}

.property-list .row-item .view-detail {
    margin-top: 3px;
}

.page-listing-results .row-item .duplicates,
.page-listing-results .row-item .duplicates .listings {
    display: none;
}

.page-listing-detail ul.save-list {
    float: right;
    margin: 0px;
    padding: 0px;
}

.page-listing-detail ul.save-list li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.page-listing-detail ul.save-list li .save-listing.saved {
    cursor: default;
}

.page-listing-detail ul.save-list li.save a {
    background-image: url(/bundles/sudouxcmstheme/lib/sudocms/1.1/img/ico-save.png);
}

.page-listing-detail ul.save-list li.send a {
    background-image: url(/bundles/sudouxcmstheme/lib/sudocms/1.1/img/ico-mail-alt.png);
}

.page-listing-detail ul.save-list li.print a {
    background-image: url(/bundles/sudouxcmstheme/lib/sudocms/1.1/img/ico-print.png);
}


.page-listing-detail ul.save-list li.pdf a {
    background-image: url(/bundles/sudouxcmstheme/lib/sudocms/1.1/img/ico-pdf.png);
}

.page-listing-detail ul.save-list li.payment a {
    background-image: url(/bundles/sudouxcmstheme/lib/sudocms/1.1/img/ico-money.png);
}

.page-listing-detail ul.save-list li.flood a {
    background-image: url(/bundles/sudouxcmstheme/lib/sudocms/1.1/img/ico-flood.png);
}

.page-listing-detail ul.save-list li a {
    width: 75px;
    height: 20px;
    display: block;
    text-align: center;
    font-size: 11px;
    color: #525252;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 30px;
}

@media (max-width: 767px) {
    .page-agent-list #content-main .content-list,
    .page-agent-detail #content-main .agent-content,
    .page-agent-detail #content-main h1.title,
    .page-agent-list #content-main .title {
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.agent-information {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1;
}

.page-listing-detail ul.save-list li.flood {
    background-image: url(https://www.myfloodstatus.com/static/ecomm/images/mfs_v2.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

/* agent banner info */
@media screen and (max-width: 600px) {
#exit-agent {
    max-width: 89px;
    min-width: auto !important;
}

.theme_exit_23_banner_agent {
    width: 80% !important;
}
    .e-testimonial {
        padding: 1rem;
    }
}

    .site-type-agent .e-quicksearch {
        display: none;
    }
    .theme_exit_23_banner_box {
        position: relative;
    }

    .theme_exit_23_banner_agent {
        position: absolute;
        top: 3rem;
        z-index: 989;
        left: 3rem;
        width: max-content;
        border-radius: 1rem;
        background: #ffffff8a;
        padding-left: 1rem;
    }

    #exit-agent {
        min-width: 200px;
    }

    #exit-agent img {
        border-radius: 2px;
    }

    .theme_exit_23_banner_agent .span4 {
        width: 50%;
    }

.theme_exit_23_banner_agent .span4 {
    padding-left: 1rem;
}

.theme_exit_23_banner_agent .row-fluid {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.theme_exit_23_banner_agent {
    padding-right: 1rem;
}