/* line 3, sass/_home-banner.scss */
.hero-banner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/images/hero-bg.jpg);
}
/* line 11, sass/_home-banner.scss */
.hero-banner h1 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1199px) {
  /* line 11, sass/_home-banner.scss */
  .hero-banner h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  /* line 11, sass/_home-banner.scss */
  .hero-banner h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 480px) {
  /* line 11, sass/_home-banner.scss */
  .hero-banner h1 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  /* line 11, sass/_home-banner.scss */
  .hero-banner h1 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  /* line 11, sass/_home-banner.scss */
  .hero-banner h1 {
    margin-bottom: 20px;
  }
}
/* line 26, sass/_home-banner.scss */
.hero-banner h1 strong {
  font-weight: 900;
}
/* line 30, sass/_home-banner.scss */
.hero-banner .list-wrapper {
  padding: 40px 0;
}
@media (max-width: 1199px) {
  /* line 30, sass/_home-banner.scss */
  .hero-banner .list-wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  /* line 30, sass/_home-banner.scss */
  .hero-banner .list-wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  /* line 30, sass/_home-banner.scss */
  .hero-banner .list-wrapper {
    padding-top: 50px;
  }
}
/* line 41, sass/_home-banner.scss */
.hero-banner .list-wrapper .right {
  padding-left: 0;
}
@media (max-width: 991px) {
  /* line 41, sass/_home-banner.scss */
  .hero-banner .list-wrapper .right {
    padding-left: 15px;
  }
}
/* line 48, sass/_home-banner.scss */
.hero-banner .list {
  margin-left: 2.8em;
  max-width: 325px;
}
/* line 51, sass/_home-banner.scss */
.hero-banner .list li {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  /* line 51, sass/_home-banner.scss */
  .hero-banner .list li {
    margin-bottom: 20px;
  }
}
/* line 57, sass/_home-banner.scss */
.hero-banner .list .fa {
  left: -2.4em;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  width: 32px;
  height: 32px;
  padding: 2.5px;
  background-color: #0f73bd;
  color: #fff;
  border-radius: 100%;
}
/* line 69, sass/_home-banner.scss */
.hero-banner .list p {
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 16px;
}
@media screen and (max-width: 991px) {
  /* line 69, sass/_home-banner.scss */
  .hero-banner .list p {
    font-size: 14px;
  }
}
/* line 79, sass/_home-banner.scss */
.hero-banner .inner-form {
  position: relative;
  background: #0558BC;
  display: block;
  height: 100%;
  width: 100%;
  min-height: 575px;
  padding: 20px;
  display: table;
}
@media (max-width: 1199px) {
  /* line 79, sass/_home-banner.scss */
  .hero-banner .inner-form {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  /* line 79, sass/_home-banner.scss */
  .hero-banner .inner-form {
    min-height: 100%;
  }
}
/* line 94, sass/_home-banner.scss 
.hero-banner .inner-form:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/hero-overlay.jpg) no-repeat left top;
  background-size: cover;
  background-position: top center;
  opacity: 1;
}
*/
/* line 106, sass/_home-banner.scss */
.hero-banner .inner-form .message-form {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
  text-align: center;
  color: white;
}
@media (max-width: 1199px) {
  /* line 106, sass/_home-banner.scss */
  .hero-banner .inner-form .message-form {
    display: block;
  }
}
/* line 116, sass/_home-banner.scss */
.hero-banner .inner-form .message-form p {
  font-size: 12px;
  line-height: 1.3;
  color: white;
}
/* line 121, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
  font-size: 26px;
}
@media screen and (max-width: 1199px) {
  /* line 121, sass/_home-banner.scss */
  .hero-banner .inner-form .message-form .form-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  /* line 121, sass/_home-banner.scss */
  .hero-banner .inner-form .message-form .form-title {
    font-size: 22px;
  }
}
/* line 130, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-subline {
  font-size: 20px;
  margin-bottom: 10px;
}
.hero-banner .inner-form .message-form .form-subline-2 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 134, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-group {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 18px;
  font-family: "Roboto", sans-serif;
}
/* line 139, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-group textarea::-webkit-input-placeholder, .hero-banner .inner-form .message-form .form-group input::-webkit-input-placeholder {
  color: #4A4A4A !important;
}
/* line 143, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-group textarea:-moz-placeholder, .hero-banner .inner-form .message-form .form-group input:-moz-placeholder {
  /* Firefox 18- */
  color: #4A4A4A !important;
}
/* line 147, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-group textarea::-moz-placeholder, .hero-banner .inner-form .message-form .form-group input::-moz-placeholder {
  /* Firefox 19+ */
  color: #4A4A4A !important;
}
/* line 151, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-group textarea::-ms-input-placeholder, .hero-banner .inner-form .message-form .form-group input:-ms-input-placeholder {
  color: #4A4A4A !important;
}
/* line 154, sass/_home-banner.scss */
.hero-banner .inner-form .message-form .form-group .form-control {
  border: 1px solid #4A4A4A;
  border-radius: 0;
  height: 45px;
}
/* line 160, sass/_home-banner.scss */
.hero-banner .inner-form .message-form #home-submit {
  float: none;
  width: 100%;
  background-color: #F6A623;
  box-shadow: 0 3px 0 0 #4D3000;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 900;
  padding: 16px 12px 12px;
  margin-bottom: 30px;
  margin-top: 0;
  white-space: normal;
}
/* line 172, sass/_home-banner.scss */
.hero-banner .inner-form .message-form #home-submit:hover, .hero-banner .inner-form .message-form #home-submit:focus {
  background-color: #e59209;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
/* line 181, sass/_home-banner.scss */
.hero-banner .home-text-error {
  width: 100%;
  text-align: left;
  margin-left: 0;
  padding: 0;
  color: #d80000;
}

#countdown-note {    
   background-color: #0f73bd;    
}

@media (max-width: 991px) {
  #countdown-note {    
     margin-top: 50px;
  }
}

#experience {
  padding: 30px 0 30px;
}

@media (max-width: 767px) {
  #experience {
     padding: 80px 0 30px;  
  }
}  






