body {
  background-color: white;
  color: #0c0c0c;
  font-size: 18px;
  font-family: Montserrat, sans-serif;
}

.top-menu {
  padding: 15px 15% 15px 15%;
  border-bottom: #828282;
  box-shadow: 0 8px 6px -6px #828282;
  margin: 0px -20px 0 -20px;
}

.main-div {
  margin-top: 25px;
  padding: 15px 15% 15px 15%;
  min-height: 500px;
}

.main-img {
  float: right;
  word-wrap: normal;
  max-width: 250px;
  padding: 15px;
}

h1 {
  font-size: 36px;
  color: #1c74ec;
}

.box-border {
  margin-top: 20px;
  padding: 20px; 
  border: 1px solid #828282;
  border-radius: 5px;
}

input#ew-submit {
  background-color: #FF2800;
  color: white;
  padding: 10px 15px;
  border: 1px solid #FF2800;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}

input#red-submit {
  background-color: red;
  color: white;
  padding: 10px 15px;
  border: 1px solid red;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
}

.button-link {
  background-color: #1c74ec;
  color: white;
  padding: 10px 15px 10px 15px;
  border: 1px solid #1c74ec;
  border-radius: 5px;
  text-decoration: none;
}

.button-link:hover {
  background-color: #1c74ec;
}

.q-wrapper {
  margin-bottom: 25px;
}

.flags {
  max-height: 25px;
  padding: 2px;
}

a.non-decor {
  text-decoration: none;
  vertical-align: middle;
}

a.non-decor-white, 
a.non-decor-white:hover, 
a.non-decor-white:visited 
{
  color: white
}

a.menu-link,
a.menu-link:hover,
a.menu-link:visited {
  text-decoration: none;
  vertical-align: middle;
  padding: 5px;
  font-weight: bold;
  color: #1c74ec;
  text-transform: uppercase;
}

.top-menu-wrapper {
  display: grid;
  grid-template-columns: 20% 20% 60%;
}

.top-menu-left {
  text-align: left;
}
.top-menu-right {
  text-align: right;
}


.splash {
  margin: 20%;
  text-align: center;
}
.splash-row {
  padding: 50px;
}
.splash-row-h {
  background-color: #ccddf4;
  padding: 50px 30%;
  margin: 0 -25%;
}

li.lg {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.promo-head {
  font-size: 30px;
  text-align: center;
  color: #1c74ec;
  font-weight: 800;
}
.promo-row {
  display: block;
  margin-bottom: 20px;
  height:auto;
  overflow:auto;
}
.promo-text {
  font-size: 24px;
}
.promo-test {
  font-size: 24px;
  margin-left: 15%;
  margin-right: 15%;
  font-style: italic;
}
.small-note {
  font-size: 12px;
  font-style: italic;
}

.promo-img {
  float: right;
  margin-left: 20px;
  max-width: 500px;
}
.promo-img-border {
  float: right;
  margin: 20px;
  max-width: 500px;
  box-shadow: 2px 8px 10px #828282;
}

.footer {
  background-color: #222222;
  margin-left: -5%;
  margin-right: -5%;
  margin-bottom: -5%;
  position: relative; 
  bottom: 0; 
  padding: 10px 10px;
  width: 105%
}

.footer-wrapper {
  font-size: 12px;
  color:white;
  text-align: center;
}

fieldset {
  border-radius: 6px;
}

.pkuda-table, tr.pkuda-table, td.pkuda-table {
  border: 1px gray solid;
  padding: 10px;
}

img.flag {
  max-height: 24px;
}

.centered {
  text-align: center;
}

.error {
  color: red;
}

div.terms {
  font-size: 12px;
}

a.next-link,
a.next-link:hover,
a.next-link:visited {
  background-color: #FF2800;
  color: white;
  padding: 10px 15px 10px 15px;
  border: 1px solid #FF2800;
  border-radius: 5px;
  text-decoration: none;
}

.bg-custom {
  background-color: white;
  border-bottom: #828282;
  box-shadow: 0 8px 6px -6px #828282;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

.nav-custom {
  background-color: white;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 25px;
  padding-right: 25px;
}

.tab-pane:not(.active) {
    display: none;
}