/* Variables */
/* Base branding */
a,
.h-link,
.b-link-colour {
  color: #1c75bc; }

a:hover,
.h-link:hover,
.b-link-colour:hover {
  color: #155990; }

.b-button {
  background: #1c75bc; }
  .b-button:hover {
    background: #155990; }

.b-button--main-action {
  background: #17C1B4; }
  .b-button--main-action:hover {
    background: #12938a; }

.b-highlight {
  background: #f2f7fc; }

.c-primary-nav-o {
  background: #17C1B4; }

.c-primary-nav-o__link {
  color: #fff; }

.c-primary-nav__item--is-active .c-primary-nav__link,
.c-primary-nav-o__item--is-active .c-primary-nav-o__link,
.c-primary-nav-o__link:hover {
  color: #e8f9f8; }

.c-primary-nav-o__your-jobs-badge {
  background: #12938a; }

/* Event date (little calendar thing) */
.c-event-date-calendar__month {
  background: #17C1B4; }

/* Highlighted job on lister */
.c-lister__link:hover .b-highlight {
  background: #e6eff9; }

/* Product selector styling */
.c-product-selector__label:before,
.c-product-selector__name {
  color: #1c75bc; }

.c-product-selector__radio:checked + .c-product-selector__label {
  border-color: #1c75bc;
  background: #f2f7fc; }
  .c-product-selector__radio:checked + .c-product-selector__label:before {
    border-color: #1c75bc;
    color: #1c75bc; }

/* Unlocked CV */
.c-cv-stub--is-unlocked {
  background: #f2f7fc; }

@media only screen and (max-width: 850px) {
  .js .c-top-bar {
    background: #17C1B4; } }
h1 {
  font-weight: bold; }

/* Project branding */
body {
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif; }

.l-container {
  max-width: 100%; }

.l-container__inner {
  max-width: 1250px;
  padding-left: 2.5%;
  padding-right: 2.5%; }

.home .s-banner {
  margin-bottom: 0; }

.c-primary-logo {
  max-width: 320px; }
  @media only screen and (max-width: 850px) {
    .c-primary-logo {
      max-width: 280px;
      padding: 20px 0; } }
  @media only screen and (max-width: 550px) {
    .c-primary-logo {
      max-width: 220px; } }

@media only screen and (max-width: 850px) {
  .s-banner {
    border-bottom: 1px solid #f1f2f2; } }
.s-contentinfo {
  background: #343434;
  color: #e6e7e8;
  padding-bottom: 15px; }
  .home .s-contentinfo {
    margin-top: 0; }

.s-contentinfo a {
  color: #e6e7e8; }
  .s-contentinfo a:hover {
    color: #d9dadc; }

.s-contentinfo .l-container__inner {
  max-width: 100%;
  width: 100%;
  padding: 0; }

.s-contentinfo .c-tertiary-nav__items,
.s-contentinfo .c-social-buttons,
.s-contentinfo .c-copyright {
  max-width: 1250px;
  width: 95%;
  padding-left: 2.5%;
  padding-right: 2.5%;
  margin: 0 auto; }

.c-tertiary-nav {
  border-bottom: 1px solid #58595b;
  padding-top: 15px;
  padding-bottom: 45px;
  margin-bottom: 15px !important; }

.c-tertiary-nav__item {
  border: 0; }

.s-contentinfo .c-social-buttons {
  margin-bottom: 0 !important; }

.s-contentinfo .c-social-buttons__items {
  float: right; }

.s-contentinfo .c-social-buttons__link {
  display: block;
  color: #e6e7e8;
  text-align: center; }
  .s-contentinfo .c-social-buttons__link.i--before:before {
    padding: 0;
    font-size: 22px; }
  .s-contentinfo .c-social-buttons__link .c-social-buttons__name {
    position: absolute;
    top: -10000px;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden; }

.c-copyright__text {
  margin-top: -30px; }

.c-back-to-top {
  background: #343434;
  border-bottom: 1px solid #58595b; }

@media only screen and (max-width: 680px) {
  .c-tertiary-nav__item {
    float: none;
    margin-right: 0;
    padding-right: 0; }

  .c-tertiary-nav__link {
    display: block;
    padding: 10px 0; }

  .s-contentinfo .c-social-buttons__items {
    float: none; }

  .c-copyright__text {
    margin-top: 20px; } }
.home .s-contentinfo {
  margin-top: 20px; }

.c-copyright__text {
  margin-top: 0px; }

.l-band--row1 {
  background: url("../../../custom-assets/rs-homepage-bg.jpg") no-repeat left center;
  background-size: cover;
  padding: 50px 0;
  margin-bottom: 0px;
  color: #fff; }
  .l-band--row1 h1 {
    color: #fff;
    text-align: left !important;
    font-weight: bold;
    font-size: 2.8em; }
    @media only screen and (max-width: 550px) {
      .l-band--row1 h1 {
        font-size: 1.8em; } }
  .l-band--row1 h2 {
    display: none; }
  .l-band--row1 .c-brick__content {
    max-width: 450px;
    font-size: 1.2em; }

.l-band--row2 {
  padding: 30px 0 0;
  margin-bottom: 30px;
  background: #f1f2f2; }

.l-band--row2 .c-brick--custom {
  border: 0;
  padding: 0; }

/*# sourceMappingURL=branding.css.map */
