*,
*:focus {
    outline: 0;
}

html {
    font-size: 20px;
}

body {
    color: #fff;
    font-family: "Source Sans Pro", "Roboto", "proxima-nova", Helvetica, Arial, sans-serif;
}

a {
    color: #fff;
    text-decoration: underline;
}

.h1, .h2, .h3, h1, h2, h3 {
    font-family: "Roboto Slab", "Roboto", "Roboto Slab", "proxima-nova", Helvetica, Arial, sans-serif;
    margin-top: 0;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

h1 {
  font: 700 48px/52px "Roboto Slab", "Roboto", "Roboto Slab", "proxima-nova", Helvetica, Arial, sans-serif;
  color: #FFF;
  margin: 3rem 0;
}

h2 {
  margin-bottom: 1em;
}

body {
    background: #3f90b7;
    background: -moz-linear-gradient(-180deg, #3f90b7 0%, #3f90b7 35%, #33cb98 100%);
    background: -webkit-linear-gradient(-180deg, #3f90b7 0%, #3f90b7 35%, #33cb98 100%);
    background: linear, -180deg, #3f90b7 0%, #3f90b7 35%, #33cb98 100%;

}

p, span {
  font: 300 20px/30px "Source Sans Pro", "Roboto", "proxima-nova", Helvetica, Arial, sans-serif;
}

p {
    margin-bottom: 3rem;
}

#navigation {
  margin: 10px 0;
}
input.error, select.error {
  border:2px solid #FF0000;
}

header .white_box {
  height: 100px;
  background: #fff;
}

header .white_box .logo {
  display: block;
  height: 50px;
  width: 220px;
  background: url(/img/logo.png) no-repeat center center;
  background-size: 100%;
  margin-top: 25px;
  margin-left: auto;
}

header .blue_box {
  height: 140px;

}

footer {
  margin-top: 5em;
  padding-top: 70px;
  padding-bottom: 80px;
  background: #3f90b7;
  background: -moz-linear-gradient(-180deg, #3f90b7 0%, #3f90b7 35%, #33cb98 100%);
  background: -webkit-linear-gradient(-180deg, #3f90b7 0%, #3f90b7 35%, #33cb98 100%);
  background: linear, -180deg, #3f90b7 0%, #3f90b7 35%, #33cb98 100%;
  color: #FFF;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

footer .footer_copyright{
  margin-top: 40px;
}

table {
    border: 1px solid rgba(255, 255, 255, .25);
    overflow: hidden;
}

table p {
    margin-bottom: 0;
}

table td {
    border: none !important;
    padding: 15px 30px !important;
    line-height: normal !important;
    vertical-align: middle !important;
}

table td .btn {
    margin-bottom: 0;
}

table td .btn span {
    font-size: .875em;
    font-weight: 700;
    letter-spacing: .0625em;
    text-transform: uppercase;
}

table td:first-child {
    display: none;
}

.preview:empty {
    display: none;
}

table tr + tr {
    border-top: 1px solid rgba(255, 255, 255, .25) !important;
}

table .delete {
    display: block;
    margin-left: auto;
}

#button_send {
    background-color: #fff;
    border: none;
    color: #3f90b7;
    display: block;
    width: 100%;
}

#button_send span {
    font-weight: 700 !important;
}

.form_row_wrapper label {
  /* flex-basis: 8em; */
  /* flex-shrink: 0; */
  hyphens: auto;
  margin: 0;
  /* max-width: 8em; */
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  width: 100%;
}

.form_row_wrapper label:nth-of-type(2){
  margin-left: 1.5em;
}

#form_message {
  height: 5em;
}

.form_row_wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.form_row_wrapper > * {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.form_row_wrapper + .form_row_wrapper {
    margin-top: 30px;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.input_form {
  margin-bottom: 0em;
}

.table-striped > tbody > tr {
  background-color: rgba(255, 255, 255, .25);
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: rgba(255, 255, 255, .25);
}

.form-control {
    color: #fff;
    flex-grow: 1;
    border-radius: 0;
    height: auto;
    font: 300 20px/28px "Source Sans Pro", "Roboto", "proxima-nova", Helvetica, Arial, sans-serif;
    background-color: rgba(255, 255, 255, .25);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: none;
    padding: 15px 30px;
}

.form-control:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: none;
    color: #3f90b7;
}

.form-container {
  padding-bottom: 1em;
}

.btn {
  border-radius: 0px;
}

.progress-extendend {
  font-size: 16px;
}

.btn.btn-primary {
  background-color: #3F90B7;
  border-color: #3F90B7;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn.btn-primary span {
  font-size: 20px;
}

.btn.btn-primary:hover {
  background-color: #0E5782;
}

.small-text {
  font-size: 16px;
}

.fileupload-progress {
  margin-top: 10px;
  margin-bottom: 10px;
}

.grecaptcha-badge { visibility: hidden; }

.fileinput-button {
    align-items: center;
    background-color: rgba(255, 255, 255, .25);
    border: 1px solid rgba(255, 255, 255, .25);
    display: flex !important;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 100% !important;
}

.fileinput-button:hover {
    opacity: 1;
}

.fileinput-button input {
    cursor: pointer !important;
}

.fileinput-button svg {
    fill: #fff;
    height: 50% !important;
    width: auto !important;
}

.mb-0 {
    margin-bottom: 0;
}

.success-message {
    margin-top: 50px;
}

::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

@media (max-width: 767px) {
  #title,
  #description {
    display: none;
  }
  .form_row_wrapper {
    display: block;
    margin-bottom: 1em;
  }
  .btn.btn-primary {
    width: 100%;
  }

  .fileupload-buttonbar .delete, .fileupload-buttonbar .toggle, .files .toggle{
    display: inline-block !important;
  }

  .files .btn span {
    display: none;
  }

  .form_row_wrapper label:nth-of-type(2){
    margin-left: 0px;
  }

}

@media(min-width: 768px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }
}
