/* @mixin transform($value){
  -webkit-transform: $value;
  -moz-transform: $value;
  -ms-transform: $value;
  -o-transform: $value;
  transform: $value;
} */
/* Layout
 * ------
 * Using a negative margin technique, adapted from ZEN. The page is loaded by this order:
 *
 * 1. Header
 * 2. Content
 * 3. Navigation menus
 * 4. Sidebar Left
 * 5. Sideabr Right */
/* remove 'auto' and the width to switch to a fluid width */
#page {
  width: 100%;
  margin: 0; }

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0; }

.sidebar {
  float: left; }

#sidebar-second {
  float: right; }

#footer {
  float: none;
  clear: both; }

/* Layout Helpers */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both; }

#secondary-menu-wrapper .inner,
#header-inner,
#footer-inner,
#crumb-bar-inner,
#fold-inner,
#header-inner,
#main-inner,
.inner-wrapper,
#pre-footer-inner,
.tabs-below,
.tabs-above {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0; }

#header-inner {
  max-width: 100%;
  padding: 0 20px; }

/*#header-inner,
#footer-inner{
  max-width:95%;
  //min-width:$desktop_width;
}
*/
.modal #crumb-bar-inner,
.modal #fold-inner,
.modal #header-inner,
.modal #main-inner,
.modal #footer-inner {
  min-width: inherit; }

/* Sidebars width
 * --------------
 * Changing the width of the sidebars is dead easy, just change the
 * values below corresponding to the sidebar you want to modify.
 * Make sure you keep negative values as negative values.
 * For example, if I want to increase the width of the left sidebar
 * to 300px, I would have to change each '190' to '300'. */
.two-sidebars .center,
.sidebar-first .center {
  margin-left: 250px; }

#sidebar-first {
  width: 250px;
  margin-right: -250px; }

.two-sidebars .center,
.sidebar-second .center {
  margin-right: 380px; }

#sidebar-second {
  width: 380px; }

/* Columns Inner
 * -------------
 * You can change the padding inside the columns without changing the
 * width of them by just usinbg the INNER div of each column */
.inner {
  padding: 0; }

/* Navigation styles
 * -----------------
 * The navigation is loaded after the content, so we need to make space
 * for it, equal to its height, so if you change the height of the navigation,
 * remember to adapt the margin top of the content and sidebars. */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 40px; }

/*.with-navigation {
  #content,
  .sidebar {
    margin-top: $nav_height;
  }
}
*/
/*
ds forms
*/
.ds-2col-fluid .inner {
  padding: 1em;
  margin: 0; }
.ds-2col-fluid .group-right {
  width: 35%; }
  .ds-2col-fluid .group-right .inner {
    /* @include block-background();*/
    margin-right: 0;
    padding-right: 0; }
.ds-2col-fluid .group-left {
  width: 65%; }
  .ds-2col-fluid .group-left .inner {
    margin-left: 0;
    border-right: solid 1px #ddd;
    padding-left: 0; }

/*# sourceMappingURL=layout.css.map */
