html,body {
  width: 100%;
}
.center {
  text-align: center;
}
#layout-wrapper.full-width {
  width: 100%;
  background: #fff;
  overflow-x: hidden;
}

#top-bar-wrapper {
  background-color: #E9E9E9;
  border-top: solid 3px #c01f21 !important;
}

div#top-bar {
  height: 13px;
}

#header {
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px){
  #header {
    min-height: 175px;
  }
}
#header #logo {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px){
  #header #logo {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 60px;
  
  }
}

.container {
  max-width: 980px;
  margin: 0 auto;
}
h1 {
  font-size: 23px;
  position: relative;
  margin-bottom: 40px !important;
}
h1:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 4px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #013366;
  border-radius: 2px;
}
h2 {
  font-size:18px;
  position: relative;
  margin-bottom: 20px;
}

form .row {
  font-size: 15px;
  border: solid 1px #d4d4d4;
  margin: 0 !important;
}
form .row + .row {
  border-top: 0;
}
form .row:nth-of-type(2n){
  /*background-color: #f9f9f9;*/
}


form .row > div {
  padding-top: 10px;
  padding-bottom: 10px;
}
form .row > div:nth-of-type(1) {
  position: relative;
  padding-right: 90px;
  font-size: 14px;
  background-color: #f9f9f9;
}
@media (min-width: 992px){
  form .row > div:nth-of-type(1) {
    border-right: 1px solid #ced4da;
  }
}

form select {
    background: #FFF;
    padding: 7px;
    margin-bottom: 10px;
    outline: 0;
    color: #000;
    border: 1px solid #ced4da;
    border-radius: 3px;
    min-height: 38px;
    max-width: 100%;
}
form .form-label {
  color: #3D3D3D;
  font-size: 12px;
}
.label-required {
  position: absolute;
  top:10px;
  right:20px;
  display: inline-block;
  background-color: #c01f21;
  color: #fff;
  width: 45px;
  font-size: 10px;
  vertical-align: middle;
  margin: 2px;
  text-align: center;
  border-radius: 2px;
}
.form-section {
  margin-top: 80px;
}

.btn-answer {
  width: 50px;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #163977;
  background-color: #F7F7F7;
  border-color: #B5C3D0;
}
.btn-check:active+.btn-answer, .btn-check:checked+.btn-answer, .btn-answer.active, .btn-answer:active, .show>.btn-answer.dropdown-toggle {
  color: #fff;
  background-color: #153877;
  border-color: #153877;
}
.btn-answer:hover {
  color: #163977;
  background-color: #F7F7F7;
  border-color: #153877;
  box-shadow: 0px 4px 8px -5px rgba(0,0,0,0.4);
}
.form-btn-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-btn-block .btn {
  width: 100%;
  background-color: #59b359!important;
  border: solid 2px #59b359!important;
  filter: drop-shadow(6px 3px 4px #DFDFDF);
}
.form-btn-block .btn:hover {
  opacity: .9;
}

#copyright-wrapper {
  background-color: #003367;
  margin-top: 60px;
}
#copyright-container {
  max-width: 940px;
  margin: 0 auto;
  padding: 16px 0px;
}
#footer-wrapper, #copyright {
  color: #ffffff;
  font-size: 11px;
}

.table.table-privacy {
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.table.table-privacy tr {
  border: solid 1px #D5D5D5;
  color: #000;
}

.table.table-privacy th {
  color: #000;
  background: #fff;
  border-top: unset;
  border-bottom: unset;
  text-align: center;
  vertical-align: middle;
  padding: unset;
  width: 16%;
  font-size: 15px;
  font-weight: normal;
  border: solid 1px #D5D5D5;
  text-shadow: none;
}

.table.table-privacy th >span {
  font-size: 11px;
  text-align: left;
  display: block;
  margin: 5px 10px 0;
  color: #777777;
}

.table-content.privacy-text {
  text-align: left;
  overflow-y: scroll;
  height: 120px;
  font-size: 12px;
}

@media screen and (max-width: 769px) {
  .table.table-privacy {
    width: 95%;
  }
  .table.table-privacy th {
    width: 100%;
    display: block;
    border: unset;
    border-bottom: solid 1px #D5D5D5;
    text-align: left;
    padding: 5px 0;
  }
  .table.table-privacy th >span {
    margin: 5px 0 0;
  }
  .table.table-privacy td {
    width: 98%;
    display: block;
  }
  .table-content.privacy-text {
    height: 100px;
  }
}

::-webkit-scrollbar {
  width: 0.4rem;
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #55a1ee;
  border-radius: 0.2rem;
}
