#contentWrapper {
    background: #959596;
    max-width: 96rem;
    margin: auto;
    font-size: 1.6rem;
    background-color: #fff;
    margin-bottom: 5rem;
}
.subCatagoryBody p, .subCatagoryBody ul,.subCatagoryBody li{
	color:#484848;
}
#helpBanner .bannerDesktop{
	display:block;
}
#helpBanner .bannerTablet{
    display:none;
}
#helpBanner .bannerMobile{
    display:none;
}
#contentWrapper .categoryHeader {   
    color: #359141;
    font-weight: bold;
    cursor: pointer;
}
#contentWrapper .categoryHeader .subCatagoryHeader {
    display: none;
}
#contentWrapper .categoryHeader .category {
    margin-left: 3rem;
    font-family: "Open Sans";
}
#contentWrapper .categoryHeader .category .angleRight {
    width: .6rem;
    float: right;
    margin-top: 1.4rem;
    margin-right: 1rem;
}
#contentWrapper .categoryHeader .category .angleDown {
    width: .6rem;
    float: right;
    margin-top: 1.4rem;
    margin-right: 1rem;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#contentWrapper .categoryHeader .subCatagoryBody {
    display: none;
    line-height: 1.6rem;
    font-size: 1.3rem;
    color: #484848;
    font-weight: 400;
    margin-bottom: 0px;
}
#contentWrapper .categoryHeader .subCatagoryBody span:first-child {
    display: inline-block;
    width: 96%;
    margin-left: 3rem;
    padding-top: 1.0rem !important;
    padding-bottom: 2.0rem !important;
}
#contentWrapper .categoryHeader .subCatagoryBody a{
    color:#3e84b6;
    text-decoration: underline !important;
}
#contentWrapper .categoryHeader .subCatagoryBody a:hover{
    color:#484848;
    text-decoration: underline !important;
}
#contentWrapper .categoryHeader .subCatagoryTitle {
    color: #575757;
    font-weight: 100;
    background-color: #FFFFFF;
    width: 96%;
}
#contentWrapper .categoryHeader .subCatagoryTitle.active {
    font-weight: bold;
}
#contentWrapper .categoryHeader .subCatagoryTitle span {
    line-height: 2rem;
    margin-top: 1rem;
}

#contentWrapper .categoryHeader .subCatagoryHeader .subCatagory .dataShow {
    width: 1.6rem;
    float: right;
    margin-right: 1rem;
}
#contentWrapper .categoryHeader .subCatagoryHeader .subCatagory .dataHide {
    width: 1.6rem;
    float: right;
    margin-right: 1rem;
    display: none;
}
#productBannerTitle {
    background-image: url(../images/about_us_small_banner.jpg) !important;
    display: block !important;
}

.accordion + div.accordion-panel p {
    padding-left: 0.5rem;
}
button:focus {
    outline: 0px dotted;
}
hr.accordion-bdr:last-child {
    border-bottom: none;
}
#forProductionTime{
	display:none;
}
#forContact{
	display:block;
}
#_lpChatBtnBodyGPCOM{
	min-height: 5rem;
}
/* --------------- */

.modal-content p{
    font-size:1.3rem;
    line-height:2.3rem;
}
.modal-header{
    background-color: #8BC63E;
    position:relative;
}
.modal-header button{
    height: 9.38px;
    width: 13.38px;
    color: #FFFFFF;
    position: absolute;
    top: -2.2rem;
    right: 1rem;
    font-size: 1.9rem;
    font-weight: normal;
} 

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
#messageModal .modal-dialog {
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.messageSubmissionText{
     padding-top: 2rem;
    padding-bottom: 2rem;
}
.modal-header span{
    font-size: 3rem;
    color: #fff;
}
.modal-header h3 {
    font-size: 2.0rem;
}
.number-field{
    display: contents;
}
.modal-header .close {
    margin: 2rem 1rem 1rem auto;
    font-size: 3rem;
    color: #fff;
    opacity: 1;
    font-weight: 200;
    text-shadow: none;
}
.popupheader{
    margin-bottom: 0;
    text-align: left;
    padding-left: 0.5rem;
    color: #fff;
    font-size: 2rem;
}
.table-fixed-wrapper {
    text-align: left;
    margin: 2rem;
}
.modal-footer {
    text-align: left;
    padding: 2rem;
}
.holidays-list-header p,.closed-dates-header{
       padding-left:0.5rem;
}