.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}


@media only screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
}

.gb-layout-hero-1.obj-bottom img {
  object-position: bottom;
}


#top_bar .wrap ,
.site-header .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.survey-button {
  background-color: #fc8a03;
  line-height: 0px;
  color: #ffffff !important;
  border-color: #fc8a03;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
}

.survey-button:hover {
  background-color: #fc8a03;
}

.nf-form-content input[type=button]{
  background-color: #fc8a03 !important;
  border-color: #fc8a03 !important;
}

.nf-form-content input[type=button]:hover {
  background-color: #fc8a03 !important;
  color: #ffffff !important;
}


#top_bar {
  background: #0093db;
  color: #fff;
  padding: 8px 30px;
  font-size: 14px;
}

/* remove default widget bottom margin */
#top_bar .widget {
  margin-bottom: 0px;
}

#top_bar a,
#top_bar a:hover {
  color: #ffffff;
}

/* move one bar to the left */
#top_bar_left {
  float: left;
}

/* move another bar to the right */
#top_bar_right {
  float: right;
}


@media only screen and (max-width: 959px) {

  /* hide left bar content in devices with 959px width or less */
  #top_bar_left {
    display: none;
  }

  /* center right bar content on the screen */
  #top_bar_right {
    float: none;
    width: 100%;
    text-align: center;
  }
}

.gb-block-profile{
  display: block;
}