/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?219r0d");
  src: url("../fonts/icomoon.eot?219r0d#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?219r0d") format("truetype"), url("../fonts/icomoon.woff?219r0d") format("woff"), url("../fonts/icomoon.svg?219r0d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FCFCFC;
  line-height: 1.4;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  background: #232C33;
}

h1 {
  font-size: 2.625rem;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 2.625rem;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.5rem;
  font-weight: normal;
}

h4.red {
  color: #C78283;
}

.container {
  max-width: 1120px;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

#sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100vh;
  background-color: #FCFCFC;
  overflow-y: auto;
  overflow-x: hidden;
}

#sidebar .sidebar-photo {
  position: relative;
  padding-bottom: 40px;
  font-size: 0;
}

#sidebar .sidebar-photo img {
  max-width: 100%;
  width: 100%;
}

#sidebar .sidebar-photo .curve-1, #sidebar .sidebar-photo .curve-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

#sidebar .sidebar-photo .curve-1 {
  bottom: 40px;
}

#sidebar .sidebar-photo .curve-1 svg path {
  opacity: .4;
}

@media only screen and (max-width: 1200px) {
  #sidebar .sidebar-photo {
    display: none;
  }
}

#sidebar .sidebar-inner {
  padding: 0 50px 50px;
  margin-top: -40px;
  position: relative;
}

#sidebar .sidebar-inner h2 {
  color: #232C33;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1200px) {
  #sidebar .sidebar-inner h2 {
    display: none;
  }
}

#sidebar .sidebar-inner p {
  color: #488286;
  font-weight: normal;
  font-size: 20px;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  #sidebar .sidebar-inner p {
    display: none;
  }
}

#sidebar .sidebar-inner ul#menu {
  padding-left: 0;
  list-style-type: none;
  margin: 40px 0 0;
  position: relative;
}

#sidebar .sidebar-inner ul#menu li {
  color: #232C33;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-size: 1.125rem;
}

#sidebar .sidebar-inner ul#menu li a {
  color: #232C33;
  -webkit-transition: color .17s;
  transition: color .17s;
}

#sidebar .sidebar-inner ul#menu li a:hover {
  color: #488286;
}

@media only screen and (max-width: 1200px) {
  #sidebar .sidebar-inner ul#menu li a {
    color: white;
  }
}

#sidebar .sidebar-inner ul#menu li:last-of-type {
  margin-bottom: 0;
}

#sidebar .sidebar-inner ul#menu #current-section-indicator {
  position: absolute;
  left: -10px;
  width: 4px;
  height: 4px;
  -webkit-transform: rotate(45deg) translate(-4px, 2px);
          transform: rotate(45deg) translate(-4px, 2px);
  background-color: #232C33;
  opacity: 0;
  -webkit-transition: opacity .17s;
  transition: opacity .17s;
}

#sidebar .sidebar-inner ul#menu #current-section-indicator.show {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  #sidebar .sidebar-inner ul#menu {
    display: none;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  #sidebar .sidebar-inner {
    padding: 0;
    margin: 0;
  }
}

#sidebar #mobile-menu-toggle {
  display: none;
}

@media only screen and (max-width: 1200px) {
  #sidebar #mobile-menu-toggle {
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
  }
  #sidebar #mobile-menu-toggle span {
    width: 30px;
    height: 2px;
    background-color: #FCFCFC;
    display: block;
  }
  #sidebar #mobile-menu-toggle span:nth-of-type(2) {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 1200px) {
  #sidebar {
    width: 100%;
    min-height: 48px;
    height: auto;
    z-index: 10;
    background-color: #232C33;
  }
}

#main-content {
  margin-left: 400px;
}

#main-content .cookie-message {
  position: fixed;
  bottom: 0;
  left: 400px;
  right: 0;
  z-index: 100;
  background-color: white;
  padding: 16px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .17s ease;
  transition: .17s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(0, 15px, 0);
          transform: translate3d(0, 15px, 0);
}

#main-content .cookie-message p {
  color: #232C33;
  margin: 0;
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  #main-content .cookie-message p {
    margin-right: 0;
  }
}

#main-content .cookie-message span.accept {
  color: white;
  background-color: #488286;
  display: inline-block;
  padding: 12px 25px;
  border: 2px solid #488286;
  -webkit-transition: all .17s;
  transition: all .17s;
  cursor: pointer;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

#main-content .cookie-message span.accept:hover {
  color: #488286;
  background-color: white;
}

@media only screen and (max-width: 767px) {
  #main-content .cookie-message span.accept {
    margin-top: 20px;
  }
}

#main-content .cookie-message span.close {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 20px;
  cursor: pointer;
  color: #232C33;
}

#main-content .cookie-message.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media only screen and (max-width: 1200px) {
  #main-content .cookie-message {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #main-content .cookie-message {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#main-content section {
  padding: 100px 0;
}

#main-content section .container {
  padding: 0 50px;
}

#main-content section .container h3:first-child {
  margin-top: 0;
  margin-bottom: 40px;
}

#main-content section .container .cols .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

#main-content section .container .cols .row .col-title {
  width: 24.5%;
}

#main-content section .container .cols .row .col-title:first-of-type {
  padding-right: 50px;
}

#main-content section .container .cols .row .col-title:nth-of-type(2) {
  padding-left: 50px;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-title {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-span-1 {
  width: calc(75.5% / 2);
  padding-right: 30px;
}

#main-content section .container .cols .row .col-span-1:nth-of-type(3) {
  padding-left: 30px;
  padding-right: 0;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-1 {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-span-2 {
  width: 75.5%;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-2 {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-full-width {
  width: 100%;
}

#main-content section .container .cols .row .col-span-half {
  width: 50%;
}

#main-content section .container .cols .row .col-span-half:first-of-type {
  padding-right: 30px;
}

#main-content section .container .cols .row .col-span-half:nth-of-type(2) {
  padding-left: 30px;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-half {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-span-40 {
  width: 40%;
}

#main-content section .container .cols .row .col-span-40:first-of-type {
  padding-right: 30px;
}

#main-content section .container .cols .row .col-span-40:last-of-type {
  padding-left: 30px;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-40 {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-span-60 {
  width: 60%;
}

#main-content section .container .cols .row .col-span-60:first-of-type {
  padding-right: 30px;
}

#main-content section .container .cols .row .col-span-60:last-of-type {
  padding-left: 30px;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-60 {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-span-20 {
  width: calc(20% + 30px);
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-20 {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .col-span-80 {
  width: calc(80% - 30px);
  padding-left: 30px;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .col-span-80 {
    width: 100%;
    padding: 0 !important;
  }
}

#main-content section .container .cols .row .concertina {
  width: 100%;
}

#main-content section .container .cols .row .concertina-title h4 {
  font-weight: normal;
  font-size: 1.5rem;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 40px;
}

#main-content section .container .cols .row .concertina-title h4:after {
  content: '\f107';
  font-family: 'icomoon', sans-serif;
  font-weight: bold;
  font-size: 22px;
  margin-left: 20px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media only screen and (max-width: 480px) {
  #main-content section .container .cols .row .concertina-title h4.mobile-width {
    width: 82%;
  }
}

@media only screen and (max-width: 400px) {
  #main-content section .container .cols .row .concertina-title h4.mobile-width {
    width: 90%;
  }
}

#main-content section .container .cols .row .concertina-title h5 {
  font-size: 1.125rem;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 40px;
}

#main-content section .container .cols .row .concertina-title h5:after {
  content: '\f107';
  font-family: 'icomoon', sans-serif;
  font-weight: bold;
  font-size: 18px;
  margin-left: 20px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

#main-content section .container .cols .row .concertina-title.open h4:after, #main-content section .container .cols .row .concertina-title.open h5:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#main-content section .container .cols .row .concertina-content {
  display: none;
}

#main-content section .container .cols .row h5 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.125rem;
}

#main-content section .container .cols .row h5.red {
  color: #C78283;
}

#main-content section .container .cols .row p {
  margin-top: 0;
  font-size: 1.125rem;
  word-break: break-word;
}

#main-content section .container .cols .row p a {
  text-decoration: underline;
}

#main-content section .container .cols .row p.red {
  color: #C78283;
}

#main-content section .container .cols .row p.red span, #main-content section .container .cols .row p.red strong {
  color: #C78283;
}

#main-content section .container .cols .row p span.small {
  font-size: 0.875rem;
  font-weight: normal;
}

#main-content section .container .cols .row p:last-child {
  margin-bottom: 0;
}

#main-content section .container .cols .row ul li, #main-content section .container .cols .row ol li {
  font-size: 1.125rem;
}

#main-content section .container .cols .row:last-of-type {
  margin-bottom: 0;
}

#main-content section .container .cols .row:last-of-type .concertina:last-of-type .concertina-title h4, #main-content section .container .cols .row:last-of-type .concertina:last-of-type .concertina-title h5 {
  margin-bottom: 0;
}

#main-content section .container .cols .row:last-of-type .concertina:last-of-type .concertina-content {
  margin-top: 40px;
}

#main-content section .container .cols .row.no-margin {
  margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols .row .margin-top-mobile {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols.inner .row .col-span-20 {
    width: 40%;
  }
  #main-content section .container .cols.inner .row .col-span-20:first-of-type {
    padding-right: 10px !important;
  }
  #main-content section .container .cols.inner .row .col-span-20:last-of-type {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols.inner .row .col-span-40 {
    width: 40%;
  }
  #main-content section .container .cols.inner .row .col-span-40:first-of-type {
    padding-right: 10px !important;
  }
  #main-content section .container .cols.inner .row .col-span-40:last-of-type {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols.inner .row .col-span-60 {
    width: 60%;
  }
  #main-content section .container .cols.inner .row .col-span-60:first-of-type {
    padding-right: 10px !important;
  }
  #main-content section .container .cols.inner .row .col-span-60:last-of-type {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 800px) {
  #main-content section .container .cols.inner .row .col-span-80 {
    width: 60%;
  }
  #main-content section .container .cols.inner .row .col-span-80:first-of-type {
    padding-right: 10px !important;
  }
  #main-content section .container .cols.inner .row .col-span-80:last-of-type {
    padding-left: 10px !important;
  }
}

@media only screen and (max-width: 767px) {
  #main-content section .container {
    padding: 0 15px;
  }
}

#main-content section:nth-of-type(even) {
  background-color: #488286;
}

#main-content section:nth-of-type(even) .container .cols .row h5 {
  font-weight: bold;
}

#main-content section#intro {
  text-align: center;
}

#main-content section#intro .container {
  margin: 0 auto;
}

#main-content section#intro h1 {
  margin-top: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  #main-content section#intro h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 480px) {
  #main-content section#intro h1 {
    margin-bottom: 20px;
    margin-top: 0;
  }
}

#main-content section#intro .testimonials {
  padding: 0 50px;
  position: relative;
}

#main-content section#intro .testimonials:before {
  content: '\201C';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 64px;
}

#main-content section#intro .testimonials:after {
  content: '\201D';
  position: absolute;
  top: 0;
  right: 0;
  font-size: 64px;
}

#main-content section#intro .testimonials .slide blockquote {
  font-style: italic;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  #main-content section#intro .testimonials .slide blockquote {
    margin: 20px 15px;
  }
}

#main-content section#intro .testimonials .slide .author {
  font-size: .875rem;
  margin: 0;
}

#main-content section#intro .testimonials .slide:focus {
  outline: 0;
}

#main-content section#intro .testimonials ul.slick-dots {
  list-style-type: none;
  padding-left: 0;
  margin: 10px 0 0;
}

#main-content section#intro .testimonials ul.slick-dots li {
  display: inline-block;
  margin-right: 15px;
}

#main-content section#intro .testimonials ul.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #FCFCFC;
  background: #232C33;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  -webkit-transition: all .17s;
  transition: all .17s;
}

#main-content section#intro .testimonials ul.slick-dots li button:focus {
  outline: 0;
}

#main-content section#intro .testimonials ul.slick-dots li button:hover {
  background: rgba(252, 252, 252, 0.6);
  cursor: pointer;
}

#main-content section#intro .testimonials ul.slick-dots li:last-of-type {
  margin-right: 0;
}

#main-content section#intro .testimonials ul.slick-dots li:focus {
  outline: 0;
}

#main-content section#intro .testimonials ul.slick-dots li.slick-active button {
  background: #FCFCFC;
}

@media only screen and (max-width: 767px) {
  #main-content section#intro .testimonials {
    padding: 0 25px;
  }
}

#main-content section#intro .ctas {
  margin-top: 40px;
}

#main-content section#intro .ctas .cta {
  padding: 12px 25px;
  border: 2px solid #C78283;
  -webkit-transition: all .17s;
  transition: all .17s;
  display: inline-block;
}

#main-content section#intro .ctas .cta-outline {
  background-color: #232C33;
  color: #C78283;
  margin-right: 40px;
}

#main-content section#intro .ctas .cta-outline:hover {
  background-color: #C78283;
  color: #FCFCFC;
}

@media only screen and (max-width: 480px) {
  #main-content section#intro .ctas .cta-outline {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

#main-content section#intro .ctas .cta-fill {
  background-color: #C78283;
  color: #FCFCFC;
}

#main-content section#intro .ctas .cta-fill:hover {
  background-color: #232C33;
  color: #C78283;
}

@media only screen and (max-width: 480px) {
  #main-content section#intro .ctas .cta {
    display: block;
  }
}

#main-content section#intro .mobile-only {
  display: none;
  font-size: 0;
}

@media only screen and (max-width: 1200px) {
  #main-content section#intro .mobile-only {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  #main-content section#intro .mobile-only h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
  #main-content section#intro .mobile-only p {
    color: #C78283;
    font-size: 18px;
  }
  #main-content section#intro .mobile-only.image {
    width: 85vw;
    height: 85vw;
    overflow: hidden;
    margin: 0 auto 20px;
    border-radius: 50%;
    max-width: 400px;
    max-height: 400px;
  }
  #main-content section#intro .mobile-only.image img {
    width: 100%;
  }
}

#main-content section#current-practice .col-full-width {
  margin-top: 20px;
}

#main-content section#current-practice .col-full-width ol {
  padding-left: 20px;
  margin: 0;
}

#main-content section#personal-details .cols p {
  margin-bottom: 0;
}

#main-content section#personal-details .cols .special-interests {
  margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {
  #main-content section#rates-terms .col-title p.red {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  #main-content {
    margin-left: 0;
  }
}
/*# sourceMappingURL=style.css.map */