@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova-Regular.woff2) format("woff2"), url(../fonts/ProximaNova-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova-Light.woff2) format("woff2"), url(../fonts/ProximaNova-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova-Semibold.woff2) format("woff2"), url(../fonts/ProximaNova-Semibold.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova-Bold.woff2) format("woff2"), url(../fonts/ProximaNova-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: ProximaNova;
  src: url(../fonts/ProximaNova-Extrabold.woff2) format("woff2"), url(../fonts/ProximaNova-Extrabold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: ProximaNova, sans-serif;
}

body {
  background: #fff;
  font-family: ProximaNova, sans-serif;
  font-size: 16px;
}

.container {
  /* display: flex; */
  /* width: 100%; */
  max-width: 100%;
  /* margin: 0; */
  background: #fff;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  height: 100vh;
}

.left-panel {
  width: 50%;
  background: #f3f3f3;
  padding: 0px 100px 0px 120px;
  height: 100vh;
  vertical-align: middle;
  align-items: center;
  align-content: center;
}

.left-panel h1 {
  margin-bottom: 10px;
}

.left-panel h1 span {
  color: #002855;
  font-weight: 900;
}

.left-panel h3 {
  margin-top: 20px;
  font-weight: 600;
}

.guidelines {
  margin-top: 20px;
}

.guideline {
  margin-bottom: 2px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.guideline span {
  font-size: 20px;
}

.guideline p  ,.link-link{
  color: #363636;
font-weight: 400;
line-height: 100%;
font-size: 18px;
letter-spacing: 0%;
}

.left-panel a {
     color: #A8986B;
text-decoration: underline;
font-size: 18px;
font-weight: 400;
line-height: 100%;
}

.right-panel {
  width: 50%;
  padding: 0px 120px 0 120px;
  align-content: center;
}

.right-panel img {
  display: block;
  margin: 0 auto 20px;
  height: 126px;
  width: auto;
}

.right-panel h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 28px;
}
.guidelines .guideline:nth-child(4) p {
  padding-top: 12px;
}
.form-group {
  margin-bottom: 20px;
}
textarea#edit-message {
  height: 136px;
}
.right-panel input, .right-panel textarea {
    width: 100%;
padding: 12px;
border: none;
border-bottom: 1px solid #ccc;
background: transparent;
outline: none;
font-size: 18px;
font-weight: 400;
color: #808080;
line-height: 100%;
line-height: 1;
display: inline-block;
vertical-align: middle;
margin-bottom: 15px;
}

input[type="file"] {
  border: none;
}

button {
  display: block;
  margin: 30px auto 0;
  padding: 12px 30px;
  background: #1e4c91;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
padding: 14px 50px;
background: #265E9B;
color: #FFFFFF;
border: #CCCCCC;
cursor: pointer;
font-weight: bold;
text-transform: uppercase;
font-size: 18px;
font-weight: 500;
line-height: 100%;

}

button:hover {
  background: #153c74;
}

.left-panel-content {
border-left: 3px solid #71C4EC;
height: 124px;
padding-left: 20px;
}
.left-panel .title {
font-size: 58px;
font-weight: 700;
color: #152C49;
margin-bottom: 20px;
text-transform: uppercase;
  line-height: 100%;
}
h1.title-first {
font-weight: 400;
font-size: 58px;
line-height: 100%;
text-transform: uppercase;
color: #152C49;
}
h3.guidelines-1 {
color: #363636;
font-weight: 700;
font-size: 28px;
letter-spacing: 0%;
line-height: 100%;
}
.file-upload-wrapper {
  position: relative;
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.file-upload-wrapper:hover {
  color: #000;
}

.file-upload-wrapper i {
  margin-right: 10px;
  font-style: normal;
}

.file-upload-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

button {
  margin-top: 30px;
  padding: 12px 30px;
  background: #1e4c91;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.right-panel .icon-img-file{
        width: 100%;
height: auto;
margin: 0;
}
.guideline img{
    height: 35px;
    width: 35px;
}
.webform-actions {
  text-align: center;
}
.webform-actions .webform-button--submit {
  margin-top: 30px;
  padding: 15px 23px;
  background: #265E9B;
  color: #FFFFFF;
  border: #CCCCCC;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  width: 212px;
  height: 54px;
}
.form-item-choose-file {
  margin-top: 2px;
  position: relative;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
  padding-top: 13px;
}
input[value="Remove"] {
  border: 0;
  width: auto;
  margin-bottom: 0;
  background: #265E9B;
  color: #fff;
}
#edit-actions-submit{
    margin-top: 10px;
}
span.file-upload-text:before {
  content: " ";
  background-image: url(/themes/custom/whistleblowin/assets/images/fileicon.png);
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 33px;
  z-index: 111;
  background-repeat: no-repeat;
  background-size: 25px;
  display: block;
  top: 23px;
}
.file-upload-text {
  color: #808080;
  font-size: 18px;
  padding-left: 35px;
}
.right-panel input{
  height: 48px;
}

.required.error {
  border-color: red !important;
  color: red !important;
}
.mobile_logo {
  display: none;
}

article[data-history-node-id="1"] span {
  font-weight: bold;
  font-size: 30px;
}

article[data-history-node-id="1"] {
  padding: 100px;
  text-align: center;
}
article[data-history-node-id="1"] img {
  margin-bottom: 30px;
}

.h-captcha {
  text-align: center;
  margin-top: 10px;
}