/* TYPE: */
/* COLOURS */
/* PADDING */
/* GRID */
/* ANIMATION */
/* breakpoints */
@import url("//hello.myfonts.net/count/314331");
h1 {
  font-size: 2.7em;
  font-weight: 300; }
  @media screen and (max-width: 991px) {
    h1 {
      font-size: 2.16em; } }
h2 {
  font-size: 2em;
  font-weight: 300; }

h3 {
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 0.5em; }
  h3.small {
    font-size: 1.6875em; }

h4 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  font-weight: normal; }

h5 {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.2px;
  padding-bottom: 0.2em;
  margin-bottom: 0;
  color: #242C38; }

h6 {
  font-size: 0.85em; }
  @media screen and (max-width: 991px) {
    h6 {
      font-size: 1.02em; } }
b,
.bold {
  font-weight: 700; }

.centered {
  text-align: center; }

.has-sub {
  margin-top: 0; }

a {
  text-transform: uppercase;
  text-decoration: none;
  color: #2A8CCA;
  font-weight: 400; }
  a.small {
    font-size: 0.8em; }
  a.x-small {
    font-size: 0.75em; }
  a.upper {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
    a.upper:hover {
      text-decoration: none; }
  a.underlined:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #242C38;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  a.underlined:hover:after {
    width: 100%; }
  a.underlined > p:after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: #242C38;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  a:hover {
    text-decoration: underline; }

p {
  color: #101419;
  font-weight: 300;
  line-height: 1.5; }
  p.x-small {
    font-size: 0.75em; }

.lead {
  font-size: 1.3em;
  font-weight: 400; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

ol {
  padding: 0 1em; }

.privacy nav .home-menu .pure-menu-heading {
  background: white url("img/cenefits-logo-tablet.png") no-repeat center center;
  background-image: url("img/cenefits-logo-tablet.svg");
  width: 180px;
  height: 70px; }

nav {
  position: relative;
  z-index: 99;
  top: 0;
  -webkit-transition: top 0.2s ease-out, height 0.3s ease-out;
  transition: top 0.2s ease-out, height 0.3s ease-out;
  overflow: hidden;
  background-color: #242C38; }
  nav .home-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 2em 0 1em; }
    nav .home-menu .pure-menu-heading {
      position: relative;
      padding: 0;
      margin-left: -30px; }
      nav .home-menu .pure-menu-heading span {
        display: inline-block;
        text-indent: -999999px; }
      nav .home-menu .pure-menu-heading h2 {
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 1.2em;
        color: white;
        display: inline-block;
        text-transform: none;
        margin: 0;
        padding: 0 0 0 0.25em; }
      nav .home-menu .pure-menu-heading:before {
        content: '';
        position: relative;
        display: inline-block;
        background: url("img/cenefits-logo-tablet-white.svg") no-repeat center center;
        width: 250px;
        height: 45px;
        background-size: contain;
        vertical-align: middle;
        top: -10px; }
    nav .home-menu .pure-menu-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 55%;
      width: 100%;
      position: relative; }
      nav .home-menu .pure-menu-list:before {
        content: '';
        position: absolute;
        display: block;
        width: calc(55% + (100vw - 100% - 10px));
        height: 6px;
        background: #2A8CCA;
        left: calc(100% - 100vw);
        top: 12px; }
      nav .home-menu .pure-menu-list .pure-menu-item {
        height: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link {
          font-size: 0.75em;
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          border-bottom: 0 solid #ffffff;
          min-width: 0;
          white-space: normal;
          color: white;
          letter-spacing: 0.5px;
          font-weight: 600; }
          nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link.active {
            background-color: transparent;
            border-bottom: 2px solid #ffffff;
            text-decoration: none;
            -webkit-transform: translateY(-2px);
                    transform: translateY(-2px); }
          nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link:hover {
            background-color: transparent;
            border-bottom: 2px solid #ffffff;
            text-decoration: none;
            -webkit-transform: translateY(-2px);
                    transform: translateY(-2px); }
  nav.fixed {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999999;
    top: -90px; }
    nav.fixed .pure-menu-heading {
      margin-top: 2px; }
    nav.fixed .pure-menu-list {
      margin-top: 25px; }
  nav.open {
    height: 30em; }

.custom-toggle {
  min-width: 120px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  display: none; }
  .custom-toggle > span:first-of-type {
    left: 15px;
    position: absolute;
    top: 23px;
    color: #ffffff;
    font-size: 0.8em; }
  .custom-toggle > span.bar {
    background-color: #ffffff;
    display: block;
    width: 26px;
    height: 1px;
    border-radius: 100px;
    position: absolute;
    top: 30px;
    right: 25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
    -webkit-transform-origin: center center;
            transform-origin: center center; }
  .custom-toggle:not(.x) > span.bar:nth-of-type(2) {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation: 0.4s toggle-up-top ease-out;
            animation: 0.4s toggle-up-top ease-out; }
  .custom-toggle:not(.x) > span.bar:nth-of-type(3) {
    width: 23px;
    margin-right: 3px; }
  .custom-toggle:not(.x) > span.bar:last-of-type {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-animation: 0.4s toggle-up-bottom ease-out;
            animation: 0.4s toggle-up-bottom ease-out; }

.nav-open {
  padding-top: 20em; }

.custom-toggle.x .bar:nth-of-type(2) {
  -webkit-animation: 0.4s toggle-down-top ease-out;
          animation: 0.4s toggle-down-top ease-out;
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg); }

.custom-toggle.x .bar:nth-of-type(3) {
  opacity: 0; }

.custom-toggle.x .bar:nth-of-type(4) {
  -webkit-animation: 0.4s toggle-down-bottom ease-out;
          animation: 0.4s toggle-down-bottom ease-out;
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg); }

@-webkit-keyframes toggle-down-top {
  0% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); } }

@keyframes toggle-down-top {
  0% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); } }

@-webkit-keyframes toggle-down-bottom {
  0% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); } }

@keyframes toggle-down-bottom {
  0% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); } }

@-webkit-keyframes toggle-up-top {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0); } }

@keyframes toggle-up-top {
  0% {
    -webkit-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotate(45deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(-6px) rotate(0);
            transform: translateY(-6px) rotate(0); } }

@-webkit-keyframes toggle-up-bottom {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); } }

@keyframes toggle-up-bottom {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); }
  100% {
    -webkit-transform: translateY(6px) rotate(0);
            transform: translateY(6px) rotate(0); } }

@media screen and (max-width: 992px) {
  nav .home-menu {
    width: 96%;
    margin: 0 2%; }
    nav .home-menu .pure-menu-heading {
      margin-left: 0; }
    nav .home-menu .pure-menu-list {
      padding-left: 50%; }
      nav .home-menu .pure-menu-list:before {
        width: calc(50% + (100vw - 100% - 10px));
        top: 10px; }
      nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link {
        font-size: 0.8em; } }

@media screen and (max-width: 767px) {
  .custom-toggle {
    display: block;
    background-color: #242C38; }
  nav.fixed {
    background-color: #242C38; }
  nav {
    height: 64px;
    width: 100%;
    position: fixed;
    background-color: #242C38;
    z-index: 9999; }
    nav .home-menu {
      display: block;
      height: 100%;
      padding: 0.8em 0; }
      nav .home-menu .pure-menu-heading:before {
        width: 120px;
        height: 20px;
        display: block;
        top: 0; }
      nav .home-menu .pure-menu-heading h2 {
        padding: 0.25em 0 0 0;
        margin-left: -5px; }
      nav .home-menu .pure-menu-list {
        display: block;
        width: 100%;
        height: 100%;
        padding-left: 0;
        background-color: #242C38; }
        nav .home-menu .pure-menu-list:before {
          display: none; }
        nav .home-menu .pure-menu-list .pure-menu-item {
          display: block;
          height: auto; }
          nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link,
          nav .home-menu .pure-menu-list .pure-menu-item .pure-button {
            display: block;
            background-color: transparent;
            font-size: 1em;
            -webkit-box-shadow: none;
                    box-shadow: none;
            text-align: center;
            padding: 1.3em 0;
            color: #ffffff;
            font-weight: 400;
            letter-spacing: 1.1px; }
            nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link.active,
            nav .home-menu .pure-menu-list .pure-menu-item .pure-button.active {
              border-bottom: none;
              font-weight: 700; }
            nav .home-menu .pure-menu-list .pure-menu-item .pure-menu-link:hover,
            nav .home-menu .pure-menu-list .pure-menu-item .pure-button:hover {
              border-bottom: none;
              font-weight: 700;
              -webkit-transform: translateY(-4px);
                      transform: translateY(-4px); }
          nav .home-menu .pure-menu-list .pure-menu-item:first-of-type {
            padding-top: 2em; } }

@media screen and (max-width: 600px) {
  nav .home-menu .pure-menu-heading h2 {
    font-size: 1em; } }

@media screen and (max-width: 400px) {
  nav .home-menu .pure-menu-heading h2 {
    font-size: 0.9em; } }

/* COMPONENTS */
.benefits {
  position: relative; }
  .benefits .bg-grey {
    background-size: 50%;
    background-position: bottom;
    z-index: 1;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #EDEEEE), color-stop(50%, #ffffff));
    background: linear-gradient(90deg, #EDEEEE 50%, #ffffff 50%); }
  .benefits .pure-g > div:nth-of-type(1) {
    padding-top: 4em;
    padding-bottom: 4em; }
    .benefits .pure-g > div:nth-of-type(1) p {
      max-width: 350px; }
    .benefits .pure-g > div:nth-of-type(1) a {
      font-weight: 400;
      color: #242C38;
      -webkit-transition: letter-spacing 0.2s ease;
      transition: letter-spacing 0.2s ease; }
      .benefits .pure-g > div:nth-of-type(1) a.address {
        text-transform: none;
        margin-top: 1em; }
        .benefits .pure-g > div:nth-of-type(1) a.address p {
          margin: 0.35em 0;
          position: relative; }
        .benefits .pure-g > div:nth-of-type(1) a.address:after {
          top: 1.49em; }
        .benefits .pure-g > div:nth-of-type(1) a.address:hover:after {
          width: 80%;
          background-color: #2A8CCA; }
      .benefits .pure-g > div:nth-of-type(1) a:hover {
        text-decoration: none;
        color: #2A8CCA;
        letter-spacing: 0.2px; }
        .benefits .pure-g > div:nth-of-type(1) a:hover:after {
          width: 80%;
          background-color: #2A8CCA; }
        .benefits .pure-g > div:nth-of-type(1) a:hover > p {
          color: #2A8CCA; }
          .benefits .pure-g > div:nth-of-type(1) a:hover > p:after {
            width: 100%;
            background-color: #2A8CCA; }
          .benefits .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(1):after {
            width: 0; }
          .benefits .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(2):after {
            -webkit-transition-delay: 0.05s;
                    transition-delay: 0.05s; }
          .benefits .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(3):after {
            -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s; }
          .benefits .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(4):after {
            -webkit-transition-delay: 0.15s;
                    transition-delay: 0.15s; }
  .benefits .pure-g > div:nth-of-type(2) {
    margin-top: 10em;
    padding-top: 5em;
    padding-bottom: 8em; }
    .benefits .pure-g > div:nth-of-type(2) .pure-button {
      margin-top: 2em; }
  .benefits .bg-contact {
    height: calc(100% - 7em); }
  .benefits .bg-black {
    height: calc(100% - 8em);
    top: 8em; }
  @media screen and (max-width: 992px) {
    .benefits .pure-g > div:nth-of-type(2) {
      padding-left: 5%; } }
  @media screen and (max-width: 767px) {
    .benefits .confined {
      width: 100%;
      margin: 0;
      padding: 0; }
      .benefits .confined > div:nth-of-type(1) {
        padding: 1em 5% 2em;
        width: 100%; }
      .benefits .confined > div:nth-of-type(2) {
        padding: 1em 5% 2em;
        margin: 0;
        width: 100%; } }
.features {
  position: relative; }
  .features .bg-grey {
    padding: 80px 0 120px 0;
    position: relative;
    z-index: 1; }
  .features .edinburgh-logo {
    margin-top: 40px;
    max-width: 300px; }
  .features .pure-g > div:nth-of-type(1) p {
    max-width: 350px; }
  .features .pure-g > div:nth-of-type(1) a {
    font-weight: 400;
    color: #242C38;
    -webkit-transition: letter-spacing 0.2s ease;
    transition: letter-spacing 0.2s ease; }
    .features .pure-g > div:nth-of-type(1) a.address {
      text-transform: none;
      margin-top: 1em; }
      .features .pure-g > div:nth-of-type(1) a.address p {
        margin: 0.35em 0;
        position: relative; }
      .features .pure-g > div:nth-of-type(1) a.address:after {
        top: 1.49em; }
      .features .pure-g > div:nth-of-type(1) a.address:hover:after {
        width: 80%;
        background-color: #2A8CCA; }
    .features .pure-g > div:nth-of-type(1) a:hover {
      text-decoration: none;
      color: #2A8CCA;
      letter-spacing: 0.2px; }
      .features .pure-g > div:nth-of-type(1) a:hover:after {
        width: 80%;
        background-color: #2A8CCA; }
      .features .pure-g > div:nth-of-type(1) a:hover > p {
        color: #2A8CCA; }
        .features .pure-g > div:nth-of-type(1) a:hover > p:after {
          width: 100%;
          background-color: #2A8CCA; }
        .features .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(1):after {
          width: 0; }
        .features .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(2):after {
          -webkit-transition-delay: 0.05s;
                  transition-delay: 0.05s; }
        .features .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(3):after {
          -webkit-transition-delay: 0.1s;
                  transition-delay: 0.1s; }
        .features .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(4):after {
          -webkit-transition-delay: 0.15s;
                  transition-delay: 0.15s; }
  .features .pure-g > div:nth-of-type(2) {
    margin-bottom: 10em;
    padding-bottom: 0em;
    margin-top: 10em;
    padding-top: 8em; }
    .features .pure-g > div:nth-of-type(2) .pure-button {
      margin-top: 2em; }
  .features .bg-contact {
    height: calc(100% - 19em);
    top: 19em; }
  @media screen and (max-width: 992px) {
    .features .pure-g > div:nth-of-type(2) {
      padding-left: 5%; } }
  @media screen and (max-width: 767px) {
    .features .confined {
      width: 100%;
      margin: 0;
      padding: 0; }
      .features .confined > div:nth-of-type(1) {
        padding: 0 5% 2em; }
      .features .confined > div:nth-of-type(2) {
        padding: 1em 5% 1em;
        margin: 0; }
    .features .bg-grey {
      padding: 20px 0 0 0;
      position: relative; }
      .features .bg-grey h2 {
        margin-bottom: 0; }
      .features .bg-grey h4 {
        margin-top: 0; } }
.pricing {
  padding: 80px 0; }
  .pricing .pricing-panel {
    background-color: #ffffff;
    margin-bottom: 160px; }
    .pricing .pricing-panel:after {
      content: "";
      position: absolute;
      width: 500px;
      height: 80px;
      background-image: url("img/pricing-bottom.svg");
      background: url("img/pricing-bottom.png") no-repeat center center;
      background-size: contain;
      background-repeat: no-repeat;
      background-size: contain; }
    @media screen and (min-width: 980px) and (max-width: 1160px) {
      .pricing .pricing-panel {
        border-bottom: 8px solid #2A8CCA; }
        .pricing .pricing-panel:after {
          display: none; } }
    .pricing .pricing-panel .lead {
      font-size: 20px; }
    .pricing .pricing-panel .micro span {
      font-size: 30px;
      font-family: "PublicaSans-Bold";
      line-height: 0; }
    .pricing .pricing-panel .small span {
      font-size: 40px;
      font-family: "PublicaSans-Bold";
      line-height: 0; }
    .pricing .pricing-panel .medium span {
      font-size: 50px;
      font-family: "PublicaSans-Bold";
      line-height: 0; }
    .pricing .pricing-panel .large span {
      font-size: 67px;
      font-family: "PublicaSans-Bold";
      line-height: 0; }
    @media screen and (min-width: 767px) {
      .pricing .pricing-panel .lead {
        font-size: 18px; }
      .pricing .pricing-panel .medium span {
        font-size: 40px; }
      .pricing .pricing-panel .large span {
        font-size: 60px; } }
  @media screen and (max-width: 991px) {
    .pricing .pricing-panel {
      margin-bottom: 100px; }
      .pricing .pricing-panel:after {
        width: 320px;
        background-size: contain; } }
  @media screen and (max-width: 767px) {
    .pricing {
      padding: 20px 0; }
      .pricing .pricing-panel {
        margin-bottom: 100px; }
        .pricing .pricing-panel:after {
          width: 90%;
          background-size: contain; }
      .pricing .btn-row .pure-button {
        margin-bottom: 20px; } }
#twitter ul li {
  display: inline-block;
  font-family: "Lato", sans-serif; }
  #twitter ul li a {
    display: inline-block; }

.twitter-feed {
  padding: 80px 0; }
  @media screen and (max-width: 767px) {
    .twitter-feed {
      padding: 20px 0 40px 0; } }
  .twitter-feed a.tw {
    font-size: 12.06px; }
  .twitter-feed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .twitter-feed ul li {
      display: inline-block;
      width: 100%; }
      .twitter-feed ul li a {
        display: inline-block; }
    .twitter-feed ul li.tweet {
      display: inline-block;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      background-color: white;
      border-left: 8px solid #2A8CCA;
      margin-bottom: 40px;
      padding: 20px; }
      .twitter-feed ul li.tweet:nth-child(odd) {
        margin-right: 40px; }
      .twitter-feed ul li.tweet p {
        margin-bottom: 0; }
      .twitter-feed ul li.tweet h6 {
        margin-top: 0;
        margin-bottom: 1em; }
        .twitter-feed ul li.tweet h6 a {
          color: #242C38;
          text-transform: lowercase;
          font-weight: 700; }
      @media screen and (max-width: 767px) {
        .twitter-feed ul li.tweet {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
          .twitter-feed ul li.tweet:nth-child(odd) {
            margin-right: 0; } }
  .twitter-feed a.tw {
    background-color: #2A8CCA;
    color: #ffffff;
    border-radius: 50px;
    padding: 15px 40px;
    margin-top: 20px; }
    .twitter-feed a.tw:hover {
      background-color: #242C38;
      text-decoration: none; }

.contact {
  position: relative; }
  .contact .bg-grey-section {
    background-size: 50%;
    background-position: bottom;
    z-index: 1;
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffffff), color-stop(50%, #EDEEEE));
    background: linear-gradient(0deg, #ffffff 50%, #EDEEEE 50%); }
  .contact .pure-g > div:nth-of-type(1) {
    padding-top: 8em;
    padding-bottom: 8em; }
    .contact .pure-g > div:nth-of-type(1) p {
      max-width: 250px; }
    .contact .pure-g > div:nth-of-type(1) a {
      font-weight: 400;
      color: #ffffff;
      -webkit-transition: letter-spacing 0.2s ease;
      transition: letter-spacing 0.2s ease; }
      .contact .pure-g > div:nth-of-type(1) a.address {
        text-transform: none;
        margin-top: 1em; }
        .contact .pure-g > div:nth-of-type(1) a.address p {
          margin: 0.35em 0;
          position: relative; }
        .contact .pure-g > div:nth-of-type(1) a.address:after {
          top: 1.49em; }
        .contact .pure-g > div:nth-of-type(1) a.address:hover:after {
          width: 80%;
          background-color: #ffffff; }
      .contact .pure-g > div:nth-of-type(1) a:hover {
        text-decoration: none;
        color: #ffffff;
        letter-spacing: 0.2px; }
        .contact .pure-g > div:nth-of-type(1) a:hover:after {
          width: 80%;
          background-color: #ffffff; }
        .contact .pure-g > div:nth-of-type(1) a:hover > p {
          color: #ffffff; }
          .contact .pure-g > div:nth-of-type(1) a:hover > p:after {
            width: 100%;
            background-color: #ffffff; }
          .contact .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(1):after {
            width: 0; }
          .contact .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(2):after {
            -webkit-transition-delay: 0.05s;
                    transition-delay: 0.05s; }
          .contact .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(3):after {
            -webkit-transition-delay: 0.1s;
                    transition-delay: 0.1s; }
          .contact .pure-g > div:nth-of-type(1) a:hover > p:nth-of-type(4):after {
            -webkit-transition-delay: 0.15s;
                    transition-delay: 0.15s; }
  .contact .pure-g > div:nth-of-type(2) {
    margin-top: 5em;
    margin-bottom: 5em;
    padding-top: 4em;
    padding-bottom: 4em; }
    .contact .pure-g > div:nth-of-type(2) .pure-button {
      margin-top: 2em; }
  .contact .bg-contact {
    height: calc(100% - 10em);
    top: 5em; }
  @media screen and (max-width: 992px) {
    .contact .pure-g > div:nth-of-type(2) {
      padding-left: 5%; } }
  @media screen and (max-width: 767px) {
    .contact .confined {
      width: 100%;
      margin: 0;
      padding: 0; }
      .contact .confined > div:nth-of-type(1) {
        padding: 0 5% 2em; }
      .contact .confined > div:nth-of-type(2) {
        padding: 1em 5% 1em;
        margin: 0; } }
.privacy footer:before {
  border-bottom: 0px solid #2A8CCA;
  border-top: 8px solid #2A8CCA; }

.privacy footer:after {
  display: none; }

footer {
  position: relative;
  padding: 3em 0 1em;
  position: relative;
  margin-bottom: 60px; }
  footer .link-container {
    float: right; }
  footer .footer-link {
    display: inline-block;
    padding-bottom: 0;
    font-size: 14px;
    margin-left: 30px; }
  footer:before {
    content: "";
    border-bottom: 8px solid #2A8CCA;
    position: absolute;
    bottom: 0;
    width: calc(100% - 200px);
    height: 10px; }
  footer:after {
    content: "";
    background: url("img/plus-footer.png");
    background-image: url("img/plus-footer.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -141px;
    left: calc(100% - 215px);
    width: 30px;
    height: 400px;
    z-index: 99; }
  @media screen and (max-width: 1300px) {
    footer:after {
      display: none; }
    footer:before {
      display: none; } }
  @media screen and (max-width: 991px) {
    footer:before {
      display: none; }
    footer:after {
      display: none; }
    footer .text-right {
      text-align: left; } }
  footer .social li {
    padding: 0.5em 0; }
    footer .social li a {
      text-transform: uppercase;
      letter-spacing: 0.8px;
      text-decoration: none;
      font-weight: 700;
      color: #242C38;
      padding-left: 2.2em;
      position: relative;
      -webkit-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out; }
      footer .social li a:before {
        content: '';
        width: 22px;
        height: 22px;
        background-image: url("img/social-sprite.png");
        background: #ffffff url("img/social-sprite.svg");
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 1px; }
      footer .social li a:hover {
        letter-spacing: 1px; }
  footer .x-small {
    padding: 1.5em 0; }
  @media screen and (max-width: 767px) {
    footer {
      margin: 0;
      padding: 0; }
      footer > .confined {
        width: 100%;
        padding: 0;
        margin: 0; }
        footer > .confined > div {
          padding: 1em 5%; }
          footer > .confined > div .social a:before {
            top: -3px; } }
/* SOCIAL */
.tw:before {
  background-position: 0 0; }

.fb:before {
  background-position: -29px 0 !important; }

.in:before {
  background-position: -56px 0 !important; }

.phone,
.address {
  padding-left: 2em;
  position: relative; }
  .phone:before,
  .address:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("img/social-sprite.png");
    background: transparent url("img/social-sprite.svg") no-repeat center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px; }

.phone:before {
  background-position: -82px 0 !important;
  top: 3px; }

.address:before {
  background-position: -105px 0 !important;
  top: 3px; }

/* @import must be at top of file, otherwise CSS will not work */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@font-face {
  font-family: 'PublicaSans-Bold';
  src: url("webfonts/314331_2_0.eot");
  src: url("webfonts/314331_2_0.eot?#iefix") format("embedded-opentype"), url("webfonts/314331_2_0.woff2") format("woff2"), url("webfonts/314331_2_0.woff") format("woff"), url("webfonts/314331_2_0.ttf") format("truetype"); }

html,
button,
input,
select,
textarea,
body,
.pure-g [class*="pure-u"] {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media screen and (max-width: 1159px) {
    html,
    button,
    input,
    select,
    textarea,
    body,
    .pure-g [class*="pure-u"] {
      font-size: 16.2px; } }
  @media screen and (max-width: 991px) {
    html,
    button,
    input,
    select,
    textarea,
    body,
    .pure-g [class*="pure-u"] {
      font-size: 14.4px; } }
  @media screen and (max-width: 766px) {
    html,
    button,
    input,
    select,
    textarea,
    body,
    .pure-g [class*="pure-u"] {
      font-size: 14.4px; } }
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: padding-top 0.3s ease-out;
  transition: padding-top 0.3s ease-out; }

::-moz-selection {
  background-color: #2A8CCA;
  color: #ffffff; }

::selection {
  background-color: #2A8CCA;
  color: #ffffff; }

.hero {
  padding: 80px 0;
  position: relative; }
  .hero h1 {
    margin-top: 0;
    font-size: 2.3em;
    font-weight: 400; }
  @media screen and (max-width: 1300px) {
    .hero:after {
      display: none; } }
  @media screen and (max-width: 991px) {
    .hero {
      padding: 20px 0 80px 0; }
      .hero:after {
        display: none; }
      .hero h1 {
        margin-left: 0px;
        margin-top: 40px; }
      .hero .btn-row {
        margin-left: 0px; }
        .hero .btn-row .pure-button {
          margin-bottom: 20px; }
      .hero .app-buttons {
        display: block;
        position: relative;
        right: 15px;
        bottom: -10px; } }
  @media screen and (max-width: 767px) {
    .hero:after {
      display: none; }
    .hero h1 {
      margin-left: 0;
      margin-top: 80px; }
    .hero .btn-row {
      margin-left: 0; }
      .hero .btn-row .pure-button {
        margin-bottom: 20px; }
    .hero .app-buttons {
      display: block;
      position: relative;
      right: 10px;
      bottom: -10px; } }
.btn-row .btn-primary {
  margin-right: 20px; }

.awardlogo {
  padding-top: 19em; }
  .awardlogo img {
    text-align: center;
    margin: 0 auto; }
  .awardlogo h5 {
    text-align: center;
    margin: 0;
    padding-bottom: 0.5em; }
  .awardlogo p {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0.8em;
    font-weight: 400; }
    .awardlogo p:last-of-type {
      font-style: italic; }
  @media screen and (max-width: 767px) {
    .awardlogo {
      padding-top: 1em; } }
.list {
  line-height: 2.2; }

.feature-panel {
  position: relative;
  background-color: #ffffff;
  padding: 4px 4px 4px 80px;
  margin-right: 80px;
  margin-bottom: 40px; }
  @media screen and (max-width: 991px) {
    .feature-panel {
      margin-right: 0; } }
  .feature-panel:before {
    content: "";
    background: url("img/plus-dark.png");
    background-image: url("img/plus-dark.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -15px;
    top: calc(50% - 15px);
    height: 30px;
    width: 30px; }
  .feature-panel:nth-of-type(5) {
    margin-bottom: 0; }

.quote {
  font-size: 1.0476190476em;
  line-height: 1.7;
  font-style: italic; }

/* Colour coding */
.txt-white {
  color: #ffffff; }

.txt-black {
  color: #242C38; }

.txt-header {
  font-family: "Lato", sans-serif;
  line-height: 1.35;
  padding-bottom: 20px; }

.share-cenefits {
  margin-top: 80px; }

.bg-grey {
  background-color: #EDEEEE; }

.bg-black {
  background-color: #242C38;
  color: #ffffff; }

.bg-contact {
  background-color: #2A8CCA; }

.text-right {
  text-align: right; }

.headline {
  font-family: "PublicaSans-Bold"; }

.cta-block {
  position: relative; }
  .cta-block .app-buttons {
    bottom: 100px; }
    @media screen and (max-width: 991px) {
      .cta-block .app-buttons {
        position: relative;
        bottom: -10px; } }
.img-responsive {
  width: 100%;
  height: auto; }

.video-container {
  margin-bottom: 3em; }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: absolute;
  bottom: 0;
  border: 0;
  background-color: transparent;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px); }

.embed-responsive .embed-responsive-item .player .vp-player-layout, .embed-responsive embed .player .vp-player-layout, .embed-responsive iframe .player .vp-player-layout, .embed-responsive object .player .vp-player-layout, .embed-responsive video .player .vp-player-layout {
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px); }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.app-buttons {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 60px; }

.padding-bottom {
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .padding-bottom {
      padding-bottom: 40px; } }
.image-row {
  margin-bottom: 2em !important; }
  .image-row img:not(.fullwidth) {
    max-width: 100px; }
  .image-row img.fullwidth {
    padding-top: 1.5em; }
  @media screen and (max-width: 767px) {
    .image-row img:not(.fullwidth) {
      max-width: 200px; }
    .image-row img.fullwidth {
      padding-top: 5em; }
    .image-row img {
      padding-right: 2em; } }
  @media screen and (max-width: 500px) {
    .image-row img {
      max-width: 150px !important; } }
/* BACKGROUND SHAPES */
.bg-absolute {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: -1000; }
  @media screen and (max-width: 767px) {
    .bg-absolute {
      display: none; } }
.bg-left {
  left: 0; }

.bg-right {
  right: 0; }

.bg-1-2 {
  width: 50%; }

.bg-2-3 {
  width: 66.6666667%; }

.bg-3-4 {
  width: 75%; }

.bg-7-12 {
  width: 58%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

/* GRID */
.confined {
  max-width: 1120px;
  margin: 0 auto;
  letter-spacing: 0; }
  @media screen and (max-width: 1159px) {
    .confined {
      margin: 0 5%;
      width: 90%; } }
.offset-u-1-12 {
  margin-left: 8.33%;
  *margin-left: 8.325%; }

.offset-u-1-12-p {
  padding-left: 8.33%;
  *padding-left: 8.325%; }

.offset-u-2-12 {
  margin-left: 16.6667%;
  *margin-left: 16.6357%; }

.offset-u-2-12-p {
  padding-left: 16.6667%;
  *padding-left: 16.6357%; }

.offset-u-0 {
  margin-left: 0; }

.offset-u-0-p {
  padding-left: 0; }

div[class*="pure-pull"],
div[class*="pure-push"] {
  position: relative; }

@media screen and (max-width: 480px) {
  .hide-xs {
    display: none; } }

@media screen and (max-width: 767px) {
  .hide-sm {
    display: none; } }

@media screen and (min-width: 767px) {
  .offset-u-sm-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%; }
  .offset-u-sm-1-12-p {
    padding-left: 8.33%;
    *padding-left: 8.325%; }
  .offset-u-sm-2-12 {
    margin-left: 16.6667%;
    *margin-left: 16.6357%; }
  .offset-u-sm-2-12-p {
    padding-left: 16.6667%;
    *padding-left: 16.6357%; }
  .pure-push-sm-3-4,
  .pure-push-sm-18-24 {
    left: 75%;
    *left: 74.969%; }
  .pure-push-sm-5-12,
  .pure-push-sm-10-24 {
    left: 41.6667%;
    *left: 41.6357%; }
  .pure-pull-sm-1-4,
  .pure-pull-sm-6-24 {
    right: 25%;
    *right: 24.969%; }
  .pure-pull-sm-7-12,
  .pure-pull-sm-14-24 {
    right: 58.3333%;
    *right: 58.3023%; } }

@media screen and (min-width: 992px) {
  .offset-u-md-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%; }
  .offset-u-md-1-12-p {
    padding-left: 8.33%;
    *padding-left: 8.325%; }
  .offset-u-md-2-12 {
    margin-left: 16.6667%;
    *margin-left: 16.6357%; }
  .offset-u-md-2-12-p {
    padding-left: 16.6667%;
    *padding-left: 16.6357%; }
  .pure-push-md-3-4,
  .pure-push-md-18-24 {
    left: 75%;
    *left: 74.969%; }
  .pure-pull-md-1-4,
  .pure-pull-md-6-24 {
    right: 25%;
    *right: 24.969%; } }

@media screen and (min-width: 1160px) {
  .offset-u-lg-1-12 {
    margin-left: 8.33%;
    *margin-left: 8.325%; }
  .offset-u-lg-1-12-p {
    padding-left: 8.33%;
    *padding-left: 8.325%; }
  .offset-u-lg-2-12 {
    margin-left: 16.6667%;
    *margin-left: 16.6357%; }
  .offset-u-lg-2-12-p {
    padding-left: 16.6667%;
    *padding-left: 16.6357%; }
  .pure-push-lg-3-4,
  .pure-push-lg-18-24 {
    left: 75%;
    *left: 74.969%; }
  .pure-pull-lg-1-4,
  .pure-pull-lg-6-24 {
    right: 25%;
    *right: 24.969%; } }

/* BUTTONS */
.pure-button {
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .pure-button.btn-small {
    letter-spacing: 1.25px;
    font-size: 0.6em;
    padding: 1.125em 2.5em;
    min-width: 170px; }
  .pure-button.btn-large {
    letter-spacing: 1.25px;
    font-size: 0.67em;
    padding: 1.25em 3.5em; }
  .pure-button.btn-primary {
    background-color: #2A8CCA;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
    .pure-button.btn-primary:hover {
      background-image: none;
      background-color: #242C38;
      text-decoration: none;
      -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.21), 0 5px 8px rgba(0, 0, 0, 0.27);
              box-shadow: 0 5px 8px rgba(0, 0, 0, 0.21), 0 5px 8px rgba(0, 0, 0, 0.27); }
  .pure-button.btn-secondary {
    background-color: #ffffff;
    border: 1.5px solid #242C38; }
    .pure-button.btn-secondary:hover {
      background-color: #242C38;
      color: #ffffff;
      background-image: none;
      text-decoration: none;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15); }
  .pure-button.btn-form {
    background-color: #ffffff; }
    .pure-button.btn-form:hover {
      background-color: #242C38;
      color: #ffffff;
      background-image: none;
      text-decoration: none;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15); }
  .pure-button.btn-nav {
    letter-spacing: 1.25px;
    font-size: 0.6em;
    padding: 1em 2.5em;
    min-width: 140px;
    background-color: #2A8CCA;
    color: #ffffff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.17);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.17);
    margin-top: -2px; }
    .pure-button.btn-nav:hover {
      background-color: white;
      background-image: none;
      text-decoration: none;
      color: #2A8CCA;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.3);
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 480px) {
    .pure-button.btn-large {
      display: block; } }
/* FORMS */
label {
  color: #ffffff;
  font-weight: 400;
  padding-top: 1em; }

dd {
  -webkit-margin-start: 0;
          margin-inline-start: 0; }
  dd:last-of-type {
    margin-bottom: 2em; }

input:not(.pure-button), select, textarea {
  width: 100%; }

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-top: 0;
  margin-top: 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee; }

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #00BA59; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.thank-you-body .thank-you {
  min-height: 60vh;
  position: relative; }
  .thank-you-body .thank-you .hero:after {
    background: transparent url(img/cenefits-hero-thankyou.png);
    background-image: url(img/cenefits-hero-thankyou.svg);
    background-repeat: no-repeat; }

/* HELPERS */
.border-top-grey {
  border-top: 1px solid #E1E7EA; }

.border-bottom-grey {
  border-bottom: 1px solid #E1E7EA; }

.break {
  display: block; }

.float-right {
  float: right; }

a.clicker {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.absolute {
  position: absolute; }

.sideLine {
  position: relative;
  z-index: 100; }
  .sideLine:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -35px;
    width: 6px;
    height: 120%;
    background-color: #2A8CCA; }
  @media screen and (max-width: 1100px) {
    .sideLine:before {
      top: -30px; } }
  @media screen and (max-width: 992px) {
    .sideLine:before {
      display: none; } }
#slider {
  padding-bottom: 2em; }

.slick-arrow {
  position: absolute;
  bottom: 0;
  margin-top: 2em;
  background-color: transparent;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 1px; }
  .slick-arrow.slick-next {
    margin-left: 8em; }
