@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700&display=swap');
html, body{
    margin:0px;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.Box{
    position: absolute;
    margin: 4%;
    width: 90%;
    height: 90%;
    max-height: 850px;
    vertical-align: middle;
}
.container-left{
    position:relative;
    background-image: url("1394386010-1024x1024.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 20% 50%;
    border-radius: 15px 0px 0px 15px;
    box-shadow: -20px 15px 30px -15px rgb(55, 55, 55);
    float: left;
    height: 90%;
    width: 30%;
    min-height: 850px;
}
.container-right{
    align-items: center;
    align-content: center;
    height: 90%;
    width: 70%;
    float: right;
    padding-left: 4%;
}
.Who-Box{
    margin-top:0px;
}
.Button-Box{
    margin:auto;
    width:60%;
    margin-top:40px;
}
.Contact-Box{
    margin-top:0px;
}
.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    width: 50%;
}
.container-progress-bar {
    position: relative;
    top: 20%;
    left: 40%;
    transform: translate(-5%, -40%);
}
.steps {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 200px;
}
.step {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #ACACA6;
    border-radius: 50%;
    transition: background 1s;
}
.step.selected {
    border: 2px solid #4B81BD;   
}
.step.completed {
    border: 2px solid #4B81BD;
    background: #4B81BD; 
}
.progress {
    position: absolute;
    width: 100%;
    height: 50%;
    border-bottom: 2px solid #ACACA6;
    background-color: transparent !important;
    z-index: -1;
}
.percent {
    position: absolute;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #4B81BD;
    z-index: 1;
    transition: width 1s;
}
button {
    --color: #003366;
    font-family: inherit;
    display: inline-block;
    width: 5em;
    height: 2em;
    line-height: 0em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);
    background-color: transparent;
}
   
button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
}
   
button:hover {
    color: #fff;
}
   
button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
}
   
button:hover:before {
    top: -30px;
    left: -30px;
}
   
button:active:before {
    background: #003366;
    transition: background 0s;
}

.inputBox {
    position: relative;
    margin-left: 10px;
}
.inputBox input {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: #003366;
    letter-spacing: 1px;
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #003366;
    outline: none;
    background: transparent;
}
.inputBox label {
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 16px;
    color: #003366;
    pointer-events: none;
    transition: 0.5s;
}
.inputBox input:focus ~ label,
.inputBox input:valid ~ label {
    top: -18px;
    left: 0;
    font-size: 12px;
    color: #003366;
  }
input[type="submit"] {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
    background: #003366;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}
.btnNormal {
    outline: none;
    color: #fff;
    background: #003366;
    padding: 20px 20px;
    cursor: pointer;
    border-radius: 10px !important;
    border: 1px solid #fff;
    width: auto !important;
    margin-left: 40%;
}
.btnNormalBall {
    outline: none;
    color: #003366;
    background: #fff;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    border: 3px solid #003366;
    width: 35px !important;
    -webkit-text-stroke: 2px #003366;
    margin: 20px 0px 0px 0px !important;
}
.btn-primary {
    color: #fff;
    background-color: #003366;
    border-color: #003366;
}
.btnNormalBall:hover {
    color: #fff;
    -webkit-text-stroke: 2px #fff;
}
#GoDown{
    position: relative;
    display: none;
    width: 100%;
    height: 50px;
    background: linear-gradient(0deg, white, transparent);
    color: #003366;
    font-size: 30px;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-top: -60px;
    z-index: 4;
}
#GoDown i{
    padding-top: 40px;
}
#LogoInside{
    display:block;
    width:250px;
    height:60px;
}
#LogoTop{
    position: relative;
    display: none;
    width: 100%;
    height: 80px;
    margin-bottom: -15px;
    background: linear-gradient(180deg, white 85%, transparent 100%);
    z-index: 4;
}
.OpenWhistleblowing{
    height: auto !important;
    white-space: normal !important;
    width: 100%;
    overflow: auto !important;
}
.hidden{
    display:none !important;
}
.Disabled{
    color: rgb(190, 190, 190) !important;
}
.Disabled-btnNormal{
    color: grey !important;
    background: rgb(190, 190, 190) !important;
}
.Disabled .inputBox input {
    color: rgb(190, 190, 190) !important;
    border-bottom: 1px solid rgb(190, 190, 190) !important;
}
.Disabled .inputBox label {
    color: rgb(190, 190, 190) !important;
}
.Disabled .inputBox input:focus ~ label,
.Disabled .inputBox input:valid ~ label {
    color: rgb(190, 190, 190) !important;
}
.Disabled input[type="submit"] {
    color: grey !important;
    background: rgb(190, 190, 190) !important;
}

.box {
    font-family: 'Quicksand', sans-serif;
	line-height: 1.5;
	font-weight: bold;
	width: 300px;
	margin: 25px 0;
	display: flex;
	align-items: center;
	user-select: none;
}
.box label {
	font-size: 16px;
	color: #4d4d4d;
	position: absolute;
	z-index: 10;
	padding-left: 50px;
    padding-top: 10px;
    padding-right: 10px;
	cursor: pointer;
}
.box input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.box input:checked ~ .check {
	border-color: #4B81BD;
	box-shadow: 0px 0px 0px 15px #4B81BD inset;
}
.box input:checked ~ .check::after {
	opacity: 1;
	transform: scale(1);
}
.box .check {
	width: 15px;
	height: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 100px;
	background-color: #fff;
	border: 2px solid #4B81BD;
	box-shadow: 0px 0px 0px 0px #4B81BD inset;
	transition: all 0.15s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.box .check::after {
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 4;
	position: absolute;
	transform: scale(0);
	background-size: 50%;
	background-image: url('https://s6.picofile.com/d/8392306668/bacc888c-bed7-41a9-bf24-f6ff0718f471/checkmark.svg');
	background-repeat: no-repeat;
	background-position: center;
	transition-delay: 0.2s !important;
	transition: all 0.25s cubic-bezier(0, 1.05, 0.72, 1.07);
}
.LabelInput{
    font-size: 16px;
    /*margin-top: 20px;*/
}
#SecondPage p,
#FourthPage p{
    margin-left:20px !important;
}
#ThirdPage .inputBox input {
    padding: 0px 0;
}
#ThirdPage .row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-evenly;
}
#ThirdPage .row .col-lg-6 {
    max-width: 40%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003366;
}        

textarea {
  margin-top: 5px;
  margin-left: 10px;
  width: 100% !important;
  height: 100px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(0, 51, 102, 0.10);
  border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color;
  border-image: none;
  border-radius: 9px 9px 0px 9px;
  border-style: none solid solid none;
  border-width: medium 1px 1px medium;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  color: #003366;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  padding: 5px 8px;
  transition: background-color 0.2s ease 0s;
  align-content: center;
}

textarea:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    outline-width: 0;
}

/* width */
textarea::-webkit-scrollbar{
    width: 18px;
    background: #fff;
    border-radius: 1rem;
}
            
/* Track */
textarea::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
            
/* Handle */
textarea::-webkit-scrollbar-thumb {
  background: #3B81C3; 
  border-radius: 10px;
}
            
/* Handle on hover */
textarea::-webkit-scrollbar-thumb:hover {
  background: #3B81C3; 
}

textarea::-webkit-resizer {
  background: none repeat scroll 0 0 rgba(0, 51, 102, 0.10) !important;
  width: 0;
  height: 0;
  border-bottom: 20px solid #003366;
  border-left: 20px solid rgb(234 237 255 / 55%);
}

textarea:focus::-webkit-resizer{
  background: none repeat scroll 0 0 #FFFFFF !important;
}

/* CSS for INSERT FILE BOX */
.file-uploader {
	 background-color: #cce6ff;
	 border-radius: 6px;
	 color: #003366;
}
 .file-uploader__message-area {
	 font-size: 16px;
	 padding: 1em;
	 text-align: center;
	 color: #3B81C3;
}
 .file-list {
	 background-color: #fff;
	 font-size: 14px;
}
 .file-list__name {
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
 .file-list li {
	 height: 35px;
	 line-height: 50px;
	 margin-left: 0.5em;
	 border: none;
	 overflow: hidden;
}
 .removal-button {
	width: 20% !important;
	border: none !important;
	background-color: #d65d38 !important;
	color: white !important;
    font-family: inherit !important;
    display: inline-block !important;
    height: 35px !important;
    line-height: 35px !important;
    margin: 0em !important;
    position: relative !important;
    overflow: hidden !important;
    border: none !important;
    transition: none !important;
    font-size: 16px !important;
    border-radius: 0px 10px 10px 0px !important;
    font-weight: 500 !important;
}
.removal-button:before {
	content: "X" !important;
    background: transparent !important;
    position: absolute !important;
    z-index: -1 !important;
    height: 35px !important;
    width: 35px !important;
    border-radius: 50% !important;
}
.removal-button:focus,
.file-uploader__submit-button:focus {
	outline: 0;
}
.removal-button:hover,
.file-uploader__submit-button:hover {
    color: #fff;
}  
.removal-button:before,
.file-uploader__submit-button:before {
    top: 0% !important;
    left: 0% !important;
    transition: none !important;
    background: transparent !important;
}
.removal-button:hover:before,
.file-uploader__submit-button:hover:before {
    top: 0px !important;
    left: 0% !important;
} 
.removal-button:active:before,
.file-uploader__submit-button:active:before {
    background: transparent !important;
    transition: none !important;
}


.file-chooser {
	 padding: 1em;
	 transition: background-color 1s, height 1s;
}
 .file-chooser p {
	 font-size: 14px;
	 padding-top: 1em;
}
 .file-uploader {
	 max-width: 400px;
	 height: auto;
	 margin: 2em auto;
}
.file-uploader * {
	 display: block;
}
.file-uploader input[type="submit"] {
	 margin-top: 2em;
	 float: right;
}
.file-list {
     position: relative;
	 margin: 0 auto;
	 max-width: 50%;
     margin-bottom: 10px;
}
.file-list li{
    margin: 5px;
}
.file-list__name {
    position: relative;
	max-width: 70%;
	float: left;
    font-size: 14px;
}
.removal-button {
	 display: inline-block;
	 height: 100%;
	 float: right;
}
.file-chooser {
	 width: 30%;
	 margin: 0.5em auto;
     align-content: center;
     align-items: center;
     display: block;
}
.file-chooser__input {
	 margin: 0 auto;
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px !important;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.file-uploader__submit-button {
	 width: 30%;
	 border: none;
	 font-size: 1.3em;
	 padding: 1em;
	 background-color: #3B81C3;
	 color: white;
     border-radius: 0px 0px 6px 6px;
     margin: auto;
     align-content: center;
     align-items: center;
     display: block;
}
.file-uploader__submit-button:hover {
	 background-color: #89b4dc;
}
.file-list li:after, .file-uploader:after {
	 content: "";
	 display: table;
	 clear: both;
}
.hidden {
	 display: none;
}
.hidden input {
	 display: none;
}
.error {
	 background-color: #d65d38;
	 color: white;
}
 ul, li {
	 margin: 0;
	 padding: 0;
}
.FinalRow{
    padding-top:60px;
}
.reCaptchaBox{
    padding-top: 20px;
}

/*DESKTOP*/

@media only screen and (min-width: 2000px){
    .container-right {
        margin-right: 10%;
    }
}

@media only screen and (min-height: 1200px){
    .Box {
        top: calc(45% - 500px);
    }
}

/*MOBILE*/

@media only screen and (max-width: 560px){
    .Box {
        margin: 0px;
        width: 100%;
    }
    .container-left{
        clear:both;
        height: 20%;
        width: 100vw;
        background-image: url("1394386010-1024x1024.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 0px;
        box-shadow: none;
        min-height: 10%;
    }
    .container-right{
        align-items: center;
        align-content: center;
        height: 90%;
        width: 100%;
        clear:both;
        margin: auto;
        padding-top: 10%;
    }
    .container-progress-bar {
        left: 30%;
    }
    .Who-Box{
        margin-top:-20px;
    }
    .Button-Box{
        margin:auto;
        width:100%;
        margin-top:20px;
    }
    .Contact-Box{
        margin-top:20px;
    }
    .inputBox input {
        font-size: 16px;
    }
    .inputBox label {
        font-size: 16px;
    }
    .inputBox input:focus ~ label,
    .inputBox input:valid ~ label {
        font-size: 12px;
    }
    #Whistleblowing{
        height: 35%;
        white-space: nowrap;
        width: 103%;
        overflow: hidden;
        padding-left: 10px;
    }
    .btnNormal {
        margin-left: 35%;
    }
    #LogoInside{
        display:none;
    }
    #LogoTop{
        display:block;
    }
    #GoDown{
        display:block;
    }
    #FourthPage .box{
        margin: 50px 0;
    }
    .FinalRow{
        padding-top:30px;
    }
    #ThirdPage .row .col-lg-6 {
        max-width: 100%;
    }
}
