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

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

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

}
@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	background: #fff;
}
a {
	color: #00aeef;
	text-decoration:none;
}
a:hover {
	color: #939598;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
	.gridContainer {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		clear: none;
		float: none;
	}
	#div1 {
		text-align:center;
		margin-top: 50px;
		
	}
	#div1 img {
		width: 90%;
	}
	#div2 {
		text-align:center;
		font-size: 30px;
		font-family: 'museo300', arial, sans-serif;
		margin-top: 50px;
		color: #d8d9d9;
	}
	#div3 {
		text-align:center;
		font-family: 'museo300', arial, sans-serif;
		font-size: 25px;
		margin-top: 30px;
		color: #d8d9d9;
		text-decoration:none;
	}
	.zeroMargin_mobile {
		margin-left: 0;
	}
	.hide_mobile {
		display: none;
	}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

	.gridContainer {
		width: 100%;
		clear: none;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#div1 {
		text-align:center;
		margin-top: 50px;
	}
	#div1 img {
		width: 50%;
	}
	#div2 {
		text-align:center;
		font-size: 50px;
		font-family: 'museo300', arial, sans-serif;
		margin-top: 50px;
		color: #d8d9d9;
	}
	#div3 {
		text-align:center;
		font-family: 'museo300', arial, sans-serif;
		font-size: 25px;
		margin-top: 30px;
		color: #d8d9d9;
		text-decoration:none;
	}
	.zeroMargin_tablet {
		margin-left: 0;
	}
	.hide_tablet {
		display: none;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	.gridContainer {
		width: 88.5%;
		max-width: 1232px;
		padding-left: 0.75%;
		padding-right: 0.75%;
		margin: auto;
		clear: none;
		float: none;
		margin-left: auto;
	}
	#div1 {
		text-align:center;
		margin-top: 50px;
	}
	#div1 img {
		width: 15%;
	}
	#div2 {
		text-align:center;
		font-size: 20px;
		font-family: 'museo300', arial, sans-serif;
		margin-top: 50px;
		color: #000;
	}
	#div3 {
		text-align:center;
		font-family: 'museo300', arial, sans-serif;
		font-size: 20px;
		margin-top: 30px;
		color: #000;
		text-decoration:none;
	}
	.zeroMargin_desktop {
		margin-left: 0;
	}
	.hide_desktop {
		display: none;
	}
}