/*--- Begin Primary Color ---*/
.header .logo-container .title {
  color: #C13c40;
}

.wrapper {
  border-top-color: #C13c40;
}

.breadcrumbs a {
  color: #C13c40;
}

.button,
input[type="submit"],
button {
  background-color: #C13c40;
}

form .input .select .select-options li:hover {
  background-color: #C13c40;
}

.footer-nav div .prev a:focus, .footer-nav div .next a:focus {
    color: #fff;
}
/*--- End Primary Color ---*/


/* Begin Primary Hover Color --*/
.button:hover,
input[type="submit"]:hover,
button:hover {
  background-color: #cb585b;
}
/* End Primary Hover Color --*/





/*--- Begin Secondary Color ---*/
.login-page button.guest {
  border-color: #305589;
  color: #305589;
}

.parallax-background:after {
  background-color: rgba(43,43,43,0.65);
}

@media (min-width: 768px) {
  .wrapper.template-topbar .section-navigation .container ul li.current a,
  .wrapper.template-topbar .section-navigation .container ul li.active.current a {
    background-color: #305589;
  }
  .wrapper.template-topbar .section-navigation .container ul li.active.current:hover a {
    background-color: #305589;
  }
}

@media (min-width: 768px) {
  .wrapper.template-sidebar .section-navigation .container > ul > li.current > a {
    background-color: #305589;
  }
}

.button.alt-color,
input[type="submit"].alt-color,
button.alt-color {
  background-color: #305589;
}

/*--- End Secondary Color ---*/


/* Begin Secondary Hover/Tertiary Color --*/
.login-page button.guest:hover {
  border-color: #3c6bad;
  color: #fff;
}

.button.alt-color:hover, input[type="submit"].alt-color:hover, button.alt-color:hover {
    background-color: #3c6bad;
}

.wrapper.template-sidebar .section-navigation .container > ul > li > ul > li.current > a {
  background-color: #3c6bad;
}
/* End Secondary Hover Color --*/



/*--- Begin Footer Color ---*/
.footer {
  background-color: #C13c40;
}
/*--- End Footer Color ---*/


/* Begin Exam Colors --*/
div.quiz .quiz-choice.checked .quiz-checkbox {
  background-color: #C13c40;
}

div.quiz .quiz-choice label:hover {
  background-color: #C13c40;
  color: #fff;
}

div.quiz .quiz-choice.checked label,
div.quiz .quiz-choice.checked .quiz-label {
  background-color: #C13c40;
  color: #fff;
}


div.quiz .quiz-choice.checked .quiz-checkbox {
  border-color: #333;
  color: #333;
  background-color: #fff;
}

/* End Exam Colors --*/
