.b-column__title { font-size: 1.4rem; font-weight:500; font-family: 'Raleway', sans-serif; }
.b-column__icon-wrapper img { border-radius: 10px; }

.c-header__logo { flex-basis: 28%; -webkit-flex-basis: 28%; -ms-flex-preferred-size: 28%; }

/* Menu Adjustments */
.c-menu__list { border-radius: 4px; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.c-menu__link-icon { top: 0px; font-size: 12px; }
.c-menu__link { font-size: 1rem; font-weight: 500; text-transform: none; padding: 12px 9px; }
.c-childmenu { padding-top: 0px; }
.c-childmenu__link { font-size: 1rem; font-weight: 500; text-transform: none; }
.phone-link { margin-left: 10px; }
@media (max-width:991px) {
.phone-link { margin-left: 0px; }
.c-childmenu { padding-top: 0px; }
}

/* Service Page Tiles */
.c-tiles { border-radius: 8px; overflow: hidden; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.c-tiles:hover { transform: scale(1.1);  }
.c-tiles__icon { padding: 0px; }
.c-tiles__icon img { width: 100%; height: auto; }
.c-tiles__title { color: #222; font-size: 1.2rem; font-weight: 500; margin-top: 22px; }
.c-tiles__summary { letter-spacing: inherit; font-size: 1rem; color: #222; padding: 20px 20px 30px; }


.c-footer__text { font-size: 1rem; }
.c-footer__info-value { font-size: 1rem; }
.c-footer-links__link { font-size: 1rem; text-transform: none; }
.c-footer__top_spacing { padding-top: 30px; }
.c-button { padding: 16px 40px; }
.c-button--size-small { padding: 10px 20px; }

.c-hero-slider__main:before { background-color: rgba(0,0,0,0.5); }

.c-footer-links__link { font-size: 1.1rem; font-weight: 700; }
.c-copyrights__content { font-size: 0.9rem; }

/* Custom HR */
hr { height: 6px; border-radius: 3px; background: #c6c6c6; border: none !important; margin: 30px auto; width: 60%; }

.hamburger { padding:0px; padding-top:6px;  }