:root {
  --primary-color: #A2A244;
  --primary-color-lighter: #ABAA4D;
  --primary-color-darker: #919031;
  --secondary-color: #FFFFFF;
  --secondary-color-lighter: #FFFFFF;
  --secondary-color-darker: #CECECE;
  --tertiary-color: #E0E0E0;
  --tertiary-color-lighter: #F3F3F3;
  --tertiary-color-darker: #A3A3A3;
}.c-footer__info-icon i { color: #fff !important; }
.c-hero__t-cell { height: 360px; }
.c-breadcrumbs { display: none; }

/* Inner hero drop shadow */
.c-hero__title { text-shadow: 0px 3px 10px rgba(0,0,0,0.35); } 

/* Removing Form Field Labels */
.b-form-basic label.left { display: none; }

/* Changing Menu to Sentence Case */
.c-menu__link, .c-footer-links__link, .c-childmenu__link { text-transform: none; font-size: 1.2rem; }

/* Footer Bottom Text Adjustment */
.c-copyrights__content { font-size: 0.9rem; }

/* Menu Chevron Alignment */
.c-menu__link-icon { top: 0px; font-size: 12px; }

/* Contact Button Icon Alignment */
.phone-link__icon { margin-right: 4px; }

/* Inner Hero Overlay */
.c-hero:before { background: rgba(0,0,0,0.4); }
.c-breadcrumbs__arrow-icon { font-weight: 600; }
.c-breadcrumbs__link { font-weight: 600; font-size: 1rem; }

/* Icon Block Image Width */
.b-icon__icon-image { max-width: 100px; }

/* Check List Styling */
.c-ul li:before { font-size: 18px; color: #58A245; left: 8px; top: 0px; }

/* Column Block Errant Padding */
.b-column__content { padding-bottom: 0px; }

/* Menu Child Links */
.c-childmenu__link { font-size: 16px; padding: 16px ; }