/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
.box_2-3 article, .box_1-3 article, .box_1 article {
	padding: 0px 20px;
}
.box_2-3 article {
	border-bottom:0px solid #4a7296;
	border-right:0px solid #4a7296;
	margin-bottom:0;
}
.box_1-3 article {
	margin-bottom: 8%;
}
article h2, .articleH2 {
	color:#FFF;
	font-weight:normal;
	font-size: 22px;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:20px;
	border-bottom:4px solid #FFF;
}
.box_1-3 article h2 {
	margin-bottom:0px;
	z-index:1;
}
.box_1-3 article p {
	margin-top:5px;
}
article h2 a {
	color:#FFF;
}
article h2 a:hover {
	color: #39b1d0;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   FONT FACE EXAMPLE
   ========================================================================== */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 27, 2012 12:39:30 PM America/New_York */
/**********************************************
@font-face {
    font-family: 'GoodDogRegular';
    src: url('fonts/GoodDog-webfont.eot');
    src: url('fonts/GoodDog-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/GoodDog-webfont.woff') format('woff'),
         url('fonts/GoodDog-webfont.ttf') format('truetype'),
         url('fonts/GoodDog-webfont.svg#GoodDogRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1.heading {
  font: 60px/68px 'GoodDogRegular', Arial, sans-serif;letter-spacing: 0;
}
**************************************************/
.googleFontExample {
	font-family: 'Open Sans', sans-serif;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
	background-color:#253648;
	color:#FFFFFF;
	margin:0;
}
#container {
	position:relative;
	background-color:#101a24;
	border-right:1px solid #5d8fbc;
	border-left:1px solid #5d8fbc;
	border-bottom:1px solid #5d8fbc;
	padding-top:1px;
}
/* General */
a{
	text-decoration:none;
}
.right {
	text-align:right;
}
.left {
	text-align:left;
}
.center {
	text-align:center;
}
.paddingLeft {
	padding-left:10%;
}
.paddingRight {
	padding-right:10%;
}
figcaption {
	text-align:center;
	position:relative;
	height:50px;
	line-height:20px;
}
figcaption h3 {
	font-weight:normal;
	margin:3% 0 2%;
}
.thumb-screen
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000 url(../images/icons/photo.png) center center no-repeat;
	z-index:99;
	opacity: 0;
	transition: opacity .5s ease;
}
.thumb-screen:hover
{
	opacity:0.5;
}
.thumb-screen-zoom
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #000 url(../images/icons/zoom.png) center center no-repeat;
	z-index:99;
	opacity: 0;
	transition: opacity .5s ease;
}
.thumb-screen-zoom:hover
{
	opacity:0.5;
}
.red {
	color: #D0282D;
}
.lightBlue {
	color:#5d8fbc;
}
.contactMessage {
	font-size: 1.4em;
}
/*shift the position of the anchor --> browser incompatibility*/
a.shift{
	display:block;
   	height:90px; /* this is the height of your header */
  	margin-top:-90px; /* this is again negative value of the height of your header */
   	visibility:hidden;
}
/********************************
	HEADER
 ********************************/
#socialBar {
	position:relative;
	height:24px;
	width:100%;
	margin:0;
	padding:0;
	background-color:#132330;
	border-bottom:1px solid #5d8fbc;
}
header {
	height: 130px;
	background-color:#4a7296;
	border-bottom:1px solid #5d8fbc;
	margin:-1px 0 0 0;
	padding-top:1px;
}
header #innerHeader {
	position:relative;
}
.logoMCFC{
	float:left;
	width:68px;
	margin: 11px 0px 0px 5px;
}
hgroup {
	color:#FFF;
	float:left;
	margin-left:15px;
}
hgroup h1 {
	margin: 12px 0px 5px 0px;
	font-size:36px;
	line-height:38px;
}
hgroup h2 {
	margin: 5px 0px 0px 0px;
	font-weight:400;
}
.logoSupporters {
	float:right;
	width:90px;
	margin: 4px 10px 0px 0px;
}
.logoWB {
	float:right;
	width:100px;
	margin: 25px 4px 0px 0px;
}
/********************************
	MENU
 ********************************/
nav {
	/*position:absolute;
	top:6em;
	right:0;*/
	position:relative;
	font-size: 13px;
	height: 20px;
	width: 100%;
	margin-top:1.4%;
	z-index:100;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav li {
	display: inline;

}
nav a {
	color:#FFFFFF;
	display: inline-block;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	width: auto;
	padding:0 1.5%;
}
nav li a {
	border-right: 0px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a {
	border-right: 0;
}
nav a:hover, nav a:active, nav a.current {
	color: #39b1d0;
	text-decoration:underline;
}
nav a#pull {
	display: none;
}
/****************************
	Languages Switcher  
*****************************/
#langSwitcher {
	position:absolute;
	top:0.5em;
	right:1em;
	width:auto;
	height:auto;
}
#langSwitcher ul {
	list-style:none;
	margin:0;
	padding:0;
	width:auto;
}
#langSwitcher ul li {
	display:inline-block;
	margin:0;
	padding:0 7px;
	border-right:1px solid #666;
	height:14px;
	width:auto;
}
#langSwitcher ul li:last-child {
	border-right:0;
	padding-right:0;
}
#langSwitcher ul li a {
	display:block;
	font-size:13px;
	height:14px;
	line-height:14px;
	margin:0;
	padding:0;
	text-decoration:none;
}

/************************
	Social Icons 
************************/
#social {
	
}
#social a{
	float:right;
	margin:0px 5px 1px 10px;
}
#social img {
	width:20px;
}
/********************************
	CONTENT
 ********************************/
.wrap{
	margin:0 auto 0;
	width:99%;
	max-width: 62.5em;
}

/********************************
	FOOTER
 ********************************/
footer {
	background-color: transparent;
	color:#FFF;
	width:100%;
}
#copyright {
	font-size:12px;
	text-align:center;
}
#copyright a {
	color:#FFF;
	text-decoration:underline;
}
/*************************
	TWITTER
**************************/
.custom-twitter {
	height:500px;
}
.twitter-timeline {
	color: #101a24;
}
.box_1-3 article.tweet {
	margin-bottom: 2%;
}
#twttr-sandbox-0 {
	
}
#twitter-widget-0 {
	
}
.twitter-timeline {
	
}
.twitter-timeline-rendered {
	
}
/*************************
	FACEBOOK
**************************/
.fb-like-box {
	background-color:#FFF;
	border:solid 5px #F5F5F5;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.facebookInner {
    overflow:hidden;
}
/* ==========================================================================
   HOME PAGE
   ========================================================================== */
/********************************
	WELCOME
 ********************************/
#welcome  {
	background-color:#253c53;
	border-bottom:1px solid #4a7296;
	padding-bottom:10px;
}
#welcome .box_2-3 article, #welcome .box_1-3 article {
	padding: 0px 10px;
	border-right:0;
	border-bottom:0;
}
#welcome .box_2-3 article {
	margin-bottom:0;
}
#welcome img {
	background-color:#101a24;
	border:1px solid #4a7296;
	margin-top:10px;
	width:99%;
}
#welcome p {
	font-size:1em;
	padding:5px 3px 0px 3px;
	margin-left:-15px;
	margin-bottom:5px;
	text-align:center;
	letter-spacing: -0.01em;
}
#welcome .box_1-3 article {
	margin-bottom: 2%;
}
/********  Slides   ********/
/* Prevent the slideshow from flashing on load */
    #slides {
      display: none;
	  height:auto;
    }
    /* Center the slideshow */
    .slideContainer {
      margin: 0 auto;
    }

/********************************
	WB HOME NEWS
 ********************************/
.newsBox {
	margin-bottom:28px;
}
.imgNews {
	float:left;
	border:1px solid #999;
	width:12%;
}
.shortNews {
	float:left;
	padding:0 0 0 3%;
	width:83%;
}
.shortNews a {
	font-weight:bold;
	color:#FFF;
}
.shortNews a:hover {
	text-decoration:underline;
}
.shortNews p {
	margin:0px;
}
.shortNews p.newsDate {
	color:#39b1d0;
	font-size:14px;
}
.more {
	color:#39b1d0;
	font-size:14px;
	margin-left:85%;
	margin-top:-3%;
}
.more:hover {
	text-decoration:underline;
	
}
/********************************
	MCFC RSS FEED
 ********************************/
div.rss-box {
	 margin-top:2.5%;
}
h2.rssTitle {
	padding-top:50px;
}
p.rss-title {
	display:none;
	margin-top:0px;
	padding-top:25px;
}
p.rss-title span.rss-item {
	display:inline-block;
	margin-top:15px;
}
a.rss-title {
	display:inline-block;
	font-size:22px;
	color:#FFF;
	border-bottom:4px solid #FFF;
	width:100%;
}
a.rss-title:hover {
	text-decoration:none;	
}
span.rss-item {
	
}
ul.rss-items {
	margin:0px;
	padding:0px;
}
li.rss-item {
	list-style:none;
	margin-bottom:15px;
}
a.rss-item {
	color:#FFF;
	font-weight:bold;
}
a.rss-item:hover {
	text-decoration:underline;
}
.rss-date {
	color:#39b1d0;
	font-size:14px;
}
/********************************
	NEXT MEETING
 ********************************/
.nextDate {
	color:#39b1d0;
	font-size:14px;
	margin:-2px 0px 0px 0px;
}
/* ==========================================================================
   MEETINGS
   ========================================================================== */
#minutes {
	position: relative;
	z-index:1;
}
#minutes ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
}
#minutes ul li { 
	margin-top: 10px; 
	margin-bottom: 3px;
	line-height:30px;
	
}
#minutes ul li a img { /* PDF Icon */
	margin:0px 10px 0 0;
	width:20px;
}
#minutes ul li li { 
	margin-top: 0px; 
}
#minutes ul ul {
	display:none;
	margin: 0 0 20px 0;
	padding: 0px;
	list-style: none;
}
#minutes ul li div {  /*#minutes ul li a,*/ 
	display: block; 
	padding: 3px 10px 3px 10px; 
}
#minutes ul li li a:hover { 
	text-decoration: underline; 
}
#minutes ul ul li a { 
	display: block;
	color:#FFF;
	font-size:17px;
	height:22px;
	padding: 3px 10px 3px 10px; 
	text-transform: none; 
	text-decoration: none;
	cursor:pointer;
}
li.navBox { 
	
}
li.navBox a { 
	color:#FFF;
	text-decoration:underline;
	cursor:text;
}
li.navBox a:hover { 
	
}
.navTitle { 
	margin-top: 0px; 
	margin-left: 5px; 
	cursor:pointer;
}


/* ==========================================================================
   CONTACT FORM
   ========================================================================== */
#formContainer{
	margin:0 auto;
	padding:8px 0 0 0;
	width:94%;
}
input {
	position: relative;
	float: left;
	background-color: #0c131a;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 0 1% 2% 1%;
	padding: 1% 1%;
	width: 45%;
	height: 1.8em;
	font-size: 1.1em;
	vertical-align: middle;
}
textarea {
	width: 95%;
	overflow: auto;
	height: 6.5em;
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.8em;
	border: 1px solid #FFF;
	background-color: #0c131a;
	resize: none;
	padding: 1% 1%;
	margin: 0 1% 2% 1%;
	outline: none;
	vertical-align: middle;
}
.submitBtn{
	background: #0c131a;
	border: 1px solid #FFF;
	margin: -1% 1% 2% 1%;
	padding: 0 2%;
	cursor: pointer;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	width: auto;
	height: 2em;
	text-transform: uppercase;
	outline: none;
}
.submitBtn:hover{
	background-color:#4a7296;
	border: 1px solid #FFF;
}
h4 {
	font-weight:300;
	vertical-align:bottom;
}
h4 img {
	margin: -1% 1% 0 0;
	width:35px;
}
h4 span {
	font-size:1.4em;	
}
.requiredField{
	color: #D0282D;
	border: 1px solid #D0282D;
}
.smallComment{
	font-size:0.9em;
	height:0.9em;
	margin:0 2% 0 0;
	padding:0;
	text-align:right;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color: #CCC;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color: #CCC;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color: #CCC;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color: #CCC;
}
/* Map */
#map iframe {
	width:96%;
	max-width:294px;
	margin:0 2% 0 2%;
	border:1px solid #5d8fbc;
	background-color:#4a7296;
}
/* ==========================================================================
   NEWS PAGE
   ========================================================================== */
#newsNav {
	float:right;
	font-size:14px;
	margin-right:3%;
}
#nextPrev tr td {
	width:50px;
	text-align:center;
}
#nextPrev tr td.pageNumber {
	width:60px;
}
#nextPrev tr td a {
	color:#FFF;
}
#nextPrev tr td a:hover {
	text-decoration:underline;
}
/********  Single News  ***********/
.wbnewsBox, .textBox {
	margin-bottom:25px;
}
.wbnewsBox .imgNews, .textBox .imgNews {
	float:left;
	border:1px solid #999;
	margin-right:20px;
	margin-bottom:5px;
	width:35%;
	max-width:280px
}

.wbnewsBox p.newsDate {
	color:#39b1d0;
	font-size:16px;
}
.wbnewsBox a, #faq a {
	color:#39b1d0;
}
.wbnewsBox a:hover, #faq a:hover {
	text-decoration:underline;
}

/* ==========================================================================
   COMMITTEE
   ========================================================================== */
.committeeBox {
	float:left;
	width:48%;
	margin-left:2%;
	margin-bottom:25px;
}
.committeeText p {
	margin-top:10px;
}
.committeeText p.memberTitle {
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0px;
	text-transform:uppercase;
	text-decoration:underline;
}
.imgCommitte {
	float:left;
	border:1px solid #999;
	width:26%;
}
.committeeText {
	float:left;
	padding:0 0 0 7%;
	width:66%;
}

/* ==========================================================================
   LINKS
   ========================================================================== */
#links a {
	display:inline-block;
	height:25px;
	line-height:23px;
	color:#39b1d0;
}
#links a:hover {
	text-decoration:underline;
}
/* ==========================================================================
   TRAVEL
   ========================================================================== */
#travel a {
	background-image: url('../images/icons/pdfIconSmall.png');
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 25px;
	color: #39b1d0;
}
#travel a:hover {
	text-decoration:underline;
}
/* ==========================================================================
   MEMBERSHIP
   ========================================================================== */
#membership a {
	color:#39b1d0;
}
#membership a:hover {
	text-decoration:underline;
}
/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery {
	position:relative;
	float:left;
	margin: 0 2% 4% 2%;
	width:21%; /*29*/
	max-width:200px;
}
.gallery a
{
	position:relative;
	display:block;
	width:100%;
	overflow:hidden;
}
.gallery a img
{
	border:1px solid #FFF;
	width:98%;
}
.gallery a img:hover {
	border:1px solid #39b1d0;
}
.gallery h3 {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	font-size: 0.8em;
	border-bottom: 0px solid #CCC;
	text-transform:uppercase;
}
/**  Single gallery pictures  **/
.photogallery, .minHeight {
	position:relative;
	min-height:500px;
}
.pictures {
	float:left;
	margin: 0 2% 3% 2%;
	width:10%; /*16*/
	max-width:100px;
}
.pictures a
{
	position:relative;
	display:block;
	width:98%;
	overflow:hidden;
	padding:0%;
	background-color:#253c53;
	border:1px solid #5d8fbc;
}
.pictures a img
{
	border:1px solid #253c53;
	width:98%;
}
.pictures a img:hover {
	border:1px solid #39b1d0;
}

   
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: block; /* 2 or table*/
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   SKIPLINK 
   ========================================================================== */
.go-top {
        position: fixed;
        bottom: 2em;
        right: 2em;
        text-decoration: none;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 12px;
        padding: 1em;
        display: none;
}

.go-top:hover {
        background-color: rgba(0, 0, 0, 0.6);
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   320px 480px 600px 768px 900px 1200px
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dppx) {
    /* Style adjustments for high resolution devices */
}
/* 1215px/16px = 75.9em */
@media only screen and (max-width: 1215px)
{

}
/* 915px/16px = 57.1em */
@media only screen and (max-width: 930px)
{
	/*  Home Welcome  */
	#welcome p {
		font-size:1.2em;
		padding:15px 15px 0px 15px;
	}
	#welcome .box_1-3, #welcome .box_2-3 {
		width:100%;
	}
	/*  Menu  */
	nav a {
		padding: 0 1.5%;
	}
	.more {
		margin-left:82%;
	}
	/*Gallery*/
	.gallery {
		margin: 0 2% 7% 2%;
	}
	.gallery h3 {
		font-size: 0.8em;
	}
	.logoSupporters {
		float:right;
		width:70px;
		margin: 4px 7px 0px 0px;
	}
	.logoWB {
		float:right;
		width:50px;
		margin: 11px 1px 0px 0px;
	}

	
}
/* 765px/16px = 47.8em */
@media only screen and (max-width: 805px)
{
	/* general */
	article h2 {
		font-size: 20px;
	}
	/* header */
	header {
		height: 134px;
		background-color:#4a7296;
		border-bottom:1px solid #5d8fbc;
	}
	.logoMCFC{
		float:left;
		width:75px;
		margin: 3px 0px 0px 0px;
	}
	hgroup {
		color:#FFF;
		float:left;
		margin-left:15px;
	}
	hgroup h1 {
		margin: 12px 0px 5px 0px;
		font-size:32px;
		line-height:34px;
	}
	hgroup h2 {
		margin: 5px 0px 0px 0px;
		font-size:22px;
		font-weight:400;
	}
	.logoSupporters {
		float:right;
		width:55px;
		margin: 4px 3px 0px 0px;
	}
	.logoWB {
		float:right;
		width:40px;
		margin: 10px 1px 0px 0px;
	}
	/* menu */
	nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 20%;
  		float: left;
  		position: relative;
  	}
  	nav li a {
		border-bottom: 0px solid #576979;
		border-right: 0px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
		padding: 0 2%;
  	}
	.more {
		margin-left:80%;
	}
	/*Committee*/
	.committeeBox {
		float:left;
		width:98%;
		margin-left:2%;
		margin-bottom:25px;
	}
}
/* 500px/16px = 31.2em */
@media only screen and (max-width: 710px)
{
	/*  Home Welcome  */
	#welcome .box_1-3 article {
		margin-bottom: 0;
	}
	/*header*/
	header {
		height: 122px;
		background-color:#4a7296;
		border-bottom:1px solid #5d8fbc;
	}
	.logoMCFC{
		float:left;
		width:70px;
		margin: 3px 0px 0px 0px;
	}
	hgroup {
		color:#FFF;
		float:left;
		margin-left:10px;
		width:72%;
	}
	hgroup h1 {
		margin: 6px 0px 5px 0px;
		font-size:32px;
		line-height:32px;
	}
	hgroup h2 {
		margin: 5px 0px 0px 0px;
		font-size:17px;
		line-height:18px;
		font-weight:400;
	}
	.logoSupporters {
		float:right;
		width:55px;
		margin: 4px 3px 0px 0px;
	}
	.logoWB {
		float:right;
		width:40px;
		margin: 10px 1px 0px 0px;
	}
	/* menu */
	nav {
		margin-top:16px;
		border-bottom: 0;
	}
	nav a {
		color:#101a24;
	}
	
	nav ul {
		display: none;
		height: auto;
		background-color:#FFF;
	}
	nav li {
  		width: 33.3%;
  	}
	nav li a {
		border-bottom: 1px solid #576979;
		border-right: 0px solid #576979;
	}
	nav ul li{
		background-color:#FFF;
		z-index:99;
	}
	nav a#pull {
		display: block;
		position: relative;
		background-color: #253648;
		width: 96%;
		color:#FFF;
		border-bottom:1px solid #5d8fbc;
		border-top:1px solid #5d8fbc;
		height:25px;
		padding-top:5px;
		z-index:99;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/icons/nav-icon - White.png') no-repeat;
		width: 22px;
		height: 22px;
		display: inline-block;
		position: absolute;
		right: 20px;
		top: 5px;
		border-top:0px solid #5d8fbc;
		z-index:99;
	}
	input {
		width:95%;
	}
	.box_1-3, .box_2-3 {
		width:100%;
	}
	.box_1-3 article h2:first-child {
		margin-top:0px;
		padding-top:0px;
	}
	/*  twitter  */
	.box_1-3 article.tweet {
		margin-bottom: 8%;
	}
	/*Gallery*/
	.gallery {
		margin: 0 2% 12% 2%;
	}
	.gallery h3 {
		font-size: 0.8em;
	}
}
@media only screen and (max-width: 600px)
{
	/*header*/
	header {
		height: 122px;
		background-color:#4a7296;
		border-bottom:1px solid #5d8fbc;
	}
	.logoMCFC{
		float:left;
		width:70px;
		margin: 3px 0px 0px 0px;
	}
	hgroup {
		color:#FFF;
		float:left;
		margin-left:10px;
		width:68%;
		text-align:center;
	}
	hgroup h1 {
		margin: 6px 0px 5px 0px;
		font-size:32px;
		line-height:32px;
	}
	hgroup h2 {
		margin: 5px 0px 0px 0px;
		font-size:17px;
		line-height:18px;
		font-weight:400;
	}
	.logoSupporters {
		float:right;
		width:45px;
		margin: 4px 3px 0px 0px;
	}
	.logoWB {
		float:right;
		width:35px;
		margin: 10px 1px 0px 0px;
	}
	.more {
		margin-left:80%;
	}
	/*Gallery*/
	.gallery {
		position:relative;
		float:left;
		margin: 0 2% 10% 2%;
		width:46%; /*29*/
		max-width:250px;
	}
	.gallery h3 {
		font-size: 0.8em;
	}
	
}
@media only screen and (max-width: 500px)
{
	/*  Home Welcome  */
	#welcome p {
		font-size:1.1em;
	}
	/*header*/
	header {
		height: 122px;
		background-color:#4a7296;
		border-bottom:1px solid #5d8fbc;
	}
	.logoMCFC{
		float:left;
		width:70px;
		margin: 3px 0px 0px 0px;
	}
	hgroup {
		color:#FFF;
		float:left;
		margin-left:10px;
		width:64%;
		text-align:center;
	}
	hgroup h1 {
		margin: 6px 0px 5px 0px;
		font-size:28px;
		line-height:30px;
	}
	hgroup h2 {
		margin: 5px 0px 0px 0px;
		font-size:17px;
		line-height:18px;
		font-weight:400;
	}
	nav li {
  		width: 50%;
  	}
	.more {
		margin-left:78%;
		margin-top:-5%;
	}
	/* Gallery */
	.gallery {
		position:relative;
		float:left;
		margin: 0 2% 12% 2%;
		width:46%; /*29*/
		max-width:200px;
	}
	.pictures {
		float:left;
		margin: 0 2% 3% 2%;
		width:21%; /*16*/
		max-width:100px;
	}	
	
}
@media only screen and (max-width: 450px)
{
	/*  Home Welcome  */
	#welcome p {
		font-size:1em;
	}
	/*header*/
	header {
		height: 120px;
		background-color:#4a7296;
		border-bottom:1px solid #5d8fbc;
	}
	.logoMCFC{
		float:left;
		width:70px;
		margin: 3px 0px 0px 0px;
	}
	hgroup {
		color:#FFF;
		float:left;
		margin-left:10px;
		width:58%;
		text-align:center;
	}
	hgroup h1 {
		margin: 3px 0px 5px 0px;
		font-size:20px;
		line-height:22px;
		letter-spacing: -1px;
	}
	hgroup h2 {
		margin: 5px 0px 0px 0px;
		font-size:14px;
		line-height:16px;
		font-weight:400;
	}
	.more {
		margin-left:75%;
	}
	/* Meetings */
	#minutes ul ul li a { 
		font-size:15px;
	}
	/* Gallery */
	.gallery {
		margin: 0 2% 15% 2%;
	}
	
}
/*Smartphone*/
@media only screen and (max-width : 390px) {
	/* general */
	article h2 {
		font-size: 18px;
	}
	/*  Home Welcome  */
	#welcome p {
		font-size:0.9em;
		margin-top:-5px;
	}
	/*MENU*/
	nav li {
  		width: 100%;
  	}
	/*header*/
	header {
		height: 110px;
		background-color:#4a7296;
		border-bottom:1px solid #5d8fbc;
	}
	.logoMCFC{
		float:left;
		width:60px;
		margin: 3px 0px 0px 0px;
	}
	hgroup {
		color:#FFF;
		float:left;
		margin-left:5px;
		width:55%;
		text-align:center;
	}
	hgroup h1 {
		margin: 3px 0px 5px 0px;
		font-size:20px;
		line-height:22px;
		letter-spacing: -1px;
	}
	hgroup h2 {
		margin: 5px 0px 0px 0px;
		font-size:14px;
		line-height:16px;
		font-weight:400;
	}
	.logoSupporters {
		float:right;
		width:45px;
		margin: 4px 7px 0px 0px;
	}
	.logoWB {
		float:right;
		width:35px;
		margin: 7px 1px 0px 0px;
	}
	.more {
		margin-left:68%;
	}
	/* Meetings */
	#minutes ul li { 
		margin-top: 10px; 
		margin-bottom: 3px;
		line-height:35px;
	}
	#minutes ul li a img { /* PDF Icon */
		margin:0px 8px 0 0;
		width:15px;
	}
	#minutes ul ul li { 
		line-height:40px;
		height:40px;
	}
	#minutes ul ul li a { 
		font-size:14px;
		line-height:16px;
		padding-left:0px;
	}
	/*committee*/
	.committeeBox {
		margin-bottom:5px;
	}
	.committeeText p {
		margin-top:10px;
		font-size:0.9em;
	}
	.committeeText p.memberTitle {
		font-size:0.9em;
	}
	.committeeText {
		padding:0 0 0 5%;
	}
	/* links */
	#links a {
		display:inline-block;
		height:36px;
		line-height:23px;
		color:#39b1d0;
	}
	/* Gallery */
	.gallery {
		position:relative;
		float:left;
		margin: 0 2% 15% 2%;
		width:96%; /*29*/
		max-width:250px;
	}
	
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}