
/* CSS Document */

/* General Layout Style */
* {
	margin:0px;
	padding:0px;

}
a {
	color:#e85623;
	text-decoration:none;
}

@font-face {
  font-family: "Klinic Slab";
  src: url("fonts/klinicslab-n4.woff");
  font-weight: 400;
  font-style: normal;
}
body {
	background:#d9d9d9;
	font-family:"ff-meta-serif-web-pro", "georgia", "serif";
	color:#606060;
	font-size:13px;

}
h1 {
	font-size:24px;
	margin:1em 0em;
	text-transform:uppercase;
	font-family:"futura-pt", "Avenir Next","AvenirNext-SemiBold","Futura-Medium",Futura,"Futura Std","Trebuchet MS",Helvetica,Arial,sans-serif;
	letter-spacing:0.06em;
	line-height: 1.1;

}
h2 {
	font-size:22px;
	margin:.5em 0em;
	text-transform:uppercase;
	font-family:"futura-pt";
	letter-spacing:0.03em;

}
h2 span {
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	font-family:"ff-meta-serif-web-pro", "georgia", "serif";
	font-size:.7em;
}
p {

	line-height: 1.5em;
	margin-bottom:1em;
	clear:both;
}
select option {
  color: black;
}


.light-text {
	color:#726e6f;
}
.image-wide {
	display:block;
	width:100%;
	margin-top:2em;
}
.image-half {
	display:block;
	width:48.3%;
	margin-top:2em;
	float:left;
}
.image-half:nth-child(even) {
	float:right;
}
.module {

	background:#f5f6f8;
	margin:0px 0px 39px 0px;
	padding:19px 20px 21px 20px;
	clear:both;

}
.three-column .module {
	width:260px;
	float:left;
	clear:none;
	margin-right:40px;
	height:200px;
	overflow:hidden;
	padding:20px;
}
.three-column .module:nth-child(even) {
	width:180px;
}
.three-column .module:nth-child(3) {
	margin-right:0px;
}

/* END General Layout Style */


/* Photo feed style */

.photo-feed-photo {
display:block;
width:31.6%;
float:left;
margin:0px 2.5% 20px 0px;
}
.photo-feed-photo:nth-of-type(3n+3) {
	margin-right:0px;
}
.photo-feed-photo img {
width:100%;
display:block;
height:auto;
}

/* END Photo feed style */



/* General Header Style */


.type-tester {
padding: 0;
min-height: 222px;
}


.lt-header div {

	margin:auto;

}

.lt-header {
	letter-spacing:0.0525em;
	font-family:"futura-pt", "Avenir Next","AvenirNext-SemiBold","Futura-Medium",Futura,"Futura Std","Trebuchet MS",Helvetica,Arial,sans-serif;

	height:75px;

	padding:20px 0px;
	background:#f5f6f8;
	margin-bottom:20px;
}
.lt-header-links {
	font-weight:bold;
}
.lt-header img {
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
}
.lt-header-links a {
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-size:1.3em;
	margin-left:30px;
	letter-spacing:0.07em;
}
.lt-header img {
	width:100px;
}
.lt-header a {
	color:#393937;
	margin-top:24px;


}
.lt-header-links a span {

	border-bottom:2px solid rgba(102, 102, 102, 0);
	-webkit-transition: border .2s ease-in;
	-moz-transition: border .2s ease-in;
	transition: border .2s ease-in;
}
.lt-header-links a:hover span {
	border-bottom:2px solid rgba(102, 102, 102, 1);
}
.lt-header-links a.active  span {
	border-bottom:2px solid #f15024;
}
/* END General Header Style */

/*  General Blog Style */
.blog-summary-text h1 {
	font-size:20px;
	margin:.1em 0em .2em 0em;
	text-transform:uppercase;
	font-family:"futura-pt";
}
.img-caption {

	background:#f15024;
	min-width:48%;
	float:Right;
	margin:0px 0px 0px auto;
	color:#fff;
	text-align:center;
	font-family:"futura-pt";
	text-transform:uppercase;
	font-weight:bold;
	padding:18px 1%;
	font-size:.8em;
	margin-bottom:2em;
	clear:both;
	letter-spacing:0.1em;
}
.blog-image-full {
 width:100%;
 float:left;
}



.blog-image-full-margin {
width:100%;
float:left;
margin-bottom:20px;

}

.blog-image-double {
 width:50%;
 float:left;
}

.blog-image-double-margin {
width:50%;
float:left;
margin-bottom:20px;
}



.img-caption a {
	color:#fff;
	font-style:italic;
	text-transform:none;
	font-weight:normal;
	font-family:"ff-meta-serif-web-pro";
letter-spacing:0.0em;

}
.blog-summary {
	display:block;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	color:white;
	background:#000;
}

.blog-summary-text {
	position:absolute;
	bottom:0px;
	padding:15px;
	background:rgba(0, 0, 0, .8);
  width:95%;



}
.more-link {
clear:both;
text-align:center;
font-size:20px;
}
.ams-post .blog-summary-text {
	 background: rgba(239, 47, 36, .9) !important;
}
.lost-type-blog-post p {
font-size:1.3em;
}
.blog-summary-text p {
		display:none;
		}
.author-bio {
	 background:#f5f6f8;
	clear:both;
	margin:2em 0 0 0;
	padding:20px 0px;
	float:left;
	width:100%;
	line-height:1.5em;
}
.avatar img {
	display:block;
	width:100px;
}
.avatar {
	width:100px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}

.breadcrumb {
	font-style:italic;
	margin-bottom:20px;
}
.breadcrumb a {
	color:#323232;
}
.breadcrumb a:hover {
	color:#e85623;
}
.breadcrumb span {
	font-style:normal;
	font-weight:bold;
	font-size:inherit;
}
.breadcrumb span span {
	font-weight:normal;
}
.next-article {
	color:#1f8ccd;
	font-weight:bold;
	text-align:center;
	font-size:1.5em;
	width:100%;
	clear:both;
	display:block;
	padding:30px 0px;
}
.browse-fonts .next-article {
 	margin-top:-40px;
}
.next-article i {
	font-size:inherit;
	font-weight:normal;
}
.author-bio .margin div:nth-child(2) {
width:86%;
floaT:right;
}
/*  END General Blog Style */
/*   General footer style */
.lt-footer {
	clear:both;
	background:#323232;
	color:#f6f6f6;
}
.lt-footer .lt-header-links a {
	color:#f6f6f6;
	font-family:"futura-pt";
	font-size:15px;
	margin-left:0px;
	margin-right:20px;
	letter-spacing:0.07em;
}

.site-copyrite {
	font-style:italic;
}
/*   END General footer style */

/*  Browse fonts style */
.font-profile-info {
	 float:left;
	width:260px;
	border-right:2px solid #d3d3d3;
	padding-right:20px;
	margin-right:40px;
	height:229px;
}
img.font-profile-photo {
	display:block;
	width:535px;
	float:right;
}
.font-profile {
	height:230px;

}
.font-profile h1 {
	margin:0px 0px .5em 0px;
	color:#323232;
}
.font-credit-link {
	display:block;
	margin-bottom:1em;
	font-style:italic;
}
.font-designer .avatar, .font-designer .avatar img {
	width:40px;
	height:40px;
}

	.font-designer a {
		font-style:italic;
	}


.font-designer .avatar {
	margin:-3px 20px 15px 0px;
}
.three-column h2 {
	margin:0px 0px 1em 0px;
	font-size:16px;

}
.font-designer h2 {
	margin:0px;
}
.font-designer-about {
	clear:both;
}
.download-box {
	background:#393939;
	color:#f5f6f8;
	border-radius:10px;
}

/*
.download-box select {

   	    width: 260px;
	    padding: 5px;
	    font-size: 12px;
	    line-height: 1;
	    border: 0;
	    border-radius: 0;
	    height: 34px;
	    outline:none;
		background: rgb(245,246,248);
		background: -moz-linear-gradient(top,  rgba(245,246,248,1) 48%, rgba(215,215,215,1) 49%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(245,246,248,1)), color-stop(49%,rgba(215,215,215,1)));
		background: -webkit-linear-gradient(top,  rgba(245,246,248,1) 48%,rgba(215,215,215,1) 49%);
		background: -o-linear-gradient(top,  rgba(245,246,248,1) 48%,rgba(215,215,215,1) 49%);
		background: -ms-linear-gradient(top,  rgba(245,246,248,1) 48%,rgba(215,215,215,1) 49%);
		background: linear-gradient(to bottom,  rgba(245,246,248,1) 48%,rgba(215,215,215,1) 49%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f8', endColorstr='#d7d7d7',GradientType=0 );

}

*/


.download-box select {
	 
   	    width: 260px;
}



select {
    width: 200px;
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    outline:none;
    color: #726E6F;



}

.dollar-field {
	margin-top:16px;
	font-size:16px;
	font-style:italic;
}
@-webkit-keyframes DOLLERBILLZ {
  0% { opacity: 0; 	background-position: -105px center;}
  60%   {opacity: 1;}
  60% { background-position: 10px center; }
}
.dollar-field input {
	margin-top:4px;
	border:none;
	font-size:30px;
	font-weight:bold;
	width: 260px;
	color:#737375;
	border-radius:5px;
	padding:4px 5px 6px 30px;
	height:40px;
	overflow:hidden;
	outline:none;
	background-image:url('http://losttype.com/images/dolla-bills.jpg');
	background-size: auto 30px;
	background-repeat:no-repeat;
	opacity: 1; background-position: 10px center;
	-webkit-animation: DOLLERBILLZ 2s ease-out;

}

.dollar-field input:focus {
	opacity:1;
	background-image:url('http://losttype.com/images/dolla-bills.jpg');
	background-position: 10px center;
}
.lt-button {
	width: 200px;
	height:40px;
	border-radius:5px;
	border:none;
	font-weight:bold;
	color:#fff;
	padding:10px 0px;
	margin-top:1em;
	background: rgb(241,78,35);
	background: -moz-linear-gradient(top,  rgba(241,78,35,1) 48%, rgba(215,73,37,1) 49%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(48%,rgba(241,78,35,1)), color-stop(49%,rgba(215,73,37,1)));
	background: -webkit-linear-gradient(top,  rgba(241,78,35,1) 48%,rgba(215,73,37,1) 49%);
	background: -o-linear-gradient(top,  rgba(241,78,35,1) 48%,rgba(215,73,37,1) 49%);
	background: -ms-linear-gradient(top,  rgba(241,78,35,1) 48%,rgba(215,73,37,1) 49%);
	background: linear-gradient(to bottom,  rgba(241,78,35,1) 48%,rgba(215,73,37,1) 49%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f14e23', endColorstr='#d74925',GradientType=0 );
	font-family:"futura-pt";
	letter-spacing:0.07em;
	font-size:15px;
	-webkit-transition:background-color 2s;
	cursor:pointer;
	outline:none;
}
.lt-button:hover {
/*	background: rgb(32,140,204);
background: -moz-linear-gradient(top,  rgba(32,140,204,1) 0%, rgba(32,140,204,1) 50%, rgba(36,127,182,1) 51%, rgba(36,127,182,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,140,204,1)), color-stop(50%,rgba(32,140,204,1)), color-stop(51%,rgba(36,127,182,1)), color-stop(100%,rgba(36,127,182,1)));
background: -webkit-linear-gradient(top,  rgba(32,140,204,1) 0%,rgba(32,140,204,1) 50%,rgba(36,127,182,1) 51%,rgba(36,127,182,1) 100%);
background: -o-linear-gradient(top,  rgba(32,140,204,1) 0%,rgba(32,140,204,1) 50%,rgba(36,127,182,1) 51%,rgba(36,127,182,1) 100%);
background: -ms-linear-gradient(top,  rgba(32,140,204,1) 0%,rgba(32,140,204,1) 50%,rgba(36,127,182,1) 51%,rgba(36,127,182,1) 100%);
background: linear-gradient(to bottom,  rgba(32,140,204,1) 0%,rgba(32,140,204,1) 50%,rgba(36,127,182,1) 51%,rgba(36,127,182,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#208ccc', endColorstr='#247fb6',GradientType=0 );*/


}
.download-box .lt-button {
	width:260px;
	margin-top:21px;
	font-size:20px;
	height:50px;
}
.font-examples {
	 float:left;
	 width:860px;

}
.font-examples img {
	border:none;
	float:left;
	display:block;
	margin-right:20px;
	margin-left:20px;

}


.font-examples-image {
	float:left;
	display:block;
	width:175px;
	height:131px;
	margin-right:20px;
	margin-left:20px;
	background-position:center;
	background-size: 100% auto;
	background-repeat:no-repeat;
}


.font-examples img {
	display:block;
	width:175px;
}
.font-examples a:nth-child(4) {
	margin:0px;
}

.font-sizes div {
	overflow:hidden;

}
.font-sizes div div {
	margin:10px 0px 10px 0px;
	width:2000px;
	font-weight:bold;
}
.font-sizes div div:nth-child(1) {
	font-size:70px;
	line-height:1em;
	width:3000px;
}
.font-sizes div div:nth-child(2) {
	font-size:35px;
	width:3000px;
}
.font-sizes div div:nth-child(3) {
	font-size:20px;
	width:3000px;
}


.waterfallControl
{
	display:none;
	background:#f5f6f8;
	margin:0px 0px 4px 0px;
	padding:19px 20px 21px 20px;
	clear:both;
}


/*  END Browse fonts style */
/* about page style*/
.about-tile {
	float:left;
	height:75px;
	width:272px;
}
.about-tile a {
	font-style:italic;
}
.about-tile div:nth-child(4) {
	color:#726e6f;
	font-style:italic;
}
.about-tile .avatar, .about-tile .avatar img {
	width:45px;
	height:45px;
}
.contributers {
	float:left;

}
.about-page-french {
	float:right;
	width:70px;
    opacity:.3;
   margin-top:-50px;
}
.about-statement, .contributers {
	padding:15px 40px 20px 40px;
}
/* END about page style*/

/* contact page style*/
.aside-text {
	font-size:18px;
	text-transform:none;
	font-weight:normal;
	font-style:italic;
	float:right;
	width:120px;
	color:#726e6f;
	margin-top:-42px;

}
.contact-left {
	float:left;
	width:300px;
	clear:none;
	padding:15px 40px 20px 40px;
}
.contact-right {
	float:right;
	width:400px;
	clear:none;
	padding:40px;
}
.contact-page-french {
	width:360px;
	opacity:.3;
}
.contact-left h1, .contact-right h1 {
	font-size:20px;
}

.faq-tile {
	margin-top:2em;
}
.faq-tile h2 {
	font-size:18px;
	text-transform:none;
	font-weight:normal;
	font-style:italic;
	font-weight:700;
	font-family:"ff-meta-serif-web-pro", "georgia", "serif";
	letter-spacing=0em !important;
}

.contact-input {
	background:#d9d9d9;
	border:none;
	outline:none;
	padding:10px;
	width:98%;
	margin-bottom:20px;
	color:#9a9899;
	font-size:15px;

}
textarea {
	background:#d9d9d9;
	border:none;
	outline:none;
	padding:10px;
	width:91%;
	margin-bottom:20px;
	color:#9a9899;
	text-align:left;
}
.contact-left textarea {
	width:98%;
	font-size:15px;
}
select {
		background: #7f8985;
	background: -moz-linear-gradient(top,  #7f8985 0%, #7f8985 50%, #5e6765 51%, #5e6765 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f8985), color-stop(50%,#7f8985), color-stop(51%,#5e6765), color-stop(100%,#5e6765));
	background: -webkit-linear-gradient(top,  #7f8985 0%,#7f8985 50%,#5e6765 51%,#5e6765 100%);
	background: -o-linear-gradient(top,  #7f8985 0%,#7f8985 50%,#5e6765 51%,#5e6765 100%);
	background: -ms-linear-gradient(top,  #7f8985 0%,#7f8985 50%,#5e6765 51%,#5e6765 100%);
	background: linear-gradient(to bottom,  #7f8985 0%,#7f8985 50%,#5e6765 51%,#5e6765 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f8985', endColorstr='#5e6765',GradientType=0 );
	border:none;
	outline:none;
	color:white;
	padding:5px;
	display:block;
		width:98%;
		margin-bottom:20px;

		border-radius:6px;

}

.contact-send {
	width:130px;
	margin:0px 0px 0px 0px;
	float:right;


}
.captcha {
	font-size:12px;
}
.captcha input.contact-input {
	width:30px;
	display:block;
	width:80px;
	font-size:12px;
	padding:3px;
	margin-top:3px;
}
/* END contact page style*/

/* Home Page Styles */

.home-labels {
	font-family:"futura-pt", "Avenir Next","AvenirNext-SemiBold","Futura-Medium",Futura,"Futura Std","Trebuchet MS",Helvetica,Arial,sans-serif;
	color:#fff;
	background:#323232;
	 margin-top:-10px;
	bottom:0px;
	padding:12px 10px;
	font-size:18px;
	line-height:1em;
	letter-spacing:.07em;
}
.home-labels span {
	font-family:"ff-meta-serif-web-pro", "georgia", "serif";
	font-style:italic;
	display:block;
	font-size:13px;
	letter-spacing:normal;
}
.home-page-tiles a {
	display:block;
	float:left;
	width:47.7%;


	overflow:hidden;
	margin-bottom:40px;
	position:relative;
}
.home-page-tiles a:nth-child(odd) {
margin-right:0px;
float:right;
}
.home-page-tiles a.lt-hero {
	width:100%;
	margin-right:0px;

}


.home-page-tiles img {
	width:100%;
}
/* END Home Page Styles */
.font-designer a, .font-profile-info a {
	letter-spacing:1em;
	letter-spacing:0.07em;
}

/* Desktop layout */
@media screen and (min-width: 900px) {

		.margin {
			width:900px;
			margin:auto;

		}
		.lt-footer {
			padding:40px 0px 40px 0px;
		}
	  	.lt-footer-right div, .lt-footer-left div {
			margin-bottom:.5em;
			font-size:15px;
		}
		.lt-footer-left {
			float:left;
		}
		.lt-footer-right {
			float:right;
			width:55%;
		}

		.lost-type-blog {
			padding-left:3%;
			margin:auto;
		}
		.lost-type-blog-post {

			margin:auto;
		}
		.lost-type-blog .blog-summary:first-child {
			width:100%;
			height:300px;
			width:97%;
		}
		.lost-type-blog .blog-summary:first-child .blog-summary-text  {
		  	width:100%;

		}

		.lost-type-blog .blog-summary:first-child img {
			display:block;
			width:100%;
			position:relative;
			top:-50%;
		}
		.lost-type-blog .blog-summary:nth-child(3n+2) {
			width:20%;
			float:left;
			height:270px;
			margin-right:3%;
		}
		.lost-type-blog .blog-summary:nth-child(3n+2) img {
			display:block;
			min-width:160%;
			position:relative;
			left:-30%;
			top:-10%;
			max-height:100%;

		}
		.lost-type-blog .blog-summary:nth-child(3n+2) .blog-summary-text {
			background:rgba(0, 0, 0, 1);

		}
		.lost-type-blog .blog-summary:nth-child(3n+3), .lost-type-blog .blog-summary:nth-child(3n+4) {
			width:35.5%;
			float:left;
			height:270px;
			margin-right:3%;
		}
		.lost-type-blog .blog-summary:nth-child(3n+3) img, .lost-type-blog .blog-summary:nth-child(3n+4) img {
			display:block;
			width:130%;
			position:relative;
			left:-10%;


		}
		.lost-type-blog a:nth-child(3n+4) {
			margin-right:0px;
		}
	 	.lt-header .lt-header-links {
			float:right;
		}

}

@media screen and (max-width: 900px) {

	.home-labels {

	bottom:4px;

}
	.author-bio .margin div:nth-child(2) {
width:82%;
floaT:right;
}
	.aside-text {
		display:none;
		}
		.margin {
			width:90%;
			margin:auto;
		}
		.contact-page-french {
		width:95%;
		}
		.home-page-tiles a {
	display:block;
	float:left;
	width:47.8%;
	height:auto;

	overflow:hidden;
	margin-bottom:30px;
}
 .home-page-tiles a.lt-hero {
	width:100%;
	margin-right:0px;
	height:auto;
}
		.three-column .module {
				width:auto;
				float:none;
				clear:none;
				 margin:0px 0px 40px 0px;
				height:auto;
				overflow:hidden;

			}
			.three-column .module:nth-child(2), .three-column .module:nth-child(3) {
				width:42%;
				float:left;
				height:200px;
			}
			.three-column .module:nth-child(3) {
				margin-right:0px;
				float:right;

			}
		.font-examples {
			width:94%;
			padding-bottom:0px;
		 }
		 .font-examples-image {
			 width: 47%;
			 margin:0px 5% 40px 0px;
			 height:200px;

		 }
		 .font-profile {
			height:auto;
		 }
		 .font-profile-info {
			width: auto;
			border:none;
			padding:0px;
			margin:0px;
			float:none;
			height:auto;
		 }
		 img.font-profile-photo {
			float:none;
			width:100%;
			margin-bottom:1em;
		 }
		 .font-credit-link {
		margin-bottom:0px;
		 }
		 .font-examples-image:nth-child(even) {

			 margin-right:0px;
		 }
		 .download-box .lt-button, .dollar-field input, .download-box select {
			width:99%;
		 }
		.about-page-french {
			float:none;
			margin:20px auto 25px auto;
			display:block;
		}
		.module {
			padding:3%;
		}
		.font-about {
		margin-bottom:0px;
		}
		.about-tile {
			width:50%;
		}
		.contact-left {
			width:36.7%;

		}
		.contact-right {
			width:46.7%;

		}
		.next-article {

			font-size:1em;
		}
		.author-bio {
			padding:20px 3%;
			width:94%;
		}
		 .img-caption a {
			display:block;
		}
		.lt-footer-left {
			float:left;
		}
		.lt-footer-right {
			float:right;
			width:55%;
		}
		.lt-header {
				p
				margin-bottom:18px;
		}
		.lt-footer {
			padding:40px 0px;

		}
		.lt-header a {
			font-size:.9em;
		}
		.lost-type-blog {

			padding-left:3%;
			margin:auto;
		}
		.lost-type-blog-post {


			margin:auto;
		}

		.lost-type-blog .blog-summary {
			width:47%;
			float:left;
			height:250px;
		}
		.lost-type-blog .blog-summary img {

		}
		.lost-type-blog a:nth-child(odd) {
			margin-right:3%;
		}
		.blog-summary img {
			display:block;
			width:150%;
			position:relative;
			top:-20%;
			left:-20%;
		}
		.lt-header .lt-header-links {
			float:right;
				margin-top:8px;
		}


		.lt-footer-right div, .lt-footer-left div {
			margin-bottom:.5em;
			font-size:15px;
			width:auto;
		}
		.lt-footer-left, .lt-footer-right {
			margin-bottom:3em;
		}
		.lt-footer .lt-header-links a {
			font-size:1em;
			text-align:center;
		}
		.lt-footer .lt-header-links a {
			margin:0px 16px 0px 0px;
		}

}
@media screen and (max-width: 700px) {
	/* Photo feed style */

.photo-feed-photo {
width:48.5%;
}
.photo-feed-photo:nth-of-type(2n+2) {
	margin-right:0px;
}
.photo-feed-photo, .photo-feed-photo:nth-of-type(3n+3) {
	margin:0px 3% 18px 0px;
}

.photo-feed-photo img {
width:100%;
display:block;
}

/* END Photo feed style */
	.author-bio .margin div:nth-child(2) {
width:75%;
floaT:right;
}
	.home-page-tiles a {
	display:block;
	float:left;
	width:48.5%;
	height:auto;

	overflow:hidden;
	margin-bottom:20px;
}
.home-page-tiles a:nth-child(odd) {
margin-right:0px;
}
.home-page-tiles a.lt-hero {
	width:100%;
	margin-right:0px;
	height:auto;
}
		 .three-column .module:nth-child(2), .three-column .module:nth-child(3) {
				width:41%;
				float:left;
				height:200px;
			}
			.three-column .module:nth-child(3) {
				margin-right:0px;
				float:right;

			}
		.dollar-field {
			font-size:12px;
		}
		.contact-left {
			width:auto;
			margin:auto;
			float:none;
		}

		.contact-right {
			width:auto;
			margin:auto;
			float:none;
		}
		.contact-page-french {
			width:70%;
			opacity:.3;
			margin:40px auto !important;
			display:block;
		}
		.next-article {

			font-size:1em;
		}
		.image-half {
			display:block;
			width:47%;
			margin-top:2em;
			float:left;
		}
		.image-half:nth-child(even) {
			float:right;
		}
		.lost-type-blog .blog-summary {
			width:47%;
			float:left;
			height:200px;
		}
		.lt-footer-left, .lt-footer-right {
			float:none;
			width:auto;
			text-align:center;
		}

		div.lt-header-links {
			width:375px;
			margin:auto;
			margin-top:8px;
		}
		.lt-footer .lt-header-links a {
			margin:0px 10px 0px 10px;
		}



}
@media screen and (max-width: 550px) {
	/* Photo feed style */
.ams-tag {
margin-top:0px;
}
.ams-banner {
margin-bottom: 10px;
}
.photo-feed-photo {
width:99.9%;
}

.photo-feed-photo, .photo-feed-photo:nth-of-type(3n+3), .photo-feed-photo:nth-of-type(2n+2) {
	margin:0px 0px 12px 0px;
}

.photo-feed-photo img {
width:100%;
display:block;
}

/* END Photo feed style */

	.breadcrumb {
	margin-bottom:8px;
	}

	.lost-type-blog margin {
	padding:0px;
	}
	.margin {
			width:95%;
			margin:auto;

		}
	.author-bio .margin div:nth-child(2) {
width:65%;
floaT:right;
}

	.home-page-tiles a {
	display:block;
	float:none;
	width:100%;
	height:auto;
	margin-right:5%;
	overflow:hidden;
    margin-bottom:12px;
}
.home-page-tiles a:nth-child(odd) {
margin-right:0px;
}
.home-page-tiles a.lt-hero {
	width:100%;
	margin-right:0px;
	height:auto;
}
		.module {
		margin-bottom:25px;
		}
	 	.three-column .module {
				width:auto;
				float:none;
				clear:none;
				 margin:0px 0px 25px 0px;
				height:auto;
				overflow:hidden;

			}
			.three-column .module:nth-child(2), .three-column .module:nth-child(3) {
				width:auto;
				float:none;
				height:auto;
			}
			.three-column .module:nth-child(3) {
				margin-right:0px;
				float:right;

			}
		.about-tile {
			width:80%;
			height:90px;
		}
		.about-tile a {
			font-style:italic;
			font-size:15px;
		}
		.about-tile div:nth-child(4) {
			color:#726e6f;
			font-style:italic;

		}
		.about-tile div {
			font-size:15px;
		}
		.about-tile .avatar, .about-tile .avatar img {
			width:65px;
			height:65px;
		}

		.contact-page-french {
			width:70%;
			opacity:.3;
			margin:40px auto !important;
			display:block;
		}
		.avatar {
			margin-bottom:50px;
		}

		.author-bio {
			padding:20px 1%;
			width:98%;
		}
	 	.img-caption {
		width:100%;
		}
		.lt-header .lt-header-links {
			float:none;
			width:auto;
			margin-top:0px;
		}
		.lt-header {

			height:120px;
			margin-bottom:9px;

		}
		.lt-header img {
			float:none;
			margin:auto;
		}

		.lt-header-links a {
			font-size:1em;
			text-align:center;
			display:inline;
			margin:25px 0;
			width:20%;
		}

		.lost-type-blog {

			padding-left:6%;
			margin:auto;
		}
		.lost-type-blog-post {

			margin:auto;
		}

		.lost-type-blog .blog-summary {
			width:93%;
			margin-bottom:25px;
		}
		.blog-summary img {
			display:block;
			width:150%;
			position:relative;
			top:-20%;
			left:-20%;
		}
		.lt-footer-left {
		margin-bottom:0px;
		}
		.lt-footer {
		padding:20px 0px 0px 0px;
		}



}

@media screen and (max-width: 430px) {
	/* Photo feed style */
.ams-tag {
margin-top:5px;
}
.ams-banner {
margin-bottom: 10px;
}
.photo-feed-photo {
width:99.9%;
}

.photo-feed-photo, .photo-feed-photo:nth-of-type(3n+3), .photo-feed-photo:nth-of-type(2n+2) {
	margin:0px 0px 9px 0px;
}

.photo-feed-photo img {
width:100%;
display:block;
}

/* END Photo feed style */
.lt-header-links a, .lt-footer .lt-header-links a {
			font-size:11px;
			text-align:center;
			display:inline;
			margin:25px 0;
			width:20%;


		}
	.lt-header-links a:nth-child(5) {
	text-align:right;
	float:right;
	position:relative;
	left:2px;
	}
	.lt-header-links a:nth-child(4) {
	position:relative;
	left:5px;
	}
.lt-header-links, .lt-footer .lt-header-links {
		 width:100%;
		position:relative;
		left:-7px;
		}

		.home-page-tiles a {
		margin-bottom:10px;
		}
		.author-bio, .author-bio h2, .author-bio a {
		font-size:13px;
		}
		.author-bio .avatar {
		margin-right:0px;

		}
}
