@charset "UTF-8";
/*!
Theme Name: Genfit NIS4
Theme URI: http://underscores.me/
Author: Wunderman Thompson Health
Author URI: https://wundermanthompson.com
Description: Genfit NIS4 landing page.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: genfit-nis4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Genfit NIS4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*
*   font-weight: 300; => Light 
*   font-weight: 400; => Regular
*   font-weight: 600; => Semibold
*   font-weight: 700; => Bold
*   font-weight: 800; => ExtraBold
*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

h1 {
  font-size: 48px;
  font-size: 3rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 64px;
    font-size: 4rem;
  }
}

h2 {
  font-size: 28.8px;
  font-size: 1.8rem;
}

h3 {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5em;
}

.main_light {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

.main_extrabold {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
}

.main_bold {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.main_semibold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.main_regular {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.primary_text_color {
  color: #fff;
}

.secondary_text_color {
  color: #00aac5;
}

.footnote, .footnote_asterisk, .footnote_dagger, .footnote_double-dagger {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12.4px;
  font-size: 0.775rem;
}
.footnote.indent, .footnote_asterisk.indent, .footnote_dagger.indent, .footnote_double-dagger.indent {
  margin-left: 0.45em;
  padding-left: 0.45em;
  padding-bottom: 0.65em;
  text-indent: -0.55em;
}

.footnote_asterisk, .footnote_dagger, .footnote_double-dagger {
  margin-left: 0.45em;
  padding-left: 0.45em;
  padding-bottom: 0.65em;
  text-indent: -0.65em;
}
.footnote_asterisk::before, .footnote_dagger::before, .footnote_double-dagger::before {
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: footnote_gap;
  /* Also needed for space (tweak if needed) */
  margin-left: 0.65em;
  /* Also needed for space (tweak if needed) */
}
.footnote_asterisk.hang, .footnote_dagger.hang, .footnote_double-dagger.hang {
  padding-left: 0.25em;
}

.footnote_asterisk::before {
  /* Asterix symbol. https://unicodelookup.com/#asterisk/1 */
  content: "*";
}

.footnote_dagger::before {
  /* Dagger symbol. https://unicodelookup.com/#dagger/1 */
  content: "†";
}

.footnote_double-dagger::before {
  /* Dagger symbol. https://unicodelookup.com/#dagger/1 */
  content: "‡";
}

.bigtext {
  /* sign up to receive info... */
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.extrabigtext {
  /* certain patients across... */
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.h_captioned {
  font-size: 15.6px;
  font-size: 0.975rem;
  color: #00aac5;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

i.covance {
  color: #00aac5;
  font-weight: bold;
  font-size: 20px;
}

h1.signup {
  font-size: 1.6rem;
  font-weight: 700px;
}

.nowrap {
  white-space: nowrap;
}

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

*,
*: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-color: #140c21;
  /* Fallback for when there is no custom background color defined. */
  overflow-x: hidden;
}

hr {
  background-color: #2d273a;
  border: 0;
  height: 1px;
  margin: 2em 0;
}
@media (min-width: 768px) {
  hr {
    margin: 4em 0;
  }
}

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

/* UL & LI: flush left, blue bullets */
ul.list1 {
  list-style: none;
  /* Remove default bullets */
  margin-left: 0.35em;
  padding-left: 0.35em;
}
ul.list1 li {
  margin-left: 0.35em;
  padding-left: 0.35em;
  padding-bottom: 0.7em;
  text-indent: -0.7em;
}
ul.list1 li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00aac5;
  /* Change the color */
  font-weight: 800;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.7em;
  /* Also needed for space (tweak if needed) */
  /*margin-left: -.75em; /* Also needed for space (tweak if needed) */
}

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. */
}

sup {
  font-size: 60%;
}
sup.lower {
  font-size: 75%;
  top: -0.2em;
}

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

/* Other decorations: */
@keyframes fadeInUpCharts {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInModules {
  0% {
    -webkit-transform: translateX(-272px);
    transform: translateX(-272px);
    opacity: 0;
    background-color: black;
  }
  25% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.32);
  }
}
@keyframes fadeInModulesMobile {
  0% {
    -webkit-transform: translateY(-72px);
    transform: translateY(-72px);
    opacity: 0;
    background-color: black;
  }
  25% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.32);
  }
}
/* Created for 'Our Solution' bordered box on NIS4 home page. */
.boxed {
  border: 2px solid #00aac5;
  background-color: rgba(0, 0, 0, 0.32);
  padding: 3.5em 1.75em 1em;
  /* top right bottom left */
}
@media (min-width: 768px) {
  .boxed {
    padding: 5.5em 1.75em 3em;
    /* top right bottom left */
  }
}

/* assign this class to a div which contains our title... in Gutenberg, place this element in a wp-blocks container immediately before container with 'boxed' class above */
.decorator_title {
  background-color: #00aac5;
  padding: 1em 1em;
  text-align: center;
  position: relative;
  top: 2.5em;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
}

/* Created for 'disease state' boxes. Assign to each column element in a columns component. */
.card {
  background-color: rgba(0, 0, 0, 0.32);
}
.card#card2 {
  opacity: 0;
  z-index: -1;
}
.card#card3 {
  opacity: 0;
  z-index: -2;
}
.card#card4 {
  opacity: 0;
  z-index: -3;
}
.card#card5 {
  opacity: 0;
  z-index: -4;
}
.card.animate2 {
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-name: fadeInModulesMobile;
}
@media (min-width: 992px) {
  .card.animate2 {
    animation-name: fadeInModules;
  }
}
.card.animate3 {
  animation-duration: 0.5s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-name: fadeInModulesMobile;
}
@media (min-width: 992px) {
  .card.animate3 {
    animation-name: fadeInModules;
  }
}
.card.animate4 {
  animation-duration: 0.5s;
  animation-delay: 1.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-name: fadeInModulesMobile;
}
@media (min-width: 992px) {
  .card.animate4 {
    animation-name: fadeInModules;
  }
}
.card.animate5 {
  animation-duration: 0.5s;
  animation-delay: 1.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-name: fadeInModulesMobile;
}
@media (min-width: 992px) {
  .card.animate5 {
    animation-name: fadeInModules;
  }
}

.card-deck .card {
  margin: 0 5px;
}

.card-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 15.2px;
  font-size: 0.95rem;
}

.card-body {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 25px;
}

/* WP doesn't support SVG files without modification. */
.card-arrow-right {
  /* settings for horizontal arrow: */
  background: url(img/arrow-right-icon.png);
  top: calc(50% - 25px);
  right: -30px;
  /* common settings */
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1000;
}

.card-arrow-down {
  /* settings for vertical arrow: */
  background: url(img/arrow-down-icon.png);
  bottom: -30px;
  right: calc(50% - 25px);
  /* common settings */
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1000;
}

#navbar {
  overflow: auto;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}
#navbar::-webkit-scrollbar {
  display: none;
}
#navbar a.floating-nav {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 25px 0px;
  margin-right: 90px;
  text-decoration: none;
  font-size: 19px;
  font-weight: normal;
  outline: none;
}
@media (min-width: 992px) {
  #navbar a.floating-nav {
    margin-right: 55px;
  }
}
@media (min-width: 1200px) {
  #navbar a.floating-nav {
    margin-right: 90px;
  }
}
#navbar a.floating-nav.active {
  border-bottom: 3px solid #00aac5;
  line-height: 0px;
}
@media (hover: hover) {
  #navbar a.floating-nav:hover {
    border-bottom: 3px solid #00aac5;
    line-height: 0px;
  }
}
@media (max-width: 991px) {
  #navbar {
    -webkit-mask: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, black 15%);
  }
}

.n1s4-sticky-menu {
  background-color: rgba(13, 12, 22, 0.95);
  padding-right: 0px;
  padding-left: 0px;
  margin-right: 0px;
  margin-left: 0px;
  white-space: nowrap;
  height: 90px;
}

a {
  /* Read More Link */
}
a.cli-plugin-main-link {
  text-decoration: none !important;
}

@media (min-width: 768px) {
  .col-l-spacer-intro {
    padding-right: 190px;
  }
}

@media (max-width: 575px) {
  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 575px) {
  .container {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.paoc-popup-modal-cnt {
  background-color: #000 !important;
}

.chart {
  opacity: 0;
}
.chart.animate {
  animation-duration: 0.9s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-name: fadeInUpCharts;
}

.btn-primary {
  width: 100%;
  background-color: #1baac2;
  border: 1px solid #1baac2;
  font-weight: bold;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #085561;
  border: 1px solid #085561;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #085561;
  border: 1px solid #085561;
}
.btn-primary.covance {
  background-color: transparent;
}
.btn-primary.covance:hover, .btn-primary.covance.active, .btn-primary.covance.focus {
  background-color: #085561;
  border: 1px solid #085561;
}

.btn-primary.q2 {
  background-color: transparent;
}

.btn-primary.q2:hover, .btn-primary.q2.active, .btn-primary.q2.focus {
  background-color: #085561;
  border: 1px solid #085561;
}

.cli-tab-footer .cli-btn {
  background-color: #1baac2;
}
.cli-tab-footer .cli-btn:hover, .cli-tab-footer .cli-btn.active, .cli-tab-footer .cli-btn.focus {
  color: #fff;
  background-color: #085561;
  border: 1px solid #085561;
}

.asterick-nis4 {
  display: inline-block;
  font-size: 40%;
  font-weight: normal;
  vertical-align: top;
  line-height: 40px;
}
@media (min-width: 768px) {
  .asterick-nis4 {
    line-height: 55px;
  }
}
.asterick-nis4.sub {
  line-height: 25px;
  font-size: 60%;
}

.menu-item:first-child {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .menu-item {
    margin-right: 5px;
  }
}
.menu-item.active {
  border-bottom: 3px solid #1baac2;
  padding: 0px !important;
}

.primary-navigation ul li {
  padding: 0px !important;
}

.cli-plugin-button:hover {
  background-color: #085561 !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #1baac2 #1baac2 #1baac2;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #085561 #085561 #085561;
}
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: #085561 #085561 #085561;
}

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

select {
  border: 1px solid #ccc;
}
select#lang_choice_1 {
  background: transparent;
  padding: 10px;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(img/arrow-down.png) 96%/21% no-repeat transparent;
  margin-top: -6px;
}
select#lang_choice_1 option {
  color: #000;
}

textarea {
  width: 100%;
}

.form-background {
  background-color: transparent;
  padding: 20px;
}
@media (min-width: 768px) {
  .form-background.smaller-home-page {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 992px) {
  .form-background.smaller-home-page {
    padding: 10px 20px;
    height: 230px;
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .form-background.smaller-home-page {
    padding: 20px;
    height: 220px;
  }
}
.form-background.bottom {
  background-color: transparent;
  margin: 0px;
}
@media (min-width: 768px) {
  .form-background.bottom {
    background-color: black;
  }
}
.form-background.signup {
  background-color: rgba(0, 0, 0, 0.2);
}

/*https://docs.gravityforms.com/css-targeting-examples*/
body .gform_wrapper .gform_heading .gform_title {
  display: none;
}

body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
  background-color: #1baac2;
  border: 1px solid #1baac2;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #085561;
  border: 1px solid #085561;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
  background-color: transparent;
  padding-bottom: 0px;
  padding-top: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  margin-bottom: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield select {
  background-color: #000;
  color: #fff;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_body .gform_fields .gfield select {
    width: 320px;
  }
}

body .gform_wrapper div.charleft {
  display: none;
}

body .gform_wrapper ul.gfield_radio li {
  display: inline-block;
  vertical-align: middle;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #fff;
  margin-left: 1px;
}

body .gform_wrapper .field_description_below .gfield_description {
  padding-top: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
  width: 100%;
  background: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    width: 320px;
  }
}

body .gform_wrapper .gform_body .gform_fields #field_1_28.gfield input[type=text] {
  width: 160px;
}

body .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  body .gform_wrapper .gform_footer input[type=submit] {
    width: 320px;
  }
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-weight: 400;
}

body .gform_wrapper .gform_body .gform_fields #field_1_13.gfield .ginput_container {
  margin-top: 0px;
}

body .gform_wrapper .gfield_radio li label, body .gform_wrapper ul.gfield_radio li label {
  width: auto;
  line-height: 1.2;
}

body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox] {
  margin-right: 3px;
}

@media (min-width: 768px) {
  body .gform_confirmation_message {
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  body .gform_confirmation_message {
    margin-left: -75px;
  }
}
@media (min-width: 1200px) {
  body .gform_confirmation_message {
    margin-left: -92px;
  }
}

body .gform_wrapper .validation_message,
body .gform_wrapper div.validation_error {
  color: #ff0000;
}

body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #fff;
}

body .gform_wrapper div.validation_error {
  border-top: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
}

/*Issue with IE Edge not showing arrow down*/
select::-ms-expand {
  background: #fff !important;
}

/*disable colon for occupation so can put asterik in front of it*/
body .gform_wrapper .gform_body .gform_fields #field_1_13.gfield .gfield_label .gfield_required {
  display: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #fff;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #fff;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.sign-up-links {
  color: #00aac5;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.bg-dark {
  background-color: #07050e !important;
  color: #fff !important;
}

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  background-color: #07050e;
  color: #fff;
  /*
  .current_page_item > a,
  .current-menu-item > a,
  .current_page_ancestor > a,
  .current-menu-ancestor > a {
  }
  */
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  /*
  :hover > a,
  .focus > a {
  }

  a:hover,
  a.focus {
  }
  */
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
  /*
  &:hover > a,
  &.focus > a {
  }
  */
}
.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

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

  .main-navigation ul {
    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%;
}

.nav-link {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.primary-navigation .nav-item a .nav-link .nav-text, .secondary-navigation .nav-item a .nav-link .nav-text {
  color: #fff !important;
  border-bottom: 4px solid transparent;
  padding-left: 4px;
  padding-right: 4px;
}
.primary-navigation .nav-item a .nav-link .nav-text-footer, .secondary-navigation .nav-item a .nav-link .nav-text-footer {
  color: #fff !important;
}
.primary-navigation .nav-item a.active .nav-link .nav-text, .secondary-navigation .nav-item a.active .nav-link .nav-text {
  border-bottom: 4px solid #00aac5;
}
.primary-navigation .nav-item a:hover, .secondary-navigation .nav-item a:hover {
  text-decoration: none;
}
.primary-navigation ul, .secondary-navigation ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0;
  padding: 0 0;
}

.secondary-navigation .nav-item {
  display: flex;
}
.secondary-navigation ul {
  display: flex;
  flex-direction: row;
  /* Hide the last pipe separator: */
}
.secondary-navigation ul li:last-child .nav-item .nav-link-sep:nth-last-of-type(1) {
  visibility: hidden;
}

.primary-navigation .nav-item a .nav-link {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .primary-navigation ul {
    display: flex;
    flex-direction: row;
    flex: 1 0 auto;
    justify-content: flex-end;
  }
  .primary-navigation ul li {
    padding-right: 0;
    padding-left: 0.5em;
  }
}

.translation-navigation {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  flex-basis: auto;
  /*flex: 1 0 auto;*/
  text-align: right;
}
.translation-navigation ul {
  display: inline-flex;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0;
  padding: 0 0;
}
.translation-navigation ul li {
  padding-left: 0.5em;
}
.translation-navigation a {
  text-transform: capitalize;
  border: 1px solid white;
  border-radius: 4px;
  font-size: smaller;
}
.translation-navigation a:hover {
  text-decoration: none;
}
.translation-navigation a:before, .translation-navigation a:after {
  content: " ";
  /* non-breaking space */
}
.translation-navigation .sep {
  font-size: larger;
}
@media (min-width: 768px) {
  .translation-navigation {
    flex: 0 1 auto;
    border-left: 1px solid #fff;
    padding-left: 18px;
    margin-left: 13px;
  }
}

.primary-footer {
  background-color: #000000;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 50px 50px;
}
.primary-footer .footer-inner-wrap {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .primary-footer .footer-inner-wrap {
    flex-direction: row-reverse;
  }
}
.primary-footer .footer-inner-wrap .site-info {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

.navbar-collapse {
  display: flex !important;
  flex-basis: auto !important;
  flex-grow: 1 !important;
}

.primary-navigation ul {
  display: flex !important;
  flex-direction: row !important;
  flex: 1 0 auto;
  justify-content: flex-end !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  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;
}

.container-modules {
  margin-top: 2.75em;
}
@media (min-width: 768px) {
  .container-modules {
    margin-top: 4em;
  }
}

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

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

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Backgrounds
--------------------------------------------------------------*/
body#home {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("img/nis4-background-mobile.jpg");
}
@media (min-width: 768px) {
  body#home {
    background-size: 100% 100%;
    background-image: url("img/nis4-background-desktop.jpg");
  }
}
body#single {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("img/nis4-background-mobile.jpg");
}
@media (min-width: 768px) {
  body#single {
    background-size: 100% 100%;
    background-image: url("img/nis4-background-desktop-main.jpg");
  }
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

.custom-logo {
  /* assumes original image is 500 x 128 */
  width: 125px;
  height: 32px;
}

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

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