/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900');


@font-face {
  font-family: 'metbank-font';
  src: url('font/metbank-font.eot?55584920');
  src: url('font/metbank-font.eot?55584920#iefix') format('embedded-opentype'),
       url('font/metbank-font.woff2?55584920') format('woff2'),
       url('font/metbank-font.woff?55584920') format('woff'),
       url('font/metbank-font.ttf?55584920') format('truetype'),
       url('font/metbank-font.svg?55584920#metbank-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'metbank-font';
    src: url('../font/metbank-font.svg?55584920#metbank-font') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "metbank-font";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-money:before { content: '\e800'; } /* '' */
.icon-accounts:before { content: '\e801'; } /* '' */
.icon-map:before { content: '\e802'; } /* '' */




body, p, ul ,li, a, p, h1, h2, h3, h4{
	font-family: 'Raleway', sans-serif;
}
p, li {
	text-align: justify;
}
a:link, a:visited {
	text-decoration: none;
}
#block-system-main ul {
	list-style-image: url(images/bullet1.png) !important;
}
img {
	max-width: 100%;
	height: auto;
}

/*-------------homepage read more----------------------*/
#zone-preface p > a, .views-field-field-read-more a, .webform-submit.button-primary.form-submit {
/*, #region-sidebar-second a*/
	background: #2e3192;
	padding: 10px;
	color: #fff200;
	font-weight: 600;
}
.views-field-field-read-more a {
	position: relative;
	bottom: -15px;
	margin-left: 10px;
}
/*-----------------------------------------------------------*/

/*------------------Header region--------------------------------*/
#zone-user-wrapper {
	background: #2e3192;
}
.visit {
	background: #212481;
	padding: 10px 2px;
	border-top: 1px solid #fff;
	text-decoration: none;
	color: #fff !important;
	font-size: 13px;
	position: relative;
	top: -19px;
	z-index: 9999 !important;
}
#block-block-6 img {
	width: 60px;
	z-index: 9999 !important;
}
#block-block-6 p {
	text-align: left;
	font-size: 12px;
	z-index: 9999 !important;
	
}
#logo {
	width: 75%;
}
#zone-postscript {
	margin-top: 40px;
}
/*---------------------------------------------------------*/

/*------------------Slider----------------------------*/
#zone-header-wrapper, #zone-header, #region-header-first {
	width: 100%;
	margin: 0;
	padding: 0;
}
#flexslider-1 {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 0;
}
#flexslider-1 .views-field-title {
	background: #000;
	opacity: 0.8;
	padding: 10px;
}
#flexslider-1 .views-field-title a {
	color: #fff;
	text-decoration: none;
	font-size: 15px;
	font-weight: 600;
}
/*.flex-control-nav.flex-control-paging {
	position: absolute;
	bottom: 27px;
	z-index: 9;
}*/
.flex-control-paging li a.flex-active {
	background: #000;
	background: #2e3192;
	cursor: default;
}
.flex-control-paging li a {
	background: #fff200;
}
.flex-control-nav {
	width: 65%;
}
/*-----------------------------------------------------------*/

/*--------------------Footer------------------------------*/
#zone-footer-wrapper {
	background: #06067c;
}
#block-block-4 {
	color: #fff;
	display: inline-block;
}
#block-block-5 p {
    /* display: inline-block; */
    /* float: right; */
    /* position: ; */
    margin-top: 20px;
}
#block-block-4 p {
	margin-top: ;
	position: relative;
	top: 25px;
}
/*----------------------------------------------------*/

/*-----------------Prefix---------------------------*/
#zone-preface {
	margin-top: 35px;
}
/*---------------------------------------------*/

/*---------projects front page-----------------------*/
.front #block-views-project-updates-block, #block-views-press-releases-block {
    background: #e1e1e1;
    padding: 20px;
    margin-bottom: 10px;
    height: 251px;
}
.view-project-updates .views-row, .view-press-releases  .views-row {
	/*border-bottom: 1px solid #06067c;*/
	margin-bottom: 10px;
	display: flow-root;
}
.view-project-updates .views-field-title a, .view-press-releases .views-field-title a {
	color: #000;
}
#block-views-project-updates-block h2, #block-views-press-releases-block h2 {
	margin-bottom: 35px;
}
#block-views-project-updates-block h2::after,  #block-views-press-releases-block h2::after {
	border-bottom: 3px solid #2e3192;
	content: "";
	height: 25px;
	left: 20px;
	padding-top: 8px;
	position: absolute;
	width: 55px;
}
.block-title {
	color: #2e3192;
}

/*---------------------------------------------*/

/*------------postscript-----------------*/
#block-block-9 p {
	display: inline-table;
	margin-right: 20px;
	width: 41%;
}
#block-block-9 p:nth-child(4) {
	margin-right: 0 !important;
}
/*------------------------------------------*/
#block-block-9 {
	border-top: 2px solid #2e3192;
	margin-top: 10px;
}
#block-block-9 img {
	margin-top: 18px;
}
/*---------date---------------*/
.date-display-single {
	font-weight: 900;
}
/*-----------------------------*/

/*----------------not front------------------*/
/*.not-front .view-press-releases img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}*/
/*------------------------------------------------------*/

/*.flex-nav-prev, .flex-nav-next {
	display: none;
}
.page-media-project-updates  .flex-nav-prev, .page-media-project-updates  .flex-nav-next {
	display: inline-block !important;
}*/
.page-media-project-updates .flexslider .slides img {
	width: 295px;
	max-width: 295px;
}
#zone-preface p > a:hover, .views-field-field-read-more a:hover, .webform-submit.button-primary.form-submit:hover  {
/*, #region-sidebar-second a:hover*/
	background: #fff200;
	color: #2e3192;
}
.visit:hover {
	background: #fff;
	color: #212481 !important;
}
.view-project .views-field-view-node a {
	background: url("images/bullets.png)");
}
#region-header-first img {
	width: 100% !important;
	height: auto !important;
}
#region-header-second, #region-sidebar-second {
	display: none;
}

.form-item {
	margin-bottom: 25px;
}
#edit-submitted-name, #edit-submitted-email {
	background: #e1e1e1;
	border: none;
	height: 3em;
}
#edit-submitted-message {
	background: #e1e1e1;
	height: 14em;
	border: 0;
}
.grippie {
	display: none !important;
}
#edit-submitted-title {
	background: #e1e1e1;
	height: 3em;
}
h4 {
	color: #2e3192;
}
/*.field-items div {
	display: inline-table;
	margin-right: 90px;
}*/
.webform-submit.button-primary.form-submit {
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 0 !important;
}
#node-page-9 a {
	text-decoration: none;
	color: #000;
}
#page-title {
	color: #2e3192;
}
.number {
	background: #06067c;
	padding: 0px 15px;
	color: #fff;
	font-size: 3em;
	position: absolute;
	margin-top: -20px;
	margin-left: -20px;
}
.intro {
	background: #e1e1e1;
	padding: 20px;
	/* width: 100%; */
	margin-bottom: 30px;
}
.intro h4 {
	position: relative;
	left: 38px;
	width: 95%;
	top: -14px;
	font-size: 16px;
}
.view-project-updates.view-display-id-page .views-row, .not-front .view-press-releases .views-row, .view-photo-gallery .views-row, .view-video-gallery .views-row {
	display: inline-table;
	margin: 0 15px 30px 0;
	background-color: #eeeced;
	max-width: 310px;
}

.view-project-updates  .views-field.views-field-title, .view-press-releases .views-field.views-field-title  {
	padding: 10px;
}
.not-front .view-project-updates  .date-display-single, .not-front .view-press-releases .date-display-single  {
	padding: 10px;
}
.view-project-updates  .views-field.views-field-view-node, .view-press-releases .views-field.views-field-view-node {
	padding: 10px;
}
.views-field-view-node a::after {
	content: url(images/bullet.png);
	position: relative;
	top: 8px;
}
.field.field-name-field-date {
	padding: 15px 0;
}
.view-photo-gallery .views-field-view-node a::after, .view-video-gallery .views-field-view-node a::after {
	top: 25px;
}
.views-field.views-field-view-node a {
	color: transparent !important;
	float: right;
	margin-top: -53px;
}
.tgf-container a.tgf-next-button, .tgf-container a.tgf-prev-button {
	bottom: 330px;
}
.view-timeline .date-display-single {
	background: #06067c;
	padding: 10px 10px;
	color: #fff;
	font-weight: 500;
	position: relative;
	bottom: 15.6em;
	left: ;
	margin: -2px;
}
.view-timeline div li:nth-child(2n) {
	position: relative;
	left: -6px;
}
.view-timeline div li:nth-child(2n + 1) {
	position: relative;
	left: -18px;
}
.timeline-image {
	background: #e1e1e1;
	padding-bottom: 11em;
}
.timeline-title {
    position: relative;
    top: -10em;
}
.timeline-text {
	position: relative;
	top: -13em;
}
.view-photo-gallery .views-field-title a, .view-video-gallery .views-field-title a{
	color: #2e3192 !important;
	font-weight: 600 !important;
}
.view-photo-gallery .views-field-title, .view-video-gallery .views-field-title {
	padding: 10px;
}
.view-project-updates .views-field-title a:hover, .view-press-releases .views-field-title a:hover{
	opacity:0.7;
}
a:hover {
	opacity:0.7;
}
img> a:hover{
	opacity:0.7;
}
#flexslider-1 a:hover, #flexslider-1 img> a:hover  {
	opacity: 1 !important;
}
.simple_timeline ul li {
    margin-bottom: -118px;
}
.simple_timeline ul li:nth-child(2n+1) > div {
	background: url('images/circle.png') right top no-repeat;
}
.simple_timeline ul li:nth-child(2n) > div {
	background: url('images/circle.png') left top no-repeat;
}
strong {
	color: #2e3192;
}
/*****media page********/
#node-page-6 p {
	display: inline-table;
	margin-right: 2px;
	border-bottom: 1px solid #c5c1c1;
	padding-bottom: 10px;
	margin-bottom: 35px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
}
#collapsed-menu-button {
	background-color: #e1e1e1;
	border: 1px solid #cccccc;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	font-weight: bold;
	margin: 0 10px;
	padding: 5px 10px;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 27px;
}
#mobile-menu li > a, .mobile-menu li > a {
	float: left;
	padding: 9px 4%;
	width: 100%;
}
#mobile-menu li, .mobile-menu li {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	clear: both;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	width: 150%;
	background: #e1e1e1;
}
#mobile-menu li > a, .mobile-menu li > a {
	color: #06067c;
}
ul.nice-menu a {
	color: #06067c;
}
.simple_timeline ul li > div {
    margin-top: -208px;
}
.simple_timeline ul li:first-child > div {
    margin-top: 0;
}
.simple_timeline ul li:nth-child(2n+1) > div .timeline-image {
	float: right;
	margin-right: 15px;
}
.simple_timeline ul li:nth-child(2n) > div .timeline-image {
	float: left;
	margin-left: 15px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #2e3192;
	font-weight: 400;
	color: #fff !important;
}
 a > strong {
	color: #fff !important;
}
.ui-state-active .ui-icon{
	background-image: url(images/ui-icons_888888_256x240.png) !important;
}
.context-spillway-refurbishment  p > img {
	margin-top: 12px;
}
#block-views-slideshow-block .flex-prev, #block-views-slideshow-block .flex-next {
	display: none !important;
}
.context-media .view-press-releases .views-row {
	height: 200px  !important;
}
.context-media .view-press-releases .views-row .views-field-body {
	padding: 10px 12px;
}
.node-type-press-releases .context-media #region-content {
	border-right: none !important;
}