/******************************************************************
*******************************************************************

	GLOBAL ELEMENTS

*******************************************************************
******************************************************************/
body html {
  margin: 0;
  padding: 0;
  min-width: 1020px;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a *:after {
  content: " \00BB";
}

a h4:after {
  content: none;
}

#footer {
	
	min-width: 1176px;
}


#global-nav-v2 {
	
	min-width: 1176px;
	
}
/******************************************************************
********************************************************************

	SETTING SOME VARIABLE CONSTANTS

*******************************************************************
******************************************************************/
/* Colors */
/* Effects */
/******************************************************************
*******************************************************************

	SETTING SOME COLOR AND EFFECT METHODS

*******************************************************************
******************************************************************/
/******************************************************************
********************************************************************

	SETTING FONT COLORS

*******************************************************************
******************************************************************/
body {
  color: #333333;
}
h1,
h2,
h3 {
  color: #670000;
}
a {
  color: #276178;
}
a :visited {
  color: #276178;
}
a :hover {
  color: #1a4252;
}
/******************************************************************
*******************************************************************

	SETTING VARIATION STYLES

*******************************************************************
******************************************************************/
.c-gray {
  color: #aaaaaa;
}
.c-loynoRed {
  color: #670000;
}
.c-bgPaleGray {
  background-color: #eaeaea;
  box-shadow: inset 0 -2px 2px #888888;
  -moz-box-shadow: inset 0 -2px 2px #888888;
  -webkit-box-shadow: inset 0 -2px 2px #888888;
}
.c-bgLoynoRed {
  background-color: #670000;
}
/******************************************************************
********************************************************************

	INCLUDE AVENIR

*******************************************************************
******************************************************************/
@font-face {
  font-family: "Avenir Light";
  src: url("/assets/shared/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix");
  src: url("/assets/shared/fonts/3511a780-31ca-4ee1-9083-89b1b7185748.eot?#iefix") format("eot"), url("/assets/shared/fonts/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff") format("woff"), url("/assets/shared/fonts/3e419b5b-c789-488d-84cf-a64009cc308e.ttf") format("truetype"), url("/assets/shared/fonts/ca038835-1be3-4dc5-ba25-be1df6121499.svg#ca038835-1be3-4dc5-ba25-be1df6121499") format("svg");
}
@font-face {
  font-family: "Avenir Roman";
  src: url("/assets/shared/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix");
  src: url("/assets/shared/fonts/2f5a6074-badc-4e08-83f1-ed67fe5c3d7c.eot?#iefix") format("eot"), url("/assets/shared/fonts/b9ebb19d-88c1-4cbd-9baf-cf51972422ec.woff") format("woff"), url("/assets/shared/fonts/5ed4f98e-9044-4810-88ff-74d412c1351f.ttf") format("truetype"), url("/assets/shared/fonts/4cb16859-16ca-4342-b89c-292dc83266af.svg#4cb16859-16ca-4342-b89c-292dc83266af") format("svg");
}
@font-face {
  font-family: "Avenir Heavy";
  src: url("/assets/shared/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix");
  src: url("/assets/shared/fonts/f61bf0f6-c193-4100-b940-12a1a01dcee5.eot?#iefix") format("eot"), url("/assets/shared/fonts/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff") format("woff"), url("/assets/shared/fonts/d1dc54b2-878d-4693-8d6e-b442e99fef68.ttf") format("truetype"), url("/assets/shared/fonts/731dd4d3-64da-427d-ba61-01575b3cf3f7.svg#731dd4d3-64da-427d-ba61-01575b3cf3f7") format("svg");
}
/******************************************************************
********************************************************************

	SETTING TYPEFACES AND FONT SIZE VARIABLES	

*******************************************************************
******************************************************************/
.t-avLight {
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
.t-avRoman {
  font-family: "Avenir Roman", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.t-avHeavy {
  font-family: "Avenir Heavy", "Arial Black", Helvetica, sans-serif;
  font-weight: normal;
}
.t-verReg {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.t-verBold {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-center {
  text-align: center;
}
.t-right {
  text-align: right;
}
/******************************************************************
********************************************************************

	INDIVIDUAL ELEMENT SIZES AND STYLES

*******************************************************************
******************************************************************/
h1 {
  font-size: 28px;
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
h2 {
  font-size: 21px;
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
h3 {
  font-size: 18.060000000000002px;
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  font-weight: lighter;
}
h4 {
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
html {
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
}
h5 {
  font-size: 13px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}
small {
  font-size: 11px;
}
/******************************************************************
*******************************************************************

	SETTING SOME BASE VARIABLES AND STYLES

*******************************************************************
******************************************************************/
.l-block {
  display: block;
}
.l-inlineBlock {
  display: inline-block;
}
/******************************************************************
********************************************************************

	SOME HELPER LAYOUT STYLES

*******************************************************************
******************************************************************/
.l-clear {
  height: 60px;
  display: block;
}
.l-halfClear {
  height: 30px;
  display: block;
}
.l-miniClear {
  height: 15px;
  display: block;
}
.l-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.l-left {
  float: left;
}
.l-right {
  float: right;
}
.l-absRight {
  right: 0;
}
/******************************************************************
*******************************************************************

	MOBILE-FIRST STYLES, TO BE USED WHEN SITE IS READY TO GO RESPONSIVE 
	
.l-col1,
.l-col2,
.l-col3,
.l-col4,
.l-col5,
.l-col6,
.l-col7,
.l-col8,
.l-col9,
.l-col10,
.l-col11,
.l-col	{
	width: 98.2%;
}
	@media all and (min-width: 780px)	{

*******************************************************************
******************************************************************/
/******************************************************************
********************************************************************

	THE GRID

*******************************************************************
******************************************************************/
.l-window {
  width: 100%;
  min-width: 1176px;

}
.l-page {
  width: 100%;
  max-width: 1980px;
}
.l-container {
  max-width: 960px;
  padding: 0 20px;
}
/* FIXED GRID */
.l-col {
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  display: block;
}
.l-col :first-child {
  margin-left: none;
}
.l-col :last-child {
  margin-right: none;
}
.l-col1 {
  width: 60px;
}
.l-col2 {
  width: 140px;
}
.l-col3 {
  width: 220px;
}
.l-col4 {
  width: 300px;
}
.l-col5 {
  width: 380px;
}
.l-col6 {
  width: 460px;
}
.l-col7 {
  width: 540px;
}
.l-col8 {
  width: 620px;
}
.l-col9 {
  width: 700px;
}
.l-col10 {
  width: 780px;
}
.l-col11 {
  width: 860px;
}
.l-col12 {
  width: 940px;
}
/* FLEX GRID */
.l-flex {
  margin-left: 0.9%;
  margin-right: 0.9%;
  float: left;
  display: block;
}
.l-flex1 {
  width: 6.5333%;
}
.l-flex2 {
  width: 14.8666%;
}
.l-flex3 {
  width: 23.1999%;
}
.l-flex4 {
  width: 31.5332%;
}
.l-flex5 {
  width: 39.8665%;
}
.l-flex6 {
  width: 48.1998%;
}
.l-flex7 {
  width: 56.5331%;
}
.l-flex8 {
  width: 64.8664%;
}
.l-flex9 {
  width: 73.1997%;
}
.l-flex10 {
  width: 81.533%;
}
.l-flex11 {
  width: 89.8663%;
}
.l-flex12 {
  width: 98.1996%;
}
/******************************************************************
********************************************************************

	LAYOUT ADJUSTMENTS

*******************************************************************
******************************************************************/
/* ELIMINATING MARGINS */
.l-zeroBottom {
  margin-bottom: 0;
}
.l-zeroTop {
  margin-top: 0;
}
.l-zeroRight {
  margin-right: 0;
}
.l-zeroLeft {
  margin-left: 0;
}
/* 20 PX MARGINS */
.l-twentyBottom {
  margin-bottom: 20px;
}
.l-twentyTop {
  margin-top: 20px;
}
.l-twentyRight {
  margin-right: 20px;
}
.l-twentyLeft {
  margin-left: 20px;
}
.l-twentyAll {
  margin: 20px;
}
/******************************************************************
*******************************************************************

	HOME PAGE

*******************************************************************
******************************************************************/
#n-siteHeader {
  height: 106px;
  display: block;
}
#n-bannerItems {
  margin-top: 51px;
  display: block;
}
#n-homeImg {
  margin-top: -1em;
  display: inline-block;
}


#home-img-container {
	
	position: relative;
	overflow: hidden;
	min-width: 1176px;
	min-height: 450px;
	max-height: 750px;
	top:-1.1em;
}

#slideArrows {
	
  width: 200px;
  left:825px;
  position: absolute;
  top:-120px;
	}
	
	
#lefty,#righty {
	
	cursor: pointer;
}


.overimg {
	
	position:relative;
	left:-185px;
	top: 100px;
	max-width:430px;
}



.cover {
	
	/*background:url(../img/tile.png);*/
	position: absolute;
	width: 100%;
	text-align: center;
}

.cover h1 {

	position: relative;
	left:-185px;
	margin-top: 100px;
	color:#fff;
	font-size: 20px;
    font-family: "Avenir Light", Arial, Helvetica, sans-serif;
    font-weight: lighter;
    /*text-transform: uppercase;*/
    text-align: left;
    padding: 20px;
    width: auto!important;
    display: inline-block;
    background:url(../img/tile.png);
    }

.slidey a *:after {
    content:none!important;
}


.slidey {
		
		position: relative;
		margin-top: 0px;
		width: 100%;
		padding: 0px!important;
}



.slidey img {
	
		padding: 0;
		margin: 0;
		box-shadow: inset 50px 50px 100px 100px rgba(0, 0, 0, 0.5);
}

#n-interaction {
  float: right;
  display: block;
}
#n-interaction img,
#n-interaction button {
  margin-left: 1em;
  max-height: 25px;
  float: right;
}
#n-giveNow {
  background: rgba(255, 255, 255, 0.4);
  padding: 5px 10px 6px;
  border: none;
  display: inline-block;
  line-height: 1em;
  text-transform: uppercase;
  color: #670000;
}
#n-giveNow:after {
  content: " \00BB";
}
#n-giveNow:hover {
  text-decoration: none;
}
#n-blackOut {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 900;
  width: 100%;
  /* 	min-width: 1002px; */

  display: block;
  display: none;
}
#n-videoBox {
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -470px;
  padding-bottom: 20px;
  background-color: #fff;
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: inset 0 -1px 3px #aaaaaa;
  -moz-box-shadow: inset 0 -1px 3px #aaaaaa;
  -webkit-box-shadow: inset 0 -1px 3px #aaaaaa;
  width: 940px;
  display: none;
}
#n-videoBox h2 {
  border-bottom: 1px solid #670000;
}
#n-videoListing {
  width: 33.3333333%;
  height: 342px;
  overflow: hidden;
  float: left;
}
#n-listingBox {
  margin-top: 0px;
  display: block;
  float: left;
}
.n-playButton {
  position: relative;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  box-shadow: 0 0 3px #333333;
  -moz-box-shadow: 0 0 3px #333333;
  -webkit-box-shadow: 0 0 3px #333333;
}
#n-videoPlayer {
  width: 66.6666666%;
  height: 342px;
  position: relative;
  cursor: pointer;
  float: left;
}
#n-videoPlayer .n-playButton {
  background: url('../img/play104.png');
  width: 104px;
  height: 104px;
  margin-top: -52px;
  margin-left: -52px;
}
#n-videoPlayer:hover .n-playButton {
  box-shadow: 0 0 7px #000000;
  -moz-box-shadow: 0 0 7px #000000;
  -webkit-box-shadow: 0 0 7px #000000;
}
#n-videoPlayer:active .n-playButton {
  box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
}
#n-videoListingPagination {
  width: 33.3333333%;
  text-align: center;
  margin-top: 20px;
  float: left;
}
#n-videoListingPagination #n-upVidList {
  background: url('../img/arrow-inactive-up.png');
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  float: left;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#n-videoListingPagination #n-upVidList.active {
  background: url('../img/arrow-up.png');
  border: 1px solid #ab2c2d;
  cursor: pointer;
}
#n-videoListingPagination #n-upVidList.active:hover {
  box-shadow: 0 0 3px #ab2c2d;
  -moz-box-shadow: 0 0 3px #ab2c2d;
  -webkit-box-shadow: 0 0 3px #ab2c2d;
}
#n-videoListingPagination #n-upVidList.active:active {
  box-shadow: 0 0 1px #000000;
  -moz-box-shadow: 0 0 1px #000000;
  -webkit-box-shadow: 0 0 1px #000000;
}
#n-videoListingPagination #n-downVidList {
  background: url('../img/arrow-inactive-down.png');
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  display: block;
  float: left;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#n-videoListingPagination #n-downVidList.active {
  background: url('../img/arrow-down.png');
  border: 1px solid #ab2c2d;
  cursor: pointer;
}
#n-videoListingPagination #n-downVidList.active:hover {
  box-shadow: 0 0 3px #ab2c2d;
  -moz-box-shadow: 0 0 3px #ab2c2d;
  -webkit-box-shadow: 0 0 3px #ab2c2d;
}
#n-videoListingPagination #n-downVidList.active:active {
  box-shadow: 0 0 1px #000000;
  -moz-box-shadow: 0 0 1px #000000;
  -webkit-box-shadow: 0 0 1px #000000;
}
.n-vidTease {
  padding: 5px;
  height: 100px;
  background-color: #f5f5f5;
  cursor: pointer;
  display: inline-block;
  -moz-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.n-vidTease.even {
  background-color: #e9e9e9;
}
.n-vidTease:hover {
  background: #e5f1f6;
}
.n-vidTease:hover .n-playButton {
  box-shadow: 0 0 5px #000000;
  -moz-box-shadow: 0 0 5px #000000;
  -webkit-box-shadow: 0 0 5px #000000;
}
.n-vidTease:active .n-playButton {
  box-shadow: 0 0 0 #000000;
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000;
}
.n-vidTease .n-vidThumb {
  width: 100px;
  height: 75px;
  position: relative;
  margin-top: 10px;
  float: left;
}
.n-vidTease .n-vidThumb .n-playButton {
  background: url('../img/play35.png');
  width: 35px;
  height: 35px;
  margin-top: -56px;
  margin-left: 30px;
}
.n-vidTease .n-vidThumb .n-playButton:after {
  content: '';
}
.n-vidTease .n-vidThumb:after {
  content: '';
}
.n-vidTease p {
  padding-left: 10px;
  width: auto;
  position: relative;
  width: 145px;
  margin: .5em 0;
  font-size: 10pt;
  line-height: 125%;
  display: block;
  float: left;
}
.n-vidTease p:after {
  content: '';
}
#n-closeVideo {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  font-size: 1.25em;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #670000;
  font-family: "Avenir Heavy", "Arial Black", Helvetica, sans-serif;
  font-weight: normal;
  margin-top: 20px;
  margin-right: 20px;
}
#n-closeVideo:hover {
  text-shadow: 0 0 2px #ab2c2d;
}
#n-closeVideo:active {
  text-shadow: 0 0 0 #000000;
}
.n-fadeToWhite {
  background: url(../img/fade-to-white.png);
  background-repeat: no-repeat;
  overflow: visible;
  background-position: center top;
  min-height: 1000px;
  margin-top: -165px;
  position: relative;
}
.n-homeButton {
  display: inline-block;
  font-family: "Avenir Light", Arial, Helvetica, sans-serif;
  font-weight: lighter;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  margin-right: 20px;
  padding: 10px;
  color: #276178;
  border: 1px solid #276178;
  background: #fff;
  font-size: 18px;
}
.n-homeButton:hover {
  background: #276178;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}
.n-sectionHeader hr {
  width: 100%;
  border-top-color: #670000;
}
.n-sectionHeader h3 {
  margin-top: -1.5em;
  background: #fff;
  width: 150px;
}
.n-sectionHeader h3.n-wide {
  width: 176px;
  padding: 0 1em;
}
.n-sectionHeader h3.n-superWide {
  width: 226px;
  padding: 0 1em;
}
#n-slider {
  display: block;
  width: 100%;
  float: left;
  /* 	overflow: visible; */

}

.n-slide {
	
	width: 100%;
}
@media (max-width: 1070px) {
  #n-slider {
    width: 86%;
    margin-left: 7%;
  }
}
#n-slider img {
  width: 455px;
  max-width: 100%;
}
#n-slideArrows {
  position: absolute;
  top: 120px;
  margin-left: -50px;
  width: 1030px;
  z-index: 100;
  /*
	width: 1050px;
	margin-left: -50px;
	margin-top: 150px;
	position: absolute;
*/

}
#n-slideArrows img {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
#n-slideArrows img:hover {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
#n-slideArrows img:active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media (max-width: 1070px) {
  #n-slideArrows {
    width: 98%;
    margin-left: 10px;
    top: 125px;
  }
}
#n-slideLeft {
  /*
	margin-left: -50px;
	float: none;
*/

  float: left;
}
#n-slideRight {
  /*
	margin-left: 980px;
	float: none;
*/

  float: right;
}
#n-sliderNav {
  display: block;
  text-align: center;
}
#n-sliderNav span {
  display: inline-block;
  margin: .5em;
  height: 1em;
  width: 1em;
  background: #eee;
  cursor: pointer;
  text-indent: -10000px;
  outline: none;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
  border-radius: 999px;
  box-shadow: inset 0 1px 1px #000000;
  -moz-box-shadow: inset 0 1px 1px #000000;
  -webkit-box-shadow: inset 0 1px 1px #000000;
}
#n-sliderNav span:hover,
#n-sliderNav span:active {
  box-shadow: inset 0px 1px 1px #777777;
  -moz-box-shadow: inset 0px 1px 1px #777777;
  -webkit-box-shadow: inset 0px 1px 1px #777777;
}
#n-sliderNav span.cycle-pager-active {
  background: #670000;
  box-shadow: inset 0 0 0 #000000;
  -moz-box-shadow: inset 0 0 0 #000000;
  -webkit-box-shadow: inset 0 0 0 #000000;
}
.n-blogHeader {
  border-bottom: 1px solid #333333;
  width: 100%;
  margin-bottom: 1em;
  float: left;
}
.n-blogHeader img {
  margin: 0 10px 0 0px;
}
#emergency-low,
#emergency-high {
  background-color: #ffffa6;
  margin-top: -13px;
  padding: 1em;
  display: block;
}
#emergency-low h2,
#emergency-high h2,
#emergency-low p,
#emergency-high p {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 940px;
}
#emergency-low h2,
#emergency-high h2 {
  margin-bottom: 0;
}
#emergency-low p,
#emergency-high p {
  margin-top: 0;
}
#emergency-low {
  background-color: #ffffa6;
}
#emergency-high {
  background-color: #ffcea6;
}
.centennial,
.logo {
  display: none !important;
}
.lt-ie9 section {
  display: block;
}
.lt-ie9 #n-slideArrows {
  position: absolute;
  top: 650px;
  margin-left: -25px;
  width: 1050px;
  z-index: 100;
}
.lt-ie9 #n-sliderNav a {
  text-indent: 0;
  height: 1.5em;
}
.lt-ie9 #n-sliderNav a.activeSlide {
  color: #fff;
}
.lt-ie9 #n-listingBox {
  height: 342px;
  overflow: hidden;
}
.lt-ie9 article,
.lt-ie9 aside,
.lt-ie9 details,
.lt-ie9 figcaption,
.lt-ie9 figure,
.lt-ie9 footer,
.lt-ie9 header,
.lt-ie9 hgroup,
.lt-ie9 main,
.lt-ie9 nav,
.lt-ie9 section,
.lt-ie9 summary {
  display: block;
}
