body {
  background-color: #dbdbdd;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
}

span.select2-selection.select2-selection--single {
  outline: none;
}

.select2-hidden-accessible {
  position: relative !important;
  top: 3rem;
}

.icon {
  max-width: 300px;
  padding: 3rem;
  padding-top: 0rem;
  padding-bottom: 5rem;
  margin-top: -2rem !important;
}

.caption {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 99;
	color: white;
	text-shadow: 0px 0px 5px #000000;
}
.subscribe {
  max-width: 70%;
}

label {
  width: 25%;
  text-align: left;
  float: left;
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
  color: #797979;
  padding-right: 1rem;
  box-sizing: border-box;
}

a {
  color: #387B92;
}

input, select {
  width: 75%;
  margin-bottom: 1rem;
  height: 2rem;
  border-radius: 5px;
  border: 1px solid #c7c7c7;
  padding: 10px;
  box-sizing: border-box;
}

input::placeholder {
  color: #c7c7c7;
}

select {
  padding: 2px 10px;
}

select:invalid {
  color: #c7c7c7;
}

.select2-container .select2-search--inline .select2-search__field {
  font-size: 12px !important
}

select {
  float: left;
}

#agency_type {
  width: 100%;
}

#submit {
  margin-top: 1rem;
}

.dropdown-single {
  float: left;
}

span {
  width: 100%;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 12px;
}

#agency_type {
  margin-top: 1rem;
}
#bg {
  position: fixed;
  background-size: cover;
  z-index: -2;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/video-static.png") no-repeat;
  background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  margin-top: 0;
  font-size: 23pt;
  font-weight: bold;
  line-height: 2rem;
}

.inner {
  padding: 30px 70px 30px 70px;
}

.inner img {
  width: 50%;
  border-radius: 25px;
  margin: 0px;
  margin-top: -3rem;
}

.columns {
  margin-top: 20px;
  text-align: center;
}

p {
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 14pt;
  color: #000000;
}

.topLine {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #387B92 !important;
}

.textCentered {
  text-align: center;
  color: #387B92 !important;
  margin-top: -3rem;
}

.container {
  background-color: rgba(255, 255, 255, 0.85);
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.shortLine {
  width: 4rem;
  margin: 0 auto;
  border: 3px solid #387B92;
  border-radius: 4rem;
  margin-top: 4.5rem;
}

#p1 {
  margin: 0 auto;
  padding-bottom: 3rem;
}

.label-full {
  width: 100%;
  margin-top: 1rem;
}

#id-number {
  margin-top: 1.2rem;
}

#id-number-field {
  margin-top: 1rem;
}
#year-completed {
  margin-top: 1rem;
}

#field-year-completed {
  margin-top: 1rem;
}

.select2-container {
  width: 100% !important;
}

.subscribe {
  margin: auto;
  text-align: center;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b5b5b5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #b5b5b5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  text-align: left;
  font-size: 12px;
}

.select2-results__option {
  font-size: 12px;
}
button[type="submit"] {
  padding: 10px 15px;
  text-shadow: 0 1px 0 rgba(19, 74, 70, 0.4);
  background: #387B92;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: "Lato", sans-serif;
  font-size: inherit;
  border: none;
  border-radius: 3px;
  display: inline-block;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 80%;
  height: 50px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin: 0 auto;
  border-top-left-radius: 3em 100%;
  border-top-right-radius: 3em 100%;
  border-bottom-left-radius: 3em 100%;
  border-bottom-right-radius: 3em 100%;
  border: 2px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .columns {
    -webkit-columns: auto auto; /* Chrome, Safari, Opera */
    -moz-columns: auto auto; /* Firefox */
    columns: auto auto;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 100%;
  }

  .columns {
    -webkit-columns: auto auto; /* Chrome, Safari, Opera */
    -moz-columns: auto auto; /* Firefox */
    columns: auto auto;
  }

  .logoHolder {
    display: grid;
    grid-template-columns: 48% 48%;
    grid-gap: 2%;
    width: 100%;
    margin-top: 4rem;
    grid-row-gap: 2rem;
  }

}

@media only screen and (max-width: 700px) {
  #p1 {
    margin: 0 auto;
    padding-bottom: 5rem;
  }

  .shortLine {
    margin-top: 5rem;
  }
 
  #submit {
    margin-bottom: 5rem;
  }

  
  input[type="color"],
  input[type="date"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="search"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  select,
  option,
  select:focus,
  textarea {
    font-size: 16px;
  }

}

@media only screen and (max-width: 500px) {
  .inner {
    padding: 30px 30px 10px 30px;
  }

  .container {
    border-right-width: 10px;
    border-left-width: 10px;
  }

  button[type="submit"] {
    display: block;
    margin-top: 15px;
  }
  .textCentered {
    margin-top: -1rem;
  }
  .inner img {
    width: 100%;
    box-sizing: border-box;
  }
  label {
    width: 100%;
  }
  input, select {
    width: 100%;
  }
  .subscribe {
    max-width: 100%;
  }
  #id-number-field {
    margin-top: 0.1rem;
  }
  #field-year-completed {
    margin-top: 0.1rem;
  }
}
