
/* --------------------------------------------------
  :: Grid
  
  This is the mobile-friendly, responsive grid that
  lets Foundation work much of its magic.
  
  -------------------------------------------------- */
  
  #foxopen .container { padding: 0 20px; }
  
  #foxopen .row { width: 100%; min-width: 727px; margin: 0 auto; }
  #foxopen /* To fix the grid into a certain size, set max-width to width */
  #foxopen .row .row { min-width: 0; }
  
  #foxopen .column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
  #foxopen .column:first-child, .columns:first-child { margin-left: 0; }
  #foxopen [class*="column"] + [class*="column"]:last-child { float: right; }
  #foxopen [class*="column"] + [class*="column"].end { float: left; }
  
  #foxopen .row .one 		{ width: 4.3%; }
  #foxopen .row .two 		{ width: 13%; }
  #foxopen .row .three 	{ width: 21.679%; }
  #foxopen .row .four 		{ width: 30.37%; }
  #foxopen .row .five 		{ width: 39.1%; }
  #foxopen .row .six 		{ width: 47.8%; }
  #foxopen .row .seven 	{ width: 56.5%; }
  #foxopen .row .eight 	{ width: 65.2%; }
  #foxopen .row .nine 		{ width: 73.9%; }
  #foxopen .row .ten 		{ width: 82.6%; }
  #foxopen .row .eleven 	{ width: 91.3%; }
  #foxopen .row .twelve 	{ width: 100%; }
  
  #foxopen .row .offset-by-one 	{ margin-left: 13.1%;  }
  #foxopen .row .offset-by-two 	{ margin-left: 21.8%;  }
  #foxopen .row .offset-by-three 	{ margin-left: 30.5%;  }
  #foxopen .row .offset-by-four 	{ margin-left: 39.2%;  }
  #foxopen .row .offset-by-five 	{ margin-left: 47.9%;  }
  #foxopen .row .offset-by-six 	{ margin-left: 56.6%;  }
  #foxopen .row .offset-by-seven 	{ margin-left: 65.3%;  }
  #foxopen .row .offset-by-eight 	{ margin-left: 74.0%;  }
  #foxopen .row .offset-by-nine 	{ margin-left: 82.7%;  }
  #foxopen .row .offset-by-ten 	{ margin-left: 91.4%;  }
  
  #foxopen .row .centered { float: none; margin: 0 auto; }
  
  #foxopen .row .offset-by-one:first-child 	{ margin-left: 8.7%;  }
  #foxopen .row .offset-by-two:first-child 	{ margin-left: 17.4%;  }
  #foxopen .row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
  #foxopen .row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
  #foxopen .row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
  #foxopen .row .offset-by-six:first-child 	{ margin-left: 52.2%;  }
  #foxopen .row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
  #foxopen .row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
  #foxopen .row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
  #foxopen .row .offset-by-ten:first-child 	{ margin-left: 87%;  }
  #foxopen .row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }
  
  /* Source Ordering */
  #foxopen .push-two 		{ left: 17.4% }
  #foxopen .push-three 	{ left: 26.1%; }
  #foxopen .push-four 		{ left: 34.8%; }
  #foxopen .push-five 		{ left: 43.5%; }
  #foxopen .push-six 		{ left: 52.2%; }
  #foxopen .push-seven 	{ left: 60.9%; }
  #foxopen .push-eight 	{ left: 69.6%; }
  #foxopen .push-nine 		{ left: 78.3%; }
  #foxopen .push-ten 		{ left: 87%; }
  
  #foxopen .pull-two 		{ right: 17.4% }
  #foxopen .pull-three 	{ right: 26.1%; }
  #foxopen .pull-four 		{ right: 34.8%; }
  #foxopen .pull-five 		{ right: 43.5%; }
  #foxopen .pull-six 		{ right: 52.2%; }
  #foxopen .pull-seven 	{ right: 60.9%; }
  #foxopen .pull-eight 	{ right: 69.6%; }
  #foxopen .pull-nine 		{ right: 78.3%; }
  #foxopen .pull-ten 		{ right: 87%; }
  
  
  #foxopen img, object, embed { max-width: 100%; height: auto; }
  #foxopen img { -ms-interpolation-mode: bicubic; }
  
  /* Nicolas Gallagher's micro clearfix */
  #foxopen .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
  #foxopen .row:after, .clearfix:after { clear: both; }
  #foxopen .row, .clearfix { zoom: 1; }

  
/* --------------------------------------------------
  :: Block grids
  
  These are 2-up, 3-up, 4-up and 5-up ULs, suited
  for repeating blocks of content. Add 'mobile' to
  them to switch them just like the layout grid
  (one item per line) on phones
  
  For IE7/8 compatibility block-grid items need to be
  the same height. You can optionally uncomment the
  lines below to support arbitrary height, but know
  that IE7/8 do not support :nth-child.
  -------------------------------------------------- */
  
  #foxopen .block-grid { display: block; overflow: hidden; }
  #foxopen .block-grid>li { display: block; height: auto; float: left; }
  
  #foxopen .block-grid.two-up { margin-left: -4% }
  #foxopen .block-grid.two-up>li { margin-left: 4%; width: 46%; margin-bottom: 4%;}
  
  #foxopen .block-grid.three-up { margin-left: -2% }
  #foxopen .block-grid.three-up>li { margin-left: 2%; width: 31.3%; margin-bottom: 2%;}
  
  #foxopen .block-grid.four-up { margin-left: -2% }
  #foxopen .block-grid.four-up>li { margin-left: 2%; width: 23%; margin-bottom: 2%;}
  
  #foxopen .block-grid.five-up { margin-left: -1.5% }
  #foxopen .block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; margin-bottom: 1.5%;}

/* Artfully masterminded by ZURB  */

/* --------------------------------------------------
  :: Mobile Grid
  -------------------------------------------------- */
  
  /* Mobile */
  @media only screen and (max-width: 767px) {		
    #foxopen body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
    #foxopen .container { min-width: 0; margin-left: 0; margin-right: 0; }
    #foxopen .row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
    #foxopen .row .row .column, .row .row .columns { padding: 0; }
    #foxopen .column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
    #foxopen .column:last-child, .columns:last-child { margin-right: 0; float: none; }
    #foxopen [class*="column"] + [class*="column"]:last-child { float: none; }
    #foxopen .column:before, .columns:before, .column:after, .columns:after { content:""; display:table; }
    #foxopen .column:after, .columns:after { clear: both; }
    
    #foxopen .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0 !important; }
    
    #foxopen .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
    #foxopen .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }
    
    #foxopen /* Mobile 4-column Grid */
    #foxopen .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; }
    #foxopen .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; }
    
    #foxopen .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; }
    
    #foxopen .row .phone-one 	{ width: 21.68% !important; }
    #foxopen .row .phone-two 	{ width: 47.8% !important; }
    #foxopen .row .phone-three 	{ width: 73.9% !important; }
    #foxopen .row .phone-four 	{ width: 100% !important; }
    
    #foxopen .row .push-one-phone { left: 26.08%; }
    #foxopen .row .push-two-phone { left: 52.2% }
    #foxopen .row .push-three-phone { left: 78.3% }
    
    #foxopen .row .pull-one-phone { right: 26.08% }
    #foxopen .row .pull-two-phone { right: 52.2% }
    #foxopen .row .pull-three-phone { right: 78.3%; }
  }
	
	
/* --------------------------------------------------
  :: Block Grids
  -------------------------------------------------- */	
  
  @media only screen and (max-width: 767px) {
    #foxopen .block-grid.mobile { margin-left: 0; }
    #foxopen .block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
  }
	
	