@charset "UTF-8";
/*!
Theme Name: novel
Author: A Novel Development
Author URI: https://nov.dev
Description: A Novel Development Skeleton
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: novel
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
#Slider
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bourbon.io
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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 {
  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 */
  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 {
  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] {
  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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #0b2650;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 70px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b2650;
}

h3, h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b2650;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

img.responsive {
  width: 100%;
  height: auto;
}

img.border-radius {
  border-radius: 5px;
}

img.luminosity {
  -webkit-mix-blend-mode: luminosity;
  -o-mix-blend-mode: luminosity;
  mix-blend-mode: luminosity;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.image-container {
  position: relative;
}
.image-container .image-text {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0b2650;
  padding: 16px 14px 16px 14px;
}
.image-container .image-text strong,
.image-container .image-text span {
  color: #fff;
}

.gold-wave-background {
  background-color: #F8F3EE;
  margin-top: 135px;
  position: relative;
}
@media only screen and (min-width: 1920px) {
  .gold-wave-background {
    margin-top: 135px;
  }
}
@media only screen and (max-width: 767px) {
  .gold-wave-background {
    margin-top: 108px;
  }
}
.gold-wave-background::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -135px;
  height: 135px;
  width: 100%;
  background-image: url("../img/backgrounds/wave.svg");
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 1920px) {
  .gold-wave-background::before {
    top: -135px;
    height: 135px;
    background-size: auto 100%;
  }
}
.gold-wave-background::after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: #F8F3EE;
}

.btn.btn--cp {
  border: 0;
  background-color: #c19871;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  padding: 1em 24px;
  background-image: url("../img/display/lines-button.svg");
  background-repeat: no-repeat;
  background-size: 16px 37px;
  background-position: right -1px bottom;
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 textarea,
.wpcf7 select {
  background-color: #fff;
  width: 100%;
  padding: 5px 8px;
  text-indent: 5px;
  border-radius: 5px;
  border: 1px solid #0b2650;
}
.wpcf7 select {
  background-image: url("../img/icons/select__icon.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.wpcf7 textarea {
  height: 180px;
}
.wpcf7 input[type=submit] {
  font-size: 1.125rem;
  margin-bottom: 40px;
}
.wpcf7 label {
  width: 100%;
}
.wpcf7 label span.color--red {
  color: #dc3232;
}
.wpcf7 label .wpcf7-form-control-wrap {
  display: block;
  margin-top: 5px;
}
.wpcf7 form.wpcf7-form p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .wpcf7 form.wpcf7-form p:nth-of-type(1) {
    width: 50%;
    width: calc(50% - 10px);
    margin-right: 10px;
    float: left;
  }
  .wpcf7 form.wpcf7-form p:nth-of-type(2) {
    width: 50%;
    width: calc(50% - 10px);
    margin-left: 10px;
    float: left;
  }
}
.wpcf7 form.wpcf7-form p .wpcf7-spinner {
  top: -10px;
}
.wpcf7 .wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  text-transform: initial;
  font-size: 0.75rem;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  margin-top: 30px;
  clear: both !important;
}

.grecaptcha-badge {
  display: none;
}

.wpcf7-border-clear .wpcf7 input[type=text],
.wpcf7-border-clear .wpcf7 input[type=email],
.wpcf7-border-clear .wpcf7 input[type=url],
.wpcf7-border-clear .wpcf7 input[type=password],
.wpcf7-border-clear .wpcf7 input[type=search],
.wpcf7-border-clear .wpcf7 input[type=number],
.wpcf7-border-clear .wpcf7 input[type=tel],
.wpcf7-border-clear .wpcf7 input[type=range],
.wpcf7-border-clear .wpcf7 input[type=date],
.wpcf7-border-clear .wpcf7 input[type=month],
.wpcf7-border-clear .wpcf7 input[type=week],
.wpcf7-border-clear .wpcf7 input[type=time],
.wpcf7-border-clear .wpcf7 input[type=datetime],
.wpcf7-border-clear .wpcf7 input[type=datetime-local],
.wpcf7-border-clear .wpcf7 input[type=color],
.wpcf7-border-clear .wpcf7 textarea,
.wpcf7-border-clear .wpcf7 select {
  border: 0;
}
.wpcf7-border-clear .wpcf7 label {
  margin-bottom: 23px;
}
.wpcf7-border-clear .wpcf7 textarea {
  height: 203px;
}

.contact-form-specific-container {
  padding-bottom: 55px;
}
.contact-form-specific-container h3 {
  font-size: 30px;
  margin: 30px 0 36px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #c19871;
}
a:visited {
  color: #8e653e;
}
a:hover, a:focus, a:active {
  color: #c19871;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-toggler {
  border: 0;
  color: transparent;
}
.navbar-toggler:active, .navbar-toggler:focus {
  border: 0;
  outline: none;
}
.navbar-toggler .nov__menu--icon {
  width: 42px;
  height: 32px;
  background-image: url("../img/icons/menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.menu-main-menu-container {
  margin: 15px auto 0;
}

.navbar {
  padding-bottom: 0;
}

ul#main-menu {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  ul#main-menu {
    display: block !important;
    padding: 30px 0 20px;
  }
}
ul#main-menu > li {
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  ul#main-menu > li {
    display: block;
    padding: 15px 0;
  }
}
ul#main-menu > li a {
  color: #0b2650;
  padding: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  ul#main-menu > li a {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  ul#main-menu > li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  ul#main-menu > li a {
    font-size: 18px;
  }
}
ul#main-menu > li.current-page-ancestor a, ul#main-menu > li.current_page_item a, ul#main-menu > li.active a {
  font-weight: 700;
}

/**
	With the Navwalker..
 */
ul.dropdown-menu {
  position: static !important;
  width: 100%;
  border: 0;
  padding-left: 40px;
  float: none;
}
ul.dropdown-menu > li:not(:first-of-type) {
  margin-top: 10px;
}
ul.dropdown-menu a.dropdown-toggle + ul.dropdown-menu {
  position: static !important;
  width: 100%;
}

ul#footer-menu {
  padding: 0;
  margin: 0 auto 23px;
}
ul#footer-menu li {
  margin-bottom: 8px;
  font-size: 14px;
}
@media only screen and (min-width: 576px) {
  ul#footer-menu li {
    display: inline-block;
    margin-bottom: 0;
  }
}
ul#footer-menu li a {
  color: #fff;
  padding: 0;
}
@media only screen and (min-width: 576px) {
  ul#footer-menu li:not(:last-of-type) a::after {
    content: "|";
    display: inline-block;
    margin: 0 10px;
  }
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
nav.novel-crumbs {
  color: #0b2650;
}
nav.novel-crumbs a {
  font-weight: 500;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -150%);
  -ms-transform: translate(0, -150%);
  transform: translate(0, -150%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arrow-left.svg");
  width: 30px;
  height: 30px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .slick-prev:before,
  .slick-next:before {
    width: 54px;
    height: 54px;
  }
}

[dir=rtl] .slick-prev {
  left: auto;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

[dir=rtl] .slick-next {
  right: auto;
}
.slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background-color: #fff;
  opacity: 0.75;
}
.slick-dots li.slick-active button {
  background-color: #fff;
  opacity: 1;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

html {
  font-size: 16px;
}

#content {
  position: relative;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Gutenberg
--------------------------------------------------------------*/
.gutenberg-block-text {
  color: red;
}

@media only screen and (max-width: 767px) {
  body {
    padding-top: 92px;
  }
}
header.site-header {
  position: fixed;
  left: 0;
  top: 3%;
  z-index: 100;
  width: 100%;
  padding: 16px 0;
  background-color: rgba(255, 255, 255, 0.59);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media only screen and (min-width: 768px) {
  header.site-header {
    padding: 38px 0;
  }
}
@media only screen and (max-width: 767px) {
  header.site-header {
    background-color: rgb(255, 255, 255);
  }
}
header.site-header .logo {
  padding-right: 60px;
}
header.site-header .logo img {
  height: 100%;
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
header.site-header.solidify {
  padding: 20px 0;
  background-color: rgb(255, 255, 255);
}
header.site-header.solidify .logo img {
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

#top {
  position: fixed;
  width: 100%;
  background: #0b2650;
  z-index: 9999;
  top: 0;
  font-size: 12px;
  color: #fff;
  padding: 12px;
}
#top a {
  text-decoration: none;
  margin-right: 15px;
  color: white;
}

.responsive-oembed {
  position: relative;
  padding-bottom: 42%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: auto;
}
.responsive-oembed div.video__play,
.responsive-oembed div.video__pause {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.responsive-oembed div.video__play::after,
.responsive-oembed div.video__pause::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom 30px right 30px;
  background-size: 34px 39px;
  z-index: 6;
  cursor: pointer;
}
.responsive-oembed div.video__play {
  display: none;
}
.responsive-oembed div.video__play::after {
  opacity: 1;
  background-image: url("../img/video__play.svg");
}
.responsive-oembed div.video__pause::after {
  opacity: 1;
  background-image: url("../img/video__pause.svg");
}
@media only screen and (max-width: 767px) {
  .responsive-oembed div.video__play::after,
  .responsive-oembed div.video__pause::after {
    content: none;
  }
}
.responsive-oembed iframe,
.responsive-oembed object,
.responsive-oembed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.introduction-container {
  padding: 47px 0 31px;
}
.introduction-container h1 {
  color: #c19871;
  position: relative;
  padding-right: 125px;
  display: inline-block;
}
.introduction-container h1::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: 95px;
  height: 100%;
  background-image: url("../img/display/lines.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.introduction-container span.introduction-content {
  color: #0b2650;
  font-size: 18px;
  font-weight: 600;
  display: block;
}
@media only screen and (max-width: 767px) {
  .introduction-container span.introduction-content {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .introduction-container span.introduction-content {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .introduction-container span.introduction-content {
    font-size: 30px;
  }
}

.help-container h2 {
  margin-bottom: 60px;
}
.help-container .help-services .service {
  margin-bottom: 60px;
  position: relative;
}
.help-container .help-services .service .overlay-container {
  position: relative;
}
.help-container .help-services .service .overlay-container img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.help-container .help-services .service .overlay-container .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(193, 152, 113, 0.93);
  border-radius: 5px;
  background-image: url("../img/display/lines-overlay.svg");
  background-size: 64px 135px;
  background-position: right bottom;
  background-repeat: no-repeat;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.help-container .help-services .service .overlay-container .overlay span {
  padding-left: 15px;
  font-size: 70px;
  color: #fff;
  font-weight: 600;
}
.help-container .help-services .service a.overlay-link:hover .overlay, .help-container .help-services .service a.overlay-link:focus .overlay {
  opacity: 1;
}
.help-container .help-services .service h3 {
  margin: 17px 0 12px;
}
.help-container .help-services .service h3 a {
  color: inherit;
  text-decoration: none;
}
.help-container .help-services .service p {
  margin-bottom: 0;
  line-height: 19px;
}

.our-experts-container {
  padding: 98px 0 53px;
}
.our-experts-container h2 {
  margin-bottom: 22px;
}

.pub_margin {
  margin-bottom: 100px;
}

.article_text p {
  margin-bottom: 0.5rem;
}
.article_text ul {
  padding: 0;
  margin: 0 0 20px 1rem;
}
.article_text ul li {
  margin-bottom: 8px;
}

.cp_pub.background-gold, .experts-container.background-gold, .firm_bg.background-gold {
  background-color: #F8F3EE;
}

@media only screen and (min-width: 768px) {
  #hero:empty {
    margin-bottom: 100px;
  }
}

.novel-banner {
  height: 590px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-x: hidden;
}
.novel-banner.ser {
  background-position: 30% 50%;
}
@media only screen and (max-width: 767px) {
  .novel-banner {
    height: 270px;
  }
}
.novel-banner .banner-text {
  background-color: rgba(11, 38, 80, 0.74);
  padding: 16px 16px 16px 25px;
  color: #fff;
  position: relative;
}
.novel-banner .banner-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -100vw;
  background-color: inherit;
}

body.page-template-page-template-our-firm .novel-banner {
  height: 670px;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-template-our-firm .novel-banner {
    height: 300px;
  }
}

body.page-template-page-template-our-services .novel-banner {
  background-position: 30% 50%;
}

.main-content-container {
  padding: 40px 0;
}
.main-content-container .firm-content p {
  line-height: normal;
}
.main-content-container .firm-content p:last-of-type {
  margin-bottom: 0;
}

.bottom-content-container {
  padding: 61px 0 0;
}

.panel-container .panel {
  padding-right: 40px;
}
.panel-container .panel .panel-image-container {
  position: relative;
  border-radius: 5px;
}
.panel-container .panel .panel-image-container .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(193, 152, 113, 0.93);
  border-radius: inherit;
}

footer.site-footer {
  background-color: #0b2650;
  padding: 72px 0 16px;
}
footer.site-footer .logo {
  margin-bottom: 48px;
}
footer.site-footer .note {
  color: #fff;
  font-size: 14px;
}
footer.site-footer .site-info {
  color: #c0d0e8;
  font-size: 14px;
}
footer.site-footer .site-info p {
  text-align: center;
}
footer.site-footer .site-info p a {
  color: #c0d0e8;
}

.services-container {
  padding: 30px 0 0;
}
.services-container:last-of-type {
  padding-bottom: 65px;
}
.services-container.background-gold {
  background-color: #F8F3EE;
}
.services-container .service {
  margin-bottom: 45px;
}
.services-container h2 {
  margin-bottom: 30px;
}
.services-container .image-container {
  margin-bottom: 30px;
}
.services-container h3 {
  margin-bottom: 12px;
}
.services-container p:last-of-type {
  margin-bottom: 30px;
}

.information-container {
  padding: 62px 0 50px;
}
.information-container:last-of-type {
  padding-bottom: 65px;
}
.information-container.background-gold {
  background-color: #F8F3EE;
}
.information-container h2 {
  margin-bottom: 30px;
}
.information-container h3 {
  margin-bottom: 12px;
}
.information-container .text-container {
  margin-bottom: 30px;
}
.information-container .text-container ul {
  margin-left: 0;
  padding-left: 0;
}
.information-container .text-container ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.information-container .text-container ul li::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
}
.information-container .image-container {
  margin-bottom: 30px;
}

.contact-expert-container {
  padding-top: 62px;
}
@media only screen and (min-width: 768px) {
  .contact-expert-container .contact-text {
    margin-bottom: 60px;
  }
}
.contact-expert-container:empty {
  background-color: #F8F3EE;
}
.contact-expert-container:empty + .gold-wave-background {
  margin-top: 0 !important;
}
.contact-expert-container:empty + .gold-wave-background::before {
  content: none;
}

.modal-open .modal {
  background-color: rgba(0, 0, 0, 0.74);
}

#email-expert-lawyer .modal-dialog,
#email-branch-lawyer .modal-dialog,
#email-expert .modal-dialog {
  max-width: 1140px;
}
#email-expert-lawyer .modal-dialog .modal-content,
#email-branch-lawyer .modal-dialog .modal-content,
#email-expert .modal-dialog .modal-content {
  border-radius: 10px;
  border: 0;
  padding: 20px 30px;
  background-color: #F8F3EE;
}
#email-expert-lawyer .modal-dialog .modal-header,
#email-branch-lawyer .modal-dialog .modal-header,
#email-expert .modal-dialog .modal-header {
  position: relative;
  border-bottom: 0;
}
#email-expert-lawyer .modal-dialog .modal-header h3,
#email-branch-lawyer .modal-dialog .modal-header h3,
#email-expert .modal-dialog .modal-header h3 {
  margin: 0 auto;
}
#email-expert-lawyer .modal-dialog .modal-header button.close,
#email-branch-lawyer .modal-dialog .modal-header button.close,
#email-expert .modal-dialog .modal-header button.close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.contact-container {
  padding: 31px 0 93px;
}
.contact-container h1 {
  font-size: 30px;
  margin-bottom: 36px;
}

.branch-container .branches-row .branch-background {
  background-color: rgba(193, 152, 113, 0.1);
  background-size: cover;
  background-position: center;
}
.branch-container .branches-row .branch-background:nth-of-type(3n+2) {
  background-color: rgba(193, 152, 113, 0.17);
}
.branch-container .branch-wrapper {
  padding: 65px 50px;
}
.branch-container .branch-wrapper h4 {
  margin-bottom: 36px;
}
.branch-container .branch-wrapper p {
  margin-bottom: 40px;
}
.branch-container .branch-wrapper p strong {
  display: block;
}
.branch-container .branch-wrapper p a {
  color: #0b2650;
  display: block;
}
.branch-container .branch-wrapper p em {
  display: block;
  margin-top: 30px;
}
.branch-container .branch-wrapper p.icon-content {
  padding-left: 58px;
  position: relative;
}
.branch-container .branch-wrapper p.icon-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.branch-container .branch-wrapper p.icon-content.icon-location::before {
  background-image: url("../img/icons/location.svg");
}
.branch-container .branch-wrapper p.icon-content.icon-phone {
  padding-top: 10px;
  margin-bottom: 50px;
}
.branch-container .branch-wrapper p.icon-content.icon-phone::before {
  background-image: url("../img/icons/phone.svg");
}
.branch-container .branch-wrapper p.icon-content.icon-email::before {
  background-image: url("../img/icons/email.svg");
}

.experts__locations {
  margin-bottom: 85px;
}
@media only screen and (max-width: 575px) {
  .experts__locations .location-wrapper {
    width: 100%;
  }
}
.experts__locations .location--fade {
  mix-blend-mode: luminosity;
  opacity: 0.4;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.experts__locations .location--fade strong {
  color: #0b2650;
}
.experts__locations .location--fade:hover, .experts__locations .location--fade:focus {
  opacity: 1;
  mix-blend-mode: normal;
  text-decoration: none;
}
.experts__locations .expert__location {
  display: block;
  text-align: center;
}
.experts__locations .expert__location::before {
  content: "";
  display: block;
  margin: 5px auto;
  background-image: url("../img/icons/location.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.experts__locations .expert__location strong {
  font-weight: 700;
}
.experts__locations .expert__location span.gold {
  color: #c19871;
  font-weight: 500;
  display: block;
}
.experts__locations .expert__location.location--large::before {
  width: 52px;
  height: 58px;
}
.experts__locations .expert__location.location--large strong {
  font-size: 35px;
}
@media only screen and (min-width: 992px) {
  .experts__locations .expert__location.location--large strong {
    font-size: 44px;
  }
}
.experts__locations .expert__location.location--large span.gold {
  font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .experts__locations .expert__location.location--large span.gold {
    font-size: 25px;
  }
}
.experts__locations .expert__location.location--small::before {
  width: 39px;
  height: 43px;
}
.experts__locations .expert__location.location--small strong {
  font-size: 25px;
}
@media only screen and (min-width: 992px) {
  .experts__locations .expert__location.location--small strong {
    font-size: 35px;
  }
}
.experts__locations .expert__location.location--small span.gold {
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  .experts__locations .expert__location.location--small span.gold {
    font-size: 20px;
  }
}

.experts .expert-wrapper {
  margin-bottom: 57px;
}

.contact-expert-slide .expert-wrapper h4,
.expert-slide .expert-wrapper h4,
.experts .expert-wrapper h4 {
  margin: 16px 0 3px;
}
.contact-expert-slide .expert-wrapper h4 a,
.expert-slide .expert-wrapper h4 a,
.experts .expert-wrapper h4 a {
  color: inherit;
}
.contact-expert-slide .expert-wrapper .icon-link,
.expert-slide .expert-wrapper .icon-link,
.experts .expert-wrapper .icon-link {
  margin-top: 11px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}
.contact-expert-slide .expert-wrapper .icon-link::before,
.expert-slide .expert-wrapper .icon-link::before,
.experts .expert-wrapper .icon-link::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-expert-slide .expert-wrapper .icon-link.icon--phone::before,
.expert-slide .expert-wrapper .icon-link.icon--phone::before,
.experts .expert-wrapper .icon-link.icon--phone::before {
  background-image: url("../img/icons/phone.svg");
}
.contact-expert-slide .expert-wrapper .icon-link.icon--email,
.expert-slide .expert-wrapper .icon-link.icon--email,
.experts .expert-wrapper .icon-link.icon--email {
  cursor: pointer;
}
.contact-expert-slide .expert-wrapper .icon-link.icon--email::before,
.expert-slide .expert-wrapper .icon-link.icon--email::before,
.experts .expert-wrapper .icon-link.icon--email::before {
  background-image: url("../img/icons/email.svg");
}
.contact-expert-slide .expert-wrapper .icon-link.icon--mobile,
.expert-slide .expert-wrapper .icon-link.icon--mobile,
.experts .expert-wrapper .icon-link.icon--mobile {
  cursor: pointer;
}
.contact-expert-slide .expert-wrapper .icon-link.icon--mobile::before,
.expert-slide .expert-wrapper .icon-link.icon--mobile::before,
.experts .expert-wrapper .icon-link.icon--mobile::before {
  background-image: url("../img/icons/mobile.svg");
}

.post-nav .alignright {
  text-align: end;
}
.post-nav .alignleft, .post-nav .alignright {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .post-nav .alignleft, .post-nav .alignright {
    margin: 0px;
    width: 50%;
  }
}
.post-nav .alignleft.prev-next-post-nav, .post-nav .alignright.prev-next-post-nav {
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .post-nav .alignleft.prev-next-post-nav, .post-nav .alignright.prev-next-post-nav {
    font-size: 16px;
  }
}
.post-nav .alignleft.prev-next-post-nav a, .post-nav .alignright.prev-next-post-nav a {
  padding: 20px;
}

.introduction-container span.introduction-position {
  color: #c19871;
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.introduction-container .introduction-expert .contact-details {
  margin-bottom: 40px;
}
.introduction-container .introduction-expert strong.icon-content {
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: normal;
}
.introduction-container .introduction-expert strong.icon-content a {
  color: inherit;
}
.introduction-container .introduction-expert strong.icon-content::before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 14px;
}
.introduction-container .introduction-expert strong.icon-content.icon--location {
  display: block;
  margin: 40px 0;
}
.introduction-container .introduction-expert strong.icon-content.icon--location::before {
  height: 35px;
  width: 33px;
  background-image: url("../img/icons/location.svg");
}
.introduction-container .introduction-expert strong.icon-content.icon--phone::before {
  height: 25px;
  width: 25px;
  background-image: url("../img/icons/phone.svg");
}
.introduction-container .introduction-expert strong.icon-content.icon--mobile::before {
  height: 25px;
  width: 16px;
  background-image: url("../img/icons/mobile.svg");
}
.introduction-container .introduction-expert strong.icon-content.icon--email::before {
  height: 25px;
  width: 25px;
  background-image: url("../img/icons/email.svg");
}
.introduction-container .introduction-expert strong.icon-content.icon--linkedin::before {
  height: 25px;
  width: 25px;
  background-image: url("../img/icons/linkedin.svg");
}

.expert-container {
  padding-top: 50px;
  padding-bottom: 43px;
}
.expert-container .expert-content p:last-of-type {
  margin-bottom: 36px;
}
.expert-container .expert-content ul {
  margin-left: 0;
  padding-left: 0;
}
.expert-container .expert-content ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  line-height: 2em;
}
.expert-container .expert-content ul li::before {
  content: "−";
  position: absolute;
  left: 0;
  top: 0;
}
.expert-container .expert-content .expertise {
  position: relative;
  padding-left: 50px;
}
.expert-container .expert-content .expertise::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/expertise.svg");
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.expert-container .expert-content .appointments {
  position: relative;
  padding-left: 50px;
}
.expert-container .expert-content .appointments::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/icons/appointments.svg");
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.expert-container .individual-contact-form {
  padding-top: 85px;
}

.expert-slider-container {
  padding: 98px 0 53px;
}

.expert-slider.slick-slider button.slick-prev {
  left: 15px;
}
@media only screen and (min-width: 768px) {
  .expert-slider.slick-slider button.slick-prev {
    left: 0;
  }
}
.expert-slider.slick-slider button.slick-next {
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .expert-slider.slick-slider button.slick-next {
    right: 0;
  }
}
.expert-slider.slick-slider .slick-slide .expert-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.terms-container {
  padding-top: 100px;
  padding-bottom: 50px;
}

.term-section span.term-number {
  width: 40px;
  height: 40px;
  background-color: #0b2650;
  color: #fff;
}
.term-section ul {
  margin-left: 10px;
}

.quick-links a.download,
.quick-links a.quick-link {
  color: #0b2650;
}
.quick-links a.download:hover, .quick-links a.download:focus, .quick-links a.download:visited,
.quick-links a.quick-link:hover,
.quick-links a.quick-link:focus,
.quick-links a.quick-link:visited {
  color: #0b2650;
}

.anti-money-act-container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.anti-money-act-container h2 {
  margin-bottom: 25px;
}

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