@charset "UTF-8";
/* Colours*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0; }

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none; }

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth; }

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto; }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }
.clearfix, .row, .logos,
.logos-row {
  overflow: auto; }
  .clearfix:after, .row:after, .logos:after,
  .logos-row:after {
    content: "";
    clear: both;
    display: table; }

@font-face {
  font-family: '__Frutiger LT Std_5';
  src: url("../fonts/81e3653a-53bd-49d9-a1f8-f924811b6f02.eot");
  src: local("☺"), url("../fonts/ab1bcdf7-9570-4cba-a8e3-3e39ddd861db.woff") format("woff"), url("../fonts/29f3ff8a-1719-4e25-a757-53ee1a1114a5.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: '__Frutiger LT Std_5';
  src: url("../fonts/381ea1e1-9a08-4929-a402-63be7fd76549.eot");
  src: local("☺"), url("../fonts/38f88aba-a7d0-4a78-9323-ac58226d277e.woff") format("woff"), url("../fonts/cd75c3e3-c5b7-4a25-9498-cabe4e8a9076.svg") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: '__Frutiger LT Std_5';
  src: url("../fonts/eb06b4c3-c0fd-4cd0-a9d9-a2954f6839a7.eot");
  src: local("☺"), url("../fonts/9bdfdcac-bbd4-46a9-9280-056c9a4438a2.woff") format("woff"), url("../fonts/eae74276-dd78-47e4-9b27-dac81c3411ca.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: '__Frutiger LT Std_5';
  src: url("../fonts/3c1542d6-dbb8-4bb3-85e5-730bbf131fcc.eot");
  src: local("☺"), url("../fonts/b33c9c65-2311-4db9-a364-ae857e998b70.woff") format("woff"), url("../fonts/6a927d74-bdc0-46c2-b5bf-f78a813aeecb.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
html {
  min-height: 100%;
  min-width: 100%;
  -ms-text-size-adjust: none;
  line-height: 1.2; }

body {
  background-color: #fff;
  color: #000;
  font-family: '__Frutiger LT Std_5', Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300; }

h2,
h3 {
  color: #7F7F7F; }
  h2 .small,
  h3 .small {
    display: inline-block;
    padding-left: 0.4rem;
    color: #000;
    font-size: 0.9rem; }

h2 {
  margin-bottom: 1.5rem;
  font-weight: 700; }

ul,
p,
address {
  margin-bottom: 1rem; }

p {
  text-align: justify; }

address {
  font-style: normal; }

ul {
  padding-left: 1.5rem; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #007CC3; }

.divider-orange {
  background-color: #F47D20;
  height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  .divider-orange.margin-top-0 {
    margin-top: 0; }

figure figcaption {
  color: #7F7F7F;
  font-weight: 700; }
  figure figcaption .small {
    font-size: 0.8rem; }

.section {
  margin-bottom: 3rem; }

.video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .video-container .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.contact-links {
  display: block;
  margin-top: 1rem; }
  .contact-links a {
    vertical-align: top;
    display: inline-block;
    margin-right: 0.5rem; }
    .contact-links a.email {
      margin-top: 4px; }

.row {
  width: 100%;
  max-width: 850px;
  margin: 0 auto; }
  .row-biog {
    margin-top: 4rem; }
    .row-biog h2 {
      margin-bottom: 0; }

.header {
  text-align: center; }
  .header .logo,
  .header .strapline {
    display: block;
    float: left; }
  .header .logo {
    width: 129px; }
  .header .strapline {
    width: calc( 100% - 129px );
    margin: 10px 0 0 0;
    text-align: initial;
    font-style: italic;
    font-weight: 700;
    font-size: 1.2rem;
    color: #7F7F7F; }

.navigation {
  background-color: #007CC3;
  margin-bottom: 6px; }
  .navigation .navbar {
    padding: 0; }
  .navigation .custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navigation .custom-toggler .navbar-toggler {
    border-color: white; }
  .navigation ul {
    margin: 0;
    list-style: none;
    font-weight: 700; }
    .navigation ul li {
      display: inline-block; }
      .navigation ul li a {
        display: inline-block;
        padding: 0.5rem 1rem;
        color: #fff;
        text-decoration: none; }
        .navigation ul li a:hover {
          background-color: #7F7F7F; }

.testimonial-quotes {
  margin-bottom: 4rem; }
  .testimonial-quotes blockquote {
    margin-bottom: 1rem; }

.testimonial-aside {
  width: 40%;
  max-width: 225px;
  margin-bottom: 1rem; }
  .testimonial-aside__hilary {
    float: right;
    margin-left: 1rem; }
  .testimonial-aside__john {
    float: left;
    margin-right: 1rem; }

.row-biog-meta {
  margin-bottom: 1rem; }
  .row-biog-meta-mobile {
    float: left;
    max-width: 50%;
    margin-right: 1rem; }

.pdf-hook h4 {
  padding: 0.5rem;
  background-color: #007CC3;
  color: white;
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase; }
.pdf-hook p {
  margin: 0.5rem 0 0 0;
  font-size: 0.9rem;
  line-height: 1.2;
  font-style: italic; }
.pdf-hook a {
  color: #007CC3;
  text-decoration: underline; }
  .pdf-hook a:hover img {
    opacity: 0.5; }
.pdf-hook img {
  min-width: 100%; }

.logos,
.logos-row {
  width: 100%; }

.logos-row {
  text-align: center; }
.logos-logo {
  vertical-align: middle;
  float: left;
  width: 50%;
  padding: 1rem 2rem;
  text-align: center; }
  .logos-logo img {
    display: inline-block;
    max-width: 100%; }

.container-contact h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 300; }

.row-contact-emails {
  vertical-align: center; }
  .row-contact-emails a {
    display: block;
    margin-bottom: 1rem; }

.contact-form {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .contact-form .cognito {
    max-width: 850px !important;
    margin-left: -8px !important;
    margin-right: -8px !important; }

.footer {
  padding: 0.5rem 0;
  background-color: #F47D20;
  color: #fff; }

@media only screen and (max-width: 599px) {
  .logos-logo:nth-of-type(2n + 1) {
    clear: left; }
  .logos-logo:nth-of-type(2n + 0) {
    clear: right; } }
@media only screen and (min-width: 600px) {
  .logos {
    display: table; }
    .logos-row {
      display: table-row;
      text-align: center; }
    .logos-logo {
      display: table-cell;
      vertical-align: middle;
      width: 25%;
      padding: 1rem 2rem;
      text-align: center; }
      .logos-logo:nth-of-type(4n + 1) {
        padding-left: 0; }
      .logos-logo:nth-of-type(4n + 0) {
        padding-right: 0; }
      .logos-logo img {
        display: inline-block;
        max-width: 100%; } }
@media only screen and (max-width: 768px) {
  .header .logo {
    margin-left: -30px; } }
@media only screen and (min-width: 768px) {
  .navigation ul {
    text-align: right; }

  .header .logo {
    float: left;
    margin-left: -1rem; }
  .header .logo,
  .header .strapline {
    float: left; }
  .header .strapline {
    font-size: 1.7rem;
    margin-top: 100px; }

  .divider-orange {
    margin-top: 20rem; }

  .section {
    margin-bottom: 5rem; } }

/*# sourceMappingURL=styles.css.map */
