/*===============================
=            Primary            =
===============================*/

/* color */
h1, .social-share span.label, .list-block ul li a, .slide-text h2,
h2, .social-share span.label,
.social-icons a.icon-envelope,
.entry-links a:hover,
.contact-panel h2, .contact-panel h3, .contact-panel address,
.contact-panel .close-panel,
.contact-panel .social-icons a:hover,
.contact-panel .button:hover, 
.contact-panel h2, .contact-panel h3, .contact-panel address,
.block > h1:first-child, .block > h2:first-child, .block > h3:first-child,
.list-block ul li,
.primary-col h1:first-child,
.main h1:first-child
{
	color: #002f65;
}

/* background-color */
body,
.social-icons a,
.contact-panel .button,
.page-banner .banner-text a:hover,
.page-banner .banner-text a.active,
footer,
.sf-menu > li:hover > a, .sf-menu > li.sfHover > a
{
	background-color: #002f65;
}


/*=================================
=            Secondary            =
=================================*/

/* color */
h3, .block > h1:first-child, .block > h2:first-child, .block > h3:first-child,
h4, .post .date, .post-detail-page .date, .job-meta .job-location, .job-category-heading,
.page-content blockquote p, .pullquote, .home-action p, .action-block span, .bio-quote,
a.more:hover, span.more:hover,
.social-icons a.icon-envelope:hover,
.sf-menu > li > a.active,
.sf-menu > li > a.active-parent,
ul.side-nav a.active, ul.side-nav a.active:hover,
.featured-jobs-block .post h2,
.footer-nav li.standout a:hover
{
	color: #619ac7;
}

/* background-color */
.button:hover, .slide-text .more:hover, button:hover,
.social-icons a:hover,
.entry-links .wrapper,
.people-cell,
.contact-panel,
.video-link:hover:after,
.main-nav ul ul,
.page-banner .banner-text a,
.bio-quote,
.entry-links,
.slick-dots li button,
.sf-menu li li a
{
	background-color: #619ac7;
}

/* border-color */
.job-category-heading.open:before {
	border-color: #619ac7 transparent transparent transparent;
}

.job-category-heading:before {
	border-color: transparent transparent transparent #619ac7;
}

.bio-quote:after {
	border-color: transparent transparent #619ac7 transparent;
}


/*==================================
=            Link Color            =
==================================*/

/* color */
a,
a.more, span.more,
.pagination a,
ul.side-nav a:hover,
.list-block ul li a:hover {
	color: #f69335
}

/* background-color */
.button, button,
.video-link:after,
.extended .more,
a.global-call-to-action
{
	background-color: #f69335	
}


/*====================================
=            Accent Color            =
====================================*/

/* background-color */
.home-action
{
	background-color: #fcfdff	
}



/*===================================
=            Corrections            =
===================================*/

.slide-text h2 {
	color: #fff;
}

.bio-quote {
	color: #fff;
}
