/* --------------------------------------------- Scheme Color Variables */
/* --------------------------------------------- Logo and Banners */
@media (max-width: 767px) {
  .SchemeLogo {
    background-image: url("/flexweb/gk/images/logo.png");	
	background-repeat: no-repeat;
	margin-top: 40px;
	background-size: auto;
	background-position: left center; 
  }
}
@media (min-width: 768px) {
	.container{
        max-width: 1084px;
    }
  .HeaderImage {
    background-image: url("/flexweb/gk/images/logo.png");	
	width:1084px;
	height: 137px;
	background-repeat: no-repeat;	
	margin-top: 60px;
	background-size: auto;
	background-position: left center; 
  }
  .FooterImage {
    background-image: none;
    height: 10px;	

  }
}

body {	
	background-image: url("/flexweb/gk/images/GK_Watermark_Background.jpg");
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	/*font-family: Gill Sans;*/
	font-family: Gill Sans MT;
}
	font-weight: 400;
}

/* ---------------------------------------------  (Optional) Banner Area Customisation */
body > header {
  /*background-color: #ffffff;*/
}
/* ------------------------------------------------------ Scheme Primary Colour */
.HeaderNavBox .glyphicon,
.WhitePanel .glyphicon-sim-circle-up,
.WhitePanel .glyphicon-sim-circle-down,
.GreyPanel .glyphicon-sim-circle-up,
.GreyPanel .glyphicon-sim-circle-down,
.Cookie a {
  color: #004B2E;
}
.navbar-inverse,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.SchemePanel2 .PanelHeading,
.LinkPanel,
.btn2 {
  background-color: #004B2E;
}
.SchemePanel2 {
  border-color: #004B2E;
}
/* ------------------------------------------------------ Scheme Secondary Colour */
h4,
section .DocumentIcon,
.NestedPanelHeadingVariation .glyphicon-sim-circle-up,
.NestedPanelHeadingVariation .glyphicon-sim-circle-down,
.SchemedList > li {
  color: #BA9765;
}
.HomePageImageBox,
.IconDiv,
.TourIconDiv,
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default,
.btn,
.GridTable th,
.ReducedGridTable th,
.SchemeCollapsingPanelHeader,
.SchemePanel1 .PanelHeading,
.HeaderRow,
.InfoSection header,
.GridHeader,
.GridFooter,
.AccordionPanel,
/*.SchemeMsgs,*/
.NestedPanelHeading,
.k-calendar .k-state-focused,
.LinkButton {
  background-color: #BA9765;
}
.GridTable th,
.ReducedGridTable th,
.SchemePanel1,
.GridTable > thead,
/*.SchemeMsgs,*/
.Main,
.NestedAccordionPanel,
.NestedPanelContent hr,
.ProjectionNote,
.OptionOfRetirement {
  border-color: #BA9765;
}
/* ------------------------------------------------------ Scheme Third Colour */
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active,
h3,
h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
  color: #A2A55F;
}

p {
	color: white; 
	font-weight: 400;
  font-family: Gill Sans MT;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased!important;
	}

h1{
	text-align: left;
	color: white;
	font-weight: 400;
	font-family: Gill Sans MT;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased!important;
}

.Main {
	border-width:0px 0;
	background-color:transparent;
	border-style:transparent;
}

.breadcrumb {
	background: white; 
	border: 0px solid white; 
	border-radius: 4px; 
	display: block;
	 margin-bottom: 0px;
	}
.breadcrumb li 
{
	color: black;
	font-size: 12px;
}
.breadcrumb a {
	color: black;
}
.breadcrumb a:hover {
	color: rgba(42, 100, 150, 1);
}
.breadcrumb>.active {
	color: black;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumb>li+li:before {
	color: rgba(204, 204, 204, 1); content: "\002D\00a0";
}
/*a:link    {text-decoration:underline}*/
h5 a:link {text-decoration:underline}
p a:link {text-decoration:underline}

div.SchemeMsgs
{
	background-color:white;
	border-color: red;	
	color: red;
}

p.SchemeMsgs
{
	background-color:transparent;
	border-color: transparent;	
	border-style:transparent;
	color: red;
	font-weight: bold;
	font-size: 16px;
}


