/*
Theme Name: Flevoplant
Theme URI: http://flevoplant.nl
Description: Wordpress thema voor Flevoplant
Author: Comceptum
Author URI: http://comceptum.nl
Version: 1.0
License: GNU General Public License
License URI: licence/GPL.txt
Text Domain: flevoplant
*/
@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;500;600;700&family=Noto+Serif:wght@400;700&display=swap');


h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1.25;
  font-family: 'Noto Serif', serif;
    color: #1855A4;
}


h1,
.h1 {
    font-size: 60px;
}

.h2,
h2 {
    font-size: 48px;
}

.h3,
h3 {
    font-size: 42px;
    line-height: 1.5;

}

.h4,
h4 {
    font-size: 30px;
    line-height: 1.5;
}

.h5,
h5 {
   font-size: 24px;
    color: #DE1F26;
}

.h6,
h6 {
    font-size: 20px;
    color: #DE1F26;
    font-weight: bold;
      text-transform: uppercase;
    font-family: 'Asap', sans-serif;
}

body {
    font-size: 18px;
    font-weight: 300;
    font-family: 'Asap', sans-serif;
    overflow-x: hidden;
    line-height: 1.75;
   color: #3D3531

  
}

body.offcanvas-open {
    overflow-x: hidden;
    overflow-y: hidden;
}

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

a {
    color: currentColor;
/*     -webkit-transition: all 0.3s;
    transition: all 0.3s; */
}

a:hover {
    text-decoration: none;
    color: currentColor;
}

ul,
ol {
    padding-left: 0;
    line-height: 1.75;
    margin-bottom: 15px
}

li {
    list-style: none;
}

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

label {
    font-weight: normal;
    margin-bottom: 10px;
}

sup {
    top: -5px;
}

abbr {
    text-decoration: none !important;
}

hr {
   margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #002B56 ;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea,
select {
    -moz-appearance: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.25;
    width: 100%;
    position: relative;
    color: #939393;
    background: #FAFAFA;
    padding: 20px 15px;
   border: 2px solid #EDEDED;
border-radius: 5px;

}

select {
    background-image: url(images/down.svg);
    background-size: 17.5px;
    background-repeat: no-repeat;
    background-position: calc(100% - 22.5px);
}

input[type="search"]::-webkit-search-cancel-button {
    display: none;
}


.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;
  width: 1px;
  word-wrap: normal !important;
}


::-webkit-input-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

::-moz-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

:-ms-input-placeholder {
        color: rgb(0 43 86 / 50%);
    font-weight: 300;
}

::-moz-selection {
    background-color: #002B56;
    color: #ffffff
}

::selection {
    background-color: #002B56;
    color: #ffffff
}

::-moz-selection {
    background-color: #002B56 ;
    color: #ffffff
}

:focus {
    outline: 0 !important;
}

table {
    margin-bottom: 15px;
    width: 100%
}

table tr th {
    font-weight: 500
}
b,
strong {
    font-weight: bold;
}

small,
.small {
    font-size: 0.75rem;
    font-weight: inherit;
    display: inline-block;
    line-height: 1.5;
}

button {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
}


.hidden {
    visibility: hidden;
    width: 0px!important;
    height: 0px!important;
    margin: 0px!important;
    padding: 0px!important;
}

.row.big-gutters {
    margin-right: -45px;
    margin-left: -45px;
}

.row.big-gutters [class*="col-"] {
    padding-right: 45px;
    padding-left: 45px;
}

.row.medium-gutters {
    margin-right: -22.5px;
    margin-left: -22.5px;
}

.row.medium-gutters [class*="col-"] {
    padding-right: 22.5px;
    padding-left: 22.5px;
}


.row.normal-gutters {
    margin-right: -15px;
    margin-left: -15px;
}

.row.normal-gutters [class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}


.row.small-gutters {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.row.small-gutters [class*="col-"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}


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

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



.row-header {
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 15px;
}

.clearfix::after {
    display: block;
    content: "";
    clear: both;
  }

.btn,
.button {
 -moz-appearance: none;
    -webkit-appearance: none;
    padding: 22.5px 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    line-height: 1.25;
    white-space: normal;
    border: 0;
    font-size: 15px;
    background: #DE1F26;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    overflow: hidden;
    letter-spacing: 0.42px;
    text-align: left;
}

.btn:not(.btn--simple, .btn--small):after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #fff;
    margin-left: 15px;
    display: inline-block;
    font-size: 12px;
    margin-left: 30px
}


.btn:hover{
    color: #ffffff;
}


.btn:before {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
    z-index: -1;
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #000000;
    opacity: 0.25;
    -webkit-transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
    transition: all 0.5s cubic-bezier(0.77,0,0.175,1);
}


.btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}

.btn--small {
       padding: 10px 15px;
}



.btn + .btn {
    margin-left: 15px;
}

.read-more {
 font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.read-more i {
    font-size: 14px;
    margin-right: 7.5px;
    vertical-align: 2px;
}



/* Main styles */

header {
    position: sticky;
 top: 0;
	left: 0;
	right: 0;

    background: #1855A4;
    z-index: 99999;
   
}



header nav.navbar.navbar-main {
    padding: 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

header nav.navbar.navbar-extra {

}

header nav.navbar .navbar-brand {
margin: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    max-width: 225px;
    position: relative;
    padding: 0;
    z-index: 1;
    margin-right: 15px;
  -webkit-filter: drop-shadow(0px 0px 9px #00000029);
    filter: drop-shadow(0px 0px 9px #00000029);
    margin-top: -47.5px;
    margin-bottom: -47.5px;
}




header nav.navbar .navbar-nav {
  position: relative;

}



header nav.navbar .navbar-nav > .nav-item {

}






header nav.navbar .navbar-nav > .nav-item > .nav-link {
     padding: 5px 15px;
    margin: 15px 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 18px;
    font-weight: 700;
    color: #1855A4;
    text-transform: uppercase;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7.5px;
    vertical-align: 5px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    color: #69AAFF;
}

header nav.navbar .navbar-nav > .nav-item > .nav-link i {
    color: #69AAFF;
    font-size: 16px;
    margin-right: 7.5px
}


header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
  color: #ffffff;
    font-weight: bold;
    text-transform: inherit;
    padding: 5px 7.5px;
    margin: 0 5px;
    line-height: 1.25;
}

header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link hr {
    border-left: 1px solid #0F3B74;
    height: 22px;
    border-top: 0;
    margin: 0 7.5px;
}



/*header nav.navbar .navbar-nav > .nav-item:last-child > .nav-link {
    padding-right: 0
}*/

header nav.navbar .navbar-nav .nav-item:hover > a.nav-link,
header nav.navbar .navbar-nav > .nav-item.active > a.nav-link,
header nav.navbar .navbar-nav .nav-item > a.nav-link[aria-expanded="true"]  {
    background: #DE1F26;
    color: #ffffff;
}




header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
  display: none;
}

header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7.5px;
    vertical-align: 5px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    color: #69AAFF;
}




header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle[aria-expanded="true"]:after {
    transform: rotate(180deg);
}


header nav.navbar .navbar-nav > .nav-item > .dropdown-menu {
    padding: 7.5px 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
        background: #ffffff;
            -webkit-filter: drop-shadow(0px 15px 9px #00000029);
    filter: drop-shadow(0px 15px 9px #00000029);
}



header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a{
       color: #1855A4;
    padding: 10px 15px;
    line-height: 1;
    white-space: nowrap;
    min-width: 225px;
    position: relative;
    font-size: 16px;
}




/*header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover:after {
    right: 15px;
}
*/

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li a:hover,
header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li.current-menu-item a {
    color: #DE1F26;
    background: transparent;
}

header nav.navbar .navbar-nav > .nav-item > .dropdown-menu li img{
        max-width: 25px;
}

header .dropdowns {
    background: #002B56;
    color: #ffffff

}

header .dropdowns .dropdown {
     padding: 45px 0
}

header .dropdowns .dropdown ul {
    
    line-height: 2;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns:3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin-bottom: 0
}

header .dropdowns .dropdown ul li {

}

header .dropdowns .dropdown ul li a {
    
}


header .dropdowns .dropdown ul li.active a,
header .dropdowns .dropdown ul li a:hover {
    font-weight: bold
}

header .dropdowns .dropdown ul li a:before {
    content: url(images/right.svg);
    display: inline-block;
    width: 7px;
    margin-right: 15px; 
}



/* Navbar search */

header nav.navbar .navbar-search {

}


header nav.navbar .navbar-search form{

}


header nav.navbar .navbar-search form input{
    width: 0;
    border: 0;
    border-radius: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    margin-right: -8px;
}


header nav.navbar .navbar-search.navbar-search--open form input{
       width: 175px;
        padding: 11px 15px 11px 30px;
    height: 58px;
    opacity: 1;
     margin-right: -62px;
     border: 2px solid #E1E2EC;
     background: #F4F4F4
    
}

header nav.navbar .navbar-search form button{
       border: 2px solid #7891A2;
    height: 58px;
    width: 58px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1
}

header nav.navbar .navbar-search form button img {
        width: 20px;
    vertical-align: -2px;
}

/* WPML */
/* 
header nav.navbar .wpml-ls {
	    margin-bottom: 0;
    padding: 0;
    border: 0;
	    z-index: 99;
	    margin-left: auto;
}

header nav.navbar .wpml-ls ul {
	margin-bottom: 0;
}

header nav.navbar .wpml-ls ul li {
	padding: 0 5px;
}

header nav.navbar .wpml-ls ul li:last-child {
	padding-right: 0;
}

header nav.navbar .wpml-ls ul li a {
	padding: 0;
}

header nav.navbar .wpml-ls ul li a img{
	width: 25px;
}
 */


/* WPML */


.wpml-ls-legacy-dropdown {
      width: 60px;
    margin-left: 15px;
    background: #ffffff;
    padding: 7.5px 5px;
}
.wpml-ls-legacy-dropdown > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:focus .wpml-ls-sub-menu,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
    visibility: visible;
}
.wpml-ls-legacy-dropdown .wpml-ls-item {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%
}
.wpml-ls-legacy-dropdown a {
    display: block;
    text-decoration: none;
    line-height: 1;
}
.wpml-ls-legacy-dropdown a span {
    vertical-align: middle;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    position: relative;
    padding-right: 22.5px;
        padding-left: 5px;
	-webkit-transition: all 0s;
    transition: all 0s;
	line-height: 0;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 10px;
    padding-left: calc(10px + 1.4em);
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	position:absolute;
   
    right: 2.5px;
    top: calc(50% - 3px);
 
	
	    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 7.5px;
    vertical-align: 5px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
    color: #69AAFF;
}
.rtl .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: auto;
    left: 10px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
   visibility: hidden;
    position: absolute;
    top: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    padding-top: 5px;
    background: #ffffff;
    left: -5px;
    right: -5px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu li {
    display: block;
       padding: 5px 27.5px 5px 10px !important;
}



/* Navbar toggler */

header nav.navbar .navbar-toggler {
  margin: 10px 0 10px 15px;
    padding: 15px 12px;
    position: relative;
    border-radius: 0;
    display: none;
    background: #1855A5;
    border-radius: 50%;
}





header nav.navbar .navbar-toggler .icon-bar {
    display: block;
    width: 20px;
    height: 2px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar {
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    width: 20px;
    margin-left: 0;
}

header nav.navbar .navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
}

header nav.navbar .navbar-toggler .icon-bar {
    position: relative;
    transition: all 500ms ease-in-out;
    background-color: #ffffff;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(2) {
    opacity: 0;
    width: 0;
    margin-left: 50%;
}

header nav.navbar .navbar-toggler .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
}





/* Header */


section.header {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: 750px;
     
}

section.header.header--small {
    height: 360px;
    margin: 0 60px;
}

section.header.header--extra {
    height: 210px
}

section.header.header--maps {
    height: 500px
}



section.header.header--wave:after {
    content: url(images/wave-shape.svg);
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 0;
    line-height: 0;
}

section.header .header-image,
section.header .header-image .acf-map  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}



section.header .header-image > img,
section.header .header-image video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
       -o-object-position: center;
    object-position: center;
}


section.header .header-image iframe {
    width: 100%;
    height: 100%;
}

section.header:not(.header--small) .header-image:after {
   content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: transparent linear-gradient(90deg, #466D1D 0%, #24480000 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.62;
}

section.header .header-content {
        top: 50%;
    position: absolute;
       -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
    width: 100%;
        z-index: 4;
}


section.header .header-content :is(h1, h2, h3, h4, h5, h6, p) {
    color: #ffffff;
    max-width: 600px
}



section.header .header-content *:last-child {
    margin-bottom: 0
}

section.header .header-content .btn {
    margin-top: 15px;
}


 

/* Article */

article {
    padding: 90px 0;
    position: relative;
/*         overflow: hidden; */
}

body.page-template-template-contact article {
    padding-bottom: 0 !important
}

article + article:not(.article--background):nth-child(even) {
    background: #FAFAFA;
}

article + article:not(.article--background):nth-child(even) .row {
    flex-direction: row-reverse;
}
article.article--hand {
    overflow: visible;
}
article.article--hand:after {
   content: '';
    background: url(images/hand.png);
    position: absolute;
    top: 0;
/*     bottom: 40%; */
	 bottom: 30px;
    left: 0;
    right: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    background-size: 30% auto;
}


article.article--background {
    overflow: hidden;
}



article .article-content {
   position: relative;
   z-index: 2
}



article .article-content h1,
article .article-content .h1 {
    color: #DE1F26;
}




article .article-content h3:first-child + h5 {
    color: #DE1F26;
   /* margin-top: -30px*/
}

body.home article .article-content h5 {
    margin-bottom: 0
}

article .article-content :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 30px
}

article .article-content :is(h3, h4, h5, h6):first-child {
    margin-bottom: 0
}


article .article-content img {
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
}

article .article-content .alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

article .article-content .alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

article .article-content ul.list-unstyled {
    color: #1855A4;
}

article .article-content ul.list-unstyled li i {
        color: #69AAFF;
    min-width: 30px;
    display: inline-block;
}

article .article-content ul:not(.list-unstyled) {
    
}

article .article-content ul:not(.list-unstyled) li {
    
}

article .article-content ul:not(.list-unstyled) li:before {
         content: "•";
   
    color: #DE1F26;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}


body.home article .article-content ul.usps {
    line-height: 2.25
}

body.home article .article-content ul.usps li {
    font-weight: bold;
    color: #1855A4;
}

article .article-content ul.usps li:before {
         content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #DE1F26;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    margin-right: 15px;
}


article .article-content.article-content--background {
    padding: 90px 90px 90px 0;
    color: #ffffff;
    margin-top: -150px;
}

article .article-content.article-content--background:after {
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    background: #1855A4;
    position: absolute;
    z-index: -1;
}

article .article-content.article-content--background  :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
}

article .article-content blockquote {
    border: 1px solid #69AAFF;
border-radius: 10px;
padding: 22.5px;
}

article .article-content ol {
    counter-reset: counter;
}



article .article-content ol li {
    position: relative;
    padding-left: 67.5px;
    margin-bottom: 15px;
}

article .article-content ol li:last-child {
    margin-bottom: 0
}

article .article-content ol li:before {
 counter-increment: counter;
 content: counter(counter);
 width: 45px;
 height: 45px;
 line-height: 45px;
 text-align: center;
 display: inline-block;
 background: #3eae56;
 border-radius: 50%;
 position: absolute;
 left: 0;
 color: #ffffff;
 font-weight: bold;
     top: -5px;
}


article .article-content ol li:after {
    content: "";
    display: inline-block;
    /* height: 100%; */
    width: 2px;
    background: #3eae56;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 22.5px;
    top: 0;
    z-index: -1;
    bottom: -15px;
}

article .article-content ol li:last-child:after {
    bottom: 7.5px;
}





article .article-content :is(p, ul, table):last-child {
    margin-bottom: 0
}

article .article-content a:not(.btn) {
    color: #DE1F26;
    text-decoration: underline;
}

article .article-content a:not(.btn) {
	   color: #1855A4;
    text-decoration: inherit;
}

article .article-content:not(.article-content--background) form .gform_page {
    box-shadow: 0px 1px 25px #BFBFBF69;
border-radius: 10px;
background: #ffffff;
padding: 37.5px 45px;
}

article .article-content:not(.article-content--background) form.step-2 .gform_page#gform_page_2_1,
article .article-content:not(.article-content--background) form.step-3 .gform_page#gform_page_2_1,
article .article-content:not(.article-content--background) form.step-3 .gform_page#gform_page_2_2,
article .article-content:not(.article-content--background) form.step-4 .gform_page#gform_page_2_1,
article .article-content:not(.article-content--background) form.step-4 .gform_page#gform_page_2_2,
article .article-content:not(.article-content--background) form.step-4 .gform_page#gform_page_2_3{
	display: block !important	
}

article .article-content:not(.article-content--background) form .gform_page + .gform_page {
	margin-top: 60px;
}


article .article-content:not(.article-content--background) form#gform_3 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    display: inline-block;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

article .article-content:not(.article-content--background) form .gform_body .gform_fields .gfield > label,
article .article-content:not(.article-content--background) form .gform_body .gform_fields .gfield > legend {
    display: block;
}

article .article-content:not(.article-content--background) form .gform_body #gform_page_2_4 .gform_fields .gfield > label,
article .article-content:not(.article-content--background) form .gform_body #gform_page_2_4 .gform_fields .gfield > legend {
    font-weight: bold;
}

article.article--background .article-content {
    padding: 90px 0;
}


article .article-image {
        position: relative;
    padding-bottom: 75%;
    display: block;
    z-index: 2;
   
  
  
}

article.article--background .article-image {
    margin-left: -90px;
    padding-bottom: calc(75% + 90px);
}


article.article--background .article-image:after {
    content: '';
    background: #F5F5F5;
    position: absolute;
    left: 120px;
    top: 0;
     height: 200vh;
    width: 100vw;
    z-index: -1;
    border-radius: 20% 0px 0 0;
}

article [class*="col-xl-5"] .article-image:after {
    content: url(images/wave.svg);
    position: absolute;
    width: 375px;
    z-index: 1;
    left: calc(100% - 150px);
    bottom: 60px;
}


article [class*="col-xl-4"] .article-image:after {
    content: url(images/wave.svg);
    position: absolute;
    width: 375px;
    z-index: 1;
    right: calc(100% - 120px);
    bottom: -22.5px;
}



/*article .article-image + .article-image {
    margin-top: 45px
}*/


article .article-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
      overflow: hidden;
      border-radius: 20% 0;

}

article .article-hand {
       position: sticky;
    top: 0;
    width: 34vw;
    padding-left: 15px;
}

article .article-form {
    padding: 60px 0;
    position: relative;
}

article .article-form:before {
   content: '';
    background: #F8F8F8;
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 0;
    width: 100vw;
    z-index: -1;
}

article .article-teams {
    padding-top: 60px;
}

article .article-teams .article-team {
    display: block;
    margin-bottom: 30px;
}

article .article-teams .article-team .article-team__image {
 position: relative;
    padding-bottom: 100%;
    display: block;
    z-index: 2;
    overflow: hidden;
    border-radius: 20% 0px;
        margin-top: 22.5px;
}

article .article-teams .article-team .article-team__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

article .article-teams .article-team:hover .article-team__image img {
      -webkit-transform: scale(1.1);
    transform: scale(1.1);
    }

article .article-teams .article-team .article-team__content {
   box-shadow: 0px 1px 25px #bfbfbf69;
    border-radius: 10px;
    padding: 37.5px 22.5px 22.5px 120px;
    margin-left: -90px;
    height: 100%;
}

article .article-teams .article-team .article-team__content :is(h1, h2, h3, h4, h5, h6, ul) {
    margin-bottom: 0
}

article .article-teams .article-team .article-team__content ul {
    color: #1855A4
}

article .article-teams .article-team .article-team__content ul li a i{
    color: #69AAFF;
    min-width: 30px;
    display: inline-block;
}

article .article-teams .article-team .article-team__content a.linkedin {
    position: absolute;
    right: 22.5px;
    top: 22.5px;
    color: #DE1F26;
    font-size: 30px;
}

article .article-sidebar {
    position: sticky;
    top: 30px;
    margin-left: auto;
    max-width: 400px;
}

article .article-sidebar .article-sidebar__image {
    position: relative;
    padding-bottom: 56.25%;
    display: block;
    z-index: 2;
    overflow: hidden;
    border-radius: 20% 0px;
        margin-right: 45px;
       
}

article .article-sidebar .article-sidebar__image img{
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


article .article-sidebar .article-sidebar__content {
    box-shadow: 0px 1px 25px #bfbfbf69;
    border-radius: 10px;
    padding: 120px 30px 30px 30px;
    margin-top: -90px;
}

article .article-sidebar .article-sidebar__content ul {
    color: #1855A4
}

article .article-sidebar .article-sidebar__content ul li a i{
    color: #69AAFF;
    min-width: 30px;
    display: inline-block;
}

article .article-sidebar .article-sidebar__content .btn {
    width: 100%;
    margin-top: 15px;
}

article .article-sidebar .article-sidebar__content .btn:after {
	float: right;
}

/* Navigation */

section.navigation {
    background: #F5F5F5;
    padding: 30px 0;
        margin: 0 60px;
}


section.navigation ul {
    margin-bottom: 0;
       white-space: nowrap;
        overflow-x: scroll;
         -ms-overflow-style: none;
  scrollbar-width: none; 
}



section.navigation ul::-webkit-scrollbar {
  display: none;
}


section.navigation ul li{
    padding: 0 15px;
    display: inline-block;
}

section.navigation ul li i {
    color: #DE1F26;
}

section.navigation ul li a {
    color: #1855A4;
    font-size: 20px;
        font-family: 'Noto Serif', serif;
        font-weight: bold;
          -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.navigation ul li.active a,
section.navigation ul li:hover a {
    border-bottom: 2px solid  #1855A4
}


/* Intro */

section.intros {
    position: relative;
    margin-top: -90px;
}

section.intros .intro {
     position: relative;
    padding-bottom: 66.666%;
    display: block;
    z-index: 2;
   
  
}

section.intros [class*="col"]:first-child .intro:before {
     content: url(images/wave.svg);
    position: absolute;
    width: 375px;
    z-index: 1;
    right: calc(100% - 180px);
    bottom: calc(100% - 60px);
}


section.intros .intro .intro-image {
     position: absolute;
     left: 0;
     right: 0;
     top: 0;
     bottom: 0;
       overflow: hidden;
        border-radius: 20% 0px;
}

section.intros .intro .intro-image:before {

content: '';
    position: absolute;
    height: 75%;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
   background: transparent linear-gradient(180deg, #EEEEEE00 0%, #000000BF 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.62;
    z-index: 1;
    pointer-events: none;
}
section.intros .intro .intro-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.intros .intro:hover .intro-image img {
       -webkit-transform: scale(1.1);
    transform: scale(1.1);
}



section.intros .intro .intro-content {
    position: absolute;
    z-index: 2;
    bottom: 37.5px;
     right: 37.5px;
      left: 37.5px;
}


section.intros .intro .intro-content :is(h1, h2, h3, h4, h5, h6, p) {
    color: #ffffff
}

section.intros .intro .intro-content .btn {
    margin-top: 7.5px;
}
/* Banner */


section.banner {
    background: #1855A4;
    color: #ffffff;
    margin-top: 60px;
    position: relative;
   /*     overflow: hidden;*/
}

/* article + section.banner {
	margin-top: 0;
} */
section.banner .banner-content {
       position: relative;
    z-index: 4;
    padding: 90px 0 0 0 ;
  margin-right: -270px;
}

section.banner .banner-content :is(h1, h2, h3, h4, h5, h6){
    color: #ffffff;
    
}

section.banner .banner-content .btn {
    margin-top: 60px;
}

section.banner .banner-overlay {
    padding: 120px 0;
    position: relative;
    z-index: 2;
    text-align: center;
}

section.banner .banner-overlay :is(h1, h2, h3, h4, h5, h6){
    color: #ffffff;
    
}

section.banner .banner-background {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

section.banner .banner-background:before {
        content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #646464 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.62;
    z-index: 1;
    pointer-events: none;
     overflow: hidden;
}

section.banner .banner-background img {
 position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
     overflow: hidden;
}

section.banner .banner-image {
   position: relative;
    padding-bottom: 66.666%;
    display: block;
    z-index: 2;
   
        margin-top: -75px;
}
section.banner .banner-image:after {
    content: url(images/wave.svg);
    position: absolute;
    width: 375px;
    z-index: 1;
    left: calc(100% - 150px);
    bottom: 60px;
}

section.banner .banner-image:before {
        content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    mix-blend-mode: multiply;
    background: transparent linear-gradient(-90deg, #EEEEEE00 0%, #000000BF 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    opacity: 0.62;
    z-index: 1;
    pointer-events: none;
     overflow: hidden;
    border-radius: 20% 0;
}

section.banner .banner-image img{
       position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
     overflow: hidden;
    border-radius: 20% 0;

}

section.banner .banner-image .banner-image__arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 11;
    background: #1A1A3C;
    transform: translateX(-50%);
    border-radius: 50px;
    padding: 0 10px;
} 

section.banner .banner-image .banner-image__arrows :is(.prev, .next) {
     padding: 19px;
       display: inline-block;
       line-height: 1;
        opacity: 0.45;
          -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;

}

section.banner .banner-image .banner-image__arrows :is(.prev, .next):hover  {
    opacity: 1;
}

section.banner .banner-image .banner-image__arrows :is(.prev, .next) i {
    font-size: 30px;
   
     
} 

section.banner .banner-usps {
    padding: 60px 0;
}

section.banner .banner-usps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0
}

section.banner .banner-usps ul li{
     font-family: 'Noto Serif', serif;
     font-size: 24px;
     color: #ffffff;
}


section.banner .banner-usps ul li:before {
        content: "\f00c";
    font-family: 'Font Awesome 5 Pro';
    color: #69AAFF;
    font-weight: 400;
    font-size: 24px;
    vertical-align: middle;
    line-height: 1;
    margin-right: 15px;
}



/* Case */

section.case {
    position: relative;
}

section.case:after {
        content: '';
    position: absolute;
    top: 300px;
    right: 30px;
    bottom: 0;
    left: 30px;
    background: #F8F8F8;
    z-index: -1;
}

section.case .case-image {
        position: relative;
    display: block;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-top: -120px;
    box-shadow: 0px 22px 44px #004D7933;
} 

section.case .case-image:not(.case-video):before {
        content: '';
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #D1D1D100 47%, #4D4D4D 100%) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 50%;
    pointer-events: none;
}

section.case .case-image iframe,
section.case .case-image.case-video img,
section.case .case-image.case-video .case-image__play,
section.case .case-image.case-video .case-image__content {
    display: none;
}

section.case .case-image.case-video iframe {
    display: block;
}

section.case .case-image img,
section.case .case-image iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


section.case .case-image .case-image__play {
   position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 50%;
    background: #FFFFFF;
    padding: 28px 30px;
    line-height: 1;
    font-size: 40px;
    color: #3eae56;
    transform: translate(-50%, 50%);
    cursor: pointer;
}

section.case .case-image .case-image__content {
       position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    z-index: 2;
    font-weight: bold;
    letter-spacing: 1.29px;
    font-size: 22px;
    cursor: pointer;
    text-transform: uppercase;
}

section.case .case-image .case-image__content:after {
        content: '';
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

section.case .case-content {
    margin: 60px 0 90px 0;
}

section.case .case-content :is(h1, h2, h3, p, table, ul) {
    margin-bottom: 30px;
}

section.case .case-content *:last-child {
    margin-bottom: 0
}

section.case .case-content .case-content__labels {
     margin-bottom: 45px;
}

section.case .case-content .case-content__labels span{
    letter-spacing: 0.6px;
    font-size: 12px;
    line-height: 1;
    background: #ffffff;
    border: 1px solid #3eae56;
    color: #3eae56;
    padding: 2.5px 5px;
}

section.case .case-content .case-content__labels span:not(:last-child) {
    margin-right: 5px;
}

section.case .case-content h6 {
        margin-bottom: 7.5px;
    color: #6E6E6E;
    letter-spacing: 1.06px;
    font-weight: 300;
}




section.case .case-sidebar {
      position: sticky;
    top: 30px;
    background: #ffffff;
    padding: 30px 37.5px;
    border: 2px solid #3eae56;
    border-radius: 10px;
    -webkit-box-shadow: -10px 10px 0px 0px #3eae56;
    box-shadow: -10px 10px 0px 0px #3eae56;
    max-width: 330px;
    margin-left: auto;
    margin-top: 75px;
    margin-bottom: 60px;
}
section.case .case-sidebar .case-person {
    margin: 30px 0
}

section.case .case-sidebar .case-person .case-person__image {
     position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 0;
    border-radius: 50%
}

section.case .case-sidebar .case-person .case-person__image img{
        width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

section.case .case-sidebar .case-person .case-person__content {

}

section.case .case-sidebar .case-person .case-person__content ul {
    margin-bottom: 0
}

section.case .case-sidebar .case-person .case-person__content ul li span {
    color: #3eae56;
}

section.case .case-sidebar .case-person .case-person__content ul li i {
    color: #3eae56;
    margin-right: 7.5px;
}

section.case .case-sidebar .btn {
    width: 100%
}



/* Cards */

section.cards {
    padding: 90px 0 120px 0;
    background: #F8F8F8;
}





.cards .cards-header {
    margin-bottom: 60px;
}


.cards .cards-header :is(h1, h2, h3) {
  
}

.cards .cards-header :is(h4, h5, h6) {
  margin-bottom: 5px;
}


.cards .cards-header *:last-child {
    margin-bottom: 0
}

.cards .card {
    margin-bottom: 75px;
    position: relative;
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;

    box-shadow: 0px 1px 25px #BFBFBF69;
    border-radius: 10px;

   


}


.cards .card:hover {
   
}

.cards .card .card-image {
    position: relative;
    display: block;
    padding-bottom: 50%;
    overflow: hidden;
     border-radius: 10px;
}


.cards .card .card-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}

 .cards .card:hover .card-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 




.cards .card .card-content {
     position: absolute;
    left: 0;
    bottom: 0;
    background: #DE1F26;
    border-radius: 0px 34px 0px 0px;
        padding: 15px 60px 15px 22.5px;
    transform: translateY(50%);
    min-width: 300px;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cards .card:hover .card-content {
    background: #1855A4
}

.cards .card .card-content:after {
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: bold;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}


.cards .card .card-content :is(h1, h2, h3, h4, h5, h6){
        color: #ffffff;
}


.cards .card .card-content *:last-child {
    margin-bottom: 0
}

/* Gallery */

section.gallery {
    margin: 60px 0 30px 0;
}
section.gallery .gallery-item {
    position: relative;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    box-shadow: 0px 22px 44px #004d7933;
    border-radius: 30px;
    margin-bottom: 30px 

}

section.gallery .gallery-item:hover {
    -webkit-box-shadow: -10px -10px 0px 0px rgb(26 26 60 / 12%);
    box-shadow: -10px -10px 0px 0px rgb(26 26 60 / 12%);
}

section.gallery .gallery-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3eae56;
    opacity: 0;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;

}

section.gallery .gallery-item:hover:before {
    opacity: 0.8;
}

section.gallery .gallery-item img {
  position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



section.gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 





/* Gravity Forms */

.gform_wrapper {

}

.gform_wrapper form {
      margin-top: 22.5px;  
       position: relative;
}

.gform_wrapper form .gform_body {


}
.gform_wrapper form .gform_body .gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield {
    margin-bottom: 22.5px;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  /*  line-height: 1*/


  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted {
       

}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted :is(h1, h2, h3, h4, h5, ul, p, table) {
    margin-bottom: 0
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield_html_formatted  a {
    color: #3eae56;
    text-decoration: underline;
}

/*.gform_wrapper form .gform_body .gform_fields .gfield.gfield_contains_required:after {
        content: '*';
    color: #26A4E8;
    position: absolute;
    right: 15px;
    top: 0;
}*/

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-half {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-three-quarter {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-quarter {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gfield--width-five-twelfths {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gform_wrapper form .gform_body .gform_fields .gfield.spacer {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > label{
      display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield > label .gfield_required {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > legend {
    display: none;
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_description {
    margin-bottom: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield > .gfield_consent_description {
    font-size: 15px;
}

.gform_wrapper form .gform_body .gform_fields .gfield .gfield_validation_message {
    color: red;
}

.gform_wrapper form .gform_body .gform_fields .gfield.gform_validation_container,
.gform_wrapper form .gform_body .gform_fields .gfield.gfield_visibility_hidden {
    border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gform_wrapper form .gform_page_footer .gform_button {
   margin-left: auto;
    display: block;	
}
.gform_wrapper form .gform_footer .gform_button {
    
}

.gform_wrapper form .gform_footer .gform_button#gform_submit_button_3 {
	width: 100%;
	text-align: center
}

.gform_wrapper form .gform_body .gform_page_footer .button {
    background: #0F386E
}

.gform_wrapper form .gform_body .gform_page_footer .gform_previous_button {
    display: none;
}


.gfield_radio {
    display: block;
    margin-bottom: 0;
    position: relative;
}


.gfield_radio input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.gfield_radio label {
    position: relative;
}


.gfield_radio label:before{
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 50%;
}


.gfield_radio input:checked + label:before{
    border-color: #1855A4
}


.gfield_radio label:after{
     content: '';
    position: absolute;
    top: 9px;
    left: 4px;
    height: 13px;
    width: 13px;
    background: #1855A4;
    border-radius: 50%;
    opacity: 0
}

.gfield_radio input:checked + label:after{
    opacity: 1;
}




.gfield_checkbox,
.ginput_container_consent {
    display: block;
    margin-bottom: 0;
    position: relative;
}


.gfield_checkbox#input_2_17 {
       -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    display: inline-block;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;

}

.gfield_checkbox input,
.ginput_container_consent input{
     border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



.gfield_checkbox label,
.ginput_container_consent label {
    position: relative;
    margin-bottom: 0
}

.gfield_checkbox label:before,
.ginput_container_consent label:before{
    content: '';
    width: 21px;
    height: 21px;
    display: inline-block;
    margin-right: 7.5px;
    vertical-align: -4px;
    background: #FAFAFA 0% 0% no-repeat padding-box;
    border: 2px solid #EDEDED;
    border-radius: 5px;
}


.gfield_checkbox input:checked + label:before,
.ginput_container_consent input:checked + label:before{
       background: #DE1F26;
    border-color: #DE1F26;
}


.gfield_checkbox label:after,
.ginput_container_consent label:after {
   content: '';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    font-size: 14px;
    top: 8px;
    left: 3px;
    color: #ffffff;
    line-height: 1;
}

.gfield_checkbox input:checked + label:after,
.ginput_container_consent input:checked + label:after { 
    opacity: 1;
}


.gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 2%;
}
.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-left: 0;
}
.gform_wrapper.gravity-theme .ginput_container_date label {
    display: block;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date + .ginput_container_date {
    margin-left: 0;
    margin-right: 16px;
}
html[dir="rtl"] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"] + .ginput_container_date {
    margin-right: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) {
    background: #fff;
    border: 1px solid #d0d1d3;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.0405344);
    color: #607382;
    font-size: 13px;
    font-weight: 500;
    margin-top: 5px;
    padding: 18px 15px;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table,
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th,
.gform-theme-datepicker:not(.gform-legacy-datepicker) thead,
.gform-theme-datepicker:not(.gform-legacy-datepicker) tr {
    background: 0 0;
    border: 0;
    margin: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td,
.gform-theme-datepicker:not(.gform-legacy-datepicker) th {
    padding: 5px;
    text-shadow: none;
    text-transform: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header {
    border: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 5px;
    padding: 0;
    position: relative;
    width: 100%;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    align-items: center;
    background: 0 0;
    border: 0;
    color: #607382;
    cursor: pointer;
    display: flex;
    font-family: gform-icons-theme !important;
    font-size: 24px;
    height: 30px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    speak: never;
    top: -2px;
    text-decoration: none;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    width: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover {
    color: #2f4054;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:before,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:before {
    border: 0;
    height: auto;
    position: static;
    transform: none;
    width: auto;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev {
    display: none;
}
.
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
   display: none;
}

.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select {
    background-color: transparent;

    background-position: 100% 50%;
    background-repeat: no-repeat;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    color: #585e6a;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    min-height: 0;
    padding: 0 22px 0 0;
    -webkit-appearance: none;
    width: auto;
    
    background-position: calc(100% - 5px) 50%,calc(100% - 0px) 50%,100% 0;
    background-size: 5px 5px,5px 5px,5px 5px;
    background-repeat: no-repeat;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month {
    margin-right: 20px;
    -moz-text-align-last: right;
    text-align-last: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span {
    font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span {
    align-items: center;
    color: #2f4054;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    justify-content: center;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td {
    font-size: 13px;
    height: 50px;
    width: 50px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default {
    align-items: center;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 100%;
    box-shadow: none;
    color: #2f4054;
    display: flex;
    height: 40px;
    justify-content: center;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    text-decoration: none;
    width: 40px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover {
    background: 0 0;
    border-color: #607382;
    outline: 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:active {
    background: #f2f3f5;
    border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
    background: #607382;
    border-color: #607382;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #fff;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover {
    border-color: #607382;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled {
    background: 0 0;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default {
    align-items: center;
    background: #f2f3f5;
    border: 1px solid rgba(32, 32, 46, 0.079);
    border-radius: 100%;
    box-shadow: 0 2px 2px rgba(58, 58, 87, 0.0596411);
    color: #686e77;
    cursor: text;
    display: flex;
    height: 40px;
    justify-content: center;
    text-decoration: none;
    width: 40px;
    opacity: 0.3
}
html[dir="rtl"] #ui-datepicker-div.gform-theme-datepicker[style] {
    right: auto !important;
}
/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Footer*/

footer {
    background: #0F386E;
    color: #ffffff;
}

footer :is(h1, h2, h3, h4, h5, h6) {
    color: #FFFFFF;
}

footer .main-footer{
   padding: 90px 0 45px 0;
}


footer .main-footer form {
	position: relative;
	margin-top: 7.5px;
}


footer .main-footer form input {
	border-radius: 50px;
	    padding: 15px 15px;
}

footer .main-footer form .btn {
	    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

footer .contact-list {
    line-height: 1.75;
  margin-bottom: 0
}

footer .contact-list li:not(:first-child) a {
    color: #69AAFF;
}

footer .contact-list li:first-child a {
    font-weight: bold;
    }

footer .contact-list li a i {
     color: #69AAFF;
    min-width: 30px;
    display: inline-block;
}


footer .footer-list {
    line-height: 1.75;
  margin-bottom: 0
}

footer .footer-list li {
    
}

footer .footer-list li a {
    position: relative;
}


footer .footer-list li a:hover {
    color: #69AAFF;
}

footer .footer-list li a:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    color: #69AAFF;
    margin-right: 15px;
    font-size: 16px;
}


footer .contact-list {
    line-height: 1.75;
    margin-bottom: 0
}


footer .sub-footer{
   padding-bottom: 30px;
       color: rgb(255 255 255 / 29%);
}




footer .copyright-list {
    margin-bottom: 0;
}

footer .copyright-list li {
    display: inline-block;
}

footer .copyright-list li:not(:last-child):after {
        content: '';
    margin: 0 15px;
}

footer .copyright-list li a {
    text-decoration: underline;
}



/* Social media */

.social-media {
    line-height: 1;
    margin-bottom: 0;
        margin-top: 22.5px;
}



.social-media li {
    display: block;
    margin-bottom: 7.5px;
}

.social-media li:last-child {
    margin-right: 0
}

.social-media li a {
   background: #EFEFEF;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #3eae56;
    display: block;
    border-radius: 50%;
}




/* Embed container */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container img,
.embed-container object,
.embed-container embed { 
    position: absolute;
    border: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/* Responsive */

@media (max-width: 1600px) {
    
}   

@media (max-width: 1400px) {

        
    .row.big-gutters {
        margin-right: -45px;
        margin-left: -45px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 45px;
        padding-left: 45px;
    }

    .row.medium-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }


    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }


    .row.small-gutters {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }


    section.header.header--small {
        margin: 0 30px;
    }

      section.navigation { 
        margin: 0 30px;
    }

    article.article--hand:after {
            background-size: 30% auto;
    }


}

@media (max-width: 992px) {


    h1,
    .h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 30px;
    }

    .h3,
    h3 {
        font-size: 30px;
    }

    .h4,
    h4 {
        font-size: 24px;
    }

    .h5,
    h5 {
        font-size: 18px;
    }

    .h6,
    h6 {
        font-size: 14px;
    }

     body {
        font-size: 16px;
    }


    .row.big-gutters {
        margin-right: -30px;
        margin-left: -30px;
    }

    .row.big-gutters [class*="col-"] {
        padding-right: 30px;
        padding-left: 30px;
    }

    .row.medium-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.medium-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }


    .row.normal-gutters {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.normal-gutters [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }


    .row.small-gutters {
        margin-right: -7.5px;
        margin-left: -7.5px;
    }

    .row.small-gutters [class*="col-"] {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }
	
	 .row.no-gutters {
        margin-right: 0;
        margin-left: 0;
    }

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


    .btn {
            font-size: 13px;
            padding: 22.5px 22.5px;
    }

    .btn + .btn{
        margin-left: 0;
        margin-top: 15px;
    }

    select {
        min-width: auto
    }

    main,
    html {
        overflow-x: hidden;
    }

    header nav.navbar .navbar-brand {
           max-width: 125px;
    margin-top: 0px;
    margin-bottom: -30px
    }

  
    

    header nav.navbar.navbar-main .navbar-nav > .nav-item > .nav-link {
        border-bottom: 1px solid #F5F5F5;
        padding: 10px 15px;
        margin: 0;
    }
    header nav.navbar.navbar-extra {
       
    }
	
	header nav.navbar.navbar-extra .navbar-nav > .nav-item:not(.menu-item) {
		display: none
	}
    header nav.navbar.navbar-extra .navbar-nav > .nav-item > .nav-link {
            padding: 0 1px;
    font-size: 15px;
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .nav-link:after {
        content: unset
    }

    header nav.navbar .navbar-nav > .nav-item.dropdown > .dropdown-toggle {
        display: block;
            position: absolute;
    right: 22.5px;
    top: 15px;
    }
    
    header .offcanvas-collapse {
      position: fixed;
        top: 0;
       /* bottom: 0;*/
        width: 100%;
       /* height: 100%;*/
        overflow-y: auto;
        background: #ffffff;
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: -1;
        padding: 150px 0 0 0;
        display: block;
        overflow: scroll;
        right: 0px;
        left: 0;
        z-index: 0;
        color: #ffffff

    }

    header .offcanvas-collapse.open {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    header nav.navbar .navbar-toggler {
        display: block;
    }

    section.header {
        height: 450px
    }

    section.header.header--small {
        height: 210px;
            margin: 0 15px;
    }

    section.header.header--extra {
        height: 150px;
    }

   
 

    section.header .header-content h3 {

    }

    section.intros {
        position: relative;
        margin-top: -45px;
    }

    section.intros [class*="col"]:first-child .intro:before {
        width: 210px;
        z-index: 1;
        right: calc(100% - 150px);
        bottom: calc(100% - 45px);
    }

    section.intros [class*='col-12']:not(:last-child) .intro {
        margin-bottom: 30px;
    }

    article {
        padding: 45px 0;
    }

  

    article .article-content :is(h1, h2, h3, h4, h5, ul, p, table) {
        margin-bottom: 15px;
    }

   /* article .article-content h3:first-child + h5 {
            margin-top: -15px;
    }*/
    article [class*='col-12']:last-child .article-image {
        margin-top: 30px;
    }

    article [class*='col-12']:first-child .article-image {
        margin-bottom: 30px;
    }

    article [class*="col-xl-5"] .article-image:after {
            width: 210px;
    left: calc(100% - 120px);
    bottom: 30px;
    }

    article [class*="col-xl-4"] .article-image:after {
            width: 210px;
    }


    article .article-teams {
    padding-top: 30px;
}

article .article-hand {
    display: none;
}
	
	article.article--hand:after { 
		content:unset;
	}

    article.article--background .article-image {
            margin-left: 0;
    padding-bottom: 75%;
    }

    article.article--background .article-content {
    padding: 0 0 0 30px;
}

article .article-content.article-content--background {
    padding: 30px 15px 30px 0;
    color: #ffffff;
    margin-top: -45px;
    margin-bottom: 30px;
    margin-right: -15px;
}

   

    section.banner {
		margin-top: 30px;
    }

    section.banner .banner-content .btn {
        margin-top: 15px;
    }

    section.banner .banner-content {
            margin-right: 0;
                padding: 45px 0 0 0;
    }

    section.banner .banner-content .read-more {
        margin-top: 30px;
    }

    section.banner .banner-image {
          margin-top: 30px;
    margin-left: 0;
    }

    section.banner .banner-image:after {
        
        width: 210px;
        left: calc(100% - 120px);
        bottom: 30px;
    }

    section.banner .banner-usps  {
        padding: 30px 0;
    }
    section.banner .banner-usps ul { 
        display: block;
    }

    section.banner .banner-usps ul li {
        font-size: 20px;
    }

    section.navigation { 
        margin: 0 15px;
    }

  

    section.navigation ul li {
        padding: 0 7.5px;
    }

    section.navigation ul li a {
        font-size: 18px;
    }
	
	article .article-teams .article-team .article-team__content {
		font-size: 14px;
		    padding: 15px 15px 15px 105px;
	}

    section.cards {
       padding: 30px 0 0 0;
        margin: 0 15px;
        margin-bottom: 30px;
    }

    .cards .cards-header {
    margin-bottom: 30px;
}

    .cards .card {
        margin-bottom: 45px;
    }

    footer .main-footer {
    padding: 30px 0 ;
}

     footer .main-footer [class*='col']:not(:last-child) {
        margin-bottom: 30px
     }

     footer .sub-footer {
    padding-bottom: 15px;

}


}









