.page-id-2377 #Content {
  padding: 0; }

.page-id-2377 #Subheader {
  display: none; }

.page-id-2377 .hero_home {
  margin: 0;
  padding: 0;
  height: 100vh; }
  .page-id-2356 .hero_home img {
    width: 100%;
    margin-top: -30px; }

.page-id-2377 #hero_outer .section_wrapper {
  width: 100% !important;
  margin-top: -6px;
  left: -5px; 
margin: 0;
padding: 0;
}

.page-id-2377 .hero_image {
  width: 100%;
  margin: 0; }

@media (max-width: 768px) {
  .hero_home {
    height: 40vh !important;
    margin: 0;
    padding: 0; }
    .hero_home img {
      width: 100% !important;
      margin-top: 30px !important; }
  #hero_outer .section_wrapper {
    padding: 0 !important; } }

#hero_outer {
  /* Location of the image */
  background-image: url("http://yoseminds.com/wp-content/uploads/2015/05/home_callcenter_section_bg2.jpg");
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color: #464646;
  /* SHORTHAND CSS NOTATION
   * background: url(background-photo.jpg) center center cover no-repeat fixed;
   */ }

.this_is_us span {
  color: #5cbdf9;
  font-weight: 700;
  background: -webkit-linear-gradient(#2da9f7, #55cedc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
  .this_is_us span h4 {
    font-weight: 500 !important; }

.this_is_us h3 {
  font-weight: 500; }

.three_things h3 {
  font-weight: 500;
  color: #fff; }

.three_things .orange_bg {
  background: #f4973c;
  display: inline-block;
  padding: 5px 10px; }

.three_things h4 {
  font-weight: 700;
  background: -webkit-linear-gradient(#2da9f7, #55cedc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.this_is_us {
  padding-bottom: 20px !important; }

.vision h3 {
  font-weight: 500; }

.yose_minds h3 {
  font-weight: 500; }

.header-overlay.ab-hide #Top_bar {
  top: 10px !important; }
#Top_bar .search_wrapper{
  opacity: 0;
}