.pane-content {
    padding-bottom: 20px;
}
.padder{
/*	padding: 0 7.70465%; commented for full width*/
}
.padder h1 {
    color: #00afdc;
    font-size: 2.3rem !important;
    margin: 4% 0 0 0;
    font-family: "GothamRoundedLight", Helvetica, Arial, sans-serif;
}
.master-container {
    width: 100%;
}
.wrapper {
 /*   padding: 0 7.70465%; commented for full width*/
    margin: 0 auto;
}
.filter-cont {
    position: relative;
    padding: 2% 0 0;
    text-align: justify;
    background: #fff;
    margin: 0 auto;
    
}
.filter-exp {
    display: block;
    padding: 1% 4%;
    position: relative;
    background-color: #32ccfe;
}
.filter-exp h2 {
    color: #fff;
    font-size: 1.4rem !important;
    line-height: 2.9rem !important;
	border-bottom: none;
	padding: 0;
}
form.controls {
    border: none;
}

.controls fieldset {
    display: block;
    vertical-align: top;
    margin: 0 1em 0 0;
	border:none;
}
 .controls {
    padding: 2% 0;
    color: #fff;
    border-top: 1px solid #85e0ff;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox  input[type="checkbox"] {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    margin: 0;
    opacity: 0;
    z-index: 1;
}
 .page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox label {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-left: 2.9rem;
    font-size: 1rem;
    margin-right: 25px;
    text-transform: uppercase;
	color:white;
}


.helfulinfo-container {
    min-height: 100%;
}
.page-helpfulinfo #helpful {
    position: relative;
    padding: 2% 0 0;
    text-align: justify;
    font-size: 0.1px;
    background: #fff;
    margin: 0 auto;
    
}
.page-helpfulinfo #helpful .mix {
    text-align: left;
    background: #f0f0f0;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top;
    height: 200px;
    padding-top: 15px;
    cursor: pointer;
	margin-right: 0.99%;
}
.page-helpfulinfo #helpful .mix, .page-helpfulinfo #helpful .gap {
    width: 24%;
}
.page-helpfulinfo #helpful .mix .padder {
    padding: 0;
    margin: 0;
    color: #000;
}
.page-helpfulinfo #helpful .mix .padder h2 {
    margin: 0;
    padding: 10px 10% 10px 4.37%;
    font-size: .9rem;
    font-weight: normal;
    color: #fff;
    float: left;
    -webkit-border-radius: 0px 17px 17px 0px;
    -moz-border-radius: 0px 17px 17px 0px;
    border-radius: 0px 17px 17px 0px;
    text-transform: uppercase;
}
.page-helpfulinfo .hic1 h2{
    background-color: #FE5621;
}
.page-helpfulinfo #helpful .mix .copy, .page #modal .mix .copy {
    float: left;
    clear: both;
    font-size: 1.2rem;
    padding: 4.37%;
    width: 91.26%;
    line-height: 1.4rem;
}
.page-helpfulinfo #helpful .mix span {
    font-weight: bold;
}
.page-helpfulinfo #helpful .mix .expanded {
    display: none;
}

.page-helpfulinfo .hic2 h2, .page #modal .mix.hic2 h2, .page-helpfulinfo .mix.hic2:after{
    background-color: #4BAE4F;
}
.page-helpfulinfo .hic3 h2, .page #modal .mix.hic3 h2, .page-helpfulinfo .mix.hic3:after{
    background-color: #6639B6;
} 
.page-helpfulinfo .hic4 h2, .page #modal .mix.hic4 h2, .page-helpfulinfo .mix.hic4:after {
    background-color: #009587;
}
.page-helpfulinfo .hic5 h2, .page #modal .mix.hic5 h2, .page-helpfulinfo .mix.hic5:after{
    background-color: #E81D62;
}
.page-helpfulinfo .hic6 h2, .page #modal .mix.hic6 h2, .page-helpfulinfo .mix.hic6:after{
    background-color: #FE9700;
}
.page-helpfulinfo .hic7 h2, .page #modal .mix.hic7 h2, .page-helpfulinfo .mix.hic7:after{
    background-color: #CCDB38;
}
.page-helpfulinfo .hic8 h2, .page #modal .mix.hic8 h2, .page-helpfulinfo .mix.hic8:after{
    background-color: #9B25AF;
}
.page-helpfulinfo .hic9 h2, .page #modal .mix.hic9 h2, .page-helpfulinfo .mix.hic9:after{
    background-color: #00BBD3;
}
.page-helpfulinfo .hic10 h2, .page #modal .mix.hic10 h2, .page-helpfulinfo .mix.hic10:after{
    background-color: #FEC005;
}
.page #modal #close {
    position: absolute;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: -568px -168px;
    width: 35px;
    height: 35px;
    display: block;
    top: 20px;
    right: 20px;
}
.page #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
   
}
.page #modal {
    width: 50%;
	position: absolute;
    background: #f0f0f0;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 8px;
    height: 35px;
    line-height: 35px;
    margin-right: 0px;
	width: 24.6%;

}
 .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic1  label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}
 .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox  label:before {
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    margin-right: 20px;
}
 .page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox input:checked ~ label:after {
    opacity: 1;
}
 .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic1   label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px 0;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox  label:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 35px;
    opacity: 0;
    pointer-events: none;
}
 .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox label:before, .page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox label:after {
    content: '';
    display: block;
    position: absolute;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic2 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -35px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic2 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -35px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic3 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -70px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic3 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -70px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic4 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -105px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic4 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -105px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic5 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -140px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic5 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -140px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic6 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -175px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic6 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -175px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic7 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -210px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic7 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -210px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic8 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -245px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic8 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -245px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic9 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -280px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic9 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -280px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic10 label:before {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: 0 -315px;
}
.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox.hic10 label:after {
    background-image: url("../img/checks.png");
    background-repeat: no-repeat;
    background-position: -35px -315px;
}
.page-helpfulinfo #helpful .mix {
    text-align: left;
    background: #f0f0f0;
    margin-bottom: 2%;
    display: none;
    vertical-align: top;
    height: 200px;
    padding-top: 15px;
    cursor: pointer;
}

.page #modal #content {
    float: left;
}
.page #modal .mix {
    display: block !important;
}
.page #modal .mix h2 {
    padding: 10px 10% 10px 4.37%;
    font-size: 1.0rem;
    font-weight: normal;
    color: #fff;
    float: left;
    -webkit-border-radius: 0px 17px 17px 0px;
    -moz-border-radius: 0px 17px 17px 0px;
    border-radius: 0px 17px 17px 0px;
    text-transform: uppercase;
}
.page-helpfulinfo #helpful .mix .copy, .page #modal .mix .copy {
    float: left;
    clear: both;
    font-size: 1.2rem;
    padding: 4.37%;
    width: 91.26%;
    line-height: 1.4rem;
}
.page #modal .padder {
    padding: 15px 0;
}
.page #modal .mix .copy {
    float: left;
    clear: both;
    font-size: 1.2rem;
    padding: 4.37%;
    width: 91.26%;
    line-height: 1.4rem;
}
.page #modal .copy span, .page #modal .expanded span {
    font-weight: bold;
}
.page #modal .copy, .page #modal .expanded {
    float: left;
    clear: both;   
    width: 95%;
    line-height: 1.4rem;
    font-size: 1.2rem;
}
ol, ul {
    list-style: none;
}
.page #modal .copy ul li {
	margin-bottom: 20px;
}
.page #modal .expanded ul li {
	margin-bottom: 20px;
	margin-left: 5%;
}
 #helpful .mix, .page-helpfulinfo #helpful .gap {
    width: 24%;
}
 .page-helpfulinfo .hic1 h2, .page #modal .mix.hic1 h2, .page-helpfulinfo .mix.hic1:after {
    background-color: #FE5621;
}
.page-helpfulinfo .mix.hic1, .page #modal .mix.hic1 h2:after {
    background-color: #FE5621;
}
.page-helpfulinfo #helpful .mix:after {
    content: " ";
    height: 15px;
    width: 100%;
    display: block;
    position: relative;
    top: 100%;
    margin-top: -15px;
}

@media(max-width:1023px)
{
 .page-helpfulinfo #helpful .mix
 {
  width: 24%;
  height: 220px;
 } 
 .page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox
 {
  width:33%;
 }
 .page #modal
  {
   width: 95.149%!important;
   left: 8px!important;
  }  
 .page-helpfulinfo #helpful .mix .copy, .page-helpfulinfo #modal .mix .copy
  {
   padding: 4.37% 0 7% 5%;
   width: 85%;
  }
  .controls fieldset
  {
  margin-left: 0px;
  }
  .page-helpfulinfo #modal .copy ul li, .page-helpfulinfo #modal .expanded ul li
  {
   margin-left: 1%;
  }

}
@media(max-width:979px) 
{
 .page-helpfulinfo #helpful .mix
 {
  width: 49%;
  height: 180px;
 }
 .page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox
 {
  width: 49.65%;
 }
 .page #modal
 {
  width: 95.149%!important;
  left: 2%!important;
 }  
 .page-helpfulinfo #helpful .mix .copy, .page-helpfulinfo #modal .mix .copy
 {
  padding: 4.37% 0 7% 5%;
  width: 85%;
 }
 .controls fieldset
 {
  margin-left: 0px;
 }
 .page-helpfulinfo #modal .copy ul li, .page-helpfulinfo #modal .expanded ul li
 {
  margin-left: 1%;
 }
}
@media(max-width:767px)
{
 .padder h1
  {
   font-size: 25px;
  }
 .filter-exp h2
  {
   font-size: 21px;
   text-align: left;
   line-height: 2em;
  }
 .page-helpfulinfo #helpful .mix
  {
  width: 100%;
  height: auto;
  }
 .page-helpfulinfo #helpful .mix:after
  {
   display: inherit;
  }
 .page #modal
  {
   width: 95.149%!important;
   left: 2%!important;
  }  
 .page-helpfulinfo #helpful .mix .copy, .page-helpfulinfo #modal .mix .copy
  {
   padding: 4.37% 0 9% 4%;
  }
 .controls fieldset
  {
   margin-left: 0px;
   width: 100%;
  }
 .page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox
   {
   width: 49.65%;
   }
 .page-helpfulinfo #modal .copy ul li, .page-helpfulinfo #modal .expanded ul li
  {
   margin-left: -21.5px;
  }
}
@media(max-width:479px)
{
	.page-helpfulinfo .master-container .wrapper .filter-cont .filter-exp .controls fieldset .checkbox
   {
   width: 100%;
   margin-bottom:12px;
   }
  .wrapper {
  padding: 0 4%;
  }
  .padder h1
  {
   font-size: 25px;
  }
  .filter-exp h2
  {
   font-size: 18.8px;
   text-align: left;
   line-height: 2em;
  }
  .page-helpfulinfo #helpful .mix
  {
   width: 100%;
   height: auto;
   margin: 2% 0;
  }
  .page-helpfulinfo #helpful .mix:after
  {
   display: inherit;
  }
  .page-helpfulinfo #helpful .mix .copy, .page-helpfulinfo #modal .mix .copy
  {
   padding: 4.37% 0 9% 4%;
   
  }
  .page #modal
  {
   width: 95.149%!important;
   left: 2%!important;
  }   
  .controls fieldset
  {
  margin-left: 0px;
  }
  .page-helpfulinfo #modal .copy ul li, .page-helpfulinfo #modal .expanded ul li
  {
   margin-left: -27px;
  }
  
}