@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,700|IBM+Plex+Serif:400,700");
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #d3d5da; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.z10 {
  position: relative;
  z-index: 10; }

.blue {
  color: #1666ad; }

.blue-dark {
  color: #082c45; }

.tac {
  text-align: center; }

.img-fix {
  display: block;
  width: 100%;
  margin-top: 40px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.2; }

h1 {
  font-weight: 700;
  font-size: 48px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #232629; }
  h1 span {
    display: block;
    margin-top: 20px;
    font-weight: 700;
    font-size: 32px;
    font-family: "IBM Plex Sans", sans-serif;
    text-transform: uppercase;
    color: #1666ad; }

h2 {
  margin-top: 40px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #1666ad; }
  h2 img {
    float: left;
    margin: -12px 8px 0 0;
    width: 48px; }

h3 {
  margin: 0 0 20px;
  font-size: 24px;
  color: #fff;
  text-align: center; }

h4 {
  color: red;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center; }

label {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 37px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 2px;
  border: 1px solid #d3d5da;
  background-color: #fff;
  font-size: 14px;
  color: #333; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus {
    outline: none;
    border-color: #1666ad; }

select {
  width: 100%;
  height: 37px;
  margin-bottom: 10px;
  padding: 0 12px;
  border-radius: 2px;
  font-size: 14px;
  color: #333; }

input[type="checkbox"] {
  float: left;
  margin: 3px 8px 0 0; }

button, input[type="button"] {
  display: block;
  margin: 10px auto 0;
  padding: 6px 40px;
  background: #1666ad;
  background: linear-gradient(180deg, #1666ad 0%, #135996 100%);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.2);
  color: #fff;
  border: none;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  transition: all 150ms ease-in-out; }
  button:hover, input[type="button"]:hover {
    transform: scale(1.025);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.2); }

#loadingGraphic {
  display: none;
  margin: 0 auto; }

header {
  height: 390px;
  background-color: #2d4a68; }
  header #hero-inner {
    overflow: hidden;
    padding: 0 60px;
    background: url(../images/header-bg.jpg) no-repeat center center/cover; }
  header #logo {
    display: block;
    width: 220px;
    margin: 30px 0 40px; }
  header #hero {
    float: left;
    margin-left: -510px; }

#main {
  padding: 50px;
  background-color: #fff; }

section h2:first-of-type {
  margin-top: 0; }

section form {
  padding-top: 20px;
  background: #1666ad;
  border-radius: 10px 10px 40px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); }
  section form img {
    display: none; }
  section form p {
    margin-bottom: 0; }

section .inner {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #d3d5da;
  background: #fff; }

section #optForm1, section #optForm2 {
  display: none; }

section #people {
  float: left;
  margin: 10px 30px 20px 0; }

section #people-2 {
  display: block;
  width: 97%;
  margin: 20px auto 0; }

section #post-it {
  width: 80%;
  margin: 40px auto 0;
  padding: 30px;
  transform: rotate(-3deg);
  background: #ffef61;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), -1px 3px 6px rgba(0, 0, 0, 0.15), 0 20px 20px rgba(0, 0, 0, 0.1);
  -webkit-animation: 3s ease-in-out infinite card;
  animation: 3s ease-in-out infinite card; }
  section #post-it p {
    margin-bottom: 0; }

footer {
  padding: 40px 0;
  background: #232629;
  font-size: 14px;
  color: #d3d5da; }

#loadingGraphic {
  display: none; }

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two; }
  #loader .loaderBall {
    width: 44px;
    height: 44px;
    position: absolute; }
    #loader .loaderBall .ball {
      position: absolute;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      -webkit-animation: 1s ease-in-out infinite animball_one;
      animation: 1s ease-in-out infinite animball_one; }
      #loader .loaderBall .ball.ball1 {
        background-color: #1666ad;
        top: 0;
        left: 0; }
      #loader .loaderBall .ball.ball2 {
        background-color: #1666ad;
        top: 0;
        left: 24px; }
      #loader .loaderBall .ball.ball3 {
        background-color: #1666ad;
        top: 24px;
        left: 0; }
      #loader .loaderBall .ball.ball4 {
        background-color: #1666ad;
        top: 24px;
        left: 24px; }

@keyframes card {
  0% {
    transform: translate(0, 0) rotate(-3deg); }
  50% {
    transform: translate(0, 5px) rotate(-3deg); }
  100% {
    transform: translate(0, 0) rotate(-3deg); } }

@-webkit-keyframes card {
  0% {
    transform: translate(0, 0) rotate(-3deg); }
  50% {
    transform: translate(0, 5px) rotate(-3deg); }
  100% {
    transform: translate(0, 0) rotate(-3deg); } }

@-webkit-keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@keyframes animball_one {
  0% {
    position: absolute; }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5; }
  100% {
    position: absolute; } }

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3); }
  100% {
    -webkit-transform: rotate(720deg) scale(1); } }

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1); }
  50% {
    transform: rotate(360deg) scale(1.3); }
  100% {
    transform: rotate(720deg) scale(1); } }

@media (max-width: 991px) {
  h1 {
    font-size: 34px; }
    h1 span {
      font-size: 24px; }
  header {
    height: 320px; }
    header #hero-inner {
      padding: 0 40px; }
    header #hero {
      height: 320px;
      margin-left: -460px; }
  section #main {
    padding: 40px; }
  section #post-it {
    width: 290px;
    margin-bottom: 50px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 30px; }
    h1 span {
      font-size: 22px; }
  h2 img {
    width: 36px;
    margin: -6px 8px 0 0; }
  select {
    padding: 0 8px; }
  header {
    height: auto;
    text-align: center; }
    header #hero-inner {
      padding: 0 20px; }
    header #logo {
      margin: 30px auto; }
    header #hero {
      height: 280px;
      margin-left: -360px; }
  section #main {
    padding: 20px; } }
