/* Container */
.ps-container * h1, .ps-container * h2, .ps-container * h3, .ps-container * h4, .ps-container * h5 {
  font-family: 'museo500'; }

.ps-page-container {
  margin-top: 0; }

@media only screen and (min-width: 48em) {
  .ps-sidebar {
    float: left;
    width: 23%; } }

@media only screen and (min-width: 48em) {
  .ps-products {
    width: 75%;
    margin-left: 25%; } }

/* Checkbox */
input[type="checkbox"] + label, input[type="radio"] + label {
  margin-left: 0;
  margin-right: 0; }
  @media only screen and (min-width: 48em) {
    input[type="checkbox"] + label, input[type="radio"] + label {
      margin-left: .5rem;
      margin-right: 1rem; } }

.checkbox {
  margin: 0 0 5px 0; }
  .checkbox input[type=checkbox], .checkbox input[type=radio] {
    opacity: 0;
    position: absolute; }
  .checkbox input[type=checkbox], .checkbox input[type=radio], .checkbox label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0;
    cursor: pointer; }
  .checkbox label {
	font-family: Helvetica Neue,Helvetica,Roboto,Arial,sans-serif !important;
    position: relative; }
  .checkbox input[type=checkbox] + label:before, .checkbox input[type=radio] + label:before {
    content: '';
    background: #fff;
    border: 2px solid #cccccc;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
  .checkbox input[type=checkbox]:checked + label:before {
    box-shadow: inset 0px 0px 0px 2px #fff; }
  .checkbox input[type=raio] + label:before {
    border-radius: 50%; }
  .checkbox input[type=raio]:checked + label:before {
    background: #ccc;
    box-shadow: inset 0px 0px 0px 2px #fff; }
  .checkbox input[type=checkbox]:focus + label, .checkbox input[type=raio]:focus + label {
    outline: 1px solid #cccccc;
    /* focus style */ }

@media only screen and (min-width: 48em) {
  .ps-showing-suggested-products {
    display: none; } }

.ps-start-icon {
  height: 30px;
  width: 30px; }

.ps-start-btn {
  color: #a7a7a7;
  display: block;
  border-top: 2px solid #a7a7a7;
  margin: 15px 7px;
  text-align: center;
  padding: 7px; }

.ps-start-btn:hover {
  color: #a7a7a7; }

.section-segment {
  margin-top: 0px;
  width: 50%;
  float: left;
  padding-right: 15px; }
  .section-segment input[type=checkbox]:checked + label:before {
    background: #a7a7a7; }
  @media only screen and (min-width: 48em) {
    .section-segment {
      margin-top: 25px;
      float: none;
      width: auto;
      padding-right: 0px; } }

.section-needs {
  margin-top: 0px;
  width: 50%;
  float: left;
  padding-left: 15px; }
  .section-needs input[type=checkbox]:checked + label:before {
    background: #67a830; }
  @media only screen and (min-width: 48em) {
    .section-needs {
      float: none;
      width: auto;
      margin-top: auto;
      padding-left: 0px; } }

/* Sidebar */
.ps-bradcrumb {
  margin-top: -30px; }
  .ps-bradcrumb * {
    font-size: 0.7rem;
    text-transform: uppercase; }
  .ps-bradcrumb span {
    display: block;
    float: left;
    padding: 5px 5px 0 0; }
  .ps-bradcrumb a {
    padding: 6px 5px 0 0;
    display: block;
    float: left;
    color: #5bbfd5; }

.ps-headline {
  margin: 20px 0 0px 0; }
  .ps-headline h1 {
    font-size: 1.7rem;
    color: #2053a1; }

.ps-subline {
  color: #2053a1;
  display: block;
  border-radius: 7px;
  font-size: 1rem;
  padding: 5px 0px;
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: 'museo500';
  text-align: left;
  text-transform: uppercase; }

.headline-segment {
  color: #ffffff;
  background: #a7a7a7;
  text-align: center;
  border-radius: 7px;
  padding: 5px 0;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .headline-segment {
      font-size: 1.2rem; } }

.headline-needs {
  margin-top: 20px;
  color: #ffffff;
  background: #67a830;
  text-align: center;
  border-radius: 7px;
  font-size: 1.2rem;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 0.875rem; }
  @media only screen and (min-width: 48em) {
    .headline-needs {
      font-size: 1.2rem; } }

/* Styles */
.image-slider-container {
  margin-top: -10px !important; }

.content-box {
  padding: 0 10px 0px 40px; }

.show-suggested-products {
  background: #2053a1;
  color: #ffffff;
  display: block;
  border-radius: 7px;
  font-size: 0.875rem;
  padding: 5px 10px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'museo500';
  text-align: left; }

.show-mobile-products {
  color: #2053a1;
  display: block;
  border-radius: 7px;
  font-size: 1rem;
  padding: 5px 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'museo500';
  text-align: left;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .show-mobile-products {
      display: none; } }

.show-all-products {
  color: #2053a1;
  display: none;
  border-radius: 7px;
  font-size: 1rem;
  padding: 5px 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'museo500';
  text-align: left;
  text-transform: uppercase; }
  @media only screen and (min-width: 48em) {
    .show-all-products {
      display: block; } }

.show-suggested-products:hover {
  color: #ffffff; }

.ps-product-grid {
  margin: 0 -10px 20px -10px; }

.ps-product-box {
  background: #2053a1;
  min-height: 370px;
  margin: 20px 10px 0 10px;
  padding: 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: calc(100% - 20px); }
  @media only screen and (min-width: 48em) {
    .ps-product-box {
      width: calc(50% - 40px); }
      .ps-product-box * {
        font-size: 0.875rem !important; } }
  @media only screen and (min-width: 64em) {
    .ps-product-box {
      width: calc(33% - 40px); } }

.ps-product-text {
  color: #ffffff;
  margin-top: 20px;
  font-family: 'museo500'; }

.ps-more-button {
  color: #2053a1;
  background: #ffffff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -border-radius: 7px;
  display: block;
  text-align: center;
  padding: 5px 10px;
  position: relative; }

.ps-more-button:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #2053a1;
  position: absolute;
  right: 10px;
  top: 10px; }

.ps-footer-content {
  margin: 60px -20px 60px -20px; }

.ps-footer-box {
  float: left;
  margin: 10px 40px; }
  @media only screen and (min-width: 48em) {
    .ps-footer-box {
      width: calc(50% - 80px); } }
  @media only screen and (min-width: 64em) {
    .ps-footer-box {
      width: calc(33% - 80px); } }
  .ps-footer-box .ps-footer-img {
    background: #bfceda;
    border-radius: 7px;
    min-height: 300px; }
  .ps-footer-box h4 {
    font-size: 1rem;
    color: #2053a1;
    margin-top: 20px; }
  .ps-footer-box .ps-footer-more {
    color: #ffffff;
    background: #2053a1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -border-radius: 7px;
    display: block;
    text-align: center;
    padding: 5px 10px;
    position: relative;
    max-width: 200px;
    font-family: "museo500"; }
  .ps-footer-box .ps-footer-more:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #ffffff;
    position: absolute;
    right: 10px;
    top: 10px; }
  .ps-container .row.latest-news-area{
	width:100% !important;}

@media only screen and (min-width: 48em) {
  .ps-footer-box:last-child {
    width: auto; } }
@media only screen and (min-width: 64em) {
  .ps-footer-box:last-child {
    width: calc(33% - 80px); } }

/* Footer Downloads */
.pf-footer-downloads {
  display: none;
  margin: 40px 20px 0 20px; }
  @media only screen and (min-width: 48em) {
    .pf-footer-downloads {
      display: block; } }
  .pf-footer-downloads .footer-downloads-box {
    background: #efefee;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px; }
  .pf-footer-downloads h3 {
    font-size: 1.7rem;
    color: #2053a1; }
  .pf-footer-downloads table thead {
    background: transparent; }
    .pf-footer-downloads table thead th {
      font-family: 'museo500';
      color: #2053a1;
      text-align: center; }
  .pf-footer-downloads table tbody {
    background: transparent; }
    .pf-footer-downloads table tbody td {
      border-top: 1px solid #000;
      text-align: center; }
  .pf-footer-downloads table tr.alt, .pf-footer-downloads table tr.even, .pf-footer-downloads table tr:nth-of-type(2n) {
    background: transparent; }
  .pf-footer-downloads table {
    background: transparent;
    border: 0;
    width: 100%;
    border-spacing: 0px; }
