div.bewTabContent {
    border: none;
}

input[type="text"],
input[type="text"].bewInputNorm,
input[type="tel"],
input[type="tel"].bewInputNorm,
input[type="email"],
input[type="email"].bewInputNorm,
select,
select.bewSelectNorm,
textarea,
textarea.eduTextArea {
    width: 100%;
    padding: 3px;
    margin-bottom: 10px;
    margin-top: 5px;
}

input[type="text"],
input[type="text"].bewInputNorm,
input[type="tel"],
input[type="tel"].bewInputNorm,
input[type="email"],
input[type="email"].bewInputNorm,
select,
select.bewSelectNorm {
    height: 28px;
}

h1.bewH1 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}

h4 {
    font-size: 1.75rem;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    margin: 20px 0 10px 0;
}

input.touched:not([type="file"]):invalid,
select.touched:invalid,
textarea.touched:invalid {
 background-color: rgba(255, 0, 0, 0.25);
}

input.touched:not([type="file"]):valid,
select.touched:valid,
textarea.touched:valid, .plselect {
 background-color: rgba(0, 255, 0, 0.25);
}

.plselect{
  background-color: rgba(255, 0, 0, 0.25);
 }

.stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  #cvLoader {
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    display: none;
  }
  #cvLoader.show {
      display: flex!important;
      flex-direction: column;
      justify-content: center;
      align-items: center;
  }
  #cvLoader span {
      font-size: 2rem;
      color: #FFF;
      margin-top: 20px;
  }
  
  .lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  

  .dialog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    display: none;
}
.dialog-overlay.show {
    display: flex!important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dialog-container {
    width: 50%;
    height: auto;
    padding: 25px;
    background-color: #FFF;
    display: flex;
    flex-direction: row-reverse;
}
.dialog-close {
    font-size: 2rem;
    color: #000;
    margin-left: 10px;
    cursor: pointer;
}
.dialog-container p {
    text-align: justify;
}
@media (max-width: 1000px) {
    .dialog-container {
        width: 75%;
    }
}

@media (max-width: 1000px) {
    .dialog-container {
        width: 95%;
    }
}

.btn-primary{
  background-color: #fdc600;
  color: #fff;
  border: 0 none !important;
  padding: 10px 5px !important;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s !important;
}

.btn-primary:hover{
  text-decoration: none;
  background-position: 0 -15px;
  background-color: #004b93 !important;
}

.btn-secondary {
  background-color: #004b93;
  color: #fff;
  border: 0 none !important;
  padding: 10px 5px !important;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s !important;
}

.btn-secondary:hover{
  text-decoration: none;
  background-position: 0 -15px;
  background-color: #fdc600 !important;
  color: #fff !important;
}

body {
	font-family: 'Roboto', sans-serif;
	color: #4b4a4d !important;
	background-color: #fff;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.0em;
	font-weight: 300;
} 

h1, h2 {
font-weight: 300;
text-transform: uppercase;
text-align: center;
letter-spacing: 1.5px;
color: #004b93 !important;
font-size: 30px;
line-height: 36px;
margin-bottom: 10px;
}

h3, h4{
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.5px;
  color: #004b93 !important;
}

div#logoContainer {
  width: 100%;
  text-align: center;
  margin: 25px 0;
}

.bewInfo{
  border: 1px #fdc600;
  background-color: #fdc600;
}

.bewInfo a {
  color: #fff;
}

.bewInputNorm{
  border: none;
}
.bewH1{
  color: #fdc600 !important;
  background-color: #004b93;
  padding: 10px;
}