/*
==============================================================================
**
** SITE STRUCTURE/GLOBAL ELEMENTS
**
** SCOPE: 		GLOBAL
** REVISION:	0.3
** DATE:		03/21/11
** AUTHORS:		DUNCAN MCALESTER (DUNCAN@LAYER-51.COM)
** NOTES:		This file contains basic structural elements like columns
				footer, masthead and other globally used elements like
				pagination and pods/asides. Theoretically this file should
				rarely need to be touched if using settings.less


** TODO:

** REVISION HISTORY

				070411	- 	Converted to 320up
				070511	- 	Back to 992 Down
				082711	- 	Converted to LESS
							Trying 320 and up

------------------------------------------------------------------------------







==============================================================================
*/
/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
html {
  margin: 0;
  padding: 0 0;
  height: 100%;
  background: #ffffff url(/web/20160625014630im_/http://www.whitehouse.senate.gov/styles/img/bg.png) left -1px repeat-x;
  color: #555;
}
body {
  height: 100%;
  padding: 0;
}
a,
a:link {
  color: #7c92ab;
  text-decoration: none;
}
a:hover {
  color: #7c92ab;
  text-decoration: underline;
}
a:visited {
  color: #32587F;
}
a:active {
  color: #7c92ab;
}
img {
  max-width: 100%;
}
#map img {
  max-width: none;
}
/*
** CONTAINER BASE
**
** DESCRIPTION:
** USAGE:
** NOTES:		Container is typically used for…
**
*/
#container {
  z-index: 10;
  margin: 0 auto;
  padding: 1.5%;
  overflow: auto;
  width: 100%;
  max-width: 1000px;
  min-width: 800px;
  background: #ebebeb none 0 0 no-repeat;
}
.container {
  position: relative;
  overflow: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
  min-width: 800px;
}
/*
** CONTENT BASE
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#content {
  position: relative;
  z-index: 15;
  overflow: auto;
  min-height: 450px;
  margin: 0 auto;
  padding: 0 0 2.5em 0;
  width: 100%;
}
.ie7 #content,
.ie8 #content {
  margin-top: 12px !important;
}
/*
** MAIN BASE
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#main {
  position: relative;
  float: left;
  margin: auto 6% auto 22.5%;
  width: 46% !important;
}
.one-col #quicknav {
  display: none;
}
.one-col #asides {
  display: none;
}
.two-col #main {
  margin: 0;
  width: 69% !important;
}
.two-col #quicknav {
  display: none;
}
.quick-nav #main {
  margin: 0 0 0 14em;
  width: 73.6% !important;
}
.quick-nav #asides {
  background: none repeat scroll 0 0 #FFFFFF;
  display: block;
  float: left;
  margin: 2em 0 0 15.56em;
  padding: 1em;
  position: relative;
  width: 73.9% !important;
}
.quick-nav #asides aside,
.quick-nav #asides section {
  width: 48%;
  float: left;
  margin: 0 1% 1em;
}
/*
** TOOLBAR
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#toolbar {
  position: relative;
  display: block;
  width: 90%;
  max-width: 1000px;
  min-width: 800px;
  height: 34px;
  padding-top: 6px;
  margin: auto;
  font-family: 'Trade Gothic W02 Bold 2', sans-serif;
  color: #c3c6c7;
}
.ie7 #toolbar {
  filter: none;
}
#sign-up {
  color: #c3c6c7;
}
#sign-up::before {
  content: "";
  display: block;
  float: left;
  height: 16px;
  width: 22px;
  margin: 5px 8px 0 0;
  background: transparent url(/web/20160625014630im_/http://www.whitehouse.senate.gov/styles/img/site-tools.png) 0 0 no-repeat;
}
#sign-up:hover {
  text-decoration: none;
  color: #7c92ab;
}
/*
** EMAIL SIGNUP
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#email-signup {
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  background: #2f373b;
  overflow: hidden;
  height: 0;
}
#email-signup fieldset {
  background: none !important;
  margin: 1.5em auto auto auto;
  width: 90%;
  max-width: 1000px;
  min-width: 800px;
}
#email-signup ol {
  width: 89%;
  float: left;
}
#email-signup .button {
  font-size: 1.05em;
  margin: 1.15em 0 0 0;
  float: right;
}
#email-signup label {
  font-family: 'Trade Gothic W02 Bold 2', sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
  color: #c3c6c7 !important;
}
#email-signup input[type="text"] {
  border: none !important;
  background: #eee;
}
/*
** QUICK NAV
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#quicknav {
  background: #eff2f3;
  position: absolute;
  float: left;
  left: 0px;
  width: 18%;
  overflow: show;
}
#quicknav ul {
  padding: 0;
  margin: 0;
}
#quicknav li {
  font-family: 'Trade Gothic W02 Bold 2', sans-serif;
  text-transform: uppercase;
  font-weight: normal !important;
  margin: 0;
  font-size: .95em;
}
#quicknav a {
  display: block;
  -moz-hyphens: none;
  color: #32587F;
  -webkit-hyphens: none;
  hyphens: none;
  padding: 1em 1.5em;
}
#quicknav a:hover {
  text-decoration: none;
}
#quicknav .selected {
  position: relative;
  background: #7c92ab;
}
#quicknav .selected a {
  color: #fff;
}
#quicknav .selected:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1.7em solid transparent;
  border-left: 0.85em solid #7c92ab;
  border-bottom: 1.7em solid transparent;
}
/*
** ASIDES BASE
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#asides {
  float: right;
  padding: 0;
  width: 23%;
}
#asides aside,
#asides section,
#asides ul {
  background: none;
  list-style: none;
  display: block;
  margin: 0 0 2em 0;
}
/*
** FOOTER BASE
**
** DESCRIPTION:
** USAGE:
** NOTES:
**
*/
#site-footer {
  background: #a8b0b6;
  position: relative;
  margin: 0;
  padding: 2.5em 0 0 0;
}
#footer-links {
  clear: left !important;
  display: block;
  text-align: center;
  font-size: .775em !important;
  padding: 1em 0 1em 0;
  background: #232a2d;
}
#footer-links li {
  color: #838889;
  display: inline;
}
#footer-links li::after {
  content: " | ";
}
#footer-links li:last-child::after {
  content: "";
}
#footer-links a {
  color: #838889;
}
/*
** 900
**
** DESCRIPTION:	Styles that apply to screens 900 pixels wide and down
** USAGE:
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 900px) {
  #container,
  .container {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  #content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
  }
  #toolbar {
    font-size: .925em;
  }
  #toolbar,
  #email-signup fieldset {
    width: 95%;
    max-width: 95%;
    min-width: 95%;
    margin: 0 auto;
  }
  #email-signup .button {
    font-size: .9em;
    width: 10%;
  }
}
/*
** 480
**
** DESCRIPTION:	Styles that apply to screens 480 and belows pixels wide and down
** USAGE:
** NOTES: Typically this means mobile phones held in portrait
**
*/
@media only screen and (max-width: 600px) {
  body {
    background-position: -290px 54px;
  }
  #container {
    padding: 1%;
    width: 98%;
  }
  #breadcrumbs {
    display: none !important;
  }
  #toolbar {
    display: none;
  }
  #quicknav {
    display: none;
  }
  #content {
    margin: 1em 0;
    width: 98%;
  }
  .quick-nav #main {
    margin: 0 0 0 0;
    width: 94% !important;
  }
  #asides {
    font-size: 1em;
    float: none;
    margin: 2.5em 0 0 0 !important;
  }
  #main,
  #asides,
  .two-col #main {
    overflow: auto;
    margin: 0;
    width: 92% !important;
    float: none !important;
    clear: both !important;
  }
}

/*
     FILE ARCHIVED ON 01:46:30 Jun 25, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 00:56:44 Nov 06, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 78.375
  exclusion.robots: 0.182
  exclusion.robots.policy: 0.175
  cdx.remote: 0.057
  esindex: 0.008
  LoadShardBlock: 52.532 (3)
  PetaboxLoader3.datanode: 48.949 (4)
  CDXLines.iter: 15.029 (3)
  load_resource: 67.197
  PetaboxLoader3.resolve: 43.148
*/