html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1; height: 100%
}
body, html{width:100%; overflow-x: hidden}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {text-decoration: none;}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

.subPage .row{margin: 0; width: 100%; clear:both; display: block; position: relative; float: left; margin: 1em 0 2em}
.row img{float: left; padding:  0 15px 15px 0;}
.subPage .row p{margin:  0;}

/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
* {
  outline: none;
}

html {
  height: 100%;
}

body {
  min-height: 100%;background: #f5f5f5;
}

article {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
  display:block;
  height:auto;
  min-height:auto;
}

article .withPadding{padding: 70px 0}

article h3 {
  /*width: 70%;*/
  text-align: left;
  font-family: 'News Gothic Medium Bold', Arial, sans-serif;
  font-size: 34px;
  line-height: 130%;
  padding-top: 72px;
  padding-bottom: 40px;
  /*padding-left: 12%;*/
  color: #fdf437;
  text-transform:uppercase;
}
article h3.seperator {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

article img{width: 100%}

div.title{
	position:relative;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	webkit-background-size: 100%; 
        -moz-background-size: 100%; 
        -o-background-size: 100%; 
        background-size: 100%; 
        -webkit-background-size: cover; 
        -moz-background-size: cover; 
        -o-background-size: cover; 
        background-size: cover;
	text-align:center;
	overflow:hidden;
	width: 100%;
	min-height: 700px;
        vertical-align: middle;
}

div.title h2{font-family: "Wisdom", serif;
	font-size: 6em;
	line-height: 110%;
	text-transform:capitalize;
	color:#FDF437;
	text-shadow:2px 2px 2px #000;
	margin: 10% auto 20px auto;
	width:auto;
}
.espanol div.title h2{font-family: "Mission", serif;
	text-transform:none;


}

div.title h3{font-family: "News Gothic Medium Bold", "Helvetica Neue", Helvetica, sans-serif; font-size: 1.8em;color:#fff;text-shadow:2px 2px 2px #000; border-top: 2px solid #fdf437; width:40%;padding-top: 20px; margin-left: 31%; margin-top: 1em; line-height: 125%}

.title cite, .feature cite{color: #fdf437;text-shadow:2px 2px 2px #000;}

#earlyYears div.title{background-image:url(../img/chiliBowl.jpg); min-height: 840px;}

#expansion div.title{background-image:url(../img/factory.jpg); min-height:850px; 
        background-attachment: fixed;}

#grid {
  width: 100%;
  max-width: 1233px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  z-index: 9001;
  overflow: visible !important;
}
#grid div {
  width: 92.3%;
  margin: 0 3.85%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5000px;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
#grid div div {
  float: left;
  margin-right: -100%;
  width: 4.8%;
  height: 100%;
  background: black;
}
#grid div div:nth-child(12n+1) {
  margin-left: 0%;
  margin-bottom: 3.85%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
#grid div div:nth-child(12n+2) {
  margin-left: 8.65%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+3) {
  margin-left: 17.31%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+4) {
  margin-left: 25.96%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+5) {
  margin-left: 34.62%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+6) {
  margin-left: 43.27%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+7) {
  margin-left: 51.93%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+8) {
  margin-left: 60.58%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+9) {
  margin-left: 69.23%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+10) {
  margin-left: 77.89%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+11) {
  margin-left: 86.54%;
  margin-bottom: 3.85%;
  clear: none;
}
#grid div div:nth-child(12n+12) {
  margin-left: 95.2%;
  margin-bottom: 3.85%;
  clear: none;
}

.gridStyleOutlines #grid div {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.gridStyleOutlines #grid div div {
  background: none !important;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

.tooltip {
  position: absolute;
  display: block;
  color: white;
  background: #454545;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  -webkit-transition: opacity 0.1s ease-out, margin-top 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, margin-top 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, margin-top 0.1s ease-out;
  transition: opacity 0.1s ease-out, margin-top 0.1s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 3px;
  z-index: 9000;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  background-position: 0 -329px;
  width: 10px;
  height: 5px;
  background-position: 0 -537px;
}

.tooltip.show {
  margin-top: 0px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation { 
}
    .navigation #menu-icon {
        position: fixed;
        left: 0px;
        z-index: 100;
/*        background: url(../images/menu-icon-2.png) left -10px repeat-y;*/
        margin: 20px;
        cursor: pointer;
    }
        .navigation #menu-icon span {
            margin-left: -9999px;
        }
        .navigation #menu-icon.active {
            left: 175px;
        }  
    .navigation #menu-icon ul { 
        margin: 0;
    }
    .navigation #menu-icon li {
        width: 34px;
        height: 10px;
        background: url(../images/menu-icon-white.png) left top no-repeat;
        display: block;
        margin: 2px 0;
        
    }
    .navigation #menu-icon li.iconSelected {
        background: url(../images/menu-icon-yellow.png) left top no-repeat;
    }
    .navigation #menu-icon a {
        display: none;
    }
    .menu, #menu-icon {
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .menu {
        left: -175px;
        position: fixed;
        z-index: 100;		
        min-height: 100%;
        background: url(../images/menu-bkg.png) top right repeat-y;
    }
        .menu.expand {
            left: 0px;
        }
        .menu div {
          max-width: 1233px;
          margin: 0 auto;
        }
            .menu ul {
                overflow: hidden;
                *zoom: 1;
                margin: 15px 0 0;
                min-height: 100%;
                position: relative;
                list-style: none;
                text-align: center;
                font-family: 'News Gothic Light Regular', Arial, sans-serif;
                font-size: 22px;
            }
                .menu ul li {
                    text-transform: uppercase;
                    padding: 0 25px;
                }
                    .menu ul li:hover {
                        background:  url(../images/menu-icon-select.png) 0px center no-repeat;
                    }
                .menu ul li a,
                .menu ul li a:link, 
                .menu ul li a:active,
                .menu ul li a:visited {
                    color: #fff;
                    text-decoration: none;
                    display: block;
                    border-bottom: 1px solid #333;
                    width: 125px;
                    padding: 13px 0;
                }
                    .menu ul li a:hover,
                    .menu ul li.selected a {
                        color: #fdf437;
                    }
    .navigation .links { position: absolute; bottom: 25px; width: 100%;}
    .navigation .links a { margin: 10px 0; display: block; color: #fff;
text-shadow: 1px 1px 1px #000; font-family: 'News Gothic Light Regular', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 0.8em; text-align: center; text-transform: uppercase;}
    .navigation .links a:hover {color: #fdf437;}
                 
/*                
nav div ul li:first-child a:hover, nav div ul li:last-child a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
nav div ul li:first-child a {
  background-position: 0 -490px;
}
nav div ul #navDownload {
  background-position: 0 -443px;
  display: none;
}
nav div ul #navGithub {
  background-position: 0 -311px;
  display: none;
}
nav div ul #navFacebook {
  background-position: 0 -396px;
}
nav div ul #navTwitter {
  background-position: 0 -264px;
}*/

.subPage .wrapper{position: absolute; height: auto; width: 100%}
.subPage nav{position: fixed; float: left; left: 0; height: 100%}

@media screen and (min-width: 700px) {
  #navDownload {
    display: inline-block !important;
  }

  #navGithub {
    display: inline-block !important;
  }
}
header {
  width: 100%;
  position:relative;
  display:block;
  background-size: cover;
  color: #FFF;
}

#video_background {
position: absolute;
bottom: 0px;
right: 0px;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: 0;
overflow: hidden;
background: transparent url(../img/landing_bg.jpg) 0 0 no-repeat;
-webkit-background-size:cover; 
   -moz-background-size:cover; 
   -o-background-size:cover; 
   background-size:cover;
}

#video_pattern {
background-image: url(../img/pattern.png);
position: absolute;
opacity: 0.8;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 1;
}

header .content{position: relative; z-index:5; bottom: 0; margin: 0 auto; padding-top: 15%; width: 642px;}

.subPage header .content{padding-top: 0}

header .content > * {text-shadow: 1px 1px 1px #000000}
    header h1 {
        position: relative;
      display: block;
      width: 100%;
      height:auto;
      text-align: center;
 /*       background: transparent url(../img/gebhardt_logo.svg) center 0 no-repeat;
       background: transparent url(../img/gebhardt_logo.svg) center 20px no-repeat fixed;*/
      font-size: 24px;
      letter-spacing: 7px;
      color: #252525;
      text-align: center;
      clear:both;
      margin: 0 auto;
      -webkit-svg-shadow: 2px 2px 2px #000000;
      -webkit-filter: drop-shadow( 2px 2px 2px #000000 );
      filter: drop-shadow( 2px 2px 2px #000000 );
/*      background-size: 39%;*/
    }
        header h1 span {
            visibility:hidden;
        }
        header h1 a {
          text-decoration: none;
          color: #252525;
          text-align: center;
        }

    
    header h1 object{display: inline-block; vertical-align: top; height: 100%}
    header .gebhardt_logo path, header .utsa_logo path{
	fill-rule: evenodd;
	clip-rule: evenodd;
	fill: #FFFFFF;
        display: block;
	}
      
    header .gebhardt_logo, header .utsa_logo{margin: 0 auto;display: block;}
    header .gebhardt_logo{width: 630px; height: 156px}
    header .utsa_logo{position: absolute; bottom: 30px; right: 30px; z-index: 5}
    .subPage .gebhardt_logo{width: 594.523px; height: 122.454px;}
    .subPage .gebhardt_logo path{fill: #333333;}
    .subPage .utsa_logo path{fill: #002244}
    
    header .content .innerContent{
        width: 500px;
        position: relative;
        padding: 0;
        margin: -30px 0 0 127px;
    }
    
    header h2 {
        display: inline-block;
        text-align: left;
        font-family: 'News Gothic Light Regular', Arial, sans-serif;
        font-size: 31px;
        line-height: 100%;	
        color: #fff;
        padding:0;
        margin:0;
    }
    header .kicker{
        font-family: 'News Gothic Light Regular', Arial, sans-serif; 
        font-size: 22px;
/*        margin-top: 10px;*/
        margin: 10px 0;
        display:table;
        clear:both;
    }
    
/*header section {
  width: 100%;
  max-width: 1233px;
  margin: 0 auto;
  margin-top: 30px;
  padding-bottom: 45px;
}
header section ul {
  overflow: hidden;
  *zoom: 1;
  width: 92.3%;
  margin: 0 3.85%;
  max-width: 1233px;
}
header section ul li {
  float: left;
  margin-right: -100%;
  width: 100%;
}
header section ul li h3 {
  width: 100%;
  text-align: center;
  font-family: 'News Gothic Medium Bold', Arial, sans-serif;
  font-size: 26px;
  color: #454545;
}
header section ul li p {
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin-top: 8px;
  line-height: 20px;
  color: #454545;
}
header section ul li img {
  display: block;
  width: 100%;
  max-width: 351px;
  margin: 0 auto;
}
header section ul li:nth-child(1n+1) {
  margin-left: 0%;
  margin-bottom: 3.85%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}*/

@media screen and (min-width: 460px) {
  header h2 {
    font-size: 26px;
    line-height: 33px;
  }

  header section ul li p {
    font-size: 16px;
    line-height: 22px;
  }

  header section ul li h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 550px) {

  header h2 {}

  header section ul li p {
    font-size: 14px;
  }

  header section ul li h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 700px) {
  header h2 {
    font-size: 30px;
    line-height: 38px;
  }

  header section {
    margin-top: 30px;
  }

  header section ul li p {
    font-size: 16px;
  }

  header section {
    padding-bottom: 25px;
  }

  header section ul li {
    float: left;
    margin-right: -100%;
    width: 30.77%;
  }
  header section ul li:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 3.85%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  header section ul li:nth-child(3n+2) {
    margin-left: 34.62%;
    margin-bottom: 3.85%;
    clear: none;
  }
  header section ul li:nth-child(3n+3) {
    margin-left: 69.23%;
    margin-bottom: 3.85%;
    clear: none;
  }
}
@media screen and (min-width: 900px) {
  header h2 {
    font-size: 32px;
    line-height: 48px;
    max-width: 800px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  section ul li p {
    font-size: 18px;
  }

  header section ul li h3 {
    font-size: 28px;
  }
}

#earlyYears{
    background-color:transparent; background-image: url(../img/chiliBowl.jpg); background-position: top left; background-repeat: no-repeat;
}
header, #earlyYears, .earlyYears, .earlyYears2, .earlyYears3, article.chiliQueen, article.slideIntro, article.recipes, article.plant, #callOut, .narrative, .tang2, .tang3, .tang4, .tang5, .media, .aquisition, section#corporate .title, #acknowledgements{
        position:relative;
        display:block;
        width: 100%;
        min-height: 790px;
        margin: 0 auto;
        background-size: cover !important;
    }
    
.subPage header{min-height: 150px; background-image: none}
    .earlyYears{
        background-color:transparent; background: url(../img/earlyYears_bg.jpg) center center no-repeat; background-position: top left; background-repeat: no-repeat;
    }

#earlyYears ul {
    position:relative;
    display:block;
    width: 92.3%;
    margin: 0 3.85%;
    overflow: hidden;
    *zoom: 1;
}
#earlyYears ul li {
    float: left;
    display:block;
    margin-right: -100%;
    width: 100%;
}
#earlyYears ul li a {
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: #636363;
}
#earlyYears ul li a h4 {
    font-family: 'News Gothic Medium Bold', Arial, sans-serif;
    font-size: 21px;
    padding-top: 25px;
    padding-bottom: 13px;
    color: #fdf437;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
#earlyYears ul li a:hover {
    text-decoration: none;
}
#earlyYears ul li a:hover h3 {
    border-bottom: 1px dotted #454545;
    padding-bottom: 2px;
}
#earlyYears ul li span {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    display: block;
    padding-bottom: 30px;
}
#earlyYears ul li img {
    width: 100%;
}
#earlyYears ul li:nth-child(1n+1) {
    margin-left: 0%;
    margin-bottom: 3.85%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
}

@media screen and (min-width: 460px) {
  #earlyYears ul li {
    float: left;
    margin-right: -100%;
    width: 48.08%;
  }
  #earlyYears ul li span {
    padding-bottom: 10px;
  }
  #earlyYears ul li:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 3.85%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  #earlyYears ul li:nth-child(2n+2) {
    margin-left: 51.93%;
    margin-bottom: 3.85%;
    clear: none;
  }
}
@media screen and (min-width: 700px) {
  #earlyYears ul li span {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 900px) {
  #earlyYears ul li {
    float: left;
    margin-right: -100%;
    width: 22.11%;
  }
  #earlyYears ul li span {
    padding-bottom: 0px;
  }
  #earlyYears ul li:nth-child(4n+1) {
    margin-left: 0%;
    margin-bottom: 3.85%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  #earlyYears ul li:nth-child(4n+2) {
    margin-left: 25.96%;
    margin-bottom: 3.85%;
    clear: none;
  }
  #earlyYears ul li:nth-child(4n+3) {
    margin-left: 51.93%;
    margin-bottom: 3.85%;
    clear: none;
  }
  #earlyYears ul li:nth-child(4n+4) {
    margin-left: 77.89%;
    margin-bottom: 3.85%;
    clear: none;
  }
}

.earlyYears2{background-image: url(../img/parchment.jpg); background-position: 0 0; background-repeat: repeat-x; background-color: transparent;}
.earlyYears3{background-image: url(../img/Gebhardt_group.jpg); background-position: 0 0; background-repeat: no-repeat; background-color: transparent;}

.container { padding: 400px 200px; /* This gives our headings a bit of breathing room */ } 
.js-background-1 { background: transparent url(../img/grinding.svg) center 0 no-repeat; } 
.js-background-2 { background: transparent url(../img/grinding_bg.svg) center 0 no-repeat; }


article.slidePage{
position:relative;
display:block;
  width: 100%;
  min-height: 700px;
  margin: 0 auto;
  background: #333;
  background-size: cover;
}

.slideshow{position: absolute; z-index:1; float:left; width:100%; clear:none; top: 0; left:0;}

.slideshow img{z-index: 10; width: 100%; top:0; left: 0; position:absolute}


article.chiliQueen{
	background-image: url(../img/parchment.jpg); background-position: 0 0; background-repeat: repeat-x; background-color: transparent;
	margin-bottom:0;
	}

article.slideIntro{
    background: url(../img/chiliTruck.jpg) left center;
    margin-bottom:0;
}
        
article.slideIntro.secondSlides{
	background-image: url(../img/cookersHelper.jpg);
	margin-bottom:0;
	}
article.recipes{
	background: url(../img/woodTexture.jpg) 0 0 repeat;
        background-size: 40%;
	margin-bottom:0;
	}
article.recipes img{position: absolute; vertical-align: middle; width: auto; top: 0; bottom: 0; margin: auto 0 auto -25%; left: 50%; z-index: 2}
	
article.plant{
	background-image: url(../img/expansion2.jpg); background-position: center center; background-color: transparent;
	margin-bottom:0;
	}
	
#callOut{
	/*padding-top: 20%;*/
	background:transparent url(../img/callout.jpg) center center no-repeat;
  	margin-bottom:0;
  }
  
article.secondSlide{
	
}
.headlineScript{
	font-family:"Wisdom", Times, sans-serif;
	color:#fdf437;
	text-transform:none;
	font-size:8em;
	text-shadow:2px 2px 2px #000;
	padding-top:0 !important;
	text-align:center;
	margin:0 auto !important;
}
.espanol .headlineScript{
	font-family:"Mission", Times, sans-serif;
	font-size:8em;
}
.headlineScript span{border-bottom: 4px solid #fdf437; box-shadow: 0 5px 3px -3px #000;
}

#callOut p:before{
	content: "“";
	opacity: .4;
    float: left;
    font-size: 4em;
    margin-top: 0.15em;
    text-indent: -.51em;
}

#callOut p{
	font-size: 2em;
	text-transform: uppercase;
	line-height:125%;
	text-align: left;
	text-shadow:2px 2px 2px #000;
	display:table;
	clear:both;
	color:#fff;
	width: 50%;
	margin: 0 auto;
	padding-left:10.7%;
}
#callOut cite{
	font-family: "News Gothic Light Italic", "Helvetica Neue", Helvetica, sans-serif;
	color:#fdf437;
	font-size: 1.4em;
	text-transform: capitalize;
	width: 45%;
	margin: 1em auto 0 auto;
	padding-left:18.7%;
	text-align: right;
	font-weight:normal;
}

.narrative{
  	margin: 0 auto;
	padding-bottom:0;
}

.narrative img{width:100%}

article.feature{
	position:relative;
	padding-bottom:0;
	margin-bottom:0
	}
        
.tang .title{background-image: url(../img/riseOfChili.jpg);background-position: center center; 
        background-attachment: fixed;}

.tang2{background-image:url(../img/cans.jpg);background-size: 55% !important}

.tang3{background-image: url(../img/cookbook.jpg); background-position: center center; background-color: transparent;}

.tang4{background-image: url(../img/chiliPowder.jpg); background-size: 40% !important}

.tang5{background-image: url(../img/tang4_bg.jpg); background-position: bottom right}

section#corporate .title{background-image: url(../img/corporate.jpg);
        background-attachment: fixed;}

.aquisition{background-image: url(../img/display.jpg)}

#acknowledgements{background:transparent url(../img/acknowledgements.jpg) center center no-repeat; padding: 30px 0 60px 0; font-family: 'News Gothic Light Regular', Helvetica, sans-serif; font-size: 1.1em;}
#acknowledgements h2{font-family: "News Gothic Medium Bold", "Helvetica Neue", Helvetica, sans-serif; font-size: 36px; color: #999900;}
#acknowledgements a{font-family: "News Gothic Book Bold", "Helvetica Neue", Helvetica, sans-serif; color: #999900; text-decoration: none}

.subPage{height: 100%;background: url(../img/credits.jpg) no-repeat center center fixed; -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;}
.subPage #acknowledgements{width: auto; padding-left: 175px}
#acknowledgements.credits{background-image: none}

.media{background: url(../img/media.jpg) center center no-repeat; overflow: auto;}
.media h3{padding-left: 0; width: 100%; margin-top: 100px; padding-bottom: 20px}
.media p{color: #fff; font-family: "News Gothic Light Regular", "Helvetica Neue", Helvetica, sans-serif; font-size: 110%}
.media p.scrollContinue{width: 32%;}
.playButton{display:block; text-decoration:none; margin: 300px auto 50px auto; width: 204px; height:204px; background: url(../img/playButton.png) 0 0 no-repeat;}
.playButton:hover{background-position: 0 -206px}
.playButton span{display:none}

.gebhardtJingles {
    padding-bottom: 100px;
}

.opaque.opaque-video {
    /*display: none;*/
    width: 654px;
    position: relative;
    overflow: auto;
    left: auto;
    margin: 20px auto 0;
    padding: 20px 30px 50px 30px;
    background-color: rgba(0, 0, 0, .8);
    
    /** Fade in and scale up **/
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -10;
}
    .opaque.opaque-video.show {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        z-index: 10;
    }
.opaque-video video {
    margin: 0 auto; 
    display: block;
}
.opaque.opaque-video .closeButton {
    position: relative;
    margin-top: 0;
    float: right;
    margin-bottom: 10px;
    transition: none;
}
.opaque.opaque-video .closeButton:hover {
    padding-right: 75px !important;
    background-position: 84px center;
}
#downloads ul {
  overflow: hidden;
  *zoom: 1;
  width: 92.3%;
  margin: 0 3.85%;
  max-width: 1233px;
}
#downloads li {
  float: left;
  margin-right: -100%;
  width: 100%;
  text-align: center;
}
#downloads li:nth-child(1n+1) {
  margin-left: 0%;
  margin-bottom: 3.85%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
#downloads li a {
  border: 2px solid #252525;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 33px;
  font-family: Arial, sans-serif;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
  background: #252525;
}
#downloads li a:hover {
  background: white;
  color: #252525;
}

@media screen and (min-width: 460px) {
  #downloads ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 700px) {
  #downloads ul li {
    float: left;
    margin-right: -100%;
    width: 30.77%;
  }
  #downloads ul li:nth-child(3n+1) {
    margin-left: 0%;
    margin-bottom: 3.85%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  #downloads ul li:nth-child(3n+2) {
    margin-left: 34.62%;
    margin-bottom: 3.85%;
    clear: none;
  }
  #downloads ul li:nth-child(3n+3) {
    margin-left: 69.23%;
    margin-bottom: 3.85%;
    clear: none;
  }
  #downloads ul li:first-child {
    margin-left: 17.31%;
  }
  #downloads ul li:last-child {
    margin-left: 51.93%;
  }
}
@media screen and (min-width: 900px) {
  #downloads ul li a {
    font-size: 16px;
  }
}
#reference ul {
  overflow: hidden;
  *zoom: 1;
  width: 92.3%;
  margin: 0 3.85%;
  max-width: 1233px;
}
#reference ul li {
  float: left;
  margin-right: -100%;
  width: 100%;
}
#reference ul li h4 {
  font-family: 'News Gothic Medium Bold', Arial, sans-serif;
  font-size: 21px;
  padding-top: 0px;
  padding-bottom: 13px;
  color: #454545;
}
#reference ul li pre {
  font-family: "Courier New", Courier, Georgia, serif;
  background: white;
  padding: 20px;
  margin-bottom: 17px;
  word-wrap: break-word;
  color: #454545;
}
#reference ul li pre span {
  font-family: "Courier New", Courier, Georgia, serif;
  opacity: 0.7;
  color: #454545;
  filter: alpha(opacity=70);
}
#reference ul li span {
  font-size: 16px;
  line-height: 22px;
  color: #636363;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
#reference ul li:nth-child(1n+1) {
  margin-left: 0%;
  margin-bottom: 3.85%;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}

@media screen and (min-width: 900px) {
  #reference ul li {
    float: left;
    margin-right: -100%;
    width: 48.08%;
  }
  #reference ul li:nth-child(2n+1) {
    margin-left: 0%;
    margin-bottom: 3.85%;
    clear: both;
    overflow: hidden;
    *zoom: 1;
  }
  #reference ul li:nth-child(2n+2) {
    margin-left: 51.93%;
    margin-bottom: 3.85%;
    clear: none;
  }
}

.credits {
    background: rgba(0, 0, 0, .5);
    overflow: auto;
}

footer {
  width: 100%;
  background: #252525;
  color: white;
  margin-top: 0;
}

.subPage footer{width:auto; background: transparent; color: #333}
.subPage footer #meta{border-top:0; margin: 0}

footer div {
  width: 100%;
  max-width: 1233px;
  margin: 0 auto;
}
footer div h3 {
  font-family: 'News Gothic Light Regular', Arial, sans-serif;
  font-size: 16px;
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
  letter-spacing: 5px;
}
footer div #company {
  overflow: hidden;
  *zoom: 1;
  width: 92.3%;
  margin: 0 3.85%;
  max-width: 1233px;
  text-align: center;
}
footer div #company a {
  text-align: center;
  color: white;
  text-decoration: none;
  height: 22px;
  display: block;
  background: url("/img/logo_bottom.png") top center no-repeat;
  font-family: 'News Gothic Medium Bold', Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 8px;
  color: white;
  padding-left: 13px;
  padding-top: 113px;
}
footer div #meta {
  overflow: hidden;
  *zoom: 1;
  width: 92.3%;
  margin: 0 3.85%;
  max-width: 1233px;
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  border-top: 1px solid #3b3b3b;
}
footer div #meta div:first-child {
  float: left;
  margin-right: -100%;
  width: 100%;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 10px;
  color: #898989;
  line-height: 12px;
  text-align: center;
  margin-top: 55px;
}
footer div #meta div:nth-child(2) {
  float: left;
  margin-right: -100%;
  width: 100%;
  margin-left: 0%;
  text-align: center;
}
footer div #meta div:nth-child(2) a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-indent: -1000px;
  overflow: hidden;
  text-align: left;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.25s ease-out;
  -moz-transition: 0.25s ease-out;
  -o-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}
footer div #meta div:nth-child(2) a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
footer div #meta div:nth-child(2) a:first-child {
  background-position: 0 -217px;
}
footer div #meta div:nth-child(2) a:nth-child(2) {
  background-position: 0 -170px;
}

@media screen and (min-width: 460px) {
  footer div #meta div:first-child {
    font-size: 12px;
  }
}
@media screen and (min-width: 700px) {
  footer div #meta div:first-child {
    float: left;
    margin-right: -100%;
    width: 74.04%;
    font-size: 12px;
    text-align: left;
    margin-top: 0px;
    line-height: 50px;
  }
  footer div #meta div:nth-child(2) {
    float: left;
    margin-right: -100%;
    width: 22.11%;
    margin-left: 77.89%;
    text-align: right;
  }
}

.row {
    margin: 0 1%;
    width: 98%;
	display:block;
}
.col1 {
    float: left;
    margin-right: -100%;
    width: 6.5%;
}
.col2 {
    float: left;
    margin-right: -100%;
    width: 15%;
}
.col3 {
    float: left;
    margin-right: -100%;
    width: 23.5%;
}
.col4 {
    float: left;
    margin-right: -100%;
    width: 32%;
}
.col5 {
    float: left;
    margin-right: -100%;
    width: 40.5%;
}
.col6 {
    float: left;
    margin-right: -100%;
    width: 49%;
}
.col7 {
    float: left;
    margin-right: -100%;
    width: 57.5%;
}
.col8 {
    float: left;
    margin-right: -100%;
    width: 66%;
}
.col9 {
    float: left;
    margin-right: -100%;
    width: 74.5%;
}
.col10 {
    float: left;
    margin-right: -100%;
    width: 83%;
}
.col11 {
    float: left;
    margin-right: -100%;
    width: 91.5%;
}
.col12 {
    float: left;
    margin-right: -100%;
    width: 100%;
}
.push0 {
    margin-left: 0;
}
.push1 {
    margin-left: 8.5%;
}
.push2 {
    margin-left: 17%;
}
.push3 {
    margin-left: 25.5%;
}
.push4 {
    margin-left: 34%;
}
.push5 {
    margin-left: 42.5%;
}
.push6 {
    margin-left: 51%;
}
.push7 {
    margin-left: 59.5%;
}
.push8 {
    margin-left: 68%;
}
.push9 {
    margin-left: 76.5%;
}
.push10 {
    margin-left: 85%;
}
.push11 {
    margin-left: 93.5%;
}

.subgrid1 {
    margin: 0 1% 0 0;
    max-width: 2000px;
    overflow: hidden;
    width: 98%;
}
.subgrid1 .subcol {
    background: none repeat scroll 0 0 #CCBB27;
}
.subgrid1 .subcol1 {
    float: left;
    margin-right: -100%;
    width: 6.5%;
}
.subgrid1 .subcol6 {
    float: left;
    margin-right: -100%;
    width: 49%;
}

.subgrid1 .subcol6:nth-child(2) {
    margin-left: 51%;
}

.subgrid1 div:nth-child(12n+2) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 8.5%;
}

.subgrid1 .subcol6 {
    float: left;
    margin-right: -100%;
    width: 49%;
}
.subgrid1 div:nth-child(12n+1) {
    clear: both;
    margin-bottom: 2%;
    margin-left: 0;
    overflow: hidden;
}
.subgrid1 div:nth-child(12n+2) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 8.5%;
}
.subgrid1 div:nth-child(12n+3) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 17%;
}
.subgrid1 div:nth-child(12n+4) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 25.5%;
}
.subgrid1 div:nth-child(12n+5) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 34%;
}
.subgrid1 div:nth-child(12n+6) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 42.5%;
}
.subgrid1 div:nth-child(12n+7) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 51%;
}
.subgrid1 div:nth-child(12n+8) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 59.5%;
}
.subgrid1 div:nth-child(12n+9) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 68%;
}
.subgrid1 div:nth-child(12n+10) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 76.5%;
}
.subgrid1 div:nth-child(12n+11) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 85%;
}
.subgrid1 div:nth-child(12n+12) {
    clear: none;
    margin-bottom: 2%;
    margin-left: 93.5%;
}
.subgrid1 .subcol6:nth-child(1) {
    margin-left: 0;
}
.subgrid1 .subcol6:nth-child(2) {
    margin-left: 51%;
}
article .subgrid1:first-child {
    margin-top: 2%;
}

/* SLideshow */
.slideWrapper{padding-bottom:0; margin-bottom:0; position:relative}
/*
.fader{
    position: relative;
    padding-top: 60%;
    overflow: hidden;
} 
 
.fader .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
 
.fader img.slide{
    height: auto;
    z-index: -10;
}

.prev,
.next{
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  text-decoration: none;
  line-height: 55px;
  text-align: center;
  top: 50%;
  left: 0;
  z-index: 4;
  margin-top: -25px;
  cursor: pointer;
}
.prev span,
.next span{visibility:hidden}*/

/*.da-arrows-prev{right: 10px; background: transparent url(../img/next_btn.png) 0 0 no-repeat;}
.da-arrows-prev{left: 10px; background: transparent url(../img/prev_btn.png) 0 0 no-repeat}

.da-arrows-prev:hover,
.da-arrows-prev:hover{
  background-position: -82px 0
}

.da-arrows-prev{
  left: auto;
}*/
/*
.pager-list{
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	text-align: center;
	z-index: 15;
	padding: 0;
}

.pager-list li{
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 7px;
  background: #000;
  opacity: 0.4;
  text-indent: -9999px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 150ms;
}

.pager-list li:hover,
.pager-list li.active{
  opacity: 1;
}

.pager-list li.control-play-pause {
    background: url(../img/button-slideshow-play-pause.png) 0 -32px no-repeat;
    width: 18px;
    height: 25px;
    border-radius: 0;
}
.pager-list li.control-play-pause.paused {
    background: url(../img/button-slideshow-play-pause.png) 0 0 no-repeat;
}*/
/* End Slideshow */

.scrollArrow_light, .scrollArrow_dark{
	position:fixed;
	bottom: 15px;
	display:block;
	text-align:center;
	width:98px;
	height:98px;
	text-decoration:none;
	background:transparent url(../img/scrollArrow_light.png) 0 0 no-repeat;
	margin: 20px 46%;
        z-index: 10;
        
        /*position:fixed;*/
}
.scrollArrow_dark{background:transparent url(../img/scrollArrow_dark.png) 0 0 no-repeat;}
.scrollArrow_light:hover, .scrollArrow_dark:hover{background-position: 0 -109px}

.scrollArrow_light span, .scrollArrow_dark span{visibility:hidden}


span.scrollContinue{
        display: table;
	font-family: "News Gothic Light Regular", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	color: #fdf437;
	border: 1px solid #fdf437;
	border-width: 1px 0;
	padding: 10px 0 10px 0;
	text-transform:uppercase !important;
	text-align:center;
	width: auto;
	margin: 70px auto 0 auto;
}


.opaque{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    color: #FFFFFF;
    left: 59.5%;
    margin: 100px 0 0;
    overflow: auto;
    position: absolute;
    width: 40.5%;
    z-index: 3;
    /*
    margin: auto 0;
    bottom: 0;
    right: 0;
    top: 0;
    */
}

.opaque .innerContent{display:block; position:relative; overflow:auto; padding: 70px}

.opaque.scrolling{
    height: 700px; min-height: 100%; vertical-align: middle;margin-top: 0;
}

.scrolling .opaque {
    z-index: 1;
}

    .vignette-left .opaque {
        left: 0;
    }
        .vignette-left .opaque .innerContent {
            padding-top: 100px;
        }

.opaque h3{
    /*margin-top: 120px;*/
    padding-top:0
}

.opaque h3 span{font-family:"Wisdom", Times, sans-serif; text-transform:capitalize; font-size:1.25em}
.espanol .opaque h3 span{font-family:"Mission", font-size:1.25em}

.opaque p{
	color: #fff;
	line-height: 175%;
	font-family: "News Gothic Light Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.1em;
	margin-bottom: 40px;
}

.opaque .noheader{margin-top: 50px}

.opaque.scrolling:before, .opaque.scrolling:after{
	content: "";
	display:table;
	clear: both;
}	

.opaque blockquote:before{color: #fdf437; opacity: .7;}

.opaque blockquote{
	font-size: 1.4em;
	line-height:155%;
	text-align: left;
	text-shadow:2px 2px 2px #000;
	display:table;
	clear:both;
	color:#fff;
	width: 75%;
	margin: 0 auto;
}

.opaque cite{
	font-family: "News Gothic Light Italic", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.1em;
	color:#fdf437;
	padding-left:25.7%;
	font-weight:normal;
	text-transform:none;
	width: 65%;
	}
	
.closeButton {
    cursor: pointer;
    display: block;
    margin-top: 150px;
    position: absolute;
/*    float: right;*/
    right: 0;
    text-decoration: none;
    z-index: 4;
    color:#fdf437;
    text-transform:uppercase;
    font-family: "News Gothic Light Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 15px 75px 15px 15px !important;
    clear:none;
    letter-spacing: 0.7px;
    z-index:4;
    background: url('../images/button-close.png') 70% center no-repeat;
    background-size: 23px 24px;
   
    /*
    right: 0;
    top:0;
    margin-top: 50px;
    position: absolute;
    background: rgba(0,0,0,.8) url('../img/close_icn.svg') 80% center no-repeat;
    */
}
 
.closeButton:hover{
    padding-right: 100px !important;
    background-position: 58% center;
    transition: all 0.3s;
    right: 0;
}
.closed {
    background: rgba(0, 0, 0, .8) url('../images/button-open.png') 20px center no-repeat;
    padding: 15px 30px 15px 60px !important;
}
    .closed:hover {
        background-position: 20px center; 
       right: 0;
        padding: 15px 50px 15px 60px !important;
    }
.opaque .closeButton {
    background-color: transparent;
    margin-top: 50px;
}
.opaque.content .closeButton{
    margin-top: 15px;
}
.vignette-left .opaque blockquote {
    margin: 25px auto 0;
}
.vignette-left .closeButton {
    right: auto; 
    left: 0px;
}
    .vignette-left .closeButton:hover {
/*        right: auto;
        left: 0;
        background-position: 70% center;*/
        /*transition: all 0.3s ease;*/
        left: 20px;
    }
    .vignette-left .closeButton.closed {
        padding: 15px 30px 15px 60px !important;
        background-position: 20px center;
    }
        .vignette-left .closeButton.closed:hover {
            padding: 15px 30px 15px 80px !important;
            /*background-size: 29px 26px;*/
            background-position: 35px center;
            left: 0;
        }
.close-slider {
    background-color: rgba(0, 0, 0, .8);
    z-index: 100;
}

/*audio controls */
progress, progress::-moz-progress-bar{
  color: #b0a915;
  font-size: .4em;
  line-height: .8em;
  text-indent: .5em;
  width: 307px;
  height: 8px;
  border: none;
  background: #000000;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

progress::-webkit-progress-bar {
	background-color: #000000;
	border-radius: 3px;
}

a#playEng, a#playSpa{
    position: relative;
    display: block;
    width: 16px;
    height: 20px;
    background: transparent url(img/playAudio.png) 0 0 no-repeat;
}

span.bounce{
    animation:bouncy 1s infinite ease-in-out;
   -webkit-animation:bouncy 1s infinite ease-in-out; /* Safari and Chrome */
   transition:all 0.1s ease-in;
   -webkit-transition:all 0.1s ease-in;
}
span.bounce:hover{
    animation:0;
    -webkit-animation:0;
}

    @keyframes bouncy{
    0% {margin-left: 0;}
    50% {margin-left: 15px}
    100% {margin-left: 0;}
    }
    
    @-webkit-keyframes bouncy{
    0% {margin-left: 0;}
    50% {margin-left: 15px}
    100% {margin-left: 0;}
    }
/*
.viewSlideshow span{font-family: "News Gothic Light Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size:28px; letter-spacing: 4px;line-height: 100%; vertical-align:baseline; padding-left: 5px} */


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  header .content{padding-top: 25%}
  .title {background-attachment: scroll !important} /* your css rules for ipad portrait */
  header{background: transparent url(../img/landing_bg.jpg) center center no-repeat}
  .opaque{left: 45.4%; width: 55%}
  .opaque blockquote{width: 93%}
  .opaque cite{width: 100%}
  #video_background{display:none;}
  div.title h2{font-size: 4.2em !important; width: 90%}
  div.title h3{width: 60%; margin:0 auto;}
  .viewSlideshow{font-size: 33px !important;}
  .push2{margin-left: 8%}
  .col9{width: 80%}
  
  .subPage h1{margin-top: 40px}
  .subPage h2{margin-top: 1.6em}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  header{background: transparent url(../img/landing_bg.jpg) center center no-repeat}
  #video_background{display:none;}
  .title {background-attachment: scroll !important}/* your css rules for ipad landscape */
  .opaque{left: 59.6%;}
  .opaque{left: 45.5%; width: 55%}
  .opaque blockquote{width: 97%}
  .opaque cite{width: 100%}
  div.title h2{margin: 15% auto 20px auto;font-size: 5em !important;}
  h2#rise-of-chili-powder-title{margin-top: 235px !important}
  h2#expansion-title{margin: 7% auto 20px auto;}
  div.title h3{width: 50%; margin:0 auto;}
}