@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .not-front #region-header-first{
	width:100%;
	position:absolute;
	z-index:2;
	left:0;
	top:24%;
} 
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #block-boxes-header-photo{
	width:100%;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .not-front #region-header-first .block p img{
	max-width: 75%;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .not-front #region-header-first .block p{
		  position:absolute;
		  display:flex;
		  justify-content:center;
		  top:0;
		  left:0;
  }
}

#zone-user-wrapper {
  display: none;
  background: #114577 none repeat scroll 0 0;
  position: relative;
}

#zone-branding {
  display: flex;
  width: auto;
  justify-content: center;
  align-items: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #zone-branding {
    display: flex; 
    justify-content: flex-start; 
    align-items: center;
    width: 100%;
  }
   
   #zone-branding-wrapper .logo-img { 
     margin: 0; 
   }
}

#region-branding {
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 10px 0px;
}

#region-menu {
    margin: 0 auto;
    width: auto;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    float: none;
    transition: width ease-in-out .5s;
}

#block-menu-block-congress-main-menu-superfish {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    width: auto;
    float: left;
}

#block-boxes-search-icon {
    background: none;
    margin: 0 20px;
    padding: 0;
    height: auto;
    width: auto;
    float: left;
} 

.sf-menu a, .sf-menu a:link, .sf-menu a:visited {
    border-bottom: medium none;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 10px 15px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  #region-preface-first {
    height: 550px;
  }
}

/*** ROTATOR ***/

#region-preface-second {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 10%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #region-preface-second {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    position: absolute;
    top: 5%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  #region-preface-second {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    position: absolute;
    top: 10%;
}  
 
/*#boxes-box-rotator_logo {
    align-items: center;
    background: rgba(0, 0, 0, 0) url("../images/rotator_logo.png") no-repeat scroll center center / 100% auto;
    display: flex;
    height: 22em;
    justify-content: center;
    margin: auto;
    text-indent: -9999px;
    width: 50em;
}*/

}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    #boxes-box-rotator_logo {
    align-items: center;
    background: rgba(0, 0, 0, 0) url(../images/rotator_logo.png) no-repeat scroll center center / 100% auto;
    display: flex;
    height: 29em;
    justify-content: center;
    margin: auto;
    text-indent: -9999px;
    width: 50em;
}
}*/


/*** ROTATOR BUTTONS ***/

#region-preface-third {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0%;
    margin: 0 auto;
    padding: 2em 0;
    overflow: hidden;
    position: absolute;
    top: 75%;
    width: 100%;
    z-index: 5;
}

#region-preface-third .region-inner {
    width: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

 @media screen and (-webkit-min-device-pixel-ratio:0) {
    #region-preface-third {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: 78%;
    width: 100%;
    z-index: 5;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  #region-preface-third {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: 75%;
    height: 150px;
    width: 100%;
    z-index: 5;
  }

  .button-container a {
    font-size: 1.5px;
  }
  
  .button-container i.fa { display: block; width: 100%; margin-left: -10px; }
  
  .button-container span { display: block; text-align: center; width: 100%; }
  
  .button-container span.button-text { font-size: 18px; }
  
  i.fa-newspaper::before { content: '\f1ea';
    display: block;
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 1em;
    text-align: center;
    width: 100%;
  }

  i.fa-file-alt::before { content: '\f15c';
    display: block;
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 1em;
    text-align: center;
    width: 100%;   
  }
 
  i.fa-gavel::before { content: '\f0e3';
    display: block;
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 1em; 
    text-align: center;
    width: 100%;    
  }
}  

#boxes-box-buttons {
  align-items: center;
  display: flex;
  justify-content: space-between;
  text-align: center;
  width: 100%;
}

#boxes-box-buttons .boxes-box-content {
  width: 100%;
}

.button-container a {
  background: none;
  float: none;
  margin: 0 0 0 0;
  padding: 0 10px;
  text-align: center;
  width: 100%;
  color: #114577;
	 text-decoration:none;
	 font-weight:bold;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	 .button-container a {
		background: none;
		float: none;
		margin: 0 5% 0 5%;
		padding: 20px;
		text-align: center;
		width: 317px;
		color: #114577;
		text-decoration: none;
		font-weight: bold;
		font-size: 2em;
	 }
}

.button-container a.press::after {
    content: '\f1ea';
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .button-container a.press::after {
    content: '\f1ea';
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
} 
}

.button-container a.letters::after {
    content: '\f15c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .button-container a.letters::after {
    content: '\f15c';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}
}

.button-container a.hearings::after {
    content: '\f0e3';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .button-container a.hearings::after {
    content: '\f0e3';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}
}

.button-container a.bullhorn::after {
    content: '\f0a1';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .button-container a.bullhorn::after {
    content: '\f0a1';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 2em;
}
}
*/

.press {
    border: medium none;
    border-radius: 0;
    float: left;
    font-size: 14px;
    text-align: center;
    width: 80%;
    margin: 0 10%;
}

.icon {
    float: right;
    margin: 0;
    width: auto;
}

.buttons {
    width: 33%;
    float: left;
}

.button-container a:hover {
  background: transparent;
	 color: #ae060b;
}

.button-container a:hover > .icon {
	border-left:10px solid #114577;
}

#block-boxes-buttons .button-container.align-center {
    margin: 0 auto;
    text-align: center;
    display: flex;
    width: auto;
    float: none;
}

/*** FRAUD ***/

#block-boxes-report-fraud .button-container a {
    background: #114577 none repeat scroll 0 0;
    color: #ffffff;
    display: flex;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: auto;
    justify-content: center;
    align-items: center;
}

/*** INVESTIGATIONS ***/

#block-views-oversight-investigations-block .view-oversight-investigations .views-row {
    width: 33.33%;
    float: left;
    padding: 0;
    height: auto;
    margin: -1px 0 0 0;
}

.views-field.views-field-nothing {
    position: relative;
}

.investigation-title {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4% 2%;
    z-index: 1;
    background: #114577;
    width: 60%;
    left: 23%;
    color: #fff !important;
    text-align: center;
    float: left;
    top: 60%;
}

.color > .investigation-title:hover {
    position: absolute;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4% 0;
    z-index: 1;
    background: #ae060b;
    width: 50%;
    left: 28%;
    color: #fff !important;
    text-align: center;
    float: left;
    top: 60%;
}

/*** AGENDA ***/

.button-container a.agenda::after {
    content: '\f18e';
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 1.5em;
}

 @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .button-container a.agenda::after {
    content: '\f18e';
    font-family: FontAwesome;
    font-weight:normal;
    font-style: normal;
    margin: -5px 0px 0px 10px;
    font-size: 15px;
}
}

/*** BIOGRAPHY ***/

#bio_text {
    width: 50%;
    float: left;
    font-size: 1.4em;
    line-height: 1.6em;
    word-wrap: inherit;
    margin: 40px 0 0 80px;
}

#bio_img {
    position: relative;
    right: 0;
    z-index: -1;
    width: 32%;
    float: right;
    margin: 0;
    padding: 0;
    top: 0;
}

/*** FOOTER ***/

#region-footer-first, #region-footer-second, #region-footer-third  {
    width: 33.33%;
    float: left;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
    border-bottom: none;
   	padding:10px 0;
}

#region-footer-second {
    border-bottom: none;
    border-right: 1px solid #444;
	   border-left: 1px solid #444;
}

#block-boxes-oversightdems-office h2 {
    font-size: 18px;
    text-align: center;
}


/*** FOOTER UTILITY ***/

#zone-footer-bottom {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

#region-footer-bottom {
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#region-footer-bottom .region-inner {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block-menu-menu-congress-footer-utility .menu li a {
    font-size: 1em;
}

.not-front table td[class*="col-"], .not-front table th[class*="col-"] {
    position: static;
    float: none !important;
    display: table-cell;
}

#boxes-box-rotator_logo {
    align-items: center;
    background: rgba(0,0,0,0) url(/sites/democrats.oversight.house.gov/themes/oversight_dems/images/rotator_logo.png) no-repeat scroll center center / 100% auto;
    display: flex;
    height: 22em;
    justify-content: center;
    margin: auto;
    text-indent: -9999px;
    width: 50em;
}