.fixed-header-area.sticky {
    max-height: 70px;
}
.fixed-header-area.sticky .logo img {
    height: 50px;
}
.homeCat {
    position: relative;
}
.homeCatName {
    position: absolute;
    top: 30%;
    width: calc(100% - 30px);
    text-align: center;
    color: #ffffff;
    font-size: 32px;
} 
.homeCatName a {
    font-family: urw-antiqua, serif;
}
.homeCatView {
    position: absolute;
    bottom: 15%;
    left: calc(50% - 85px);
    width: 170px;
    text-align: center;
    color: #ffffff;
    padding: 15px;
    border: 1px solid #ffffff;
    font-size: 17px;
    border-radius: 5px;
}
.homeCatView a:link, .homeCatView a:hover, .homeCatView a:visited,
.homeCatName a:link, .homeCatName a:hover, .homeCatName a:visited {
    color: #ffffff;
}
#filter-wrapper .list-mode {
    float: right;
}

#middleBanner {
    margin-top: 80px;
}
#locatorInner {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
#locatorTitle {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 20px;
	font-family: urw-antiqua, serif;
}
#locatorDesc {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 24px;
}
#locatorCity {
    width: 69%;
    float: left;
    padding: 20px;
    font-size: 20px;
    border-radius: 5px 0 0 5px;
}
#locatorSubmit {
    width: 30%;
    float: left;
    background-color: #669e9d;
    padding: 6px 7px 7px 7px;
    border: none;
    font-size: 20px;
    border-radius: 0 5px 5px 0;
}

#homeTestimonials {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 60px;
}
.testimonialItem { padding: 0 7px; }
.testimonialItemStars {
    height: 23px;
    margin-top: 40px;
}
#testimonialsTitle {
    font-size: 34px;
    margin: 20px 0 0px 0;
    padding-bottom: 40px;
    font-weight: bold;
    border-bottom: 1px solid #cacaca;
	font-family: urw-antiqua, serif;
}
.testimonialItemTitle {
    font-size: 22px;
    font-weight: bold;
    padding: 18px 0;
}
.testimonialItemText {
    padding-left: 50px;
    margin-bottom: 10px;
    /*height: 95px;*/
    overflow: hidden;
    background: url(../png/quotes-bg.png) top left no-repeat;
    font-size: 16px;
}
.testimonialItemName, .testimonialItemCompany {
    padding-left: 50px;
    font-size: 16px;
}

#resourceTitle {
    font-size: 34px;
    margin: 20px 0 0px 0;
    padding-bottom: 40px;
    font-weight: bold;
	font-family: urw-antiqua, serif;
}
.resourceTitle {
    font-size: 22px;
    font-weight: bold;
    padding: 25px 0;
}
.resourceText {
    font-size: 16px;
}
.resourceImage {
    position: relative;
}
.resourceImage .resourceButton {
    position: absolute;
    bottom: 5%;
    left: calc(50% - 90px);
    width: 180px;
    text-align: center;
    color: #ffffff;
    padding: 15px;
    border: 1px solid #ffffff;
    background-color: #9ea1bc;
    opacity: 0.9;
    border-radius: 5px;
}
.resourceButton a:link, .resourceButton a:hover, .resourceButton a:visited {
    color: #ffffff;
	font-size: 19px;
}

#HomeNewTitle {
    font-size: 34px;
    margin: 50px 0 0px 0;
    padding-bottom: 40px;
    font-weight: bold;
	font-family: urw-antiqua, serif;
}
#homeNewMenu {
    margin-bottom: 50px;
}
#homeNewMenu ul li {
    float: left;
    padding: 0 35px;
    border-right: 1px solid #cacaca;
}
#homeNewMenu ul li a {
    font-size: 22px;
    font-family: urw-antiqua, serif;
    color: #545454;
}
#homeNewMenu ul li a.active {
    color: #669e9d;
}
#homeNewLink-0 {
    color: #3b7675 !important;
}
.homeNewBox {
    display: none;
}
.homeNewBox.active {
    display: inline-block;
}
#homeResource {
    padding-top: 40px;
    padding-bottom: 40px;
}
.readTestimonial {
    color: #669e9d;
}

@media (max-width: 760px) {
    .resourceText { height: 200px; font-size: 13px; }
}

@media (max-width: 420px) {
    .homeCatName { top: 30%; font-size: 20px; }
    .homeCatView {
        position: absolute;
        bottom: 15%;
        left: calc(50% - 50px);
        width: 100px;
        padding: 7px;
        font-size: 12px;
    }
}