/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 */
  font-size: 62.5%; }

/* 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: 30px;
  font-size: 3rem;
  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; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

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

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

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

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

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

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

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

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
.container, .container-narrow {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

.container {
  max-width: 1170px; }

.container-narrow {
  max-width: 800px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
h4.widget-title {
  display: block;
  margin: 0 0 30px; }
  h4.widget-title span a {
    color: inherit; }

.widget {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 3px;
  margin: 0 0 30px; }
  .widget.widget_meta ul, .widget.widget_archive ul, .widget.widget_categories ul, .widget.widget_pages ul, .widget.widget_recent_comments ul, .widget.widget_recent_entries ul, .widget.widget_rss ul {
    margin: 0;
    padding-left: 15px;
    list-style: none; }
    .widget.widget_meta ul li, .widget.widget_archive ul li, .widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_recent_comments ul li, .widget.widget_recent_entries ul li, .widget.widget_rss ul li {
      color: #282828;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #eeeeee; }
      .widget.widget_meta ul li::before, .widget.widget_archive ul li::before, .widget.widget_categories ul li::before, .widget.widget_pages ul li::before, .widget.widget_recent_comments ul li::before, .widget.widget_recent_entries ul li::before, .widget.widget_rss ul li::before {
        content: 'keyboard_arrow_right';
        font-family: 'Material Icons';
        position: absolute;
        left: -15px; }
      .widget.widget_meta ul li a, .widget.widget_archive ul li a, .widget.widget_categories ul li a, .widget.widget_pages ul li a, .widget.widget_recent_comments ul li a, .widget.widget_recent_entries ul li a, .widget.widget_rss ul li a {
        color: inherit;
        text-decoration: none; }
      .widget.widget_meta ul li:last-child, .widget.widget_archive ul li:last-child, .widget.widget_categories ul li:last-child, .widget.widget_pages ul li:last-child, .widget.widget_recent_comments ul li:last-child, .widget.widget_recent_entries ul li:last-child, .widget.widget_rss ul li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
  .widget.widget_nav_menu ul.menu {
    margin: 0 0 30px; }
  .widget.widget_nav_menu ul.sub-menu {
    margin: 0 0 30px; }
  .widget.widget_nav_menu .np-mega-menu-wrap {
    display: none; }

.tagcloud a {
  font-size: 14px !important;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 10px;
  background: #000;
  color: #fff !important;
  transition: 0.2s all ease;
  border-radius: 2px;
  margin: 2px;
  line-height: 1;
  text-decoration: none; }
  .tagcloud a:hover {
    background: #1c3968; }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.np-post-common {
  position: relative;
  margin-bottom: 30px; }
  .np-post-common h3.entry-title {
    font-size: 24px;
    line-height: 1.6;
    margin: 0 0 15px; }
    .np-post-common h3.entry-title a {
      color: inherit;
      text-decoration: none; }
  .np-post-common a.thumbnail-wrap {
    display: block; }
    .np-post-common a.thumbnail-wrap img {
      margin-bottom: 15px; }

.np-entry-meta {
  margin-bottom: 15px; }
  .np-entry-meta ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
    .np-entry-meta ul li {
      display: inline-block;
      margin-right: 15px;
      font-size: 14px; }
      .np-entry-meta ul li a {
        color: inherit !important;
        text-decoration: none; }

h1.entry-title {
  font-size: 26px; }

p.meta-data-posted-on {
  margin: 0;
  font-size: 15px;
  line-height: 1; }

.editor-styles-wrapper .np-category-align a.np-featured-category,
.np-category-align a.np-featured-category {
  color: #ffffff;
  background: #000;
  text-decoration: none;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 24px;
  border-radius: 15px;
  font-weight: 800;
  transition: all 0.2s ease; }
  .editor-styles-wrapper .np-category-align a.np-featured-category:before,
  .np-category-align a.np-featured-category:before {
    display: none; }

.np-article-share ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important; }
  .np-article-share ul li {
    display: inline-block;
    margin-right: 20px;
    color: #333333;
    font-weight: 600; }
    .np-article-share ul li a {
      color: inherit;
      text-decoration: none; }

.comments-area {
  border-top: 2px solid #eaeaea;
  padding-top: 30px; }
  .comments-area h4 {
    margin-bottom: 30px; }

.np-post-layout-thumb.has-post-thumbnail {
  padding-left: 130px;
  min-height: 100px; }
  .np-post-layout-thumb.has-post-thumbnail > img, .np-post-layout-thumb.has-post-thumbnail a.thumbnail-wrap {
    position: absolute;
    display: block;
    top: 0;
    left: 0; }
.np-post-layout-thumb .content-wrap {
  position: relative; }

.np-post-layout-main {
  margin-bottom: 60px;
  border: 1px solid #eee; }
  .np-post-layout-main h3.entry-title {
    font-size: 36px;
    line-height: 1.2; }
  .np-post-layout-main.has-post-thumbnail a.thumbnail-wrap {
    margin: 0; }
    .np-post-layout-main.has-post-thumbnail a.thumbnail-wrap > img {
      margin: 0;
      display: block; }
  .np-post-layout-main .content-wrap {
    padding: 30px; }

.np-post-pagination {
  margin-bottom: 30px;
  text-align: center; }
  .np-post-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .np-post-pagination li {
    display: inline-block;
    margin: 0 5px; }
    .np-post-pagination li > a, .np-post-pagination li > span {
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      display: block;
      background: #fff;
      border: 0.1rem solid #ececec;
      border-radius: 2px;
      transition: 0.2s all ease;
      text-decoration: none;
      font-size: 16px; }
      .np-post-pagination li > a:hover, .np-post-pagination li > a.current, .np-post-pagination li > span:hover, .np-post-pagination li > span.current {
        background: #bec4c9;
        color: #fff; }
      .np-post-pagination li > a span, .np-post-pagination li > span span {
        margin: 0;
        border: none;
        font-size: inherit; }

.np-pagniation {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 30px; }
  .np-pagniation > a, .np-pagniation > span {
    margin: 0 10px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    background: #fff;
    border: 0.1rem solid #ececec;
    border-radius: 2px;
    transition: 0.2s all ease;
    text-decoration: none;
    font-size: 16px;
    padding: 0 16px; }
    .np-pagniation > a:hover, .np-pagniation > a.current, .np-pagniation > span:hover, .np-pagniation > span.current {
      background: #128bcc;
      color: #fff; }
    .np-pagniation > a span, .np-pagniation > span span {
      margin: 0;
      border: none;
      font-size: inherit; }

.np-posts-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .np-posts-grid > article {
    -ms-flex-preferred-size: calc( 33.333% - 20px);
        flex-basis: calc( 33.333% - 20px);
    margin-right: 30px; }
    .np-posts-grid > article:nth-child(3n) {
      margin-right: 0; }

article.np-post-layout-3 {
  padding: 35px;
  border: 1px solid #ccc;
  border-radius: 3px; }
  article.np-post-layout-3 h3.entry-title {
    font-size: 18px; }
  article.np-post-layout-3 .excerpt {
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
    article.np-post-layout-3 .excerpt p {
      font-size: inherit;
      margin: 0; }
  article.np-post-layout-3 time.entry-date {
    font-size: 13px;
    line-height: 1;
    display: block; }

.meta-taxonomies a {
  text-decoration: none;
  font-size: 12px; }
  .meta-taxonomies a::after {
    content: ',';
    margin-left: 5px;
    margin-right: 15px; }
  .meta-taxonomies a:last-child::after {
    display: none; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.np-site-header-layout-1 {
  position: relative;
  display: block;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  margin-bottom: 60px;
  color: #fff; }
  .np-site-header-layout-1::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(rgba(10, 19, 21, 0.9) 0%, rgba(28, 36, 38, 0.8) 100%);
    opacity: 0.6; }
  .np-site-header-layout-1 > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .np-site-header-layout-1 > .container .header-menu {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .np-site-header-layout-1 > .container .header-menu .sub-navigation {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        .np-site-header-layout-1 > .container .header-menu .sub-navigation ul.nav-sub-menu > li.menu-item > a {
          font-size: 14px !important; }
  .np-site-header-layout-1.no-page-info {
    margin-bottom: 0;
    position: absolute;
    z-index: 999;
    width: 100%; }
    .np-site-header-layout-1.no-page-info::before {
      display: none; }

a.lang-switcher,
a.lang-switcher:visited {
  display: inline-block;
  border-left: 1px solid #ccc;
  color: #fff;
  text-decoration: none;
  padding-left: 15px;
  max-height: 30px; }
  a.lang-switcher:hover,
  a.lang-switcher:visited:hover {
    color: #fff; }

@media screen and (max-width: 687px) {
  a.lang-switcher, a.lang-switcher:visited {
    margin-left: 15px; } }
.np-header-social-icons ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex; }
  .np-header-social-icons ul li {
    margin-right: 20px; }
    .np-header-social-icons ul li a, .np-header-social-icons ul li p {
      display: block;
      font-size: 18px;
      margin: 0;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      text-decoration: none;
      color: #000;
      background: #fff;
      border-radius: 30px;
      opacity: 0.5;
      cursor: pointer;
      transition: 0.2s all ease; }
      .np-header-social-icons ul li a:hover, .np-header-social-icons ul li p:hover {
        opacity: 1;
        color: #000; }
      .np-header-social-icons ul li a .np-single-icon, .np-header-social-icons ul li p .np-single-icon {
        display: block;
        height: inherit;
        line-height: inherit;
        font-size: inherit; }

.logged-in.admin-bar .np-main-search-wrap {
  padding-top: 60px; }
  .logged-in.admin-bar .np-main-search-wrap .np-search-close {
    top: 7rem; }
  .logged-in.admin-bar .np-main-search-wrap .inner {
    min-height: calc(100vh - 90px); }

.np-main-search-wrap {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: scroll;
  padding: 30px;
  background: inherit; }
  .np-main-search-wrap .inner {
    background: #fff;
    min-height: calc(100vh - 60px); }
  .np-main-search-wrap.np-show {
    display: block; }
  .np-main-search-wrap .np-centering-search-wrap {
    max-width: 80rem;
    display: block;
    margin: 0 auto 0;
    padding-top: 60px; }
  .np-main-search-wrap .np-search-results-wrap {
    overflow: scroll;
    display: block; }
  .np-main-search-wrap .np-search-close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    width: 6rem;
    height: 6rem;
    border-radius: 6rem;
    text-align: center;
    line-height: 6rem;
    background: #E7E7E7;
    font-size: 25px;
    color: #000000;
    cursor: pointer;
    transition: 0.2s all ease; }
    .np-main-search-wrap .np-search-close i {
      line-height: 6rem; }
    .np-main-search-wrap .np-search-close:hover {
      background: #f8f8f8; }
  .np-main-search-wrap .input-wrap {
    position: relative;
    margin-bottom: 4rem; }
    .np-main-search-wrap .input-wrap .np-loading {
      display: none;
      position: absolute;
      left: -4rem;
      top: 0;
      font-size: 2rem;
      line-height: 3rem; }
      .np-main-search-wrap .input-wrap .np-loading.np-show {
        display: block; }
    .np-main-search-wrap .input-wrap input {
      font-size: 2rem;
      color: #000000;
      line-height: 3.2rem;
      padding: 0 0 2rem 0;
      border: none;
      border-bottom: 3px solid #EDEDED;
      background: #f8f8f8;
      padding: 15px; }
      .np-main-search-wrap .input-wrap input::-webkit-input-placeholder {
        font-size: 2rem;
        color: #000000;
        line-height: 3.2rem; }
      .np-main-search-wrap .input-wrap input::-moz-placeholder {
        font-size: 2rem;
        color: #000000;
        line-height: 3.2rem; }
      .np-main-search-wrap .input-wrap input:-ms-input-placeholder {
        font-size: 2rem;
        color: #000000;
        line-height: 3.2rem; }
      .np-main-search-wrap .input-wrap input:-moz-placeholder {
        font-size: 2rem;
        color: #000000;
        line-height: 3.2rem; }
      .np-main-search-wrap .input-wrap input:focus {
        outline: none; }
    .np-main-search-wrap .input-wrap button.np-search-submit {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0;
      background: none;
      font-size: 3.3rem;
      color: #000000;
      line-height: 1;
      height: 100%;
      border: none;
      width: 60px; }
      .np-main-search-wrap .input-wrap button.np-search-submit i {
        font-size: inherit;
        line-height: inherit; }
  .np-main-search-wrap .np-search-text {
    margin-bottom: 4rem; }
    .np-main-search-wrap .np-search-text h3 {
      font-size: 2rem;
      line-height: 3.2rem;
      margin-bottom: 1.5rem; }
      .np-main-search-wrap .np-search-text h3 .np-icons {
        line-height: inherit;
        font-size: inherit;
        margin-left: 1rem; }
    .np-main-search-wrap .np-search-text ul.np-search-trends {
      list-style: none;
      margin: 0;
      padding: 0; }
      .np-main-search-wrap .np-search-text ul.np-search-trends li {
        display: block;
        float: left;
        font-size: 2rem;
        color: inherit;
        opacity: 0.6;
        line-height: 3rem;
        transition: 0.2s all ease; }
        .np-main-search-wrap .np-search-text ul.np-search-trends li a {
          color: inherit;
          font-size: inherit; }
        .np-main-search-wrap .np-search-text ul.np-search-trends li::after {
          content: ',';
          margin-right: 1rem; }
        .np-main-search-wrap .np-search-text ul.np-search-trends li:last-child::after {
          content: '';
          margin-right: 0; }
        .np-main-search-wrap .np-search-text ul.np-search-trends li:hover {
          opacity: 1; }

.search-form {
  position: relative; }
  .search-form label {
    width: 100%;
    display: block;
    margin: 0; }
    .search-form label input {
      margin: 0;
      padding-right: 60px;
      background: #fff;
      border: 1px solid #ccc;
      border-radius: 3px; }
      .search-form label input:focus {
        outline: none; }
  .search-form button.search-submit {
    width: 60px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    transition: 0.2s all ease;
    height: 57px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 1;
    border-radius: 0;
    cursor: pointer;
    margin: 0;
    background: none; }
    .search-form button.search-submit i {
      display: block;
      font-size: inherit; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  padding: 120px 0 60px;
  background: #000000;
  font-size: 18px;
  line-height: 30px;
  color: #9d9d9d; }
  .site-footer h3 {
    color: #fff;
    font-size: 18px; }
  .site-footer p {
    font-size: 16px;
    margin-bottom: 15px; }
  .site-footer .footer-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .site-footer .footer-navigation ul li {
      margin-bottom: 20px;
      position: relative;
      line-height: 1; }
      .site-footer .footer-navigation ul li::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background: #9D9D9D;
        display: inline-block;
        margin-right: 10px; }
      .site-footer .footer-navigation ul li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        line-height: 1; }
  .site-footer .np-logo {
    margin-bottom: 15px !important; }
  .site-footer .np-footer-logo img {
    max-width: 120px; }
  .site-footer input.es_textbox_class {
    width: 100%;
    height: 50px;
    margin: 0;
    background: #fff;
    color: #9d9d9d;
    border: 1px solid #707070;
    border-radius: 5px; }
    .site-footer input.es_textbox_class:-ms-input-placeholder {
      font-family: Tajawal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #9d9d9d; }
    .site-footer input.es_textbox_class::-moz-placeholder {
      font-family: Tajawal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #9d9d9d; }
    .site-footer input.es_textbox_class::placeholder {
      font-family: Tajawal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #9d9d9d; }
  .site-footer input.es_textbox_button {
    font-family: Tajawal;
    width: 150px;
    margin-top: 30px;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #1c3968;
    cursor: pointer;
    padding: 0; }

.np-footer-bg {
  min-height: 400px;
  background-size: cover;
  background-position: center; }

.np-newsltter-footer {
  position: absolute;
  background: #f7f7f7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  bottom: -60px; }
  .np-newsltter-footer:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid #e3e2e2;
    border-left: 15px solid transparent;
    border-top: 30px solid #e3e2e2;
    border-bottom: 30px solid transparent;
    position: absolute;
    bottom: 0;
    left: -30px; }
  .np-newsltter-footer:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid #e3e2e2;
    border-right: 15px solid transparent;
    border-bottom: 30px solid transparent;
    border-top: 30px solid #e3e2e2;
    bottom: 0;
    right: -30px;
    position: absolute; }
  .np-newsltter-footer .content {
    max-width: 610px;
    margin: 0 auto;
    padding: 30px 0; }
    .np-newsltter-footer .content .np-footer-form {
      display: -ms-flexbox;
      display: flex; }
      .np-newsltter-footer .content .np-footer-form input.es_textbox_class {
        width: 400px;
        height: 60px;
        margin: 0;
        background: #fff;
        color: #9d9d9d;
        border: 1px solid #707070;
        border-radius: 5px; }
        .np-newsltter-footer .content .np-footer-form input.es_textbox_class:-ms-input-placeholder {
          font-family: Tajawal;
          font-weight: normal;
          font-size: 18px;
          line-height: 30px;
          color: #9d9d9d; }
        .np-newsltter-footer .content .np-footer-form input.es_textbox_class::-moz-placeholder {
          font-family: Tajawal;
          font-weight: normal;
          font-size: 18px;
          line-height: 30px;
          color: #9d9d9d; }
        .np-newsltter-footer .content .np-footer-form input.es_textbox_class::placeholder {
          font-family: Tajawal;
          font-weight: normal;
          font-size: 18px;
          line-height: 30px;
          color: #9d9d9d; }
      .np-newsltter-footer .content .np-footer-form input.es_textbox_button {
        font-family: Tajawal;
        width: 180px;
        margin-left: 30px;
        font-size: 18px;
        line-height: 60px;
        text-align: center;
        color: #fff;
        border-radius: 5px;
        background: #1c3968;
        cursor: pointer;
        padding: 0; }
    .np-newsltter-footer .content h3 {
      font-weight: bold;
      font-size: 21px;
      line-height: 30px;
      color: #000;
      margin: 0 0 10px; }
    .np-newsltter-footer .content p {
      font-size: 18px;
      line-height: 26px;
      color: #000; }

@media screen and (max-width: 687px) {
  .np-newsltter-footer {
    position: relative;
    bottom: 0;
    margin: 0 -15px;
    width: auto; }
    .np-newsltter-footer:before, .np-newsltter-footer:after {
      display: none; }
    .np-newsltter-footer .content {
      margin: 0;
      padding: 30px; }

  .site-footer {
    padding: 30px 15px; }
    .site-footer .col-sm-4 {
      margin-bottom: 30px; } }
.footer-copyrights {
  padding: 30px 0;
  border-top: 1px solid #707070;
  text-align: center;
  background: #000000;
  color: #fff; }
  .footer-copyrights p {
    font-weight: 300;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    color: #9d9d9d; }

p.footer-copyrights {
  padding-top: 60px;
  border-top: 1px solid;
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0; }

.np-dark-background,
.editor-styles-wrapper .editor-writing-flow .np-dark-background p {
  color: #fff; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.wp-block-code {
  font-size: inherit;
  padding: 30px;
  border: none;
  border-radius: 0; }

.wp-block-preformatted pre {
  font-size: inherit; }

.wp-block-pullquote {
  margin: 0 0 30px; }

.editor-styles-wrapper .wp-block-pullquote {
  margin: 0; }

.wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  padding: 45px; }
  .wp-block-pullquote.is-style-default,
  .editor-styles-wrapper .wp-block-pullquote.is-style-default {
    border-top: 5px solid;
    border-bottom: 1px solid; }
    .wp-block-pullquote.is-style-default.alignleft, .wp-block-pullquote.is-style-default.alignright,
    .editor-styles-wrapper .wp-block-pullquote.is-style-default.alignleft,
    .editor-styles-wrapper .wp-block-pullquote.is-style-default.alignright {
      max-width: 400px; }
    .wp-block-pullquote.is-style-default.alignleft,
    .editor-styles-wrapper .wp-block-pullquote.is-style-default.alignleft {
      border-right: 3px solid; }
    .wp-block-pullquote.is-style-default.alignright,
    .editor-styles-wrapper .wp-block-pullquote.is-style-default.alignright {
      border-left: 3px solid; }
    .wp-block-pullquote.is-style-default.alignwide,
    .editor-styles-wrapper .wp-block-pullquote.is-style-default.alignwide {
      padding: 45px !important;
      border-left: 3px solid;
      border-right: 2px solid; }
  .wp-block-pullquote.is-style-solid-color blockquote,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%; }
    .wp-block-pullquote.is-style-solid-color blockquote p,
    .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color blockquote p {
      margin-bottom: 15px; }
  .wp-block-pullquote.is-style-solid-color.alignleft, .wp-block-pullquote.is-style-solid-color.alignright,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignleft,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignright {
    max-width: 400px; }
    .wp-block-pullquote.is-style-solid-color.alignleft blockquote p, .wp-block-pullquote.is-style-solid-color.alignright blockquote p,
    .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignleft blockquote p,
    .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignright blockquote p {
      font-size: 20px; }
  .wp-block-pullquote.is-style-solid-color.alignwide,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color.alignwide {
    padding: 45px !important; }
  .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation, .wp-block-pullquote.is-style-solid-color cite,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation,
  .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color cite {
    font-size: 18px; }
    .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before, .wp-block-pullquote.is-style-solid-color cite:before,
    .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation:before,
    .editor-styles-wrapper .wp-block-pullquote.is-style-solid-color cite:before {
      width: 30px;
      height: 6px;
      margin-top: 15px;
      border: 1px solid;
      border-left: 0;
      border-right: 0;
      content: '';
      display: block;
      margin-right: 15px;
      float: left; }
  .wp-block-pullquote.alignfull,
  .editor-styles-wrapper .wp-block-pullquote.alignfull {
    padding: 0; }
    .wp-block-pullquote.alignfull blockquote,
    .editor-styles-wrapper .wp-block-pullquote.alignfull blockquote {
      max-width: 1170px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      padding: 90px 0; }
  .wp-block-pullquote cite,
  .wp-block-pullquote footer, .wp-block-pullquote__citation,
  .editor-styles-wrapper .wp-block-pullquote cite,
  .editor-styles-wrapper .wp-block-pullquote footer,
  .editor-styles-wrapper .wp-block-pullquote__citation {
    text-transform: uppercase;
    font-size: inherit;
    font-style: normal; }
  .wp-block-pullquote blockquote,
  .editor-styles-wrapper .wp-block-pullquote blockquote {
    padding: 0;
    margin: 0;
    max-width: 100%; }
    .wp-block-pullquote blockquote p,
    .editor-styles-wrapper .wp-block-pullquote blockquote p {
      color: inherit; }

[data-align="left"] .wp-block-pullquote, [data-align="right"] .wp-block-pullquote {
  max-width: 400px; }

[data-align="left"] .wp-block-pullquote.is-style-default {
  border-right: 3px solid; }

[data-align="right"] .wp-block-pullquote.is-style-default {
  border-left: 3px solid; }

[data-align="wide"] .wp-block-pullquote.is-style-default {
  border-left: 3px solid;
  border-right: 2px solid; }

[data-align="full"] .wp-block-pullquote {
  padding: 0; }
  [data-align="full"] .wp-block-pullquote blockquote {
    max-width: 1170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 90px 0; }
  [data-align="full"] .wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 1170px; }

.editor-block-list__layout .editor-block-list__block[data-align="left"] .editor-block-list__block-edit {
  margin-right: 30px; }
.editor-block-list__layout .editor-block-list__block[data-align="right"] .editor-block-list__block-edit {
  margin-left: 30px; }

.wp-block-quote {
  margin: 0 0 30px;
  padding: 45px;
  border-left: 3px solid;
  border-right: 2px solid;
  border-top: 5px solid;
  border-bottom: 1px solid; }
  .wp-block-quote cite,
  .wp-block-quote footer, .wp-block-quote__citation {
    margin-top: 30px;
    position: relative;
    font-style: normal; }
  .wp-block-quote.is-style-large, .wp-block-quote.is-large {
    margin: 0 0 30px;
    padding: 60px; }
    .wp-block-quote.is-style-large p, .wp-block-quote.is-style-large .editor-rich-text__tinymce p, .wp-block-quote.is-large p, .wp-block-quote.is-large .editor-rich-text__tinymce p {
      font-size: 24px;
      font-style: inherit;
      line-height: 1.8; }
    .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large .editor-rich-text__tinymce cite, .wp-block-quote.is-large cite, .wp-block-quote.is-large .editor-rich-text__tinymce cite {
      font-size: 18px; }
  .wp-block-quote:not(.is-large):not(.is-style-large) {
    border-left: 3px solid;
    padding-left: 45px; }
    .wp-block-quote:not(.is-large):not(.is-style-large) cite, .wp-block-quote:not(.is-large):not(.is-style-large) .wp-block-quote__citation {
      font-size: inherit; }

table.wp-block-table, .wp-block-table {
  border-collapse: collapse;
  margin: 0 0 30px;
  width: 100%;
  display: table !important;
  width: -webkit-fill-available !important; }
  table.wp-block-table__cell-content,
  table.wp-block-table td,
  table.wp-block-table th, .wp-block-table__cell-content,
  .wp-block-table td,
  .wp-block-table th {
    text-align: inherit; }
  table.wp-block-table__cell-content, .wp-block-table__cell-content {
    padding: 0; }
  table.wp-block-table td,
  table.wp-block-table th, .wp-block-table td,
  .wp-block-table th {
    border: 1px solid;
    padding: 15px; }
  table.wp-block-table thead th, .wp-block-table thead th {
    border-bottom: 1px solid; }

.wp-block-button {
  margin-bottom: 0; }
  .wp-block-button a {
    color: inherit; }

.entry-content .alignwide.wp-block-media-text {
  padding-left: 0;
  padding-right: 0; }

.wp-block-separator {
  border: none;
  border-bottom: 2px solid;
  margin: 30px auto; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px; }

.block-library-list__tinymce, .block-library-list__tinymce ul, .block-library-list__tinymce ol {
  padding-left: 30px;
  margin-left: 30px; }

.wp-block-cover-image,
.wp-block-cover {
  width: auto; }
  .wp-block-cover-image h2,
  .wp-block-cover-image .wp-block-cover-image-text,
  .wp-block-cover-image .wp-block-cover-text,
  .wp-block-cover-image p.wp-block-cover-image-text,
  .wp-block-cover-image p.wp-block-cover-text,
  .wp-block-cover h2,
  .wp-block-cover .wp-block-cover-image-text,
  .wp-block-cover .wp-block-cover-text,
  .wp-block-cover p.wp-block-cover-image-text,
  .wp-block-cover p.wp-block-cover-text {
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    z-index: 1;
    margin-bottom: 0;
    max-width: 800px;
    padding: 30px;
    text-align: center; }

.np-post-next-prev {
  margin: 4rem 0; }
  .np-post-next-prev .np-post-next-prev-left,
  .np-post-next-prev .np-post-next-prev-right {
    width: 50%;
    min-height: 16rem; }
    .np-post-next-prev .np-post-next-prev-left a span.text,
    .np-post-next-prev .np-post-next-prev-right a span.text {
      display: block;
      float: left;
      font-weight: 400;
      margin-bottom: 2.2rem;
      font-size: 1.2rem;
      color: #A3A3A3;
      line-height: 3rem; }
    .np-post-next-prev .np-post-next-prev-left a .material-icons,
    .np-post-next-prev .np-post-next-prev-right a .material-icons {
      display: block;
      float: left;
      font-size: 2.5rem;
      line-height: 3rem; }
    .np-post-next-prev .np-post-next-prev-left a span.title,
    .np-post-next-prev .np-post-next-prev-right a span.title {
      display: inline-block;
      font-weight: 600;
      font-size: 1.6rem;
      color: #070707;
      line-height: 2.6rem;
      width: 60%;
      transition: 0.2s all ease; }
      .np-post-next-prev .np-post-next-prev-left a span.title:hover,
      .np-post-next-prev .np-post-next-prev-right a span.title:hover {
        color: inherit; }
  .np-post-next-prev .np-post-next-prev-left {
    text-align: left;
    border-right: 1px solid #E7E7E7;
    float: left;
    display: inline-block;
    width: 50%; }
    .np-post-next-prev .np-post-next-prev-left a .material-icons {
      margin-right: 1rem; }
  .np-post-next-prev .np-post-next-prev-right {
    text-align: right;
    float: right;
    display: inline-block;
    width: 50%; }
    .np-post-next-prev .np-post-next-prev-right a span.text {
      float: right; }
    .np-post-next-prev .np-post-next-prev-right a .material-icons {
      margin-left: 1rem;
      float: right; }

h2.comments-title {
  margin: 0 0 30px; }

ol.comment-list {
  padding: 0;
  margin: 0; }
  ol.comment-list article.comment-body {
    position: relative;
    position: relative;
    display: block; }
    ol.comment-list article.comment-body .comment-author {
      position: relative;
      display: block;
      padding-left: 6.7rem; }
    ol.comment-list article.comment-body .entry-content {
      padding: 0;
      margin-top: 0.5rem; }
      ol.comment-list article.comment-body .entry-content blockquote {
        margin-right: 0;
        margin-left: 0; }
      ol.comment-list article.comment-body .entry-content ul {
        margin-left: 2rem;
        display: list-item;
        padding-left: 0; }
        ol.comment-list article.comment-body .entry-content ul li {
          display: list-item; }
      ol.comment-list article.comment-body .entry-content ol {
        list-style: decimal; }
      ol.comment-list article.comment-body .entry-content p {
        margin-bottom: 10px; }
    ol.comment-list article.comment-body .btn-reply {
      margin: 0; }
  ol.comment-list > li {
    display: inline-block;
    border: none;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
    ol.comment-list > li ul {
      margin-left: 70px;
      padding-left: 0; }
    ol.comment-list > li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
  ol.comment-list .img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }
    ol.comment-list .img img {
      display: inline-block;
      float: left;
      border-radius: 50px;
      width: 52px;
      height: 52px; }
  ol.comment-list .author {
    float: left;
    display: inline-block; }
    ol.comment-list .author cite {
      font-style: normal; }
    ol.comment-list .author .comment-article-author {
      font-size: 12px;
      padding: 5px 10px;
      background: #eee;
      border-radius: 3px;
      margin-right: 15px; }
    ol.comment-list .author a.url {
      display: inline-block;
      font-size: 14px;
      color: #333;
      font-weight: 600;
      margin-right: 1.5rem;
      text-decoration: none; }
    ol.comment-list .author .time_class a {
      display: inline-block;
      font-size: 14px;
      margin-right: 1.5rem;
      text-decoration: none;
      color: inherit; }
  ol.comment-list a.comment-reply-link {
    transition: 0.2s all ease;
    font-weight: 600;
    text-decoration: none; }
    ol.comment-list a.comment-reply-link:hover {
      color: #000; }

.np-add-comment {
  margin-top: 30px;
  margin-bottom: 60px;
  border-top: 2px solid #eaeaea; }
  .np-add-comment textarea, .np-add-comment input.element-block {
    margin-bottom: 30px;
    border-radius: 3px;
    font-size: 15px;
    background: none;
    border: none;
    padding: 15px 20px;
    border: 1px solid #eaeaea; }
    .np-add-comment textarea::-webkit-input-placeholder, .np-add-comment input.element-block::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #9c9c9c; }
    .np-add-comment textarea::-moz-placeholder, .np-add-comment input.element-block::-moz-placeholder {
      /* Firefox 19+ */
      color: #9c9c9c; }
    .np-add-comment textarea:-ms-input-placeholder, .np-add-comment input.element-block:-ms-input-placeholder {
      /* IE 10+ */
      color: #9c9c9c; }
    .np-add-comment textarea:-moz-placeholder, .np-add-comment input.element-block:-moz-placeholder {
      /* Firefox 18- */
      color: #9c9c9c; }
  .np-add-comment .comment-form-cookies-consent input {
    margin-right: 15px; }
  .np-add-comment textarea {
    height: 200px; }
  .np-add-comment p.form-submit {
    margin-bottom: 0; }
    .np-add-comment p.form-submit input {
      display: block;
      background: #3B4048;
      border-radius: 50px;
      color: #fff;
      border: none;
      padding: 20px;
      font-size: 16px;
      margin: 0;
      cursor: pointer;
      transition: 0.2s all ease;
      width: 100%;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: lowercase; }
      .np-add-comment p.form-submit input:hover {
        background: #000; }
      .np-add-comment p.form-submit input:focus {
        outline: none; }

.wp-block-embed figcaption {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #555d66;
  text-align: center;
  font-size: 16px; }

.entry-content .gform_wrapper,
.editor-styles-wrapper .gform_wrapper {
  padding: 0; }
  .entry-content .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .editor-styles-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin: 0;
    background: #fff;
    color: #9d9d9d;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 10px 15px;
    width: 100%; }
  .entry-content .gform_wrapper .gform_body > ul > li,
  .editor-styles-wrapper .gform_wrapper .gform_body > ul > li {
    display: -ms-flexbox;
    display: flex;
    padding: 0 !important;
    margin: 0 0 20px; }
    .entry-content .gform_wrapper .gform_body > ul > li > label,
    .editor-styles-wrapper .gform_wrapper .gform_body > ul > li > label {
      width: 200px;
      margin-right: 15px;
      min-height: 55px; }
    .entry-content .gform_wrapper .gform_body > ul > li > div,
    .editor-styles-wrapper .gform_wrapper .gform_body > ul > li > div {
      -ms-flex: 1;
          flex: 1;
      margin: 0; }
      .entry-content .gform_wrapper .gform_body > ul > li > div .name_last,
      .editor-styles-wrapper .gform_wrapper .gform_body > ul > li > div .name_last {
        padding: 0; }
  .entry-content .gform_wrapper .gform_footer,
  .editor-styles-wrapper .gform_wrapper .gform_footer {
    text-align: center !important; }
    .entry-content .gform_wrapper .gform_footer input[type=submit],
    .editor-styles-wrapper .gform_wrapper .gform_footer input[type=submit] {
      margin: auto !important;
      min-width: 180px;
      padding: 0 45px !important;
      font-size: 18px;
      line-height: 60px;
      text-align: center !important;
      color: #fff;
      border-radius: 5px;
      background: #1c3968;
      cursor: pointer;
      display: block;
      margin: auto; }

@media (max-width: 678px) {
  .entry-content {
    margin: 0 15px; }

  .entry-content .gform_wrapper .gform_body > ul > li,
  .editor-styles-wrapper .gform_wrapper .gform_body > ul > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px; }
    .entry-content .gform_wrapper .gform_body > ul > li > label,
    .editor-styles-wrapper .gform_wrapper .gform_body > ul > li > label {
      width: 100%;
      min-height: auto; } }
div.entry-meta > p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.4; }
  div.entry-meta > p span {
    display: inline-block; }
  div.entry-meta > p a {
    color: inherit;
    text-decoration: none; }

.time-hide {
  display: none; }

a.post-edit-link {
  float: right;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  padding: 7px 14px;
  background: #eee;
  color: #000;
  border-radius: 4px;
  line-height: 1;
  transition: 0.2s all ease; }
  a.post-edit-link:hover {
    background: #000;
    color: #fff; }

.entry-content.single-article-content,
.editor-styles-wrapper.single-article-content {
  padding: 0 30px; }
  .entry-content.single-article-content .attachment-np-main,
  .editor-styles-wrapper.single-article-content .attachment-np-main {
    margin-right: -30px;
    margin-left: -30px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    margin-bottom: 30px;
    border-radius: 10px; }
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
  margin: 0 0 30px; }
.entry-content p > a,
.editor-styles-wrapper p > a {
  position: relative;
  color: inherit; }
.entry-content .wp-block-gallery,
.editor-styles-wrapper .wp-block-gallery {
  margin: 0; }
.entry-content ul,
.editor-styles-wrapper ul {
  list-style: disc;
  padding-left: 30px;
  margin: 0 0 30px 0; }
  .entry-content ul ul,
  .editor-styles-wrapper ul ul {
    list-style: circle; }
.entry-content ol,
.editor-styles-wrapper ol {
  list-style: decimal;
  padding-left: 30px;
  margin: 0 0 30px 0; }
.entry-content ul ul,
.entry-content ul ul ul,
.entry-content ul ol,
.entry-content ol ol,
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ul ul ul,
.editor-styles-wrapper ul ol,
.editor-styles-wrapper ol ol {
  padding-left: 30px; }
.entry-content li,
.editor-styles-wrapper li {
  margin-bottom: 15px; }
.entry-content dt,
.editor-styles-wrapper dt {
  font-weight: 700; }
.entry-content dd,
.editor-styles-wrapper dd {
  margin: 0 15px 15px; }
.entry-content pre,
.editor-styles-wrapper pre {
  margin-bottom: 30px;
  max-width: 100%;
  overflow: auto;
  padding: 30px;
  white-space: pre-wrap;
  background: #f8f8f8; }
.entry-content p,
.editor-styles-wrapper p {
  color: inherit; }
.entry-content .alignleft,
.editor-styles-wrapper .alignleft {
  float: left;
  margin-right: 30px;
  margin-left: 0;
  margin-bottom: 30px; }
  .entry-content .alignleft img,
  .editor-styles-wrapper .alignleft img {
    display: block; }
.entry-content .alignright,
.editor-styles-wrapper .alignright {
  float: right;
  margin-left: 30px;
  margin-right: 0;
  margin-bottom: 30px; }
  .entry-content .alignright img,
  .editor-styles-wrapper .alignright img {
    display: block; }
.entry-content .size-full,
.editor-styles-wrapper .size-full {
  margin-left: 0rem;
  margin-right: 0rem;
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 30px; }
  .entry-content .size-full img,
  .editor-styles-wrapper .size-full img {
    display: block; }
.entry-content .wp-caption-text,
.editor-styles-wrapper .wp-caption-text {
  color: #b3b3b3;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 5px; }
.entry-content blockquote,
.editor-styles-wrapper blockquote {
  position: relative;
  display: block;
  font-style: normal; }
.entry-content .twitter-tweet, .entry-content .instagram-media,
.editor-styles-wrapper .twitter-tweet,
.editor-styles-wrapper .instagram-media {
  margin-left: auto !important;
  margin-right: auto !important; }

.np-post-meta-tags-common {
  margin-bottom: 30px; }
  .np-post-meta-tags-common ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .np-post-meta-tags-common ul li.label {
      background: none;
      color: #000000; }
      .np-post-meta-tags-common ul li.label:hover {
        background: none;
        color: #000; }
    .np-post-meta-tags-common ul li {
      font-size: 14px;
      color: #fff;
      padding: 7px 14px;
      border-radius: 4px;
      margin-right: 1rem;
      margin-bottom: 1rem;
      float: left;
      transition: 0.2s all ease; }
      .np-post-meta-tags-common ul li a {
        color: inherit;
        font-size: inherit;
        text-decoration: none; }
      .np-post-meta-tags-common ul li:hover {
        background: #000;
        color: #fff; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
ul.arrow-style, ol.arrow-style {
  margin: 0 !important;
  padding-left: 15px !important;
  list-style: none; }
  ul.arrow-style li, ol.arrow-style li {
    list-style: none;
    color: #282828;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    word-break: initial;
    overflow-wrap: initial; }
    ul.arrow-style li::before, ol.arrow-style li::before {
      content: 'keyboard_arrow_right';
      font-family: 'Material Icons';
      position: absolute;
      left: -15px; }
    ul.arrow-style li a, ol.arrow-style li a {
      color: inherit;
      text-decoration: none; }
    ul.arrow-style li:last-child, ol.arrow-style li:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
ul.arrow-style-no-border, ol.arrow-style-no-border {
  margin: 0 !important;
  padding-left: 15px !important;
  list-style: none; }
  ul.arrow-style-no-border li, ol.arrow-style-no-border li {
    list-style: none;
    position: relative;
    margin-bottom: 15px;
    word-break: initial;
    overflow-wrap: initial; }
    ul.arrow-style-no-border li::before, ol.arrow-style-no-border li::before {
      content: 'keyboard_arrow_right';
      font-family: 'Material Icons';
      position: absolute;
      left: -15px; }
    ul.arrow-style-no-border li a, ol.arrow-style-no-border li a {
      color: inherit;
      text-decoration: none; }
    ul.arrow-style-no-border li:last-child, ol.arrow-style-no-border li:last-child {
      margin-bottom: 0; }

@media (min-width: 600px) {
  .wp-block-column:nth-child(odd) {
    margin-right: 15px; }

  .wp-block-column:nth-child(even) {
    margin-left: 15px; }

  .wp-block-column:not(:first-child) {
    margin-left: 15px; }

  .wp-block-column:not(:last-child) {
    margin-right: 15px; } }
@media screen and (max-width: 687px) {
  .hide-in-mobile {
    display: none; } }
@media screen and (min-width: 687px) {
  .show-in-mobile {
    display: none; }

  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2  );
    margin-right: calc( -100vw / 2 + 100% / 2  );
    max-width: 100vw;
    width: auto; }

  .entry-content .alignwide,
  .editor-styles-wrapper .alignwide {
    margin-left: -185px;
    margin-right: -185px;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px; } }
.wp-embed-aspect-16-9 iframe {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%; }
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-top: 56.25%; }

.np-service-column {
  background: #f7f7f7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px;
  text-align: center;
  margin-bottom: 30px; }
  .np-service-column h3 {
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin: 0 0 15px; }
  .np-service-column p {
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
    margin: 0 0 15px; }
  .np-service-column a.read-more {
    font-size: 14px;
    line-height: 30px;
    color: #128bcc;
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
  .np-service-column.layout_2 {
    padding: 30px;
    box-shadow: none;
    position: relative;
    color: #fff; }
    .np-service-column.layout_2::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(28, 57, 104, 0.7);
      z-index: 1; }
    .np-service-column.layout_2 h3, .np-service-column.layout_2 p, .np-service-column.layout_2 a.read-more {
      color: #fff; }
    .np-service-column.layout_2 .content {
      position: relative;
      z-index: 20; }
    .np-service-column.layout_2 .background-1, .np-service-column.layout_2 .background-2 {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      transition: 0.2s all ease; }
      .np-service-column.layout_2 .background-1 img, .np-service-column.layout_2 .background-2 img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .np-service-column.layout_2 .background-2 {
      opacity: 0; }
    .np-service-column.layout_2:hover .background-1 {
      opacity: 0; }
    .np-service-column.layout_2:hover .background-2 {
      opacity: 1; }

.np-banner {
  background: #F7F7F7;
  padding: 30px 0; }
  .np-banner.left .row {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .np-banner h3 {
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 10px; }
  .np-banner img.attachment-full {
    margin: 0; }
  .np-banner.banner-layout-2 {
    position: relative;
    min-height: 70vh;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    background-position: center;
    background-size: cover; }
    .np-banner.banner-layout-2:before {
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0; }
    .np-banner.banner-layout-2 h3 {
      font-size: 48px;
      color: #fff; }
    .np-banner.banner-layout-2 .col-sm-6 > img {
      border: none; }

.np-general-banner .np-general-banner-header {
  padding-top: 30px;
  text-align: center;
  margin-bottom: 30px; }
  .np-general-banner .np-general-banner-header h2 {
    font-size: 50px;
    color: #000;
    margin: 0; }

.np-btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }
  .np-btn-wrap a,
  .np-btn-wrap a:visited {
    font-size: 18px;
    line-height: 30px;
    background: #1C3968;
    color: #fff;
    padding: 12px 50px;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s all ease;
    margin-left: 15px; }
    .np-btn-wrap a:hover,
    .np-btn-wrap a:visited:hover {
      background: #000; }

@media (max-width: 678px) {
  .np-banner.left.banner-layout-2 {
    padding: 120px 0 0; }
    .np-banner.left.banner-layout-2 .row {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
.np-blog-post {
  position: relative;
  margin: 0 0 30px;
  border-top: 6px solid #128bcc;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .np-blog-post.event-post > a {
    min-height: 300px; }
  .np-blog-post > a {
    display: block;
    margin: 0;
    min-height: 260px;
    background-size: cover;
    background-position: center; }
  .np-blog-post time.event-time {
    position: absolute;
    top: 0;
    left: 30px;
    min-width: 60px;
    background: #128bcc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px 15px; }
    .np-blog-post time.event-time span {
      display: block; }
  .np-blog-post .content {
    padding: 30px; }
    .np-blog-post .content time {
      font-size: 14px;
      line-height: 30px;
      color: #707070; }
    .np-blog-post .content h3 {
      font-weight: 500;
      font-size: 18px;
      line-height: 30px;
      color: #000;
      margin: 0 0 10px; }
    .np-blog-post .content a {
      text-decoration: none; }
    .np-blog-post .content a.read-more {
      font-size: 14px;
      line-height: 30px;
      color: #128bcc;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.np-hero-banner {
  min-height: 500px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .np-hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6); }
  .np-hero-banner .content {
    color: #fff; }
    .np-hero-banner .content h3 {
      font-size: 54px;
      color: #fff; }
  .np-hero-banner .col-sm-6:first-child {
    padding-top: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .np-hero-banner .scroll-to-link-wrap {
    padding: 0  0px 30px;
    position: relative; }
  .np-hero-banner .scroll-to-link {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 60px;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    color: #000;
    text-align: center;
    line-height: 50px;
    font-size: 30px; }
    .np-hero-banner .scroll-to-link .np-single-icon.material-icons {
      margin: 0 !important; }
  .np-hero-banner.center .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-direction: column;
        flex-direction: column;
    padding-top: 150px;
    padding-bottom: 30px; }
    .np-hero-banner.center .container > .content {
      max-width: 800px;
      text-align: center;
      margin: auto; }
      .np-hero-banner.center .container > .content .np-btn-wrap {
        -ms-flex-pack: center;
            justify-content: center; }

.np-benefits {
  background-size: cover;
  background-position: center;
  padding: 30px 0; }
  .np-benefits .container {
    display: -ms-flexbox;
    display: flex; }
    .np-benefits .container > div {
      padding: 30px;
      background: #1C3968;
      color: #fff;
      -ms-flex: 1;
          flex: 1;
      margin-right: 30px; }
      .np-benefits .container > div:last-child {
        margin-right: 0; }
      .np-benefits .container > div img {
        margin-bottom: 10px;
        width: 50px; }
      .np-benefits .container > div p {
        margin: 0; }

@media screen and (max-width: 678px) {
  .np-hero-banner.center .container > .content h3 {
    font-size: 44px; }

  .alignfull {
    margin-right: -15px;
    margin-left: -15px; } }
html {
  scroll-behavior: smooth; }

.np-partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly; }
  .np-partners a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 30px;
    width: 170px; }

@media screen and (max-width: 678px) {
  .np-partners a {
    width: 50%; } }
.hexagon {
  position: relative;
  width: 100px;
  height: 57.74px;
  background-color: #fff;
  margin: 28.87px 0;
  transition: 0.2s all ease;
  color: #000;
  transform: rotate(90deg);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  /*cover up extra shadows*/ }
  .hexagon > div {
    transform: rotate(-90deg) translateX(21px);
    position: relative;
    z-index: 9;
    width: 100px;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
  .hexagon:before, .hexagon:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 70.71px;
    height: 70.71px;
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 14.6447px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
  .hexagon:before {
    top: 23px; }
  .hexagon:after {
    bottom: 23px; }
  .hexagon span.cover {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100px;
    height: 57.735px;
    z-index: 2;
    background: inherit; }

.np-numbers {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  max-width: 600px;
  margin: auto;
  position: relative; }
  .np-numbers .np-number {
    text-align: center;
    margin-right: 75px; }
    .np-numbers .np-number span.number {
      display: block;
      font-size: 28px;
      line-height: 1;
      font-weight: bold; }
    .np-numbers .np-number span.text {
      display: block;
      font-size: 14px; }
    .np-numbers .np-number:nth-child(2) {
      position: absolute;
      top: 50px;
      left: 88px; }
    .np-numbers .np-number:nth-child(4) {
      position: absolute;
      top: 50px;
      left: 263px; }
    .np-numbers .np-number:nth-child(6) {
      position: absolute;
      top: 50px;
      left: 438px; }

.np-numbers-v2 {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .np-numbers-v2 > div {
    -ms-flex: 1;
        flex: 1;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 10px #aaa;
    margin: 0 5px;
    border-radius: 5px; }
    .np-numbers-v2 > div span.number {
      display: block;
      font-size: 28px;
      line-height: 1;
      font-weight: bold; }
    .np-numbers-v2 > div span.text {
      display: block;
      font-size: 14px; }

@media (max-width: 678px) {
  .np-numbers {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: auto;
    width: 196px; }
    .np-numbers .np-number {
      margin-right: 0; }
      .np-numbers .np-number:nth-child(2) {
        position: absolute;
        top: 56px;
        left: 96px; }
      .np-numbers .np-number:nth-child(4) {
        position: absolute;
        top: 175px;
        left: 96px; }
      .np-numbers .np-number:nth-child(6) {
        position: absolute;
        top: 285px;
        left: 96px; }

  .np-numbers-v2 {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .np-numbers-v2 > div {
      width: 150px; } }
.np-startups {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .np-startups > a {
    width: 20%;
    padding: 30px;
    position: relative; }
    .np-startups > a > p {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 15px 30px;
      background: blue;
      color: #fff;
      transition: 0.2s all ease;
      opacity: 0;
      z-index: 9;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center;
      line-height: 1.8; }
      .np-startups > a > p > span.startup-title {
        font-size: 20px;
        margin-bottom: 5px;
        display: block; }
      .np-startups > a > p > span.startup-description {
        font-size: 12px; }
    .np-startups > a:hover > p {
      opacity: 1; }

@media screen and (max-width: 678px) {
  .np-startups {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .np-startups > a {
      width: calc(50% - 15px);
      padding: 0;
      text-decoration: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
      .np-startups > a > p {
        opacity: 1;
        position: relative;
        margin: 0;
        background: none !important;
        color: inherit;
        text-decoration: none;
        padding: 0; }
        .np-startups > a > p a {
          text-decoration: none; } }
.np-slider .slick-track > div {
  min-height: 450px;
  margin-right: 15px;
  margin-left: 15px;
  background-size: cover;
  background-position: center;
  position: relative; }
  .np-slider .slick-track > div a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .np-slider .slick-track > div a h4 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 100px 30px 60px;
      color: #fff;
      text-decoration: none;
      font-size: 30px;
      margin: 0;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
    .np-slider .slick-track > div a p.learn-more {
      text-align: right;
      position: absolute;
      bottom: 30px;
      left: 30px;
      color: #fff;
      margin: 0;
      display: -ms-flexbox;
      display: flex; }

.np-main-slider .slick-track > div {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff; }
  .np-main-slider .slick-track > div h4 {
    padding: 0 0 30px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    margin: 0; }
  .np-main-slider .slick-track > div a.slide-btn {
    text-align: right;
    color: #1C3968;
    padding: 10px 30px;
    background: #fff;
    margin: 0;
    text-decoration: none; }

.np-timeline > div {
  display: -ms-flexbox;
  display: flex; }
  .np-timeline > div > div {
    width: calc(50% - 70px); }
    .np-timeline > div > div.line {
      width: 140px;
      position: relative; }
      .np-timeline > div > div.line::before {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        top: 0;
        left: 68px;
        background: #000;
        position: absolute; }
      .np-timeline > div > div.line span {
        display: -ms-flexbox;
        display: flex;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        background-color: #fff;
        border: 2px solid #444;
        padding: 10px;
        position: absolute;
        top: 0;
        left: 20px;
        text-align: center;
        -ms-flex-direction: row;
            flex-direction: row;
        -ms-flex-align: center;
            align-items: center; }
    .np-timeline > div > div.content {
      padding: 30px 30px 0;
      border: 1px solid #eee;
      border-radius: 5px;
      box-shadow: 0 0 10px #aaa; }
  .np-timeline > div:nth-child(2n+1) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .np-timeline > div:last-child > div.line::before {
    display: none; }

@media (max-width: 678px) {
  .np-timeline > div:nth-child(2n+1) {
    -ms-flex-direction: row;
        flex-direction: row; }
  .np-timeline > div > div {
    width: calc(100% - 120px); }
    .np-timeline > div > div.line {
      width: 120px; }
      .np-timeline > div > div.line:before {
        left: 48px; }
      .np-timeline > div > div.line span {
        left: 0; }
    .np-timeline > div > div.content {
      margin-bottom: 30px; }
  .np-timeline > div .empty {
    display: none; } }
.np-testimonials .slick-track > div {
  margin-right: 15px;
  margin-left: 15px;
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: center; }
  .np-testimonials .slick-track > div img {
    display: block;
    margin: 0 auto 15px; }
  .np-testimonials .slick-track > div h4 {
    font-size: 20px;
    margin: 0; }
  .np-testimonials .slick-track > div p {
    margin-bottom: 10px; }

.np-programs {
  display: -ms-flexbox;
  display: flex; }
  .np-programs .content {
    padding: 15px; }
  .np-programs > div {
    -ms-flex: 1;
        flex: 1;
    position: relative; }
    .np-programs > div .image-wrap {
      position: relative;
      height: 200px; }
      .np-programs > div .image-wrap img {
        height: 200px;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .np-programs > div .image-wrap:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        border-top: 50px solid #fff;
        border-bottom: 50px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid #fff;
        z-index: 5; }
      .np-programs > div .image-wrap:after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid #fff;
        z-index: 5; }
      .np-programs > div .image-wrap .img-wrap-2:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        border-top: 100px solid transparent;
        border-bottom: 100px solid transparent;
        border-left: 20px solid #fff;
        border-right: 20px solid transparent;
        z-index: 5; }

@media (max-width: 678px) {
  .np-programs {
    -ms-flex-direction: row;
        flex-direction: row; } }
.editor-styles-wrapper ul.wp-block-latest-posts,
ul.wp-block-latest-posts {
  margin: 0 0 30px;
  padding: 0; }
  .editor-styles-wrapper ul.wp-block-latest-posts li a,
  ul.wp-block-latest-posts li a {
    color: inherit;
    text-decoration: none; }

.np-button:not(.wp-block-button),
p.np-button,
a.np-button {
  display: inline-block;
  padding: 15px 35px;
  border: 2px solid;
  border-radius: 40px;
  line-height: 1 !important;
  text-decoration: none;
  cursor: pointer; }
  .np-button:not(.wp-block-button) a,
  p.np-button a,
  a.np-button a {
    line-height: 1;
    color: inherit !important; }
    .np-button:not(.wp-block-button) a::before,
    p.np-button a::before,
    a.np-button a::before {
      display: none; }
  .np-button:not(.wp-block-button) .wp-block-button__link,
  p.np-button .wp-block-button__link,
  a.np-button .wp-block-button__link {
    display: inline-block;
    padding: 15px 35px;
    border: 2px solid;
    border-radius: 40px;
    line-height: 1 !important;
    text-decoration: none;
    background: none;
    cursor: pointer; }

.wp-block-button__link {
  border: none;
  border-radius: 40px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  margin: 0;
  padding: 15px 35px !important;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  overflow-wrap: break-word; }

.main-slider {
  position: relative; }
  .main-slider.wp-block-np-addon-slider .slide .slide-inner {
    min-height: calc(100vh - 90px); }
  .main-slider .slide {
    position: relative;
    background-position: center;
    background-size: cover; }
    .main-slider .slide .slide-inner {
      min-height: 100vh;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.15);
      text-align: center;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: center;
          justify-content: center; }
    .main-slider .slide p.main-slide-content {
      font-size: 17px;
      font-weight: 500;
      margin-bottom: 30px; }
    .main-slider .slide h3.main-slide-title {
      font-size: 75px;
      line-height: 1; }
      .main-slider .slide h3.main-slide-title::before {
        content: '';
        display: block;
        width: 60px;
        height: 2px;
        background: #fff;
        margin: auto;
        transform: translateY(-20px); }
    .main-slider .slide .slide-controls {
      position: absolute;
      bottom: 30px;
      width: 100%; }
      .main-slider .slide .slide-controls .np-button {
        margin: 0 10px; }
        .main-slider .slide .slide-controls .np-button.remove {
          background: red; }

.service {
  position: relative;
  margin-bottom: 60px; }
  .service .service-image {
    position: relative; }
    .service .service-image p.change-btn {
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0;
      transition: 0.2s all ease;
      cursor: pointer; }
    .service .service-image:hover p.change-btn {
      opacity: 1; }
    .service .service-image img {
      margin-bottom: 25px; }
  .service h4.title {
    margin-bottom: 25px; }

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 999;
  font-size: 60px !important;
  transition: 0.2s all ease; }
  .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 {
  left: -70px; }

.slick-next {
  right: -70px; }

@media screen and (max-width: 678px) {
  .slick-prev {
    left: -30px; }

  .slick-next {
    right: -30px; } }
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      display: block;
      height: 16px;
      width: 16px;
      border: 2px solid transparent;
      background: transparent;
      border-radius: 16px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer;
      opacity: 0.5;
      transition: 0.2s all ease; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none;
        opacity: 1; }
      .slick-dots li button:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        border-radius: 4px;
        position: absolute;
        top: 6px;
        left: 6px;
        transition: 0.2s all ease;
        background: #fff; }
    .slick-dots li.slick-active button {
      opacity: 1;
      border-color: #fff; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.85; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin-top: 0; }

p {
  margin-bottom: 30px;
  margin-top: 0; }

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;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

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%; }

/*--------------------------------------------------------------
# Article
--------------------------------------------------------------*/
.np-breadcrumb {
  list-style: none;
  font-size: 16px; }
  .np-breadcrumb ul {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    list-style: none; }
  .np-breadcrumb li {
    opacity: 0.8;
    transition: 0.2s all ease;
    display: -ms-flexbox;
    display: flex; }
    .np-breadcrumb li a {
      color: inherit;
      text-decoration: none;
      font-weight: 600; }
    .np-breadcrumb li > i {
      margin-right: 15px !important;
      margin-left: 15px; }
    .np-breadcrumb li:hover {
      opacity: 1; }

@media screen and (max-width: 687px) {
  .np-breadcrumb {
    font-size: 15px; }
    .np-breadcrumb li > i {
      margin-right: 7.5px !important;
      margin-left: 7.5px; } }
.np-page-info {
  padding: 40px 0; }
  .np-page-info h1 {
    margin: 0;
    font-size: 50px;
    line-height: 80px;
    font-weight: 600;
    color: inherit; }
  .np-page-info p.description {
    margin-bottom: 0;
    font-size: 24px; }
  .np-page-info.np-author-profile .np-author-image {
    display: block;
    float: left;
    margin-bottom: 15px; }
    .np-page-info.np-author-profile .np-author-image img {
      display: block;
      margin: 0; }
  .np-page-info.np-author-profile .np-page-info-header {
    width: calc(100% - 128px - $spacing);
    display: block;
    float: left;
    margin-left: 30px;
    margin-bottom: 15px; }
    .np-page-info.np-author-profile .np-page-info-header h1 {
      line-height: 1; }
    .np-page-info.np-author-profile .np-page-info-header ul.np-author-social {
      margin: 0;
      padding: 0;
      list-style: none; }
      .np-page-info.np-author-profile .np-page-info-header ul.np-author-social li {
        display: block;
        float: left;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        margin-right: 15px; }

.np-single-icon.material-icons {
  line-height: inherit;
  font-size: inherit;
  margin-right: 5px; }

@media screen and (max-width: 687px) {
  .np-page-info {
    padding: 30px; } }
.np-author-box {
  position: relative;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 4px; }
  .np-author-box a.url {
    font-size: 16px;
    text-decoration: none;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px; }
  .np-author-box p.description {
    margin-bottom: 15px; }
  .np-author-box a.user-avatar {
    display: block; }
    .np-author-box a.user-avatar img {
      display: block;
      border-radius: 4px; }

.np-user-social ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .np-user-social ul li {
    display: inline-block;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 0; }
    .np-user-social ul li a {
      font-size: 16px;
      color: #333;
      display: block;
      text-decoration: none; }

/*--------------------------------------------------------------
# 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: 10px;
  font-size: 1rem;
  line-height: 1;
  padding: .6em 1em .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;
  margin-bottom: 30px;
  background: #F0F0F0;
  border-radius: 1px;
  font-size: 15px;
  padding: 15px 20px;
  border: none;
  width: 100%;
  display: block; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="range"]::-webkit-input-placeholder,
  input[type="date"]::-webkit-input-placeholder,
  input[type="month"]::-webkit-input-placeholder,
  input[type="week"]::-webkit-input-placeholder,
  input[type="time"]::-webkit-input-placeholder,
  input[type="datetime"]::-webkit-input-placeholder,
  input[type="datetime-local"]::-webkit-input-placeholder,
  input[type="color"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #5E5E5E; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="range"]::-moz-placeholder,
  input[type="date"]::-moz-placeholder,
  input[type="month"]::-moz-placeholder,
  input[type="week"]::-moz-placeholder,
  input[type="time"]::-moz-placeholder,
  input[type="datetime"]::-moz-placeholder,
  input[type="datetime-local"]::-moz-placeholder,
  input[type="color"]::-moz-placeholder,
  textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #5E5E5E; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="range"]:-ms-input-placeholder,
  input[type="date"]:-ms-input-placeholder,
  input[type="month"]:-ms-input-placeholder,
  input[type="week"]:-ms-input-placeholder,
  input[type="time"]:-ms-input-placeholder,
  input[type="datetime"]:-ms-input-placeholder,
  input[type="datetime-local"]:-ms-input-placeholder,
  input[type="color"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #5E5E5E; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="range"]:-moz-placeholder,
  input[type="date"]:-moz-placeholder,
  input[type="month"]:-moz-placeholder,
  input[type="week"]:-moz-placeholder,
  input[type="time"]:-moz-placeholder,
  input[type="datetime"]:-moz-placeholder,
  input[type="datetime-local"]:-moz-placeholder,
  input[type="color"]:-moz-placeholder,
  textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #5E5E5E; }
  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;
  width: 100%;
  height: 40px; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation, .sub-navigation {
  display: -ms-flexbox;
  display: flex; }
  .main-navigation ul.nav-menu,
  .main-navigation ul.nav-sub-menu, .sub-navigation ul.nav-menu,
  .sub-navigation ul.nav-sub-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .main-navigation ul.nav-menu > li.menu-item.show-in-mobile, .main-navigation ul.nav-menu > li.page_item.show-in-mobile,
    .main-navigation ul.nav-sub-menu > li.menu-item.show-in-mobile,
    .main-navigation ul.nav-sub-menu > li.page_item.show-in-mobile, .sub-navigation ul.nav-menu > li.menu-item.show-in-mobile, .sub-navigation ul.nav-menu > li.page_item.show-in-mobile,
    .sub-navigation ul.nav-sub-menu > li.menu-item.show-in-mobile,
    .sub-navigation ul.nav-sub-menu > li.page_item.show-in-mobile {
      display: none; }
    .main-navigation ul.nav-menu > li.menu-item.featured-button > a, .main-navigation ul.nav-menu > li.page_item.featured-button > a,
    .main-navigation ul.nav-sub-menu > li.menu-item.featured-button > a,
    .main-navigation ul.nav-sub-menu > li.page_item.featured-button > a, .sub-navigation ul.nav-menu > li.menu-item.featured-button > a, .sub-navigation ul.nav-menu > li.page_item.featured-button > a,
    .sub-navigation ul.nav-sub-menu > li.menu-item.featured-button > a,
    .sub-navigation ul.nav-sub-menu > li.page_item.featured-button > a {
      padding: 10px 25px;
      border: 2px solid;
      border-radius: 20px;
      margin: 28px 10px; }
    .main-navigation ul.nav-menu > li.menu-item > a, .main-navigation ul.nav-menu > li.page_item > a,
    .main-navigation ul.nav-sub-menu > li.menu-item > a,
    .main-navigation ul.nav-sub-menu > li.page_item > a, .sub-navigation ul.nav-menu > li.menu-item > a, .sub-navigation ul.nav-menu > li.page_item > a,
    .sub-navigation ul.nav-sub-menu > li.menu-item > a,
    .sub-navigation ul.nav-sub-menu > li.page_item > a {
      color: #ffffff;
      padding: 0 10px 30px;
      font-size: 15px; }
      .main-navigation ul.nav-menu > li.menu-item > a:hover, .main-navigation ul.nav-menu > li.page_item > a:hover,
      .main-navigation ul.nav-sub-menu > li.menu-item > a:hover,
      .main-navigation ul.nav-sub-menu > li.page_item > a:hover, .sub-navigation ul.nav-menu > li.menu-item > a:hover, .sub-navigation ul.nav-menu > li.page_item > a:hover,
      .sub-navigation ul.nav-sub-menu > li.menu-item > a:hover,
      .sub-navigation ul.nav-sub-menu > li.page_item > a:hover {
        color: #ffffff; }
    .main-navigation ul.nav-menu > li.menu-item.menu-item-has-icon:hover > a, .main-navigation ul.nav-menu > li.page_item.menu-item-has-icon:hover > a,
    .main-navigation ul.nav-sub-menu > li.menu-item.menu-item-has-icon:hover > a,
    .main-navigation ul.nav-sub-menu > li.page_item.menu-item-has-icon:hover > a, .sub-navigation ul.nav-menu > li.menu-item.menu-item-has-icon:hover > a, .sub-navigation ul.nav-menu > li.page_item.menu-item-has-icon:hover > a,
    .sub-navigation ul.nav-sub-menu > li.menu-item.menu-item-has-icon:hover > a,
    .sub-navigation ul.nav-sub-menu > li.page_item.menu-item-has-icon:hover > a {
      padding-left: 30px; }
      .main-navigation ul.nav-menu > li.menu-item.menu-item-has-icon:hover > a i.np-single-icon, .main-navigation ul.nav-menu > li.page_item.menu-item-has-icon:hover > a i.np-single-icon,
      .main-navigation ul.nav-sub-menu > li.menu-item.menu-item-has-icon:hover > a i.np-single-icon,
      .main-navigation ul.nav-sub-menu > li.page_item.menu-item-has-icon:hover > a i.np-single-icon, .sub-navigation ul.nav-menu > li.menu-item.menu-item-has-icon:hover > a i.np-single-icon, .sub-navigation ul.nav-menu > li.page_item.menu-item-has-icon:hover > a i.np-single-icon,
      .sub-navigation ul.nav-sub-menu > li.menu-item.menu-item-has-icon:hover > a i.np-single-icon,
      .sub-navigation ul.nav-sub-menu > li.page_item.menu-item-has-icon:hover > a i.np-single-icon {
        opacity: 1; }
    .main-navigation ul.nav-menu > li.menu-item.np-mega-menu-item-wrap, .main-navigation ul.nav-menu > li.page_item.np-mega-menu-item-wrap,
    .main-navigation ul.nav-sub-menu > li.menu-item.np-mega-menu-item-wrap,
    .main-navigation ul.nav-sub-menu > li.page_item.np-mega-menu-item-wrap, .sub-navigation ul.nav-menu > li.menu-item.np-mega-menu-item-wrap, .sub-navigation ul.nav-menu > li.page_item.np-mega-menu-item-wrap,
    .sub-navigation ul.nav-sub-menu > li.menu-item.np-mega-menu-item-wrap,
    .sub-navigation ul.nav-sub-menu > li.page_item.np-mega-menu-item-wrap {
      position: static; }
    .main-navigation ul.nav-menu > li.menu-item .np-mega-menu-wrap, .main-navigation ul.nav-menu > li.page_item .np-mega-menu-wrap,
    .main-navigation ul.nav-sub-menu > li.menu-item .np-mega-menu-wrap,
    .main-navigation ul.nav-sub-menu > li.page_item .np-mega-menu-wrap, .sub-navigation ul.nav-menu > li.menu-item .np-mega-menu-wrap, .sub-navigation ul.nav-menu > li.page_item .np-mega-menu-wrap,
    .sub-navigation ul.nav-sub-menu > li.menu-item .np-mega-menu-wrap,
    .sub-navigation ul.nav-sub-menu > li.page_item .np-mega-menu-wrap {
      position: absolute;
      width: 117rem;
      padding: 0;
      background: #fff;
      z-index: 999;
      left: 0;
      display: none;
      border: 1px solid #ECECEC;
      box-shadow: 0 40px 50px 0 rgba(0, 0, 0, 0.07);
      border-radius: 1px; }
      .main-navigation ul.nav-menu > li.menu-item .np-mega-menu-wrap .np-loading, .main-navigation ul.nav-menu > li.page_item .np-mega-menu-wrap .np-loading,
      .main-navigation ul.nav-sub-menu > li.menu-item .np-mega-menu-wrap .np-loading,
      .main-navigation ul.nav-sub-menu > li.page_item .np-mega-menu-wrap .np-loading, .sub-navigation ul.nav-menu > li.menu-item .np-mega-menu-wrap .np-loading, .sub-navigation ul.nav-menu > li.page_item .np-mega-menu-wrap .np-loading,
      .sub-navigation ul.nav-sub-menu > li.menu-item .np-mega-menu-wrap .np-loading,
      .sub-navigation ul.nav-sub-menu > li.page_item .np-mega-menu-wrap .np-loading {
        display: block;
        text-align: center;
        font-size: 2rem;
        padding: 60px 0; }
    .main-navigation ul.nav-menu > li.menu-item:hover .np-mega-menu-wrap, .main-navigation ul.nav-menu > li.page_item:hover .np-mega-menu-wrap,
    .main-navigation ul.nav-sub-menu > li.menu-item:hover .np-mega-menu-wrap,
    .main-navigation ul.nav-sub-menu > li.page_item:hover .np-mega-menu-wrap, .sub-navigation ul.nav-menu > li.menu-item:hover .np-mega-menu-wrap, .sub-navigation ul.nav-menu > li.page_item:hover .np-mega-menu-wrap,
    .sub-navigation ul.nav-sub-menu > li.menu-item:hover .np-mega-menu-wrap,
    .sub-navigation ul.nav-sub-menu > li.page_item:hover .np-mega-menu-wrap {
      display: block; }
    .main-navigation ul.nav-menu ul.sub-menu,
    .main-navigation ul.nav-sub-menu ul.sub-menu, .sub-navigation ul.nav-menu ul.sub-menu,
    .sub-navigation ul.nav-sub-menu ul.sub-menu {
      position: absolute;
      left: 0;
      z-index: 999;
      width: 18rem;
      margin: 0;
      padding: 1rem 0;
      display: none;
      list-style: none;
      background: #FFFFFF;
      border: 1px solid #EBEBEB;
      box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.06);
      border-radius: 1px; }
      .main-navigation ul.nav-menu ul.sub-menu li.menu-item, .main-navigation ul.nav-menu ul.sub-menu li.page_item,
      .main-navigation ul.nav-sub-menu ul.sub-menu li.menu-item,
      .main-navigation ul.nav-sub-menu ul.sub-menu li.page_item, .sub-navigation ul.nav-menu ul.sub-menu li.menu-item, .sub-navigation ul.nav-menu ul.sub-menu li.page_item,
      .sub-navigation ul.nav-sub-menu ul.sub-menu li.menu-item,
      .sub-navigation ul.nav-sub-menu ul.sub-menu li.page_item {
        padding: 1rem 0;
        float: none; }
        .main-navigation ul.nav-menu ul.sub-menu li.menu-item > a, .main-navigation ul.nav-menu ul.sub-menu li.page_item > a,
        .main-navigation ul.nav-sub-menu ul.sub-menu li.menu-item > a,
        .main-navigation ul.nav-sub-menu ul.sub-menu li.page_item > a, .sub-navigation ul.nav-menu ul.sub-menu li.menu-item > a, .sub-navigation ul.nav-menu ul.sub-menu li.page_item > a,
        .sub-navigation ul.nav-sub-menu ul.sub-menu li.menu-item > a,
        .sub-navigation ul.nav-sub-menu ul.sub-menu li.page_item > a {
          font-size: 14px;
          padding: 0 2.5rem;
          line-height: 2.5rem;
          color: #1c3968;
          border-left: 3px solid transparent;
          margin-left: -1px; }
        .main-navigation ul.nav-menu ul.sub-menu li.menu-item:hover > a, .main-navigation ul.nav-menu ul.sub-menu li.menu-item:focus > a, .main-navigation ul.nav-menu ul.sub-menu li.page_item:hover > a, .main-navigation ul.nav-menu ul.sub-menu li.page_item:focus > a,
        .main-navigation ul.nav-sub-menu ul.sub-menu li.menu-item:hover > a,
        .main-navigation ul.nav-sub-menu ul.sub-menu li.menu-item:focus > a,
        .main-navigation ul.nav-sub-menu ul.sub-menu li.page_item:hover > a,
        .main-navigation ul.nav-sub-menu ul.sub-menu li.page_item:focus > a, .sub-navigation ul.nav-menu ul.sub-menu li.menu-item:hover > a, .sub-navigation ul.nav-menu ul.sub-menu li.menu-item:focus > a, .sub-navigation ul.nav-menu ul.sub-menu li.page_item:hover > a, .sub-navigation ul.nav-menu ul.sub-menu li.page_item:focus > a,
        .sub-navigation ul.nav-sub-menu ul.sub-menu li.menu-item:hover > a,
        .sub-navigation ul.nav-sub-menu ul.sub-menu li.menu-item:focus > a,
        .sub-navigation ul.nav-sub-menu ul.sub-menu li.page_item:hover > a,
        .sub-navigation ul.nav-sub-menu ul.sub-menu li.page_item:focus > a {
          color: #000;
          border-left: 3px solid #1c3968; }
      .main-navigation ul.nav-menu ul.sub-menu ul.sub-menu,
      .main-navigation ul.nav-sub-menu ul.sub-menu ul.sub-menu, .sub-navigation ul.nav-menu ul.sub-menu ul.sub-menu,
      .sub-navigation ul.nav-sub-menu ul.sub-menu ul.sub-menu {
        top: 0;
        left: 100%; }
    .main-navigation ul.nav-menu li:hover >  ul.sub-menu,
    .main-navigation ul.nav-menu li.focus >  ul.sub-menu,
    .main-navigation ul.nav-sub-menu li:hover > ul.sub-menu,
    .main-navigation ul.nav-sub-menu li.focus > ul.sub-menu, .sub-navigation ul.nav-menu li:hover >  ul.sub-menu,
    .sub-navigation ul.nav-menu li.focus >  ul.sub-menu,
    .sub-navigation ul.nav-sub-menu li:hover >  ul.sub-menu,
    .sub-navigation ul.nav-sub-menu li.focus > ul.sub-menu {
      display: block; }
  .main-navigation li.menu-item, .main-navigation li.page_item, .sub-navigation li.menu-item, .sub-navigation li.page_item {
    position: relative;
    transition: 0.2s all ease; }
    .main-navigation li.menu-item > a, .main-navigation li.page_item > a, .sub-navigation li.menu-item > a, .sub-navigation li.page_item > a {
      line-height: 1.5;
      color: inherit;
      display: block;
      text-decoration: none;
      transition: 0.2s all ease; }
    .main-navigation li.menu-item.menu-item-has-icon > a i.np-single-icon, .main-navigation li.page_item.menu-item-has-icon > a i.np-single-icon, .sub-navigation li.menu-item.menu-item-has-icon > a i.np-single-icon, .sub-navigation li.page_item.menu-item-has-icon > a i.np-single-icon {
      display: block;
      position: absolute;
      top: 1rem;
      left: 1rem;
      opacity: 0;
      transition: 0.4s all ease; }
      .main-navigation li.menu-item.menu-item-has-icon > a i.np-single-icon.material-icons, .main-navigation li.page_item.menu-item-has-icon > a i.np-single-icon.material-icons, .sub-navigation li.menu-item.menu-item-has-icon > a i.np-single-icon.material-icons, .sub-navigation li.page_item.menu-item-has-icon > a i.np-single-icon.material-icons {
        line-height: inherit;
        font-size: inherit; }
    .main-navigation li.menu-item.menu-item-has-icon:hover > a, .main-navigation li.page_item.menu-item-has-icon:hover > a, .sub-navigation li.menu-item.menu-item-has-icon:hover > a, .sub-navigation li.page_item.menu-item-has-icon:hover > a {
      padding-left: 30px; }
      .main-navigation li.menu-item.menu-item-has-icon:hover > a i.np-single-icon, .main-navigation li.page_item.menu-item-has-icon:hover > a i.np-single-icon, .sub-navigation li.menu-item.menu-item-has-icon:hover > a i.np-single-icon, .sub-navigation li.page_item.menu-item-has-icon:hover > a i.np-single-icon {
        opacity: 1; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  transform: translateY(7px); }

@media screen and (min-width: 678px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul.nav-menu,
  .sub-navigation ul.nav-sub-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
@media screen and (max-width: 678px) {
  .main-navigation.show-mobile-menu ul.nav-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    background: #fff;
    color: #000; }
    .main-navigation.show-mobile-menu ul.nav-menu > li.menu-item.show-in-mobile {
      display: block; }
    .main-navigation.show-mobile-menu ul.nav-menu > li.menu-item > a {
      padding: 14px 30px;
      color: #000;
      border-bottom: 1px solid #ccc; }
    .main-navigation.show-mobile-menu ul.nav-menu > li.menu-item > ul.sub-menu {
      position: relative;
      width: 100%; }
    .main-navigation.show-mobile-menu ul.nav-menu > li.menu-item.show-sub-menu > ul.sub-menu {
      display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          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;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 8.75px;
    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 {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after {
  clear: both; }

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

.page-content,
.entry-summary {
  margin: 30px 0 0; }

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

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

.bypostauthor {
  display: block; }

.site-branding h1.site-title {
  margin: 0;
  line-height: 1; }
  .site-branding h1.site-title a {
    line-height: 1;
    text-decoration: none;
    color: inherit; }
.site-branding p.site-description {
  margin: 0; }

/*--------------------------------------------------------------
# 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; }
