@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,600,700,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,700);
@font-face {
  font-family: 'PerpetuaRegular';
  src: url("/includes/fonts/perpetua-webfont.eot");
  src: url("/includes/fonts/perpetua-webfont.eot?#iefix") format("embedded-opentype"), url("/includes/fonts/perpetua-webfont.woff") format("woff"), url("/includes/fonts/perpetua-webfont.ttf") format("truetype"), url("/includes/fonts/perpetua-webfont.svg#PerpetuaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'PerpetuaItalic';
  src: url("/includes/fonts/perpetua_italic-webfont.eot");
  src: url("/includes/fonts/perpetua_italic-webfont.eot?#iefix") format("embedded-opentype"), url("/includes/fonts/perpetua_italic-webfont.woff") format("woff"), url("/includes/fonts/perpetua_italic-webfont.ttf") format("truetype"), url("/includes/fonts/perpetua_italic-webfont.svg#PerpetuaItalic") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "etica-display", Helvetica, sans-serif;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 13px;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  webkit-tap-highlight-color: #8699b6; }

* {
  margin: 0px;
  padding: 0px;
  font-weight: 300; }

@media (min-width: 768px) {
  .container {
    width: 100%;
    max-width: 1170px; } }
@media only screen and (max-width: 767px) {
  img {
    width: 100%; }

  [class*="container"] {
    padding: 0px; }

  .navbar-header {
    margin: 0px !important; } }
@media only screen and (max-width: 767px) {
  .mobileOff {
    display: none; } }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 20px; }

.clear {
  clear: both; }
  .clear:after {
    content: '';
    display: block;
    clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.textLeft {
  text-align: left; }

.textRight {
  text-align: right; }

.divider {
  border-bottom: 1px dashed #ccc;
  margin: 40px 0px 23px 0px; }

/* -- Typography */
p {
  line-height: 1.8;
  margin: 0 0 1.2em 0;
  font-family: "etica-display", Helvetica, sans-serif;
  letter-spacing: 0.05em; }
  p a {
    text-decoration: underline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: PerpetuaRegular, serif;
  font-weight: 300;
  letter-spacing: 0px; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong {
    font-weight: bold; }

h1 {
  color: white;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 1em;
  font-weight: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #8699b6; }

@media only screen and (max-width: 550px) {
  h1, .h1 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center; } }
h2, .h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "etica-display", Helvetica, sans-serif;
  letter-spacing: 0.05em; }

h3, .h3 {
  color: #8699b6;
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 1.4em; }

h4 {
  margin: 0 0 1.4em 0;
  line-height: 1.4em; }

a {
  color: #8699b6;
  cursor: pointer; }
  a:hover, a:focus {
    color: #8699b6; }

a img, a * {
  cursor: pointer; }
  a img:hover, a img:focus, a *:hover, a *:focus {
    cursor: pointer; }

img, a img {
  border: 0;
  display: block;
  margin: 0px auto;}

.site-heading {
  overflow: hidden; }

.sectionHeader2 {
  height: 20px; }

.siteHeader {
  position: relative;
  padding: 0px !important;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  .siteHeader .headerSocial {
    float: right;
    margin-right: 13%;
    margin-top: 20px; }
    @media only screen and (max-width: 900px) {
      .siteHeader .headerSocial {
        float: right;
        position: absolute;
        top: 13px;
        right: 11%;
        margin-right: 15%;
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .siteHeader .headerSocial {
        float: right;
        position: absolute;
        top: 10px;
        right: 8%;
        margin-right: 15%;
        margin-top: 20px; } }
    .siteHeader .headerSocial .fa {
      font-size: 16px;
      color: #fff;
      background-color: #8699b6;
      padding: 8px 5px 5px 9px;
      width: 30px;
      height: 30px;
      border-radius: 21px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s;
      margin-left: 5px; }
      .siteHeader .headerSocial .fa:hover {
        background-color: #8699b6;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
    .siteHeader .headerSocial i.fa.fa-facebook {
      padding: 8px 5px 5px 10px; }
    .siteHeader .headerSocial i.fa.fa-twitter {
      padding: 8px 5px 5px 8px; }
  .siteHeader img {
    height: 180px;
    float: left;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s; }
  .siteHeader .headerRight {
    width: 75%;
    float: right; }
  @media only screen and (max-width: 900px) {
    .siteHeader .headerRight {
      width: 100%;
      float: right; } }
  .siteHeader h2 {
    height: 40px;
    width: 50%;
    padding: 0px;
    position: absolute;
    top: 60px;
    right: 0px;
    -webkit-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
    font-family: "etica-display", Helvetica, sans-serif;
    letter-spacing: 0.05em;
    font-size: 18px;
    line-height: 28px;
    text-align: right; }
    @media only screen and (max-width: 1200px) {
      .siteHeader h2 {
        margin-right: 20px; } }
  @media only screen and (max-width: 900px) {
    .siteHeader h2 {
      display: none; } }

.contact-nav {
  max-height: 40px;
  -webkit-transition: max-height ease 0.4s;
  -o-transition: max-height ease 0.4s;
  transition: max-height ease 0.4s;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
  width: 250px;
  padding: 0px 20px;
  margin: 0px 30px 0px 0px;
  background-color: white;
  border: 0px 1px 1px 1px solid #969696;
  -webkit-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2; }
  @media only screen and (max-width: 900px) {
    .contact-nav {
      display: none; } }
  @media only screen and (min-width: 1200px) {
    .contact-nav {
      margin: 0px 20px 0px 0px; } }
  .contact-nav:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 125px solid transparent;
    border-right: 125px solid transparent;
    border-top: 15px solid white; }
  @media only screen and (max-width: 767px) {
    .contact-nav {
      width: 90%;
      margin: 0px 5%;
      -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
      top: 0px; }
      .contact-nav:after, .contact-nav:hover:after {
        content: "";
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 100%;
        height: 60px;
        display: block;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        border-top: 0px solid white;
        margin: 0 auto;
        background-image: url("../images/layout/mobile-contactnav-arrow.png");
        background-size: contain;
        background-repeat: no-repeat; } }
  .contact-nav > div {
    display: block;
    margin: 0px 0px;
    padding: 15px 0px;
    font-family: PerpetuaRegular, serif;
    color: #8699b6;
    font-size: 13px;
    font-weight: normal;
    text-align: center; }
  .contact-nav ul {
    max-height: 0px;
    -webkit-transition: max-height ease 0.4s;
    -o-transition: max-height ease 0.4s;
    transition: max-height ease 0.4s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    overflow: hidden; }
    .contact-nav ul li {
      margin: 0px;
      padding: 0px 0px 10px 0px;
      list-style: none;
      font-size: 15px;
      line-height: 20px; }
      .contact-nav ul li a {
        color: #8699b6;
        font-weight: bold; }
      .contact-nav ul li a.email {
        color: black;
        font-weight: normal; }
  @media only screen and (min-width: 767px) {
    .contact-nav:hover {
      max-height: 570px;
      -webkit-transition: max-height ease 0.4s;
      -o-transition: max-height ease 0.4s;
      transition: max-height ease 0.4s; }
      .contact-nav:hover ul {
        max-height: 530px;
        -webkit-transition: max-height ease 0.4s;
        -o-transition: max-height ease 0.4s;
        transition: max-height ease 0.4s;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #8699b6;
        list-style: none; } }
  @media only screen and (max-width: 767px) {
    .contact-nav ul {
      -webkit-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s; }
    .contact-nav.hover {
      max-height: 570px;
      -webkit-transition: max-height ease 0.4s;
      -o-transition: max-height ease 0.4s;
      transition: max-height ease 0.4s;
      -webkit-transition-delay: 0s;
           -o-transition-delay: 0s;
              transition-delay: 0s; }
      .contact-nav.hover ul {
        max-height: 530px;
        -webkit-transition: max-height ease 0.4s;
        -o-transition: max-height ease 0.4s;
        transition: max-height ease 0.4s;
        -webkit-transition-delay: 1s;
             -o-transition-delay: 1s;
                transition-delay: 1s;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        border-top: 1px solid #8699b6;
        list-style: none; } }

.logo {
  left: 0px; }
  @media only screen and (max-width: 880px) {
    .logo img {
      height: 84px;
      width: auto;
      float: left;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-left: 3%;
      max-width: 380px; } }
  @media only screen and (max-width: 767px) {
    .logo {
      left: 0px;
      margin-top: 7px; } }

.intro-header {
  background-size: cover;
  background-position: top center; }

.sectionHeader {
  height: 305px; }

/* Navigation */
.navbar-custom {
  position: absolute;
  background-color: white;
  top: 0;
  z-index: 100;
  border-bottom: 10px solid #8699b6; }
  .navbar-custom .navbar-collapse {
    width: 100%;
    float: right;
    padding: 0px; }
  .navbar-custom.is-fixed {
    position: fixed;
    top: 0px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 980px) {
      .navbar-custom.is-fixed {
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; } }
    .navbar-custom.is-fixed .siteHeader {
      -webkit-transition: all ease 0.4s;
      -o-transition: all ease 0.4s;
      transition: all ease 0.4s; }
      @media only screen and (max-width: 880px) {
        .navbar-custom.is-fixed .siteHeader {
          height: 100px; } }
      .navbar-custom.is-fixed .siteHeader img {
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s; }
        @media only screen and (min-width: 900px) {
          .navbar-custom.is-fixed .siteHeader img {
            height: 120px; } }
      .navbar-custom.is-fixed .siteHeader h2 {
        height: 40px;
        width: 50%;
        padding: 0px;
        position: absolute;
        top: 25px;
        right: 300px;
        -webkit-transition: all ease 0.4s;
        -o-transition: all ease 0.4s;
        transition: all ease 0.4s;
        z-index: 1;
        font-family: "etica-display", Helvetica, sans-serif;
        letter-spacing: 0.05em;
        font-size: 18px;
        line-height: 28px;
        text-align: right; }
    @media only screen and (min-width: 899px) {
      .navbar-custom.is-fixed .nav li a {
        line-height: 70px; } }
  .navbar-custom .nav {
    float: right;
    margin-right: 8% !important; }
    .navbar-custom .nav li {
      margin-right: 10px;
      position: relative;
      list-style: none; }
      .navbar-custom .nav li a {
        color: #231f20;
        height: 70px;
        font-weight: normal;
        line-height: 180px;
        padding: 0px 20px;
        font-size: 16px; }
        @media only screen and (min-width: 900px) {
          .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
            color: #8699b6; } }
  @media only screen and (min-width: 900px) and (max-width: 900px) {
    .navbar-custom .nav li a:hover, .navbar-custom .nav li a:focus {
      color: white; } }

        @media only screen and (max-width: 1200px) {
          .navbar-custom .nav li a {
            padding: 0px 10px; } }
      @media only screen and (min-width: 900px) {
        .navbar-custom .nav li:hover {
          color: #8699b6; }
          .navbar-custom .nav li:hover a {
            color: #231f20;
            display: block; } }
    @media only screen and (min-width: 900px) and (max-width: 900px) {
      .navbar-custom .nav li:hover a {
        color: #231f20; } }
      @media only screen and (min-width: 900px) {
          .navbar-custom .nav li:hover:after {
            content: ' ';
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 8px solid #8699b6;
            position: absolute;
            bottom: 0px;
            right: 45px;
            right: calc(50% - 4px); } }
  @media only screen and (min-width: 900px) {
    .navbar-custom .nav li ul {
      width: 280%;
      background-color: #8699b6;
      display: none;
      position: absolute;
      top: 70px;
      left: -17px;
      padding: 10px 0px;
      opacity: 0;
      -webkit-transition: opacity 0.8s ease;
      -o-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease; }
      .navbar-custom .nav li ul li {
        margin: 0px; }
        .navbar-custom .nav li ul li a {
          -webkit-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
          padding: 14px 20px !important;
          border-bottom: 1px solid rgba(134, 153, 182, 0.2) !important;
          display: block;
          height: auto !important;
          transition: all 0.8s ease;
          color: white;
          line-height: 15px !important; }
          .navbar-custom .nav li ul li a:hover {
            color: white !important;
            text-decoration: none;
            -webkit-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
            font-weight: normal; }
    .navbar-custom .nav li:hover ul {
      padding: 10px 0px;
      height: auto !important;
      display: block;
      -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
      overflow-y: auto;
      max-height: 400px;
      opacity: 1;
      -webkit-transition: opacity 0.8s ease;
      -o-transition: opacity 0.8s ease;
      transition: opacity 0.8s ease; } }
  @media only screen and (min-width: 900px) and (min-width: 900px) {
    .navbar-custom .nav li:hover ul {
      top: 70px; } }
  @media only screen and (min-width: 900px) {
      .navbar-custom .nav li:hover ul li {
        height: auto !important;
        color: #8699b6;
        float: none; }
        .navbar-custom .nav li:hover ul li:before {
          display: none; }
        .navbar-custom .nav li:hover ul li:hover {
          background-color: #8699b6; }
          .navbar-custom .nav li:hover ul li:hover:after {
            display: none; }
        .navbar-custom .nav li:hover ul li a {
          color: white;
          line-height: 20px;
          width: 100%;
          font-size: 14px; }
          .navbar-custom .nav li:hover ul li a:hover {
            color: white !important;
            text-decoration: none;
            font-style: normal;
            font-weight: normal;
            background-color: rgba(255, 255, 255, 0.2); }
            .navbar-custom .nav li:hover ul li a:hover:after {
              display: none; } }
  @media only screen and (min-width: 900px) and (max-device-width: 900px) {
    .navbar-custom .nav li:hover ul {
      display: none; } }
  @media only screen and (min-width: 900px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .navbar-custom .nav li:hover ul {
      display: none; } }
  @media only screen and (min-width: 900px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .navbar-custom .nav li:hover ul {
      display: none; } }
  @media only screen and (min-width: 900px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-custom .nav li:hover ul {
      display: none; } }
@media only screen and (min-width: 900px) and (min-width: 900px) {
  .navbar-custom .nav li.current a {
    color: #8699b6; } }

  @media only screen and (min-width: 1170px) {
    .navbar-custom {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; } }

.navbar-default .navbar-toggle {
  border-color: transparent !important;
  padding: 10px 10px;
  height: 50px;
  width: 50px;
  margin: 0 5% 0 0;
  background-color: white;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 25px;
  right: 0px; }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    border-color: transparent !important;
    background-color: transparent !important; }
  .navbar-default .navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    margin: 6px 0px;
    border-radius: 5px;
    background-color: #969696 !important; }

@media only screen and (max-width: 900px) {
  .navbar-custom .nav {
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 10px solid #8699b6;
    margin-left: 0px;
    margin-right: 0px; }

  .navbar-custom .nav li {
    margin: 0px;
    height: auto;
    background-color: #8699b6; }

  .navbar-custom .nav li a {
    line-height: 45px !important;
    height: auto;
    background-color: transparent;
    color: #fff;
    text-align: center; }

  .navbar-custom .nav ul {
    margin: 0px;
    height: auto;
    display: none; } }
.breadcrumbs {
  width: 100%;
  clear: both;
  margin: 10px 0px; }
  .breadcrumbs ul {
    list-style: none;
    margin: 0px;
    width: 100%; }
    .breadcrumbs ul li {
      list-style: none;
      float: left;
      margin: 0px 5px 0px 0px;
      padding: 0px;
      color: #231f20; }
      .breadcrumbs ul li a {
        color: #8699b6;
        font-size: 12px; }
      .breadcrumbs ul li:hover {
        color: #8699b6; }

.intro-header {
  margin-top: 166px; }
  .intro-header.scrolled {
    margin-top: 134px; }
  @media only screen and (max-width: 767px) {
    .intro-header {
      margin-top: 140px; } }
  .intro-header .flexslider li {
    overflow: hidden;
    position: relative; }
    .intro-header .flexslider li img {
      min-width: 2400px;
      position: relative;
      left: calc(50% - 1200px); }
      @media only screen and (max-width: 767px) {
        .intro-header .flexslider li img {
          min-width: 767px;
          position: relative;
          left: calc(50% - 384px); } }
      @media only screen and (max-width: 400px) {
        .intro-header .flexslider li img {
          left: calc(50% - 350px); } }
    .intro-header .flexslider li .textHolder {
      position: absolute;
      bottom: 0px;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center;
      padding: 10px 0px; }
      @media only screen and (max-width: 767px) {
        .intro-header .flexslider li .textHolder {
          position: relative; } }
  .intro-header .flexslider h2 {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    font-family: PerpetuaRegular, serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.6);
    margin: 0px; }
    .intro-header .flexslider h2 span {
      color: #8699b6; }
    .intro-header .flexslider h2 span.blue {
      color: #8bc9d9; }
    .intro-header .flexslider h2 strong {
      color: #8699b6;
      font-weight: 400; }
    .intro-header .flexslider h2 strong.blue {
      color: #8bc9d9;
      font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .intro-header .flexslider h2 {
      font-size: 24px;
      font-weight: 300;
      line-height: 29px; }
      .intro-header .flexslider h2 strong {
        color: #8699b6;
        font-weight: 400; } }
  .intro-header .flexslider p.intro {
    max-width: 292px; }
  @media only screen and (max-width: 900px) {
    .intro-header .flexslider p.intro {
      display: none; } }

nav.footerSubLinks ul {
  margin: 22px auto 22px auto;
  display: table;
  list-style: none; }
  nav.footerSubLinks ul li {
    display: inline-block; }
    nav.footerSubLinks ul li a {
      padding: 5px 20px;
      color: white;
      font-family: PerpetuaRegular, serif;
      font-weight: 300;
      font-size: 15px;
      text-align: center; }
    @media only screen and (max-width: 767px) {
      nav.footerSubLinks ul li {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.2); }
        nav.footerSubLinks ul li a {
          display: block;
          padding: 5px 20px;
          color: white;
          font-family: PerpetuaRegular, serif;
          font-weight: 300;
          font-size: 24px;
          text-align: center; } }

nav.footerLinks ul {
  margin: 20px auto 20px auto;
  display: table;
  list-style: none; }
  nav.footerLinks ul li {
    display: inline-block; }
    nav.footerLinks ul li a {
      padding: 5px 25px;
      display: block;
      color: #969696;
      font-size: 12px;
      text-align: center; }
      @media only screen and (max-width: 1200px) {
        nav.footerLinks ul li a {
          padding: 5px 15px; } }
  @media only screen and (max-width: 767px) {
    nav.footerLinks ul li {
      width: 50%;
      margin: 0px 0px 20px 0px;
      padding: 0px 2%; }
      nav.footerLinks ul li a {
        background-color: #8699b6;
        color: white;
        padding: 10px 25px;
        text-align: center; } }

.footerLogos {
  text-align: center; }
  .footerLogos img {
    height: 110px;
    width: auto;
    margin: 0px 0px 20px 0px;
    padding: 0px 2%;
    display: inline-block; }

footer.container p {
  text-align: left; }

.tabTitle {
  margin: 0px !important;
  padding: 7px;
  text-align: center;
  cursor: pointer;
  display: block; }
  .tabTitle h2 {
    font-size: 22px;
    margin: 0px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .tabTitle:after {
    content: "";
    position: relative;
    bottom: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #231f20;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .tabTitle:hover h2 {
    color: #8699b6;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .tabTitle:hover:after {
    border-top: 10px solid #8699b6;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.accordion .tabHolder {
  display: block;
  margin: 0px;
  padding: 12px; }
.accordion .tabHolder {
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.35); }
.accordion .container.documents {
  text-align: center; }
.accordion .item {
  width: 13%;
  margin: 20px 2.5% 0px 2.5%;
  display: inline-block; }

a.docPic {
  color: #231f20; }
  a.docPic img {
    width: 100%;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(35, 31, 32, 0.2);
            box-shadow: 0px 0px 10px 3px rgba(35, 31, 32, 0.2); }
  a.docPic div {
    height: 38px;
    padding: 10px 0px;
    overflow: hidden; }

a.docPic2 {
  color: #231f20; }
  a.docPic2 img {
    width: 100%; }
  a.docPic2 div {
    padding: 10px 0px;
    overflow: hidden; }

a.docTitle {
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 15px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #231f20; }

.doctitle2 {
  text-align: center;
  border-top: 2px solid #ccc;
  padding-top: 15px;
  margin-top: 10px;
  display: block;
  width: 100%;
  font-weight: bold;
  color: #231f20; }
  .doctitle2 h3 {
    font-weight: bold;
    color: #bcbdc0;
    margin-top: 0px;
    margin-bottom: 0px;
    text-decoration: none; }
    .doctitle2 h3 a {
      font-weight: bold;
      color: #bcbdc0;
      margin-top: 0px;
      margin-bottom: 0px;
      text-decoration: none; }
      .doctitle2 h3 a:hover {
        font-weight: bold;
        color: #bcbdc0;
        margin-top: 0px;
        margin-bottom: 0px;
        text-decoration: none; }

.backtotop {
  background-color: rgba(243, 139, 0, 0.9);
  padding: 15px;
  text-align: center;
  -webkit-box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.35), inset 0px -10px 15px -10px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0px 10px 15px -10px rgba(0, 0, 0, 0.35), inset 0px -10px 15px -10px rgba(0, 0, 0, 0.35); }

.backtotop a {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: #fff; }

.backtotop span {
  background-image: url(/images/layout/backtotop.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  /* margin-top: -5px; */
  /* float: left; */ }

@media only screen and (max-width: 980px) {
  .accordion .item {
    width: 19%; } }
@media only screen and (max-width: 600px) {
  .accordion .item {
    width: 29%; } }
@media only screen and (max-width: 550px) {
  .accordion .item {
    width: 43%; } }
.imgBox {
  -webkit-box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.3);
  margin: 0 2% 40px 2%;
  position: relative;
  display: block;
  overflow: hidden; }
  @media only screen and (min-width: 767px) {
    .imgBox:first-of-type {
      margin: 0 2% 40px 0; }
    .imgBox:nth-of-type(3n+1) {
      margin: 0 2% 40px 0; }
    .imgBox:nth-of-type(3n) {
      margin: 0 0 40px 2%; }
    .imgBox.last {
      margin: 0 2% 0 2%; }
      .imgBox.last:first-of-type {
        margin: 0 2% 0 0; }
      .imgBox.last:nth-of-type(3n+1) {
        margin: 0 2% 0 0; }
      .imgBox.last:nth-of-type(3n) {
        margin: 0 0 0 2%; } }
@media only screen and (min-width: 767px) and (max-width: 900px) {
  .imgBox.last {
    margin: 0 2% 40px 0; }
    .imgBox.last:first-of-type {
      margin: 0 2% 40px 0; }
    .imgBox.last:nth-of-type(3n+1) {
      margin: 0 2% 40px 0; }
    .imgBox.last:nth-of-type(3n) {
      margin: 0 0 40px 2%; } }

  .imgBox img {
    width: 100%;
    position: relative; }
  .imgBox a * {
    -webkit-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    transition: all ease 0.8s; }
  .imgBox a .overlay {
    min-height: 100%;
    width: 100%;
    padding: 5px;
    bottom: calc(40px - 100%);
    background-color: rgba(115, 133, 166, 0.7);
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: PerpetuaRegular, serif;
    text-align: center;
    -webkit-transition: bottom ease 1s;
    -o-transition: bottom ease 1s;
    transition: bottom ease 1s; }
    .imgBox a .overlay div {
      -webkit-transition: -webkit-transform ease 1s;
      transition: -webkit-transform ease 1s;
      -o-transition: transform ease 1s;
      transition: transform ease 1s;
      transition: transform ease 1s, -webkit-transform ease 1s;
      position: absolute;
      width: 100%;
      top: 1%;
      left: 0;
      text-align: center;
      -webkit-transition: top ease 1s;
      -o-transition: top ease 1s;
      transition: top ease 1s; }
      @media only screen and (max-width: 900px) {
        .imgBox a .overlay div {
          font-size: 16px;
          padding-top: 5px; } }
      .imgBox a .overlay div:after {
        content: 'Read More >';
        position: relative;
        top: 03px;
        clear: both;
        font-size: 14px;
        display: block;
        opacity: 0;
        -webkit-transition: opacity ease 1s;
        -o-transition: opacity ease 1s;
        transition: opacity ease 1s; }
  .imgBox a:hover .overlay {
    height: 100%;
    bottom: 0px;
    -webkit-transition: bottom ease 1s;
    -o-transition: bottom ease 1s;
    transition: bottom ease 1s; }
    .imgBox a:hover .overlay div {
      top: calc(50% - 35px);
      -webkit-transition: top ease 1s;
      -o-transition: top ease 1s;
      transition: top ease 1s; }
      .imgBox a:hover .overlay div:after {
        opacity: 1;
        -webkit-transition: opacity ease 1s;
        -o-transition: opacity ease 1s;
        transition: opacity ease 1s; }
  @media (min-width: 767px) {
    .imgBox.teamLong {
      max-height: 300px; } }

.subNavHolder {
  overflow: hidden;
  height: 60px; }
  @media (max-width: 900px) {
    .subNavHolder {
      height: 120px; } }
  @media (max-width: 767px) {
    .subNavHolder {
      height: 41px;
      margin-bottom: 20px; } }

.subNav {
  list-style: none;
  width: 100%;
  float: left;
  margin: 0px !important;
  text-align: center; }
  .subNav li {
    list-style: none;
    display: inline-block;
    margin-bottom: 25px !important;
    position: relative;
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-left: 0px;
    margin-right: 0px;
  float: none; }
    @media (max-width: 900px) {
      .subNav li {
        width: 46%; } }
    @media (max-width: 767px) {
      .subNav li {
        width: 92%; } }
    .subNav li img {
      width: 100%;
      height: auto; }
    .subNav li .hover {
      position: absolute;
      z-index: 1;
      bottom: 0px;
      left: 15px;
      width: calc(100% - 30px);
      /* padding: 0 5%; */
      text-align: center;
      display: inline-block;
      height: 50px;
      clear: both;
      opacity: 1;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .subNav li .hover a {
        position: absolute;
        z-index: 1;
        bottom: 0px;
        width: 100%;
        text-align: center;
        display: block;
        height: 100%;
        line-height: 48px;
        background-color: rgba(115, 133, 166, 0.7);
        padding-left: 5%;
        padding-right: 5%;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-family: PerpetuaRegular, serif;
        text-decoration: none;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s; }
     

.subNav li .hover span {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
    top: 17px;
    position: absolute;
    width: 100%;
    left: 0px;
}
  .subNav li:hover a {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
    line-height: 170px;
    background-color: rgba(115, 133, 166, 0.5);
    padding-left: 5%;
    padding-right: 5%;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: PerpetuaRegular, serif;
    text-decoration: none;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
  .subNav li:hover .hover {
    position: absolute;
    z-index: 1;
    bottom: 0px;
   left: 15px;
      width: calc(100% - 30px);
    /* padding: 0 5%; */
    text-align: center;
    display: inline-block;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }

.subNavMore {
  padding: 10px;
  position: absolute;
  right: 0px;
  display: block;
  text-decoration: none !important; }
  .subNavMore:before {
    font-family: 'FontAwesome';
    content: "\f067";
    color: white;
    width: 40px;
    height: 41px;
    display: block;
    line-height: 41px;
    background-color: #8699b6;
    border-radius: 8px;
    text-align: center;
    padding-left: 2px; }
  @media (max-width: 767px) {
    .subNavMore {
      height: 41px;
      width: 100%;
      display: block;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      position: static;
      background-color: #8699b6;
      border-radius: 8px;
      color: white;
      line-height: 36px;
      text-align: center; }
      .subNavMore:before {
        display: inline-block; }
      .subNavMore:after {
        font-family: PerpetuaRegular, serif;
        content: "In this section";
        color: white;
        display: inline-block;
        line-height: 36px;
        background-color: #8699b6;
        border-radius: 8px;
        text-align: center; } }

#subNavExtra {
  display: block; }

.twFeed {
  margin: 0;
  padding: 0; }
  .twFeed ul {
    list-style: none; }
    .twFeed ul li {
      list-style: none;
      padding: 0 10px 10px 70px;
      margin: 0 0 10px 0;
      background-image: url("/images/layout/icon-jck.png");
      background-repeat: no-repeat;
      background-position: left 3px;
      background-size: 50px 50px;
      border-bottom: 1px solid #969696; }
      .twFeed ul li:last-of-type {
        border-bottom: 0px solid #969696; }
      .twFeed ul li p {
        margin: 0 0 0.6em 0;
        line-height: 1.4em; }
      .twFeed ul li .interact {
        float: right; }
        .twFeed ul li .interact a {
          float: left;
          padding: 0px 10px;
          color: #8699b6; }
      .twFeed ul li .timePosted {
        float: left;
        font-weight: 400; }

.primaryBG {
  background-color: #8699b6;
  -webkit-box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
  color: white; }
  .primaryBG a {
    color: white; }

.primaryBGfaded {
  background-color: rgba(134, 153, 182, 0.9);
  -webkit-box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
  color: white; }
  .primaryBGfaded a {
    color: white; }

.shadow {
  -webkit-box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1); }

.bg-textured {
  padding: 20px 0px; }

.trapeze {
  padding: 10px; }

.enquiryBar {
  margin-bottom: 10px;
  overflow: hidden; }
  .enquiryBar .container p {
    text-align: right;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-family: "Oswald",sans-serif; }
  @media only screen and (max-width: 900px) {
    .enquiryBar .container p {
      text-align: right;
      font-size: 16px;
      line-height: 23px;
      color: #fff;
      font-family: "Oswald",sans-serif; } }
  @media only screen and (max-width: 900px) {
    .enquiryBar .container {
      padding: 0px; }
      .enquiryBar .container .padding20 {
        padding: 10px; } }
  .enquiryBar .formHolder input[type='text'], .enquiryBar .formHolder select, .enquiryBar .formHolder textarea {
    color: #231f20; }
  .enquiryBar .formHolder input[type='submit'] {
    border: 0px; }

a.enquiryHome {
  display: block;
  font-size: 30px;
  font-weight: 300;
  line-height: 92px;
  color: white;
  font-family: PerpetuaRegular, serif;
  text-align: center;
  position: relative; }
  a.enquiryHome:hover {
    color: white; }
  @media only screen and (max-width: 900px) {
    a.enquiryHome {
      height: auto;
      padding: 20px 0px;
      width: 100%;
      text-align: left;
      font-size: 22px;
      font-weight: 300;
      line-height: 24px;
      color: white;
      font-family: PerpetuaRegular, serif;
      text-align: center; } }

a.trapezefade.enquiryHome i.fa.fa-arrow-down {
  opacity: 1;
  display: inline-block;
  opacity: 0.7;
  margin-left: 15px;
  font-size: 25px; }
a.trapezefade.enquiryHome i.fa.fa-arrow-up {
  opacity: 0;
  display: none;
  opacity: 0.7;
  margin-left: 15px;
  font-size: 25px; }

a.trapezefade.enquiryHome.open i.fa.fa-arrow-down {
  opacity: 0;
  display: none;
  opacity: 0.7;
  margin-left: 15px;
  font-size: 25px; }
a.trapezefade.enquiryHome.open i.fa.fa-arrow-up {
  opacity: 1;
  display: inline-block;
  opacity: 0.7;
  margin-left: 15px;
  font-size: 25px; }

.hiddenFormHolder {
  background-color: #ffffff;
  padding: 30px 0px 20px 0px;
  border-bottom: 4px solid #8699b6; }
  .hiddenFormHolder .container {
    padding: 0px; }

.jckLogo {
  background-image: url("/images/layout/icon-jck.png");
  background-repeat: no-repeat;
  background-position: left 2px;
  padding-left: 80px;
  min-height: 80px;
  margin: 20px auto 20px auto;
  display: table;
  font-size: 50px;
  line-height: 63px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif;
  font-weight: 300; }
  .jckLogo span {
    color: #231f20; }
  @media only screen and (max-width: 767px) {
    .jckLogo {
      font-size: 30px;
      margin-bottom: 0px;
      color: #8699b6;
      font-family: PerpetuaRegular, serif;
      font-weight: 300; } }

.btn-icon-service {
  margin: 15px auto;
  display: table;
  padding: 110px 0 0 0;
  display: block; }
  .btn-icon-service img {
    margin: 0px auto 20px auto; }
  .btn-icon-service p {
    padding: 10px 0px 0px 0px;
    font-size: 25px;
    line-height: 50px;
    color: white;
    font-family: PerpetuaRegular, serif;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom: 0px;
    text-align: center;
    color: rgba(0, 0, 0, 0.4); }
    .btn-icon-service p span {
      color: rgba(0, 0, 0, 0.4); }
  .btn-icon-service:hover {
    text-decoration: none; }
    .btn-icon-service:hover img {
      display: inline-block;
      margin-bottom: 20px; }
    .btn-icon-service:hover p {
      text-decoration: none;
      color: #8699b6;
      margin-bottom: 0px; }
      .btn-icon-service:hover p span {
        text-decoration: none;
        color: #8699b6; }
  @media only screen and (max-width: 767px) {
    .btn-icon-service {
      width: 100%;
      display: block; }
      .btn-icon-service p {
        padding: 10px 0px 0px 0px;
        font-size: 28px;
        line-height: 50px;
        color: #8699b6;
        font-family: PerpetuaRegular, serif;
        font-weight: 300;
        font-weight: 400;
        text-align: center; }
        .btn-icon-service p span {
          color: #231f20; } }
  .btn-icon-service.newsletter {
    background-image: url("/images/layout/newsletter.png");
    background-repeat: no-repeat;
    background-position: center 3px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .btn-icon-service.newsletter:hover {
      background-image: url("/images/layout/newsletter-hover.png");
      background-repeat: no-repeat;
      background-position: center 3px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .btn-icon-service.videos {
    background-image: url("/images/layout/video.png");
    background-repeat: no-repeat;
    background-position: center 3px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .btn-icon-service.videos:hover {
      background-image: url("/images/layout/video-hover.png");
      background-repeat: no-repeat;
      background-position: center 3px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }
  .btn-icon-service.presentations {
    background-image: url("/images/layout/pres.png");
    background-repeat: no-repeat;
    background-position: center 3px;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .btn-icon-service.presentations:hover {
      background-image: url("/images/layout/pres-hover.png");
      background-repeat: no-repeat;
      background-position: center 3px;
      -webkit-transition: all ease 0.3s;
      -o-transition: all ease 0.3s;
      transition: all ease 0.3s; }

.inline-links {
  display: block;
  margin: 0px 10px 0px 0px;
  text-align: center; }

.btn-social-holder {
  width: 100%;
  margin: 20px auto 0px auto;
  clear: both;
  display: table; }
  .btn-social-holder:after {
    content: '';
    clear: both;
    height: 0px; }
  .btn-social-holder a, .btn-social-holder img {
    display: inline-block;
    margin: 0px 5px;
    border-radius: 9px; }
  .btn-social-holder-app {
    width: 100%;
    margin: 20px auto 0px auto;
    clear: both;
    display: table; }
    .btn-social-holder-app:after {
      content: '';
      clear: both;
      height: 0px; }
    .btn-social-holder-app a {
      display: inline-block;
      padding: 0px 40px; }
    .btn-social-holder-app img {
      height: 47px;
      margin: 0px auto; }
    @media only screen and (max-width: 900px) {
      .btn-social-holder-app {
        margin: 20px auto 20px auto;
        width: 50%;
        display: block; }
        .btn-social-holder-app img {
          max-height: 45px;
          width: auto;
          clear: both;
          margin: 0px auto 10px auto;
          max-width: 90%; } }
  @media only screen and (max-width: 900px) {
    .btn-social-holder {
      margin: 20px auto 20px auto; } }

.footer-icons {
  display: block;
  margin: 20px 0px 10px 0px;
  text-align: center; }
  .footer-icons a {
    background-color: white;
    color: #8699b6;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 12px;
    padding: 6px 6px;
    margin-bottom: 10px; }
    .footer-icons a:hover {
      text-decoration: none;
      background-color: #231f20; }

.homeImage {
  position: relative;
  top: -40px;
  margin: 0 auto; }
  @media (max-width: 850px) {
    .homeImage {
      top: 0px; } }

.homeContent {
  padding: 35px 0px 35px 0px;
  background-color: #8699b6; }
  .homeContent * {
    text-align: center; }
  .homeContent a {
    color: white; }
  .homeContent h1, .homeContent h2 {
    color: white;
    font-family: PerpetuaRegular, serif;
    margin-bottom: 1em;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: 36px; }
  .homeContent h3 {
    color: white;
    font-family: PerpetuaRegular, serif;
    font-weight: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0px; }
  .homeContent p {
    color: white;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px; }

.content {
  padding: 35px 0px 35px 0px; }
  .content h1 {
    margin-bottom: 1em;
    text-align: center; }
  .content h2 {
    text-align: center; }
  .content p {
    color: #231f20;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center; }
  .content b, .content strong {
    font-weight: normal;
    font-family: "lft-etica", Helvetica, sans-serif; }
  @media only screen and (max-width: 767px) {
    .content img {
      width: 100% !important;
      height: auto !important; } }
  .content ul {
    margin: 0px 0px 30px 20px; }
    .content ul li {
      color: #231f20;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px;
      margin-bottom: 5px; }
      .content ul li a {
        text-decoration: underline; }

.personelContentHolder {
  margin: 0px 0px 0px 0px;
  padding: 0px; }

.formHolder {
  margin: 0 0 10px 0;
  padding: 0px; }
  .formHolder:after {
    clear: both;
    content: '';
    display: block;
    height: 0px; }
  .formHolder.terms label {
    float: left;
    line-height: 40px;
    font-weight: normal; }
  .formHolder input[type='text'], .formHolder input[type='submit'], .formHolder select, .formHolder textarea {
    min-height: 40px;
    width: 100%;
    padding: 10px;
    background-color: white;
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.3); }
  .formHolder textarea {
    min-height: 146px;
    width: 100%;
    padding: 10px;
    background-color: white;
    border: 1px solid #c8c8c8;
    -webkit-box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.3);
            box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.3); }
  .formHolder input[type='checkbox'] {
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 20px; }
  .formHolder input {
    line-height: 20px; }
  .formHolder select {
    height: 40px;
    border-radius: 0px; }
  .formHolder.submit input {
    float: right;
    background-color: #8699b6;
    border: 0px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-family: PerpetuaRegular, serif; }
  @media (max-width: 767px) {
    .formHolder.submit {
      margin: 0px 0px 30px 0px; } }
  .formHolder.submitWhite input {
    float: right;
    background-color: #8699b6;
    border: 0px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    font-family: PerpetuaRegular, serif;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media (max-width: 767px) {
    .formHolder.submitWhite {
      margin: 0px 0px 30px 0px; } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 28px; }

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.margin0 {
  margin: 0px !important; }

.marginbottom20 {
  margin: 0px 0px 20px 0px; }

.marginbottom40 {
  margin: 0px 0px 40px 0px; }

.marginbottom60 {
  margin: 0px 0px 60px 0px; }

.padding20 {
  padding: 20px 15px; }

.padding40 {
  padding: 40px 15px; }
  @media only screen and (max-width: 767px) {
    .padding40 {
      padding: 10px 0px; } }

.padding60 {
  padding: 60px 15px; }
  @media only screen and (max-width: 767px) {
    .padding60 {
      padding: 20px 0px; } }

.alignCentre {
  display: table;
  margin: 0px auto; }
  .alignCentre * {
    display: inline-block;
    margin: 10px; }

.smallprint {
  font-size: 11px;
  text-align: center; }
  .smallprint * {
    font-size: 11px;
    text-align: center;
    color: #231f20; }

.expand {
  display: none; }

.icon-email {
  font-size: 16px;
  line-height: 24px;
  font-family: PerpetuaRegular, serif; }
  .icon-email a {
    color: #231f20; }
  .icon-email:before {
    font-family: 'fontAwesome';
    content: "\f003";
    float: left;
    display: block;
    color: #8699b6;
    margin: 0px 20px 0px 10px;
    font-size: 24px; }

.icon-tel {
  font-size: 16px;
  line-height: 24px;
  font-family: PerpetuaRegular, serif; }
  .icon-tel:before {
    font-family: 'fontAwesome';
    content: "\f095";
    float: left;
    display: block;
    color: #8699b6;
    margin: 0px 23px 0px 12px;
    font-size: 24px; }

.icon-linkedin {
  font-size: 16px;
  line-height: 24px;
  font-family: PerpetuaRegular, serif; }
  .icon-linkedin a {
    color: #231f20; }
  .icon-linkedin:before {
    font-family: 'fontAwesome';
    content: "\f0e1";
    float: left;
    display: block;
    color: #8699b6;
    margin: 0px 23px 0px 12px;
    font-size: 24px; }

.newsItemMain {
  padding: 10px 0px;
  margin: 10px 0px;
  border-bottom: 1px solid #8699b6; }
  .newsItemMain a {
    text-decoration: none;
    color: #231f20; }
    .newsItemMain a.btn {
      color: white;
      float: right; }

@media (min-width: 900px) {
  .jobCore {
    margin-top: 87px; } }

.btn-default {
  background-color: #8699b6;
  color: white; }
  .btn-default:hover {
    background-color: #231f20;
    color: white; }

h3.twitterTitle:before {
  width: 43px;
  height: 43px;
  margin-right: 20px;
  border-radius: 21px;
  border: 0px;
  background-color: #f38b00;
  color: #fff;
  content: "\f099";
  display: block;
  font-family: 'FontAwesome';
  font-size: 24px;
  float: left;
  line-height: 43px;
  text-align: center; }

.font-primaryWhite12, .font-primaryWhite12 strong, .font-primaryWhite12 em, a.font-primaryWhite12, a.font-primaryWhite12 strong, a.font-primaryWhite12 em, span.font-primaryWhite12, span.font-primaryWhite12 strong, span.font-primaryWhite12 em, h1.font-primaryWhite12, h1.font-primaryWhite12 strong, h1.font-primaryWhite12 em, h2.font-primaryWhite12, h2.font-primaryWhite12 strong, h2.font-primaryWhite12 em, h3.font-primaryWhite12, h3.font-primaryWhite12 strong, h3.font-primaryWhite12 em, h4.font-primaryWhite12, h4.font-primaryWhite12 strong, h4.font-primaryWhite12 em, p.font-primaryWhite12, p.font-primaryWhite12 strong, p.font-primaryWhite12 em {
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryWhite14, .font-primaryWhite14 strong, .font-primaryWhite14 em, a.font-primaryWhite14, a.font-primaryWhite14 strong, a.font-primaryWhite14 em, span.font-primaryWhite14, span.font-primaryWhite14 strong, span.font-primaryWhite14 em, h1.font-primaryWhite14, h1.font-primaryWhite14 strong, h1.font-primaryWhite14 em, h2.font-primaryWhite14, h2.font-primaryWhite14 strong, h2.font-primaryWhite14 em, h3.font-primaryWhite14, h3.font-primaryWhite14 strong, h3.font-primaryWhite14 em, h4.font-primaryWhite14, h4.font-primaryWhite14 strong, h4.font-primaryWhite14 em, p.font-primaryWhite14, p.font-primaryWhite14 strong, p.font-primaryWhite14 em {
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryWhite16, .font-primaryWhite16 strong, .font-primaryWhite16 em, a.font-primaryWhite16, a.font-primaryWhite16 strong, a.font-primaryWhite16 em, span.font-primaryWhite16, span.font-primaryWhite16 strong, span.font-primaryWhite16 em, h1.font-primaryWhite16, h1.font-primaryWhite16 strong, h1.font-primaryWhite16 em, h2.font-primaryWhite16, h2.font-primaryWhite16 strong, h2.font-primaryWhite16 em, h3.font-primaryWhite16, h3.font-primaryWhite16 strong, h3.font-primaryWhite16 em, h4.font-primaryWhite16, h4.font-primaryWhite16 strong, h4.font-primaryWhite16 em, p.font-primaryWhite16, p.font-primaryWhite16 strong, p.font-primaryWhite16 em {
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryWhite18, .font-primaryWhite18 strong, .font-primaryWhite18 em, a.font-primaryWhite18, a.font-primaryWhite18 strong, a.font-primaryWhite18 em, span.font-primaryWhite18, span.font-primaryWhite18 strong, span.font-primaryWhite18 em, h1.font-primaryWhite18, h1.font-primaryWhite18 strong, h1.font-primaryWhite18 em, h2.font-primaryWhite18, h2.font-primaryWhite18 strong, h2.font-primaryWhite18 em, h3.font-primaryWhite18, h3.font-primaryWhite18 strong, h3.font-primaryWhite18 em, h4.font-primaryWhite18, h4.font-primaryWhite18 strong, h4.font-primaryWhite18 em, p.font-primaryWhite18, p.font-primaryWhite18 strong, p.font-primaryWhite18 em {
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryWhite22, .font-primaryWhite22 strong, .font-primaryWhite22 em, a.font-primaryWhite22, a.font-primaryWhite22 strong, a.font-primaryWhite22 em, span.font-primaryWhite22, span.font-primaryWhite22 strong, span.font-primaryWhite22 em, h1.font-primaryWhite22, h1.font-primaryWhite22 strong, h1.font-primaryWhite22 em, h2.font-primaryWhite22, h2.font-primaryWhite22 strong, h2.font-primaryWhite22 em, h3.font-primaryWhite22, h3.font-primaryWhite22 strong, h3.font-primaryWhite22 em, h4.font-primaryWhite22, h4.font-primaryWhite22 strong, h4.font-primaryWhite22 em, p.font-primaryWhite22, p.font-primaryWhite22 strong, p.font-primaryWhite22 em {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryWhite34, .font-primaryWhite34 strong, .font-primaryWhite34 em, a.font-primaryWhite34, a.font-primaryWhite34 strong, a.font-primaryWhite34 em, span.font-primaryWhite34, span.font-primaryWhite34 strong, span.font-primaryWhite34 em, h1.font-primaryWhite34, h1.font-primaryWhite34 strong, h1.font-primaryWhite34 em, h2.font-primaryWhite34, h2.font-primaryWhite34 strong, h2.font-primaryWhite34 em, h3.font-primaryWhite34, h3.font-primaryWhite34 strong, h3.font-primaryWhite34 em, h4.font-primaryWhite34, h4.font-primaryWhite34 strong, h4.font-primaryWhite34 em, p.font-primaryWhite34, p.font-primaryWhite34 strong, p.font-primaryWhite34 em {
  font-size: 34px;
  line-height: 42px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryWhite44, .font-primaryWhite44 strong, .font-primaryWhite4 em, a.font-primaryWhite44, a.font-primaryWhite44 strong, a.font-primaryWhite4 em, span.font-primaryWhite44, span.font-primaryWhite44 strong, span.font-primaryWhite4 em, h1.font-primaryWhite44, h1.font-primaryWhite44 strong, h1.font-primaryWhite4 em, h2.font-primaryWhite44, h2.font-primaryWhite44 strong, h2.font-primaryWhite4 em, h3.font-primaryWhite44, h3.font-primaryWhite44 strong, h3.font-primaryWhite4 em, h4.font-primaryWhite44, h4.font-primaryWhite44 strong, h4.font-primaryWhite4 em, p.font-primaryWhite44, p.font-primaryWhite44 strong, p.font-primaryWhite4 em {
  font-size: 44px;
  line-height: 56px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryWhite50, .font-primaryWhite50 strong, .font-primaryWhite50 em, a.font-primaryWhite50, a.font-primaryWhite50 strong, a.font-primaryWhite50 em, span.font-primaryWhite50, span.font-primaryWhite50 strong, span.font-primaryWhite50 em, h1.font-primaryWhite50, h1.font-primaryWhite50 strong, h1.font-primaryWhite50 em, h2.font-primaryWhite50, h2.font-primaryWhite50 strong, h2.font-primaryWhite50 em, h3.font-primaryWhite50, h3.font-primaryWhite50 strong, h3.font-primaryWhite50 em, h4.font-primaryWhite50, h4.font-primaryWhite50 strong, h4.font-primaryWhite50 em, p.font-primaryWhite50, p.font-primaryWhite50 strong, p.font-primaryWhite50 em {
  font-size: 50px;
  line-height: 65px;
  color: white;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryprimary12, .font-primaryprimary12 strong, .font-primaryprimary12 em, a.font-primaryprimary12, a.font-primaryprimary12 strong, a.font-primaryprimary12 em, span.font-primaryprimary12, span.font-primaryprimary12 strong, span.font-primaryprimary12 em, h1.font-primaryprimary12, h1.font-primaryprimary12 strong, h1.font-primaryprimary12 em, h2.font-primaryprimary12, h2.font-primaryprimary12 strong, h2.font-primaryprimary12 em, h3.font-primaryprimary12, h3.font-primaryprimary12 strong, h3.font-primaryprimary12 em, h4.font-primaryprimary12, h4.font-primaryprimary12 strong, h4.font-primaryprimary12 em, p.font-primaryprimary12, p.font-primaryprimary12 strong, p.font-primaryprimary12 em {
  font-size: 12px;
  line-height: 18px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryprimary14, .font-primaryprimary14 strong, .font-primaryprimary14 em, a.font-primaryprimary14, a.font-primaryprimary14 strong, a.font-primaryprimary14 em, span.font-primaryprimary14, span.font-primaryprimary14 strong, span.font-primaryprimary14 em, h1.font-primaryprimary14, h1.font-primaryprimary14 strong, h1.font-primaryprimary14 em, h2.font-primaryprimary14, h2.font-primaryprimary14 strong, h2.font-primaryprimary14 em, h3.font-primaryprimary14, h3.font-primaryprimary14 strong, h3.font-primaryprimary14 em, h4.font-primaryprimary14, h4.font-primaryprimary14 strong, h4.font-primaryprimary14 em, p.font-primaryprimary14, p.font-primaryprimary14 strong, p.font-primaryprimary14 em {
  font-size: 14px;
  line-height: 20px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryprimary16, .font-primaryprimary16 strong, .font-primaryprimary16 em, a.font-primaryprimary16, a.font-primaryprimary16 strong, a.font-primaryprimary16 em, span.font-primaryprimary16, span.font-primaryprimary16 strong, span.font-primaryprimary16 em, h1.font-primaryprimary16, h1.font-primaryprimary16 strong, h1.font-primaryprimary16 em, h2.font-primaryprimary16, h2.font-primaryprimary16 strong, h2.font-primaryprimary16 em, h3.font-primaryprimary16, h3.font-primaryprimary16 strong, h3.font-primaryprimary16 em, h4.font-primaryprimary16, h4.font-primaryprimary16 strong, h4.font-primaryprimary16 em, p.font-primaryprimary16, p.font-primaryprimary16 strong, p.font-primaryprimary16 em {
  font-size: 16px;
  line-height: 22px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryprimary18, .font-primaryprimary18 strong, .font-primaryprimary18 em, a.font-primaryprimary18, a.font-primaryprimary18 strong, a.font-primaryprimary18 em, span.font-primaryprimary18, span.font-primaryprimary18 strong, span.font-primaryprimary18 em, h1.font-primaryprimary18, h1.font-primaryprimary18 strong, h1.font-primaryprimary18 em, h2.font-primaryprimary18, h2.font-primaryprimary18 strong, h2.font-primaryprimary18 em, h3.font-primaryprimary18, h3.font-primaryprimary18 strong, h3.font-primaryprimary18 em, h4.font-primaryprimary18, h4.font-primaryprimary18 strong, h4.font-primaryprimary18 em, p.font-primaryprimary18, p.font-primaryprimary18 strong, p.font-primaryprimary18 em {
  font-size: 18px;
  line-height: 26px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryprimary22, .font-primaryprimary22 strong, .font-primaryprimary22 em, a.font-primaryprimary22, a.font-primaryprimary22 strong, a.font-primaryprimary22 em, span.font-primaryprimary22, span.font-primaryprimary22 strong, span.font-primaryprimary22 em, h1.font-primaryprimary22, h1.font-primaryprimary22 strong, h1.font-primaryprimary22 em, h2.font-primaryprimary22, h2.font-primaryprimary22 strong, h2.font-primaryprimary22 em, h3.font-primaryprimary22, h3.font-primaryprimary22 strong, h3.font-primaryprimary22 em, h4.font-primaryprimary22, h4.font-primaryprimary22 strong, h4.font-primaryprimary22 em, p.font-primaryprimary22, p.font-primaryprimary22 strong, p.font-primaryprimary22 em {
  font-size: 22px;
  line-height: 30px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryprimary34, .font-primaryprimary34 strong, .font-primaryprimary34 em, a.font-primaryprimary34, a.font-primaryprimary34 strong, a.font-primaryprimary34 em, span.font-primaryprimary34, span.font-primaryprimary34 strong, span.font-primaryprimary34 em, h1.font-primaryprimary34, h1.font-primaryprimary34 strong, h1.font-primaryprimary34 em, h2.font-primaryprimary34, h2.font-primaryprimary34 strong, h2.font-primaryprimary34 em, h3.font-primaryprimary34, h3.font-primaryprimary34 strong, h3.font-primaryprimary34 em, h4.font-primaryprimary34, h4.font-primaryprimary34 strong, h4.font-primaryprimary34 em, p.font-primaryprimary34, p.font-primaryprimary34 strong, p.font-primaryprimary34 em {
  font-size: 34px;
  line-height: 42px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryprimary44, .font-primaryprimary44 strong, .font-primaryprimary4 em, a.font-primaryprimary44, a.font-primaryprimary44 strong, a.font-primaryprimary4 em, span.font-primaryprimary44, span.font-primaryprimary44 strong, span.font-primaryprimary4 em, h1.font-primaryprimary44, h1.font-primaryprimary44 strong, h1.font-primaryprimary4 em, h2.font-primaryprimary44, h2.font-primaryprimary44 strong, h2.font-primaryprimary4 em, h3.font-primaryprimary44, h3.font-primaryprimary44 strong, h3.font-primaryprimary4 em, h4.font-primaryprimary44, h4.font-primaryprimary44 strong, h4.font-primaryprimary4 em, p.font-primaryprimary44, p.font-primaryprimary44 strong, p.font-primaryprimary4 em {
  font-size: 44px;
  line-height: 56px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryprimary50, .font-primaryprimary50 strong, .font-primaryprimary50 em, a.font-primaryprimary50, a.font-primaryprimary50 strong, a.font-primaryprimary50 em, span.font-primaryprimary50, span.font-primaryprimary50 strong, span.font-primaryprimary50 em, h1.font-primaryprimary50, h1.font-primaryprimary50 strong, h1.font-primaryprimary50 em, h2.font-primaryprimary50, h2.font-primaryprimary50 strong, h2.font-primaryprimary50 em, h3.font-primaryprimary50, h3.font-primaryprimary50 strong, h3.font-primaryprimary50 em, h4.font-primaryprimary50, h4.font-primaryprimary50 strong, h4.font-primaryprimary50 em, p.font-primaryprimary50, p.font-primaryprimary50 strong, p.font-primaryprimary50 em {
  font-size: 50px;
  line-height: 65px;
  color: #8699b6;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryDgrey12, .font-primaryDgrey12 strong, .font-primaryDgrey12 em, a.font-primaryDgrey12, a.font-primaryDgrey12 strong, a.font-primaryDgrey12 em, span.font-primaryDgrey12, span.font-primaryDgrey12 strong, span.font-primaryDgrey12 em, h1.font-primaryDgrey12, h1.font-primaryDgrey12 strong, h1.font-primaryDgrey12 em, h2.font-primaryDgrey12, h2.font-primaryDgrey12 strong, h2.font-primaryDgrey12 em, h3.font-primaryDgrey12, h3.font-primaryDgrey12 strong, h3.font-primaryDgrey12 em, h4.font-primaryDgrey12, h4.font-primaryDgrey12 strong, h4.font-primaryDgrey12 em, p.font-primaryDgrey12, p.font-primaryDgrey12 strong, p.font-primaryDgrey12 em {
  font-size: 12px;
  line-height: 18px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryDgrey14, .font-primaryDgrey14 strong, .font-primaryDgrey14 em, a.font-primaryDgrey14, a.font-primaryDgrey14 strong, a.font-primaryDgrey14 em, span.font-primaryDgrey14, span.font-primaryDgrey14 strong, span.font-primaryDgrey14 em, h1.font-primaryDgrey14, h1.font-primaryDgrey14 strong, h1.font-primaryDgrey14 em, h2.font-primaryDgrey14, h2.font-primaryDgrey14 strong, h2.font-primaryDgrey14 em, h3.font-primaryDgrey14, h3.font-primaryDgrey14 strong, h3.font-primaryDgrey14 em, h4.font-primaryDgrey14, h4.font-primaryDgrey14 strong, h4.font-primaryDgrey14 em, p.font-primaryDgrey14, p.font-primaryDgrey14 strong, p.font-primaryDgrey14 em {
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryDgrey16, .font-primaryDgrey16 strong, .font-primaryDgrey16 em, a.font-primaryDgrey16, a.font-primaryDgrey16 strong, a.font-primaryDgrey16 em, span.font-primaryDgrey16, span.font-primaryDgrey16 strong, span.font-primaryDgrey16 em, h1.font-primaryDgrey16, h1.font-primaryDgrey16 strong, h1.font-primaryDgrey16 em, h2.font-primaryDgrey16, h2.font-primaryDgrey16 strong, h2.font-primaryDgrey16 em, h3.font-primaryDgrey16, h3.font-primaryDgrey16 strong, h3.font-primaryDgrey16 em, h4.font-primaryDgrey16, h4.font-primaryDgrey16 strong, h4.font-primaryDgrey16 em, p.font-primaryDgrey16, p.font-primaryDgrey16 strong, p.font-primaryDgrey16 em {
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryDgrey18, .font-primaryDgrey18 strong, .font-primaryDgrey18 em, a.font-primaryDgrey18, a.font-primaryDgrey18 strong, a.font-primaryDgrey18 em, span.font-primaryDgrey18, span.font-primaryDgrey18 strong, span.font-primaryDgrey18 em, h1.font-primaryDgrey18, h1.font-primaryDgrey18 strong, h1.font-primaryDgrey18 em, h2.font-primaryDgrey18, h2.font-primaryDgrey18 strong, h2.font-primaryDgrey18 em, h3.font-primaryDgrey18, h3.font-primaryDgrey18 strong, h3.font-primaryDgrey18 em, h4.font-primaryDgrey18, h4.font-primaryDgrey18 strong, h4.font-primaryDgrey18 em, p.font-primaryDgrey18, p.font-primaryDgrey18 strong, p.font-primaryDgrey18 em {
  font-size: 18px;
  line-height: 26px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryDgrey22, .font-primaryDgrey22 strong, .font-primaryDgrey22 em, a.font-primaryDgrey22, a.font-primaryDgrey22 strong, a.font-primaryDgrey22 em, span.font-primaryDgrey22, span.font-primaryDgrey22 strong, span.font-primaryDgrey22 em, h1.font-primaryDgrey22, h1.font-primaryDgrey22 strong, h1.font-primaryDgrey22 em, h2.font-primaryDgrey22, h2.font-primaryDgrey22 strong, h2.font-primaryDgrey22 em, h3.font-primaryDgrey22, h3.font-primaryDgrey22 strong, h3.font-primaryDgrey22 em, h4.font-primaryDgrey22, h4.font-primaryDgrey22 strong, h4.font-primaryDgrey22 em, p.font-primaryDgrey22, p.font-primaryDgrey22 strong, p.font-primaryDgrey22 em {
  font-size: 22px;
  line-height: 30px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryDgrey34, .font-primaryDgrey34 strong, .font-primaryDgrey34 em, a.font-primaryDgrey34, a.font-primaryDgrey34 strong, a.font-primaryDgrey34 em, span.font-primaryDgrey34, span.font-primaryDgrey34 strong, span.font-primaryDgrey34 em, h1.font-primaryDgrey34, h1.font-primaryDgrey34 strong, h1.font-primaryDgrey34 em, h2.font-primaryDgrey34, h2.font-primaryDgrey34 strong, h2.font-primaryDgrey34 em, h3.font-primaryDgrey34, h3.font-primaryDgrey34 strong, h3.font-primaryDgrey34 em, h4.font-primaryDgrey34, h4.font-primaryDgrey34 strong, h4.font-primaryDgrey34 em, p.font-primaryDgrey34, p.font-primaryDgrey34 strong, p.font-primaryDgrey34 em {
  font-size: 34px;
  line-height: 42px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryDgrey44, .font-primaryDgrey44 strong, .font-primaryDgrey4 em, a.font-primaryDgrey44, a.font-primaryDgrey44 strong, a.font-primaryDgrey4 em, span.font-primaryDgrey44, span.font-primaryDgrey44 strong, span.font-primaryDgrey4 em, h1.font-primaryDgrey44, h1.font-primaryDgrey44 strong, h1.font-primaryDgrey4 em, h2.font-primaryDgrey44, h2.font-primaryDgrey44 strong, h2.font-primaryDgrey4 em, h3.font-primaryDgrey44, h3.font-primaryDgrey44 strong, h3.font-primaryDgrey4 em, h4.font-primaryDgrey44, h4.font-primaryDgrey44 strong, h4.font-primaryDgrey4 em, p.font-primaryDgrey44, p.font-primaryDgrey44 strong, p.font-primaryDgrey4 em {
  font-size: 44px;
  line-height: 56px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryDgrey50, .font-primaryDgrey50 strong, .font-primaryDgrey50 em, a.font-primaryDgrey50, a.font-primaryDgrey50 strong, a.font-primaryDgrey50 em, span.font-primaryDgrey50, span.font-primaryDgrey50 strong, span.font-primaryDgrey50 em, h1.font-primaryDgrey50, h1.font-primaryDgrey50 strong, h1.font-primaryDgrey50 em, h2.font-primaryDgrey50, h2.font-primaryDgrey50 strong, h2.font-primaryDgrey50 em, h3.font-primaryDgrey50, h3.font-primaryDgrey50 strong, h3.font-primaryDgrey50 em, h4.font-primaryDgrey50, h4.font-primaryDgrey50 strong, h4.font-primaryDgrey50 em, p.font-primaryDgrey50, p.font-primaryDgrey50 strong, p.font-primaryDgrey50 em {
  font-size: 50px;
  line-height: 65px;
  color: #231f20;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryLgrey12, .font-primaryLgrey12 strong, .font-primaryLgrey12 em, a.font-primaryLgrey12, a.font-primaryLgrey12 strong, a.font-primaryLgrey12 em, span.font-primaryLgrey12, span.font-primaryLgrey12 strong, span.font-primaryLgrey12 em, h1.font-primaryLgrey12, h1.font-primaryLgrey12 strong, h1.font-primaryLgrey12 em, h2.font-primaryLgrey12, h2.font-primaryLgrey12 strong, h2.font-primaryLgrey12 em, h3.font-primaryLgrey12, h3.font-primaryLgrey12 strong, h3.font-primaryLgrey12 em, h4.font-primaryLgrey12, h4.font-primaryLgrey12 strong, h4.font-primaryLgrey12 em, p.font-primaryLgrey12, p.font-primaryLgrey12 strong, p.font-primaryLgrey12 em {
  font-size: 12px;
  line-height: 18px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryLgrey14, .font-primaryLgrey14 strong, .font-primaryLgrey14 em, a.font-primaryLgrey14, a.font-primaryLgrey14 strong, a.font-primaryLgrey14 em, span.font-primaryLgrey14, span.font-primaryLgrey14 strong, span.font-primaryLgrey14 em, h1.font-primaryLgrey14, h1.font-primaryLgrey14 strong, h1.font-primaryLgrey14 em, h2.font-primaryLgrey14, h2.font-primaryLgrey14 strong, h2.font-primaryLgrey14 em, h3.font-primaryLgrey14, h3.font-primaryLgrey14 strong, h3.font-primaryLgrey14 em, h4.font-primaryLgrey14, h4.font-primaryLgrey14 strong, h4.font-primaryLgrey14 em, p.font-primaryLgrey14, p.font-primaryLgrey14 strong, p.font-primaryLgrey14 em {
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryLgrey16, .font-primaryLgrey16 strong, .font-primaryLgrey16 em, a.font-primaryLgrey16, a.font-primaryLgrey16 strong, a.font-primaryLgrey16 em, span.font-primaryLgrey16, span.font-primaryLgrey16 strong, span.font-primaryLgrey16 em, h1.font-primaryLgrey16, h1.font-primaryLgrey16 strong, h1.font-primaryLgrey16 em, h2.font-primaryLgrey16, h2.font-primaryLgrey16 strong, h2.font-primaryLgrey16 em, h3.font-primaryLgrey16, h3.font-primaryLgrey16 strong, h3.font-primaryLgrey16 em, h4.font-primaryLgrey16, h4.font-primaryLgrey16 strong, h4.font-primaryLgrey16 em, p.font-primaryLgrey16, p.font-primaryLgrey16 strong, p.font-primaryLgrey16 em {
  font-size: 16px;
  line-height: 22px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryLgrey18, .font-primaryLgrey18 strong, .font-primaryLgrey18 em, a.font-primaryLgrey18, a.font-primaryLgrey18 strong, a.font-primaryLgrey18 em, span.font-primaryLgrey18, span.font-primaryLgrey18 strong, span.font-primaryLgrey18 em, h1.font-primaryLgrey18, h1.font-primaryLgrey18 strong, h1.font-primaryLgrey18 em, h2.font-primaryLgrey18, h2.font-primaryLgrey18 strong, h2.font-primaryLgrey18 em, h3.font-primaryLgrey18, h3.font-primaryLgrey18 strong, h3.font-primaryLgrey18 em, h4.font-primaryLgrey18, h4.font-primaryLgrey18 strong, h4.font-primaryLgrey18 em, p.font-primaryLgrey18, p.font-primaryLgrey18 strong, p.font-primaryLgrey18 em {
  font-size: 18px;
  line-height: 26px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-primaryLgrey22, .font-primaryLgrey22 strong, .font-primaryLgrey22 em, a.font-primaryLgrey22, a.font-primaryLgrey22 strong, a.font-primaryLgrey22 em, span.font-primaryLgrey22, span.font-primaryLgrey22 strong, span.font-primaryLgrey22 em, h1.font-primaryLgrey22, h1.font-primaryLgrey22 strong, h1.font-primaryLgrey22 em, h2.font-primaryLgrey22, h2.font-primaryLgrey22 strong, h2.font-primaryLgrey22 em, h3.font-primaryLgrey22, h3.font-primaryLgrey22 strong, h3.font-primaryLgrey22 em, h4.font-primaryLgrey22, h4.font-primaryLgrey22 strong, h4.font-primaryLgrey22 em, p.font-primaryLgrey22, p.font-primaryLgrey22 strong, p.font-primaryLgrey22 em {
  font-size: 22px;
  line-height: 30px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryLgrey34, .font-primaryLgrey34 strong, .font-primaryLgrey34 em, a.font-primaryLgrey34, a.font-primaryLgrey34 strong, a.font-primaryLgrey34 em, span.font-primaryLgrey34, span.font-primaryLgrey34 strong, span.font-primaryLgrey34 em, h1.font-primaryLgrey34, h1.font-primaryLgrey34 strong, h1.font-primaryLgrey34 em, h2.font-primaryLgrey34, h2.font-primaryLgrey34 strong, h2.font-primaryLgrey34 em, h3.font-primaryLgrey34, h3.font-primaryLgrey34 strong, h3.font-primaryLgrey34 em, h4.font-primaryLgrey34, h4.font-primaryLgrey34 strong, h4.font-primaryLgrey34 em, p.font-primaryLgrey34, p.font-primaryLgrey34 strong, p.font-primaryLgrey34 em {
  font-size: 34px;
  line-height: 42px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryLgrey44, .font-primaryLgrey44 strong, .font-primaryLgrey4 em, a.font-primaryLgrey44, a.font-primaryLgrey44 strong, a.font-primaryLgrey4 em, span.font-primaryLgrey44, span.font-primaryLgrey44 strong, span.font-primaryLgrey4 em, h1.font-primaryLgrey44, h1.font-primaryLgrey44 strong, h1.font-primaryLgrey4 em, h2.font-primaryLgrey44, h2.font-primaryLgrey44 strong, h2.font-primaryLgrey4 em, h3.font-primaryLgrey44, h3.font-primaryLgrey44 strong, h3.font-primaryLgrey4 em, h4.font-primaryLgrey44, h4.font-primaryLgrey44 strong, h4.font-primaryLgrey4 em, p.font-primaryLgrey44, p.font-primaryLgrey44 strong, p.font-primaryLgrey4 em {
  font-size: 44px;
  line-height: 56px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-primaryLgrey50, .font-primaryLgrey50 strong, .font-primaryLgrey50 em, a.font-primaryLgrey50, a.font-primaryLgrey50 strong, a.font-primaryLgrey50 em, span.font-primaryLgrey50, span.font-primaryLgrey50 strong, span.font-primaryLgrey50 em, h1.font-primaryLgrey50, h1.font-primaryLgrey50 strong, h1.font-primaryLgrey50 em, h2.font-primaryLgrey50, h2.font-primaryLgrey50 strong, h2.font-primaryLgrey50 em, h3.font-primaryLgrey50, h3.font-primaryLgrey50 strong, h3.font-primaryLgrey50 em, h4.font-primaryLgrey50, h4.font-primaryLgrey50 strong, h4.font-primaryLgrey50 em, p.font-primaryLgrey50, p.font-primaryLgrey50 strong, p.font-primaryLgrey50 em {
  font-size: 50px;
  line-height: 65px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }

.font-secondaryWhite12, .font-secondaryWhite12 strong, .font-secondaryWhite12 em, a.font-secondaryWhite12, a.font-secondaryWhite12 strong, a.font-secondaryWhite12 em, span.font-secondaryWhite12, span.font-secondaryWhite12 strong, span.font-secondaryWhite12 em, h1.font-secondaryWhite12, h1.font-secondaryWhite12 strong, h1.font-secondaryWhite12 em, h2.font-secondaryWhite12, h2.font-secondaryWhite12 strong, h2.font-secondaryWhite12 em, h3.font-secondaryWhite12, h3.font-secondaryWhite12 strong, h3.font-secondaryWhite12 em, h4.font-secondaryWhite12, h4.font-secondaryWhite12 strong, h4.font-secondaryWhite12 em, p.font-secondaryWhite12, p.font-secondaryWhite12 strong, p.font-secondaryWhite12 em {
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-family: PerpetuaRegular, serif; }
.font-secondaryWhite14, .font-secondaryWhite14 strong, .font-secondaryWhite14 em, a.font-secondaryWhite14, a.font-secondaryWhite14 strong, a.font-secondaryWhite14 em, span.font-secondaryWhite14, span.font-secondaryWhite14 strong, span.font-secondaryWhite14 em, h1.font-secondaryWhite14, h1.font-secondaryWhite14 strong, h1.font-secondaryWhite14 em, h2.font-secondaryWhite14, h2.font-secondaryWhite14 strong, h2.font-secondaryWhite14 em, h3.font-secondaryWhite14, h3.font-secondaryWhite14 strong, h3.font-secondaryWhite14 em, h4.font-secondaryWhite14, h4.font-secondaryWhite14 strong, h4.font-secondaryWhite14 em, p.font-secondaryWhite14, p.font-secondaryWhite14 strong, p.font-secondaryWhite14 em {
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-family: PerpetuaRegular, serif; }
.font-secondaryWhite16, .font-secondaryWhite16 strong, .font-secondaryWhite16 em, a.font-secondaryWhite16, a.font-secondaryWhite16 strong, a.font-secondaryWhite16 em, span.font-secondaryWhite16, span.font-secondaryWhite16 strong, span.font-secondaryWhite16 em, h1.font-secondaryWhite16, h1.font-secondaryWhite16 strong, h1.font-secondaryWhite16 em, h2.font-secondaryWhite16, h2.font-secondaryWhite16 strong, h2.font-secondaryWhite16 em, h3.font-secondaryWhite16, h3.font-secondaryWhite16 strong, h3.font-secondaryWhite16 em, h4.font-secondaryWhite16, h4.font-secondaryWhite16 strong, h4.font-secondaryWhite16 em, p.font-secondaryWhite16, p.font-secondaryWhite16 strong, p.font-secondaryWhite16 em {
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-family: PerpetuaRegular, serif; }
.font-secondaryWhite18, .font-secondaryWhite18 strong, .font-secondaryWhite18 em, a.font-secondaryWhite18, a.font-secondaryWhite18 strong, a.font-secondaryWhite18 em, span.font-secondaryWhite18, span.font-secondaryWhite18 strong, span.font-secondaryWhite18 em, h1.font-secondaryWhite18, h1.font-secondaryWhite18 strong, h1.font-secondaryWhite18 em, h2.font-secondaryWhite18, h2.font-secondaryWhite18 strong, h2.font-secondaryWhite18 em, h3.font-secondaryWhite18, h3.font-secondaryWhite18 strong, h3.font-secondaryWhite18 em, h4.font-secondaryWhite18, h4.font-secondaryWhite18 strong, h4.font-secondaryWhite18 em, p.font-secondaryWhite18, p.font-secondaryWhite18 strong, p.font-secondaryWhite18 em {
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-family: PerpetuaRegular, serif; }
.font-secondaryWhite22, .font-secondaryWhite22 strong, .font-secondaryWhite22 em, a.font-secondaryWhite22, a.font-secondaryWhite22 strong, a.font-secondaryWhite22 em, span.font-secondaryWhite22, span.font-secondaryWhite22 strong, span.font-secondaryWhite22 em, h1.font-secondaryWhite22, h1.font-secondaryWhite22 strong, h1.font-secondaryWhite22 em, h2.font-secondaryWhite22, h2.font-secondaryWhite22 strong, h2.font-secondaryWhite22 em, h3.font-secondaryWhite22, h3.font-secondaryWhite22 strong, h3.font-secondaryWhite22 em, h4.font-secondaryWhite22, h4.font-secondaryWhite22 strong, h4.font-secondaryWhite22 em, p.font-secondaryWhite22, p.font-secondaryWhite22 strong, p.font-secondaryWhite22 em {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryWhite34, .font-secondaryWhite34 strong, .font-secondaryWhite34 em, a.font-secondaryWhite34, a.font-secondaryWhite34 strong, a.font-secondaryWhite34 em, span.font-secondaryWhite34, span.font-secondaryWhite34 strong, span.font-secondaryWhite34 em, h1.font-secondaryWhite34, h1.font-secondaryWhite34 strong, h1.font-secondaryWhite34 em, h2.font-secondaryWhite34, h2.font-secondaryWhite34 strong, h2.font-secondaryWhite34 em, h3.font-secondaryWhite34, h3.font-secondaryWhite34 strong, h3.font-secondaryWhite34 em, h4.font-secondaryWhite34, h4.font-secondaryWhite34 strong, h4.font-secondaryWhite34 em, p.font-secondaryWhite34, p.font-secondaryWhite34 strong, p.font-secondaryWhite34 em {
  font-size: 34px;
  line-height: 42px;
  color: white;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryWhite44, .font-secondaryWhite44 strong, .font-secondaryWhite4 em, a.font-secondaryWhite44, a.font-secondaryWhite44 strong, a.font-secondaryWhite4 em, span.font-secondaryWhite44, span.font-secondaryWhite44 strong, span.font-secondaryWhite4 em, h1.font-secondaryWhite44, h1.font-secondaryWhite44 strong, h1.font-secondaryWhite4 em, h2.font-secondaryWhite44, h2.font-secondaryWhite44 strong, h2.font-secondaryWhite4 em, h3.font-secondaryWhite44, h3.font-secondaryWhite44 strong, h3.font-secondaryWhite4 em, h4.font-secondaryWhite44, h4.font-secondaryWhite44 strong, h4.font-secondaryWhite4 em, p.font-secondaryWhite44, p.font-secondaryWhite44 strong, p.font-secondaryWhite4 em {
  font-size: 44px;
  line-height: 56px;
  color: white;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryWhite50, .font-secondaryWhite50 strong, .font-secondaryWhite50 em, a.font-secondaryWhite50, a.font-secondaryWhite50 strong, a.font-secondaryWhite50 em, span.font-secondaryWhite50, span.font-secondaryWhite50 strong, span.font-secondaryWhite50 em, h1.font-secondaryWhite50, h1.font-secondaryWhite50 strong, h1.font-secondaryWhite50 em, h2.font-secondaryWhite50, h2.font-secondaryWhite50 strong, h2.font-secondaryWhite50 em, h3.font-secondaryWhite50, h3.font-secondaryWhite50 strong, h3.font-secondaryWhite50 em, h4.font-secondaryWhite50, h4.font-secondaryWhite50 strong, h4.font-secondaryWhite50 em, p.font-secondaryWhite50, p.font-secondaryWhite50 strong, p.font-secondaryWhite50 em {
  font-size: 50px;
  line-height: 65px;
  color: white;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryprimary12, .font-secondaryprimary12 strong, .font-secondaryprimary12 em, a.font-secondaryprimary12, a.font-secondaryprimary12 strong, a.font-secondaryprimary12 em, span.font-secondaryprimary12, span.font-secondaryprimary12 strong, span.font-secondaryprimary12 em, h1.font-secondaryprimary12, h1.font-secondaryprimary12 strong, h1.font-secondaryprimary12 em, h2.font-secondaryprimary12, h2.font-secondaryprimary12 strong, h2.font-secondaryprimary12 em, h3.font-secondaryprimary12, h3.font-secondaryprimary12 strong, h3.font-secondaryprimary12 em, h4.font-secondaryprimary12, h4.font-secondaryprimary12 strong, h4.font-secondaryprimary12 em, p.font-secondaryprimary12, p.font-secondaryprimary12 strong, p.font-secondaryprimary12 em {
  font-size: 12px;
  line-height: 18px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif; }
.font-secondaryprimary14, .font-secondaryprimary14 strong, .font-secondaryprimary14 em, a.font-secondaryprimary14, a.font-secondaryprimary14 strong, a.font-secondaryprimary14 em, span.font-secondaryprimary14, span.font-secondaryprimary14 strong, span.font-secondaryprimary14 em, h1.font-secondaryprimary14, h1.font-secondaryprimary14 strong, h1.font-secondaryprimary14 em, h2.font-secondaryprimary14, h2.font-secondaryprimary14 strong, h2.font-secondaryprimary14 em, h3.font-secondaryprimary14, h3.font-secondaryprimary14 strong, h3.font-secondaryprimary14 em, h4.font-secondaryprimary14, h4.font-secondaryprimary14 strong, h4.font-secondaryprimary14 em, p.font-secondaryprimary14, p.font-secondaryprimary14 strong, p.font-secondaryprimary14 em {
  font-size: 14px;
  line-height: 20px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif; }
.font-secondaryprimary16, .font-secondaryprimary16 strong, .font-secondaryprimary16 em, a.font-secondaryprimary16, a.font-secondaryprimary16 strong, a.font-secondaryprimary16 em, span.font-secondaryprimary16, span.font-secondaryprimary16 strong, span.font-secondaryprimary16 em, h1.font-secondaryprimary16, h1.font-secondaryprimary16 strong, h1.font-secondaryprimary16 em, h2.font-secondaryprimary16, h2.font-secondaryprimary16 strong, h2.font-secondaryprimary16 em, h3.font-secondaryprimary16, h3.font-secondaryprimary16 strong, h3.font-secondaryprimary16 em, h4.font-secondaryprimary16, h4.font-secondaryprimary16 strong, h4.font-secondaryprimary16 em, p.font-secondaryprimary16, p.font-secondaryprimary16 strong, p.font-secondaryprimary16 em {
  font-size: 16px;
  line-height: 22px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif; }
.font-secondaryprimary18, .font-secondaryprimary18 strong, .font-secondaryprimary18 em, a.font-secondaryprimary18, a.font-secondaryprimary18 strong, a.font-secondaryprimary18 em, span.font-secondaryprimary18, span.font-secondaryprimary18 strong, span.font-secondaryprimary18 em, h1.font-secondaryprimary18, h1.font-secondaryprimary18 strong, h1.font-secondaryprimary18 em, h2.font-secondaryprimary18, h2.font-secondaryprimary18 strong, h2.font-secondaryprimary18 em, h3.font-secondaryprimary18, h3.font-secondaryprimary18 strong, h3.font-secondaryprimary18 em, h4.font-secondaryprimary18, h4.font-secondaryprimary18 strong, h4.font-secondaryprimary18 em, p.font-secondaryprimary18, p.font-secondaryprimary18 strong, p.font-secondaryprimary18 em {
  font-size: 18px;
  line-height: 26px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif; }
.font-secondaryprimary22, .font-secondaryprimary22 strong, .font-secondaryprimary22 em, a.font-secondaryprimary22, a.font-secondaryprimary22 strong, a.font-secondaryprimary22 em, span.font-secondaryprimary22, span.font-secondaryprimary22 strong, span.font-secondaryprimary22 em, h1.font-secondaryprimary22, h1.font-secondaryprimary22 strong, h1.font-secondaryprimary22 em, h2.font-secondaryprimary22, h2.font-secondaryprimary22 strong, h2.font-secondaryprimary22 em, h3.font-secondaryprimary22, h3.font-secondaryprimary22 strong, h3.font-secondaryprimary22 em, h4.font-secondaryprimary22, h4.font-secondaryprimary22 strong, h4.font-secondaryprimary22 em, p.font-secondaryprimary22, p.font-secondaryprimary22 strong, p.font-secondaryprimary22 em {
  font-size: 22px;
  line-height: 30px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryprimary34, .font-secondaryprimary34 strong, .font-secondaryprimary34 em, a.font-secondaryprimary34, a.font-secondaryprimary34 strong, a.font-secondaryprimary34 em, span.font-secondaryprimary34, span.font-secondaryprimary34 strong, span.font-secondaryprimary34 em, h1.font-secondaryprimary34, h1.font-secondaryprimary34 strong, h1.font-secondaryprimary34 em, h2.font-secondaryprimary34, h2.font-secondaryprimary34 strong, h2.font-secondaryprimary34 em, h3.font-secondaryprimary34, h3.font-secondaryprimary34 strong, h3.font-secondaryprimary34 em, h4.font-secondaryprimary34, h4.font-secondaryprimary34 strong, h4.font-secondaryprimary34 em, p.font-secondaryprimary34, p.font-secondaryprimary34 strong, p.font-secondaryprimary34 em {
  font-size: 34px;
  line-height: 42px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryprimary44, .font-secondaryprimary44 strong, .font-secondaryprimary4 em, a.font-secondaryprimary44, a.font-secondaryprimary44 strong, a.font-secondaryprimary4 em, span.font-secondaryprimary44, span.font-secondaryprimary44 strong, span.font-secondaryprimary4 em, h1.font-secondaryprimary44, h1.font-secondaryprimary44 strong, h1.font-secondaryprimary4 em, h2.font-secondaryprimary44, h2.font-secondaryprimary44 strong, h2.font-secondaryprimary4 em, h3.font-secondaryprimary44, h3.font-secondaryprimary44 strong, h3.font-secondaryprimary4 em, h4.font-secondaryprimary44, h4.font-secondaryprimary44 strong, h4.font-secondaryprimary4 em, p.font-secondaryprimary44, p.font-secondaryprimary44 strong, p.font-secondaryprimary4 em {
  font-size: 44px;
  line-height: 56px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryprimary50, .font-secondaryprimary50 strong, .font-secondaryprimary50 em, a.font-secondaryprimary50, a.font-secondaryprimary50 strong, a.font-secondaryprimary50 em, span.font-secondaryprimary50, span.font-secondaryprimary50 strong, span.font-secondaryprimary50 em, h1.font-secondaryprimary50, h1.font-secondaryprimary50 strong, h1.font-secondaryprimary50 em, h2.font-secondaryprimary50, h2.font-secondaryprimary50 strong, h2.font-secondaryprimary50 em, h3.font-secondaryprimary50, h3.font-secondaryprimary50 strong, h3.font-secondaryprimary50 em, h4.font-secondaryprimary50, h4.font-secondaryprimary50 strong, h4.font-secondaryprimary50 em, p.font-secondaryprimary50, p.font-secondaryprimary50 strong, p.font-secondaryprimary50 em {
  font-size: 50px;
  line-height: 65px;
  color: #8699b6;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryDgrey12, .font-secondaryDgrey12 strong, .font-secondaryDgrey12 em, a.font-secondaryDgrey12, a.font-secondaryDgrey12 strong, a.font-secondaryDgrey12 em, span.font-secondaryDgrey12, span.font-secondaryDgrey12 strong, span.font-secondaryDgrey12 em, h1.font-secondaryDgrey12, h1.font-secondaryDgrey12 strong, h1.font-secondaryDgrey12 em, h2.font-secondaryDgrey12, h2.font-secondaryDgrey12 strong, h2.font-secondaryDgrey12 em, h3.font-secondaryDgrey12, h3.font-secondaryDgrey12 strong, h3.font-secondaryDgrey12 em, h4.font-secondaryDgrey12, h4.font-secondaryDgrey12 strong, h4.font-secondaryDgrey12 em, p.font-secondaryDgrey12, p.font-secondaryDgrey12 strong, p.font-secondaryDgrey12 em {
  font-size: 12px;
  line-height: 18px;
  color: #231f20;
  font-family: PerpetuaRegular, serif; }
.font-secondaryDgrey14, .font-secondaryDgrey14 strong, .font-secondaryDgrey14 em, a.font-secondaryDgrey14, a.font-secondaryDgrey14 strong, a.font-secondaryDgrey14 em, span.font-secondaryDgrey14, span.font-secondaryDgrey14 strong, span.font-secondaryDgrey14 em, h1.font-secondaryDgrey14, h1.font-secondaryDgrey14 strong, h1.font-secondaryDgrey14 em, h2.font-secondaryDgrey14, h2.font-secondaryDgrey14 strong, h2.font-secondaryDgrey14 em, h3.font-secondaryDgrey14, h3.font-secondaryDgrey14 strong, h3.font-secondaryDgrey14 em, h4.font-secondaryDgrey14, h4.font-secondaryDgrey14 strong, h4.font-secondaryDgrey14 em, p.font-secondaryDgrey14, p.font-secondaryDgrey14 strong, p.font-secondaryDgrey14 em {
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
  font-family: PerpetuaRegular, serif; }
.font-secondaryDgrey16, .font-secondaryDgrey16 strong, .font-secondaryDgrey16 em, a.font-secondaryDgrey16, a.font-secondaryDgrey16 strong, a.font-secondaryDgrey16 em, span.font-secondaryDgrey16, span.font-secondaryDgrey16 strong, span.font-secondaryDgrey16 em, h1.font-secondaryDgrey16, h1.font-secondaryDgrey16 strong, h1.font-secondaryDgrey16 em, h2.font-secondaryDgrey16, h2.font-secondaryDgrey16 strong, h2.font-secondaryDgrey16 em, h3.font-secondaryDgrey16, h3.font-secondaryDgrey16 strong, h3.font-secondaryDgrey16 em, h4.font-secondaryDgrey16, h4.font-secondaryDgrey16 strong, h4.font-secondaryDgrey16 em, p.font-secondaryDgrey16, p.font-secondaryDgrey16 strong, p.font-secondaryDgrey16 em {
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  font-family: PerpetuaRegular, serif; }
.font-secondaryDgrey18, .font-secondaryDgrey18 strong, .font-secondaryDgrey18 em, a.font-secondaryDgrey18, a.font-secondaryDgrey18 strong, a.font-secondaryDgrey18 em, span.font-secondaryDgrey18, span.font-secondaryDgrey18 strong, span.font-secondaryDgrey18 em, h1.font-secondaryDgrey18, h1.font-secondaryDgrey18 strong, h1.font-secondaryDgrey18 em, h2.font-secondaryDgrey18, h2.font-secondaryDgrey18 strong, h2.font-secondaryDgrey18 em, h3.font-secondaryDgrey18, h3.font-secondaryDgrey18 strong, h3.font-secondaryDgrey18 em, h4.font-secondaryDgrey18, h4.font-secondaryDgrey18 strong, h4.font-secondaryDgrey18 em, p.font-secondaryDgrey18, p.font-secondaryDgrey18 strong, p.font-secondaryDgrey18 em {
  font-size: 18px;
  line-height: 26px;
  color: #231f20;
  font-family: PerpetuaRegular, serif; }
.font-secondaryDgrey22, .font-secondaryDgrey22 strong, .font-secondaryDgrey22 em, a.font-secondaryDgrey22, a.font-secondaryDgrey22 strong, a.font-secondaryDgrey22 em, span.font-secondaryDgrey22, span.font-secondaryDgrey22 strong, span.font-secondaryDgrey22 em, h1.font-secondaryDgrey22, h1.font-secondaryDgrey22 strong, h1.font-secondaryDgrey22 em, h2.font-secondaryDgrey22, h2.font-secondaryDgrey22 strong, h2.font-secondaryDgrey22 em, h3.font-secondaryDgrey22, h3.font-secondaryDgrey22 strong, h3.font-secondaryDgrey22 em, h4.font-secondaryDgrey22, h4.font-secondaryDgrey22 strong, h4.font-secondaryDgrey22 em, p.font-secondaryDgrey22, p.font-secondaryDgrey22 strong, p.font-secondaryDgrey22 em {
  font-size: 22px;
  line-height: 30px;
  color: #231f20;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryDgrey34, .font-secondaryDgrey34 strong, .font-secondaryDgrey34 em, a.font-secondaryDgrey34, a.font-secondaryDgrey34 strong, a.font-secondaryDgrey34 em, span.font-secondaryDgrey34, span.font-secondaryDgrey34 strong, span.font-secondaryDgrey34 em, h1.font-secondaryDgrey34, h1.font-secondaryDgrey34 strong, h1.font-secondaryDgrey34 em, h2.font-secondaryDgrey34, h2.font-secondaryDgrey34 strong, h2.font-secondaryDgrey34 em, h3.font-secondaryDgrey34, h3.font-secondaryDgrey34 strong, h3.font-secondaryDgrey34 em, h4.font-secondaryDgrey34, h4.font-secondaryDgrey34 strong, h4.font-secondaryDgrey34 em, p.font-secondaryDgrey34, p.font-secondaryDgrey34 strong, p.font-secondaryDgrey34 em {
  font-size: 34px;
  line-height: 42px;
  color: #231f20;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryDgrey44, .font-secondaryDgrey44 strong, .font-secondaryDgrey4 em, a.font-secondaryDgrey44, a.font-secondaryDgrey44 strong, a.font-secondaryDgrey4 em, span.font-secondaryDgrey44, span.font-secondaryDgrey44 strong, span.font-secondaryDgrey4 em, h1.font-secondaryDgrey44, h1.font-secondaryDgrey44 strong, h1.font-secondaryDgrey4 em, h2.font-secondaryDgrey44, h2.font-secondaryDgrey44 strong, h2.font-secondaryDgrey4 em, h3.font-secondaryDgrey44, h3.font-secondaryDgrey44 strong, h3.font-secondaryDgrey4 em, h4.font-secondaryDgrey44, h4.font-secondaryDgrey44 strong, h4.font-secondaryDgrey4 em, p.font-secondaryDgrey44, p.font-secondaryDgrey44 strong, p.font-secondaryDgrey4 em {
  font-size: 44px;
  line-height: 56px;
  color: #231f20;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryDgrey50, .font-secondaryDgrey50 strong, .font-secondaryDgrey50 em, a.font-secondaryDgrey50, a.font-secondaryDgrey50 strong, a.font-secondaryDgrey50 em, span.font-secondaryDgrey50, span.font-secondaryDgrey50 strong, span.font-secondaryDgrey50 em, h1.font-secondaryDgrey50, h1.font-secondaryDgrey50 strong, h1.font-secondaryDgrey50 em, h2.font-secondaryDgrey50, h2.font-secondaryDgrey50 strong, h2.font-secondaryDgrey50 em, h3.font-secondaryDgrey50, h3.font-secondaryDgrey50 strong, h3.font-secondaryDgrey50 em, h4.font-secondaryDgrey50, h4.font-secondaryDgrey50 strong, h4.font-secondaryDgrey50 em, p.font-secondaryDgrey50, p.font-secondaryDgrey50 strong, p.font-secondaryDgrey50 em {
  font-size: 50px;
  line-height: 65px;
  color: #231f20;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryLgrey12, .font-secondaryLgrey12 strong, .font-secondaryLgrey12 em, a.font-secondaryLgrey12, a.font-secondaryLgrey12 strong, a.font-secondaryLgrey12 em, span.font-secondaryLgrey12, span.font-secondaryLgrey12 strong, span.font-secondaryLgrey12 em, h1.font-secondaryLgrey12, h1.font-secondaryLgrey12 strong, h1.font-secondaryLgrey12 em, h2.font-secondaryLgrey12, h2.font-secondaryLgrey12 strong, h2.font-secondaryLgrey12 em, h3.font-secondaryLgrey12, h3.font-secondaryLgrey12 strong, h3.font-secondaryLgrey12 em, h4.font-secondaryLgrey12, h4.font-secondaryLgrey12 strong, h4.font-secondaryLgrey12 em, p.font-secondaryLgrey12, p.font-secondaryLgrey12 strong, p.font-secondaryLgrey12 em {
  font-size: 12px;
  line-height: 18px;
  color: #969696;
  font-family: PerpetuaRegular, serif; }
.font-secondaryLgrey14, .font-secondaryLgrey14 strong, .font-secondaryLgrey14 em, a.font-secondaryLgrey14, a.font-secondaryLgrey14 strong, a.font-secondaryLgrey14 em, span.font-secondaryLgrey14, span.font-secondaryLgrey14 strong, span.font-secondaryLgrey14 em, h1.font-secondaryLgrey14, h1.font-secondaryLgrey14 strong, h1.font-secondaryLgrey14 em, h2.font-secondaryLgrey14, h2.font-secondaryLgrey14 strong, h2.font-secondaryLgrey14 em, h3.font-secondaryLgrey14, h3.font-secondaryLgrey14 strong, h3.font-secondaryLgrey14 em, h4.font-secondaryLgrey14, h4.font-secondaryLgrey14 strong, h4.font-secondaryLgrey14 em, p.font-secondaryLgrey14, p.font-secondaryLgrey14 strong, p.font-secondaryLgrey14 em {
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  font-family: PerpetuaRegular, serif; }
.font-secondaryLgrey16, .font-secondaryLgrey16 strong, .font-secondaryLgrey16 em, a.font-secondaryLgrey16, a.font-secondaryLgrey16 strong, a.font-secondaryLgrey16 em, span.font-secondaryLgrey16, span.font-secondaryLgrey16 strong, span.font-secondaryLgrey16 em, h1.font-secondaryLgrey16, h1.font-secondaryLgrey16 strong, h1.font-secondaryLgrey16 em, h2.font-secondaryLgrey16, h2.font-secondaryLgrey16 strong, h2.font-secondaryLgrey16 em, h3.font-secondaryLgrey16, h3.font-secondaryLgrey16 strong, h3.font-secondaryLgrey16 em, h4.font-secondaryLgrey16, h4.font-secondaryLgrey16 strong, h4.font-secondaryLgrey16 em, p.font-secondaryLgrey16, p.font-secondaryLgrey16 strong, p.font-secondaryLgrey16 em {
  font-size: 16px;
  line-height: 22px;
  color: #969696;
  font-family: PerpetuaRegular, serif; }
.font-secondaryLgrey18, .font-secondaryLgrey18 strong, .font-secondaryLgrey18 em, a.font-secondaryLgrey18, a.font-secondaryLgrey18 strong, a.font-secondaryLgrey18 em, span.font-secondaryLgrey18, span.font-secondaryLgrey18 strong, span.font-secondaryLgrey18 em, h1.font-secondaryLgrey18, h1.font-secondaryLgrey18 strong, h1.font-secondaryLgrey18 em, h2.font-secondaryLgrey18, h2.font-secondaryLgrey18 strong, h2.font-secondaryLgrey18 em, h3.font-secondaryLgrey18, h3.font-secondaryLgrey18 strong, h3.font-secondaryLgrey18 em, h4.font-secondaryLgrey18, h4.font-secondaryLgrey18 strong, h4.font-secondaryLgrey18 em, p.font-secondaryLgrey18, p.font-secondaryLgrey18 strong, p.font-secondaryLgrey18 em {
  font-size: 18px;
  line-height: 26px;
  color: #969696;
  font-family: PerpetuaRegular, serif; }
.font-secondaryLgrey22, .font-secondaryLgrey22 strong, .font-secondaryLgrey22 em, a.font-secondaryLgrey22, a.font-secondaryLgrey22 strong, a.font-secondaryLgrey22 em, span.font-secondaryLgrey22, span.font-secondaryLgrey22 strong, span.font-secondaryLgrey22 em, h1.font-secondaryLgrey22, h1.font-secondaryLgrey22 strong, h1.font-secondaryLgrey22 em, h2.font-secondaryLgrey22, h2.font-secondaryLgrey22 strong, h2.font-secondaryLgrey22 em, h3.font-secondaryLgrey22, h3.font-secondaryLgrey22 strong, h3.font-secondaryLgrey22 em, h4.font-secondaryLgrey22, h4.font-secondaryLgrey22 strong, h4.font-secondaryLgrey22 em, p.font-secondaryLgrey22, p.font-secondaryLgrey22 strong, p.font-secondaryLgrey22 em {
  font-size: 22px;
  line-height: 30px;
  color: #969696;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryLgrey34, .font-secondaryLgrey34 strong, .font-secondaryLgrey34 em, a.font-secondaryLgrey34, a.font-secondaryLgrey34 strong, a.font-secondaryLgrey34 em, span.font-secondaryLgrey34, span.font-secondaryLgrey34 strong, span.font-secondaryLgrey34 em, h1.font-secondaryLgrey34, h1.font-secondaryLgrey34 strong, h1.font-secondaryLgrey34 em, h2.font-secondaryLgrey34, h2.font-secondaryLgrey34 strong, h2.font-secondaryLgrey34 em, h3.font-secondaryLgrey34, h3.font-secondaryLgrey34 strong, h3.font-secondaryLgrey34 em, h4.font-secondaryLgrey34, h4.font-secondaryLgrey34 strong, h4.font-secondaryLgrey34 em, p.font-secondaryLgrey34, p.font-secondaryLgrey34 strong, p.font-secondaryLgrey34 em {
  font-size: 34px;
  line-height: 42px;
  color: #969696;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryLgrey44, .font-secondaryLgrey44 strong, .font-secondaryLgrey4 em, a.font-secondaryLgrey44, a.font-secondaryLgrey44 strong, a.font-secondaryLgrey4 em, span.font-secondaryLgrey44, span.font-secondaryLgrey44 strong, span.font-secondaryLgrey4 em, h1.font-secondaryLgrey44, h1.font-secondaryLgrey44 strong, h1.font-secondaryLgrey4 em, h2.font-secondaryLgrey44, h2.font-secondaryLgrey44 strong, h2.font-secondaryLgrey4 em, h3.font-secondaryLgrey44, h3.font-secondaryLgrey44 strong, h3.font-secondaryLgrey4 em, h4.font-secondaryLgrey44, h4.font-secondaryLgrey44 strong, h4.font-secondaryLgrey4 em, p.font-secondaryLgrey44, p.font-secondaryLgrey44 strong, p.font-secondaryLgrey4 em {
  font-size: 44px;
  line-height: 56px;
  color: #969696;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }
.font-secondaryLgrey50, .font-secondaryLgrey50 strong, .font-secondaryLgrey50 em, a.font-secondaryLgrey50, a.font-secondaryLgrey50 strong, a.font-secondaryLgrey50 em, span.font-secondaryLgrey50, span.font-secondaryLgrey50 strong, span.font-secondaryLgrey50 em, h1.font-secondaryLgrey50, h1.font-secondaryLgrey50 strong, h1.font-secondaryLgrey50 em, h2.font-secondaryLgrey50, h2.font-secondaryLgrey50 strong, h2.font-secondaryLgrey50 em, h3.font-secondaryLgrey50, h3.font-secondaryLgrey50 strong, h3.font-secondaryLgrey50 em, h4.font-secondaryLgrey50, h4.font-secondaryLgrey50 strong, h4.font-secondaryLgrey50 em, p.font-secondaryLgrey50, p.font-secondaryLgrey50 strong, p.font-secondaryLgrey50 em {
  font-size: 50px;
  line-height: 65px;
  color: #969696;
  font-family: PerpetuaRegular, serif;
  margin-bottom: 0.4em; }

.font-tertiaryWhite12, .font-tertiaryWhite12 strong, .font-tertiaryWhite12 em, a.font-tertiaryWhite12, a.font-tertiaryWhite12 strong, a.font-tertiaryWhite12 em, span.font-tertiaryWhite12, span.font-tertiaryWhite12 strong, span.font-tertiaryWhite12 em, h1.font-tertiaryWhite12, h1.font-tertiaryWhite12 strong, h1.font-tertiaryWhite12 em, h2.font-tertiaryWhite12, h2.font-tertiaryWhite12 strong, h2.font-tertiaryWhite12 em, h3.font-tertiaryWhite12, h3.font-tertiaryWhite12 strong, h3.font-tertiaryWhite12 em, h4.font-tertiaryWhite12, h4.font-tertiaryWhite12 strong, h4.font-tertiaryWhite12 em, p.font-tertiaryWhite12, p.font-tertiaryWhite12 strong, p.font-tertiaryWhite12 em {
  font-size: 12px;
  line-height: 18px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryWhite14, .font-tertiaryWhite14 strong, .font-tertiaryWhite14 em, a.font-tertiaryWhite14, a.font-tertiaryWhite14 strong, a.font-tertiaryWhite14 em, span.font-tertiaryWhite14, span.font-tertiaryWhite14 strong, span.font-tertiaryWhite14 em, h1.font-tertiaryWhite14, h1.font-tertiaryWhite14 strong, h1.font-tertiaryWhite14 em, h2.font-tertiaryWhite14, h2.font-tertiaryWhite14 strong, h2.font-tertiaryWhite14 em, h3.font-tertiaryWhite14, h3.font-tertiaryWhite14 strong, h3.font-tertiaryWhite14 em, h4.font-tertiaryWhite14, h4.font-tertiaryWhite14 strong, h4.font-tertiaryWhite14 em, p.font-tertiaryWhite14, p.font-tertiaryWhite14 strong, p.font-tertiaryWhite14 em {
  font-size: 14px;
  line-height: 20px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryWhite16, .font-tertiaryWhite16 strong, .font-tertiaryWhite16 em, a.font-tertiaryWhite16, a.font-tertiaryWhite16 strong, a.font-tertiaryWhite16 em, span.font-tertiaryWhite16, span.font-tertiaryWhite16 strong, span.font-tertiaryWhite16 em, h1.font-tertiaryWhite16, h1.font-tertiaryWhite16 strong, h1.font-tertiaryWhite16 em, h2.font-tertiaryWhite16, h2.font-tertiaryWhite16 strong, h2.font-tertiaryWhite16 em, h3.font-tertiaryWhite16, h3.font-tertiaryWhite16 strong, h3.font-tertiaryWhite16 em, h4.font-tertiaryWhite16, h4.font-tertiaryWhite16 strong, h4.font-tertiaryWhite16 em, p.font-tertiaryWhite16, p.font-tertiaryWhite16 strong, p.font-tertiaryWhite16 em {
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryWhite18, .font-tertiaryWhite18 strong, .font-tertiaryWhite18 em, a.font-tertiaryWhite18, a.font-tertiaryWhite18 strong, a.font-tertiaryWhite18 em, span.font-tertiaryWhite18, span.font-tertiaryWhite18 strong, span.font-tertiaryWhite18 em, h1.font-tertiaryWhite18, h1.font-tertiaryWhite18 strong, h1.font-tertiaryWhite18 em, h2.font-tertiaryWhite18, h2.font-tertiaryWhite18 strong, h2.font-tertiaryWhite18 em, h3.font-tertiaryWhite18, h3.font-tertiaryWhite18 strong, h3.font-tertiaryWhite18 em, h4.font-tertiaryWhite18, h4.font-tertiaryWhite18 strong, h4.font-tertiaryWhite18 em, p.font-tertiaryWhite18, p.font-tertiaryWhite18 strong, p.font-tertiaryWhite18 em {
  font-size: 18px;
  line-height: 26px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryWhite22, .font-tertiaryWhite22 strong, .font-tertiaryWhite22 em, a.font-tertiaryWhite22, a.font-tertiaryWhite22 strong, a.font-tertiaryWhite22 em, span.font-tertiaryWhite22, span.font-tertiaryWhite22 strong, span.font-tertiaryWhite22 em, h1.font-tertiaryWhite22, h1.font-tertiaryWhite22 strong, h1.font-tertiaryWhite22 em, h2.font-tertiaryWhite22, h2.font-tertiaryWhite22 strong, h2.font-tertiaryWhite22 em, h3.font-tertiaryWhite22, h3.font-tertiaryWhite22 strong, h3.font-tertiaryWhite22 em, h4.font-tertiaryWhite22, h4.font-tertiaryWhite22 strong, h4.font-tertiaryWhite22 em, p.font-tertiaryWhite22, p.font-tertiaryWhite22 strong, p.font-tertiaryWhite22 em {
  font-size: 22px;
  line-height: 30px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryWhite34, .font-tertiaryWhite34 strong, .font-tertiaryWhite34 em, a.font-tertiaryWhite34, a.font-tertiaryWhite34 strong, a.font-tertiaryWhite34 em, span.font-tertiaryWhite34, span.font-tertiaryWhite34 strong, span.font-tertiaryWhite34 em, h1.font-tertiaryWhite34, h1.font-tertiaryWhite34 strong, h1.font-tertiaryWhite34 em, h2.font-tertiaryWhite34, h2.font-tertiaryWhite34 strong, h2.font-tertiaryWhite34 em, h3.font-tertiaryWhite34, h3.font-tertiaryWhite34 strong, h3.font-tertiaryWhite34 em, h4.font-tertiaryWhite34, h4.font-tertiaryWhite34 strong, h4.font-tertiaryWhite34 em, p.font-tertiaryWhite34, p.font-tertiaryWhite34 strong, p.font-tertiaryWhite34 em {
  font-size: 34px;
  line-height: 42px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryWhite44, .font-tertiaryWhite44 strong, .font-tertiaryWhite4 em, a.font-tertiaryWhite44, a.font-tertiaryWhite44 strong, a.font-tertiaryWhite4 em, span.font-tertiaryWhite44, span.font-tertiaryWhite44 strong, span.font-tertiaryWhite4 em, h1.font-tertiaryWhite44, h1.font-tertiaryWhite44 strong, h1.font-tertiaryWhite4 em, h2.font-tertiaryWhite44, h2.font-tertiaryWhite44 strong, h2.font-tertiaryWhite4 em, h3.font-tertiaryWhite44, h3.font-tertiaryWhite44 strong, h3.font-tertiaryWhite4 em, h4.font-tertiaryWhite44, h4.font-tertiaryWhite44 strong, h4.font-tertiaryWhite4 em, p.font-tertiaryWhite44, p.font-tertiaryWhite44 strong, p.font-tertiaryWhite4 em {
  font-size: 44px;
  line-height: 56px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryWhite50, .font-tertiaryWhite50 strong, .font-tertiaryWhite50 em, a.font-tertiaryWhite50, a.font-tertiaryWhite50 strong, a.font-tertiaryWhite50 em, span.font-tertiaryWhite50, span.font-tertiaryWhite50 strong, span.font-tertiaryWhite50 em, h1.font-tertiaryWhite50, h1.font-tertiaryWhite50 strong, h1.font-tertiaryWhite50 em, h2.font-tertiaryWhite50, h2.font-tertiaryWhite50 strong, h2.font-tertiaryWhite50 em, h3.font-tertiaryWhite50, h3.font-tertiaryWhite50 strong, h3.font-tertiaryWhite50 em, h4.font-tertiaryWhite50, h4.font-tertiaryWhite50 strong, h4.font-tertiaryWhite50 em, p.font-tertiaryWhite50, p.font-tertiaryWhite50 strong, p.font-tertiaryWhite50 em {
  font-size: 50px;
  line-height: 65px;
  color: white;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryprimary12, .font-tertiaryprimary12 strong, .font-tertiaryprimary12 em, a.font-tertiaryprimary12, a.font-tertiaryprimary12 strong, a.font-tertiaryprimary12 em, span.font-tertiaryprimary12, span.font-tertiaryprimary12 strong, span.font-tertiaryprimary12 em, h1.font-tertiaryprimary12, h1.font-tertiaryprimary12 strong, h1.font-tertiaryprimary12 em, h2.font-tertiaryprimary12, h2.font-tertiaryprimary12 strong, h2.font-tertiaryprimary12 em, h3.font-tertiaryprimary12, h3.font-tertiaryprimary12 strong, h3.font-tertiaryprimary12 em, h4.font-tertiaryprimary12, h4.font-tertiaryprimary12 strong, h4.font-tertiaryprimary12 em, p.font-tertiaryprimary12, p.font-tertiaryprimary12 strong, p.font-tertiaryprimary12 em {
  font-size: 12px;
  line-height: 18px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryprimary14, .font-tertiaryprimary14 strong, .font-tertiaryprimary14 em, a.font-tertiaryprimary14, a.font-tertiaryprimary14 strong, a.font-tertiaryprimary14 em, span.font-tertiaryprimary14, span.font-tertiaryprimary14 strong, span.font-tertiaryprimary14 em, h1.font-tertiaryprimary14, h1.font-tertiaryprimary14 strong, h1.font-tertiaryprimary14 em, h2.font-tertiaryprimary14, h2.font-tertiaryprimary14 strong, h2.font-tertiaryprimary14 em, h3.font-tertiaryprimary14, h3.font-tertiaryprimary14 strong, h3.font-tertiaryprimary14 em, h4.font-tertiaryprimary14, h4.font-tertiaryprimary14 strong, h4.font-tertiaryprimary14 em, p.font-tertiaryprimary14, p.font-tertiaryprimary14 strong, p.font-tertiaryprimary14 em {
  font-size: 14px;
  line-height: 20px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryprimary16, .font-tertiaryprimary16 strong, .font-tertiaryprimary16 em, a.font-tertiaryprimary16, a.font-tertiaryprimary16 strong, a.font-tertiaryprimary16 em, span.font-tertiaryprimary16, span.font-tertiaryprimary16 strong, span.font-tertiaryprimary16 em, h1.font-tertiaryprimary16, h1.font-tertiaryprimary16 strong, h1.font-tertiaryprimary16 em, h2.font-tertiaryprimary16, h2.font-tertiaryprimary16 strong, h2.font-tertiaryprimary16 em, h3.font-tertiaryprimary16, h3.font-tertiaryprimary16 strong, h3.font-tertiaryprimary16 em, h4.font-tertiaryprimary16, h4.font-tertiaryprimary16 strong, h4.font-tertiaryprimary16 em, p.font-tertiaryprimary16, p.font-tertiaryprimary16 strong, p.font-tertiaryprimary16 em {
  font-size: 16px;
  line-height: 22px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryprimary18, .font-tertiaryprimary18 strong, .font-tertiaryprimary18 em, a.font-tertiaryprimary18, a.font-tertiaryprimary18 strong, a.font-tertiaryprimary18 em, span.font-tertiaryprimary18, span.font-tertiaryprimary18 strong, span.font-tertiaryprimary18 em, h1.font-tertiaryprimary18, h1.font-tertiaryprimary18 strong, h1.font-tertiaryprimary18 em, h2.font-tertiaryprimary18, h2.font-tertiaryprimary18 strong, h2.font-tertiaryprimary18 em, h3.font-tertiaryprimary18, h3.font-tertiaryprimary18 strong, h3.font-tertiaryprimary18 em, h4.font-tertiaryprimary18, h4.font-tertiaryprimary18 strong, h4.font-tertiaryprimary18 em, p.font-tertiaryprimary18, p.font-tertiaryprimary18 strong, p.font-tertiaryprimary18 em {
  font-size: 18px;
  line-height: 26px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryprimary22, .font-tertiaryprimary22 strong, .font-tertiaryprimary22 em, a.font-tertiaryprimary22, a.font-tertiaryprimary22 strong, a.font-tertiaryprimary22 em, span.font-tertiaryprimary22, span.font-tertiaryprimary22 strong, span.font-tertiaryprimary22 em, h1.font-tertiaryprimary22, h1.font-tertiaryprimary22 strong, h1.font-tertiaryprimary22 em, h2.font-tertiaryprimary22, h2.font-tertiaryprimary22 strong, h2.font-tertiaryprimary22 em, h3.font-tertiaryprimary22, h3.font-tertiaryprimary22 strong, h3.font-tertiaryprimary22 em, h4.font-tertiaryprimary22, h4.font-tertiaryprimary22 strong, h4.font-tertiaryprimary22 em, p.font-tertiaryprimary22, p.font-tertiaryprimary22 strong, p.font-tertiaryprimary22 em {
  font-size: 22px;
  line-height: 30px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryprimary34, .font-tertiaryprimary34 strong, .font-tertiaryprimary34 em, a.font-tertiaryprimary34, a.font-tertiaryprimary34 strong, a.font-tertiaryprimary34 em, span.font-tertiaryprimary34, span.font-tertiaryprimary34 strong, span.font-tertiaryprimary34 em, h1.font-tertiaryprimary34, h1.font-tertiaryprimary34 strong, h1.font-tertiaryprimary34 em, h2.font-tertiaryprimary34, h2.font-tertiaryprimary34 strong, h2.font-tertiaryprimary34 em, h3.font-tertiaryprimary34, h3.font-tertiaryprimary34 strong, h3.font-tertiaryprimary34 em, h4.font-tertiaryprimary34, h4.font-tertiaryprimary34 strong, h4.font-tertiaryprimary34 em, p.font-tertiaryprimary34, p.font-tertiaryprimary34 strong, p.font-tertiaryprimary34 em {
  font-size: 34px;
  line-height: 42px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryprimary44, .font-tertiaryprimary44 strong, .font-tertiaryprimary4 em, a.font-tertiaryprimary44, a.font-tertiaryprimary44 strong, a.font-tertiaryprimary4 em, span.font-tertiaryprimary44, span.font-tertiaryprimary44 strong, span.font-tertiaryprimary4 em, h1.font-tertiaryprimary44, h1.font-tertiaryprimary44 strong, h1.font-tertiaryprimary4 em, h2.font-tertiaryprimary44, h2.font-tertiaryprimary44 strong, h2.font-tertiaryprimary4 em, h3.font-tertiaryprimary44, h3.font-tertiaryprimary44 strong, h3.font-tertiaryprimary4 em, h4.font-tertiaryprimary44, h4.font-tertiaryprimary44 strong, h4.font-tertiaryprimary4 em, p.font-tertiaryprimary44, p.font-tertiaryprimary44 strong, p.font-tertiaryprimary4 em {
  font-size: 44px;
  line-height: 56px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryprimary50, .font-tertiaryprimary50 strong, .font-tertiaryprimary50 em, a.font-tertiaryprimary50, a.font-tertiaryprimary50 strong, a.font-tertiaryprimary50 em, span.font-tertiaryprimary50, span.font-tertiaryprimary50 strong, span.font-tertiaryprimary50 em, h1.font-tertiaryprimary50, h1.font-tertiaryprimary50 strong, h1.font-tertiaryprimary50 em, h2.font-tertiaryprimary50, h2.font-tertiaryprimary50 strong, h2.font-tertiaryprimary50 em, h3.font-tertiaryprimary50, h3.font-tertiaryprimary50 strong, h3.font-tertiaryprimary50 em, h4.font-tertiaryprimary50, h4.font-tertiaryprimary50 strong, h4.font-tertiaryprimary50 em, p.font-tertiaryprimary50, p.font-tertiaryprimary50 strong, p.font-tertiaryprimary50 em {
  font-size: 50px;
  line-height: 65px;
  color: #8699b6;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryDgrey12, .font-tertiaryDgrey12 strong, .font-tertiaryDgrey12 em, a.font-tertiaryDgrey12, a.font-tertiaryDgrey12 strong, a.font-tertiaryDgrey12 em, span.font-tertiaryDgrey12, span.font-tertiaryDgrey12 strong, span.font-tertiaryDgrey12 em, h1.font-tertiaryDgrey12, h1.font-tertiaryDgrey12 strong, h1.font-tertiaryDgrey12 em, h2.font-tertiaryDgrey12, h2.font-tertiaryDgrey12 strong, h2.font-tertiaryDgrey12 em, h3.font-tertiaryDgrey12, h3.font-tertiaryDgrey12 strong, h3.font-tertiaryDgrey12 em, h4.font-tertiaryDgrey12, h4.font-tertiaryDgrey12 strong, h4.font-tertiaryDgrey12 em, p.font-tertiaryDgrey12, p.font-tertiaryDgrey12 strong, p.font-tertiaryDgrey12 em {
  font-size: 12px;
  line-height: 18px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryDgrey14, .font-tertiaryDgrey14 strong, .font-tertiaryDgrey14 em, a.font-tertiaryDgrey14, a.font-tertiaryDgrey14 strong, a.font-tertiaryDgrey14 em, span.font-tertiaryDgrey14, span.font-tertiaryDgrey14 strong, span.font-tertiaryDgrey14 em, h1.font-tertiaryDgrey14, h1.font-tertiaryDgrey14 strong, h1.font-tertiaryDgrey14 em, h2.font-tertiaryDgrey14, h2.font-tertiaryDgrey14 strong, h2.font-tertiaryDgrey14 em, h3.font-tertiaryDgrey14, h3.font-tertiaryDgrey14 strong, h3.font-tertiaryDgrey14 em, h4.font-tertiaryDgrey14, h4.font-tertiaryDgrey14 strong, h4.font-tertiaryDgrey14 em, p.font-tertiaryDgrey14, p.font-tertiaryDgrey14 strong, p.font-tertiaryDgrey14 em {
  font-size: 14px;
  line-height: 20px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryDgrey16, .font-tertiaryDgrey16 strong, .font-tertiaryDgrey16 em, a.font-tertiaryDgrey16, a.font-tertiaryDgrey16 strong, a.font-tertiaryDgrey16 em, span.font-tertiaryDgrey16, span.font-tertiaryDgrey16 strong, span.font-tertiaryDgrey16 em, h1.font-tertiaryDgrey16, h1.font-tertiaryDgrey16 strong, h1.font-tertiaryDgrey16 em, h2.font-tertiaryDgrey16, h2.font-tertiaryDgrey16 strong, h2.font-tertiaryDgrey16 em, h3.font-tertiaryDgrey16, h3.font-tertiaryDgrey16 strong, h3.font-tertiaryDgrey16 em, h4.font-tertiaryDgrey16, h4.font-tertiaryDgrey16 strong, h4.font-tertiaryDgrey16 em, p.font-tertiaryDgrey16, p.font-tertiaryDgrey16 strong, p.font-tertiaryDgrey16 em {
  font-size: 16px;
  line-height: 22px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryDgrey18, .font-tertiaryDgrey18 strong, .font-tertiaryDgrey18 em, a.font-tertiaryDgrey18, a.font-tertiaryDgrey18 strong, a.font-tertiaryDgrey18 em, span.font-tertiaryDgrey18, span.font-tertiaryDgrey18 strong, span.font-tertiaryDgrey18 em, h1.font-tertiaryDgrey18, h1.font-tertiaryDgrey18 strong, h1.font-tertiaryDgrey18 em, h2.font-tertiaryDgrey18, h2.font-tertiaryDgrey18 strong, h2.font-tertiaryDgrey18 em, h3.font-tertiaryDgrey18, h3.font-tertiaryDgrey18 strong, h3.font-tertiaryDgrey18 em, h4.font-tertiaryDgrey18, h4.font-tertiaryDgrey18 strong, h4.font-tertiaryDgrey18 em, p.font-tertiaryDgrey18, p.font-tertiaryDgrey18 strong, p.font-tertiaryDgrey18 em {
  font-size: 18px;
  line-height: 26px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif; }
.font-tertiaryDgrey22, .font-tertiaryDgrey22 strong, .font-tertiaryDgrey22 em, a.font-tertiaryDgrey22, a.font-tertiaryDgrey22 strong, a.font-tertiaryDgrey22 em, span.font-tertiaryDgrey22, span.font-tertiaryDgrey22 strong, span.font-tertiaryDgrey22 em, h1.font-tertiaryDgrey22, h1.font-tertiaryDgrey22 strong, h1.font-tertiaryDgrey22 em, h2.font-tertiaryDgrey22, h2.font-tertiaryDgrey22 strong, h2.font-tertiaryDgrey22 em, h3.font-tertiaryDgrey22, h3.font-tertiaryDgrey22 strong, h3.font-tertiaryDgrey22 em, h4.font-tertiaryDgrey22, h4.font-tertiaryDgrey22 strong, h4.font-tertiaryDgrey22 em, p.font-tertiaryDgrey22, p.font-tertiaryDgrey22 strong, p.font-tertiaryDgrey22 em {
  font-size: 22px;
  line-height: 30px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryDgrey34, .font-tertiaryDgrey34 strong, .font-tertiaryDgrey34 em, a.font-tertiaryDgrey34, a.font-tertiaryDgrey34 strong, a.font-tertiaryDgrey34 em, span.font-tertiaryDgrey34, span.font-tertiaryDgrey34 strong, span.font-tertiaryDgrey34 em, h1.font-tertiaryDgrey34, h1.font-tertiaryDgrey34 strong, h1.font-tertiaryDgrey34 em, h2.font-tertiaryDgrey34, h2.font-tertiaryDgrey34 strong, h2.font-tertiaryDgrey34 em, h3.font-tertiaryDgrey34, h3.font-tertiaryDgrey34 strong, h3.font-tertiaryDgrey34 em, h4.font-tertiaryDgrey34, h4.font-tertiaryDgrey34 strong, h4.font-tertiaryDgrey34 em, p.font-tertiaryDgrey34, p.font-tertiaryDgrey34 strong, p.font-tertiaryDgrey34 em {
  font-size: 34px;
  line-height: 42px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryDgrey44, .font-tertiaryDgrey44 strong, .font-tertiaryDgrey4 em, a.font-tertiaryDgrey44, a.font-tertiaryDgrey44 strong, a.font-tertiaryDgrey4 em, span.font-tertiaryDgrey44, span.font-tertiaryDgrey44 strong, span.font-tertiaryDgrey4 em, h1.font-tertiaryDgrey44, h1.font-tertiaryDgrey44 strong, h1.font-tertiaryDgrey4 em, h2.font-tertiaryDgrey44, h2.font-tertiaryDgrey44 strong, h2.font-tertiaryDgrey4 em, h3.font-tertiaryDgrey44, h3.font-tertiaryDgrey44 strong, h3.font-tertiaryDgrey4 em, h4.font-tertiaryDgrey44, h4.font-tertiaryDgrey44 strong, h4.font-tertiaryDgrey4 em, p.font-tertiaryDgrey44, p.font-tertiaryDgrey44 strong, p.font-tertiaryDgrey4 em {
  font-size: 44px;
  line-height: 56px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryDgrey50, .font-tertiaryDgrey50 strong, .font-tertiaryDgrey50 em, a.font-tertiaryDgrey50, a.font-tertiaryDgrey50 strong, a.font-tertiaryDgrey50 em, span.font-tertiaryDgrey50, span.font-tertiaryDgrey50 strong, span.font-tertiaryDgrey50 em, h1.font-tertiaryDgrey50, h1.font-tertiaryDgrey50 strong, h1.font-tertiaryDgrey50 em, h2.font-tertiaryDgrey50, h2.font-tertiaryDgrey50 strong, h2.font-tertiaryDgrey50 em, h3.font-tertiaryDgrey50, h3.font-tertiaryDgrey50 strong, h3.font-tertiaryDgrey50 em, h4.font-tertiaryDgrey50, h4.font-tertiaryDgrey50 strong, h4.font-tertiaryDgrey50 em, p.font-tertiaryDgrey50, p.font-tertiaryDgrey50 strong, p.font-tertiaryDgrey50 em {
  font-size: 50px;
  line-height: 65px;
  color: #231f20;
  font-family: "junegull", Arial Rounded, Arial, Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryLgrey12, .font-tertiaryLgrey12 strong, .font-tertiaryLgrey12 em, a.font-tertiaryLgrey12, a.font-tertiaryLgrey12 strong, a.font-tertiaryLgrey12 em, span.font-tertiaryLgrey12, span.font-tertiaryLgrey12 strong, span.font-tertiaryLgrey12 em, h1.font-tertiaryLgrey12, h1.font-tertiaryLgrey12 strong, h1.font-tertiaryLgrey12 em, h2.font-tertiaryLgrey12, h2.font-tertiaryLgrey12 strong, h2.font-tertiaryLgrey12 em, h3.font-tertiaryLgrey12, h3.font-tertiaryLgrey12 strong, h3.font-tertiaryLgrey12 em, h4.font-tertiaryLgrey12, h4.font-tertiaryLgrey12 strong, h4.font-tertiaryLgrey12 em, p.font-tertiaryLgrey12, p.font-tertiaryLgrey12 strong, p.font-tertiaryLgrey12 em {
  font-size: 12px;
  line-height: 18px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-tertiaryLgrey14, .font-tertiaryLgrey14 strong, .font-tertiaryLgrey14 em, a.font-tertiaryLgrey14, a.font-tertiaryLgrey14 strong, a.font-tertiaryLgrey14 em, span.font-tertiaryLgrey14, span.font-tertiaryLgrey14 strong, span.font-tertiaryLgrey14 em, h1.font-tertiaryLgrey14, h1.font-tertiaryLgrey14 strong, h1.font-tertiaryLgrey14 em, h2.font-tertiaryLgrey14, h2.font-tertiaryLgrey14 strong, h2.font-tertiaryLgrey14 em, h3.font-tertiaryLgrey14, h3.font-tertiaryLgrey14 strong, h3.font-tertiaryLgrey14 em, h4.font-tertiaryLgrey14, h4.font-tertiaryLgrey14 strong, h4.font-tertiaryLgrey14 em, p.font-tertiaryLgrey14, p.font-tertiaryLgrey14 strong, p.font-tertiaryLgrey14 em {
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-tertiaryLgrey16, .font-tertiaryLgrey16 strong, .font-tertiaryLgrey16 em, a.font-tertiaryLgrey16, a.font-tertiaryLgrey16 strong, a.font-tertiaryLgrey16 em, span.font-tertiaryLgrey16, span.font-tertiaryLgrey16 strong, span.font-tertiaryLgrey16 em, h1.font-tertiaryLgrey16, h1.font-tertiaryLgrey16 strong, h1.font-tertiaryLgrey16 em, h2.font-tertiaryLgrey16, h2.font-tertiaryLgrey16 strong, h2.font-tertiaryLgrey16 em, h3.font-tertiaryLgrey16, h3.font-tertiaryLgrey16 strong, h3.font-tertiaryLgrey16 em, h4.font-tertiaryLgrey16, h4.font-tertiaryLgrey16 strong, h4.font-tertiaryLgrey16 em, p.font-tertiaryLgrey16, p.font-tertiaryLgrey16 strong, p.font-tertiaryLgrey16 em {
  font-size: 16px;
  line-height: 22px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-tertiaryLgrey18, .font-tertiaryLgrey18 strong, .font-tertiaryLgrey18 em, a.font-tertiaryLgrey18, a.font-tertiaryLgrey18 strong, a.font-tertiaryLgrey18 em, span.font-tertiaryLgrey18, span.font-tertiaryLgrey18 strong, span.font-tertiaryLgrey18 em, h1.font-tertiaryLgrey18, h1.font-tertiaryLgrey18 strong, h1.font-tertiaryLgrey18 em, h2.font-tertiaryLgrey18, h2.font-tertiaryLgrey18 strong, h2.font-tertiaryLgrey18 em, h3.font-tertiaryLgrey18, h3.font-tertiaryLgrey18 strong, h3.font-tertiaryLgrey18 em, h4.font-tertiaryLgrey18, h4.font-tertiaryLgrey18 strong, h4.font-tertiaryLgrey18 em, p.font-tertiaryLgrey18, p.font-tertiaryLgrey18 strong, p.font-tertiaryLgrey18 em {
  font-size: 18px;
  line-height: 26px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif; }
.font-tertiaryLgrey22, .font-tertiaryLgrey22 strong, .font-tertiaryLgrey22 em, a.font-tertiaryLgrey22, a.font-tertiaryLgrey22 strong, a.font-tertiaryLgrey22 em, span.font-tertiaryLgrey22, span.font-tertiaryLgrey22 strong, span.font-tertiaryLgrey22 em, h1.font-tertiaryLgrey22, h1.font-tertiaryLgrey22 strong, h1.font-tertiaryLgrey22 em, h2.font-tertiaryLgrey22, h2.font-tertiaryLgrey22 strong, h2.font-tertiaryLgrey22 em, h3.font-tertiaryLgrey22, h3.font-tertiaryLgrey22 strong, h3.font-tertiaryLgrey22 em, h4.font-tertiaryLgrey22, h4.font-tertiaryLgrey22 strong, h4.font-tertiaryLgrey22 em, p.font-tertiaryLgrey22, p.font-tertiaryLgrey22 strong, p.font-tertiaryLgrey22 em {
  font-size: 22px;
  line-height: 30px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryLgrey34, .font-tertiaryLgrey34 strong, .font-tertiaryLgrey34 em, a.font-tertiaryLgrey34, a.font-tertiaryLgrey34 strong, a.font-tertiaryLgrey34 em, span.font-tertiaryLgrey34, span.font-tertiaryLgrey34 strong, span.font-tertiaryLgrey34 em, h1.font-tertiaryLgrey34, h1.font-tertiaryLgrey34 strong, h1.font-tertiaryLgrey34 em, h2.font-tertiaryLgrey34, h2.font-tertiaryLgrey34 strong, h2.font-tertiaryLgrey34 em, h3.font-tertiaryLgrey34, h3.font-tertiaryLgrey34 strong, h3.font-tertiaryLgrey34 em, h4.font-tertiaryLgrey34, h4.font-tertiaryLgrey34 strong, h4.font-tertiaryLgrey34 em, p.font-tertiaryLgrey34, p.font-tertiaryLgrey34 strong, p.font-tertiaryLgrey34 em {
  font-size: 34px;
  line-height: 42px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryLgrey44, .font-tertiaryLgrey44 strong, .font-tertiaryLgrey4 em, a.font-tertiaryLgrey44, a.font-tertiaryLgrey44 strong, a.font-tertiaryLgrey4 em, span.font-tertiaryLgrey44, span.font-tertiaryLgrey44 strong, span.font-tertiaryLgrey4 em, h1.font-tertiaryLgrey44, h1.font-tertiaryLgrey44 strong, h1.font-tertiaryLgrey4 em, h2.font-tertiaryLgrey44, h2.font-tertiaryLgrey44 strong, h2.font-tertiaryLgrey4 em, h3.font-tertiaryLgrey44, h3.font-tertiaryLgrey44 strong, h3.font-tertiaryLgrey4 em, h4.font-tertiaryLgrey44, h4.font-tertiaryLgrey44 strong, h4.font-tertiaryLgrey4 em, p.font-tertiaryLgrey44, p.font-tertiaryLgrey44 strong, p.font-tertiaryLgrey4 em {
  font-size: 44px;
  line-height: 56px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }
.font-tertiaryLgrey50, .font-tertiaryLgrey50 strong, .font-tertiaryLgrey50 em, a.font-tertiaryLgrey50, a.font-tertiaryLgrey50 strong, a.font-tertiaryLgrey50 em, span.font-tertiaryLgrey50, span.font-tertiaryLgrey50 strong, span.font-tertiaryLgrey50 em, h1.font-tertiaryLgrey50, h1.font-tertiaryLgrey50 strong, h1.font-tertiaryLgrey50 em, h2.font-tertiaryLgrey50, h2.font-tertiaryLgrey50 strong, h2.font-tertiaryLgrey50 em, h3.font-tertiaryLgrey50, h3.font-tertiaryLgrey50 strong, h3.font-tertiaryLgrey50 em, h4.font-tertiaryLgrey50, h4.font-tertiaryLgrey50 strong, h4.font-tertiaryLgrey50 em, p.font-tertiaryLgrey50, p.font-tertiaryLgrey50 strong, p.font-tertiaryLgrey50 em {
  font-size: 50px;
  line-height: 65px;
  color: #969696;
  font-family: "etica-display", Helvetica, sans-serif;
  margin-bottom: 0.4em; }

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #8699b6; }

::selection {
  color: white;
  text-shadow: none;
  background: #8699b6; }

img::-moz-selection {
  color: white;
  background: transparent; }

img::selection {
  color: white;
  background: transparent; }

img::-moz-selection {
  color: white;
  background: transparent; }

/* Pager Styling */
.pager {
  margin: 20px 0 0; }
  .pager li > a,
  .pager li > span {
    font-family: "etica-display", Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    padding: 15px 25px;
    background-color: white;
    border-radius: 0; }
  .pager li > a:hover,
  .pager li > a:focus {
    color: white;
    background-color: #8699b6;
    border: 1px solid #8699b6; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #969696;
    background-color: #969696;
    cursor: not-allowed; }

.pagingnav a, .pagingnav strong, .pagingnav span {
  background: #999999;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  margin-right: 2px;
  padding: 3px 3px 3px 6px; }

.pagingnavsml a, .pagingnavsml strong, .pagingnavsml span {
  background: #999999;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  text-decoration: none;
  margin-right: 2px;
  padding: 1px 1px 1px 4px; }

.pagingnav a:hover, .pagingnavsml a:hover {
  background: #f07c00;
  text-align: center;
  color: #FFFFFF;
  font-weight: normal;
  margin-right: 2px; }

.pagingholder {
  margin-bottom: 4px;
  text-align: center; }

.left_buttons {
  padding-right: 3px;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block; }

.right_buttons {
  padding-left: 3px;
  text-decoration: none;
  vertical-align: bottom;
  display: inline-block; }

.pagingholder .currentpage, .pagingnavsml .currentpage {
  background: #f07c00;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 2px; }

.footerLogos {
  margin-top: 25px;
  margin-bottom: 25px; }

.footer-left p {
  float: left;
  margin: 15px 0px; }
.footer-left img {
  float: left;
  margin: 0px 5px 0px 0px;
  padding: 0px; }

.footer-right p {
  float: right;
  margin: 15px 0px; }
.footer-right img {
  float: right;
  margin: 0px 5px 0px 0px;
  padding: 0px; }

@media (max-width: 900px) {
  .footer-left p, .footer-right p {
    width: 100%;
    text-align: center; } }
.articlePic {
  width: 100%; }

.peopleContent p, .peopleContent h1, .peopleContent h2 {
  text-align: left !important; }

.marginRight {
  padding-right: 20px; }

.doctitle {
  background-color: #8699b6;
  margin-bottom: 15px; }

.doctitle h3 {
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  margin: 0px; }

#formHolder_2 p {
  text-align: center; }

.alignCenter {
  text-align: center; }

.alignCenter .col-lg-4 {
  float: none !important;
  display: inline-block !important; }

.row.relatedcontent {
  background-color: #8699b6;
  -webkit-box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
  color: white; }

.row.relatedcontent h3 {
  color: white;
  margin-bottom: 15px;
  text-decoration: none !important; }

.row.relatedcontent p {
  color: white;
  margin-bottom: 15px; }

.row.relatedcontent .border {
  float: none !important;
  display: inline-block !important;
  border: 2px solid #fff;
  margin-bottom: 25px;
  padding: 10px; }

h2.strikethrough {
  font-size: 20px;
  margin-bottom: 20px; }

@media only screen and (max-width: 980px) {
  .row {
    margin-right: 0px;
    margin-left: 0px; } }
@media (max-width: 1000px) {
  .mobilebig {
    width: 100% !important; } }
.testimonial {
  background-color: #8699b6;
  padding: 10px 0px; }

.testimonial h3 {
  color: #FFF;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: none;
  padding-bottom: 0px; }

.testimonial p {
  color: #fff;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 10px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto; }

.testimonial p strong, .testimonial p em, .testimonial p.signoff {
  font-size: 14px; }

.testimonial .fa {
  position: absolute;
  color: rgba(80, 80, 80, 0.4);
  font-size: 52px; }

.testimonial .fa-quote-left {
  left: 10px;
  top: -45px; }

.testimonial .fa-quote-right {
  right: 10px;
  bottom: -45px; }

img.peopleExtraImg {
  width: 100%; }

#signup input {
  min-height: 40px;
  width: 22%;
  margin: 5px 1%;
  padding: 10px;
  background-color: white;
  border: 1px solid #c8c8c8;
  -webkit-box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0px 3px 6px -1px rgba(0, 0, 0, 0.3); }

input#signupButton {
  background-color: #8699b6;
  -webkit-box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 10px 22px -10px rgba(0, 0, 0, 0.1), inset 0px -10px 22px -10px rgba(0, 0, 0, 0.1);
  color: white;
  width: 95%;
  margin-bottom: 15px; }

@media only screen and (max-width: 767px) {
  #signup input {
    width: 100%;
    margin: 5px 0%; } }
a.newslettersignup {
  padding: 7px 14px;
  /* font-weight: 500; */
  color: #fff;
  border-radius: 18px;
  background-color: #8699b6;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

a.newslettersignup:hover {
  background-color: #55729f;
  text-decoration: none;
  -webkit-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s; }

@media only screen and (max-width: 767px) {
  a.newslettersignup:after {
    content: "\f0f6";
    font-size: 18px;
    color: #fff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

  a.newslettersignup span {
    display: none; }

  a.newslettersignup {
    padding: 7px 10px; } }
img.headerLogos {
  float: right;
  height: 32px !important;
  margin-left: 25px; }

@media only screen and (max-width: 767px) {
  img.headerLogos {
    display: none; } }
.row.lightFooter.noPrint {
  background-color: rgba(134, 153, 182, 0.2); }

.row.lightFooter.noPrint ul, .row.lightFooter.noPrint ul li {
  list-style: none;
  margin-bottom: 0px;
  float: left; }

.row.lightFooter.noPrint ul li a:after {
  content: "";
  width: 1px;
  display: inline-block;
  background-color: #282828;
  height: 12px;
  margin-bottom: -2px;
  margin-left: 9px; }

.row.lightFooter.noPrint ul li a {
  padding: 13px 10px 13px 0px;
  color: #282828 !important;
  display: block; }

@media only screen and (max-width: 767px) {
  .row.lightFooter.noPrint ul, .row.lightFooter.noPrint ul li, .row.lightFooter.noPrint ul li a {
    width: 100%;
    text-align: center; }

  .row.lightFooter.noPrint ul li a:after {
    display: none; }

  .footer-left img {
    float: none;
    margin: 0px 5px 20px 0px;
    padding: 0px; }

  .footer-right img {
    float: none;
    margin: 0px 5px 0px 0px;
    padding: 0px; } }
.listContentHolder {
  background-color: #8699b6;
  /*border: solid 2px #8699b6;*/
  padding: 30px;
  margin-bottom: 20px;
  text-align: center; }
  .listContentHolder p, .listContentHolder h3, .listContentHolder span {
    color: #fff;
    text-align: center; }
  .listContentHolder .content {
    padding: 0px; }
  .listContentHolder span.fullwidthBut {
    width: 100%;
    text-align: center;
    display: block;
    padding: 13px;
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #FFF; }
  .listContentHolder h3 {
    margin-bottom: 10px;
    margin-top: 0px; }
  .listContentHolder p.date {
    font-style: italic;
    font-size: 12px;
    margin-bottom: 4px !important; }

.listContentHolder .imgHolder {
  text-align: center; }

.listContentHolder .imgHolder img {
  max-width: 100%;
  margin-bottom: 20px;
  display: inline-block; }

.articlePicHolder {
  text-align: center;
  width: 100%;
  margin-bottom: 30px; }

.links {
  text-align: center; }

.links .col-lg-3 {
  display: inline-block;
  float: none; }

.blueBox {
  background-color: #8699b6;
  padding: 20px;
  text-align: center !important; }

.blueBox p, .blueBox h2 {
  color: #fff;
  text-align: justify !important; }

.blueBox h1 {
  color: #fff;
  text-transform: inherit; }

.blueBox img {
  backgrould-colour: #fff; }

.blueBox .content ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 5px; }

.blueBox .articlePic {
  max-width: 100%;
  width: auto;
  display: inline-block; }

.blueBox p.date {
  text-align: center !important; }

.blueBox h1 {
  color: #fff;
  text-transform: inherit; }

.blueBox img {
  display: inline-block;
  width: 30%;
  margin: 1%; }

.listContentHolder .imgHolder {
  width: 33%;
  padding: 1%;
  display: inline-block; }

form#filterForm {
    text-align: center;
    width: 96%;
    background-color: rgba(0,0,0,0.05);
    margin-bottom: 10px;
    margin-left: 2%;
    padding: 14px 10px 10px 10px;
    margin-right: 2%;
}
form#filterForm label {
  font-weight:normal;
  margin-right:10px;
}

.homeContent h1:after {
    /*background-image: url(/images/layout/icons.png);*/
    content: "";
    height: 63px;
    background-size: 100%;
    width: 101px;
    margin-left: 10px;
    padding-top: 29px;
    position: relative;
    display: inline-block;
    top: 16px;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    background-size: 81%;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

h1:after {
    /*background-image: url(/images/layout/iconswhite2.png);*/
    content: "";
    height: 63px;
    background-size: 100%;
    width: 101px;
    margin-left: 10px;
    padding-top: 29px;
    position: relative;
    display: inline-block;
    top: 16px;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    background-size: 81%;
    background-position: center;
    background-repeat: no-repeat;
   display: none;
}

h1.sandra:after {
   background-image: url(/images/content/logos/partner-logos-sandra.jpg);
   content: "";
    height: 76px;
    background-size: 100%;
    width: 145px;
    margin-left: 10px;
    padding-top: 29px;
    position: relative;
    display: inline-block;
    top: 26px;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

h1.colin:after {
  background-image: url(/images/content/logos/partner-logos-all.jpg);
  content: "";
    height: 76px;
    background-size: 100%;
    width: 160px;
    margin-left: 10px;
    padding-top: 29px;
    position: relative;
    display: inline-block;
    top: 26px;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.blueBG h1:after, .blueBox h1:after {
    /*background-image: url(/images/layout/icons.png);*/
    content: "";
    height: 63px;
    background-size: 100%;
    width: 101px;
    margin-left: 10px;
    padding-top: 29px;
    position: relative;
    display: none;
    top: 16px;
    background-color: transparent;
    padding: 10px;
    text-align: center;
    background-size: 81%;
    background-position: center;
    background-repeat: no-repeat;
}
a.loadmore {
    border: 1px solid #8699b6;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    font-weight: 00;
}

.pageNav li {
  list-style:none;
}

.listContentHolder {
    background-color: #8699b6;
  padding: 30px;
  margin-bottom: 20px;
  text-align: center;
  width: 31%;
  vertical-align: top;
  display: inline-block;
  min-height: 380px !important;
  margin: 0 1% 25px;
}

.listContentHolder .imgHolder {
    width: 100%;
    padding: 0;
    display: inline-block;
}


.listContentHolder h3 {
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 28px;
    line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .listContentHolder {
    background-color: #8699b6;
    padding: 30px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    vertical-align: top;
    display: inline-block;
      min-height: 500px !important;
  }
}

.blueBG {
    background-color: #8699b6;
}

.blueBG p, .blueBG a, .blueBG h1, .blueBG h2, .blueBG h3 {
   color: #fff;
}

.doctitle a.docPic {
    padding: 10px;
    display: block;
    color: #fff;
}

.container.documents .col-lg-3.col-md-3.col-sm-3:nth-of-type(4n + 1) {
  clear: left;
}


#mainListContentHolder .testimonial {
  position: relative;
  margin-bottom: 25px;
}
#mainListContentHolder .testimonial {
  padding: 20px 4px;
}
#mainListContentHolder .testimonial p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
}
#mainListContentHolder .testimonial .container .textCenter {
  border: solid 1px #fff;
  padding: 20px 0px;
}
#mainListContentHolder .testimonial .fa-quote-left {
      left: 12px;
      top: 10px;
      background-color: #8699b6;
      padding-right: 10px;
}
#mainListContentHolder .testimonial .fa-quote-right {
   right: 14px;
    bottom: 5px;
    background-color: #8699b6;
    padding-left: 10px;
    padding-top: 10px;
}
#mainListContentHolder .testimonial p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

#mainListContentHolder .testimonial:nth-of-type(even) {
  background-color: #e8ebf0;
}
#mainListContentHolder .testimonial:nth-of-type(even) p {
  color: #666;
}
#mainListContentHolder .testimonial:nth-of-type(even) .container .textCenter {
  border: solid 1px #8699b6;
}
#mainListContentHolder .testimonial:nth-of-type(even) .fa-quote-left, #mainListContentHolder .testimonial:nth-of-type(even) .fa-quote-right {
  background-color: #e8ebf0;
}
/*** lifestyle calculator **/

.lifestyleForm{
    background-color: rgba(134, 153, 182, 0.2);
    padding: 0 15px;
}

.lifestyleForm .row{
  padding: 20px 0;
}

.lifestyleForm p{
  margin:0;
}

.lifestyleForm p em{
    display: block;
    font-size: 14px;
    line-height: 22px;
}

.lifestyleForm input{
    height: 40px;
    line-height: 40px;
    width: 80%;
    margin: 0 10%;
    display: block;
    padding: 0 10px;
        font-size: 14px;
    line-height: 22px;
}

.lifestyleForm .row .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 32.333%;
}

.lifestyleForm .formHeader{
 
  background-color: rgba(134, 153, 182, 0.2);
}

.lifestyleForm label{
      color: #231f20;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    text-align: center;
    display: none;
    margin:0;
}

.lifestyleForm .tickbox input{
  display: none;
}

.lifestyleForm .tickbox .toggle{
    display: block;
    height: 25px;
    width: 25px;
    border: 1px solid #000;
    background: #fff;
    position: relative;
    margin: 0 auto;
}

.lifestyleForm .tickbox .toggle:before{
  content: "";
      background-color: rgba(134, 153, 182, 0.8);
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    display: block;
    opacity: 0;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.lifestyleForm .tickbox .toggle.active:before{
  opacity: 1;
  -webkit-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
}

.lifestyleResult{
    background-color: #8699b6;
    margin: 20px 0;
    font-size: 0;
    padding: 20px;
}

.lifestyleResult p{
    color: #fff;
    text-align: left;
    margin: 0;
    float: left;
}

.lifestyleResult span{
    color: #fff;
    text-align: left;
    margin: 0;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
}

@media only screen and (max-width: 600px){
  .lifestyleForm .row .col-md-4{
    width: 50%;
    float: left;
  }

  .lifestyleForm .row .col-md-4:first-child{
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }

  .lifestyleForm .formHeader{
    display: none;
  }

  .lifestyleForm .formHeader.noHide{
    display: block;
  }

  .lifestyleForm label{
    display: block;
  }
}

.col-1-4 {
  width: 23%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-3-4 {
  width: 73%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 31.333%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-2-3 {
  width: 64.66%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-2 {
  width: 48%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-5 {
  width: 18%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-2-5 {
  width: 38%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-3-5 {
  width: 58%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-4-5 {
  width: 78%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-10 {
  width: 8%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-9-10 {
  width: 88%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1 {
  margin: 1%;
  width: 98%;
  position: relative;
}
.col-1-6 {
  width: 14.66%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.col-1-7 {
  width: 12%;
  margin: 1%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 800px) {
  .col-2-5, .col-1-5, .col-1-2, .col-1-3, .col-2-3, .col-1-4, .col-3-4, footer .col-1-4, .col-3-5, .col-4-5, .col-1-7 {
    width: 98%;
    margin: 1%;
    margin-bottom: 40px;
  }
}

/*************************************************************************/


/************************** Cookie Law STYLES ****************************/


/*************************************************************************/

#cookie-law{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  background: rgba(106, 127, 159, 1);
}

#cookie-law p{
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0px;
}
#cookie-law p a {
  color: #fff;
}

#cookie-law .cookie-button{
  font-size: 14px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px 15px;
    background: #3C3F4D;
    border:2px solid #3C3F4D;
    color: #fff;
    margin-left: 10px;
    text-transform: uppercase;
}

#cookie-law .cookie-button.cookie-law-close{
  border:2px solid #00a842;
  background: #00a842;
}

@media only screen and (min-width: 1000px){
  #cookie-law .cookie-button:hover{
    background: #fff;
    color:#3C3F4D;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }

  #cookie-law .cookie-button.cookie-law-close:hover{
    background: #fff;
    color:#00A8A8;
    -webkit-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
  }
}
