/* Button Button Color */
.interior .button,
.button {
    background-color:#0ca976;
    color:#fff;
}
.interior .button:hover,
.button:hover {
    background-color:#f79552;
}

/* Ghost Button Border Color */
.interior .button.ghost, 
.button.ghost {
    border-color:#0ca976;
}
.interior .button.ghost:hover, 
.button.ghost:hover {
    border-color:#0ca976;
    background-color:#f79552;
}

/* Interior Text Link Colors */
.interior a {
    color:#0ca976;
}
.interior a:hover {
    color:#f79552;
}

/* Menu Button Bars Color */
.structHead .headerRight a#menuToggle .menuBar {
    background-color:#0ca976;
}

/* Primary Color - Text Color */
.primary-color-text,
h2, h5,
.structBody .breadCrumbs ul li.selected a {
    color:#0ca976;
}

/* Primary Color - Background Color */
.primary-color-bkgd,
.eventItem .date .month,
.structRight .secondaryNav > ul > li.selected {
    background-color:#0ca976;
    color:#fff;
}

/* Primary Color - Border Color */
.structRight .secondaryNav > ul > li {
    border-color:#0ca976;
}

/* Secondary Color - Text Color */
.c-offcanvas .mainNav > ul > li > a:hover,
.c-offcanvas .mainNav > ul > li > a:focus,
.c-offcanvas .mobileSecondary ul li a:hover,
.c-offcanvas .mobileSecondary ul li a:focus,
.c-offcanvas .socialBar ul li a:hover,
.c-offcanvas .socialBar ul li a:focus,
blockquote:before {
    color: #f79552;
}
blockquote {
    box-shadow: inset 0 0 0 1px #f79552;
}

/* Secondary Color - Background Color */
.secondary-color-bkgd {
    background-color: #f79552;
}