 .top-section-wrapper {
    width:100%;
    height:auto;
    background-image: linear-gradient(to bottom, #002C59, #739ED9);
    padding-bottom:100px;
    padding-top:10px;
   margin-top:-5px;

  }
  .top-section-crumbs-wrapper {
    display:block;
    width:100vw;
    height: auto;
  }
  .top-section-text {
    color:#ffffff;
    display:block;
    text-align:center;
    margin-left:5vw;
    margin-right:5vw;
  }
  .top-section-crumbs {
    display:inline-block;
    
  }

.top-section-padding{
  padding-top:55px;
}
  .top-section-save {
    display:inline-block;
  }
  .top-section-image {
    text-align:center;
    margin-bottom:-200px;
  }
.white-font {
  color:#ffffff;
}
.top-section-button {
  width: 90vw;
  max-width:200px;
  margin:auto;
  height: 44px;
  border-radius: 30px;
  background-color: #F7A70D;
  text-align:center;
  line-height:28px !important;
  margin-bottom:20px;
  cursor:pointer;
}
.top-section-button:hover, .top-section-button:active {
  background-color:#F7A70D;
}
.top-section-button-link,.top-section-button-link:visited,.top-section-button-link:hover, .top-section-button-link:active  {
  text-decoration:none !important;
  color:#ffffff;
  display:inline-block;
  height:44px;
  
}
.top-section-button-text {
  margin-top:8px !important;
  color:#1d1d1d;
  font-weight:400;
}
.floating-image-negative-margin {
  display:block;
  padding-top:20px;
margin-bottom: -190px;
  text-align:center;
 /* width: 100%;
  margin:auto */
  z-index:0;
}
.floating-image {
width:auto;
max-height:190px;  
}
.white-spacer {
background-color:#ffffff;
 width:100%;
  display:inline-block;
  height:10px;
  margin-top:100px;
}

@media only screen and (min-width:767px) {
  .top-section-wrapper {
  padding-bottom:140px;
  }
  .top-section-text-button {
    display:inline-block;
    max-width:50%;
     
  }

.top-section-text {
    margin-left:10vw;
    text-align:left;
    float:left;
  }
  .top-section-button {
  display:inline-block;
  width: 281px;
  margin:auto;
  height: 44px;
  margin-left:10vw;
  margin-top:10px;
  }
  .white-spacer {
  display:none;
  }
  .floating-image-negative-margin {
  float:right;
    margin-bottom: 0px;
    margin-right:10vw;
    padding-left:50px;
    padding-right:50px;
   
  }

.floating-image {
  vertical-align:middle;
  max-height:300px;
  transition: transform .2s;
   margin-right:7vw;
  margin-top:-15px;
  max-width:225px;
}
  .floating-image:hover {
  transform: scale(1.2);
    cursor:pointer;
  }
  .top-section-button {
  line-height:10px;
    }
  }
@media only screen and (min-width:772px) and (max-width:988px) {
.floating-image-negative-margin { 
  display:none;
}
  .top-section-text-button {
  max-width:80vw;
  }