@media screen and (max-width: 700px){
	body #theFrame {
	  background-color: #fff;
	  background-image: none;
	  margin: 0;
	  padding: 0;
	  width: auto;
	}
	body #theHeader {
	  background-image: none;
	  text-align: center;
	}
	
	body #theHeader > span {
	  display: block;
	  float: none;
	  position: absolute;
	  right: 0;
	}
	body #theHeader > span > a {
	  color: #360;
	  display: block;
	  float: none;
	  padding: 2px 10px;
	  text-align: right;
	}
	
	body #theMenu {padding:2px 0;}
	
	#menu {
	  display: none;
	}
	
	#seconary_nav {
	  border: medium none;
	  border-radius: 2px;
	  color: #360;
	  display: block;
	  font-size: 16px;
	  margin: auto;
	  padding: 3px;
	  position: relative;
	  text-align: center;
	  top: 1px;
	  width: 85%;
	}
	#seconary_nav * {color:#360;}
	#seconary_nav option {text-align:left;}
	#seconary_nav option.subitem {font-size:90%;}
	
	body .column_left {width:100%;}
	body .column_right {
	  float: none;
	  padding: 15px;
	  width: auto;
	}
	body .module {
	  font-size: 12px;
	  height: auto;
	  width: auto;
	}
	body .module .scroller {
	  height: auto;
	  overflow: visible;
	}
	body .module .flush {
	  border: medium none;
	  display: block;
	  margin: 0 auto;
	}
	
	body #searchForm input {
	  width: calc(100% - 40px);
	}
	
	body #theContent {
	  background-image: none;
	  display: flex;
	  flex-flow: row wrap;
	  margin: 0;
	  padding: 15px;
	}

	body #leftContent {margin-right:0; width:100%; order:2;}

	body #rightContent {
	  clear: both;
	  float: none;
	  font-size: 14px;
	  width: 100%;
	  order:1;
	  margin-bottom:20px;
	}
	body #theFooter {
	  background-image: none;
	}
	body #theFooter p {
	  background-color: #3d5422;
	  color: #ffffff;
	  font-weight: bold;
	  height: auto;
	  margin: 0;
	  padding: 8px;
	  text-align: center;
	}
	body #theFooterB {padding:10px 0;}
	
	/********** HOMEPAGE ***********/
	body .top_quote {padding:25px 50px 20px;}
	body .quotation_mark {
	  font-size: 80px;
	  line-height: 120px;
	}
	body .explore_our_work > * {
	  padding: 10px 0;
	  width: 31%;
	}
	body .feature_display a {
	  display: block;
	}
	body .feature_display img {
	  border-bottom: 10px solid #fff;
	  border-right: none;
	  width: calc(100% - 30px);
	}
	body .feature_thumbs {display:none;}
	div#map {
		width:calc(100% - 30px) !important;
		overflow:hidden;
	}
	div.update-blocks > div {
		width:auto;
		margin-top:15px;	
	}
	div.road-to-paris {
	  background-color: #036;
	  background-image: none;
	  width: auto;
	  height:auto;
	}
	ul.road-to-paris-updates {height:auto;}
	
	/******* PUBLICATION PAGE *******/
	body #publicationList div {width:auto; padding:0 0 8px 0px;}
	body #publicationList img {
	  margin-left: 0;
	  margin-right: 10px;
	  width: 80px;
	}
	#publicationList > div > a {
	  clear: left;
	  float: left;
	}
	
	/******* BOARD PAGE ********/
	#board, #board * {display:block;}
	#board td {width:100% !important}
	#board img {
	  display: inline-block !important;
	}
	
	/******** PRESS ROOM *********/
	body #rightContent .tab {
	  height: auto;
	}
	body #rightContent .tab li {
	  display: block;
	  float: none;
	  width: 100%;
	  width:calc(100% - 3px);
	}
	body #video_field {width:100%; margin-right:0;}
}