/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */

/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* #page,
#header-content,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
} */

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* #header,
#content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  *behavior: url("/path/to/boxsizing.htc");
  _display: inline;
  _overflow: hidden;
  _overflow-y: visible;
} */

/* Containers for grid items and flow items. */
/* #header,
#main,
#footer {
  *position: relative;
  *zoom: 1;
} */

/* #header:before,
#header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
} */

/*Navigation bar */

  /* #main {
    padding-top: 3.75em;
    position: relative;
  }
  #navigation {
    position: absolute;
    top: 0;
    height: 3.25em;
    width: 100%;
  } */

/* @media all and (min-width: 768px) {
	.sidebar {
	  margin-top: 3rem;
  }

} */

/**
 * Use 3 grid columns for smaller screens.
 */





 @media (min-width: 768px) {
  .region-sidebar-first {
    padding-right: 1em;
  }

}
 
@media all and (min-width: 768px) and (max-width: 1199px) {

  /**
   * The layout when there is only one sidebar, the left one.
   */

  /* Span 2 columns, starting in 2nd column from left. */
  /* .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  } */

  /* Span 1 column, starting in 1st column from left. */
  /* .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  }
	.region-sidebar-first {
	  padding: 0 2.5em 0 0;
  } */
  

  /**
   * The layout when there is only one sidebar, the right one.
   */

  /* Span 2 columns, starting in 1st column from left. */
  .sidebar-second #content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
  }

  /* Span 1 column, starting in 3rd column from left. */
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }

  /**
   * The layout when there are two sidebars.
   */

  /* Span 2 columns, starting in 2nd column from left. */
  /* .two-sidebars #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  } */

  /* Span 1 column, starting in 1st column from left. */
  /* .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  } */

  /* Start a new row and span all 3 columns. */
  /* .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
  } */

  

  /* Apply the shared properties of grid items in a single, efficient ruleset. */
  /* .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    *behavior: url("/path/to/boxsizing.htc");
    _display: inline;
    _overflow: hidden;
    _overflow-y: visible;
  } */

  /* Span 1 column, starting in the 1st column from left. */
  /* .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -33.33333%;
    clear: left;
  } */

  /* Span 1 column, starting in the 2nd column from left. */
  /* .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -66.66667%;
  } */

  /* Span 1 column, starting in the 3rd column from left. */
  /* .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  } */

}

/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 1200px) {

  /**
   * The layout when there is only one sidebar, the left one.
   */

  /* Span 4 columns, starting in 2nd column from left. */
  /* .sidebar-first #content {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
  } */

  /* Span 1 column, starting in 1st column from left. */
  /* .sidebar-first .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  } */

	

  /**
   * The layout when there is only one sidebar, the right one.
   */

  /* Span 4 columns, starting in 1st column from left. */
  /* .sidebar-second #content {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
  } */

  /* Span 1 column, starting in 5th column from left. */
  /* .sidebar-second .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  } */

  /**
   * The layout when there are two sidebars.
   */

  /* Span 3 columns, starting in 2nd column from left. */
  /* .two-sidebars #content {
    float: left;
    width: 50%;
    margin-left: 25%;
    margin-right: -75%;
  } */

  /* Span 1 column, starting in 1st column from left. */
  /* .two-sidebars .region-sidebar-first {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
  } */

  /* Span 1 column, starting in 5th column from left. */
  /* .two-sidebars .region-sidebar-second {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  } */
}


/*------------------------------------*/

@media all and (max-width: 767px) {

	.hide {
		display: none;
	}
	.tbl-container table.views-view-grid td {
		display: block;
		width: 100%;
	}
	.w100 {
		width: 100% !important;
	}
	.table_cell {
		width: 95% !important;
	}
	
	.table_cell {
		float: left;
	}
	
	.threecol {
		width: 97% !important;
		display: block !important;
	}

	.twocol {
		width: 97% !important;
		display: block !important;
	}

	.onecol {
		width: 96% !important;
	}
	.callout-box {
		float: none !important;
		width: 98% !important;
		margin: 4px 4px 8px 4px !important;
	}

}


@media all and (max-width: 480px) {
  #header,
  #header-content,
  #page,
  #main,
  #footer,
  .region-footer-content,
  #hero-banner,
  .region-hero 
  .w100 {
    width: 100% !important;
  }
	
  .header__region {
    clear: both !important;
    text-align: center !important;	
  }
  .header__region .block {
    margin-bottom: 1.25em;
  }

  .breadcrumb {
    /* display: none; */
  }
  .form-item.form-item-search-block-form {
    margin-bottom: 0.5em !important;
  }

  .footer-block {
    display: block !important;
    width: 100% !important;
    padding-right: 0 !important;
  }

  .display-left, .display-right {
    float: none !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #block-block-60 /* print this page */,
  #block-block-33 /* glossary tip */ {
    display: none;
  }
  #block-views-event-listing-block-6 {/* Team LUNGevity event page */
    width: 95% !important;
  }
  #block-block-92 {/* Team LUNGevity event page */
    display: none !important;
  }

  .region-front-1-left {
    display: block !important;
    vertical-align: top;
    width: 100% !important;
  }

  .region-front-1-right {
    display: block !important;
    vertical-align: top;
    padding-left: 0 !important;
    width: 100% !important;
  }
  .grid-block {
    width: 100% !important;
  }

  .region-front-3-left,
  .region-front-3-right {
    display: table-cell;
    vertical-align: top;
    width: 100% !important;
    padding-left: 0;
  }
	
  .region-front-3-left,
  .region-front-3-right {
    display: block !important;
    vertical-align: top;
    width: 100% !important;
    padding-left: 0em !important;
  }
	
}


@media all and (min-width: 481px) and (max-width: 767px) { 
  #block-block-60 /* print this page */,
  #block-block-33 /* glossary tip */ {
    display: none;
  }

  .region-front-1-left {
    display: table-cell;
    vertical-align: top;
    width: 65% !important;
  }

  .region-front-1-right {
    display: table-cell;
    vertical-align: top !important;
    padding-left: 0 !important;
  }
}

	


