.gradient-overlay {background: #f3973c; background: -webkit-gradient(left top, right top, color-stop(0%, #f3973c), color-stop(100%, #bf4624)) !important; background: -webkit-gradient(linear, left top, right top, from(#f3973c), to(#bf4624)) !important; background: linear-gradient(to right, #f3973c 0%, #bf4624 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3973c', endColorstr='#bf4624', GradientType=1 ); } .video-hero-wrapper {  } .location-hero-wrapper { background: rgba(104, 219, 255, 0.53); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(104, 219, 255, 0.53)), color-stop(100%, rgba(29, 126, 165, 0.56))) !important; background: -webkit-gradient(linear, left top, right top, from(rgba(104, 219, 255, 0.53)), to(rgba(29, 126, 165, 0.56))) !important; background: linear-gradient(to right, rgba(104, 219, 255, 0.53) 0%, rgba(29, 126, 165, 0.56) 100%) !important; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(104, 219, 255, 0.53)', endColorstr='rgba(29, 126, 165, 0.56)', GradientType=1 ) !important; } .btn-red { border: 2px solid #f55d32 !important; } .btn-orange {  } .btn-success { border: 2px solid #2ab27b !important; } .btn-primary {  border: 2px solid #3097D1 !important; } .dropdown-menu>.active>a{background-color: #f3973c} .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:active{background-color: #f3973c; opacity: 0.8;}