
html, body {
    position: absolute;
    font-family: Roboto, sans-serif;
    width: 100%;
    margin: 0;
    padding: 0;
}

p {
    line-height: 1.5em;
}

p.note {
    font-family: Inter, sans-serif;
    font-size: 12px;
}

h1 {
    font-family: Inter, sans-serif;
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: 20px;
}

h1>span {
    font-weight: 400; 
}

h2 {
    font-family: Inter, sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
}


h3 {
    font-family: Inter, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 700;
}

h3>span {
    font-weight: 400; 
}

h4 {
    font-family: Inter, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    margin : 0px;
    padding : 0px;
    font-weight: 700;
}

article {
    width: 100% ;
}

section {
    min-height: 450px;
    padding-top: 50px;
}

.preloader {
    color: #333;
    min-height: 450px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: Inter, sans-serif;
    font-size: 1.5em;
    letter-spacing: 0.5em;
}

hr.blue-border {
    border: 1px solid #00609E;
}

hr.blue-border-thick {
    border: 3px solid #00609E;
    background-color: #00609E;
    width: 80px;
    margin-left:0;
    margin-top: -20px;
    margin-bottom: 20px;
}

hr.blue-border-thick-non {
    border: 3px solid #00609E;
    background-color: #00609E;
    width: 80px;
    margin-left:0;
    margin-top: -10px;
    margin-bottom: 20px;
}

hr.blue-border-note {
    border: 3px solid #333;
    background-color: #333;
    width: 50px;
    margin-left:0;
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.white-border-thick-non {
    border: 3px solid #FFFFFF;
    background-color: #FFFFFF;
    width: 80px;
    margin-left:0;
    margin-top: -10px;
    margin-bottom: 20px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #333333;
    color: rgba(255, 255, 255, 1);
}

footer .copy {
    font-family: Inter, sans-serif;
    font-size: 0.8em;
    letter-spacing: 0em;
    text-align: left;
}

footer > img {
    max-width: 120px;
}

video:focus,
video:active {
    outline: none;
}

video {
    width : 100%;
    border : none;
    background-color: transparent !important;
    cursor: pointer;
}

.vendors,
.associates {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    text-transform: uppercase;
}

.membership-label,
.social-media-label {
    font-family: Inter, sans-serif;
    font-weight: 300;
    font-size: 0.8em;
    text-transform: uppercase;
}

footer .vendors>a,
footer .vendors>a:active,
footer .vendors>a:visited,
footer .vendors>a:focus,
footer .associates>a,
footer .associates>a:active,
footer .associates>a:visited,
footer .associates>a:focus,
footer .membership>a,
footer .membership>a:active,
footer .membership>a:visited,
footer .membership>a:focus {
    opacity: 0.5;
    cursor: pointer;
    padding-right: 20px;
}

footer .vendors>a:hover,
footer .associates>a:hover,
footer .membership>a:hover {
    opacity: 1.0;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding: 10px;
    margin-bottom: 0;
    z-index: 997;
    color: white;
    width: 40px;
    height: 40px;
    background-color: #ED1C24;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.fixed-action-btn-menu {
    position: fixed;
    right: 23px;
    bottom: 73px;
    padding: 10px;
    margin-bottom: 0;
    z-index: 997;
    color: white;
    width: 40px;
    height: 40px;
    background-color: #ED1C24;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}



.circle-menu {
    border-radius: 50%;
    border: solid 2px  #ED1C24;
    right: 23px;
    bottom: 73px;
    padding:10px;
    width: 40px;
    height: 40px;
    position: fixed;
    opacity: 0;
    animation: scaleIn 1s .5s infinite cubic-bezier(.36, .11, .89, .32);
}

.circle {
    border-radius: 50%;
    border: solid 2px  #ED1C24;
    right: 23px;
    bottom: 23px;
    padding:10px;
    width: 40px;
    height: 40px;
    position: fixed;
    opacity: 0;
    animation: scaleIn 1s infinite cubic-bezier(.36, .11, .89, .32);
}
  
@keyframes scaleIn{
    from {
      transform: scale(.9, .9);
      opacity: .9;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
}
@-webkit-keyframes scaleIn{
    from {
      transform: scale(.9, .9);
      opacity: .9;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
}
@-moz-keyframes scaleIn{
    from {
      transform: scale(.9, .9);
      opacity: .9;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
} 
@-o-keyframes scaleIn{
    from {
      transform: scale(.9, .9);
      opacity: .9;
    }
    to {
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section,
.section-container {
    transform: translateX(-100%);
    position: relative;
}

.come-in {
    transform: translateX(100%);
    animation: comeIn 0.8s ease forwards;
}

@keyframes comeIn {
    to { transform: translateX(0); }
}

.open-section {
    height: 100% !important;
    animation: openAnim 0.8s ease forwards;
}

.read-more {
    height: 0px;
    transform: scaleY(0);
    overflow: hidden;
}

@keyframes openAnim {
    to { transform: scaleY(1); }
}

.fade-in {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-o-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

@-ms-keyframes fadeIn {
0% {opacity:0;}
100% {opacity:1;}
}

.container {
    padding-top: 50px;
}

.white-box {
    width: 370px;
    color: white;
    text-align: center;
}

.mechanics-icon-container {
    /* width: 300px; */
    height: 150px;
    text-align: center;
    padding-bottom: 20px;
}

.rnd-container-large {
    height: 390px;
    text-align: center;
    padding-bottom: 20px;
}

.rnd-container {
    height: 150px;
    text-align: center;
    padding-bottom: 20px;
}

.rnd-container-large-p,
.rnd-container-p {
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.dotted-effect {
    z-index: 100;
    background-image: url(../../images/utils/black_spot.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}

.img-above {
    z-index: 101;
    position: absolute;
    left:0;
    right:0;
    margin-left: auto;
    margin-right: auto;
}

.indicators {
    background-color: rgba(0, 0, 0, 0.5);
}

.industry {
    z-index: 150;
    width: 100%;
    height: 100%;
    position: absolute;
    align-items: center;
}

.industry-container {
    min-height: 600px;
    max-height: 600px;
}

.desc-right {
    background-color:rgba(255, 255, 255, 0.8);
    padding-right: 20px; 
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 20px;
    float: right;
}

.desc-left {
    background-color:rgba(255, 255, 255, 0.8);
    padding-right: 20px; 
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-radius: 20px;
    float: left;
}

.v-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/*
.contents {
    display: none;
}
*/

.menu {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 0.7em;
    float: right;
    width: 30px;
    text-align: center;
    text-transform: uppercase;
}

.menu-label {
    font-family: Inter, sans-serif;
    font-size: 0.7em;
    font-weight: 800;
    float: right;
    text-align: center;
    text-transform: uppercase;
}

a.submit,
a.submit:focus,
a.submit:active,
a.btn-ok,
a.btn-ok:focus,
a.btn-ok:active,
a.btn-downloads,
a.btn-downloads:focus,
a.btn-downloads:active {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: #333;
    color: white;
    margin-top: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
}

a.submit img,
a.btn-ok img,
a.btn-downloads img {
    margin-left: -5px;
    padding-right: 3px;
}

a.btn-ok:hover,
a.submit:hover,
a.btn-downloads:hover {
    background-color: #00609E;
}

a.btn-complaint,
a.btn-complaint:focus,
a.btn-complaint:active {
    font-family: Inter, sans-serif;
    font-weight: 800;
    font-size: 0.7em;
    text-transform: uppercase;
    background-color: #ED1C24 !important;
    color: white;
    margin-top: 4px;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 3px;
    width: fit-content;
    cursor: pointer;
    text-decoration: none;
    float: right !important;
}

a.btn-complaint img {
    margin-left: -5px;
    padding-right: 3px;
}

a.btn-complaint:hover {
    background-color: #ED1C24;
}

a.btn-upload,
a.btn-upload:focus,
a.btn-upload:active,
a.btn-more,
a.btn-more:focus,
a.btn-more:active {
    font-family: Inter, sans-serif;
    font-weight: 600;
    font-size: 0.6em;
    text-transform: uppercase;
    background-color: #999;
    color: white;
    border-radius: 50%;
    float: right;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}

a.btn-upload img,
a.btn-more img {
    margin-left: 0px;
    padding-right: 0px;
}

a.btn-upload:hover,
a.btn-more:hover {
    background-color: #333;
}

a.url,
a.url:focus,
a.url:active {
    color: #00609E;
    opacity: 0.6;
    text-decoration: none;
}

a.url:hover {
    opacity: 1.0;
}

.banner {
    min-height: 600px;
    max-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    background: url(../../images/water_flow.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-tornado{
    min-height: 600px;
    max-height: 600px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    background: url(../../images/vector_tornado_2.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.top-nav {
    min-height: 120px;
    max-height: 120px;
    width: 100%;
}

.truncate {
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    max-height: 6em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

.truncate::before {
    content: '...';
    position: absolute;
    bottom: 0;
    right: 1em; 
    background-color: white;
}

.truncate::after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}

.state {
    display: none;
}

.job {
    padding-bottom: 100px !important;
    padding-right: 50px;
}

.job .title {
    font-family: Inter, sans-serif;
    font-size: 1.5em;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 700;
    height: 50px;
}

.job .desc {
    height: 100px;
    overflow-y: hidden;
}

.spacer {
    height: 100px;
    width: 100%;
}

.jks-logo {
    /* height: 300px; */
    margin-bottom: 20px;
}

.title {
    font-family: Inter, sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    text-transform: uppercase;
}

.tagline {
    font-family: Inter, sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
}

.menu.active {
    border: 1px solid #00609E;
    color: #00609E;
}

.hexagon-tray {
    position: absolute;
    float: right;
    height: 420px;
    width: 300px;
}

.hexagon-red {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.hexagon-grey {
    position: relative;
    top: -235px;
    left: 202px;
    z-index: 2;
}

.hexagon-blue {
    position: relative;
    top: -295px;
    left: 100px;
    z-index: 3;
}

.hexagon-desc-tray-red {
    position: relative;
    text-align: center;
    top: -660px;
    left: 15px;
    width: 170px;
    z-index: 4;
}

.hexagon-desc-tray-grey {
    position: relative;
    text-align: center;
    top: -780px;
    left: 215px;
    width: 170px;
    z-index: 6;
}

.hexagon-desc-tray-blue {
    position: relative;
    text-align: center;
    top: -740px;
    left: 115px;
    width: 170px;
    z-index: 5;
}

.hexagon-data {
    color: white;
    font-size: 3em;
    font-weight: 300;
}

.hexagon-label {
    font-family: Inter, sans-serif;
    color: white;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.hexagon-desc {
    color: white;
    font-size: 0.8em;
    font-weight: 300;
    text-transform: uppercase;
}

.compliance-container > center {
    margin: 30px;
}

.vendor-brand-container > center {
    margin: 30px;
}

.to-left-mask {
    -webkit-mask-image: linear-gradient(to left, transparent 35%, white 65%);
    mask-image: linear-gradient(to left, transparent 35%, white 65%);
}

.flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#map {
    height: 600px;
}

.address {
    line-height: 1.5em;
    padding-bottom: 1em;
    padding-top: 0em;
}
.membership a, 
.membership a:active,
.membership a:visited,
.membership a:focus,
.social-media a, 
.social-media a:active,
.social-media a:visited,
.social-media a:focus {
    padding-right: 10px;
    text-decoration: none;
    opacity: .5;
    filter: alpha(opacity=50);
}

.membership a:hover,
.social-media a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}


.bottom-link a,
.bottom-link a:active,
.bottom-link a:visited,
.bottom-link a:focus {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    padding-right: 20px;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-size: 0.8em;
}

.bottom-link a:hover {
    color: rgba(255, 255, 255, 1);
}

.contacts {
    /* min-height: 150px; */
    padding-bottom: 20px;
}

.contacts>.name {
    font-family: Inter, sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 5px;
}

.contacts>.pos {
    font-size: 1em;
    font-weight: 400;
    padding-top: 5px;
}

.contacts>.lang {
    font-size: 0.7em;
    font-weight: 400;
    padding-top: 5px;
}

.contacts>.email {
    font-size: 1em;
    font-weight: 400;
    color: #00609E;
    padding-top: 5px;
}

.contacts>.region {
    font-size: 0.7em;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 5px;
}

.contacts>.phone {
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 5px;
}

.contacts>img {
    width: 150px;
    padding-top: 5px;
}

.modal.bottom-sheet {
    max-height: 80%;
}

.middle-indicator{
    position:absolute;
    top:50%;
}

.carousel-arrow {
    position: fixed;
    top: 40%;
    padding: 0px; 
    margin: 20px;
    text-decoration: none;
}

#share-url {
    color: #00609E;
}

.hexbg {
    position: relative;
    min-height: 200px !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-clip: content-box;
    background: url(../../images/icons/timeline.svg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 200px 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icons {
    position: absolute;
    top: 10px;
    width: 60px !important;
}

#request-form-modal.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 360px;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

#application-form-modal.modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 480px;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

#actual-resume {
    visibility:hidden;
}

#hotline {
    text-align: center;
}

#hotline .num {
    font-size: 3.7em;
    font-weight: 800;
    text-transform: uppercase;
}

#hotline .ext {
    font-size: 1.5em;
    font-weight: 400;
    text-transform: uppercase;
}

ul.blue,
ul.green {
    list-style: none;
    padding: 10px !important;
    margin: 0px !important;
}

ul.blue li::before {
    content: "\25A0";
    color: #00609E;
    padding-right: 15px;
}

ul.green li::before {
    content: "\25A0";
    color: #009245;
    padding-right: 15px;
}

ul.green li,
ul.blue li {
    padding-left: 1em; 
    text-indent: -1.7em;
}

#form {
    margin-top: -30px;
    padding-bottom: 50px;
}