html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  min-width: 320px;
  height: inherit;
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font: 14px/1.5em Open Sans, Arial, Sans-Serif;
}
a {
  color: #964b00;
  text-decoration: none !important;
  border-bottom: rgba(150, 75, 0, 0) 1px solid;
  transition: border-color 0.2s ease-out;
  -webkit-transition: border-color 0.2s ease-out;
  -moz-transition: border-color 0.2s ease-out;
  -o-transition: border-color 0.2s ease-out;
}
a:hover {
  border-bottom-color: #964b00;
}
#pkContainer {
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-bottom: 80px;
}
.pkWrapper {
  position: relative;
  height: inherit;
  max-width: 1200px;
  min-width: 320px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 420px) {
  .pkWrapper {
    padding: 0 15px;
  }
}
#pkTop {
  padding-top: 4%;
}
#pkSplitter {
  padding-top: 2%;
}
#pkLogo {
  max-width: 360px;
  margin: 0 auto;
  padding: 0 15px;
}
#pkLogo img {
  max-width: 100%;
}
.pkBanner {
  margin: 30px 0 45px;
}
#pkFooter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 15px;
}
#pkFooter > .pkWrapper {
  text-align: justify;
  text-align-last: justify;
}
#pkFooter > .pkWrapper > * {
  display: inline-block;
}
#pkFooter > .pkWrapper .pk_left {
  vertical-align: middle;
}
#pkFooter > .pkWrapper .pk_left a {
  border-bottom: none !important;
}
#pkFooter > .pkWrapper .pk_right {
  vertical-align: middle;
}
#s29TopMenu {
  height: 36px;
  background-color: #fff;
}
@media (max-width:1100px) {
  #s29TopMenu {
    display: none;
  }
}
#s29TopMenu a,
#s29TopMenu button {
  height: 100%;
  padding: 0 14px;
  color: #000;
  transition: color 0.2 ease-out;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  background-color: transparent;
  border: none !important;
  vertical-align: middle;
  font-family: PT Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  cursor: pointer;
}
#s29TopMenu a.s29_current,
#s29TopMenu button.s29_current {
  color: #7a7a7a;
}
#s29TopMenu a:focus,
#s29TopMenu button:focus {
  outline: 0;
}
#s29TopMenu a:hover,
#s29TopMenu button:hover {
  color: #ed1c24;
}
#s29TopMenu .s29_menu {
  display: table;
  height: 100%;
}
#s29TopMenu .s29_menu.s29_main {
  width: calc(100% + 2 * 14px);
  margin-left: -14px;
  margin-right: -14px;
}
#s29TopMenu .s29_menu.s29_main > * {
  width: 1%;
}
#s29TopMenu .s29_menu.s29_main > .s29_placeholder {
  width: 99%;
}
#s29TopMenu .s29_menu.s29_main > .s29_right {
  display: none;
}
#s29TopMenu .s29_menu.s29_sub {
  display: none;
}
#s29TopMenu .s29_menu > * {
  display: table-cell;
}
#s29TopMenu .s29_submenuContainer {
  display: none;
  height: 100%;
  margin-left: -6px;
}
#s29TopMenu .s29_back {
  float: left;
  font-size: 20px;
}
#s29TopMenu .s29_back span {
  position: relative;
  top: -1px;
}
