﻿@charset "UTF-8";
/* Home page specific styling*/

.home-panel {
	border:1px solid #c4c4c4; padding: 20px;
}


.homepage .background-extend {
	background-color: #f4f4f4 !important;
}

.header-banner {
  background-color: #e4edf2 !important;;
 }
 @media (min-width :1200px){
 .overflow-visible {overflow: visible;}
 .homepage .background-extend {background: none !important;}
 .header-banner .header-img {top: -140px; background-color: #e4edf2 !important;}
 .header-banner .header-img img, .header-banner .header-img picture source {left: 52% !important; max-width: 1400px !important;}
 .container-fluid-wide {overflow: visible !important;}
}