/*FRN Custom stlyes for talbott*/

#global-side-nav a#gsn-main-button {
	  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.15);
	}
	#home-banner {position: relative;}
	#home-banner::before {
  background: rgba(25, 83, 118, 0) linear-gradient(to top, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)) repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
	
/**changing the positioning of the banner image on home on mobile **/	

	
@media (max-width: 767px) {	
/***making the contact button a bit smaller on mobile **/
		#global-side-nav a, #global-side-nav span {
  height: 65px;
  width: 65px;
}
	#global-side-nav a#gsn-main-button {
  line-height: 65px;
}
#global-side-nav a, #global-side-nav span {font-size: 1rem;}
#gsn-links.gsn-opened ul li.gsn-link-1 {
  bottom: 95px;
}
#gsn-links.gsn-opened ul li.gsn-link-2 {
  bottom: 160px;
}
#gsn-links.gsn-opened ul li.gsn-link-3 {
  bottom: 215px;
}
#gsn-links ul li, #gsn-button-box {right: 15px;}

#home-banner-mobile {
    display: block;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover; }
}