/*Reset*/
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, i, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*Grid*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  text-decoration: none;
  background-color: transparent;
}
a:active,
a:hover, button {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-md-3, .col-xs-4, .col-md-6, .col-md-9, .col-xs-11, .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-4, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
 .col-md-6,  .col-md-11 {
    float: left;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-11{
      width: 91.66666667%;
  }
}
/*Floats & Clearfix*/
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
/*Typography*/
html {
    font-family: lato, helvetica, sans-serif;
    font-size: 17px;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon-info-sign {
  position: relative;
  top: 15px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 25px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: .5s;
}
.glyphicon-menu-down {
  position: relative;
  top: 3px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-info-sign {
  color: #fff;
  font-size: 25px;
}
.glyphicon-info-sign:hover{
    color: #fff;
}
.glyphicon-info-sign:before {
  content: "\e086";
}
/*Header and Nav*/
header{
    height: 66px;
    border-bottom: 1px solid #31313F;;
}
.logo{
    margin-left: 10px;
    margin-top: 20px;
    max-width: 240px;
}
.menu {
    display: none;
    margin-top:20px;
    position: relative;
    z-index: 3;
    background: #fff;
}
.open {
    display: block;
}
.menu li {
    height: 40px;
    text-align: center;
    border-bottom: 1px solid #31313F;;
}
.category{
    background: #F7941D;
    color: #fff;
    padding-top: 12px;
}
.menu li a {
    color: #000;
    display: block;
    height: 40px;
    padding-top: 12px;
}
.menu-button{
    float: right;
    width: 55px;
    height: 46px;
    background: #fff;
    color: #31313F;
    border: 2px solid #31313F;
    border-radius: 3px;
    margin-top: 10px;
    margin-right: 10px;
}
.desktop-nav{
    display: none;
}
/*Dropdown*/
/* Dropdown Button */
.dropbtn {
    color: #000;
    margin-top: -1px;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;  
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;   
    min-width: 250px;
}
.dropdown-content-small{
    min-width: 170px;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {    
    background-color: #F7941D;
    color: #fff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn,
.dropbtn:hover {
    background-color: #D2143F;
    color: #fff;
}
/*Lead*/
.lead{
    margin-left: -15px;
    margin-right: -15px;
    height:250px;
    background-image: url(../images/prod-lead.jpg);
    background-position: 70% 10%;
    background-size :cover;
    padding-top: 50px;
}
.lead h1 {
    font-size: 25px;
    color: #fff;
    text-align: center;
}
/*Section 1*/
.first-section {
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 50px;
    padding-bottom: 85px;
    border-top: 1px solid #FFF;
    background: url(../images/grey-bkg.png);
}
.first-section-container{
    padding-left: 15px;
    padding-right: 15px;
    margin:0 auto;
    max-width: 1220px;
}
.first-section  h1, .first-section a {
    color: #F7941D;
}
.first-section  h1 {
    font-size: 20px;
    margin-top: 35px;
    text-align: center;
}
.first-section a:hover{
    text-decoration: underline;
}
.first-section span{
    color:#F79126; 
}
.answer {
    color: #fff;
    line-height: 2em;
    font-size: 16px;
    text-align: justify;   
}
.question{   
    color: #fff;
    font-size: 19px;
    padding: 10px 0;
    border-bottom: 1px solid #686874;
}
.question-container{
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
}
.col-xs-1, .col-xs-11 {
    padding-left:0;
    padding-right:0;
}
button {
    background:transparent;
    cursor: pointer;
    height: 27px;
    width: 27px;
    border: none;
}
.button {
    display:block;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px 0 #ccc;
    border: 1px solid #2C2D21; 
    border-radius: 3px;
    padding-top: 20px;
    margin: 30px auto;
    width: 220px;
    height: 60px;
    font-size: 17px;
    background-color: #D09C04;
    background-image: -moz-linear-gradient(top,#F3CF47, #D09C04);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#F3CF47),to(#D09C04));
    background-image: -webkit-linear-gradient(top, #F3CF47, #D09C04);
    background-image: -o-linear-gradient(top,#F3CF47, #D09C04);
    background-image: linear-gradient(to bottom,#F3CF47,#D09C04);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 #F3E350,inset -1px 0 0 #EFBE0C,inset 0 -1px 0 #EFBB0C,inset 1px 0 0 #EFBE0C,0 1px 2px -1px rgba(0,0,0,.85);
    -moz-box-shadow: inset 0 1px 0 #F3E350,inset -1px 0 0 #EFBE0C,inset 0 -1px 0 #EFBB0C,inset 1px 0 0 #EFBE0C,0 1px 2px -1px rgba(0,0,0,.85);
    box-shadow: inset 0 1px 0 #F3E350,inset -1px 0 0 #EFBE0C,inset 0 -1px 0 #EFBB0C,inset 1px 0 0 #EFBE0C,0 1px 2px -1px rgba(0,0,0,.85);
}
.button:hover {
    background-color: #FFC10D;
    background-image: -moz-linear-gradient(top,#FFDD5D, #DCA810);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FFDD5D),to(#DCA810));
    background-image: -webkit-linear-gradient(top, #FFDD5D, #DCA810);
    background-image: -o-linear-gradient(top,#FFDD5D, #DCA810);
    background-image: linear-gradient(to bottom,#FFDD5D,#DCA810);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12aa00',endColorstr='#ff0f8e00',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);    
}
/*Footer*/
.footer {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    height: 655px;
    background: #eeeeee;
}
.footer-container{
    padding-top: 50px;
    position: relative;
    margin: 0 auto;
}
.footer small{
    text-align: center;
}
.footer-list img{   
    display: inline-block;
    height: 26px;
    width: 26px;
    margin-top: -0.30em;
    margin-right: 10px;
    float: left;
}
.footer-list li {
    margin-bottom: 25px;
}
.footer-list a {
    color: #1a1a1a;
}
.footer-list a:visited {
    color: #000;
}
.footer-list a:hover {
    color: #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}
.footer-list a img {
    border: none;
}
.footer-list  {
    display: block;
    position: relative;
    margin: 0 auto;
}
.ul-wrapper {
    width: 250px;
    position: relative;
    margin: 20px auto;
}
.ul2 {
    margin-bottom: 50px;
}
/*Info Collapse*/   
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
/*Media Queries*/
@media screen and (min-width: 544px){
    .logo { 
        max-width: 300px;
    }
    .menu {   
        margin-top:14px;
    }
}
@media screen and (min-width: 768px){
    .all-questions-container {
        max-width: 700px;
        margin: 0 auto;
    }
    .footer{
        height: 365px;
    }
}
@media screen and (min-width: 992px){
    header{
        height: 50px;
    }
    .logo {
        margin-top: 13px;
        max-width: 235px;
    }
    .menu-button, .menu {
        display: none;
    }
    .desktop-nav {
        display: block;
        float: right;
    }
    .lead{
        height: 500px;       
        padding-top:150px;
        background-position: 100% 10%;
    }      
    .lead h1 {
        color: #fff;
        font-size: 35px;    
    }
    .all-questions-container {
        max-width: 900px;
        margin: 0 auto;
    }
    .question-container {
        margin-top: 20px;
    }
    .question {
        color: #fff;
        font-size: 20px; 
        padding: 10px 0; 
        border-bottom: 1px solid #686874;   
    }
    .answer{
        text-align: justify;
        color: #fff;
        line-height: 2em;
        font-size: 16px;
    }
}
@media screen and (min-width: 1200px){
    .logo {
        margin-top: 10px;
        max-width: 300px;
    }
    .first-section-container{
        max-width: 1100px;
    }
    .all-questions-container {
        max-width: 1100px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1400px){
    .lead {
        background-position: 100% 50%;
    }    
    .first-section-container {
        max-width: 1500px;
    }
}
