/* Default Template Styles */

* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}
/* Typography */
body, html {
  background: #fff;
    height: 100%;
}
:root { 
  --background-color: #ffffff; 
  --background-green: #94cc39;
  --light-grey: #777777; 
  --medium-grey: #555555; 
  --dark-grey: #444; 
  --accent-color: #A3C93B; 
  --accent-color2: #94cc39; 
  --surface-color: #ffffff; 
  --contrast-color: #d8f2b6; 
  --myFont:'Inter',sans-serif;
}
p {
  color: var(--light-grey);
  font-size: 1rem;
  line-height: 1.6rem;
    font-family: "Open Sans",Arial,sans-serif;
    margin-bottom: 0.938rem;
}
b {font-weight:600;}
strong {font-weight:800;}
a, a:link, a:visited {
    color: var(--dark-grey);
    transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
  text-decoration: none;
}
  a:hover, a:active {
  color: var(--accent-color);  
  opacity: 1;
  transition: color .2s linear;
}
a:focus {
  color: var(--accent-color);
  opacity: 1;
  transition: color .2s linear;
}
.icon {
   color: var(--dark-grey);
    transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}
.icon:hover {
   color: var(contrast-color);  
  opacity: 1;
  transition: color .2s linear;
}
/* Custom Template Styles */
.green-text{
    color: var(--accent-color)!important;
}
p a.retour {
  color: var(--light-grey)!important;
  font-size: 1rem;
  font-weight: 400;
  margin:0.5rem 0;  
  margin-top: 30px;
}
p a.retour:hover, p a.retour:active {
  color: var(--light-grey)!important;
  opacity: 0.7;
    transition:color 0.20s linear 0s;
  -o-transition:color 0.20s linear 0s;
  -ms-transition:color 0.20s linear 0s;
  -moz-transition:color 0.20s linear 0s;
  -webkit-transition:color 0.20s linear 0s;
}
.h1-white {
    font-family: var(--myFont);
    color: #fff!important; 
    font-weight: 400;
    line-height: 1.3;
  margin:0.5rem 0;  
    font-size: 3.8rem; 
  letter-spacing: -2.5px;
    animation: fadeIn2 ease-in 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.h5-grey {
    font-family: var(--myFont);
    color: #dcdcdc!important; 
    font-weight: 400;
    line-height: 2;
    padding:1rem 0;  
    font-size: 1.1rem; 
    position: relative;
    animation: Slideup ease-in 1s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.title-animate {
     animation: fadeIn2 ease-in 1s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition1 {
    animation: fadeIn2 ease-in .5s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition2 {
    animation: Slideup2 ease-in .5s;
    animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition3 {
    animation: Slideup3 ease-in .5s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition4 {
    animation: fadeIn2 ease-in 1s;
    animation-delay: 1.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition5 {
    animation: Slideup ease-in .5s;
    animation-delay: 1.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition6 {
    animation: Slideup ease-in .5s;
    animation-delay: 1.4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
.transition7 {
    animation: Slideup ease-in .5s;
    animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeIn2 {
            0% {
                opacity: 0;
            }
 
            100% {
                opacity: 1;
            }
        }
@keyframes Slideup {
            from {
                opacity: 0;
                top: 100px;
            }
 
            to {
                opacity: 1;
                top: 20px;
            }
        }
@keyframes Slideup2 {
            from {
                opacity: 0;
                top: 400px;
            }
 
            to {
                opacity: 1;
                top: 230px;
            }
        }
@keyframes Slideup3 {
            from {
                opacity: 0;
                top: 400px;
            }
 
            to {
                opacity: 1;
                top: 270px;
            }
        }

header.position-absolute {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

h1, h2, h3, .h1, .h2, .h3, .h4, .h5, .h6 {                                  
  color:var(--dark-grey);
  font-weight: 500;
  line-height: 1.3;
  margin:0.5rem 0;  
  font-family: var(--myFont);
}
h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {                                  
  color:var(--dark-grey);
  font-weight: 500;
  line-height: 1.3;
  margin:0.5rem 0; 
  font-family: var(--myFont);
}
h1 {font-size:2.2rem;}
h2 {font-size:2rem;}  
h3 {font-size:1.6rem;}  
h4 {font-size:1.4rem;}  
h5 {font-size:1.1rem;}  
h6 {font-size:0.9rem;}    
h1.headline, .h1.headline {
  color: var(--dark-grey);
  padding-bottom: 2rem!important;
  font-size: 3rem; 
  text-align: left;
  letter-spacing: -2px; 
  font-weight: 600;
}
h2.headline, .h2.headline {
  color: var(--dark-grey);
  font-size: 3rem; 
  letter-spacing: -1px; 
}
h3.headline, .h3.headline {
  color: var(--dark-grey);
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: -1px;
}
h4.headline, .h4.headline {
  font-size: 2.4rem;
  letter-spacing: -1.5px; 
}
h5.headline, .h5.headline {
  font-size: 2.2rem;
  letter-spacing: -1.4px; 
}
h6.headline, .h6.headline {
  font-size: 2rem;
  letter-spacing: -1.3px;
}
h1.grey-text, h2.grey-text, h3.grey-text, h4.grey-text, h5.grey-text, h6.grey-text, h1 a.grey-text, h2 a .grey-text, h3 a .grey-text, h4 a .grey-text, h5 a .grey-text, h6 a .grey-text {
  color: var(--dark-grey)!important;
}

.text-size-12, .text-l-size-12 {
  font-size: 0.75rem !important;
  line-height: 1.4;
}
.text-size-16, .text-l-size-16 {
  font-size: 1rem !important;
  line-height: 1.4;
}
.text-size-20, .text-l-size-20 {
  font-size: 1.25rem !important;
  line-height: 1.4;
}
.text-size-25, .text-l-size-25 {
  font-size: 1.5rem !important;
  line-height: 0.4;
}
.text-size-30, .text-l-size-30 {
  font-size: 1.8rem !important;
  line-height: 1.4;
}
.text-size-35, .text-l-size-35 {
  font-size: 2.2rem !important;
  line-height: 1.4;
}
.text-size-40, .text-l-size-40 {
  font-size: 2.5rem !important;
  line-height: 1.4;
}
.text-size-50, .text-l-size-50 {
  font-size: 3.125rem !important;
  line-height: 1.4;
}
.text-size-60, .text-l-size-60 {
  font-size: 3.75rem !important;
  line-height: 1.4;
}
.text-size-70, .text-l-size-70 {
  font-size: 4.375rem !important;
  line-height: 1.4;
} 
.text-center {
  text-align: center!important;;
}
.text-right {
  text-align: right!important;;
}
.text-thin {
  font-weight: 300!important;
}
.text-ultra-thin {
  font-weight: 200;
}

.text-extra-strong {
  font-weight: 500;
}
.font600 {
    font-weight: 600;
}
.article {
            width: 100%;
            padding-top: 3.75rem; 
            padding-left: 300px;
            padding-right: 100px;
            animation: fadeIn linear 1s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        }
@keyframes fadeIn {
            0% {
                opacity: 0;
            }
 
            100% {
                opacity: 1;
            }
        }

main {
    width: 100%;
    max-width: 100%;
}   
.homeback {
    width: 100%;
    background-image: url("../img/ecopark5.jpg");
    background-repeat: no-repeat;
    height: 61%;
    padding-top: 150px;
    background-size: cover;
}
.homeback2 {
    width: 100%;
    background-image: url("../img/ecopark6-2.png");
    background-repeat: no-repeat;
    height: 50%;
    padding-top: 150px;
    background-size: cover;
}
.homeback3 {
    width: 100%;
    background-image: url("../img/ecopark-mulhouse.png");
    background-repeat: no-repeat;
    height: 50%;
    padding-top: 150px;
    background-size: cover;
}
.homeback4 {
    width: 100%;
    background-image: url("../img/ecopark6-3.png");
    background-repeat: no-repeat;
    height: 50%;
    padding-top: 150px;
    background-size: cover;
}
.homeback5 {
    width: 100%;
    background-image: url("../img/ecopark6-4.png");
    background-repeat: no-repeat;
    height: 50%;
    padding-top: 150px;
    background-size: cover;
}
.opacHome {
    background: rgba(57, 106, 147,0.8);
    height: 100%;
}
.verticalc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.setHeight {
    min-height: 150px;
    position: relative;
}

a.text-tag:link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  float: left;
  font-size: 0.75rem;
  margin: 1px 2px 1px 0;
  padding: 6px 9px;
}
a.text-tag:link:hover {
  background: var(--accent-color) none repeat scroll 0 0;
  border: 1px solid var(--accent-color);
  color: #fff;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}

ul.text-list, ol.text-list {
  line-height: 2rem;
  margin-bottom: 30px;
  margin-left: 30px;
}
ul.text-list li {
    color: var(--light-grey);
}
ul.text-list i {
    color: var(--accent-color);
}
ul.text-list h5, ul.text-list h6 {
    color: #fff;
}

iframe {
  display: block;
  margin: 0;
}
/* Drop Cap */
.text-drop-cap {
  float: left;
  font-size: 4rem;
  line-height: 2.8rem;
  padding-right: 0.625rem;
  padding-top: 5px;
}

/* Portfolio Tabs */
.tab-nav.line {
  display: table;
  padding-bottom: 1.25rem;
}
.tab-item {
  padding: 0;
}

a.tab-label, a.tab-label:link, a.tab-label:visited,
.background-white a.tab-label, .background-white a.tab-label:link, .background-white a.tab-label:visited, .background-white a.tab-label:hover {
  background: #333333 none repeat scroll 0 0;
  color: rgba(255,255,255, 0.75);
}
a.tab-label, a.tab-label:link, a.tab-label:visited, a.tab-label:hover,
.background-white a.tab-label, .background-white a.tab-label:link, .background-white a.tab-label:visited, .background-white a.tab-label:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333333;
}
.background-white-hightlight a.tab-label.active-btn, .background-white-hightlight a.tab-label:hover,
.primary-color-white .background-primary-hightlight a.tab-label.active-btn, .primary-color-white .background-primary-hightlight a.tab-label:hover {
  background: #fff none repeat scroll 0 0;
  color: #333333;
}
.background-primary-hightlight a.tab-label.active-btn, .background-primary-hightlight a.tab-label:hover,
.primary-color-primary .background-primary-hightlight a.tab-label.active-btn, .primary-color-primary .background-primary-hightlight a.tab-label:hover {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
}
.background-dark-hightlight a.tab-label.active-btn, .background-dark-hightlight a.tab-label:hover,
.primary-color-dark .background-primary-hightlight a.tab-label.active-btn, .primary-color-dark .background-primary-hightlight a.tab-label:hover {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
}
/* Tables */
hr {
  border: 0;
  border-top: 1px solid #e5e5e5;
  clear:both;  
  height:0; 
  margin:2.5rem auto;
  opacity: 1!important;
}
hr.small {
  border: 0;
  border-top: 1px solid #e5e5e5;
  clear:both;  
  height:0; 
  margin:0.5rem auto;
  opacity: 1!important;
}
hr.medium {
  border: 0;
  border-top: 1px solid #e5e5e5!important;
  clear:both;  
  height:0; 
  margin:1.5rem auto;
  opacity: 1!important;
}
li {padding:0;}
.size-1280 .line {max-width:80rem;}
/* Backgrounds */

.background-none {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0!important;
  border: 0;
}

/* Breaks */
hr.break {
  border: 0;
  border-top: 1px solid #e5e5e5; 
  display: block;
  margin: 40px 0;
}
hr.break:after {
clear:both;
content:".";
display:block;
height:0;
line-height:0;
visibility:hidden;
}
hr.break.break-dashed {
  border-top: 1px dashed #e5e5e5;
}
hr.break.break-dotted {
  border-top: 1px dotted #e5e5e5;
}
hr.break.break-double {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  height: 8px;
}
hr.break.break-dashed-double {
  border-bottom: 1px dashed #e5e5e5;
  border-top: 1px dashed #e5e5e5;
  height: 8px;
}
hr.break.break-dotted-double {
  border-bottom: 1px dotted #e5e5e5;
  border-top: 1px dotted #e5e5e5;
  height: 8px;
}

/* Small Breaks */
hr.break-small {
  background: #e5e5e5;
  border: 0;
  display: block;
  height: 2px;
  margin: 20px 0 35px;
  width: 60px;
  opacity: 1!important;
}
hr.break-small.break-center {
  margin: 20px auto 35px;
}
hr.break-small.break-double {
  height: 0; 
  margin-bottom: 39px;
}
hr.break-small.break-double:before {
  background: #e5e5e5;
  border: 0 none;
  content: "";
  display: block;
  height: 2px;
  margin: 5px 0 0;
  width: 60px;
}
hr.break.break-small.break-double:after {
  background: #e5e5e5;
  border: 0 none;
  content: "";
  display: block;
  height: 2px;
  margin: 4px 0 35px;
  width: 60px;
}
hr.break-small.break-center.break-double:before {
  margin: 5px auto 0;
}
hr.break.break-small.break-center.break-double:after {
  margin: 4px auto 35px;
}
hr.break-small.break-double.background-white:before, hr.break-small.break-double.background-white:after, 
.primary-color-white hr.break-small.break-double.background-primary:before, .primary-color-white hr.break-small.break-double.background-primary:after {
  background: #fff;
}
hr.break-small.break-double.background-primary:before, hr.break-small.break-double.background-primary:after,
.primary-color-primary hr.break-small.break-double.background-primary:before, .primary-color-primary hr.break-small.break-double.background-primary:after {
  background: var(--accent-color);
}

.background-dark, .background-dark p, a.background-dark, a.background-dark:visited, a.background-dark:link, .background-dark a, .background-dark a:link, .background-dark a:visited, .background-dark a:hover, .background-dark a:active,
.primary-color-dark .background-primary, .primary-color-dark .background-primary p, .primary-color-dark a.background-primary, .primary-color-dark a.background-primary:visited, .primary-color-dark a.background-primary:link, .primary-color-dark a.background-primary:visited, .primary-color-dark .background-primary a, .primary-color-dark .background-primary a:link, .primary-color-dark .background-primary a:visited, .primary-color-dark .background-primary a:hover, .primary-color-dark .background-primary a:active {
  color: var(--accent-color);
}

/* Font colors */
.background-white, .background-white p {
  color: var(--light-grey);
} 
a.background-white, .background-white a, .background-white a:link, .background-white a:visited {
  color: var(--dark-grey);
} 
.background-white a:hover, .background-white a:active {
  color: var(--accent-color);
} 
 

.background-primary, .primary-color-dark .background-primary p, .primary-color-dark a.background-primary, .primary-color-dark a.background-primary:visited, .primary-color-dark a.background-primary:link, .primary-color-dark a.background-primary:visited, .primary-color-dark .background-primary a, .primary-color-dark .background-primary a:link, .primary-color-dark .background-primary a:visited, .primary-color-dark .background-primary a:hover, .primary-color-dark .background-primary a:active {
  color: var(--accent-color);
}
.background-white h1, .background-white h2, .background-white h3, .background-white h4, .background-white h5, .background-white h6,
.background-white .h1, .background-white .h2, .background-white .h3, .background-white .h4, .background-white .h5, .background-white .h6, 
.primary-color-white .background-primary h1, .primary-color-white .background-primary h2, .primary-color-white .background-primary h3, .primary-color-white .background-primary h4, .primary-color-white .background-primary h5, .primary-color-white .background-primary h6,
.primary-color-white .background-primary .h1, .primary-color-white .background-primary .h2, .primary-color-white .background-primary .h3, .primary-color-white .background-primary .h4, .primary-color-white .background-primary .h5, .primary-color-white .background-primary .h6 {
  color: var(--accent-color);
} 
.image-hover-overlay-content *,
.background-primary, .background-primary p, a.background-primary, a.background-primary:visited, a.background-primary:link, .background-primary a, .background-primary a:link, .background-primary a:visited, .background-primary a:hover, .background-primary a:active,
.primary-color-primary .background-primary, .primary-color-primary .background-primary p, .primary-color-primary a.background-primary, .primary-color-primary a.background-primary:visited, .primary-color-primary a.background-primary:link, .primary-color-primary .background-primary a, .primary-color-primary .background-primary a:link, .primary-color-primary .background-primary a:visited, .primary-color-primary .background-primary a:hover, .primary-color-primary .background-primary a:active {
  color: rgba(255,255,255, 0.75);
}
.background-dark h1, .background-dark h2, .background-dark h3, .background-dark h4, .background-dark h5, .background-dark h6,
.background-dark .h1, .background-dark .h2, .background-dark .h3, .background-dark .h4, .background-dark .h5, .background-dark .h6, 
.primary-color-dark .background-primary h1, .primary-color-dark .background-primary h2, .primary-color-dark .background-primary h3, .primary-color-dark .background-primary h4, .primary-color-dark .background-primary h5, .primary-color-dark .background-primary h6,
.primary-color-dark .background-primary .h1, .primary-color-dark .background-primary .h2, .primary-color-dark .background-primary .h3, .primary-color-dark .background-primary .h4, .primary-color-dark .background-primary .h5, .primary-color-dark .background-primary .h6, 
.background-primary h1, .background-primary h2, .background-primary h3, .background-primary h4, .background-primary h5, .background-primary h6,
.background-primary .h1, .background-primary .h2, .background-primary .h3, .background-primary .h4, .background-primary .h5, .background-primary .h6,
.primary-color-primary .background-primary h1, .primary-color-primary .background-primary h2, .primary-color-primary .background-primary h3, .primary-color-primary .background-primary h4, .primary-color-primary .background-primary h5, .primary-color-primary .background-primary h6,
.primary-color-primary .background-primary .h1, .primary-color-primary .background-primary .h2, .primary-color-primary .background-primary .h3, .primary-color-primary .background-primary .h4, .primary-color-primary .background-primary .h5, .primary-color-primary .background-primary .h6 {
  color: #fff;
}
.text-white, .text-white *, .primary-color-white .text-primary, .primary-color-white .text-primary * {
  color: #fff !important;
}
.text-primary, .text-primary *, .primary-color-primary .text-primary, .primary-color-primary .text-primary * {
  color: #fff !important;
}
.text-dark, .text-dark *, .primary-color-dark .text-primary, .primary-color-dark .text-primary * {
  color: var(--accent-color) !important;
} 
.text-white-hover, .text-primary-hover, .text-dark-hover {
  transition: color 0.20s linear 0s;
  -o-transition: color 0.20s linear 0s;
  -ms-transition: color 0.20s linear 0s;
  -moz-transition: color 0.20s linear 0s;
  -webkit-transition: color 0.20s linear 0s;
}
.text-white-hover:hover, .primary-color-white .text-primary-hover:hover {
  color: #fff !important;
}
.text-primary-hover:hover, .primary-color-primary .text-primary-hover:hover {
  color: var(--accent-color)!important;
}
.text-dark-hover:hover, .primary-color-dark .text-primary-hover:hover {
  color: var(--dark-grey) !important;
} 

/* Background Colors */
.background-white, .primary-color-white .background-primary {
  background-color: #f5f5f5 !important;
}
.background-primary, .primary-color-primary .background-primary {
  background-color: var(--accent-color) !important;
}
.background-dark, .primary-color-dark .background-primary {
  color: var(--accent-color);
}
/* Background Opacity */
.background-white-opac, .primary-color-white-opac .background-primary-opac {
  background-color: rgba(255, 255, 255, 0.70) !important;
}

/* Hover Overlay */
.image-hover-overlay {
  bottom: 0;
  color: rgba(255,255,255, 0.75)!important;
  left: 0;
  opacity: 0;
  padding: .65rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}
.image-border-radius .image-hover-overlay {
  border-radius: 3px;
}
.image-hover-overlay:hover {
  opacity: 1;
}
.image-hover-overlay-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.image-hover-overlay:hover > .image-hover-overlay-content {
  top: 50%;
}

/* Image blocks */
img {
  border:0;
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
figcaption {
  background-color: #222;
  color: #fff;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
}
.image-with-hover-overlay {
  display: block;
  position: relative;
}
.image-border-radius img {
  border-radius: 3px;
}
.image-hover-zoom {
  display: block;
  overflow: hidden;
}
.image-hover-zoom img {
  transition: all 0.20s linear 0s;
  -o-transition: all 0.20s linear 0s;
  -ms-transition: all 0.20s linear 0s;
  -moz-transition: all 0.20s linear 0s;
  -webkit-transition: all 0.20s linear 0s;
}
.image-with-hover-overlay img {
  width: 100%;
}
.image-hover-zoom:hover img {
  transform: scale(1.1);
}
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin1 {margin:0 -2.625rem;}
.margin2x {margin:0 -1.25rem;}
.line {clear:left;}
.line .line {padding:0;}
.hide-xxl {display:none!important;}
.line:after, .center:after, .box:after, .margin:after, .margin2x:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  overflow: hidden;
  visibility:hidden;
}
/* Buttons */
.button, a.button, a.button:link, a.button:visited {
  border-color: rgba(255, 255, 255, 0.4) rgba(255, 255, 255, 0) rgba(0, 0, 0, 0.3);
  border-style: solid;
  border-width: 1px;
  color: white;
  display: inline-block;
  padding: 0.625rem 1.25rem;
  text-align: center;
  transition: all 0.20s linear 0s !important;
  -o-transition: all 0.20s linear 0s !important;
  -ms-transition: all 0.20s linear 0s !important;
  -moz-transition: all 0.20s linear 0s !important;
  -webkit-transition: all 0.20s linear 0s !important;
}

.button:hover, a.button:hover, a.button:link:hover, a.button:visited:hover {
  box-shadow: 0 0 100px 100px rgba(255, 255, 255, 0.25) inset;
}


/* Containers */
.flex-container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.flex-container-stretch {
  display: flex;
  flex-wrap: wrap;  
  gap: 20px;        
  margin-bottom:30px;
}

.flex-container-center{
  display: flex;
  flex-wrap: wrap;  
  gap: 20px;        
  margin: 0 auto 30px auto;
  width: 70%;
}
.flex-container-start{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.flex-container-stretch > .flex-container-start{
  flex: 0 0 calc((100% - 2*20px) / 3);
}
.flex-card {
  flex: 1;                  
  display: flex;         
  flex-direction: column; 
}

.flex-item-left {
  flex: 70%;
  text-align: left;
}

.flex-item-right {
  text-align: end;
  flex: 30%;
  margin-bottom: 20px;
}
.flex-item-right2 i.editicon, .flex-item-right2 .bi.editicon {
  display: none;
}
.block-bordered:hover i.editicon, .block-bordered:hover .bi.editicon {
  display: inline-block;
}


body.login-page{
  background: #f1f1f1;
  margin: 0;
}

.loginsection{
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  box-sizing: border-box;
}

.login-container{
  width: 50%;
  max-width: 1100px;
  min-height: 650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
}

.login-left,
.login-right{
  width: 50%;
  display: flex;
}

.login-left{
  background-image: linear-gradient(to right top, var(--dark-grey), #333333, #444444, #333333, #202020);
  color: #fff;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

.login-left-content{
  width: 100%;
  max-width: 420px;
}

.login-right{
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding: 40px;
  box-sizing: border-box;
}

.login-form{
  width: 100%;
  max-width: 420px;
  margin: 0;
  padding: 0;
  border: none;
}

.login-right-content{
  width: 100%;
}

.login-logo img{
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.login-form input[type="text"],
.login-form input[type="password"]{
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 18px;
}

.invalid-feedback{
  display: block;
  margin-bottom: 15px;
  color: #c62828;
  text-align: center;
}
#logo-login {
  display: none;
}


.section  { 
  padding: 6rem 2rem 6rem 4rem;
}
.section2  { 
  padding: 3rem 1.25rem;
}
.section-small-padding  { 
  padding: 2.5rem 1.25rem;
}
.section-top-padding  { 
  padding-top: 6rem;
}
.section-top-small-padding  { 
  padding-top: 2.5rem;
}
.float-left {
  float: left;
}
.block-bordered {
  border: 1px solid rgba(0,0,0,.1);  
}
a.tile{ display:block; text-decoration:none; }
a.tile .block-bordered{
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
  will-change: transform;
  overflow: hidden;
}
.tile h4 {
    color: var(--dark-grey);
    transition: color 0.3s ease; 
}
.tile i {
  color: var(--accent-color);
  margin-right: 15px;
}
.tile .action-button i {
  color: #fff;
}
.tile .action-button:focus i {
  color: var(--dark-grey);
}
.tile .bi {
  font-size: 2.1rem !important;     /* Keeps the icon size consistent */
  line-height: 1!important;                /* Adjust to maintain alignment */
  display: inline-block;  
  vertical-align: -0.125em;
}
.tile .fa-xl{
  line-height: 1!important;
}

.tile:hover h4.greenhover {
    color: var(--accent-color);/* Change to the color you want on hover */
}
a.tile:hover .block-bordered{
  opacity: 1;
  border-color: var(--accent-color);
  box-shadow:
    0 3px 9px rgba(0,0,0,.10),                
    0 0 0 2px rgba(163,201,59,.12); 
     transform: translateY(0px);          
}
a.tile:focus-visible .block-bordered{
  opacity: 1;
  outline: none;
  box-shadow:
    0 3px 9px rgba(0,0,0,.10),
    0 0 0 2px var(--accent-color);
}

/* Make the inner card a positioning context */
.card-zoom > div{
  position: relative;
  overflow: hidden!important;
  transition: transform 0.5s ease;
   will-change: transform; 
}

/* Slight lift + border glow */
.card-zoom:hover > div, a.tile.card-zoom:hover .block-bordered {
  transform: translateY(0px);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  transition: transform .5s ease, box-shadow .5s ease, border-color .5s ease;
  border-color: #999;
}

/* Overlay that appears on hover */
.card-zoom_overlay{
  position: absolute;
  inset: -1px;
   border-radius: inherit;    
  display: grid;
  place-items: center;
  background: rgba(104, 105, 101, 0.62);
  opacity: 0;
  transform: scale(1);
  transition: opacity .5s ease;
  pointer-events: none; 
  transform: translateZ(0);  
  backface-visibility: hidden;
}
.bi.card-zoom_icon{
  font-size: 1.7rem!important;
  color: #fff;
  transform: scale(1);
  transition: transform .5s ease;
}
.tile i.card-zoom_icon{
  color: var(--medium-grey);!important;
  transform: scale(1);
  transition: transform .5s ease;
  border-radius: 60%;
  padding: 20px;
  background: rgba(247, 247, 247, 0.459);
}

.card-zoom:hover .card-zoom_overlay{
  opacity: 1;
}

.card-zoom_icon{
  transition: transform .5s ease;
}
.card-zoom:hover .card-zoom_icon{
  transform: scale(1.05);
}

/* Padding */
.padding {
  padding: 1.25rem!important;
}
.padding2 {
  padding: 2rem 1.25rem !important;
}
#footer, #footer a {
   color: #999!important; 
}
.footernav, footernav.a {
    padding: 1.25rem 4rem!important;
    background: var(--dark-grey);
}
.full-width:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}
.full-width > .line {
    padding: 0 1.875rem;
}
.position-fixed  { 
  position: fixed;
  top: 0;
  width: 100%;
}
.center {
  display: block!important;
  float:none;
  margin:0 auto;
}
.border-radius  { 
  border-radius: 10px;
}
.content-center-vertical {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; 
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.content-bottom {
  bottom: 0;
  position: absolute;
}
.grayscale {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}

.image-grayscale {
  filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
  position: relative;
}
*:hover > .image-grayscale {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);    
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=0);
}

/* Margins */
.margin-top {
  margin-top: 1.25rem !important;
}
.margin-left {
  margin-left: 1.25rem !important;
}
.margin-right {
  margin-right: 1.25rem !important;
}
.margin-top-bottom {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.margin-left-right {
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.margin-top-0 {
  margin-top: 0 !important;
  display: block;
}
.margin-top-10 {
  margin-top: 10px !important;
  display: block;
}
.margin-top-15 {
  margin-top: 15px !important;
  display: block;
} 
.margin-top-20 {
  margin-top: 20px !important;
  display: block;
} 
.margin-top-30 {
  margin-top: 30px !important;
  display: block;
} 
.margin-top-40 {
  margin-top: 40px !important;
  display: block;
}
.margin-top-50 {
  margin-top: 50px !important;
  display: block;
}
.margin-top-60 {
  margin-top: 60px !important;
  display: block;
}
.margin-top-70 {
  margin-top: 70px !important;
  display: block;
}
.margin-top-80 {
  margin-top: 80px !important;
  display: block;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
  display: block;
}
.margin-bottom-10 {
  margin-bottom: 10px !important;
  display: block;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
  display: block;
} 
.margin-bottom-20 {
  margin-bottom: 20px !important;
  display: block;
} 
.margin-bottom-30 {
  margin-bottom: 30px !important;
  display: block;
} 
.margin-bottom-40 {
  margin-bottom: 40px !important;
  display: block;
}
.margin-bottom-50 {
  margin-bottom: 50px !important;
  display: block;
}
.margin-bottom-60 {
  margin-bottom: 60px !important;
  display: block;
}
.margin-bottom-70 {
  margin-bottom: 70px !important;
  display: block;
}
.margin-bottom-80 {
  margin-bottom: 80px !important;
  display: block;
}
.margin-top-bottom-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  display: block;
}
.margin-top-bottom-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  display: block;
}
.margin-top-bottom-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  display: block;
} 
.margin-top-bottom-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  display: block;
} 
.margin-top-bottom-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  display: block;
} 
.margin-top-bottom-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  display: block;
}
.margin-top-bottom-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  display: block;
}
.margin-top-bottom-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
  display: block;
} 
.margin-top-bottom-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
  display: block;
} 
.margin-top-bottom-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  display: block;
}

.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-10 {
  margin-left: 10px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
} 
.margin-left-20 {
  margin-left: 20px !important;
} 
.margin-left-30 {
  margin-left: 30px !important;
} 
.margin-left-40 {
  margin-left: 40px !important;
}
.margin-left-50 {
  margin-left: 50px !important;
}
.margin-left-60 {
  margin-left: 60px !important;
}
.margin-left-70 {
  margin-left: 70px !important;
}
.margin-left-80 {
  margin-left: 80px !important;
}
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-right-10 {
  margin-right: 10px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
} 
.margin-right-20 {
  margin-right: 20px !important;
} 
.margin-right-30 {
  margin-right: 30px !important;
} 
.margin-right-40 {
  margin-right: 40px !important;
}
.margin-right-50 {
  margin-right: 50px !important;
}
.margin-right-60 {
  margin-right: 60px !important;
}
.margin-right-70 {
  margin-right: 70px !important;
}
.margin-right-80 {
  margin-right: 80px !important;
}
.margin-left-right-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-left-right-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.margin-left-right-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
} 
.margin-left-right-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
} 
.margin-left-right-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
} 
.margin-left-right-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}
.margin-left-right-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.margin-left-right-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
} 
.margin-left-right-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
} 
.margin-left-right-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}        

/* More info button */
.buttonHome, a.buttonHome, a.buttonHome:visited {
    width: 10rem;
    background: #032d47;
    font-weight: bold;
    font-size: 12px;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 1rem 1rem;
    white-space: nowrap;
    margin: 0.625rem 0px 0.625rem 0.313rem;
    font-family: "Open Sans",Arial,sans-serif;
    display: inline-block
}
a.buttonHome:hover, a.buttonHome:focus,.buttomHome:hover, .buttomHome:focus {
    background-color: var(--accent-color);
    transition: 0.6s;
}    

/* Typography */
.text-uppercase {
  text-transform: uppercase;
  line-height: 1;
}
.text-line-height-1 {
  line-height: 1;
}

/* Containers */
.text-padding {
  display: inline-block !important;
  padding: 15px 20px;
}
.text-padding-small {
  display: inline-block !important;
  padding: 7px 10px;
}  





/* Buttons */
.button, a.button, a.button:link, a.button:visited {
border: 0;
}



/*
 * Responsee CSS - v5 - 2018-01-06
 * https://www.myresponsee.com
 * Copyright 2018, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}


@media screen and (min-width:769px) {
  
.margin,.margin2x {display: block;}
.margin {margin:0 -0.625rem;}
.margin2x {margin:0 -1.25rem;}
.line {clear:left;}
.line .line {padding:0;}
.hide-xxl {display:none!important;}
.box {
  background:none repeat scroll 0 0 #fff;
  display:block;
  padding:1.25rem;
  width:100%;
}
.margin-bottom {margin-bottom:1.25rem;}
.margin-bottom2x {margin-bottom:2.5rem;}
.s-1,.s-2,.s-five,.s-3,.s-4,.s-5,.s-6,.s-7,.s-8,.s-9,.s-10,.s-11,.s-12,.m-1,.m-2,.m-five,.m-3,.m-4,.m-5,.m-6,.m-7,.m-8,.m-9,.m-10,.m-11,.m-12,.l-1,.l-2,.l-five,.l-3,.l-4,.l-5,.l-6,.l-7,.l-8,.l-9,.l-10,.l-11,.l-12,.xl-1,.xl-2,.xl-five,.xl-3,.xl-4,.xl-5,.xl-6,.xl-7,.xl-8,.xl-9,.xl-10,.xl-11,.xl-12,.xxl-1,.xxl-2,.xxl-five,.xxl-3,.xxl-4,.xxl-5,.xxl-6,.xxl-7,.xxl-8,.xxl-9,.xxl-10,.xxl-11,.xxl-12 {
  float:left;
  position:static;
}
.xxl-offset-1 {margin-left:8.3333%;}
.xxl-offset-2 {margin-left:16.6666%;}
.xxl-offset-five {margin-left:20%;}
.xxl-offset-3 {margin-left:25%;}
.xxl-offset-4 {margin-left:33.3333%;}
.xxl-offset-5 {margin-left:41.6666%;}
.xxl-offset-6 {margin-left:50%;}
.xxl-offset-7 {margin-left:58.3333%;}
.xxl-offset-8 {margin-left:66.6666%;}
.xxl-offset-9 {margin-left:75%;}
.xxl-offset-10 {margin-left:83.3333%;}
.xxl-offset-11 {margin-left:91.6666%;}
.xxl-offset-12 {margin-left:100%;} 


.margin-bottom {margin-bottom:1.25rem;}
.margin-bottom1 {margin-bottom:0.65rem;}
.margin-bottom2x {margin-bottom:2.5rem;}
    
.margin > .s-1,.margin > .s-2,.margin > .s-five,.margin > .s-3,.margin > .s-4,.margin > .s-5,.margin > .s-6,.margin > .s-7,.margin > .s-8,.margin > .s-9,.margin > .s-10,.margin > .s-11,.margin > .s-12,
.margin > .m-1,.margin > .m-2,.margin > .m-five,.margin > .m-3,.margin > .m-4,.margin > .m-5,.margin > .m-6,.margin > .m-7,.margin > .m-8,.margin > .m-9,.margin > .m-10,.margin > .m-11,.margin > .m-12,
.margin > .l-1,.margin > .l-2,.margin > .l-five,.margin > .l-3,.margin > .l-4,.margin > .l-5,.margin > .l-6,.margin > .l-7,.margin > .l-8,.margin > .l-9,.margin > .l-10,.margin > .l-11,.margin > .l-12,
.margin > .xl-1,.margin > .xl-2,.margin > .xl-five,.margin > .xl-3,.margin > .xl-4,.margin > .xl-5,.margin > .xl-6,.margin > .xl-7,.margin > .xl-8,.margin > .xl-9,.margin > .xl-10,.margin > .xl-11,.margin > .xl-12,
.margin > .xxl-1,.margin > .xxl-2,.margin > .xxl-five,.margin > .xxl-3,.margin > .xxl-4,.margin > .xxl-5,.margin > .xxl-6,.margin > .xxl-7,.margin > .xxl-8,.margin > .xxl-9,.margin > .xxl-10,.margin > .xxl-11,.margin > .xxl-12 {padding:0 0.625rem;}
.margin2x > .s-1,.margin2x > .s-2,.margin2x > .s-five,.margin2x > .s-3,.margin2x > .s-4,.margin2x > .s-5,.margin2x > .s-6,.margin2x > .s-7,.margin2x > .s-8,.margin2x > .s-9,.margin2x > .s-10,.margin2x > .s-11,.margin2x > .s-12,
.margin2x > .m-1,.margin2x > .m-2,.margin2x > .m-five,.margin2x > .m-3,.margin2x > .m-4,.margin2x > .m-5,.margin2x > .m-6,.margin2x > .m-7,.margin2x > .m-8,.margin2x > .m-9,.margin2x > .m-10,.margin2x > .m-11,.margin2x > .m-12,
.margin2x > .l-1,.margin2x > .l-2,.margin2x > .l-five,.margin2x > .l-3,.margin2x > .l-4,.margin2x > .l-5,.margin2x > .l-6,.margin2x > .l-7,.margin2x > .l-8,.margin2x > .l-9,.margin2x > .l-10,.margin2x > .l-11,.margin2x > .l-12,
.margin2x > .xl-1,.margin2x > .xl-2,.margin2x > .xl-five,.margin2x > .xl-3,.margin2x > .xl-4,.margin2x > .xl-5,.margin2x > .xl-6,.margin2x > .xl-7,.margin2x > .xl-8,.margin2x > .xl-9,.margin2x > .xl-10,.margin2x > .xl-11,.margin2x > .xl-12,
.margin2x > .xxl-1,.margin2x > .xxl-2,.margin2x > .xxl-five,.margin2x > .xxl-3,.margin2x > .xxl-4,.margin2x > .xxl-5,.margin2x > .xxl-6,.margin2x > .xxl-7,.margin2x > .xxl-8,.margin2x > .xxl-9,.margin2x > .xxl-10,.margin2x > .xxl-11,.margin2x > .xxl-12 {padding:0 1.25rem;}

.margin1 > .s-1,.margin1 > .s-2,.margin1 > .s-five,.margin1 > .s-3,.margin1 > .s-4,.margin1 > .s-5,.margin1 > .s-6,.margin1 > .s-7,.margin1 > .s-8,.margin1 > .s-9,.margin1 > .s-10,.margin1 > .s-11,.margin1 > .s-12,
.margin1 > .m-1,.margin1 > .m-2,.margin1 > .m-five,.margin1 > .m-3,.margin1 > .m-4,.margin1 > .m-5,.margin1 > .m-6,.margin1 > .m-7,.margin1 > .m-8,.margin1 > .m-9,.margin1 > .m-10,.margin1 > .m-11,.margin1 > .m-12,
.margin1 > .l-1,.margin1 > .l-2,.margin1 > .l-five,.margin1 > .l-3,.margin1 > .l-4,.margin1 > .l-5,.margin1 > .l-6,.margin1 > .l-7,.margin1 > .l-8,.margin1 > .l-9,.margin1 > .l-10,.margin1 > .l-11,.margin1 > .l-12,
.margin1 > .xl-1,.margin1 > .xl-2,.margin1 > .xl-five,.margin1 > .xl-3,.margin1 > .xl-4,.margin1 > .xl-5,.margin1 > .xl-6,.margin1 > .xl-7,.margin1 > .xl-8,.margin1 > .xl-9,.margin1 > .xl-10,.margin1 > .xl-11,.margin1 > .xl-12,
.margin1 > .xxl-1,.margin1 > .xxl-2,.margin1 > .xxl-five,.margin1 > .xxl-3,.margin1 > .xxl-4,.margin1 > .xxl-5,.margin1 > .xxl-6,.margin1 > .xxl-7,.margin1 > .xxl-8,.margin1 > .xxl-9,.margin1 > .xxl-10,.margin1 > .xxl-11,.margin1 > .xxl-12 {padding:0 0.325rem;}

.s-1 {width:8.3333%;}
.s-2 {width:16.6666%;}
.s-five {width:20%;}
.s-3 {width:25%;}
.s-4 {width:33.3333%;}
.s-5 {width:41.6666%;}
.s-6 {width:50%;}
.s-7 {width:58.3333%;}
.s-8 {width:66.6666%;}
.s-9 {width:75%;}
.s-10 {width:83.3333%;}
.s-11 {width:91.6666%;}
.s-12 {width:100%;}
.m-1 {width:8.3333%;}
.m-2 {width:16.6666%;}
.m-five {width:20%;}
.m-3 {width:25%;}
.m-4 {width:33.3333%;}
.m-5 {width:41.6666%;}
.m-6 {width:50%;}
.m-7 {width:58.3333%;}
.m-8 {width:66.6666%;}
.m-9 {width:75%;}
.m-10 {width:83.3333%;}
.m-11 {width:91.6666%;}
.m-12 {width:100%;}
.l-1 {width:8.3333%;}
.l-2 {width:16.6666%;}
.l-five {width:20%;}
.l-3 {width:25%;}
.l-4 {width:33.3333%;}
.l-5 {width:41.6666%;}
.l-6 {width:50%;}
.l-7 {width:58.3333%;}
.l-8 {width:66.6666%;}
.l-9 {width:75%;}
.l-10 {width:83.3333%;}
.l-11 {width:91.6666%;}
.l-12 {width:100%;}
.xl-1 {width:8.3333%;}
.xl-2 {width:16.6666%;}
.xl-five {width:20%;}
.xl-3 {width:25%;}
.xl-4 {width:33.3333%;}
.xl-5 {width:41.6666%;}
.xl-6 {width:50%;}
.xl-7 {width:58.3333%;}
.xl-8 {width:66.6666%;}
.xl-9 {width:75%;}
.xl-10 {width:83.3333%;}
.xl-11 {width:91.6666%;}
.xl-12 {width:100%;}
.xxl-1 {width:8.3333%;}
.xxl-2 {width:16.6666%;}
.xxl-five {width:20%;}
.xxl-3 {width:25%;}
.xxl-4 {width:33.3333%;}
.xxl-5 {width:41.6666%;}
.xxl-6 {width:50%;}
.xxl-7 {width:58.3333%;}
.xxl-8 {width:66.6666%;}
.xxl-9 {width:75%;}
.xxl-10 {width:83.3333%;}
.xxl-11 {width:91.6666%;}
.xxl-12 {width:100%;}
.right {float:right;}
.left {float:left;} 
}
@media screen and (max-width:1366px) {
  .hide-xxl,.hide-l,.hide-m,.hide-s {display:initial!important;}
  .hide-xl {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1366px;}
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .xl-offset-1 {margin-left:8.3333%;}
  .xl-offset-2 {margin-left:16.6666%;}
  .xl-offset-five {margin-left:20%;}
  .xl-offset-3 {margin-left:25%;}
  .xl-offset-4 {margin-left:33.3333%;}
  .xl-offset-5 {margin-left:41.6666%;}
  .xl-offset-6 {margin-left:50%;}
  .xl-offset-7 {margin-left:58.3333%;}
  .xl-offset-8 {margin-left:66.6666%;}
  .xl-offset-9 {margin-left:75%;}
  .xl-offset-10 {margin-left:83.3333%;}
  .xl-offset-11 {margin-left:91.6666%;}
  .xl-offset-12 {margin-left:100%;} 
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;}
}

@media screen and (max-width:1140px) {
  .hide-xxl,.hide-xl,.hide-m,.hide-s {display:initial!important;}
  .hide-l {display:none!important;}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:1140px;}
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12 {margin-left:0;}
  .l-offset-1 {margin-left:8.3333%;}
  .l-offset-2 {margin-left:16.6666%;}
  .l-offset-five {margin-left:20%;}
  .l-offset-3 {margin-left:25%;}
  .l-offset-4 {margin-left:33.3333%;}
  .l-offset-5 {margin-left:41.6666%;}
  .l-offset-6 {margin-left:50%;}
  .l-offset-7 {margin-left:58.3333%;}
  .l-offset-8 {margin-left:66.6666%;}
  .l-offset-9 {margin-left:75%;}
  .l-offset-10 {margin-left:83.3333%;}
  .l-offset-11 {margin-left:91.6666%;}
  .l-offset-12 {margin-left:100%;}
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;} 
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}

  .login-container {
    width: 80%;
}
}

/* -1120px version */
@media screen and (max-width:1120px) {
  .size-1140 .line.content-center-vertical {
      padding: 0 2rem;
  }
}


@media screen and (max-width:768px) {
.footernav {
    padding: 1.25rem !important;
}
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:768px;}
  .hide-xxl,.hide-xl,.hide-l,.hide-s {display:initial!important;}
  .hide-m {display:none!important;}
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }
  .l-offset-1,.l-offset-2,.l-offset-five,.l-offset-3,.l-offset-4,.l-offset-5,.l-offset-6,.l-offset-7,.l-offset-8,.l-offset-9,.l-offset-10,.l-offset-11,.l-offset-12,
  .xl-offset-1,.xl-offset-2,.xl-offset-five,.xl-offset-3,.xl-offset-4,.xl-offset-5,.xl-offset-6,.xl-offset-7,.xl-offset-8,.xl-offset-9,.xl-offset-10,.xl-offset-11,.xl-offset-12,
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .m-offset-1 {margin-left:8.3333%;}
  .m-offset-2 {margin-left:16.6666%;}
  .m-offset-five {margin-left:20%;}
  .m-offset-3 {margin-left:25%;}
  .m-offset-4 {margin-left:33.3333%;}
  .m-offset-5 {margin-left:41.6666%;}
  .m-offset-6 {margin-left:50%;}
  .m-offset-7 {margin-left:58.3333%;}
  .m-offset-8 {margin-left:66.6666%;}
  .m-offset-9 {margin-left:75%;}
  .m-offset-10 {margin-left:83.3333%;}
  .m-offset-11 {margin-left:91.6666%;}
  .m-offset-12 {margin-left:100%;}
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;}
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;} 
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .login-container {
    width: 80%;
}
}

@media screen and (max-width:480px) {
p {
font-size: 13px;  
line-height: 15px;
    }
h1 {font-size:1.6rem;margin:10px}
h2 {font-size:1.4rem;margin:0}  
h3 {font-size:1.2rem;margin:0} 
h4 {font-size:1rem;margin:0 0 10px 0} 
h5 {font-size:0.8rem;margin:0 0 10px 0} 
.h1-white {
    font-weight: 400;
    line-height: 1.2;
  margin:0.5rem 0;  
    font-size: 1.8rem; 
  letter-spacing: 1px;
}
.h5-grey {
    font-family: var(--myFont);
    color: #dcdcdc!important; 
    font-weight: 400;
    line-height: 1;
    padding:1rem 0;  
    font-size: 1.rem; 
    animation: Slideup2 ease-in 1s;
    position: relative;
    animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes Slideup2 {
            from {
                opacity: 0;
                top: 60px;
            }
 
            to {
                opacity: 1;
                top: 40px;
            }
        }
h1.headline {
  font-size: 2.2rem !important;
}
.homeback, .homeback2, .homeback3, .homeback4, .homeback5 {
    padding-top: 40px;
    margin-top: 0px;
    margin-bottom: 20px;
    overflow-y: hidden;
    height: 40%;
}
.login-container {
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
    }
  .login-block {
    display: none;
}
.login-block2 {
    width: 95%;
    float: none;
    margin: 0 auto;
    border-radius: 5px;
    }
.login-block2 h2 {
    margin-top: 20px;
    }
#logo-login {
  display: block;
  margin: 0;
}
.loginpage .logos{
  width: 100%;
    height: 100px;
    text-align: center;
    display: inline-block;
}
.loginpage .logo{
  color: white;
    max-width: 100%;
    margin-top: 5px;
}

.login-logo img {
  max-width: 200px;
  width: 50%;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}


.section  { 
  margin-top: 10px;
  padding: .5rem !important;
  overflow-x: hidden !important;
  max-width: 100%;
}
hr.break-small {
  display: none;
}
hr.break-small.break-center {
  margin: 5px auto 10px;
}
.section-small-padding  { 
  padding: .5rem .25rem;
}
.padding-2x {
  padding: .5rem!important;
}
.margin-bottom-30 {
  margin-bottom: 15px !important;
  display: block;
}
.text-size-16 {
    font-size: 14px !important;    
    }
    .margin-m-bottom {
   margin-bottom: 15px;     
    }
.article {
            width: 100%;
            padding-top: 50px;; 
            padding-left: 0px;
        }
.flex-container {
    flex-direction: column;
}
#footer .flex-item-right {
   text-align: left;
}
    
  .size-960,.size-1140,.size-1280,.size-1520 {max-width:480px;}
 
  .hide-xxl,.hide-xl,.hide-l,.hide-m {display:initial!important;}
  .hide-s {display:none!important;}
  .count-number {margin-right:-1.25rem;} 
  .xxl-offset-1,.xxl-offset-2,.xxl-offset-five,.xxl-offset-3,.xxl-offset-4,.xxl-offset-5,.xxl-offset-6,.xxl-offset-7,.xxl-offset-8,.xxl-offset-9,.xxl-offset-10,.xxl-offset-11,.xxl-offset-12 {margin-left:0;}
  .s-offset-1 {margin-left:8.3333%;}
  .s-offset-2 {margin-left:16.6666%;}
  .s-offset-five {margin-left:20%;}
  .s-offset-3 {margin-left:25%;}
  .s-offset-4 {margin-left:33.3333%;}
  .s-offset-5 {margin-left:41.6666%;}
  .s-offset-6 {margin-left:50%;}
  .s-offset-7 {margin-left:58.3333%;}
  .s-offset-8 {margin-left:66.6666%;}
  .s-offset-9 {margin-left:75%;}
  .s-offset-10 {margin-left:83.3333%;}
  .s-offset-11 {margin-left:91.6666%;}
  .s-offset-12 {margin-left:100%;}
  .xxl-1 {width:8.3333%;}
  .xxl-2 {width:16.6666%;}
  .xxl-five {width:20%;}
  .xxl-3 {width:25%;}
  .xxl-4 {width:33.3333%;}
  .xxl-5 {width:41.6666%;}
  .xxl-6 {width:50%;}
  .xxl-7 {width:58.3333%;}
  .xxl-8 {width:66.6666%;}
  .xxl-9 {width:75%;}
  .xxl-10 {width:83.3333%;}
  .xxl-11 {width:91.6666%;}
  .xxl-12 {width:100%;} 
  .xl-1 {width:8.3333%;}
  .xl-2 {width:16.6666%;}
  .xl-five {width:20%;}
  .xl-3 {width:25%;}
  .xl-4 {width:33.3333%;}
  .xl-5 {width:41.6666%;}
  .xl-6 {width:50%;}
  .xl-7 {width:58.3333%;}
  .xl-8 {width:66.6666%;}
  .xl-9 {width:75%;}
  .xl-10 {width:83.3333%;}
  .xl-11 {width:91.6666%;}
  .xl-12 {width:100%;}
  .l-1 {width:8.3333%;}
  .l-2 {width:16.6666%;}
  .l-five {width:20%;}
  .l-3 {width:25%;}
  .l-4 {width:33.3333%;}
  .l-5 {width:41.6666%;}
  .l-6 {width:50%;}
  .l-7 {width:58.3333%;}
  .l-8 {width:66.6666%;}
  .l-9 {width:75%;}
  .l-10 {width:83.3333%;}
  .l-11 {width:91.6666%;}
  .l-12 {width:100%;}
  .m-1 {width:8.3333%;}
  .m-2 {width:16.6666%;}
  .m-five {width:20%;}
  .m-3 {width:25%;}
  .m-4 {width:33.3333%;}
  .m-5 {width:41.6666%;}
  .m-6 {width:50%;}
  .m-7 {width:58.3333%;}
  .m-8 {width:66.6666%;}
  .m-9 {width:75%;}
  .m-10 {width:83.3333%;}
  .m-11 {width:91.6666%;}
  .m-12 {width:100%}
  .s-1 {width:8.3333%;}
  .s-2 {width:16.6666%;}
  .s-five {width:20%;}
  .s-3 {width:25%;}
  .s-4 {width:33.3333%;}
  .s-5 {width:41.6666%;}
  .s-6 {width:50%;}
  .s-7 {width:58.3333%;}
  .s-8 {width:66.6666%;}
  .s-9 {width:75%;}
  .s-10 {width:83.3333%;}
  .s-11 {width:91.6666%;}
  .s-12 {width:100%}

}  



