* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  background-color: #fff;
  color: #333;
  cursor: default;
  font-family: "Arial", sans-serif;
  font-size: 112.5%;
}
main {
  display: block;
}
h1 {
  color: #00a962;
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
@media screen and (min-width: 901px) {
  h1 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 1201px) {
  h1 {
    font-size: 2.5em;
  }
}
h1:first-child,
h2:first-child,
h3:first-child {
  margin-top: 0;
}
h2,
h3 {
  color: #333;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
@media screen and (min-width: 901px) {
  h2,
  h3 {
    margin-top: 1.2em;
  }
}
@media screen and (min-width: 1201px) {
  h2,
  h3 {
    margin-top: 1.5em;
  }
}
h2 {
  font-size: 1.2em;
}
@media screen and (min-width: 901px) {
  h2 {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 1201px) {
  h2 {
    font-size: 1.5em;
  }
}
h3 {
  font-size: 1.1em;
}
@media screen and (min-width: 901px) {
  h3 {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 1201px) {
  h3 {
    font-size: 1.3em;
  }
}
p {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
img {
  max-width: 100%;
}
.locale-picker-container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 0.8em;
  align-items: center;
}
.locale-picker-container a {
  margin: 5px;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #00a962;
}
a.selected-locale {
  text-decoration: none;
  color: #6b6b6b;
  cursor: default;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: none;
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
ul {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  padding-left: 20px;
}
header {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  header {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 901px) {
  header {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  header {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 901px) {
  header {
    padding-bottom: 0;
    padding-top: 0;
  }
}
header #page-logo {
  max-height: 150px;
}
@media screen and (min-width: 901px) {
  header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  header > * {
    display: block;
  }
}
header a {
  display: block;
}
header a img {
  width: 240px;
}
@media screen and (min-width: 1201px) {
  header a img {
    width: 300px;
  }
}
header .brands {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 1em;
}
header .brands .brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  header .brands {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 901px) {
  header .brands {
    margin-top: 0;
  }
}
header .brands > * {
  margin-left: 14px;
}
header .brands > *:first-child {
  margin-left: 0;
}
header .brands > * img {
  height: 30px;
}
@media screen and (min-width: 501px) {
  header .brands > * img {
    height: 40px;
  }
}
@media screen and (min-width: 1201px) {
  header .brands > * img {
    height: 50px;
  }
}
#footer-main {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
  font-size: 0.8em;
  text-align: center;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #footer-main {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 901px) {
  #footer-main {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #footer-main {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 901px) {
  #footer-main {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media only screen and (min-width: 701px) {
  #footer-main nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
#footer-main nav a {
  background-color: #f4f4f3;
  display: block;
  margin-top: 1px;
  padding: 10px 15px;
}
@media only screen and (min-width: 701px) {
  #footer-main nav a {
    background-color: transparent;
  }
}
#footer-main nav + p {
  margin-top: 1em;
}
#footer-toc {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  background-color: #f4f4f3;
  color: #333;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #footer-toc {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 901px) {
  #footer-toc {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
  }
}
#footer-toc h1,
#footer-toc h2 {
  color: #333;
}
#footer-note {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  padding-bottom: 0;
  padding-top: 0;
  color: #333;
  font-size: 0.89em;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #footer-note {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 901px) {
  #footer-note {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #footer-note {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 901px) {
  #footer-note {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.pbka-widget-auth {
  background: #FFF;
  border: 1px solid #00a962;
  box-sizing: border-box;
}
.pbka-widget-auth input {
  -webkit-appearance: none;
  border-radius: 0px;
}
.pbka-widget-auth *,
.pbka-widget-auth *:before,
.pbka-widget-auth *:after {
  box-sizing: inherit;
}
.pbka-widget-auth > h2 {
  display: block;
  background: #00a962;
  color: white;
  text-align: center;
  padding: 20px;
  font-weight: normal;
  margin: 0px;
}
.pbka-widget-auth > div {
  padding: 40px;
}
.pbka-widget-auth > div .pbka-widget-auth-icon {
  display: block;
  margin: 0px auto 20px;
  width: 128px;
  height: 128px;
  background-image: url('/images/pbk/padlock.png');
  background-size: 128px 128px;
}
.pbka-widget-auth > div .pbka-widget-auth-icon:hover {
  animation: radial-shake 1s linear;
  animation-fill-mode: both;
}
.pbka-widget-auth > div .pbka-widget-auth-field-container {
  display: flex;
  font-size: 32px;
  height: 64px;
}
.pbka-widget-auth > div .pbka-widget-auth-field-container .pbka-widget-auth-field {
  display: block;
  margin: 0px;
  padding: 10px;
  font-size: inherit;
  border: 1px solid #CCC;
  outline: none;
  width: 100%;
  min-width: 200px;
  transition: border-color 0.2s linear;
  border-right: none;
}
.pbka-widget-auth > div .pbka-widget-auth-field-container .pbka-widget-auth-field:focus {
  border-color: #007644;
}
.pbka-widget-auth > div .pbka-widget-auth-field-container.pbka-widget-auth-error {
  animation: shake 1s linear;
  animation-fill-mode: both;
}
.pbka-widget-auth > div .pbka-widget-auth-field-container.pbka-widget-auth-error .pbka-widget-auth-field {
  border-color: #C00;
}
.pbka-widget-auth > div .pbka-widget-auth-field-container .pbka-widget-auth-submit {
  background: #00a962;
  color: white;
  border: none;
  font-size: 24px;
  outline: none;
  cursor: pointer;
}
.pbka-widget-auth > div .pbka-widget-auth-loader {
  display: none;
  height: 64px;
  widgth: 64px;
  margin: 0px auto;
  background: url("/images/pbk/loading.gif");
  background-size: 64px 64px;
  background-position: center;
  background-repeat: no-repeat;
}
.pbka-widget-auth.pbka-widget-auth-decrypted > div .pbka-widget-auth-field-container {
  display: none;
}
.pbka-widget-auth.pbka-widget-auth-decrypted > div .pbka-widget-auth-loader {
  display: block;
}
.pbka-widget-auth.pbka-widget-auth-decrypted > div .pbka-widget-auth-icon {
  background-image: url('/images/pbk/success.png');
  animation: bounce 0.5s linear;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
}
body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url('/images/pbk/success.png') url('/images/pbk/loading.gif');
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
@keyframes radial-shake {
  0%,
  100% {
    transform: rotate(0deg);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: rotate(-3deg);
  }
  20%,
  40%,
  60%,
  80% {
    transform: rotate(3deg);
  }
}
.modal-button {
  background: #00a962;
  color: #fff;
}
#page-container {
  margin: 0 auto;
  max-width: 1600px;
}
@media only screen and (min-width: 361px) and (max-width: 500px) {
  #page-container > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #page-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 901px) {
  #page-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
#intro {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  border: 1px solid #e8e8e6;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #intro {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 901px) {
  #intro {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
  }
}
#intro h2 {
  margin-top: 0;
}
@media only screen and (min-width: 701px) {
  #focus-widget,
  #widget {
    -webkit-flex: 0 1 32%;
    -moz-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    margin-right: 2%;
    min-width: 300px;
  }
}
#focus-widget #enterprise-pbk,
#widget #enterprise-pbk {
  border: 1px solid #00a962 !important;
}
#focus-widget #enterprise-pbk .enterprise-pbk-page-heading,
#widget #enterprise-pbk .enterprise-pbk-page-heading {
  display: none !important;
}
#focus-widget #enterprise-pbk .widget-search-form .widget-search-form-group,
#widget #enterprise-pbk .widget-search-form .widget-search-form-group {
  flex-wrap: wrap !important;
}
#focus {
  margin-bottom: 15px;
  margin-top: 15px;
  padding: 15px;
  background-color: #e8e8e6;
  color: #333;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #focus {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 901px) {
  #focus {
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px;
  }
}
@media only screen and (min-width: 701px) {
  #focus-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
#focus-content {
  -webkit-flex: 1 1 66%;
  -moz-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  font-size: 1.1em;
  margin-top: 1.5em;
}
@media only screen and (max-width: 500px) {
  #focus-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 701px) {
  #focus-content {
    -webkit-flex: 1 1 300px;
    -moz-flex: 1 1 300px;
    -ms-flex: 1 1 300px;
    flex: 1 1 300px;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #focus-content > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 901px) {
  #focus-content {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1201px) {
  #focus-content {
    margin-left: 40px;
  }
  #focus-content > div {
    padding-right: 100px;
  }
}
@media only screen and (min-width: 701px) {
  #focus-content h1 {
    margin-top: 0;
  }
}
#focus-content ul {
  margin: 0;
  padding: 0;
}
#focus-content ul li {
  list-style: none;
}
#focus-content ul li {
  line-height: 1.1em;
  margin-bottom: 0.6em;
  padding: 0.25em 0 0 1.6em;
  position: relative;
}
#focus-content ul li:after {
  content: " ";
  display: block;
  width: 0.3em;
  height: 0.6em;
  border: solid #00a962;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 0.4em;
  top: 40%;
  margin-top: -0.2em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#focus-content .image {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  #focus-content .image {
    max-width: 80%;
  }
}
@media only screen and (min-width: 701px) {
  #focus-content .image {
    max-width: 600px;
  }
}
@media only screen and (min-width: 701px) {
  #focus-boxes {
    -webkit-flex: 1 1 70%;
    -moz-flex: 1 1 70%;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    margin-top: 0;
  }
  #focus-boxes > div {
    margin-left: auto;
    margin-right: auto;
  }
}
#focus-boxes .focus-box {
  background-color: #fff;
  margin-top: 15px;
}
#focus-boxes .focus-box:first-child {
  margin-top: 0;
}
#focus-boxes .focus-box.special {
  padding: 8px 15px;
}
@media only screen and (min-width: 701px) {
  #focus-boxes .focus-box.special {
    padding: 16px 30px;
  }
}
#focus-boxes .focus-box.special > * {
  padding: 0;
}
#focus-boxes .focus-box.special h2 img {
  margin-top: 16px;
  width: 200px;
}
#focus-boxes .focus-box h2 {
  margin: 0;
  padding: 8px 15px;
}
@media only screen and (min-width: 701px) {
  #focus-boxes .focus-box h2 {
    padding: 16px 30px;
  }
}
#focus-boxes .focus-box ul {
  margin: 0;
  padding: 0;
}
#focus-boxes .focus-box ul li {
  list-style: none;
}
#focus-boxes .focus-box ul li {
  border-top: 1px solid #f7f7f7;
}
#focus-boxes .focus-box ul li a {
  display: block;
  line-height: 1.1em;
  padding: 8px 15px;
}
@media only screen and (min-width: 701px) {
  #focus-boxes .focus-box ul li a {
    padding: 12px 30px;
  }
}
#focus-sidebar {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: #fff;
  margin-top: 15px;
  padding: 8px 15px;
}
@media only screen and (min-width: 701px) {
  #focus-sidebar {
    -webkit-flex: 1 1 28%;
    -moz-flex: 1 1 28%;
    -ms-flex: 1 1 28%;
    flex: 1 1 28%;
    margin-left: 2%;
    margin-top: 0;
    padding: 16px 30px;
  }
}
#focus-sidebar ul {
  margin: 0;
  padding: 0;
}
#focus-sidebar ul li {
  list-style: none;
}
#focus-sidebar ul li {
  margin-bottom: 0.5em;
}
.brand-benefits {
  margin-top: 1.5em;
  text-align: center;
}
.brand-benefits .brand {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  color: #333;
  margin-top: 1em;
  padding: 2em 30px;
}
.brand-benefits .brand:first-child {
  margin-top: 0;
}
.brand-benefits .brand img {
  height: 40px;
}
@media only screen and (min-width: 701px) {
  .brand-benefits.two {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .brand-benefits.two .brand {
    -webkit-flex: 0 1 49.5%;
    -moz-flex: 0 1 49.5%;
    -ms-flex: 0 1 49.5%;
    flex: 0 1 49.5%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
  }
  .brand-benefits.two .brand:first-child {
    margin-left: 0;
  }
  .brand-benefits.two .brand:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 901px) {
  .brand-benefits.three {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .brand-benefits.three .brand {
    -webkit-flex: 0 1 32%;
    -moz-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 0;
  }
  .brand-benefits.three .brand:first-child {
    margin-left: 0;
  }
  .brand-benefits.three .brand:last-child {
    margin-right: 0;
  }
}
.banner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media only screen and (min-width: 501px) and (max-width: 900px) {
  .banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 901px) {
  .banner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.marketing-banner {
  text-align: center;
  display: block;
}
.marketing-banner img {
  border: none;
  max-width: 100%;
  max-height: 400px;
}
