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

.align-bottom {
    position: absolute;
    bottom: 0;
}

.align-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

body, html {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.nav-fixed {
    margin-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.main-content {
    line-height: 2em;
    background: #FFF;
    color: #333;
}

.footer-wrapper.ry-fluid div#info-left a {
    color: #000 !important;
    line-height: 1.5;
}

/** Fonts **/
h1 {
    font-size: 40px !important;
}

h2 {
    font-size: 28px !important;
}

h3 {
    font-size: 24px !important;
}

h4 {
    font-size: 20px !important;
}

h5 {
    font-size: 18px !important;
}

h6 {
    font-size: 12px !important;
}


h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    padding-right: 5px;
}

/** End of Fonts **/



/* GLOBAL ELEMENTS */

.main-content a {
    color: #74bb75;
}

span.span-1 {
    color: #FFF;
    background: #f0549b;
    text-transform: uppercase;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 5px 15px;
}

h1 > span.span-1 {
    color: #FFF;
    background: #f0549b;
}

.btn:not(.btn-social), input[type="button"] {
    outline: hidden;
    box-shadow: none;
    color: #333;
    border: solid 1px #ddd;
    border-radius:  !important;

    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

input, select, textarea, .form-control, .input-group .form-control {
    color: #333;
    border: solid 1px #ddd;
}



/* Form Elements */
.btn:not(.btn-social) {
    letter-spacing: 3px;
    text-transform: uppercase;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
    background: #74bb75;
    border: solid 1px #74bb75;
    color: #FFF;
    letter-spacing: 3px;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
    background: #64ab65;
    border: solid 1px #74bb75;
    color: #FFF;
    letter-spacing: 3px;
}


.btn.btn-secondary {
    background: transparent;
    border:solid 1px #666;
    color: #666;
}

.btn.btn-secondary:hover {
    background: rgba(235,235,235,30);
    border:solid 1px #666;
    color: #666;
}


.btn.btn-tertiary {
    background: rgba(235,235,235,30);
    border: 1px solid #666;
    color: #666;
}

.btn.btn-tertiary:hover {
    background: rgba(235,235,235,30);
    border: 1px solid #666;
    color: #666;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}




select, input, textarea {
    border-radius:  !important;
    border: solid 1px #ddd !important;
}

.input-group-addon  {
    border-color: #000;
    border-radius:  !important;
}


.primary-border {
    border: solid 1px #999;
}

/* GLOBAL WIDGETS */

.tabs-widget .nav-tabs {
    border-bottom: solid 1px #999;
}
.tabs-widget .nav-tabs li a{
    border-radius: 0;
}

.tabs-widget .nav-tabs>li>a, .tabs-widget .nav-tabs>li>a:hover, .tabs-widget .nav-tabs>li>a:focus {
    background: rgba(235,235,235,30);
    border:solid 1px rgba(235,235,235,30);
    border-bottom: solid 1px #74bb75;
    color: #666;
    letter-spacing: 3px;
}

.tabs-widget .nav-tabs>li.active>a, .tabs-widget .nav-tabs>li.active>a:hover, .tabs-widget .nav-tabs>li.active>a:focus {
    background: #74bb75;
    border: solid 1px #74bb75;
    border-bottom-color: transparent;
    color: #FFF;
    letter-spacing: 3px;
}

.tabs-widget ul.nav-tabs {
    background: rgba(235,235,235,30);
    border-bottom: solid 1px #74bb75;
}

.tabs-widget>.tab-content {
    box-shadow: none;
    border: solid 1px #999;
    border-top: none;
}

.tabs-widget .tab-content .tab-pane ul {
    padding-left: 20px;
}




.carousel.no-padding .carousel-inner .item > div.col-xs-12, .carousel.no-padding .carousel-inner .item > div.col-xs-12 > div.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.carousel .carousel-control {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    padding: 20px;
    background: none;
    opacity: 1;
    color: #999;
    text-shadow: none;
}


.idxDetailSlider .thumbnails_wrapper {
    background: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
}



.tiksluscarousel .nav_right, .tiksluscarousel .nav_left {
    z-index: 0;
    height: 0 !important;
    width: 0 !important;
}

.tiksluscarousel .nav_right {
    right: -100px !important;
}

.tiksluscarousel .nav_left {
    left: -100px !important;
}

.tiksluscarousel .nav_right:after {
    font: normal normal normal 32px/1 FontAwesome;
    content: "\f054";
    display:inline-block;
    top: 50%;
    z-index: 10;
    width:40px;
    height:40px;
    padding:5px;
    position:absolute;
    right: 100px !important;
    color: #999;
}

.tiksluscarousel .nav_left:after {
    font: normal normal normal 32px/1 FontAwesome;
    content: "\f053";
    display:inline-block;
    top: 50%;
    z-index: 10;
    width:40px;
    height:40px;
    padding:5px;
    position:absolute;
    left: 100px !important;
    color: #999;
}

.tiksluscarousel .nav_right:hover:after, .tiksluscarousel .nav_left:hover:after {
    background: #74bb75;
    color: #FFF;
}

.tiksluscarousel .thumbnails_wrapper .thumbnails li.thumb{
    border: solid 1px #999;
}

.tiksluscarousel .progress {
    background-color: #74bb75;
    height: 5px;
}

.tiksluscarousel ul li {
    border-top: solid 1px #999;
    border-bottom: solid 1px #999;
}

.carousel.module-propertyImagesWidget .carousel-control {
    padding: 11px;
}


.intro-box .carousel-control {
    color: #FFF;
}

.carousel .carousel-control:hover {
    background: #74bb75;
    color: #FFF;
}

.carousel .carousel-control .icon-next, .carousel .carousel-control .icon-prev {
    font-size: 14px;
    margin-top: -15px;
}


.carousel .carousel-control>span:before {
    font: normal normal normal 32px/1 FontAwesome;
}

.carousel .carousel-control .icon-next:before {
    content: "\f054";
}

.carousel .carousel-control .icon-prev:before {
    content: "\f053";
}



.carousel .carousel-control .icon-next {
    right: 10px;

}

.carousel-indicators li {
    border-color: #aaa;
    margin-left: 8px;
    margin-right: 8px;
    width: 12px;
    height: 12px;
}

.carousel-indicators .active {
    background-color: #aaa;
    margin-left: 8px;
    margin-right: 8px;
}

.with-indicators-below .carousel-indicators{
    bottom: -80px !important;
}



.idxFavoritesWidget .save-fav-text, .loginWidget .save-fav-text {
    display: none;
}

.idxFavoritesWidget .save-fav-icon, .loginWidget .save-fav-icon {
    color: #333;
    margin-left: 10px;
}

.pagination li a {
    border: solid 1px #7D7C7C;
    color: #000;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background: #74bb75;
    color: #FFF;
    border-color: #7D7C7C;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    color: #FFF;
    background: #74bb75;
    border-color: #7D7C7C;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
    border-radius: 0;
}

ul.savedSearches li {
    overflow: hidden;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

ul.savedSearches li a.applySavedSearchBtn {
    font-size: 21px;
    padding-top: 0;
}

ul.savedSearches .deleteSavedSearchBtn {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 5px 10px 5px 14px;
}

ul.savedSearches li a.applySavedSearchBtn {
    color: #74bb75;
    text-decoration: none;
}

ul.savedSearches li a.applySavedSearchBtn:hover {
    text-decoration: none;
}

    /** CUSTOM STUFF **/

.mobile-menu {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    bottom: 0;
    transition: left 0.3s ease;
    -moz-transition: left 0.3s ease;
    -webkit-transition: left 0.3s ease;
    overflow: auto;
    background: #FFF;
    z-index: 10;
}

.nav-open .mobile-menu {
    display: inline-block;
    left: 0;
}

.nav-fixed.nav-open .mobile-menu {
    position: fixed;
}

.mobile-menu .menu-toggle {
    font-size: 24px;
    padding: 15px;
    color: #333;
}
.mobile-menu ul li {
    float: left;
    width: 100%;
    text-transform: uppercase;
}

.mobile-menu ul li a, .mobile-menu .nav .open a {
    color: #333;
    background: transparent;
    border: solid 1px transparent;
    text-decoration: none;
}


.mobile-menu ul {
    width: 100%;
    position: relative;
}

.mobile-menu > ul, .mobile-menu .caret {
    float: right;
    margin-top: 10px;
}

.mobile-menu .dropdown-menu {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border:none;
}

.mobile-menu .dropdown-menu li a {
    padding-left: 30px;
}

/* NAV */
.site-header {
    width: 100%;
    height: 100px;
    background: #FFF;
    line-height: 1em;
    border-bottom: solid 1px transparent;
}

.site-header .logo {
    overflow: hidden;
    max-height: 100px;
}

.site-header .vertical-center img {
    max-height: 100px;
}

.nav-fixed .site-header {
    position: fixed;
    top: 0;
    z-index: 10;
}


.site-header .menu-wrap {
    padding-top: 25px;
}

.site-header ul {
    list-style: none;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.site-header ul li {
    display: inline-block;
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
}

.site-header ul li a {
    padding: 15px 13px;
    background: #FFF;
    color:  #333;
    float:left;
    width:100%;
    text-transform: uppercase;
    text-decoration: none;
}

.site-header .dropdown-toggle .caret {
    margin-left: 10px;
}

.site-header ul li.active a, .site-header ul li a:active, .site-header ul li a:hover {
    color: #74bb75;
    background: #FFF;
    text-decoration: none;
}

.site-header .menu-wrap {
    width: 100%;
}

.vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.site-header .phone {
    margin-top: 40px;
    color:  #333;
}

.site-header .phone i {
    margin-right: 10px;
}


.site-header .menu-toggle, .site-header .call-btn {
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    float: left;
    padding: 10px;
    margin-left: 15px;
    margin-top: 33px;
    margin-right: 15px;
    border: solid 1px #999;
    cursor: pointer;
}

.site-header .call-btn {
    font-size: 22px;
    padding: 6px 12px;
    color: #333;
    margin-right: 10px;
}

.site-header .menu-toggle .icon-bar {
    background: #333;
}

.site-header .menu-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.site-header .menu-toggle .icon-bar {
    display: block;
    width: 22px;
    height:2px;
    border-radius: 1px;
}

.site-header .menu-wrap > ul > li.dropdown.open, .site-header .menu-wrap > ul > li:hover,
.site-header .menu-wrap > ul > li:active, .site-header .menu-wrap > ul > li.dropdown.open li,
.site-header .menu-wrap > ul > li.dropdown.open li a, .site-header .menu-wrap > ul > li.dropdown.open .dropdown-menu {
    background: #FFF;
    color: #333;
    width: auto;
}

.site-header .menu-wrap > ul > li:hover,
.site-header .menu-wrap > ul > li:active,
.site-header .menu-wrap > ul > li.dropdown.open li a:hover,
.site-header .menu-wrap > ul > li.dropdown.open .dropdown-menu a:hover {
    background: #FFF;
    color: #74bb75;
}

.site-header .dropdown.ellipsis {
    margin-right: 15px;
}

.site-header ul.ellipsis-dropdown {
    right: 0;
    position: absolute;
    left: auto;
}

.site-header ul.ellipsis-dropdown > li, .site-header ul.dropdown-menu > li {
    display: inline-block;
    position: relative;
    width: 99% !important;
}

.site-header ul.ellipsis-dropdown > li a{
    text-transform: uppercase;
    width: 100%;
    display:block;
    padding-left: 30px;
}

.site-header ul.ellipsis-dropdown > li a .caret {
    float: left;
    display: inline-block;
    position: absolute;
    left: -2px;
    top: 20px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid;
}

.site-header ul.ellipsis-dropdown > li > ul.dropdown-menu {
    position: absolute;
    left: auto;
    top: 0;
    right: 100%;
}


.intro-box h1, .intro-box h2{
    color: #FFF;
    text-shadow: 0 0 20px #000;
    letter-spacing: 5px;
    position: relative;
}

.intro-box h2:before, .intro-box h2:after {
    content: "";
    border-top: solid 3px #FFF;
    display:inline-block;
    width: 10%;
    height: 3px;
    top: 13px;
    position: absolute;
}

.intro-box h2:before {
    left: 0;
}

.intro-box h2:after {
    right: 0;
}

.intro-box input, .intro-box button {
    height: 40px;
}

.border-1 {
    border: solid 1px #999;
}

.border-2 {
    border: solid 1px #ddd;
}

.card > .padded {
    padding-left: 8%;
    padding-right: 8%;
}

.card {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    background: #FFF;
}

.bg-gray {
    background: #f2f1ec;
    color: #333
}

.bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray h5 {
    color: #333;
}

.bg-gray h1 a, .bg-gray h2 a, .bg-gray h3 a, .bg-gray h4 a, .bg-gray h5 a {
    color: #74bb75;
}

.bg-gray h1 a:hover, .bg-gray h2 a:hover, .bg-gray h3 a:hover, .bg-gray h4 a:hover, .bg-gray h5 a:hover {
    color: #64ab65;
}

.bg-alt-2 {
    position: relative;
    background: #FFF;
    overflow: hidden;
    color: #333
}

.bg-alt-2 h1, .bg-alt-2 h2, .bg-alt-2 h3, .bg-alt-2 h4, .bg-alt-2 h5 {
    color: #333
}

.bg-alt-2 h1 a, .bg-alt-2 h2 a, .bg-alt-2 h3 a, .bg-alt-2 h4 a, .bg-alt-2 h5 a {
    color: #74bb75
}

.bg-alt-2 h1 a:hover, .bg-alt-2 h2 a:hover, .bg-alt-2 h3 a:hover, .bg-alt-2 h4 a:hover, .bg-alt-2 h5 a:hover {
    color: #64ab65
}

/*noinspection ALL*/
.bg-alt-2:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('../../files/images/bg-alt-2.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.bg-alt-2 > div {
    z-index: 2;
}


.footer {
    position: relative;
    background: #74bb75;
    width: 100%;
    float: left;
    color: #333;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5 {
    color: #FFF;
}

.footer li {
    list-style: none;
    border-bottom: solid 1px #DDD;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}


.footer a {
    color: #DDD;
    text-decoration: none;
}

.footer a {
    color: #FFF;
}

/*noinspection ALL*/
.footer:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
    background-image: url('../../files/images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer > div {
    z-index: 2;
    position: relative;
}

.footer img.powered-by {
    max-height: 50px;
    width: auto;
}

.footer .copy-text {
    padding-top: 12px;
    min-height: 50px;
}



.footer .card h1, .footer .card h2, .footer .card h3, .footer .card h4, .footer .card h5 {
    color: #000;
}

.bg-alt-3 {
    background: rgba(255,255,255,0.4);
    color: #333;
}

.social-icons li {
    display: inline-block;
    margin-left: 5px;
    list-style: none;
    border: solid 1px #999;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #FFF;

    transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
}

.social-icons li:hover {
    background:  #74bb75;
    border: solid 1px #74bb75
}

.social-icons li a {
    padding: 10px;
    width: 32px;
    text-align: center;
    color: #666;
    text-decoration: none;
}

.social-icons li a:hover {
    color: #FFF;
    text-decoration: none;
}

.property {
    text-transform: uppercase;
}

.property.featured .border-1 {
    border-color: #74bb75
}

.property-icon {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
}

.property-icon .fa {
    font-size: 35px !important;
    color: #ccc !important;
}


.property .property-icon {
    float: none;
}

.property .property-text {
    font-size: 9px;
}

.property .property-text-value {
    font-size: 18px;
    font-weight: bold;
}

.property h2.address {
    font-size: 20px !important;
}

.property .address a {
    color: #333;
    font-size: 20px;
    text-decoration: none;
}

.property .address a:hover {
    text-decoration: none;
}

.property .price-row {
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
}

.property sub {
    font-size: 8px;
}

.property .icons-bar {
    overflow: hidden;
    display: block;
}

.property .price {
    font-size: 20px;
}

.idx-results-widget, .idx-sort-bar {
    height: auto !important;
}

.idx-sort-bar {
    border: none;
    text-transform: uppercase;
    background: none;
}

.idx-sort-bar .view-toggles > a.active {
    border-radius: ;
    border: solid 1px #999;
}

.idx-sort-bar .navbar-brand {
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-right: 30px;
}

.idx-sort-bar .caret {
    float: right;
    margin-top: 8px;
    margin-left: 10px;
}

.cmsForm.search-bar .form-group {
    margin-bottom: auto;
}

/* TABLET */
@media (min-width: 768px) {

}

/* LAPTOP */
@media (min-width: 992px) {
    .property-icon {
        width: auto;
        display: inline-block;
        padding-right: 15px;
        text-align: left;
    }

    .property-icon .fa {
        font-size: 24px !important;
        color: #ccc !important;
    }

    .property .property-icon {
        float: none;
        padding-right: 0;
    }

    .footer .card {
        top: -70px;
    }

    .footer li {
        width: 80%;
    }
}

/* LARGE DEVICE */
@media (min-width: 1200px) {
}


/* NON STANDARD */
@media (min-width: 1300px) {
    .property-icon .fa {
        font-size: 35px !important;
        color: #ccc !important;
    }
}




/*Dev Edits - Foot SMI*/
.foot-social {
    display: flex;
    box-sizing: unset;
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 28px 0;
}

.foot-social .social-inner-wrap {
    display: flex;
    gap: clamp(10px,0.938vw,18px);
    justify-content: center;
    align-items: center;
}

.foot-social ul {
    list-style: none;
    padding: 0;
}

.foot-social ul a {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot-social ul a:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.foot-social ul a:before {
    display: none;
}

.foot-social ul a svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.foot-social .social-inner-wrap li.facebook a {
    background: #3C5A99
}

.foot-social .social-inner-wrap li a.fa-twitter {
    background: #1C9CEA
}

.foot-social .social-inner-wrap li.instagram a {
    background: #DD4B39
}

.foot-social .social-inner-wrap li.google a {
    background: #DD4B39
}

.foot-social.social-inner-wrap li.yelp a {
    background: #AF0606
}



.home h2,
.doctor-section h3,
.hservice-item h3,
.info-title h3 {
    color: #1C3E6E;
}

.hservice-item h3,
.info-title h3 {
    font-weight: 600;
}

.hservice-item li:nth-child(even) a {
    background: #D9EFFA;
}

.hservice-item li a:hover,
.fbottom:before {
    background: #1C3E6E
}


div.footer-wrapper.ry-fluid {
    padding: 6em 0 0;
}

.fbottom {
    padding: 3em 0;
    margin: 0;
}

.fbottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 1000vw;
    height: 100%;
}

.fbottom *,
.fbottom a {
    color: #fff !important;
}

.fbottom img {
    filter: brightness(0) invert(1);
}

.doctor-section h5 {
    color: #2296B4;
}
